aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/urlsearchparams.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+9
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-2/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-8/+7
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-3/+11
* clippy: Fix `redundant_*` warnings (#32056)eri2024-04-111-16/+16
* clippy: Fix more clippy warnings in `components/scripts/dom` (#31914)Rosemary Ajayi2024-03-281-1/+1
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-9/+7
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+4
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+9
* Add value argument to URLSearchParams's has() and delete()Veronika Bušů2023-05-111-4/+12
* Implement URLSearchParams's size2shiori172023-03-021-0/+5
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Support USVString as default value of a union argumentKagami Sascha Rosylight2019-10-171-6/+5
* Implement URLSearchParams.prototype.sort()CYBAI2019-01-081-0/+11
* Combine two `impl`s into oneCYBAI2019-01-081-2/+0
* Construct URLSearchParams from array or objectCYBAI2018-12-261-9/+23
* Remove leading question mark when constructing URLSearchParamsCYBAI2018-12-251-3/+11
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Format remaining filesPyfisch2018-11-061-1/+2
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Format script componentchansuke2018-09-191-19/+24
* Use the url crate without its query_encoding featureSimon Sapin2017-10-311-4/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Make URLSearchParams iterable.yoyo9300212016-10-071-2/+23
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+3
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+1
* Correctly initialize URL.searchParamsSimon Sapin2016-04-231-19/+21
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-4/+8
* Implement URL.searchParamsStjepan Glavina2016-04-051-7/+20
* Fix #9508: Beautify our union enums constructorsAlexander Lopatin2016-02-071-3/+2
* Improved .find().map()Florian Strübe2016-01-271-1/+2
* Use .find().map() instead of .filter_map().next() in URLSearchParams::GetFlorian Strübe2016-01-261-7/+1
* Implement URLSearchParams::getAllFernando Martins2016-01-151-0/+12
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-1/+1
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+1
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-2/+2
* make test-tidy happy + fix some merge errorsrohan.prinja2015-11-031-1/+1
* merge from masterrohan.prinja2015-11-031-21/+22
|\
| * Update URLSearchParams to use USVString and String.Ms2ger2015-10-301-21/+22