aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/windowproxy.rs
Commit message (Expand)AuthorAgeFilesLines
* `cargo fix --edition`Simon Sapin2018-11-061-16/+16
* Format script componentchansuke2018-09-191-180/+245
* Upgraded to SM 60Alan Jeffrey2018-08-201-16/+34
* implement opener, disowningGregory Terzian2018-08-111-8/+77
* implement window.open, create auxiliary browsing contextGregory Terzian2018-08-111-1/+142
* Set the proper attributes for the WindowProxy property descriptorKeith Yeung2018-04-301-7/+9
* Return window proxy properly for indexed window getterKeith Yeung2018-04-301-10/+39
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-56/+65
* Adding Name and SetName functions for windowpaavininanda2018-02-261-0/+14
* Use specific negative assertion for DOM Window ProxyCYBAI2018-01-261-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-10/+14
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-6/+6
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Added a TopLevelBrowsingContextId type.Alan Jeffrey2017-05-221-2/+23
* Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-12/+12
* Renamed BrowsingContext to WindowProxy in script.Alan Jeffrey2017-05-121-0/+596