| OLD | NEW |
| 1 This directory contains sources from other projects. | 1 This directory contains sources from other projects. |
| 2 | 2 |
| 3 Code in this directory must document the license under which the source is being | 3 Code in this directory must document the license under which the source is being |
| 4 used. If the source itself does not include a license header or file, create | 4 used. If the source itself does not include a license header or file, create |
| 5 an entry in this file that refers to reliable documentation of the project's | 5 an entry in this file that refers to reliable documentation of the project's |
| 6 license terms on the web (and add a note pointing here in the README file in | 6 license terms on the web (and add a note pointing here in the README file in |
| 7 that directory). | 7 that directory). |
| 8 | 8 |
| 9 Name: autopep8 | 9 Name: autopep8 |
| 10 Short Name: autopep8 | 10 Short Name: autopep8 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 License File: NOT_SHIPPED | 64 License File: NOT_SHIPPED |
| 65 Security Critical: no | 65 Security Critical: no |
| 66 Description: Used during presubmit checks and via lint-webkitpy and format-webki
tpy. There is | 66 Description: Used during presubmit checks and via lint-webkitpy and format-webki
tpy. There is |
| 67 overlap between pep8 and pylint, but pep8 catches a bunch of stylistic | 67 overlap between pep8 and pylint, but pep8 catches a bunch of stylistic |
| 68 issues that pylint doesn't (e.g., warning about blank lines, various whi
tespace issues, etc.). | 68 issues that pylint doesn't (e.g., warning about blank lines, various whi
tespace issues, etc.). |
| 69 Local Modifications: None | 69 Local Modifications: None |
| 70 | 70 |
| 71 Name: web-platform-tests - Test Suites for Web Platform specifications | 71 Name: web-platform-tests - Test Suites for Web Platform specifications |
| 72 Short Name: wpt | 72 Short Name: wpt |
| 73 URL: https://github.com/w3c/web-platform-tests/ | 73 URL: https://github.com/w3c/web-platform-tests/ |
| 74 Version: a014b88ca26296bc09e362795ad9c52463f69b91 (Also check wpt/WPTHeads) | 74 Version: 82173128ef6f536e5faaafc29eecc521380f81ae (Also check wpt/WPTHeads) |
| 75 License: LICENSES FOR W3C TEST SUITES (http://www.w3.org/Consortium/Legal/2008/0
4-testsuite-copyright.html) | 75 License: LICENSES FOR W3C TEST SUITES (http://www.w3.org/Consortium/Legal/2008/0
4-testsuite-copyright.html) |
| 76 License File: wpt/wpt/LICENSE | 76 License File: wpt/wpt/LICENSE |
| 77 Security Critical: no | 77 Security Critical: no |
| 78 Description: Used to run all supported web-platform-tests as part of blink layou
t tests. The wpt/wpt | 78 Description: Used to run all supported web-platform-tests as part of Blink layou
t tests. The wpt/wpt |
| 79 directory only contains the tools as opposed to LayoutTests/externa
l/wpt | 79 directory only contains the tools as opposed to LayoutTests/externa
l/wpt |
| 80 which contains the tests. Also see wpt/README.chormium for more det
ails on maintenance. | 80 which contains the tests. Also see wpt/README.chromium for more det
ails on maintenance. |
| 81 Local Modifications: Removed all files except for those listed in wpt/WPTWhiteLi
st. | 81 Local Modifications: Removed all files except for those listed in wpt/WPTWhiteLi
st. |
| 82 | 82 |
| 83 Name: wpt-tools - Tools for Web Platform Tests | 83 Name: wpt-tools - Tools for Web Platform Tests |
| 84 Short Name: wpt-tools | 84 Short Name: wpt-tools |
| 85 URL: https://github.com/w3c/wpt-tools | 85 URL: https://github.com/w3c/wpt-tools |
| 86 Version: 35d2dd69e32e2e08d5fcff72e6feeb42b206710e (Also check wpt/WPTHeads) | 86 Version: 8e71a1002c843eb363b8583645b433a5ee833ace (Also check wpt/WPTHeads) |
| 87 License: W3C 3-clause BSD License (http://www.w3.org/Consortium/Legal/2008/03-bs
d-license.html) | 87 License: W3C 3-clause BSD License (http://www.w3.org/Consortium/Legal/2008/03-bs
d-license.html) |
| 88 License File: wpt/wpt/tools/LICENSE | 88 License File: wpt/wpt/tools/LICENSE |
| 89 Security Critical: no | 89 Security Critical: no |
| 90 Description: Used to run all supported web-platform-tests as part of blink layou
t tests. | 90 Description: Used to run all supported web-platform-tests as part of Blink layou
t tests. |
| 91 Also see wpt/README.chormium for more details on maintenance. | 91 Also see wpt/README.chromium for more details on maintenance. |
| 92 This includes the WPT manifest update script. |
| 92 Local Modifications: Removed all files except for those listed in wpt/WPTWhiteLi
st. | 93 Local Modifications: Removed all files except for those listed in wpt/WPTWhiteLi
st. |
| 93 | 94 |
| 94 Name: six - Python 2 and 3 compatibility library | 95 Name: six - Python 2 and 3 compatibility library |
| 95 Short Name: six | 96 Short Name: six |
| 96 URL: https://bitbucket.org/gutworth/six | 97 URL: https://bitbucket.org/gutworth/six |
| 97 However, this is cloned from https://github.com/jgraham/six as a sub module o
f | 98 However, this is cloned from https://github.com/jgraham/six as a submodule of |
| 98 web-platform-tests. | 99 web-platform-tests. |
| 99 Version: 3b6173c833d217ab0186c355804f5925cbcfca47 (Also check wpt/WPTHeads) | 100 Version: 3b6173c833d217ab0186c355804f5925cbcfca47 (Also check wpt/WPTHeads) |
| 100 License: MIT | 101 License: MIT |
| 101 License File: wpt/wpt/tools/six/LICENSE | 102 License File: wpt/wpt/tools/six/LICENSE |
| 102 Security Critical: no | 103 Security Critical: no |
| 103 Description: Dependency from wptserve below. | 104 Description: Dependency from wptserve below. |
| 104 Also see wpt/README.chormium for more details on maintenance. | 105 Also see wpt/README.chromium for more details on maintenance. |
| 105 Local Modifications: Removed all files except for those listed in wpt/WPTWhiteLi
st. | 106 Local Modifications: Removed all files except for those listed in wpt/WPTWhiteLi
st. |
| 106 | 107 |
| 107 Name: wptserve - Web server designed for use with web-platform-tests | 108 Name: wptserve - Web server designed for use with web-platform-tests |
| 108 Short Name: wptserve | 109 Short Name: wptserve |
| 109 URL: https://github.com/w3c/wptserve | 110 URL: https://github.com/w3c/wptserve |
| 110 Version: 6059a5e2703b914192cc3cd76e707363187d85fa (Also check wpt/WPTHeads) | 111 Version: 6059a5e2703b914192cc3cd76e707363187d85fa (Also check wpt/WPTHeads) |
| 111 License: W3C 3-clause BSD License (http://www.w3.org/Consortium/Legal/2008/03-bs
d-license.html) | 112 License: W3C 3-clause BSD License (http://www.w3.org/Consortium/Legal/2008/03-bs
d-license.html) |
| 112 License File: wpt/wpt/tools/wptserve/LICENSE | 113 License File: wpt/wpt/tools/wptserve/LICENSE |
| 113 Security Critical: no | 114 Security Critical: no |
| 114 Description: Used to run all supported web-platform-tests as part of blink layou
t tests. | 115 Description: Used to run all supported web-platform-tests as part of Blink layou
t tests. |
| 115 Also see wpt/README.chormium for more details on maintenance. | 116 Also see wpt/README.chromium for more details on maintenance. |
| 116 Local Modifications: Removed all files except for those listed in wpt/WPTWhiteLi
st. | 117 Local Modifications: Removed all files except for those listed in wpt/WPTWhiteLi
st. |
| 118 |
| 119 Name: html5lib - HTML-parsing library |
| 120 Short Name: html5lib |
| 121 URL: https://github.com/html5lib/html5lib-python |
| 122 Version: 7cce65bbaa78411f98b8b37eeefc9db03c580097 (Also check wpt/WPTHeads) |
| 123 License: MIT |
| 124 License File: wpt/wpt/tools/html5lib/LICENSE |
| 125 Security Critical: no |
| 126 Description: This is a dependency of the manifest WPT manifest update script. |
| 127 Also see wpt/README.chromium for more details on maintenance. |
| 128 Local Modifications: Removed all files except for those listed in wpt/WPTWhiteLi
st. |
| OLD | NEW |