aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-1/+1
* clippy: remove unneeded return statements (#31923)Azhar Ismagulova2024-03-281-1/+1
* clippy: Fix manual_map warnings (#31922)Oluwatobi Sofela2024-03-281-5/+3
* clippy: Fix another set of clippy problems in `components/script/dom` (#31909)Rosemary Ajayi2024-03-281-5/+5
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-6/+7
* fixed the `unneeded return` statement warnings. (#31863)Aarya Khandelwal2024-03-261-10/+10
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-2/+2
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-11/+11
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-8/+8
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-11/+8
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-0/+29
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-201-18/+18
* Check for XML and XMLS namespace during 'locating a namespace' (#31374)Keith Yeung2024-02-201-4/+21
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-5/+11
* Allow using cached client_rect() for paint-only reflow (#31219)Oriol Brufau2024-01-301-2/+7
* Don't use cached client_rect() when a reflow is needed (#31210)Oriol Brufau2024-01-291-12/+8
* Add support for cellpadding attribute (#31201)Oriol Brufau2024-01-291-0/+26
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Further changes required by ServoOriol Brufau2023-11-241-3/+1
* Further changes required by ServoOriol Brufau2023-11-211-1/+1
* Further changes required by ServoOriol Brufau2023-11-211-6/+23
* Further changes required by ServoOriol Brufau2023-11-211-2/+10
* Further changes required by ServoOriol Brufau2023-10-021-0/+4
* Further changes required by ServoOriol Brufau2023-10-021-25/+18
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Refactor the `translatable` attribute lightly (#30430)Ennui Langeweile2023-09-261-4/+3
* Refactor scrolls on the window object (#29680)Martin Robinson2023-09-151-4/+8
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-66/+67
* remove `extern crate` (#30311)Samson2023-09-081-1/+4
* Further changes required by ServoOriol Brufau2023-08-161-6/+12
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-12/+6
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-6/+12
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+9
* Implement :valid :invalid pseudo classes (#26729)John Poge II2023-07-211-0/+2
* Further changes required by ServoOriol Brufau2023-06-091-0/+2
* Further changes required by ServoOriol Brufau2023-06-091-4/+8
* Formatting.Josh Matthews2023-05-281-1/+6
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+8
* Further changes required by ServoOriol Brufau2023-05-241-3/+3
* Further changes required by ServoOriol Brufau2023-05-191-2/+2
* fixup! Checks moved to Element::client_rect(), fixed conditions for the speci...switchpiggy2023-05-051-20/+13
* Checks moved to Element::client_rect(), fixed conditions for the special case...switchpiggy2023-05-051-23/+27
* Implemented special cases for Element.clientWidth() and clientHeight()switchpiggy2023-05-041-0/+22
* Allow script to scroll `overflow: scroll` elementsMartin Robinson2023-04-251-34/+46
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-13/+15
* Implement referrerPolicy for HTMLLinkElement and HTMLScriptElementYUAN LYU2020-12-011-0/+21
* Replace generic 'value' variable name with 'id' and 'name' to reduce confusionTyler Wilcock2020-11-231-5/+5
* Implement DOMTokenList.supports APIVincent Ricard2020-10-051-1/+1
* Implements HTMLDetailsElement toggleVincent Ricard2020-09-261-0/+4