aboutsummaryrefslogtreecommitdiffstats
path: root/servo-tidy.toml
Commit message (Collapse)AuthorAgeFilesLines
* Use surfman for managing GL surfacesPatrick Walton2019-11-011-0/+2
| | | | | | Co-authored-by: Alan Jeffrey <ajeffrey@mozilla.com> Co-authored-by: Zakor Gyula <gyula.zakor@h-lab.eu> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-3/+0
|
* Bump all in-tree components to syn 1Anthony Ramine2019-09-271-0/+1
|
* Replace use of gleam in webgl with sparkle.Josh Matthews2019-09-111-0/+2
|
* Auto merge of #24155 - Eijebong:nix, r=jdmbors-servo2019-09-061-1/+0
|\ | | | | | | | | | | | | | | Update and dedupe nix <!-- 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/24155) <!-- Reviewable:end -->
| * Update and dedupe nixBastien Orivel2019-09-061-1/+0
| |
* | Update servo-tidyAlex Touchet2019-09-051-5/+0
|/
* Deduplicate parking_lot and friends by updating it to 0.9Bastien Orivel2019-09-051-4/+0
|
* Update rayon to dedupe crossbeam-dequeBastien Orivel2019-09-011-1/+0
|
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+0
|
* Deduplicate idna, log, mime, mime_guess, percent-encoding, unicase, url, wsSimon Sapin2019-08-191-8/+0
|
* Update servo-media. Remove implicit shutdown requests. It all happens ↵Fernando Jiménez Moreno2019-08-191-0/+4
| | | | automagicly now
* Auto merge of #23838 - servo:url-2.0, r=Manishearthbors-servo2019-08-171-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the url crate to 2.0 Blocked on: * [x] https://github.com/housleyjk/ws-rs/pull/283 + undoing corresponding `[patch.crates-io]` entry Soft-blocked on: (we could add to the crate duplication allow-list instead) * [x] ~https://github.com/rust-windowing/winit/pull/1066~ - [x] https://github.com/rust-windowing/winit/pull/1076 * [x] https://github.com/servo/media/pull/288 * [ ] https://github.com/servo/webrender/pull/3720 * [x] https://github.com/gobwas/influent.rs/pull/22 * [ ] https://bugzilla.mozilla.org/show_bug.cgi?id=1568540 - [x] https://github.com/seanmonstar/warp/pull/260 - [ ] https://github.com/abonander/multipart/pull/121 <!-- 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/23838) <!-- Reviewable:end -->
| * Update to url 2.0Simon Sapin2019-08-171-0/+1
| |
* | style: Fix formatting of recent changes.Emilio Cobos Álvarez2019-08-151-0/+1
|/
* Temporarily ignore duplicated url and deps cratesFernando Jiménez Moreno2019-08-131-0/+3
|
* Update rand to 0.6Bastien Orivel2019-08-111-1/+0
| | | | | | | | | | | | I changed the isaac random to always be the 32 bits one because the 64 bits version doesn't work with ReseedingRng as it requires the generator's output to be u32 for some reasons. The other main change is that the reseed method doesn't exist anymore and now rand recreates a new generator when it needs to reseed so I had to add a new method for when we don't want a generator to be reseeded. Closes #23558
* Update webdriverGeorge Roman2019-08-091-0/+5
|
* Update euclid.Emilio Cobos Álvarez2019-07-231-0/+1
| | | | | | | | There are a few canvas2d-related dependencies that haven't updated, but they only use euclid internally so that's not blocking landing the rest of the changes. Given the size of this patch, I think it's useful to get this landed as-is.
* Auto merge of #23790 - paulrouget:hl2, r=angelortiz1007,jdmbors-servo2019-07-231-0/+1
|\ | | | | | | | | | | | | | | | | | | | | HoloLens app - winrt/immersive rewrite This is a complete rewrite of the app in C++ winrt. It includes a immersive view (use D3D and doesn't render any servo content yet). <!-- 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/23790) <!-- Reviewable:end -->
| * Add new hololens code (winrt + D3D immersive mode example)Paul Rouget2019-07-221-0/+1
| |
* | Update raqote.Josh Matthews2019-07-181-1/+0
| |
* | Update tokio-timer.Josh Matthews2019-07-181-1/+0
|/
* Update rayon to dedupe crossbeam-epochBastien Orivel2019-07-121-1/+0
| | | | As a bonus this also removes one version of crossbeam-utils
* Update dwrote.Josh Matthews2019-07-121-1/+0
|
* rustfmtJosh Matthews2019-07-091-1/+0
|
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-5/+1
|
* Fix formatting.Josh Matthews2019-06-031-0/+2
|
* Upgrade parking_lot to 0.8.Josh Matthews2019-05-251-0/+4
|
* Glutin update: ignore gl_generator duplicatePaul Rouget2019-05-251-0/+1
|
* Glutin update: ignore rand-core and nix duplicatePaul Rouget2019-05-251-0/+2
|
* Dedupe winapiBastien Orivel2019-05-241-1/+0
| | | | | Since mio still hasn't been released, this uses custom forks with just winapi bumped to 0.3 in them.
* Revert "Glutin update: ignore rand-core and nix duplicate"Josh Matthews2019-05-221-2/+0
| | | | This reverts commit da28a0c5806e7e45e7904e85f0375c66d9c4157b.
* Revert "Glutin update: ignore gl_generator duplicate"Josh Matthews2019-05-221-1/+0
| | | | This reverts commit 5bdb0da65713c5bf43873650ec673b955516edc6.
* Glutin update: ignore gl_generator duplicatePaul Rouget2019-05-221-0/+1
|
* Glutin update: ignore rand-core and nix duplicatePaul Rouget2019-05-221-0/+2
|
* Update webrender.Josh Matthews2019-01-171-0/+5
|
* Auto merge of #22616 - jdm:google-decode, r=noxbors-servo2019-01-151-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix brotli decoding This replaces our current decoding setup by https://github.com/seanmonstar/reqwest/blob/master/src/async_impl/decoder.rs, and integrates brotli and deflate decoding to maintain our existing support. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #22228 - [x] There are tests for these changes <!-- 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/22616) <!-- Reviewable:end -->
| * Redesign network response decoding to avoid creating decoders before some ↵Josh Matthews2019-01-151-0/+2
| | | | | | | | content is present.
* | Exclude gstreamer from tidiness checkShanavas M2019-01-151-1/+1
|/
* Update servo-tidy.tomlAlex Touchet2018-12-231-1/+0
|
* Dedupe logBastien Orivel2018-12-201-1/+0
|
* Update syn and related dependenciesBastien Orivel2018-11-301-3/+0
|
* Ignore all WPT manifests in tidy.Josh Matthews2018-11-231-0/+2
|
* Update image related dependenciesBastien Orivel2018-11-181-6/+1
|
* Move prepare_pixels helper functions to canvas_traitsAnthony Ramine2018-11-161-0/+3
|
* Update servo-tidy.tomlAlex Touchet2018-11-081-2/+1
|
* Update hyper to 0.12Bastien Orivel2018-11-011-3/+3
|
* Support building for Magic Leap.Alan Jeffrey2018-10-291-0/+4
|
* Auto merge of #21725 - pyfisch:update-wr, r=jdmbors-servo2018-10-121-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Webrender New version is 9156a4465f6ad715a0206cdd9a7e9a6f0385fbd6 --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because just updating WR <!-- 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/21725) <!-- Reviewable:end -->