aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas_traits
Commit message (Collapse)AuthorAgeFilesLines
* stylo: Update rust-cssparser; extract more specific error types when ↵Josh Matthews2017-07-101-1/+1
| | | | reporting (bug 1352669).
* Backed out changeset fec394734f83 (bug 17624) for build bustage a=backout ↵Gecko Backout2017-07-061-1/+1
| | | | | | CLOSED TREE Backs out https://github.com/servo/servo/pull/17624
* stylo: Update rust-cssparser; extract more specific error types when ↵Josh Matthews2017-07-061-1/+1
| | | | reporting (bug 1352669).
* Bump cssparser version to 0.16.1 in toml filesNazım Can Altınova2017-06-221-1/+1
|
* Upgrade cssparser to 0.15Simon Sapin2017-06-161-1/+1
|
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-162-2/+1
|
* Bump serde to 1.0Bastien Orivel2017-06-161-5/+5
|
* Bump euclid to 0.14.Nicolas Silva2017-06-142-7/+4
|
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-1/+1
|
* Bump euclid to 0.13 and heapsize to 0.4Bastien Orivel2017-06-051-2/+2
|
* Bump cssparser to 0.13.7Manish Goregaokar2017-06-021-1/+1
|
* Bump cssparser to 0.13.3Manish Goregaokar2017-05-111-1/+1
|
* Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07)Simon Sapin2017-05-081-1/+1
|
* Update to cssparser 0.13Simon Sapin2017-04-251-1/+1
|
* 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-3/+0
| | | | | | Sometimes clippy gets outdated by months, and its current support setup means that each Servo component need to opt into it by depending on the plugins crate manually, and not all components do that.
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-5/+5
|
* Update ipc-channel to 0.6.3Anthony Ramine2017-02-161-1/+1
|
* Update cssparser to 0.9Simon Sapin2017-02-151-1/+1
|
* style: Unbox a bunch of color properties.Emilio Cobos Álvarez2017-02-141-1/+1
| | | | This builds on https://github.com/servo/rust-cssparser/pull/118.
* webgl: Add support for premultiplying alpha.Eric Anholt2017-01-281-3/+7
| | | | Now the affected testcase only fails due to unpack alignment.
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-2/+0
|
* Auto merge of #14917 - ↵bors-servo2017-01-091-1/+1
|\ | | | | | | | | | | | | | | | | | | fkautz:pr_out_renaming_default_features_to_default_features_as_per_cargo_s_manifest_format, r=emilio Renaming default_features to default-features as per Cargo's Manifest Format <!-- 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/14917) <!-- Reviewable:end -->
| * Renaming default_features to default-features as per Cargo's Manifest FormatFrederick F. Kautz IV2017-01-081-1/+1
| |
* | WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-1/+2
|/
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
|
* Remove azure(canvas) dependency from canvas_traitsRoman Zaynetdinov2016-12-252-137/+0
|
* Remove old shaders, updates for WR feature and API changes.Glenn Watson2016-11-251-1/+1
|
* canvas: Cleanup CanvasData and layout and script messages.Emilio Cobos Álvarez2016-11-071-4/+9
|
* Remove #![feature(rustc_attrs)]Anthony Ramine2016-11-031-1/+0
|
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+0
|
* Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-032-4/+4
|
* Remove gfx_traits::color.Ms2ger2016-10-312-14/+8
|
* Remove old rendering backend.Glenn Watson2016-10-181-1/+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-092-3/+7
| | | | A cargo bump and a switch to serde_derive is needed to do this rustup.
* Update cssparserSimon Sapin2016-09-071-1/+1
|
* Fix canvas image tests when using webrender.Glenn Watson2016-08-301-0/+18
| | | | | | When webrender is enabled, image decoding doesn't pre-multiply by alpha, but the canvas code expects the image data to be pre-multiplied form.
* Update cssparserSimon Sapin2016-08-281-1/+1
| | | | Today’s Rust Nigthly broke it
* Update euclid to 0.10.1Anthony Ramine2016-08-211-1/+1
|
* Update to webrender 0.4.0Anthony Ramine2016-08-181-1/+1
|
* Remove #[serde(bound = "")] attributesDavid Tolnay2016-08-121-1/+0
| | | | These were fixed in serde_codegen 0.8.0 by serde-rs/serde#456.
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-5/+5
|
* Update to euclid 0.8Martin Robinson2016-08-121-1/+1
|
* 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-262-2/+3
|
* All our Cargo.toml files should contain an MPL-2.0 license field.Alan Jeffrey2016-07-141-0/+1
|
* Move util::vec::byte_swap to canvas_traitsAnthony Ramine2016-07-041-0/+13
|