aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLTableRowElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Implement HTMLTableRowElement insertCell and deleteCellCorey Farwell2015-10-171-2/+4
|
* 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
|
* Implement HTMLTableRowElement::CellsDavid Zbarsky2015-10-011-1/+1
| | | | Extracted from #6936
* Imlement 'bgcolor' IDL attrs for table elementsCorey Farwell2015-09-261-1/+1
| | | | | | The content attributes and presentational hints were implemented in the #4289 pull request. This just implements the relevant IDL attributes.
* 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/+25