aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/dissimilaroriginwindow.rs
Commit message (Expand)AuthorAgeFilesLines
* 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