Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move atom_macro.rs to generated dir. | Xidorn Quan | 2017-05-08 | 1 | -1/+4 | |
| | ||||||
* | Fix stylo issue after changing counter style names to nsIAtom. | Xidorn Quan | 2017-05-06 | 1 | -0/+8 | |
| | ||||||
* | Allow 'decimal' and 'none' in `<counter-style-name>` | Simon Sapin | 2017-04-26 | 1 | -0/+20 | |
| | | | | … other than in `@counter-style`. | |||||
* | Keep custom-ident and string separate in animation/keyframes name. | Simon Sapin | 2017-04-26 | 1 | -0/+6 | |
| | ||||||
* | tidy and test fixes | Manish Goregaokar | 2017-04-21 | 1 | -1/+1 | |
| | ||||||
* | stylo: Add basic system font support, use for font-size and font-family | Manish Goregaokar | 2017-04-21 | 1 | -0/+13 | |
| | ||||||
* | Revert #16517 for Gecko heap write hazard failures. | Cameron McCormack | 2017-04-19 | 1 | -13/+0 | |
| | ||||||
* | tidy and test fixes | Manish Goregaokar | 2017-04-18 | 1 | -1/+1 | |
| | ||||||
* | stylo: Add basic system font support, use for font-size and font-family | Manish Goregaokar | 2017-04-18 | 1 | -0/+13 | |
| | ||||||
* | stylo: Use font metrics provider as a cache for font size results | Manish Goregaokar | 2017-04-09 | 1 | -2/+3 | |
| | ||||||
* | style: Hash less stuff in the bloom filter, using the precomputed hashes we ↵ | Emilio Cobos Álvarez | 2017-04-08 | 1 | -0/+8 | |
| | | | | have. | |||||
* | Auto merge of #16269 - heycam:atom-already-addrefed, r=upsuper | bors-servo | 2017-04-05 | 1 | -0/+10 | |
|\ | | | | | | | | | | | | | | | Add an Atom::from_addrefed function. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16269) <!-- Reviewable:end --> | |||||
| * | style: Add an Atom::from_addrefed function. | Cameron McCormack | 2017-04-05 | 1 | -0/+10 | |
| | | ||||||
* | | Remove heapsize for Stylo | Simon Sapin | 2017-03-28 | 1 | -7/+0 | |
|/ | ||||||
* | Bindgenup | Emilio Cobos Álvarez | 2017-02-16 | 1 | -4/+11 | |
| | | | | | | | Major pain point is that I had to write the bitfield stuff manually, but that should be resolved soon again. Now we generate proper layout for _every_ struct, including field offsets \o/. | |||||
* | style: Document gecko_string_cache. | Emilio Cobos Álvarez | 2017-01-02 | 1 | -2/+23 | |
| | ||||||
* | Introduce enums for identifying CSS properties. | Simon Sapin | 2016-12-09 | 1 | -11/+2 | |
| | | | | | | | | | | | * `LonghandId` and `ShorthandId` are C-like enums * `Atom` is used for the name of custom properties. * `PropertyDeclarationId` is the identifier for `PropertyDeclaration`, after parsing and shorthand expansion. (Longhand or custom property.) * `PropertyId` represents any CSS property, e.g. in CSSOM. (Longhand, shorthand, or custom.) Using these instead of strings avoids some memory allocations and copies. | |||||
* | Update to string-cache 0.3 | Simon Sapin | 2016-11-03 | 1 | -1/+5 | |
| | ||||||
* | Update to selectors 0.14 | Simon Sapin | 2016-10-28 | 1 | -23/+0 | |
| | ||||||
* | Silence some warnings in geckolib | Ravi Shankar | 2016-09-27 | 1 | -1/+1 | |
| | ||||||
* | Avoid huge numbers of warnings for atom_macro. | Josh Matthews | 2016-09-26 | 1 | -1/+1 | |
| | ||||||
* | Move most of geckolib into style::gecko | Manish Goregaokar | 2016-09-26 | 1 | -14/+2 | |
| | ||||||
* | Move gecko_bindings and gecko_string_cache into the style crate | Manish Goregaokar | 2016-09-24 | 1 | -0/+310 | |