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 |
|
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 |
|
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
|
e2c90d1198
|
Rename HTMLElement::new to HTMLElement::new_inherited.
|
2013-11-02 20:55:18 +01:00 |
|
Ms2ger
|
a972c470a7
|
Introduce HTMLTable{Data,Header}CellElement::new.
|
2013-10-31 15:41:35 +01:00 |
|
Tetsuharu OHZEKI
|
776ab67905
|
Rename the element field of the DOM Node hierarchy.
See #924
|
2013-10-16 00:20:20 +09:00 |
|
Tetsuharu OHZEKI
|
0de35fdc2f
|
Implement HTMLTableDataCellElement & HTMLTableHeaderCellElement.
|
2013-10-15 22:37:06 +09: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 |
|
Tetsuharu OHZEKI
|
d86d38c584
|
Generate bindings for HTMLTableCellElement.
|
2013-08-24 00:25:06 +09:00 |
|