aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/windowproxy.rs
Commit message (Expand)AuthorAgeFilesLines
* Stop sending EmbedderMsg::WebViewOpened from WindowProxy (#33514)webbeef2024-09-221-2/+0
* Various borrow hazard fixes (#33133)Josh Matthews2024-08-201-0/+3
* Update codegen for GetOpener:inRealms in Bindings.conf (#33062)Taym Haddadi2024-08-151-6/+3
* Fix: Return error and avoid panicking in SetOpener function (#33002)Taym Haddadi2024-08-121-3/+6
* fix: Memory leak from CreateProxyWindowHandler (#32773)Erik Hennig2024-08-011-21/+91
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-1/+1
* Fixed some clippy warnings in components (#32025)komuhangi2024-04-101-1/+1
* clippy:partialeq_to_none (#31972)Yashasvi Chaudhary2024-04-021-1/+1
* clippy: Fix more clippy warnings in `components/scripts/dom` (#31914)Rosemary Ajayi2024-03-281-1/+1
* 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