Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style: Remove dependency on servo_url (#31358) | Martin Robinson | 2024-02-16 | 1 | -5/+5 |
| | | | | | In order for stylo to be a separate crate, it needs to depend on less things from Servo. This change makes it so that stylo no longer depends on servo_url. | ||||
* | Further changes required by Servo | Oriol Brufau | 2023-11-24 | 1 | -1/+3 |
| | |||||
* | Use Foo_Binding instead of FooBinding for namespace modules (#30447) | Samson | 2023-09-30 | 1 | -1/+1 |
| | | | | | * Update Codegen.py to emit Foo_Binding instead of FooBinding * s/FooBinding/Foo_Binding/g | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -7/+8 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Miscellaneous build / tidy fixes. | Emilio Cobos Álvarez | 2021-02-26 | 1 | -3/+5 |
| | |||||
* | Modify `script` to prevent further violations of snake_case | Kunal Mohan | 2020-01-18 | 1 | -0/+1 |
| | |||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -7/+7 |
| | |||||
* | Fix Servo build. | Emilio Cobos Álvarez | 2018-10-19 | 1 | -15/+15 |
| | |||||
* | Fix other parts of the Servo build. | Emilio Cobos Álvarez | 2018-09-03 | 1 | -0/+2 |
| | |||||
* | layout: script: Fix build. | Emilio Cobos Álvarez | 2018-06-23 | 1 | -2/+4 |
| | |||||
* | Move paintWorklet from "Window" to "CSS" according to new specification | yurket | 2018-02-22 | 1 | -0/+7 |
| | | | | Relevant discussion: https://github.com/w3c/css-houdini-drafts/issues/410 | ||||
* | Bump bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-30 | 1 | -3/+3 |
| | |||||
* | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest ↵ | Gecko Backout | 2017-10-19 | 1 | -3/+3 |
| | | | | | | failures, e.g. in layout/reftests/bugs/392435-1.html. r=backout on a CLOSED TREE Backs out https://github.com/servo/servo/pull/18809 | ||||
* | Update bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-19 | 1 | -3/+3 |
| | | | | | It still needs dependencies update to remove all the other bitflags versions. | ||||
* | Fix commonmark Markdown warnings in docs, part 1 | Matt Brubeck | 2017-10-17 | 1 | -3/+3 |
| | | | | | | | | Fixes warnings from rust-lang/rust#44229 when `--enable-commonmark` is passed to rustdoc. This is mostly a global find-and-replace for bare URIs on lines by themselves in doc comments. | ||||
* | Devirtualize CSS error reporting. | Josh Matthews | 2017-08-24 | 1 | -2/+0 |
| | |||||
* | style: Cleanup ParserContext::new_with_rule_type. | Emilio Cobos Álvarez | 2017-08-18 | 1 | -6/+14 |
| | |||||
* | Store raw string for prop decl in @supports | Xidorn Quan | 2017-07-21 | 1 | -1/+5 |
| | |||||
* | Move ParsingMode into style_traits. | Hiroyuki Ikezoe | 2017-06-14 | 1 | -1/+2 |
| | |||||
* | Thread ParseError return values through CSS parsing. | Josh Matthews | 2017-06-09 | 1 | -2/+3 |
| | |||||
* | style: Split stylesheets.rs | Emilio Cobos Álvarez | 2017-06-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | This file has become quite bloated lately. This commit deletes that file in favor of a set of submodules. The only noticeable change apart from code move, is converting deep_clone_foo methods into a trait. It also unifies logic related to different style rules in the same place. There's some missing work, specially related to font-face and counter-style, but I think this is worth landing in the meantime. | ||||
* | Make ParsingMode bitflags. | Hiroyuki Ikezoe | 2017-05-14 | 1 | -3/+3 |
| | | | | | assert_parsing_mode_match() is mostly the same as assert_restyle_hints_match(). | ||||
* | Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to ↵ | Hiroyuki Ikezoe | 2017-05-14 | 1 | -3/+3 |
| | | | | | | | PasingMode::AllowUnitlessLength. We need another flag that represents allow-negative-number for SMIL, so this enum will also comprise the another parsing mode that allows negative number. | ||||
* | Propagate quirks mode all the way to ParserContext | Anthony Ramine | 2017-04-27 | 1 | -2/+5 |
| | | | | The quirks mode is still not properly propagated in geckolib. | ||||
* | SVG length parsing mode | J. Ryan Stinnett | 2017-04-14 | 1 | -3/+5 |
| | | | | | | | SVG allows non-zero lengths to be accepted and assumes they are in px. This adds this length parsing mode to Servo. MozReview-Commit-ID: Kxd3x64r9Ye | ||||
* | Pull rule_type into ParserContext | J. Ryan Stinnett | 2017-04-12 | 1 | -2/+3 |
| | | | | | | | Absorb `rule_type` into the `ParserContext` so that it's easier to pass down to deeper levels of the parser. MozReview-Commit-ID: DjBNytLxGKX | ||||
* | style: Avoid cloning all over the error reporter. | Emilio Cobos Álvarez | 2017-03-14 | 1 | -2/+2 |
| | |||||
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
| | |||||
* | Add CSS.supports() | Manish Goregaokar | 2017-01-07 | 1 | -2/+26 |
| | |||||
* | Make WebIDL static methods take a more specific global if possible | Anthony Ramine | 2016-11-30 | 1 | -2/+2 |
| | |||||
* | Pass a &GlobalScope to WebIDL static methods and constructors | Anthony Ramine | 2016-10-06 | 1 | -2/+2 |
| | |||||
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -1/+1 |
| | | | | This entirely removes the 'non-geckolib' feature of the util crate. | ||||
* | Update cssparser to fix CSS.escape test failures | Maciej Skrzypkowski | 2016-05-06 | 1 | -4/+1 |
| | | | | Fixed failing tests #10685 | ||||
* | Replaced DOMString constructor by conversion functions. | Alan Jeffrey | 2015-11-12 | 1 | -3/+3 |
| | | | | | | Replaced DOMString(...) by DOMString::from(...). Replaced ....0 by String::from(...). Removed any uses of .to_owner() in DOMString::from("..."). | ||||
* | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -1/+1 |
| | | | | | | | | | | This should make it somewhat easier to experiment with alternative representations in the future. To reduce churn, this commit leaves the String field public, though. Also, this will allow us to use the default String type to represent the IDL USVString type, which explicitly forbids unpaired surrogates, ans as such is a better match to the Rust String type. | ||||
* | more refactoring | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -2/+1 |
| | | | | This merges import blocks that were reported by tidy as unmerged. | ||||
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
| | | | | closes #7357 | ||||
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+1 |
| | |||||
* | Implement the CSS interface | Anthony Ramine | 2015-04-25 | 1 | -0/+27 |