aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/dissimilaroriginwindow.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow browsing contexts to resolve to cross-origin windows.Alan Jeffrey2017-02-161-0/+140