aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLTableDataCellElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Remove the HTMLTable{Header,Data}CellElement interfacesSimon Pieters2018-10-021-15/+0
| | | | Fixes #17222.
* Add CEReactions where neededConnor Brewster2017-07-181-0/+1
|
* Add HTMLConstructor attributes where neededConnor Brewster2017-06-151-0/+1
|
* partial-fix #12415: incorrect exposure of Window,Worker in webidlJean SIMARD2016-07-231-1/+0
| | | | | | | | | | | * HTMLTableCaptionElement.webidl * HTMLTableCellElement.webidl * HTMLTableColElement.webidl * HTMLTableDataCellElement.webidl * HTMLTableElement.webidl * HTMLTableHeaderCellElement.webidl * HTMLTableRowElement.webidl * HTMLTableSectionElement.webidl
* Explicitly expose everything everywhere.Ms2ger2016-07-121-0/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-2/+2
| | | | | This prevents us from 301 redirecting, which could cause the fragment to get lost
* Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-2/+2
|
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-2/+2
| | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ```
* Cargoify servoJack Moffitt2014-09-081-0/+14