aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx_traits
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-033-237/+0
* Fix painting order of atomic inline stacking containers (#30458)Delan Azabani2023-10-061-1/+1
* Only access hit test items for the current epoch in the compositor (#30491)Martin Robinson2023-10-041-0/+13
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* remove `extern crate` (#30311)Samson2023-09-081-8/+3
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-4/+3
* Try to `use` WebRender types moreMartin Robinson2023-07-101-10/+7
* Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
* Clean up and document the `send_display_list` interfaceMartin Robinson2023-05-241-0/+6
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-2/+2
* Update webrender.Josh Matthews2020-06-112-2/+1
* Proxy all WR interactions for layout/font/script/canvas threads to the compos...Josh Matthews2020-06-092-0/+16
* More Cargo.toml cleanupsAlex Touchet2020-05-141-1/+1
* Replace DisplayList::is_contentful with tracking during conversion to WR disp...Simon Sapin2019-09-061-5/+0
* Fix deprecation warningsSimon Sapin2019-01-281-2/+2
* Update references to malloc_size_of_derive, which is in crates.io now.Emilio Cobos Álvarez2019-01-131-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-192-2/+2
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-1/+1
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Format gfx_traits #21373kingdido9992018-09-091-6/+8
* Update WebRenderMartin Robinson2018-02-061-15/+12
* Decoupled gfx and metricsGeorg Streich2018-01-151-0/+5
* pretty print treetigercosmos2017-12-231-5/+29
* Auto merge of #18921 - mrobinson:incremental-stacking-context-ids, r=emiliobors-servo2017-10-181-4/+3
|\
| * Fix duplicate stacking context creation for anonymous FlowsMartin Robinson2017-10-181-4/+3
* | Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-182-7/+7
|/
* order derivable traits listsClément DAVID2017-08-231-2/+2
* Wait for actual paint before setting paint related metricsFernando Jiménez Moreno2017-08-221-1/+1
* Fix fixed position items with parents with CSS clipsMartin Robinson2017-08-031-1/+1
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-162-5/+2
* Bump serde to 1.0Bastien Orivel2017-06-161-2/+2
* Bump euclid to 0.13 and heapsize to 0.4Bastien Orivel2017-06-051-1/+1
* 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