aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/dissimilaroriginwindow.rs
Commit message (Expand)AuthorAgeFilesLines
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+2
* servoshell: Move `headless` setting to ServoShellPreferences (#35377)Martin Robinson2025-02-071-1/+0
* Make generated proxy handlers and DOM object hooks generic (#35292)Josh Matthews2025-02-051-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+7
* script: Make timers per-process (#34581)Martin Robinson2024-12-241-1/+0
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-0/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Unminify module scripts. (#34206)Josh Matthews2024-11-121-0/+1
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-4/+4
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-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-4/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+8
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-1/+1
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+2
* Share single gpu_id_hub among all threads in a processKunal Mohan2020-05-151-0/+1
* impl timer-task-source, dedicated time-out mechanism for service-workerGregory Terzian2019-11-191-4/+0
* Use IDL sequence default valueKagami Sascha Rosylight2019-11-041-13/+6
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-31/+83
* begin messageport, transferable objects, implKeith Yeung2019-10-191-1/+2
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-1/+1
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-15/+6
* Wrap(Global)Method now takes a SafeJSContext instead of a JSContextmarmeladema2019-07-241-1/+2
* Script: removed a few opts::get()oneturkmen2019-06-261-0/+2
* Remove unused code from script* cratesest312019-06-021-6/+0
* Provide the source window as part of postMessage events.Josh Matthews2019-01-071-5/+6
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
* Format script componentchansuke2018-09-191-10/+15
* Return window proxy properly for indexed window getterKeith Yeung2018-04-301-3/+7
* Use the incumbent global as the source of x-origin postMessageAlan Jeffrey2018-04-101-1/+5
* 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-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-14/+14
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Store microtask queues in their global (fixes #18467)Anthony Ramine2017-09-131-0/+3
* Clean up DissimilarOriginWindow::originAnthony Ramine2017-09-131-2/+1
* Reformat DissimilarOriginWindow::newAnthony Ramine2017-09-131-12/+17
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-4/+4
* Untry scriptSimon Sapin2017-06-181-1/+1
* Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-1/+3
* Renamed BrowsingContext to WindowProxy in script.Alan Jeffrey2017-05-121-20/+20
* Fix various build warningsAaron Cunningham2017-04-241-0/+1
* added origin to globalscopeddh2017-04-241-1/+7
* Implement dissimilar-origin window.parent and window.top.Alan Jeffrey2017-03-171-13/+23
* Implement dissimilar-origin postMessage.Alan Jeffrey2017-03-151-2/+34
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1