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 | -26/+0 |
| | | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net> | ||||
* | Add value argument to URLSearchParams's has() and delete() | Veronika Bušů | 2023-05-11 | 1 | -2/+2 |
| | | | | | | This commit should fix #29725. Signed-off-by: Veronika Bušů <paricbat@email.cz> | ||||
* | Implement URLSearchParams's size | 2shiori17 | 2023-03-02 | 1 | -0/+1 |
| | | | | Signed-off-by: 2shiori17 <98276492+2shiori17@users.noreply.github.com> | ||||
* | Convert Web IDL void to undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -4/+4 |
| | | | | Fixes #27660 | ||||
* | Support USVString as default value of a union argument | Kagami Sascha Rosylight | 2019-10-17 | 1 | -2/+1 |
| | |||||
* | Migrate to new constructor operation syntax | Kagami Sascha Rosylight | 2019-10-02 | 1 | -3/+3 |
| | |||||
* | Implement URLSearchParams.prototype.sort() | CYBAI | 2019-01-08 | 1 | -0/+3 |
| | |||||
* | Construct URLSearchParams from array or object | CYBAI | 2018-12-26 | 1 | -1/+3 |
| | |||||
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Make URLSearchParams iterable. | yoyo930021 | 2016-10-07 | 1 | -2/+1 |
| | | | | | Fixes #13022. Fixes #13077. | ||||
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | Remove modelines everywhere but tests/wpt | edunham | 2016-04-20 | 1 | -1/+0 |
| | |||||
* | Implement URL.searchParams | Stjepan Glavina | 2016-04-05 | 1 | -0/+2 |
| | | | | Spec: https://url.spec.whatwg.org/#dom-url-searchparams | ||||
* | Implement URLSearchParams::getAll | Fernando Martins | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | Update URLSearchParams to use USVString and String. | Ms2ger | 2015-10-30 | 1 | -7/+7 |
| | | | | This matches the specification. | ||||
* | Update URL-related interfaces and their tests up to spec | Anthony Ramine | 2015-10-19 | 1 | -1/+3 |
| | | | | | | | | | 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 trivial stringifiers | Anthony Ramine | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -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' ``` | ||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+19 |