| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add Partial Implementation of style DOM traits for Gecko, and some basic glue to let Gecko call into Servo
The wrapper stuff is partially-complete, modulo some unimplemented methods. The glue code is just a toy for now. Regardless, I think it's worth getting some of this stuff in-tree to minimize breakage.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9284)
<!-- Reviewable:end -->
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
| |
which will
- only check files changed since the last merge by bors
- and skip the wpt-lint
|
|
|
|
|
| |
also added a rule that requires a space before '-' (except in cases of scientific notation)
fixes #8733
|
|
|
|
|
|
|
|
| |
This is done, because the majority of the functions splits the lines, and
it would be better to do this just once.
This commit also optimised the licence checking function slightly by only
checking the fist lines of the file (where the amount of lines is the
line span of the longest license)
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Rewrite the Cargo.lock tidy check.
Fixes #8691.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8824)
<!-- Reviewable:end -->
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use skia and deps from crates.io.
This makes the initial download for skia go from a 300 MB git repository to a 5 MB tarball. This should help with issues like #6132 and #7687.
Fix https://github.com/servo/skia/issues/70
This builds, but the at the moment causes a number of tidy errors for duplicated crates.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8757)
<!-- Reviewable:end -->
|
| |
| |
| |
| | |
Despite the rest of ports/cef/ being ignored.
|
| |
| |
| |
| | |
Fix https://github.com/servo/skia/issues/70
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
Ensure crate are alphabetically sorted
cc @nox
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8692)
<!-- Reviewable:end -->
|
| | |
|
| |
| |
| |
| | |
… and libc 0.2 and many other dependencies
|
|\ \
| |/
|/|
| |
| |
| |
| |
| | |
Remove remaining version-conflict exceptions in tidy.py.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8689)
<!-- Reviewable:end -->
|
| | |
|
|/
|
|
| |
&String in codebase
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Flags links to the single-page WHATWG specification and suggests the URL
for the multi page one.
Fixes #7998
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Replace libpng and stb_image with PistonDevelopers/image
Fixes #3368. r? @glennw
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7933)
<!-- Reviewable:end -->
|
| | |
|
| |
| |
| |
| | |
Fixes #3368
|
| | |
|
|/
|
|
|
|
|
|
|
| |
We don't need regex matching since ": &Vec<" doesn't
contain any special character.
New code reads better.
Fixes #7914.
|
| |
|
| |
|
|
|
|
|
|
|
| |
This enables flagging multiple import blocks separated by whitespace
as errors.
Fixes #7381.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
ignore length on .lock files on tidy.py,
closes #7569
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7570)
<!-- Reviewable:end -->
|
| |
| |
| |
| | |
closes #7569
|
|/
|
|
| |
This will eventually need to be done for #1908
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Improve style nit check for space after a comma
Fixes #7345.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7499)
<!-- Reviewable:end -->
|
| |
| |
| |
| |
| | |
Lines with macros were flagged as errors when checking
for space after a comma.
|
| |
| |
| |
| |
| |
| |
| | |
Only a small number of things that followed a comma were flagged.
This improves the thoroughness of that check.
Fixes #7345.
|
| | |
|
| |
| |
| |
| |
| |
| | |
breaking web-platform-tests."
This reverts commit 47d6d958f58f5011742a18abcdd5a76bf4390966.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
Tidy can now check for version conflicts...
fixes #7133
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7438)
<!-- Reviewable:end -->
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Making test-tidy check that = have space after them
For issue #7460. Need to ensure compatibility with #7390.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7468)
<!-- Reviewable:end -->
|
| |/ |
|