aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-041-52/+13
* Add some comments and remove obsolete allow attributesAnthony Ramine2020-04-011-3/+7
* Introduce more layout helpers to make selection_for_layout be safeAnthony Ramine2020-04-011-3/+2
* Introduce <LayoutDom<HTMLImageElement>>::current_requestAnthony Ramine2020-04-011-11/+7
* Make LayoutNodeHelpers::composed_parent_node_ref be safeAnthony Ramine2020-04-011-5/+12
* Make a bunch of LayoutNodeHelpers be safeAnthony Ramine2020-03-311-24/+21
* Introduce LayoutDom::isAnthony Ramine2020-03-311-4/+3
* Make layout methods accessing rare data be safeAnthony Ramine2020-03-311-9/+11
* Don't generate rare_data_for_layout methods anymoreAnthony Ramine2020-03-311-2/+3
* Make LayoutNodeHelpers::text_content return a cowAnthony Ramine2020-03-311-6/+6
* Make LayoutCharacterDataHelpers::data_for_layout be safeAnthony Ramine2020-03-311-2/+1
* Make LayoutHTMLTextAreaElementHelpers::value_for_layout safeAnthony Ramine2020-03-311-1/+1
* Make LayoutHTMLInputElementHelpers::value_for_layout return a cowAnthony Ramine2020-03-311-1/+1
* Make LayoutNodeHelpers methods take selfAnthony Ramine2020-03-291-58/+58
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-16/+16
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-10/+4
* Auto merge of #25499 - NeverHappened:implement-form-dirname, r=jdmbors-servo2020-02-241-0/+20
|\
| * Simplify code for directionalityDmitry Kolupaev2020-02-251-6/+4
| * Remove recursiveness from directionality searchDmitry Kolupaev2020-02-251-9/+18
| * Simplify node#parent_directionalityDmitry Kolupaev2020-02-251-8/+2