aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Rearrange directionality algorithm functionsDmitry Kolupaev2020-02-251-0/+19
* | Avoid accessing node global during Node's destructor.Josh Matthews2020-02-241-12/+22
|/
* Auto merge of #25548 - pshaughn:docnamedgetter, r=jdmbors-servo2020-02-131-0/+29
|\
| * Doc named getter improvementsPatrick Shaughnessy2020-02-131-0/+29
* | Event dispatch rewritten to resemble spec more often, activate on clicks betterPatrick Shaughnessy2020-02-121-0/+42
|/
* Remove outdated comment about #4105Patrick Shaughnessy2020-02-051-3/+2
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-2/+2
* Auto merge of #25310 - pshaughn:attr_node, r=Manishearthbors-servo2020-01-071-56/+203
|\
| * Attr is a Node, with consequences for many Node methodsPatrick Shaughnessy2019-12-231-56/+203
* | Now passing output tests as well as anyonePatrick Shaughnessy2020-01-061-0/+15
|/
* adding .isConnected DOM attributePatrick Shaughnessy2019-12-111-0/+5