Saurabh Anand
|
5c5cb3e9a7
|
Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749)
|
2014-02-28 13:32:00 +05:30 |
|
Josh Matthews
|
625325434b
|
Implement JSManaged for DOM objects.
|
2014-02-24 15:16:42 -05:00 |
|
Adam Sinnett
|
ffcd3833de
|
Change Text, Comment and ProcessingInstructions parent name from element to characterdata
All other node's parent type names reflect the actual type of the parent. This change extends that convention to the indicated nodes.
closes #1594
|
2014-02-15 13:52:33 -08:00 |
|
Ms2ger
|
59184bf6e1
|
Move DOMString into servo_util.
|
2014-02-14 12:48:51 +01:00 |
|
Ms2ger
|
0f5c9a35b9
|
Use DOMString more consistently.
|
2014-02-13 19:32:59 +01:00 |
|
Patrick Walton
|
be69a503fe
|
script: Eliminate the phantom type in favor of just whitelisting methods
that layout can safely call.
This is simpler. Currently, the set of methods is not safe, but I plan
to lock it down more soon.
|
2013-12-17 18:07:12 -08:00 |
|
Ms2ger
|
7f4283f4bc
|
Rename some 'new' functions to 'new_inherited'.
|
2013-12-12 14:34:58 +01:00 |
|
Tetsuharu OHZEKI
|
f5ef4365f4
|
Stop passing DOMStrings via borrowed pointer. (#1201)
|
2013-11-14 20:35:36 +09:00 |
|
Ms2ger
|
08afc6d19d
|
Don't pass nullable strings to native DOM methods that want non-nullable strings. Fixes #1207.
|
2013-11-12 13:57:18 +01:00 |
|
Ms2ger
|
803cd4b7cf
|
Make DOMString represent a non-nullable string.
|
2013-11-12 13:32:53 +01:00 |
|
Ms2ger
|
da37fde44f
|
Rewrite Text::new to current standards.
|
2013-11-02 21:55:36 +01:00 |
|
Ms2ger
|
da2cf6cbd7
|
Implement Window::get_cx() to reduce code repetition.
|
2013-10-13 12:06:32 +02:00 |
|
Ms2ger
|
04319fdb68
|
Issue #888 - Node's owner document should never be None.
|
2013-10-10 10:57:38 +02:00 |
|
Ms2ger
|
388f685549
|
Cleanup some code.
|
2013-10-07 16:30:34 +02:00 |
|
Luis de Bethencourt
|
2dbd065d91
|
Rename the element field of the DOM Node hierarchy
Renamed htmlelement, and element
Fixes #924
|
2013-09-19 19:39:38 -04:00 |
|
Keegan McAllister
|
73c1a12f30
|
bindings: Return errors in Result rather than setting an out parameter
Fixes #909.
|
2013-09-18 18:07:37 -07:00 |
|
Keegan McAllister
|
68ddc6b4ab
|
Make DOMString an alias for Option<~str>
Fixes #898.
|
2013-09-18 14:46:42 -07:00 |
|
Josh Matthews
|
8ae725146c
|
Make Window store an @Page instead of a *Page and remove a bunch of unsafe code.
|
2013-09-12 14:45:47 -07:00 |
|
Josh Matthews
|
8070f02e39
|
Generate bindings for Comment and DocumentType.
|
2013-08-28 20:31:30 -04:00 |
|
Josh Matthews
|
d31e308d3f
|
Remove many long ugly lists of imports of HTML element types. They can now be obtained via dom::types::*, which is autogenerated.
|
2013-08-27 17:38:27 -04:00 |
|