aboutsummaryrefslogtreecommitdiffstats
path: root/servo-tidy.toml
Commit message (Collapse)AuthorAgeFilesLines
* Update WebrenderBastien Orivel2018-04-251-4/+6
| | | | Fixes #20609
* Dedupe lazy_staticBastien Orivel2018-03-231-1/+0
| | | | :tada: :tada: :tada:
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-0/+2
| | | | This required bumping uuid too which unfortunately duplicated rand.
* Disable logging in bindgen to reduce code sizeMatt Brubeck2018-03-081-1/+0
| | | | | | | | | This disables bindgen's `logging` feature, which builds `env_logger` with default features, including regex support. Disabling it allows Gecko to build `env_logger` without the `regex` crate, reducing code size. Part of https://bugzilla.mozilla.org/show_bug.cgi?id=1444097
* Add the option in servo-tidy to not check for alphabetical ordering.Nicolas Silva2018-03-061-0/+1
|
* style: Update bindgen to 0.33.Emilio Cobos Álvarez2018-03-021-0/+1
|
* Bump rayon to 1.0Bastien Orivel2018-02-241-0/+1
|
* Auto merge of #20022 - Eijebong:syn, r=noxbors-servo2018-02-131-0/+3
|\ | | | | | | | | | | | | | | | | | | | | Update syn, quote and synstructure Right now they're duplicated because we need a new serde release (ping @dtolnay), a new cssparser release (ping @SimonSapin) and a new release of html5ever with https://github.com/servo/html5ever/pull/336 <!-- 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/20022) <!-- Reviewable:end -->
| * Bump syn/quote in style_deriveBastien Orivel2018-02-121-1/+0
| |
| * Bump syn/quote in deny_public_fieldsBastien Orivel2018-02-121-0/+4
| |
* | remove forcetouch supportPaul Rouget2018-02-111-1/+0
|/
* Drop CEF supportPaul Rouget2018-01-311-1/+0
|
* Auto merge of #19819 - servo:rm-test-crates, r=<try>bors-servo2018-01-201-1/+1
|\ | | | | | | | | | | | | | | (Do not merge) Merge some test crates in their corresponding components <!-- 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/19819) <!-- Reviewable:end -->
| * Merge net and net_testsAnthony Ramine2018-01-201-1/+1
| |
* | Remove gecko-media dependencyFernando Jiménez Moreno2018-01-191-4/+0
|/
* Bump gl_generator to 0.8Bastien Orivel2018-01-101-0/+1
| | | | Fixes #19735
* implement valid week stringtigercosmos2017-12-171-1/+3
|
* Update to webdriver 0.33Matt Brubeck2017-12-081-1/+0
|
* Update euclid, azure, skia, offscreen_gl_context, plane-split, webrenderSimon Sapin2017-12-081-1/+0
|
* Update WR (AA improvements, many optimizations)Glenn Watson2017-12-071-0/+1
|
* Update lazy_static to 1.0Bastien Orivel2017-12-041-0/+1
| | | | For now it'll be duplicated
* Update openssl to 0.9.22Anthony Ramine2017-11-301-1/+0
| | | | This removes foreign-types 0.2.
* WR multi-document supportDzmitry Malyshau2017-11-221-0/+1
|
* Update webdriver dependency.Josh Matthews2017-11-201-0/+1
|
* Make script depend on gecko-mediaAnthony Ramine2017-11-141-0/+4
| | | | It's not used yet though.
* Auto merge of #18821 - servo:dupdep, r=jdmbors-servo2017-11-091-2/+0
|\ | | | | | | | | | | | | | | Update metadeps to remove duplicate error-chain crate <!-- 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/18821) <!-- Reviewable:end -->
| * Update metadeps to remove duplicate error-chain crateSimon Sapin2017-10-101-2/+0
| |
* | Auto merge of #19091 - MortimerGoro:webgl2_suite, r=jdmbors-servo2017-11-021-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add WebGL conformance 2.0.0 tests <!-- Please describe your changes on the following line: --> This PR includes WebGL conformance 2.0.0 tests. For now I have disabled three folders in the new suite: - `Conformance`: Tests WebGL 1.0 API like the current 1.0.3 suite we are using, but it includes a lot more tests and many expectations have to be updated. This is better to do in a separate PR because it will require to update github intermittent paths again and maybe detect new intermittents. - `Conformance2\textures`: It causes a lot of timeouts because of using videos, svgs, and other complicated formats. - `deqp`: It's a extra GPU testing suite included in the Khronos 2.0.0 suite. Disabled for now because it causes some timeouts. So in a nutshell, it uses part of the 2.0.0 suite to test webgl 2.0 and keeps using 1.0.3 in order to test WebGL 1.0. It's good enough to enable TDD for the new WebGL 2.0 features We can create follow-up issues for the next steps: * deprecate 1.0.3 and use the new 'conformance' folder in 2.0.0 in order to test WebGL 1.0 * Enable `conformance2/textures` and 'deqp' tests once WebGL 2.0 implementation is more advanced or the timeouts are monitored in more detail. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/19091) <!-- Reviewable:end -->
| * | Fix "Tabs used for indentation" tidy erros with upstream Khronos 2.0.0Imanol Fernandez2017-11-021-0/+2
| | |
* | | Auto merge of #19070 - jdm:csstests, r=metajackbors-servo2017-11-021-3/+0
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Enable CSS tests. Do not merge this; I'm looking into what it takes to stop running the test-css jobs. <!-- 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/19070) <!-- Reviewable:end -->
| * | Remove all outdated CSS-related mach commands.Josh Matthews2017-11-021-3/+0
| | |
* | | Move WebGL tests and metadata to tests/wpt/mozilla/tests/Imanol Fernandez2017-10-311-0/+1
|/ /
* | Move nsstring from gecko into servo/support/gecko/nsstringNika Layzell2017-10-231-1/+0
| | | | | | | | | | | | This is the servo side of bug 1403213. MozReview-Commit-ID: HFdQiuMnGhJ
* | Backed out changeset 196206f129ef (bug 1403213) for referencing non-existing ↵Gecko Backout2017-10-201-0/+1
| | | | | | | | | | | | xpcom/rust/gtest/moz.build in xpcom/moz.build. r=backout on a CLOSED TREE Backs out https://github.com/servo/servo/pull/18941
* | Move nsstring from gecko into servo/support/gecko/nsstringNika Layzell2017-10-201-1/+0
|/ | | | | | This is the servo side of bug 1403213. MozReview-Commit-ID: HFdQiuMnGhJ
* Only generate structs file for the current buildXidorn Quan2017-10-051-2/+1
|
* Remove 5k from AnimationValue::compute_squared_distance.Josh Matthews2017-10-031-0/+2
|
* Tidy fixesManish Goregaokar2017-09-011-0/+2
|
* order derivable traits listsClément DAVID2017-08-231-0/+1
| | | | | | Ignoring : - **generated**.rs - python/tidy/servo_tidy_tests/rust_tidy.rs
* Bring back clipboard supportest312017-06-011-0/+1
|
* Simplify rust-selectors API for attribute selectorsSimon Sapin2017-05-181-3/+0
|
* Auto merge of #16303 - froydnj:rayon-version-bump, r=jdmbors-servo2017-05-081-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | bump required rayon version to 0.7 ...and bring jpeg-decoder along for the ride. Minor tweaks were necessary because of rayon API changes. - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- 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/16303) <!-- Reviewable:end -->
| * bump required rayon version to 0.7Nathan Froyd2017-05-051-0/+1
| | | | | | | | | | ...and bring jpeg-decoder along for the ride. Minor tweaks were necessary because of rayon API changes.
* | Update the style crate's bindgen dependencyNick Fitzgerald2017-05-081-1/+4
| |
* | Move atom_macro.rs to generated dir.Xidorn Quan2017-05-081-1/+1
| |
* | Move binding files into another directory.Xidorn Quan2017-05-081-3/+3
|/ | | | So that we can copy them when not using bindgen altogether.
* Added bitflags package to tidy ignore listMaxwell Borden2017-05-041-1/+1
|
* Bug 1350140: stylo: Implement all the remaining state pseudo-classes. r=heycamEmilio Cobos Álvarez2017-03-291-0/+2
| | | | | | | | | Also implements :link, :visited, and :any-link more efficiently, and stops matching :-moz-read-only in everything that is not read-write, which is kind of dumb, and probably creates some artifacts. MozReview-Commit-ID: 6BQqi7nAWdT Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
* Update audio-video-metadata crate to last versionGuillaume Gomez2017-03-081-1/+1
|
* Switch to our own websocket forkAnthony Ramine2017-03-021-1/+1
|