aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CharacterData.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-28/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* 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-4/+4
| | | | Fixes #27660
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-1/+1
|
* Migrate to IDL mixin syntaxKagami Sascha Rosylight2019-10-011-2/+2
|
* Update WebIDL.py to 4166cae81546Manish Goregaokar2019-03-041-1/+1
| | | | | | 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
|
* Partial fix for 12415Scott Trinh2016-10-171-1/+1
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Auto merge of #7601 - nox:cleanup-dom-webidls, r=Ms2gerbors-servo2015-09-191-3/+3
|\ | | | | | | | | | | | | | | | | | | Improve DOM interfaces' extended attributes Some should have been `[SameObject]` instead of `[Constant]`. The rest of the changes are additional `[Constant]` and `[Pure]` extended attributes on many operations. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7601) <!-- Reviewable:end -->
| * Annotate many DOM attribute and methods with [Constant] and [Pure]Anthony Ramine2015-09-191-3/+3
| |
* | Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-0/+1
|/ | | | | | | Some interfaces like Node, CharacterData and HTMLTableCellElement are never instantiated directly, only their descendant interfaces are. Those are marked with [Abstract] to set their type_id to None instead of having dummy values in the TypeId enums.
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-3/+3
|
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-1/+1
| | | | | | | | | | | | | | 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' ```
* Fix CharacterData annotationsAnthony Ramine2015-04-091-2/+1
|
* Implement NonDocumentTypeChildNode::*ElementSibling()Anthony Ramine2015-04-091-0/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+28