aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/workerlocation.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-6/+6
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Support stringifier attributesKagami Sascha Rosylight2019-10-291-6/+1
* Implement worker origin member of WorkerLocationcsmoe2019-06-021-1/+12
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `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