aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx_traits
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ScrollRootIdMartin Robinson2017-04-201-98/+41
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-212-4/+0
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-2/+2
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
* Move DevicePixel to script_traits.Ms2ger2017-01-111-8/+0
* Remove the rustc-serialize dependency from gfx_traits.Ms2ger2017-01-102-4/+2
* Replace gfx_traits::ScrollPolicy by webrender_traits::ScrollPolicy.Ms2ger2017-01-101-9/+0
* Remove unused LayerKind and LayerType enums.Ms2ger2017-01-101-18/+0
* Move LayerPixel to compositing.Ms2ger2017-01-101-7/+0
* Move FrameTreeId to compositing.Ms2ger2017-01-101-9/+0
* Remove some unused StackingContextId methods.Ms2ger2017-01-101-26/+0
* Remove unused ScrollRootId::to_stacking_context_id.Ms2ger2017-01-101-5/+0
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+1
* Don't promote all scrollable regions to stacking contextsMartin Robinson2016-11-051-0/+5
* Remove #![feature(rustc_attrs)]Anthony Ramine2016-11-031-1/+1
* Remove #![feature(structural_match)]Anthony Ramine2016-11-031-1/+1
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+1
* Remove unused dependencySimon Sapin2016-11-032-2/+0
* Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-032-2/+3
* Remove gfx_traits::color.Ms2ger2016-10-312-42/+0
* Use a new id type for tracking scrolling areasMartin Robinson2016-10-301-0/+52
* Remove concept of Layers from ServoMartin Robinson2016-10-211-51/+0
* Remove old rendering backend.Glenn Watson2016-10-183-96/+14
* Correct the unicode codes used for tree printingMartin Robinson2016-10-111-6/+6
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-092-3/+5
* Remove non-ASCII chars from canvas dependencyAnthony Ramine2016-10-091-7/+7
* Update euclid to 0.10.1Anthony Ramine2016-08-211-1/+1
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-3/+3
* Update to euclid 0.8Martin Robinson2016-08-121-1/+1
* Update Rust to 1.12.0-nightly (9316ae515 2016-07-24)Eduard Burtescu2016-07-261-2/+2
* All our Cargo.toml files should contain an MPL-2.0 license field.Alan Jeffrey2016-07-141-0/+1
* Move util::print_tree to gfx_traitsAnthony Ramine2016-07-042-0/+66
* Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23)Anthony Ramine2016-06-271-3/+3
* Reorder dependenciesAnthony Ramine2016-06-261-3/+3
* Move ChromeToPaintMsg to gfx_traits.Ms2ger2016-06-242-0/+20
* Move ByteIndex to gfx_traits.Ms2ger2016-06-202-0/+13
* script: When using WebRender, keep the DOM-side scroll positions forPatrick Walton2016-06-101-5/+56
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-0/+55
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Simplify TOML syntaxSimon Sapin2016-04-261-14/+4
* Auto merge of #10706 - zwn:unused-extern-crates, r=noxbors-servo2016-04-222-4/+0
|\
| * Remove references to unused crates.Zbynek Winkler2016-04-222-4/+0
* | Added a dedicated panic channel.Alan Jeffrey2016-04-191-13/+1
|/
* Updated euclid to version 0.6.5Peter2016-04-172-4/+4
* Added panic message to failures.Alan Jeffrey2016-04-131-0/+6
* layout: Allow non-absolutely-positioned elements with `overflow: scroll`Patrick Walton2016-04-061-0/+4
* use self.0 instead of destructing single item tuple structsfaineance2016-03-271-4/+2
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
* Bump serde to 0.7Anthony Ramine2016-03-171-2/+2
* Bump euclid to 0.6.4Anthony Ramine2016-03-091-1/+1