aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/windowproxy.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix some clippy warnings in `components/script` (#31843)Rosemary Ajayi2024-03-251-3/+3
* fix redundant closure (#31842)Rosemary Ajayi2024-03-231-4/+4
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-4/+4
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-7/+7
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-2/+2
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-3/+3
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-3/+1
* constellation: focusing and closing webviews (#30842)Delan Azabani2024-01-241-2/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-11/+11
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-38/+35
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+7
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-3/+3
* revert: Introduce `Untransplantable` trait to indicate transplantability at t...Delan Azabani2023-03-231-45/+11
* apply yvt/servo/fix-named-window-getterDelan Azabani2023-03-231-11/+45
* apply pylbrecht/servo/named.window.getter (closes #27952)Delan Azabani2023-03-231-1/+1
* Format.Josh Matthews2022-11-231-4/+2
* Changes for spidermomkey upgrade.Josh Matthews2022-11-231-20/+17
* 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