| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Making a few lines in layout_wrapper.rs a bit nicer. | Elliott Pardee | 2017-03-20 | 1 | -5/+6 |
* | Move all PropertyDeclarationBlock from RwLock<_> to Locked<_> | Simon Sapin | 2017-03-19 | 1 | -3/+2 |
* | Replace RwLock<MediaList> with shared_lock::Locked<MediaList> | Simon Sapin | 2017-03-19 | 1 | -0/+5 |
* | Bug 1340683 - stylo: Implement the :-moz-any pseudo-class | Matt Brubeck | 2017-03-16 | 1 | -3/+9 |
* | Skip update_animations if we have no running animations and the element becom... | Hiroyuki Ikezoe | 2017-03-10 | 1 | -0/+4 |
* | Update CSS animations in a SequentialTask. | Hiroyuki Ikezoe | 2017-03-10 | 1 | -0/+4 |
* | ext. filtering for lang matching | SendilKumar N | 2017-03-07 | 1 | -2/+2 |
* | Use more idiomatic construction | crypto-universe | 2017-03-03 | 1 | -11/+4 |
* | Support lang pseudo class | Keith Yeung | 2017-02-27 | 1 | -0/+5 |
* | Clean up and simplify the accumulation of restyle damage. | Bobby Holley | 2017-02-10 | 1 | -2/+2 |
* | Allow the ComputedValues in ComputedStyle to be null. | Bobby Holley | 2017-02-10 | 1 | -1/+1 |
* | Bug 1336646 - Apply selector flags during traversal. r=emilio | Bobby Holley | 2017-02-08 | 1 | -5/+13 |
* | Update selectors to 0.17 | Anthony Ramine | 2017-02-07 | 1 | -3/+3 |
* | Bug 1325734 - Remove Servo Layout's dependency on the initial-ness of the sty... | Bobby Holley | 2017-01-09 | 1 | -10/+4 |