aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_traits
Commit message (Expand)AuthorAgeFilesLines
* Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-2/+2
* Make ImageCacheImpl have a single Mutex<ImageCacheStore> and use ImageDecoder...Fernando Jiménez Moreno2017-03-271-1/+1
* 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
|\
| * 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
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-1/+1
* 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
* Remove the layout shutdown channel.Ms2ger2016-06-041-1/+0
* 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 LayoutThreadFac...Ms2ger2016-05-201-3/+1
* Remove ConstellationChan.Ms2ger2016-05-191-3/+3
* move trait ConvertPipelineIdToWebRender to a better placeKosov Eugene2016-05-091-1/+13
* Simplify TOML syntaxSimon Sapin2016-04-261-24/+8
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-1/+1
* Added a dedicated panic channel.Alan Jeffrey2016-04-191-2/+2
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
* Bump serde to 0.7Anthony Ramine2016-03-171-2/+2
* Bump url to 0.5.7Anthony Ramine2016-03-091-1/+1
* Indicate components should not be published to crates.io.Corey Farwell2016-03-031-0/+1
* Update webrender crate refs to reflect ownership change.Corey Farwell2016-02-231-1/+1
* Add WebRender integration to Servo.Glenn Watson2016-02-182-1/+6
* Bump url to 0.5.5Anthony Ramine2016-02-131-1/+1
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+1
* Update rust-urlKeith Yeung2016-02-021-1/+1
* Remove some unused extern crates.Ms2ger2016-01-132-2/+0
* task -> threadrohan.prinja2016-01-101-7/+7
* Separate script and layout messages, issue #8843Joe Kachmar2015-12-261-1/+1
* Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-1/+1
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
* Auto merge of #8757 - servo:skia, r=mbrubeckbors-servo2015-12-031-1/+1
|\
| * Use skia and deps from crates.io.Simon Sapin2015-12-021-1/+1