aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread/dom_wrapper.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace NonZero<*{const,mut} _> with std::ptr::NonNullSimon Sapin2018-01-221-5/+5
* style: Track the visited-handling-mode on the MatchingContext.Emilio Cobos Álvarez2018-01-191-2/+0
* layout: Remove type parameter from PseudoElementType.Emilio Cobos Álvarez2018-01-141-14/+12
* style: Remove unused optional display from PseudoElementType definition.Emilio Cobos Álvarez2018-01-141-7/+5
* style: Add invalidation support for ::slotted().Emilio Cobos Álvarez2018-01-091-0/+4
* style: Remove TNode::set_can_be_fragmented and TNode::can_be_fragmented.Emilio Cobos Álvarez2018-01-041-12/+0
* Revert #19666 since we do create NAC elements and expect them to be inline.Emilio Cobos Álvarez2017-12-311-0/+4
* style: Simplify the skip item based display fixup adjustment.Emilio Cobos Álvarez2017-12-311-4/+0
* selectors: Simplify :visited by only using the "is inside link" information.Emilio Cobos Álvarez2017-12-081-3/+3
* style: Introduce TNode::is_in_document.Emilio Cobos Álvarez2017-11-041-1/+5
* Backed out changeset dbd300f4d75b for build bustage. r=backout on a CLOSED TREEGecko Backout2017-11-031-5/+1
* style: Introduce TNode::is_in_document.Emilio Cobos Álvarez2017-11-031-1/+5
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-15/+13
* style: Introduce TDocument::is_html_element and TDocument::quirks_mode.Emilio Cobos Álvarez2017-10-261-3/+11
* style: Add TNode::owner_doc.Emilio Cobos Álvarez2017-10-261-1/+9
* style: Introduce a TDocument trait.Emilio Cobos Álvarez2017-10-261-7/+12
* style: Remove PresentationalHintsSynthesizer.Emilio Cobos Álvarez2017-10-261-20/+14
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-13/+15
* Auto merge of #18809 - Eijebong:bitflags, r=noxbors-servo2017-10-191-15/+13
|\
| * Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-15/+13
* | style: Make MatchingContext generic over SelectorImpl.Emilio Cobos Álvarez2017-10-191-24/+28
|/
* style: Remove unused TNode::is_in_doc.Emilio Cobos Álvarez2017-10-171-4/+0
* style: Remove a few unused functions.Emilio Cobos Álvarez2017-10-171-5/+0