aboutsummaryrefslogtreecommitdiffstats
path: root/components/style
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #11834 - servo:style-docs, r=SimonSapinbors-servo2016-06-2721-21/+123
|\
| * Add some documentation to the style crate.Ms2ger2016-06-2721-21/+123
* | Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23)Anthony Ramine2016-06-271-4/+4
* | Clean up codeMichael Howell2016-06-251-2/+2
* | Auto merge of #11833 - Ms2ger:LocalToCss, r=jdmbors-servo2016-06-239-39/+30
|\ \
| * | Merge AuExtensionMethods and LocalToCss.Ms2ger2016-06-239-39/+30
| |/
* | Auto merge of #11835 - servo:diy-as-unsafe-cell, r=noxbors-servo2016-06-233-1/+465
|\ \ | |/ |/|
| * Add commit hash to be reverted in FIXME comment.Simon Sapin2016-06-231-4/+6
| * Use our copy of RefCell for style data.Simon Sapin2016-06-233-1/+463
* | Make the STYLE_BLOOM global private.Ms2ger2016-06-231-4/+35
|/
* Remove some usage of unstable features in geckolibSimon Sapin2016-06-221-1/+5
* Change style_traits to a single "servo" Cargo featureSimon Sapin2016-06-221-1/+1
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-2235-207/+356
* Make it possible to build the style_traits crate with a stable compiler.Simon Sapin2016-06-223-4/+5
* Update string_cache to v0.2.20Keith Yeung2016-06-201-1/+1
* stylo: Support the rest of the background-xxx P1 properties.Emilio Cobos Álvarez2016-06-151-1/+1
* Move the initialize_data method out of the TNode trait.Ms2ger2016-06-131-6/+0
* Move the TNode::initialize_data() call from recalc_style_at to its callers.Ms2ger2016-06-131-6/+0
* Don't load all font faces sourcesAnthony Ramine2016-06-101-12/+12
* Auto merge of #11565 - nox:fonts, r=metajackbors-servo2016-06-071-0/+32
|\
| * Introduce FontFaceRules::effective_sources()Anthony Ramine2016-06-061-0/+32
* | Auto merge of #11572 - nox:placeholder-shown, r=SimonSapinbors-servo2016-06-062-2/+7
|\ \
| * | Implement :placeholder-shown (fixes #10561)Anthony Ramine2016-06-032-2/+7
| |/
* | Move LengthOrPercentageOrAuto to style::attr.Ms2ger2016-06-061-2/+9
* | Deny unsafe code in some more modules.Ms2ger2016-06-041-3/+0
|/
* Stop mapping overflow-wrap to mWordWrap.Bobby Holley2016-06-011-2/+1
* stylo: Support linear-gradients as background-imageEmilio Cobos Álvarez2016-06-011-0/+1
* Auto merge of #11445 - mbrubeck:line-height, r=emiliobors-servo2016-06-011-0/+20
|\
| * Support line-height in geckolibMatt Brubeck2016-05-261-0/+20
* | Auto merge of #11417 - stshine:flex-longhand-properties, r=mbrubeckbors-servo2016-05-312-4/+50
|\ \
| * | Fixup for `align-self` and testsPu Xingyu2016-06-012-8/+46
| * | Add remaining longhand flexbox style propertiesPu Xingyu2016-05-251-5/+13
* | | Allow either comma or space seperated css rect()Mitchell Hentges2016-05-301-17/+31
* | | Remove empty lines following braces.Josh Matthews2016-05-272-3/+0
* | | Report use statements that use {} with only one entryCullen Rhodes2016-05-272-3/+3
| |/ |/|
* | Auto merge of #11412 - heycam:text-deco, r=mbrubeckbors-servo2016-05-253-18/+75
|\ \
| * | Support text-decoration-line and the text-decoration shorthand in geckolib.Cameron McCormack2016-05-263-5/+54
| * | Don't consume invalid idents when parsing text-decoration.Cameron McCormack2016-05-261-12/+20
| * | Make text-decoration-style initial value 'solid'.Cameron McCormack2016-05-251-1/+1
* | | Auto merge of #11427 - mbrubeck:under-display-none, r=pcwaltonbors-servo2016-05-252-0/+38
|\ \ \
| * | | Stop generating flows under display: none.Matt Brubeck2016-05-252-0/+38
* | | | Auto merge of #11399 - heycam:parent-style, r=pcwaltonbors-servo2016-05-251-1/+4
|\ \ \ \
| * | | | Look past restyle root for parent node when restyling.Cameron McCormack2016-05-251-1/+4
| | |/ / | |/| |
* | | | Auto merge of #11401 - heycam:moz-box, r=mbrubeckbors-servo2016-05-251-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Support display:-moz-(inline-)box in geckolib.Cameron McCormack2016-05-251-0/+2
| |/ /
* | | Auto merge of #11376 - creativcoder:update-string-cache, r=noxbors-servo2016-05-251-1/+1
|\ \ \ | |_|/ |/| |
| * | Bump string-cache to 0.2.18Rahul Sharma2016-05-251-1/+1
| |/
* | Removing unnecessary field from serialization css enumDavid Raifaizen2016-05-251-8/+5
* | Changing update_inline_style to process multiple declarations at once to hand...David Raifaizen2016-05-251-61/+103
* | Fixing python to_css codegen errorDavid Raifaizen2016-05-251-7/+7