aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* servoshell: Reset link status when loading a new document (#32518)webbeef2024-06-181-0/+1
* implement basic infra for ResizeObserver (#31108)Gregory Terzian2024-06-171-2/+70
* script: Have `Document` own `Layout` (#32316)Martin Robinson2024-05-201-26/+11
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Fix RefCell borrows (#32276)Samson2024-05-131-3/+2
* script: Start rework to better match the specification HTML event loop (#31505)Gregory Terzian2024-05-131-3/+61
* Fix some clippy warnings in `components/gfx` and `components/script` (#32215)Pi-Cla2024-05-021-2/+2
* Fixe some clippy warnings (#32131)komuhangi2024-04-291-2/+4
* script: Prevent "scroll to fragment" from scrolling offscreen (#32129)Martin Robinson2024-04-251-19/+10
* script_layout: Remove script to layout messages (#32081)Martin Robinson2024-04-221-3/+2
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-111-22/+2
* layout: Add a `FontMetricsProvider` for resolving font-relative units (#31966)Martin Robinson2024-04-041-14/+8
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-10/+10
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-0/+3
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-1/+1
* clippy: Fix another set of clippy problems in `components/script/dom` (#31909)Rosemary Ajayi2024-03-281-8/+8
* fonts: Add support for WOFF2 and properly load web fonts from @imports (#31879)Martin Robinson2024-03-261-3/+10
* fixed the `unneeded return` statement warnings. (#31863)Aarya Khandelwal2024-03-261-1/+1
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-3/+3
* clippy: Fix collapsible_if warnings (#31852)Oluwatobi Sofela2024-03-251-4/+2
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-27/+19
* WebIDL: Remove `JSObject` from `Document::NamedGetter` (#31841)eri2024-03-241-21/+7
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-8/+7
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-221-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-13/+13
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-3/+3
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-4/+4
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-141-1/+1
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-131-1/+1
* clippy: Fix warnings in `components/shared` (#31627)eri2024-03-121-1/+1
* script: Implement `<meta http-equiv="refresh">` (#31468)Smitty2024-03-011-0/+39
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-26/+23
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-19/+19
* script: Allow moving back to non-quirks mode (#30898)Martin Robinson2023-12-211-4/+4
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-7/+7
* Further changes required by ServoOriol Brufau2023-11-211-1/+1
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-4/+4
* Treat the `keygen` element as obsolete (#30429)Ennui Langeweile2023-09-261-7/+15
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-74/+76
* remove `extern crate` (#30311)Samson2023-09-081-1/+3
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-21/+41
* make the concept of has_listeners_for follow other implementations (#21044)Gregory Terzian2023-07-191-2/+2
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+4
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-6/+47
* Fix formatting.Josh Matthews2023-05-201-2/+1
* Remove unused argument from AlreadyInRealm::assert.Josh Matthews2023-05-201-2/+2
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-2/+2
* Fix flakiness in animation testsMartin Robinson2023-05-021-0/+12