| Commit message (Expand) | Author | Age | Files | Lines |
* | Force reflow in the sequential fallback of block format context | Pu Xingyu | 2017-04-23 | 1 | -0/+7 |
* | Make Restyle tracking more granular. | Bobby Holley | 2016-12-09 | 1 | -1/+0 |
* | Rename selector_impl.rs to selector_parser.rs | Simon Sapin | 2016-11-20 | 1 | -1/+1 |
* | Stop using associated types for the concrete TRestyleDamage implementation. | Bobby Holley | 2016-11-07 | 1 | -1/+2 |
* | Introduce a script_layout_interface crate and move RestyleDamage to it. | Ms2ger | 2016-06-20 | 1 | -254/+2 |
* | Auto merge of #11417 - stshine:flex-longhand-properties, r=mbrubeck | bors-servo | 2016-05-31 | 1 | -1/+8 |
|\ |
|
| * | Add remaining longhand flexbox style properties | Pu Xingyu | 2016-05-25 | 1 | -1/+8 |
* | | Stop generating flows under display: none. | Matt Brubeck | 2016-05-25 | 1 | -0/+1 |
|/ |
|
* | Don't let restyle damage infect siblings | Matt Brubeck | 2016-05-05 | 1 | -4/+6 |
* | Move width and height from Box to Position. | Cameron McCormack | 2016-05-04 | 1 | -1/+1 |
* | Upgrade to bitflags 0.6.0 and selectors 0.5.6 | Matt Brubeck | 2016-04-30 | 1 | -2/+2 |
* | Add style property for flex-basis | Daniel Robertson | 2016-04-24 | 1 | -1/+3 |
* | Generate a fragment for an empty elements with borders or padding | Matt Brubeck | 2016-04-16 | 1 | -2/+12 |
* | Auto merge of #10407 - mauricioc:issue10403, r=bholley | bors-servo | 2016-04-07 | 1 | -8/+8 |
|\ |
|
| * | Move CSS line-height property from InheritedBox to InheritedText | Mauricio Collares | 2016-04-05 | 1 | -1/+1 |
| * | Move CSS flex-direction property from Flex to Position and delete Flex | Mauricio Collares | 2016-04-05 | 1 | -1/+1 |
| * | Move some CSS properties from Box to Position | Mauricio Collares | 2016-04-05 | 1 | -1/+1 |
| * | Rename PositionOffsets to Position | Mauricio Collares | 2016-04-05 | 1 | -2/+2 |
| * | Move CSS content property from Box to Counters | Mauricio Collares | 2016-04-05 | 1 | -1/+1 |
| * | Move CSS text-shadow property from Effects to InheritedText | Mauricio Collares | 2016-04-05 | 1 | -1/+1 |
| * | Move CSS text-overflow property from InheritedText to Text | Mauricio Collares | 2016-04-05 | 1 | -1/+1 |
* | | Move CSS image-rendering property from Effects to InheritedBox | Mauricio Collares | 2016-04-04 | 1 | -1/+1 |
|/ |
|
* | Renamed TComputedValues to ComputedValues | Per Lundberg | 2016-03-29 | 1 | -1/+1 |
* | ComputedValues is now ServoComputedValues | Per Lundberg | 2016-03-27 | 1 | -6/+7 |
* | Parameterize the rest of the style system on TNode. | Bobby Holley | 2016-03-24 | 1 | -1/+2 |
* | Add missing properties to compute_damage | Matt Brubeck | 2016-03-21 | 1 | -3/+34 |
* | Short-circuit more of compute_damage | Matt Brubeck | 2016-03-21 | 1 | -37/+31 |
* | layout: Minor whitespace cleanup. | Patrick Walton | 2016-03-21 | 1 | -1/+0 |
* | layout: Repaint when `z-index` is modified. | Patrick Walton | 2016-03-21 | 1 | -1/+1 |
* | layout: Make transform changes require incremental repaint. | Patrick Walton | 2016-03-21 | 1 | -1/+2 |
* | layout: Move overflow calculation to be a separate, sequential, | Patrick Walton | 2016-03-18 | 1 | -11/+24 |
* | style: Refactor the per_pseudo map from StyleData to avoid having an option v... | Emilio Cobos Álvarez | 2016-02-13 | 1 | -7/+6 |
* | Introduce a concept of restyle damage to the style system. | Bobby Holley | 2016-01-04 | 1 | -11/+16 |
* | Separate style+layout and layout-specific wrapper functionality. | Bobby Holley | 2015-12-29 | 1 | -0/+1 |
* | Include transform changes in list that cause incremental reflows. | Glenn Watson | 2015-11-18 | 1 | -0/+6 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -1/+0 |
* | Reconstruct flows when text/font/list styles change | Matt Brubeck | 2015-09-17 | 1 | -3/+12 |
* | make test-tidy check that = have space after them | erneyja | 2015-09-01 | 1 | -2/+2 |
* | Replace FlowRef with Arc<Flow>, now that Arc supports DST. | Simon Sapin | 2015-08-20 | 1 | -1/+1 |
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 1 | -2/+1 |
* | Move to latest hyper everywhere | Manish Goregaokar | 2015-06-02 | 1 | -1/+1 |
* | layout: Support inline incremental reflow, and stop reconstructing all | Patrick Walton | 2015-05-19 | 1 | -1/+0 |
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -1/+4 |
* | layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1 | Patrick Walton | 2015-03-09 | 1 | -11/+37 |
* | Revert "layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1" | Simon Sapin | 2015-03-03 | 1 | -37/+11 |
* | layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1 | Patrick Walton | 2015-03-03 | 1 | -11/+37 |
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -1/+1 |
* | End the libstyle 'pub use' madness. | Simon Sapin | 2015-01-30 | 1 | -1/+1 |
* | self import | Manish Goregaokar | 2015-01-28 | 1 | -1/+1 |
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -2/+1 |