aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltableelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-6/+3
* Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-31/+24
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-6/+6
* Remove helper traitsAnthony Ramine2015-08-271-14/+8
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-2/+2
* sort all usesJohann Tuffe2015-08-201-3/+3
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Implement HTMLTableElement#createTBodyDavid Zbarsky2015-08-091-3/+23
* Implement createCaption and deleteCaption on HTMLTableElementDavid Zbarsky2015-08-081-3/+26
* Add spec linksBogdan Cuza2015-07-281-2/+2
* Upgrade to SM 39Michael Wu2015-06-191-25/+24
* Use if let in HTMLTableElement::SetCaption.Ms2ger2015-06-061-13/+6
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+3
* Parse table border.Ms2ger2015-05-121-2/+12
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Replace the Str implementation for AttrValue by a Deref implementation.Ms2ger2015-04-251-4/+3
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-2/+2
* Rewrite NodeChildrenIterator to return Temporary.Ms2ger2015-04-021-4/+3
* layout: Implement `border-spacing` per CSS 2.1 § 17.6.1 and the legacyPatrick Walton2015-03-121-0/+11
* Use new `if let` syntax wherever possible. Fixes #4153.Zack Slayton2015-03-101-6/+4