aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement ParentNode#replaceChildrenVincent Ricard2020-09-251-0/+5
* Update document focus when element focusability changes.Josh Matthews2020-06-151-2/+70
* Implement concept of dirty rootAnthony Ramine2020-05-191-0/+2
* Add a fast path in Element::SetInnerHTML when the value is small and trivial ...Bastien Orivel2020-05-041-2/+17
* Some servo build fixes.Emilio Cobos Álvarez2020-04-161-8/+1
* Don't go through the layout thread to retrieve a node's primary styleAnthony Ramine2020-04-071-1/+1
* Form constraints validationteapotd2020-04-021-0/+13
* Auto merge of #26083 - servo:layout-2020-more-cleanups, r=jdmbors-servo2020-04-011-129/+107
|\
| * Introduce <LayoutDom<Element>>::focus_stateAnthony Ramine2020-04-011-0/+12
| * Make synthesize_presentational_hints_for_legacy_attributes be safeAnthony Ramine2020-04-011-4/+2
| * Make LayoutNodeHelpers::composed_parent_node_ref be safeAnthony Ramine2020-04-011-23/+18
| * Make layout methods accessing rare data be safeAnthony Ramine2020-03-311-10/+11
| * Don't generate rare_data_for_layout methods anymoreAnthony Ramine2020-03-311-2/+3
| * Introduce LayoutDom::to_layout_sliceAnthony Ramine2020-03-311-8/+1
| * Make a bunch or trivial LayoutElementHelpers safeAnthony Ramine2020-03-311-13/+7
| * Introduce <LayoutDom<Element>>::attrs()Anthony Ramine2020-03-311-53/+38
| * Merge RawLayoutElementHelpers into LayoutElementHelpersAnthony Ramine2020-03-311-28/+27
| * Move around some code in the elementAnthony Ramine2020-03-311-52/+52
* | Cache the result of retrieving an element's client rectangle from layout.Josh Matthews2020-03-311-4/+19
|/
* Introduce AttrHelpersForLayout::namespaceAnthony Ramine2020-03-311-1/+1
* Don't clone the result of AttrHelpersForLayout::local_nameAnthony Ramine2020-03-311-2/+2
* Rename AttrHelpersForLayout methodsAnthony Ramine2020-03-311-5/+5
* Remove a bunch of _forever suffixes in Attr methodsAnthony Ramine2020-03-301-6/+6