Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some overlong lines. | Ms2ger | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Suggest how to fix unstable WHATWG links in tidy.py | Duncan | 2015-05-05 | 1 | -6/+4 |
| | | | | Fixes #5929 | ||||
* | Rename check_whitespace_url_len() -> check_by_line(). | Dhananjay Nakrani | 2015-04-21 | 1 | -2/+2 |
| | |||||
* | Refactor tidy.py to reduce code duplication. | Dhananjay Nakrani | 2015-04-21 | 1 | -29/+29 |
| | |||||
* | Make tidy.py check for links to spec pages. [Issue#5730] | Dhananjay Nakrani | 2015-04-21 | 1 | -1/+11 |
| | |||||
* | Check license headers in ./tests | Simon Sapin | 2015-04-08 | 1 | -2/+2 |
| | |||||
* | auto merge of #5039 : psdh/servo/tidy, r=jdm | bors-servo | 2015-03-31 | 1 | -1/+2 |
|\ | | | | | | | Fixes #5034 | ||||
| * | Making tidy.py check ports/glutin and ports/gonk | Prabhjyot Singh Sodhi | 2015-03-31 | 1 | -1/+2 |
| | | |||||
* | | Organize reftest list alphabetically and make the tidy script check it | Gilles Leblanc | 2015-03-07 | 1 | -1/+36 |
|/ | | | | | | | Reftest list check is checked using Python's default string comparison. Also added a notice in the tidy script when there are no errors. Fixes #5092 | ||||
* | Test gonk in tidy | Manish Goregaokar | 2015-02-23 | 1 | -1/+3 |
| | |||||
* | Disallow lines that span more than 160 columns. | Ms2ger | 2015-01-19 | 1 | -1/+8 |
| | | | | | The Rust style guide suggests 100, but we have too many violations in the tree already. This check can be tightened over time. | ||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -0/+3 |
| | |||||
* | Make tidy ingore new target dir | Manish Goregaokar | 2014-12-04 | 1 | -0/+1 |
| | |||||
* | Use os.path.join instead of manually inserting slashes. | Duncan Keall | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | Cleaned up python/licenseck.py | Duncan Keall | 2014-09-10 | 1 | -5/+7 |
| | | | | | | - Moved logic into tidy.py - Removed explicit BSD license exceptions, they are already ignored by being inside the codegen directory. | ||||
* | Refactor python/tidy.py to not use globals. Fixes #3242 | Duncan Keall | 2014-09-10 | 1 | -59/+62 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+91 |