aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLTableRowElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Rename legacy extended attributes in webidlssagudev2023-02-191-1/+1
| | | | https://github.com/whatwg/webidl/pull/870
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-1/+1
| | | | Fixes #27660
* Convert [HTMLConstructor] as constructor extensionKagami Sascha Rosylight2019-10-191-1/+3
|
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-1/+1
|
* Update WebIDL.py to 4166cae81546Manish Goregaokar2019-03-041-2/+2
| | | | | | https://hg.mozilla.org/integration/autoland/rev/4166cae81546f54accae807413f806d20bf30920 Pulls in changes from https://bugzilla.mozilla.org/show_bug.cgi?id=1359269
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Add CEReactions where neededConnor Brewster2017-07-181-6/+11
|
* 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
|
* Implement `sectionRowIndex` property on `<tr>`.Corey Farwell2016-04-121-1/+1
| | | | Fixes https://github.com/servo/servo/issues/10509.
* Implement `rowIndex` property on `<tr>`.Corey Farwell2016-04-121-1/+1
| | | | Part of https://github.com/servo/servo/issues/10509.
* 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