| Commit message (Expand) | Author | Age | Files | Lines |
* | script: Move the layout_wrapper outside of script. | Emilio Cobos Álvarez | 2017-07-15 | 1 | -1282/+0 |
* | style: Remove unused TElement::children_and_traversal_children_might_differ. | Cameron McCormack | 2017-06-28 | 1 | -6/+0 |
* | Move match and cascade temporaries to CurrentElementInfo | J. Ryan Stinnett | 2017-06-22 | 1 | -1/+1 |
* | Hoist sink into selectors. | Bobby Holley | 2017-06-20 | 1 | -1/+1 |
* | Untry script | Simon Sapin | 2017-06-18 | 1 | -2/+2 |
* | Classes/IDs case-sensitivity: get quirks mode from matching context. | Simon Sapin | 2017-06-13 | 1 | -11/+0 |
* | ID and class selectors are ASCII case-insensitive in quirks mode. | Simon Sapin | 2017-06-12 | 1 | -9/+30 |
* | Hoist ApplicableDeclaration{Block,List} into a separate file. | Bobby Holley | 2017-06-12 | 1 | -1/+1 |
* | stylo: Support :hover and :active quirk | Nazım Can Altınova | 2017-06-10 | 1 | -3/+4 |
* | style: Add TNode::children_and_traversal_children_might_differ. | Cameron McCormack | 2017-06-09 | 1 | -0/+6 |
* | style: Distinguish between the tree structures used for traversal and selecto... | Cameron McCormack | 2017-06-09 | 1 | -7/+15 |
* | stylo: Remove TElement::attr_equals | Manish Goregaokar | 2017-06-08 | 1 | -5/+0 |
* | style: Match :lang() using snapshots correctly. | Cameron McCormack | 2017-06-08 | 1 | -6/+36 |
* | script: Move extended_filtering to the style crate. | Cameron McCormack | 2017-06-08 | 1 | -4/+5 |
* | Pull decls from Gecko for link preshints | J. Ryan Stinnett | 2017-06-02 | 1 | -3/+7 |
* | Auto merge of #17025 - emilio:layout-data, r=jdm | bors-servo | 2017-05-25 | 1 | -7/+5 |
|\ |
|
| * | layout: Stop doing unsafe transmutes between refcell references. | Emilio Cobos Álvarez | 2017-05-25 | 1 | -7/+5 |
* | | Look for relevant links while matching | J. Ryan Stinnett | 2017-05-24 | 1 | -11/+23 |
|/ |
|
* | layout: Stop mutating the style data from layout. | Emilio Cobos Álvarez | 2017-05-21 | 1 | -2/+4 |
* | Trigger restyle if important rules are changed. | Boris Chiou | 2017-05-20 | 1 | -1/+4 |
* | ol[type=…] and li[type=…] preshints need to be case-sensitive | Simon Sapin | 2017-05-18 | 1 | -1/+4 |
* | Remove unused selectors::Element::each_class | Simon Sapin | 2017-05-18 | 1 | -18/+13 |
* | Shrink selectors::Component, add case-insensitive for other attr selectors | Simon Sapin | 2017-05-18 | 1 | -8/+7 |
* | Simplify rust-selectors API for attribute selectors | Simon Sapin | 2017-05-18 | 1 | -42/+53 |
* | Auto merge of #16909 - emilio:simplify-cascade, r=bholley | bors-servo | 2017-05-17 | 1 | -2/+2 |
|\ |
|
| * | style: Refactor the cascade function. | Emilio Cobos Álvarez | 2017-05-17 | 1 | -2/+2 |
* | | Bug 1364850: Move PseudoElement to be just another combinator in selectors. r... | Emilio Cobos Álvarez | 2017-05-17 | 1 | -0/+16 |
|/ |
|
* | Auto merge of #16876 - asajeffrey:constellation-rename-frames, r=cbrewster | bors-servo | 2017-05-16 | 1 | -3/+3 |
|\ |
|
| * | Renamed constellation::Frame to constellation::BrowsingContext. | Alan Jeffrey | 2017-05-15 | 1 | -3/+3 |
* | | Create a MatchingContext to group related matching args | J. Ryan Stinnett | 2017-05-16 | 1 | -3/+3 |
|/ |
|
* | Auto merge of #16506 - cbrewster:about_chaos, r=asajeffrey | bors-servo | 2017-05-12 | 1 | -1/+6 |
|\ |
|
| * | Make non-initial about:blank loads asynchronous | Connor Brewster | 2017-05-12 | 1 | -1/+6 |
* | | Auto merge of #16785 - aethanyc:fix-typo-and-simplify, r=mbrubeck | bors-servo | 2017-05-12 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Fix typo for PresentationalHintsSynthesizer | Ting-Yu Lin | 2017-05-10 | 1 | -3/+3 |
* | | Bug 1355343: Take all the snapshots into account. r=bholley | Emilio Cobos Álvarez | 2017-05-10 | 1 | -0/+21 |
|/ |
|
* | Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07) | Simon Sapin | 2017-05-08 | 1 | -2/+2 |
* | Auto merge of #16689 - servo:m5e, r=nox | bors-servo | 2017-05-03 | 1 | -1/+1 |
|\ |
|
| * | Upgrade to html5ever 0.16 | Simon Sapin | 2017-05-02 | 1 | -1/+1 |
* | | Fix up script and layout. | Bobby Holley | 2017-05-02 | 1 | -1/+1 |
|/ |
|
* | Bug 1331047: Implement the new traversal semantics for stylo. r=bholley,hiro | Emilio Cobos Álvarez | 2017-04-27 | 1 | -6/+6 |
* | Bug 1341372 - Part 2: Support has_css_transitions. | Boris Chiou | 2017-04-17 | 1 | -0/+4 |
* | Store slow selector flags in a hashmap. | Bobby Holley | 2017-04-13 | 1 | -0/+9 |
* | stylo: Store font metrics provider in thread local style context | Manish Goregaokar | 2017-04-09 | 1 | -0/+3 |
* | Auto merge of #16096 - stshine:die-modify-style-die, r=emilio | bors-servo | 2017-04-01 | 1 | -10/+1 |
|\ |
|
| * | Use empty pseudo to cascade only inheritable properties for text | Pu Xingyu | 2017-04-01 | 1 | -10/+1 |
* | | style: Make the servo and gecko implementations of Element::note_descendants ... | Emilio Cobos Álvarez | 2017-03-31 | 1 | -8/+16 |
|/ |
|
* | Centralize note_dirty_descendants implementation, and fully propagate dirty_d... | Bobby Holley | 2017-03-27 | 1 | -14/+6 |
* | Introduce UpdateAnimationTasks to perform a bunch of animation's tasks in a S... | Hiroyuki Ikezoe | 2017-03-27 | 1 | -4/+0 |
* | Add an FFI to check that a given (pseudo-) element has any type of animations... | Hiroyuki Ikezoe | 2017-03-27 | 1 | -0/+4 |
* | Bug 1345950: stylo: Fix slow selector flags. r=bholley | Emilio Cobos Álvarez | 2017-03-22 | 1 | -8/+14 |