aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/serviceworker.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-8/+4
* 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-1/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-6/+6
* Initial structuredClone implementation (#32960)Taym Haddadi2024-08-081-2/+2
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+9
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* serviceworker: make job queue unique per originGregory Terzian2020-05-211-6/+11
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Use IDL sequence default valueKagami Sascha Rosylight2019-11-041-2/+0
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-23/+59
* begin messageport, transferable objects, implKeith Yeung2019-10-191-3/+9
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-4/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-4/+6
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Format script componentchansuke2018-09-191-16/+22
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-3/+7
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* 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
* Introduce TaskOnceAnthony Ramine2017-09-201-5/+4
* Rename Task to TaskBoxAnthony Ramine2017-09-201-3/+3
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-3/+3
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-1/+1
* Untry scriptSimon Sapin2017-06-181-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Initial work on job queues for service workersRahul Sharma2016-11-221-3/+3
* Auto merge of #14246 - emilio:servo-url, r=SimonSapinbors-servo2016-11-171-7/+7
|\
| * Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-7/+7
* | script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-1/+2
|/
* Add more event names to atom list; use more `atom` macros.Corey Farwell2016-11-061-2/+1
* Migrate `EventTarget` event firing functions to use `Atom`s.Corey Farwell2016-11-031-2/+3
* Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-2/+2
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-1/+1