aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Use the `matches!` macro from the standard librarySimon Sapin2020-02-121-3/+0
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-02-121-1/+1
* layout: Resolve word_spacing ahead of time.Emilio Cobos Álvarez2020-02-121-1/+0
* style: Add a style flag for the root element style.Emilio Cobos Álvarez2020-02-121-0/+2
* style: Use cbindgen for content property.Emilio Cobos Álvarez2020-02-121-2/+4
* style: Use serde to serialize LengthPercentage and StyleRayFunction.Boris Chiou2019-11-041-1/+0
* Fix Servo build and unify display representation.Emilio Cobos Álvarez2019-08-151-0/+1
* style: Use `static_prefs::pref!`.Nicholas Nethercote2019-08-151-0/+1
* style: Use ArcSlice for quotes.Emilio Cobos Álvarez2019-05-291-0/+1
* style: Introduce ArcSlice, a small wrapper over ThinArc but without an explic...Emilio Cobos Álvarez2019-05-101-0/+1
* style: Move OwnedSlice to style_traits.Emilio Cobos Álvarez2019-05-101-2/+1
* style: Add an owned slice type which cbindgen can understand.Emilio Cobos Álvarez2019-05-101-0/+3
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-0/+1
* style: Add simple ToShmem implementations.Cameron McCormack2019-04-121-1/+0
* style: Add support for deriving ToShmem.Cameron McCormack2019-04-121-0/+2
* style: Add SharedMemoryBuilder type and ToShmem trait.Cameron McCormack2019-04-121-0/+1
* style: Add a Zero trait that doesn't require Add, and use it in place of num_...Emilio Cobos Álvarez2019-03-131-0/+23
* style: sort extern crates and fix servo build.Emilio Cobos Álvarez2019-01-291-2/+2
* style: Derive more.Bobby Holley2019-01-291-0/+2
* style: Use atom handles in favour of atom pointers in style system code.Cameron McCormack2019-01-111-4/+0
* Remove OrderedMap in favor of IndexMapShanavas M2019-01-101-0/+1
* style: Make Servo use a single thread-pool for layout-related tasks per-process.Emilio Cobos Álvarez2018-12-231-0/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-2/+2
* style: Split up push_applicable_declarations.Emilio Cobos Álvarez2018-11-101-0/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-6/+6
* `cargo fix --edition`Simon Sapin2018-11-101-2/+2
* Reorder importsPyfisch2018-11-061-6/+6
* Format remaining filesPyfisch2018-11-061-1/+2
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-0/+1
* Format style component.chansuke2018-09-091-1/+0
* style: Add a very simple use counter implementation.Emilio Cobos Álvarez2018-09-031-0/+1
* style: Rewrite media queries so that they work on an evaluator function.Emilio Cobos Álvarez2018-08-181-3/+8
* Fix Servo build.Emilio Cobos Álvarez2018-08-081-0/+1
* style: Shrink selectors::Component to 24 bytes.Cameron McCormack2018-08-081-0/+1
* style: Convert FnvHash{Set,Map} instances to FxHash{Set,Map}.Nicholas Nethercote2018-08-081-1/+1
* style: Remove some unneeded cfg(..).Emilio Cobos Álvarez2018-05-051-1/+0
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-31/+71
* Manual fixups so that the rustfmt output won't trigger tidy.Bobby Holley2018-04-101-1/+1
* Derive ToCss for MediaListAnthony Ramine2018-03-051-27/+0
* style: Make XBL / Shadow DOM use something more light-weight than a Stylist.Emilio Cobos Álvarez2018-02-161-0/+1
* Make AnimationValue have the same variants as PropertyDeclarationAnthony Ramine2018-02-101-0/+1
* Auto merge of #19980 - servo:derive-all-the-things, r=emiliobors-servo2018-02-091-0/+1
|\
| * Avoid pattern matching to clone Copy variants of PropertyDeclaration 🐉🐲Anthony Ramine2018-02-091-0/+1
* | Autogenerate compute_damage (fixes #10622)Manish Goregaokar2018-02-091-3/+5
* | style: Optimize serialization of identifiers of length <= 16 🐉🐲Emilio Cobos Álvarez2018-02-071-0/+1
|/
* Don't use define_css_keyword_enum in style anymoreAnthony Ramine2018-02-011-3/+0
* Remove #![deny(warnings)]Simon Sapin2018-01-311-1/+0
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-7/+9
* Auto merge of #19230 - emilio:lru-cache, r=noxbors-servo2017-11-151-1/+1
|\