aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/URLSearchParams.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-26/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Add value argument to URLSearchParams's has() and delete()Veronika Bušů2023-05-111-2/+2
| | | | | | This commit should fix #29725. Signed-off-by: Veronika Bušů <paricbat@email.cz>
* Implement URLSearchParams's size2shiori172023-03-021-0/+1
| | | | Signed-off-by: 2shiori17 <98276492+2shiori17@users.noreply.github.com>
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-4/+4
| | | | Fixes #27660
* Support USVString as default value of a union argumentKagami Sascha Rosylight2019-10-171-2/+1
|
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-3/+3
|
* Implement URLSearchParams.prototype.sort()CYBAI2019-01-081-0/+3
|
* Construct URLSearchParams from array or objectCYBAI2018-12-261-1/+3
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Make URLSearchParams iterable.yoyo9300212016-10-071-2/+1
| | | | | Fixes #13022. Fixes #13077.
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Implement URL.searchParamsStjepan Glavina2016-04-051-0/+2
| | | | Spec: https://url.spec.whatwg.org/#dom-url-searchparams
* Implement URLSearchParams::getAllFernando Martins2016-01-151-1/+1
|
* Update URLSearchParams to use USVString and String.Ms2ger2015-10-301-7/+7
| | | | This matches the specification.
* Update URL-related interfaces and their tests up to specAnthony Ramine2015-10-191-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 WebIDLsCorey Farwell2015-07-261-2/+2
|
* Implement trivial stringifiersAnthony Ramine2015-04-291-1/+1
|
* 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' ```
* Cargoify servoJack Moffitt2014-09-081-0/+19