aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
Commit message (Expand)AuthorAgeFilesLines
* Determine if ResizeTo is allowed (#36704)Taym Haddadi47 hours1-1/+11
* layout: Use box tree `Fragment`s for offset parent queries (#36681)Martin Robinson4 days1-1/+4
* layout: Implement node geometry queries against `BoxTree`'s `Fragment` (#36663)Martin Robinson4 days1-3/+9
* Report exceptions for async script executions to webdriver (#27041)Josh Matthews4 days1-3/+14
* layout: Add a new `FragmentTree` pass to calculate containing block rectangle...Martin Robinson6 days1-2/+3
* chore: remove unnecessary `webrender_document` in script (#36648)Jason Tsai7 days1-11/+1
* script: Only register one image callback per CSS image in use. (#36612)Josh Matthews10 days1-2/+5
* compositor: Unify the cross process and in-process API (#36543)Martin Robinson14 days1-4/+1
* Unify media query and media query list parsing (#36520)Oriol Brufau14 days1-20/+5
* Revert "compositor: Unify the cross process and in-process API (#36443)" (#36...Martin Robinson2025-04-151-1/+4
* add CanGc as argument to methods in HTMLCollection, HTMLDataListElement, HTML...Yerkebulan Tulibergenov2025-04-131-0/+1
* add CanGc as argument to methods in ElementInternals, GlobalScope, HTMLAnchor...Yerkebulan Tulibergenov2025-04-131-1/+1
* compositor: Unify the cross process and in-process API (#36443)Martin Robinson2025-04-121-4/+1
* refactor: add CanGc as argument to methods in Document (#36392)Yerkebulan Tulibergenov2025-04-071-1/+3
* layout: Add initial support for the `::marker` pseudo-element (#36317)Martin Robinson2025-04-071-0/+1
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-2/+2
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-5/+5
* Stub out Trusted Types interfaces (#36355)Tim van der Lippe2025-04-051-0/+8
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-9/+9
* constellation: Stop assuming that the viewport is shared by all WebViews (#36...Martin Robinson2025-04-041-31/+26
* script: Create `CSSStyleOwner::Null` for `getComputedStyle` (#36272)Martin Robinson2025-04-021-3/+34
* libservo: Start moving `WindowMethods` to `WebViewDelegate` (#36223)Martin Robinson2025-04-021-6/+8
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-011-3/+1
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-301-0/+11
* Animation: Aggregate Animated Image Info to Document (#36141)TIN TUN AUNG2025-03-281-1/+6
* Allow setting userscripts directly without the need of files (#35388)Tony2025-03-271-8/+8
* canvas: Update the image as part of update the rendering (#35996)sagudev2025-03-251-0/+1
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-2/+3
* constellation: Proxy `ScrollState` through the `Constellation` (#36062)Martin Robinson2025-03-211-3/+2
* dom: Implement minimal IntersectionObserver workflow (#35551)Steven Novaryo2025-03-181-1/+13
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-2/+4
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-15/+11
* libservo: Clean up interfaces for alert()/confirm()/prompt() (#35579)Delan Azabani2025-02-271-11/+24
* libservo: Move WebDriver messages to the `embedder` crate (#35602)Martin Robinson2025-02-241-2/+4
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-1/+1
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-3/+4
* refactor: add CanGc as argument to WindowProxy::set_window (#35609)Yerkebulan Tulibergenov2025-02-231-4/+4
* compositing: Move image output and shutdown management out of the compositor ...Martin Robinson2025-02-201-8/+3
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-12/+20
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-191-0/+4
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-1/+13
* window: avoid NonNull<JSObject> in NamedGetter (#35508)Gae242025-02-171-20/+6
* dom: Always replace unpaired surrogates when handling page text (#35381)Martin Robinson2025-02-091-10/+0
* servoshell: Move `headless` setting to ServoShellPreferences (#35377)Martin Robinson2025-02-071-2/+0
* Make generated proxy handlers and DOM object hooks generic (#35292)Josh Matthews2025-02-051-1/+3
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Fix crash in screenX and screenY getters returning negative values (#35235)webbeef2025-01-311-3/+3
* script_traits: Rename `ConstellationControlMsg` to `ScriptThreadMessage` (#35...Martin Robinson2025-01-301-5/+5
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-6/+17