aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/windowproxy.rs
Commit message (Expand)AuthorAgeFilesLines
...
* feat(script): implement some of the non-ordinary internal methods of `Location`yvt2021-07-161-0/+3
* chore(deps): update mozjsyvt2021-07-101-0/+8
* doc(script): we don't do cross-compartment brain transplantation anymoreyvt2021-07-071-7/+5
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+3
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-3/+3
* Update wpt-tests metadataUtsav Oza2020-05-181-6/+4
* Run mach test-tidyUtsav Oza2020-05-181-4/+4
* Add creator URL, creator base URL and creator origin in browsing contextUtsav Oza2020-05-181-1/+99
* Update window.open() to return fallible resultUtsav Oza2020-05-041-7/+7
* Auto merge of #25781 - nox:fixzeal, r=jdmbors-servo2020-03-021-2/+2
|\
| * Introduce a new type MaybeUnreflectedDom<T> (fixes #25701)Anthony Ramine2020-02-171-2/+2
* | Always pass InRealm to GlobalScope::from_context to avoid getting null globalCYBAI2020-02-161-11/+18
|/
* Names should now be consistently atomsPatrick Shaughnessy2020-02-131-1/+2
* rename compartment to realmKunal Mohan2020-01-241-3/+3
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-6/+6
* Make property descriptors hold named/indexed property valuesPatrick Shaughnessy2020-01-101-2/+1
* improve spec compliance of discarding BCsGregory Terzian2019-09-221-3/+18
* Update Window::open and document::open parameters to match the specBastien Orivel2019-08-241-2/+2
* restructure content process shutdown ack with threaded sender, without layoutGregory Terzian2019-08-171-1/+0
* Auto merge of #23967 - gterzian:fix_double_transplant, r=asajeffreybors-servo2019-08-141-1/+12
|\
| * windowproxy: prevent unnecessary calls to set_windowGregory Terzian2019-08-141-1/+12
* | Use safe JSContext as first argument for throw_dom_exceptionmarmeladema2019-08-091-1/+2
* | Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-2/+2
|/
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-9/+9
* Auto merge of #23368 - gterzian:clean_up_navigation, r=asajeffreybors-servo2019-07-181-13/+28
|\
| * clean-up navigationGregory Terzian2019-07-181-13/+28
* | Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-1/+2
* | Upgrade to Spidermonkey 67.Josh Matthews2019-06-261-5/+5
|/
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-4/+4
* set referrer in window.load_urlRussell Cousineau2019-04-191-3/+15
* Auto merge of #23011 - dboyan:open-feature-tokenize, r=gterzian,cybaibors-servo2019-03-241-10/+106
|\
| * Add a tokenizer for features in window.open()Boyan Ding2019-03-231-10/+106
* | Remove most RootedReference usesAnthony Ramine2019-03-101-3/+3
|/
* Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, r=p...bors-servo2018-12-261-0/+24
|\
| * implement windowproxy "delay-load-event-mode", and partially document "comple...Gregory Terzian2018-12-231-0/+24
* | style: Make Servo use a single thread-pool for layout-related tasks per-process.Emilio Cobos Álvarez2018-12-231-2/+0
|/
* Initial window sizes are mandatory.Josh Matthews2018-12-141-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-14/+14
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `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