| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #11834 - servo:style-docs, r=SimonSapin | bors-servo | 2016-06-27 | 21 | -21/+123 |
|\ |
|
| * | Add some documentation to the style crate. | Ms2ger | 2016-06-27 | 21 | -21/+123 |
* | | Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23) | Anthony Ramine | 2016-06-27 | 1 | -4/+4 |
* | | Clean up code | Michael Howell | 2016-06-25 | 1 | -2/+2 |
* | | Auto merge of #11833 - Ms2ger:LocalToCss, r=jdm | bors-servo | 2016-06-23 | 9 | -39/+30 |
|\ \ |
|
| * | | Merge AuExtensionMethods and LocalToCss. | Ms2ger | 2016-06-23 | 9 | -39/+30 |
| |/ |
|
* | | Auto merge of #11835 - servo:diy-as-unsafe-cell, r=nox | bors-servo | 2016-06-23 | 3 | -1/+465 |
|\ \
| |/
|/| |
|
| * | Add commit hash to be reverted in FIXME comment. | Simon Sapin | 2016-06-23 | 1 | -4/+6 |
| * | Use our copy of RefCell for style data. | Simon Sapin | 2016-06-23 | 3 | -1/+463 |
* | | Make the STYLE_BLOOM global private. | Ms2ger | 2016-06-23 | 1 | -4/+35 |
|/ |
|
* | Remove some usage of unstable features in geckolib | Simon Sapin | 2016-06-22 | 1 | -1/+5 |
* | Change style_traits to a single "servo" Cargo feature | Simon Sapin | 2016-06-22 | 1 | -1/+1 |
* | Make the style crate almost build on stable Rust. | Simon Sapin | 2016-06-22 | 35 | -207/+356 |
* | Make it possible to build the style_traits crate with a stable compiler. | Simon Sapin | 2016-06-22 | 3 | -4/+5 |
* | Update string_cache to v0.2.20 | Keith Yeung | 2016-06-20 | 1 | -1/+1 |
* | stylo: Support the rest of the background-xxx P1 properties. | Emilio Cobos Álvarez | 2016-06-15 | 1 | -1/+1 |
* | Move the initialize_data method out of the TNode trait. | Ms2ger | 2016-06-13 | 1 | -6/+0 |
* | Move the TNode::initialize_data() call from recalc_style_at to its callers. | Ms2ger | 2016-06-13 | 1 | -6/+0 |
* | Don't load all font faces sources | Anthony Ramine | 2016-06-10 | 1 | -12/+12 |
* | Auto merge of #11565 - nox:fonts, r=metajack | bors-servo | 2016-06-07 | 1 | -0/+32 |
|\ |
|
| * | Introduce FontFaceRules::effective_sources() | Anthony Ramine | 2016-06-06 | 1 | -0/+32 |
* | | Auto merge of #11572 - nox:placeholder-shown, r=SimonSapin | bors-servo | 2016-06-06 | 2 | -2/+7 |
|\ \ |
|
| * | | Implement :placeholder-shown (fixes #10561) | Anthony Ramine | 2016-06-03 | 2 | -2/+7 |
| |/ |
|
* | | Move LengthOrPercentageOrAuto to style::attr. | Ms2ger | 2016-06-06 | 1 | -2/+9 |
* | | Deny unsafe code in some more modules. | Ms2ger | 2016-06-04 | 1 | -3/+0 |
|/ |
|
* | Stop mapping overflow-wrap to mWordWrap. | Bobby Holley | 2016-06-01 | 1 | -2/+1 |
* | stylo: Support linear-gradients as background-image | Emilio Cobos Álvarez | 2016-06-01 | 1 | -0/+1 |
* | Auto merge of #11445 - mbrubeck:line-height, r=emilio | bors-servo | 2016-06-01 | 1 | -0/+20 |
|\ |
|
| * | Support line-height in geckolib | Matt Brubeck | 2016-05-26 | 1 | -0/+20 |
* | | Auto merge of #11417 - stshine:flex-longhand-properties, r=mbrubeck | bors-servo | 2016-05-31 | 2 | -4/+50 |
|\ \ |
|
| * | | Fixup for `align-self` and tests | Pu Xingyu | 2016-06-01 | 2 | -8/+46 |
| * | | Add remaining longhand flexbox style properties | Pu Xingyu | 2016-05-25 | 1 | -5/+13 |
* | | | Allow either comma or space seperated css rect() | Mitchell Hentges | 2016-05-30 | 1 | -17/+31 |
* | | | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 2 | -3/+0 |
* | | | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 2 | -3/+3 |
| |/
|/| |
|
* | | Auto merge of #11412 - heycam:text-deco, r=mbrubeck | bors-servo | 2016-05-25 | 3 | -18/+75 |
|\ \ |
|
| * | | Support text-decoration-line and the text-decoration shorthand in geckolib. | Cameron McCormack | 2016-05-26 | 3 | -5/+54 |
| * | | Don't consume invalid idents when parsing text-decoration. | Cameron McCormack | 2016-05-26 | 1 | -12/+20 |
| * | | Make text-decoration-style initial value 'solid'. | Cameron McCormack | 2016-05-25 | 1 | -1/+1 |
* | | | Auto merge of #11427 - mbrubeck:under-display-none, r=pcwalton | bors-servo | 2016-05-25 | 2 | -0/+38 |
|\ \ \ |
|
| * | | | Stop generating flows under display: none. | Matt Brubeck | 2016-05-25 | 2 | -0/+38 |
* | | | | Auto merge of #11399 - heycam:parent-style, r=pcwalton | bors-servo | 2016-05-25 | 1 | -1/+4 |
|\ \ \ \ |
|
| * | | | | Look past restyle root for parent node when restyling. | Cameron McCormack | 2016-05-25 | 1 | -1/+4 |
| | |/ /
| |/| | |
|
* | | | | Auto merge of #11401 - heycam:moz-box, r=mbrubeck | bors-servo | 2016-05-25 | 1 | -0/+2 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Support display:-moz-(inline-)box in geckolib. | Cameron McCormack | 2016-05-25 | 1 | -0/+2 |
| |/ / |
|
* | | | Auto merge of #11376 - creativcoder:update-string-cache, r=nox | bors-servo | 2016-05-25 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Bump string-cache to 0.2.18 | Rahul Sharma | 2016-05-25 | 1 | -1/+1 |
| |/ |
|
* | | Removing unnecessary field from serialization css enum | David Raifaizen | 2016-05-25 | 1 | -8/+5 |
* | | Changing update_inline_style to process multiple declarations at once to hand... | David Raifaizen | 2016-05-25 | 1 | -61/+103 |
* | | Fixing python to_css codegen error | David Raifaizen | 2016-05-25 | 1 | -7/+7 |