aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/storage.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+6
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-6/+4
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-21/+17
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+5
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-1/+1
* Various CanGc fixes in 8 files (#33893)chickenleaf2024-10-181-0/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+8
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-15/+15
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-0/+1
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-5/+10
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Format script componentchansuke2018-09-191-29/+68
* Implements profiler for blocked recvNakul Jindal2018-03-221-8/+9
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* 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
* Introduce TaskOnceAnthony Ramine2017-09-201-1/+1
* Use task! to send a storage notificationAnthony Ramine2017-09-181-31/+14
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-5/+5
* Clean up Storage::queue_storage_eventAnthony Ramine2017-09-161-45/+44
* move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-2/+0
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-3/+2
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Only expose Storage/StorageEvent in WindowJavier Rueda2017-02-091-3/+3
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-5/+5
* Storage notifications routed via the constellation.Alan Jeffrey2016-11-151-19/+20
* Replace script thread root browsing context by a collection of documents.Alan Jeffrey2016-11-081-9/+10
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-5/+3
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-4/+4
* Make TaskSource::queue take a &GlobalScopeAnthony Ramine2016-10-061-5/+6
* Introduce GlobalScope::resource_threadsAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-4/+2
* Introduce GlobalScope::get_urlAnthony Ramine2016-10-061-3/+1
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-5/+3
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-4/+4