aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/windowproxy.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-4/+5
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+7
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-4/+4
* constellation: Stop assuming that the viewport is shared by all WebViews (#36...Martin Robinson2025-04-041-1/+1
* Use Window in new methods instead of GlobalScope for interfaces with … (#36...Richard Dushime2025-04-021-0/+1
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-291-3/+3
* Replace some uses of window.global() with upcast. (#36179)Aniebiet Afia2025-03-271-1/+1
* base: Finish rename of `TopLevelBrowsingContextId` to `WebViewId` (#35896)Martin Robinson2025-03-111-11/+11
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-12/+14
* Make auxiliary webviews exist in the constellation immediately (#35672)Delan Azabani2025-02-261-58/+48
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-1/+1
* refactor: add CanGc as argument to WindowProxy::set_window (#35609)Yerkebulan Tulibergenov2025-02-231-4/+5
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-1/+1
* libservo: Add an initial WebView data structure to the API (#35119)Delan Azabani2025-01-251-2/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-38/+38
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-13/+12
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-1/+1
* Replace HistoryEntryReplacement with NavigationHistoryBehavior from the navig...shanehandley2024-12-181-6/+7
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-10/+13
* CanGc fixes from constantsourcenode.rs & window.rs (#33931)tanishka2024-10-201-2/+3
* 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