aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy:Fix clippy problems in components/scripts/binding (#31893)Rosemary Ajayi2024-03-271-2/+0
* clippy: Fix single_match warnings (#31876)Oluwatobi Sofela2024-03-261-26/+23
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-3/+3
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-12/+12
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-26/+13
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-6/+6
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-9/+9
* clippy: Fix clippy Problems in components/scripts (#31759)Rosemary Ajayi2024-03-191-13/+13
* clippy: Fix dereferenced warning (#31758)Oluwatobi Sofela2024-03-191-1/+1
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-3/+3
* Update Stylo to 2023-07-23 (#31437)Oriol Brufau2024-02-291-1/+4
* Check for XML and XMLS namespace during 'locating a namespace' (#31374)Keith Yeung2024-02-201-1/+1
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-3/+9
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-3/+3
* Further changes required by ServoOriol Brufau2023-11-041-5/+4
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Refactor scrolls on the window object (#29680)Martin Robinson2023-09-151-25/+29
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-43/+44
* remove `extern crate` (#30311)Samson2023-09-081-1/+3
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-11/+13
* Further changes required by ServoOriol Brufau2023-08-161-3/+11
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-11/+3
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-3/+11
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-301-5/+0
* Update uuidMartin Robinson2023-06-261-2/+2
* Further changes required by ServoOriol Brufau2023-06-091-8/+6
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-2/+11
* Throw HierarchyRequest error for Attr in pre-insert and replacechildcybai2023-04-211-5/+7
* Add support for <iframe> elements for Layout 2020Martin Robinson2023-04-041-8/+4
* apply pylbrecht/servo/named.window.getter (closes #27952)Delan Azabani2023-03-231-29/+0
* Update nightly rustc.Josh Matthews2021-11-011-2/+2
* Replaced ref_slice::ref_slice with std::slice::from_refAdrian Willenbücher2021-06-101-5/+5
* fmtteymour-aldridge2021-02-051-4/+2
* Remove unused arguments from methods.teymour-aldridge2021-02-051-2/+1
* Implement ParentNode#replaceChildrenVincent Ricard2020-09-251-0/+12
* Do not panic on navigating across documentsUtsav Oza2020-07-301-3/+3
* Cancel animations for nodes which are removed from the DOMMartin Robinson2020-06-171-0/+7
* Implement concept of dirty rootAnthony Ramine2020-05-191-12/+40
* Make Node::style_and_layout_data be a DomRefCell<T>Anthony Ramine2020-05-191-21/+25
* Correctly paint the CSS canvas’ backgroundSimon Sapin2020-05-151-0/+6
* Add a fast path in Element::SetInnerHTML when the value is small and trivial ...Bastien Orivel2020-05-041-0/+14
* Don't go through the layout thread to retrieve a node's primary styleAnthony Ramine2020-04-071-0/+19
* Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutDataAnthony Ramine2020-04-061-10/+10
* Rename a bunch of style/layout data itemsAnthony Ramine2020-04-061-6/+6