aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread/dom_wrapper.rs
Commit message (Expand)AuthorAgeFilesLines
* Moar detach shadow improvementsFernando Jiménez Moreno2019-07-221-3/+1
* Detach shadow clean upFernando Jiménez Moreno2019-07-221-1/+3
* Only allow UA widgets as children of media elementsFernando Jiménez Moreno2019-07-221-0/+4
* Fix style system build with recent changes.Emilio Cobos Álvarez2019-06-251-0/+4
* style: Do not use borrowed types in the selectors::Element trait.Evgeniy Reizner2019-06-041-12/+34
* script: Fix Servo build.Emilio Cobos Álvarez2019-05-291-0/+8
* layout: fix Servo build.Emilio Cobos Álvarez2019-05-071-0/+11
* Final nits; fix custom elements rare data usage; s/owner_s_r/containing_s_rFernando Jiménez Moreno2019-04-291-1/+1
* Set dirty descendants if node is connectedFernando Jiménez Moreno2019-04-261-1/+1
* Move is_connected function from style to layout, where it is usedFernando Jiménez Moreno2019-04-261-4/+4
* Minor tweaks: rename composed_parent_node_ref, remove or update outdated comm...Fernando Jiménez Moreno2019-04-261-8/+11
* Tweak list of shadow roots attached to docFernando Jiménez Moreno2019-04-261-1/+4
* Make ServoShadowRoot.flush_stylesheets unsafeFernando Jiménez Moreno2019-04-261-5/+3
* Flush shadow roots stylesheets only if they changedFernando Jiménez Moreno2019-04-261-0/+17
* Minor layout thread cleanups:Fernando Jiménez Moreno2019-04-261-12/+8
* Derive PartialEq for ServoShadowRootFernando Jiménez Moreno2019-04-261-8/+1
* Do not set dirty out-of-doc nodesFernando Jiménez Moreno2019-04-261-1/+5
* Invalidate and flush shadow tree stylesheets where neededFernando Jiménez Moreno2019-04-261-2/+18
* Expose a way to flush shadow root stylesheets from layoutFernando Jiménez Moreno2019-04-261-1/+11
* Implement TShadowRoot::style_dataFernando Jiménez Moreno2019-04-261-1/+6
* Adapt traversals for shadow domFernando Jiménez Moreno2019-04-261-2/+17
* First bits of shadow dom layoutFernando Jiménez Moreno2019-04-261-21/+69
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-3/+3
* Remove :-servo-case-sensitive-type-attr()Ian Moody2019-04-181-3/+0
* Implement CDATASection interface and createCDATASection methodGeorge Roman2019-03-141-3/+6
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-16/+24
* Format remaining filesPyfisch2018-11-061-6/+2
* Make layout use available image data before querying the image cache.Josh Matthews2018-10-121-0/+7
* Revert import style formatFernando Jiménez Moreno2018-10-081-4/+2
* layout: add media_data() to ServoThreadSafeLayoutNode implementationVíctor Manuel Jáquez Leal2018-10-081-2/+9
* Fix Servo build.Emilio Cobos Álvarez2018-09-181-2/+6
* Current-pixel-density tests passingpaavininanda2018-09-131-0/+5
* Auto merge of #21613 - pyfisch:layout_thread-fmt, r=Manishearthbors-servo2018-09-051-157/+211
|\
| * Rustfmt layout_thread cratePyfisch2018-09-051-157/+211
* | Fix other parts of the Servo build.Emilio Cobos Álvarez2018-09-031-3/+3
|/
* Fix Servo build.Emilio Cobos Álvarez2018-08-081-19/+0
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-1/+1
* style: Fix build after 1bc30a67320ce90f2e07988925a340b457f1a43a.Emilio Cobos Álvarez2018-04-171-0/+8
* style: Add infrastructure to match :host.Emilio Cobos Álvarez2018-03-141-0/+16
* style: Allow to share style across elements with similar XBL bindings.Emilio Cobos Álvarez2018-03-121-2/+2
* style: Separate the XBL and shadow dom styling bits.Emilio Cobos Álvarez2018-03-071-0/+8
* style: Add also a containing_shadow API.Emilio Cobos Álvarez2018-03-031-0/+4
* style: Add bindings for ShadowRoot.Emilio Cobos Álvarez2018-03-031-6/+33
* style: Make Element::id not clone the attribute.Emilio Cobos Álvarez2018-02-241-3/+3
* style: Remove get_ prefix from get_state and get_id.Emilio Cobos Álvarez2018-02-241-2/+2
* selectors: Remove the get_ prefix from get_local_name and get_namespace.Emilio Cobos Álvarez2018-02-241-11/+11
* selectors: Never match ::slotted on <slot>s.Emilio Cobos Álvarez2018-01-271-0/+11
* style: Use CascadeFlags for what they're for.Emilio Cobos Álvarez2018-01-231-1/+1
* style: Derive debug for CascadeInputs.Emilio Cobos Álvarez2018-01-231-0/+2