aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* ISSUE-23995: lazily generate unique_id for nodeThomas Delacour2019-09-241-12/+17
* Return ErrorStatus from webdriver_handlersGeorge Roman2019-08-181-2/+6
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-29/+30
* Wrap(Global)Method now takes a SafeJSContext instead of a JSContextmarmeladema2019-07-241-2/+3
* Update euclid.Emilio Cobos Álvarez2019-07-231-2/+2
* Moar detach shadow improvementsFernando Jiménez Moreno2019-07-221-29/+34
* Detach shadow clean upFernando Jiménez Moreno2019-07-221-4/+4
* Split getter for mutation_observers() into two methods.gatowololo2019-06-061-7/+14
* Set self as containing_shadow_root for shadow rootsFernando Jiménez Moreno2019-04-291-8/+0