aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_traits
Commit message (Collapse)AuthorAgeFilesLines
* Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-0/+2
|
* style: Make Servo use a single thread-pool for layout-related tasks per-process.Emilio Cobos Álvarez2018-12-231-1/+0
| | | | | | Instead of per-document. This also allows to reuse this thread-pool if needed for other stuff, like parallel CSS parsing (#22478), and to share more code with Gecko, which is always nice.
* introduce a background-hang-monitor:Gregory Terzian2018-11-261-1/+2
| | | | | Mac-Os implementation of a thread sampler, Linux and Windows skeleton implementations.
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-182-2/+2
|
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
| | | | A `crate_name::foo` path always works in 2018
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-12/+2
|
* Reorder importsPyfisch2018-11-061-1/+1
|
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
|
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-122-2/+4
| | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com>
* Rustfmt layout_traits cratePyfisch2018-09-051-17/+19
|
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
| | | | This required bumping uuid too which unfortunately duplicated rand.
* Update WR (details below):Glenn Watson2017-10-161-1/+1
| | | | | | | | | | * Add support for clip masks on text runs. * Fix atomic ordering of items with multiple shadows. * Update to bincode + ipc-channel with optimizations. * Fix some plane splitting precision errors. * Improve the anti-aliasing quality significantly. * Add internal ClipChain support. * Fix diacritic glyphs on Linux.
* WR multi-document updateDzmitry Malyshau2017-07-281-0/+1
|
* Backed out changeset c424ad1c5f94 for build failures a=backout CLOSED TREEGecko Backout2017-07-281-1/+0
| | | | Backs out https://github.com/servo/servo/pull/17892
* WR multi-document updateDzmitry Malyshau2017-07-281-0/+1
|
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-202-1/+5
|
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-132-3/+3
|
* Bump serde to 1.0Bastien Orivel2017-06-161-1/+1
|
* Added a TopLevelBrowsingContextId type.Alan Jeffrey2017-05-221-2/+3
|
* Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-2/+2
|
* Make ImageCacheImpl have a single Mutex<ImageCacheStore> and use ↵Fernando Jiménez Moreno2017-03-271-1/+1
| | | | ImageDecoderRunnable
* Move image cache implementation to the net crateFernando Jiménez Moreno2017-03-271-1/+1
|
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-2/+3
|
* Kill serde_codegen 💣Anthony Ramine2017-02-281-5/+1
|
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-1/+1
|
* Update ipc-channel to 0.6.3Anthony Ramine2017-02-161-1/+1
|
* Reorder some dependenciesAnthony Ramine2017-02-161-2/+2
|
* Renaming default_features to default-features as per Cargo's Manifest FormatFrederick F. Kautz IV2017-01-081-1/+1
|
* Make the layout content process shutdown sender optional.Ms2ger2016-11-301-1/+1
|
* Auto merge of #14286 - gterzian:update_canvas_with_offscreen_context, r=jdmbors-servo2016-11-241-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to webrender 0.10.0 <!-- Please describe your changes on the following line: --> Changes necessary to build servor with webrender 0.10.0 --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14286) <!-- Reviewable:end -->
| * Remove old shaders, updates for WR feature and API changes.Glenn Watson2016-11-251-1/+1
| |
* | Report errors using the top-level frame id rather than the pipeline id.Alan Jeffrey2016-11-171-1/+2
|/
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-172-4/+4
|
* Remove old rendering backend.Glenn Watson2016-10-182-6/+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 Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-1/+1
| | | | A cargo bump and a switch to serde_derive is needed to do this rustup.
* Reorder `use` statementsUK9922016-09-091-2/+2
|
* Update to webrender 0.4.0Anthony Ramine2016-08-181-1/+1
|
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-2/+2
|
* Update cargo.lock for wr2, pin ipc-channel.Glenn Watson2016-08-031-1/+1
|
* Hoist retrieval of layout_threads from opts into ConstellationDirkjan Ochtman2016-07-241-1/+2
|
* Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-2/+1
|
* All our Cargo.toml files should contain an MPL-2.0 license field.Alan Jeffrey2016-07-141-0/+1
|
* Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23)Anthony Ramine2016-06-271-1/+5
| | | | | I also properly bump any dependency related to the serde_macros removal from webrender_traits
* Remove the layout shutdown channel.Ms2ger2016-06-041-1/+0
| | | | Nobody is listening.
* Remove the ConvertPipelineIdToWebRender trait.Ms2ger2016-05-281-13/+1
|
* Remove LayoutControlChan.Ms2ger2016-05-282-10/+0
|
* Use associated types to improve LayoutThreadFactory and ScriptThreadFactory.Ms2ger2016-05-241-2/+4
|
* Remove pointless phantom arguments to ScriptThreadFactory and ↵Ms2ger2016-05-201-3/+1
| | | | LayoutThreadFactory.
* Remove ConstellationChan.Ms2ger2016-05-191-3/+3
| | | | | | It's a pointless abstraction that propagates the obsolete chan terminology, swaps the order in which the sender and receiver are returned, and hides a source of panics.