aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltablecellelement.rs
Commit message (Expand)AuthorAgeFilesLines
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Remove the HTMLTable{Header,Data}CellElement interfacesSimon Pieters2018-10-021-3/+20
* Format script componentchansuke2018-09-191-11/+15
* Fixup specified colspans and rowspansManish Goregaokar2018-02-281-2/+26
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-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-2/+2
|/
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Auto merge of #14518 - mbrubeck:rowspan2, r=notriddlebors-servo2016-12-261-0/+17
|\
| * Add the HTMLTableCellElement::rowspan propertyMatt Brubeck2016-12-141-0/+17
* | Remove and allow some dead code.Ms2ger2016-12-221-5/+0
|/
* Update to string-cache 0.3Simon Sapin2016-11-031-9/+9
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Stop re-exporting AttrValue.Ms2ger2016-06-071-2/+1
* Move LengthOrPercentageOrAuto to style::attr.Ms2ger2016-06-061-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-4/+5
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-1/+1
* Implement non-zero dimension attribute parsingCorey Farwell2015-12-241-20/+15
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-1/+1
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-1/+1
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-3/+3
* Implement 'bgcolor' IDL attribute for 'HTMLTableCellElement'Corey Farwell2015-11-131-0/+6
* Remove HTMLTableCellElement fields with parsed attribute values.Eli Friedman2015-11-041-18/+9
* merge from masterrohan.prinja2015-11-031-7/+7
|\
| * Auto merge of #8245 - eefriedman:misc-attribute-fixes, r=noxbors-servo2015-11-021-1/+1
| |\
| | * Use attribute getter/setter macros for misc DOM attributes.Eli Friedman2015-11-011-1/+1
| * | Fix some rust-clippy violationsCorey Farwell2015-10-301-6/+6
| |/
* / move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* Clean up the cast callsAnthony Ramine2015-10-211-2/+1
* Introduce trait CastableAnthony Ramine2015-10-211-6/+9
* 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-15/+3
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-21/+7
* Implement HTMLTableCellElement::CellIndexCorey Farwell2015-10-061-1/+19
* Define the parsed attribute getters for HTMLTableCellElement on LayoutJS.Ms2ger2015-10-061-7/+21
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-6/+3
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-2/+0
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-1/+3
* renaming tokens(), atom() and uint() and rewriting to return or panicPrabhjyot Singh Sodhi2015-09-021-1/+1
* Auto merge of #7452 - nox:cleanup-attributes, r=noxbors-servo2015-09-021-31/+19
|\
| * Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-31/+19
* | Enforce linking to spec for method implementations via macrosCorey Farwell2015-08-311-0/+2
|/
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-1/+1
* Remove helper traitsAnthony Ramine2015-08-271-10/+5
* 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-1/+1