aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg
Commit message (Expand)AuthorAgeFilesLines
* Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-21/+21
* Auto merge of #16506 - cbrewster:about_chaos, r=asajeffreybors-servo2017-05-121-0/+1
|\
| * Make non-initial about:blank loads asynchronousConnor Brewster2017-05-121-0/+1
* | Bump cssparser to 0.13.3Manish Goregaokar2017-05-111-1/+1
|/
* Update to cssparser 0.13Simon Sapin2017-04-251-1/+1
* Eliminate ScrollRootIdMartin Robinson2017-04-201-0/+4
* Update cssparser in Cargo.toml.Xidorn Quan2017-04-071-1/+1
* Kill serde_codegen 💣Anthony Ramine2017-02-281-5/+1
* Update cssparser for https://github.com/servo/rust-cssparser/pull/123Simon Sapin2017-02-281-1/+1
* Update to cssparser 0.11Simon Sapin2017-02-261-1/+1
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-212-4/+0
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-3/+3
* Update cssparser to 0.9Simon Sapin2017-02-151-1/+1
* style: Unbox a bunch of color properties.Emilio Cobos Álvarez2017-02-141-1/+1
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-2/+0
* Renaming default_features to default-features as per Cargo's Manifest FormatFrederick F. Kautz IV2017-01-081-1/+1
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-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-11/+12
|/
* Move ReferrerPolicy to net_traits.Ms2ger2016-11-041-12/+0
* Remove #![feature(rustc_attrs)]Anthony Ramine2016-11-031-1/+1
* Remove #![feature(structural_match)]Anthony Ramine2016-11-031-1/+1
* Remove #![feature(custom_attribute)]Anthony Ramine2016-11-031-1/+1
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+1
* Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-032-2/+3
* Move WindowSizeType to script_traits.Ms2ger2016-10-221-6/+0
* Move Image and PixelFormat to net_traits.Ms2ger2016-10-213-22/+0
* Move LoadData to script_traits.Ms2ger2016-10-213-39/+0
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-092-4/+6
* IFrame elements now manage FrameIds rather than the constellation.Alan Jeffrey2016-10-071-26/+54
* Excise SubpageId and use only PipelineIdsAneesh Agrawal2016-09-131-3/+0
* Update cssparserSimon Sapin2016-09-071-1/+1
* Update cssparserSimon Sapin2016-08-281-1/+1
* Update to webrender 0.4.0Anthony Ramine2016-08-181-1/+1
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-123-6/+12
* Update cargo.lock for wr2, pin ipc-channel.Glenn Watson2016-08-031-1/+1
* Update Rust to 1.12.0-nightly (9316ae515 2016-07-24)Eduard Burtescu2016-07-261-2/+2
* Implement beginnings of joint session historyConnor Brewster2016-07-211-2/+2
* Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-2/+11
* msg: Rename `ReferrerPolicy::NoRefWhenDowngrade` `NoReferrerWhenDowngrade`Aravind Gollakota2016-07-151-1/+1
* All our Cargo.toml files should contain an MPL-2.0 license field.Alan Jeffrey2016-07-141-0/+1
* net: Add "origin" and "same-origin" referrer policies, replacing "origin-only".Aravind Gollakota2016-07-081-1/+2
* Move webdriver_msg to script_traits.Ms2ger2016-07-053-89/+0
* Move WindowSizeData to script_traits.Ms2ger2016-07-053-21/+0
* Move WebDriverCommandMsg to script_traits.Ms2ger2016-07-051-14/+2
* Use get_mut instead of get-remove-set in XHR send()Darin Minamoto2016-06-271-1/+1
* Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23)Anthony Ramine2016-06-271-4/+8
* Reorder dependenciesAnthony Ramine2016-06-261-1/+1
* Use common cookie struct add cookie webdriver cmdsDan Robertson2016-06-253-0/+12