Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | api: Flatten and simplify Servo preferences (#34966) | Martin Robinson | 2025-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Flatten and simplify Servo's preferences code. In addition, have both preferences and options passed in as arguments to `Servo::new()` and make sure not to use the globally set preferences in `servoshell` (as much as possible now). Instead of a complex procedural macro to generate preferences, just expose a very simple derive macro that adds string based getters and setters. - All command-line parsing is moved to servoshell. - There is no longer the concept of a missing preference. - Preferences no longer have to be part of the resources bundle because they now have reasonable default values. - servoshell specific preferences are no longer part of the preferences exposed by the Servo API. Signed-off-by: Martin Robinson <mrobinson@igalia.com> | ||||
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Move paintWorklet from "Window" to "CSS" according to new specification | yurket | 2018-02-22 | 1 | -0/+5 |
| | | | | Relevant discussion: https://github.com/w3c/css-houdini-drafts/issues/410 | ||||
* | Add CSS.supports() | Manish Goregaokar | 2017-01-07 | 1 | -0/+6 |
| | |||||
* | Unexpose CSSOM interfaces | Manish Goregaokar | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | Mark CSS as [Abstract] | Anthony Ramine | 2015-12-16 | 1 | -0/+1 |
| | | | | It is never instantiated. | ||||
* | Add/format license headers for WebIDLs | Corey Farwell | 2015-07-26 | 1 | -3/+3 |
| | |||||
* | Implement the CSS interface | Anthony Ramine | 2015-04-25 | 1 | -0/+12 |