aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/URL.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-34/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Implement URL::parse() (#32819)shanehandley2024-07-221-0/+1
| | | | | | | | | | | | | * Implement URL::parse() Signed-off-by: Shane Handley <shanehandley@fastmail.com> * fix: Make handling more idiomatic Signed-off-by: Shane Handley <shanehandley@fastmail.com> --------- Signed-off-by: Shane Handley <shanehandley@fastmail.com>
* Implement URL.canParseYutaro Ohno2023-04-021-0/+3
| | | | | | | | | Add an implementation of `URL.canParse` as a static method. See [here][1] for the specification. [1]: https://url.spec.whatwg.org/#dom-url-canparse Signed-off-by: Yutaro Ohno <yutaro.ono.418@gmail.com>
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-1/+1
| | | | Fixes #27660
* Support stringifier attributesKagami Sascha Rosylight2019-10-291-6/+1
|
* Support [LegacyWindowAlias]Kagami Sascha Rosylight2019-10-191-1/+2
|
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-1/+2
|
* Implement URL's toJSON()CYBAI2018-12-241-0/+2
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Remove URL.domainToASCII and URL.domainToUnicodeMathieu Rheaume2016-10-251-3/+0
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-2/+1
|
* Implement Blob URL's DOM interfacesZhen Zhang2016-06-171-0/+5
|
* Implement URL.domainToUnicodeAchal Shah2016-06-061-1/+1
|
* Implement URL.searchParamsStjepan Glavina2016-04-051-1/+1
| | | | Spec: https://url.spec.whatwg.org/#dom-url-searchparams
* add origin to location and url apiChandler Abraham2016-01-211-1/+1
|
* Update URL-related interfaces and their tests up to specAnthony Ramine2015-10-191-1/+19
| | | | | | | | | The URL spec recently changed and the variour "mixins" interfaces are gone, this commit updates our code and WPT accordingly. The new expected failures related to HTMLAnchorElement and HTMLAreaElement's attributes are due to their moving to the HTMLHyperLinkElementUtils interface, which is not anymore in a separate <script class=untested> element.
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-2/+2
|
* Implement URL and trivially missing URLUtils membersAnthony Ramine2015-06-201-0/+12
Fixes #6322.