aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/tidy.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused function and minor cleanupRavi Shankar2016-06-161-76/+63
|
* Auto merge of #11621 - h4xr:mach_fix, r=Wafflespeanutbors-servo2016-06-141-2/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | Make mach test-tidy consider ignored dirs Made changes so that mach test-tidy considers the ignored directories Fixes #11386 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11621) <!-- Reviewable:end -->
| * Make mach consider ignored dirsSaurabh Badhwar2016-06-151-2/+3
| | | | | | | | Address indentation changes
* | servo: Add an `Info.plist` on the Mac and opt into integrated graphics.Patrick Walton2016-06-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | Discrete GPUs cause power use problems and tend to perform badly with WebRender. See: * https://developer.apple.com/library/mac/qa/qa1734/_index.html * https://reverse.put.as/2013/05/28/gimmedebugah-how-to-embedded-a-info-plist-into-arbitrary-binaries/
* | Auto merge of #11190 - mrmiywj:Root-tidy-checker, r=jdmbors-servo2016-06-051-0/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add &Root<T> checker 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 - [X] These changes fix #11137 (github issue number if applicable). Either: - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11190) <!-- Reviewable:end -->
| * add &Root<T> checkermrmiywj2016-06-051-0/+2
| | | | | | | | | | | | update rust_tidy tests update rust_tidy.rs and test_tidy.py
* | Generate debug and release Gecko bindings.Cameron McCormack2016-06-031-1/+2
| |
* | implement related sw interface and register methodRahul Sharma2016-06-021-0/+1
| |
* | Remove the gonk portLars Bergstrom2016-05-271-1/+0
| |
* | Warn about empty lines following an open brace.Josh Matthews2016-05-271-2/+7
| |
* | Report use statements that use {} with only one entryCullen Rhodes2016-05-271-0/+2
| |
* | Add mozilla tests for referrer policy in iframe without postmessageRebecca2016-05-261-0/+1
| | | | | | | | Can be removed and web-platform-tests not ignored with postmessage support
* | Add --all for test-tidy, with backwards-compat with --fasterMitchell Hentges2016-05-241-5/+5
| |
* | Auto merge of #11242 - bholley:gecko_atoms, r=emiliobors-servo2016-05-181-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add basic support for Gecko atoms This is a rough initial implementation of gecko atoms. This allows us to get rid of the custom rust-selectors branch we use to build stylo. The gecko changes are at https://bugzilla.mozilla.org/show_bug.cgi?id=1273771 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11242) <!-- Reviewable:end -->
| * | Add string_cache override for geckolib based on gecko atoms.Bobby Holley2016-05-181-0/+1
| | | | | | | | | | | | The work in these patches is based on Ms2ger's gecko-atom crate.
* | | Support test-tidy --faster with moved files.Ms2ger2016-05-181-0/+3
|/ /
* / Disallow bitflags dupes againAnthony Ramine2016-05-181-1/+1
|/
* Auto merge of #10713 - aeischeid:master, r=jdmbors-servo2016-05-111-2/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | add tidy test for space after ":" in stucts Addresses issue #10702 the tidy self-test doesn't seem to catch the `member_name:"Foo"` line like it should. the regex follows similar pattern in the file and works in my regex tester tool, so not really sure what is going on there. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10713) <!-- Reviewable:end -->
| * add tidy test for 'missing space after :' in stuctsaeischeid2016-05-111-2/+3
| |
* | Hoist gecko bindings into their own crate.Bobby Holley2016-05-111-3/+3
|/ | | | | This will be helpful for leveraging the bindings with our nsIAtom-backed string_cache replacement.
* Update hyper, openssl, wayland, threadpool, offscreen_gl_contextMatt Brubeck2016-05-061-1/+1
| | | | Gets rid of duplicate versions of bitflags and xml-rs!
* Update lazy_static, selectors, string_cache, futf, quickersortMatt Brubeck2016-05-021-1/+1
|
* Adding parameter to tidy for skipping print text when running testsaskeing2016-04-261-2/+3
|
* Auto merge of #10786 - zwn:tidy-modelines, r=Manishearthbors-servo2016-04-221-1/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | tidy check for vim and emacs modelines See #10719. It skips *.webidl files for now since I am not sure where they come from and if they should be edited in tree or not. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10786) <!-- Reviewable:end -->
| * tidy check for vim and emacs modelines.Zbynek Winkler2016-04-211-1/+9
| | | | | | | | See https://github.com/servo/servo/issues/10719.
* | Report lines starting with &&.Zbynek Winkler2016-04-221-0/+1
| |
* | Add newline to the output.Zbynek Winkler2016-04-221-1/+2
| | | | | | | | | | The last line of output from tidy did not end with a newline if some errors were reported.
* | Applied a bunch of suggestions from Simon.Per Lundberg2016-04-211-3/+1
| |
* | Improve properties.mako.rs file structure, take 2Per Lundberg2016-04-211-0/+2
|/ | | | This is a new attempt of #10586, after Simon Sapin's great cleanups in #10749 has landed. I have adjusted the changes to the new structure that was introduced, and also only done a few of the longhand ones. Will certainly continue on this as soon as we have a basic agreement that this style is reasonable.
* Test for check_spec function, for tidy.py #9152Maciej Skrzypkowski2016-04-171-3/+4
|
* Check the "tests/wpt/web-platform-tests" folder before loading "tools.lint" ↵askeing2016-04-171-5/+6
| | | | module
* Add servo_tidy_tests into ignore dirs, and modify setup.py to fit the tidy checkaskeing2016-04-151-1/+1
| | | | - fix the issue of '$ ./mach test-tidy --no-progress'
* Create a Python package of TidyAskeing Yen (fyen)2016-04-131-0/+650