aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/workerlocation.rs
Commit message (Expand)AuthorAgeFilesLines
* `cargo fix --edition`Simon Sapin2018-11-061-7/+7
* Format script componentchansuke2018-09-191-3/+5
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* 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
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-4/+4
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+1
* 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
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* more refactoringrohan.prinja2015-10-301-1/+1
* Update URL-related interfaces and their tests up to specAnthony Ramine2015-10-191-9/+9
* 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-10/+10
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* sort all usesJohann Tuffe2015-08-201-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Implement URL and trivially missing URLUtils membersAnthony Ramine2015-06-201-2/+36
* Upgrade to SM 39Michael Wu2015-06-191-3/+3
* Don't link to specific WHATWG multipage pageCorey Farwell2015-04-161-1/+1
* Add links to spec for script::dom structs/methodsCorey Farwell2015-03-281-0/+1
* Use USVString for URLUtils and URLUtilsReadOnly.Ms2ger2015-03-131-5/+4
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-2/+2
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Simple privatizationsTim Taubert2014-10-131-0/+1
* Remove Untraceable from workerlocation.rsManish Goregaokar2014-10-051-6/+5
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-3/+3
* Share code between Navigator and WorkerNavigatorGilles Leblanc2014-09-201-11/+4
* Reintroduce Untraceable<T>.deref_mut() to make mem::replace() possible to Unt...Tetsuharu OHZEKI2014-09-201-1/+1
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-2/+2
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+64