aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/urlsearchparams.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-7/+7
* Remove helper traitsAnthony Ramine2015-08-271-10/+4
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Remove some more unnecessary let bindingsDavid Zbarsky2015-07-141-6/+2
* Upgrade to SM 39Michael Wu2015-06-191-9/+8
* Cleanup URLSearchParamsAnthony Ramine2015-05-271-97/+70
* Implement trivial stringifiersAnthony Ramine2015-04-291-0/+5
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Remove as_slice() calls from script.Ms2ger2015-04-261-2/+1
* Fix URLSearchParams formatting.Ms2ger2015-04-161-1/+1
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-5/+5
* Add links to spec for script::dom structs/methodsCorey Farwell2015-03-281-0/+7
* Remove some unused imports.Ms2ger2015-03-281-2/+0
* Simplify URLSearchParams::serialize's percent-encoding.Ms2ger2015-03-271-7/+1
* dom::urlsearchparams cleanup and documentationCorey Farwell2015-03-221-11/+25
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-3/+10
* Replace Root::deref by a custom get_unsound_ref_forever method.Ms2ger2015-02-051-1/+2
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-3/+3
* auto merge of #4575 : mttr/servo/warnings, r=jdmbors-servo2015-01-081-2/+2
|\
| * Fix Equiv related deprecation warningsMatthew Rasmus2015-01-081-2/+2
* | Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-2/+2
|/
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-1/+1
* Ensure that Reflectors are the first fieldManish Goregaokar2014-12-271-2/+2
* Remove extra spacesManish Goregaokar2014-12-271-1/+0
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-3/+4
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-2/+2
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-6/+14
* Use DOMRefCell for URLSearchParams.Tetsuharu OHZEKI2014-10-221-3/+3
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Simple privatizationsTim Taubert2014-10-131-0/+1
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-1/+1
* Remove Traceable from urlsearchparams.rsManish Goregaokar2014-10-051-11/+10
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-5/+5
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-5/+5
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-1/+1
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+152