Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -1/+2 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 1 | -0/+1 |
| | | | | | | | | | | | * remove extern crate * Update components/script_plugins/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com> | ||||
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -20/+11 |
| | | | | | | | | There are a few canvas2d-related dependencies that haven't updated, but they only use euclid internally so that's not blocking landing the rest of the changes. Given the size of this patch, I think it's useful to get this landed as-is. | ||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | Format component compositing #21373 | kingdido999 | 2018-08-31 | 1 | -31/+38 |
| | |||||
* | Change debug assertions to specific ones | janczer | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Update euclid, azure, skia, offscreen_gl_context, plane-split, webrender | Simon Sapin | 2017-12-08 | 1 | -2/+2 |
| | |||||
* | Fixed scaling artefacts in paint worklets caused by zoom and hidpi. | Alan Jeffrey | 2017-07-20 | 1 | -1/+2 |
| | |||||
* | Bump euclid to 0.14. | Nicolas Silva | 2017-06-14 | 1 | -8/+6 |
| | |||||
* | Rename ScreenPx to DeviceIndependentPixel. | Glenn Watson | 2017-02-22 | 1 | -2/+1 |
| | |||||
* | Move DevicePixel to script_traits. | Ms2ger | 2017-01-11 | 1 | -2/+1 |
| | |||||
* | Indicate items in doc comments as code-like. | Corey Farwell | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | Remove old rendering backend. | Glenn Watson | 2016-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This removes paint threads, rust-layers dependency, and changes optional webrender types to be required. The use_webrender option has been removed, however I've left the "-w" command line option in place so that wpt runner can continue to pass that. Once it's removed from there we can also remove the -w option. Once this stage is complete, it should be fine to change the display list building code to generate webrender display lists directly and avoid the conversion step. | ||||
* | Update to euclid 0.8 | Martin Robinson | 2016-08-12 | 1 | -15/+13 |
| | |||||
* | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 1 | -4/+3 |
| | |||||
* | Moved ScriptToCompositorMsg enum and EventResult enum to script_traits | Beomjin Kim | 2015-12-20 | 1 | -2/+1 |
| | | | | | Moved ScriptToCompositorMsg enum and EventResult enum to script_traits resolving issue #8835. | ||||
* | Refactor touch handling and add pinch zoom gesture | Matt Brubeck | 2015-12-16 | 1 | -0/+237 |