Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script: Move code generation and webidl files to new script_bindings crate. ↵ | Josh Matthews | 2025-01-24 | 1 | -34/+0 |
| | | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net> | ||||
* | Implement URL::parse() (#32819) | shanehandley | 2024-07-22 | 1 | -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.canParse | Yutaro Ohno | 2023-04-02 | 1 | -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 undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -1/+1 |
| | | | | Fixes #27660 | ||||
* | Support stringifier attributes | Kagami Sascha Rosylight | 2019-10-29 | 1 | -6/+1 |
| | |||||
* | Support [LegacyWindowAlias] | Kagami Sascha Rosylight | 2019-10-19 | 1 | -1/+2 |
| | |||||
* | Migrate to new constructor operation syntax | Kagami Sascha Rosylight | 2019-10-02 | 1 | -1/+2 |
| | |||||
* | Implement URL's toJSON() | CYBAI | 2018-12-24 | 1 | -0/+2 |
| | |||||
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Remove URL.domainToASCII and URL.domainToUnicode | Mathieu Rheaume | 2016-10-25 | 1 | -3/+0 |
| | |||||
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -2/+1 |
| | |||||
* | Implement Blob URL's DOM interfaces | Zhen Zhang | 2016-06-17 | 1 | -0/+5 |
| | |||||
* | Implement URL.domainToUnicode | Achal Shah | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | Implement URL.searchParams | Stjepan Glavina | 2016-04-05 | 1 | -1/+1 |
| | | | | Spec: https://url.spec.whatwg.org/#dom-url-searchparams | ||||
* | add origin to location and url api | Chandler Abraham | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | Update URL-related interfaces and their tests up to spec | Anthony Ramine | 2015-10-19 | 1 | -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 WebIDLs | Corey Farwell | 2015-07-26 | 1 | -2/+2 |
| | |||||
* | Implement URL and trivially missing URLUtils members | Anthony Ramine | 2015-06-20 | 1 | -0/+12 |
Fixes #6322. |