aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* clarify todos about exposed objectsDelan Azabani2023-03-231-3/+9
* apply pylbrecht/servo/named.window.getter (closes #27952)Delan Azabani2023-03-231-175/+147
* Replaced ref_slice::ref_slice with std::slice::from_refAdrian Willenbücher2021-06-101-2/+2
* Improve IME messaging to embedder with insertion point index and multiline flag.Philip Lamb2021-03-291-4/+17
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-3/+9
* fmtteymour-aldridge2021-02-051-1/+1
* Remove unused arguments from methods.teymour-aldridge2021-02-051-9/+5
* Fix errorsteymour-aldridge2021-02-051-4/+4
* Mark methods as unsafe.teymour-aldridge2021-02-051-4/+4
* Fix mouse button handlingYUAN LYU2020-12-061-2/+6
* Implement ParentNode#replaceChildrenVincent Ricard2020-09-251-0/+5
* devtools: Treat session history traversal like a navigation.Josh Matthews2020-08-101-1/+5
* Do not panic on navigating across documentsUtsav Oza2020-07-301-5/+8
* Fix comments for handle_mouse_move_event methodUtsav Oza2020-07-301-46/+41
* Fire mouseenter and mouseleave eventsUtsav Oza2020-07-301-6/+81
* Fix ordering of mousemove eventUtsav Oza2020-07-301-75/+71