aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-6/+6
* Add `width` and `height` presentational hints for table-related elements (#33...Oriol Brufau2024-09-121-0/+10
* Make CanGc derive Copy and Clone (#33407)Taym Haddadi2024-09-121-2/+2
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-13/+25
* Remove unused import (#33226)Oriol Brufau2024-08-281-1/+0
* Remove `width` and `height` presentational hints for `<canvas>` (#33211)Oriol Brufau2024-08-281-5/+1
* script: Update list of non-TS pseudo classes supported by Servo (#33165)Martin Robinson2024-08-241-9/+23
* Update stylo for latest changes. (#33079)Josh Matthews2024-08-161-2/+4
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-1/+1
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-8/+8
* html: Parse a comma-separated list of faces in the `<font>` tag (#32622)Martin Robinson2024-06-261-4/+3
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* feat: implement ARIA string reflection on Element (#32080)Nolan Lawson2024-04-271-0/+375
* Upgrade Stylo to 2024-04-16 (#32128)Oriol Brufau2024-04-251-0/+6
* script_layout: Remove script to layout messages (#32081)Martin Robinson2024-04-221-1/+1
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-9/+6
* Upgrade Stylo to 2024-03-01 (#32089)Oriol Brufau2024-04-161-9/+2
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-111-1/+74
* clippy: Fix option_map_or_none warnings (#31983)Oluwatobi Sofela2024-04-031-1/+1
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-14/+7
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-301-5/+5
* clippy: Fix `match_like_matches` warnings (#31947)eri2024-03-301-24/+16
* 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