| This directory contains sources from other projects. |
| |
| Code in this directory must document the license under which the source is being |
| used. If the source itself does not include a license header or file, create |
| an entry in this file that refers to reliable documentation of the project's |
| license terms on the web (and add a note pointing here in the README file in |
| that directory). |
| |
| Name: autopep8 |
| Short Name: autopep8 |
| URL: https://pypi.python.org/packages/source/a/autopep8/autopep8-1.0.3.tar.gz#md5=7c16d385cf9ad7c1d7fbcfcea2588a56 |
| Version: 1.0.3 |
| License: MIT |
| License File: NOT_SHIPPED |
| Security Critical: no |
| Description: Used to reformat python code via format-webkitpy |
| Local Modifications: None |
| |
| Name: coverage - code coverage metrics for python |
| Short Name: coverage |
| URL: http://pypi.python.org/packages/source/c/coverage/coverage-3.5.1.tar.gz#md5=410d4c8155a4dab222f2bc51212d4a24 |
| Version: 3.5.1 |
| License: BSD |
| License File: NOT_SHIPPED |
| Security Critical: no |
| Description: code coverage metrics gathering for test-webkitpy. |
| Local Modifications: None |
| |
| Name: mod_pywebsocket |
| Short Name: mod_pywebsocket |
| URL: https://code.google.com/p/pywebsocket/ |
| Version: 0.7.9 (?) |
| License: BSD |
| License File: NOT_SHIPPED |
| Security Critical: no |
| Description: used by run-webkit-tests and run-webkit-httpd to test web sockets |
| Local Modifications: None |
| |
| Name: pep8 - A Python style guide checker |
| Short Name: pep8 |
| URL: https://pypi.python.org/packages/source/p/pep8/pep8-1.5.7.tar.gz#md5=f6adbdd69365ecca20513c709f9b7c93 |
| Version: 1.5.7 |
| License: MIT |
| License File: NOT_SHIPPED |
| Security Critical: no |
| Description: Used during presubmit checks and via lint-webkitpy and format-webkitpy. There is |
| overlap between pep8 and pylint, but pep8 catches a bunch of stylistic |
| issues that pylint doesn't (e.g., warning about blank lines, various whitespace issues, etc.). |
| Local Modifications: None |
| |
| Name: web-platform-tests - Test Suites for Web Platform specifications |
| Short Name: wpt |
| URL: https://github.com/w3c/web-platform-tests/ |
| Version: 60a9eb2ca37127deaeb7a979f27a9d0c30970786 |
| License: LICENSES FOR W3C TEST SUITES (http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html) |
| License File: wpt/wpt/LICENSE.md |
| Security Critical: no |
| Description: This includes code for the manifest tool, lint tool, and wptserve. |
| Used to run all supported web-platform-tests as part of Blink |
| layout tests. The wpt/wpt directory only contains the tools, whereas |
| LayoutTests/external/wpt contains the tests. Also see wpt/README.chromium |
| for more details on maintenance. |
| Local Modifications: |
| - Removed all files except for those listed in wpt/WPTWhiteList. |
| - Added --ignore-glob option for ignoring an extra glob of files (used for ignoring *-expected.txt). |