aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltableelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-3/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-20/+20
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-2/+2
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Untry scriptSimon Sapin2017-06-181-1/+1
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-3/+3
|/
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-32/+32
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-7/+7
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* Add DeleteRow methodGuillaume Gomez2016-07-271-20/+40
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Stop re-exporting AttrValue.Ms2ger2016-06-071-2/+2
* Move LengthOrPercentageOrAuto to style::attr.Ms2ger2016-06-061-2/+1
* Remove JS::from_rootedAnthony Ramine2016-05-311-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-4/+5
* Add parsing of double values in style attributesKeith Yeung2016-04-251-1/+1
* Move '&&' to the end of the previous line.Zbynek Winkler2016-04-221-5/+5
* Implement HTMLTableElement.insertRow()Greg Guthe2016-04-181-5/+60
* Implement `sectionRowIndex` property on `<tr>`.Corey Farwell2016-04-121-7/+0
* Implement `rowIndex` property on `<tr>`.Corey Farwell2016-04-121-0/+7
* Implement the table section IDL attributes for HTML tablesYoav Alon2016-04-121-1/+146
* Implement HTMLTableElement#rowsKeith Yeung2016-04-071-2/+30
* Move parse_integer and parse_unsigned_integer from util::str to style::attrzakorgyula2016-02-171-3/+4
* Remove parsed attribute 'bgcolor' field HTMLTableElementCorey Farwell2015-12-311-9/+6
* Implement non-zero dimension attribute parsingCorey Farwell2015-12-241-2/+2
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-4/+4
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-2/+2
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-4/+4
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-2/+2
* Implement 'width' IDL attribute on <table>Corey Farwell2015-11-091-0/+6
* Remove HTMLTableElement::width struct fieldCorey Farwell2015-11-091-10/+7
* Move more unsafe layout calls onto LayoutJS.Eli Friedman2015-11-091-10/+32
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-2/+2
* merge from masterrohan.prinja2015-11-031-7/+7
|\
| * Fix some rust-clippy violationsCorey Farwell2015-10-301-7/+7
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* Clean up the cast callsAnthony Ramine2015-10-211-16/+9
* Introduce trait CastableAnthony Ramine2015-10-211-17/+15
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-6/+3
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-13/+3
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-7/+8
* Imlement 'bgcolor' IDL attrs for table elementsCorey Farwell2015-09-261-0/+6