aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_wrapper.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Move the layout_wrapper outside of script.Emilio Cobos Álvarez2017-07-151-1282/+0
* style: Remove unused TElement::children_and_traversal_children_might_differ.Cameron McCormack2017-06-281-6/+0
* Move match and cascade temporaries to CurrentElementInfoJ. Ryan Stinnett2017-06-221-1/+1
* Hoist sink into selectors.Bobby Holley2017-06-201-1/+1
* Untry scriptSimon Sapin2017-06-181-2/+2
* Classes/IDs case-sensitivity: get quirks mode from matching context.Simon Sapin2017-06-131-11/+0
* ID and class selectors are ASCII case-insensitive in quirks mode.Simon Sapin2017-06-121-9/+30
* Hoist ApplicableDeclaration{Block,List} into a separate file.Bobby Holley2017-06-121-1/+1
* stylo: Support :hover and :active quirkNazım Can Altınova2017-06-101-3/+4
* style: Add TNode::children_and_traversal_children_might_differ.Cameron McCormack2017-06-091-0/+6
* style: Distinguish between the tree structures used for traversal and selecto...Cameron McCormack2017-06-091-7/+15
* stylo: Remove TElement::attr_equalsManish Goregaokar2017-06-081-5/+0
* style: Match :lang() using snapshots correctly.Cameron McCormack2017-06-081-6/+36
* script: Move extended_filtering to the style crate.Cameron McCormack2017-06-081-4/+5
* Pull decls from Gecko for link preshintsJ. Ryan Stinnett2017-06-021-3/+7
* Auto merge of #17025 - emilio:layout-data, r=jdmbors-servo2017-05-251-7/+5
|\
| * layout: Stop doing unsafe transmutes between refcell references.Emilio Cobos Álvarez2017-05-251-7/+5
* | Look for relevant links while matchingJ. Ryan Stinnett2017-05-241-11/+23
|/
* layout: Stop mutating the style data from layout.Emilio Cobos Álvarez2017-05-211-2/+4
* Trigger restyle if important rules are changed.Boris Chiou2017-05-201-1/+4
* ol[type=…] and li[type=…] preshints need to be case-sensitiveSimon Sapin2017-05-181-1/+4
* Remove unused selectors::Element::each_classSimon Sapin2017-05-181-18/+13
* Shrink selectors::Component, add case-insensitive for other attr selectorsSimon Sapin2017-05-181-8/+7
* Simplify rust-selectors API for attribute selectorsSimon Sapin2017-05-181-42/+53
* Auto merge of #16909 - emilio:simplify-cascade, r=bholleybors-servo2017-05-171-2/+2
|\
| * style: Refactor the cascade function.Emilio Cobos Álvarez2017-05-171-2/+2
* | Bug 1364850: Move PseudoElement to be just another combinator in selectors. r...Emilio Cobos Álvarez2017-05-171-0/+16
|/
* Auto merge of #16876 - asajeffrey:constellation-rename-frames, r=cbrewsterbors-servo2017-05-161-3/+3
|\
| * Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-3/+3
* | Create a MatchingContext to group related matching argsJ. Ryan Stinnett2017-05-161-3/+3
|/
* Auto merge of #16506 - cbrewster:about_chaos, r=asajeffreybors-servo2017-05-121-1/+6
|\
| * Make non-initial about:blank loads asynchronousConnor Brewster2017-05-121-1/+6
* | Auto merge of #16785 - aethanyc:fix-typo-and-simplify, r=mbrubeckbors-servo2017-05-121-3/+3
|\ \ | |/ |/|
| * Fix typo for PresentationalHintsSynthesizerTing-Yu Lin2017-05-101-3/+3
* | Bug 1355343: Take all the snapshots into account. r=bholleyEmilio Cobos Álvarez2017-05-101-0/+21
|/
* Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07)Simon Sapin2017-05-081-2/+2
* Auto merge of #16689 - servo:m5e, r=noxbors-servo2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Fix up script and layout.Bobby Holley2017-05-021-1/+1
|/
* Bug 1331047: Implement the new traversal semantics for stylo. r=bholley,hiroEmilio Cobos Álvarez2017-04-271-6/+6
* Bug 1341372 - Part 2: Support has_css_transitions.Boris Chiou2017-04-171-0/+4
* Store slow selector flags in a hashmap.Bobby Holley2017-04-131-0/+9
* stylo: Store font metrics provider in thread local style contextManish Goregaokar2017-04-091-0/+3
* Auto merge of #16096 - stshine:die-modify-style-die, r=emiliobors-servo2017-04-011-10/+1
|\
| * Use empty pseudo to cascade only inheritable properties for textPu Xingyu2017-04-011-10/+1
* | style: Make the servo and gecko implementations of Element::note_descendants ...Emilio Cobos Álvarez2017-03-311-8/+16
|/
* Centralize note_dirty_descendants implementation, and fully propagate dirty_d...Bobby Holley2017-03-271-14/+6
* Introduce UpdateAnimationTasks to perform a bunch of animation's tasks in a S...Hiroyuki Ikezoe2017-03-271-4/+0
* Add an FFI to check that a given (pseudo-) element has any type of animations...Hiroyuki Ikezoe2017-03-271-0/+4
* Bug 1345950: stylo: Fix slow selector flags. r=bholleyEmilio Cobos Álvarez2017-03-221-8/+14