• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Nov-2020-

wpt/H12-Nov-2020-48,08138,556

README.chromiumH A D07-Nov-20202.3 KiB5045

autopep8.pyH A D07-Nov-2020118.5 KiB3,6652,637

pep8.pyH A D07-Nov-202073.3 KiB1,9431,559

README.chromium

1This directory contains sources from other projects.
2
3Code in this directory must document the license under which the source is being
4used. If the source itself does not include a license header or file, create
5an entry in this file that refers to reliable documentation of the project's
6license terms on the web (and add a note pointing here in the README file in
7that directory).
8
9Name: autopep8
10Short Name: autopep8
11URL: https://pypi.python.org/packages/source/a/autopep8/autopep8-1.0.3.tar.gz#md5=7c16d385cf9ad7c1d7fbcfcea2588a56
12Version: 1.0.3
13License: MIT
14License File: NOT_SHIPPED
15Security Critical: no
16Description: Used to reformat python code via format_blinkpy.py
17Local Modifications: None
18
19Name: pep8 - A Python style guide checker
20Short Name: pep8
21URL: https://pypi.python.org/packages/source/p/pep8/pep8-1.5.7.tar.gz#md5=f6adbdd69365ecca20513c709f9b7c93
22Version: 1.5.7
23License: MIT
24License File: NOT_SHIPPED
25Security Critical: no
26Description: Used during presubmit checks and via lint_blinkpy.py and
27    format_blinkpy.py. There is overlap between pep8 and pylint, but pep8
28    catches a bunch of stylistic issues that pylint doesn't (e.g., warning
29    about blank lines, various whitespace issues, etc.).
30Local Modifications: None
31
32Name: web-platform-tests - Test Suites for Web Platform specifications
33Short Name: wpt
34URL: https://github.com/web-platform-tests/wpt/
35Version: 3061f228d3d8b900b3aec8c7642ff58fc04ea011
36License: LICENSES FOR W3C TEST SUITES (https://www.w3.org/Consortium/Legal/2008/03-bsd-license.html)
37License File: wpt/wpt/LICENSE.md
38Security Critical: no
39Description: This includes code for the manifest tool, lint tool, and wptserve.
40    Used to run all supported web-platform-tests as part of Blink
41    web tests. The wpt/wpt directory only contains the tools, whereas
42    web_tests/external/wpt contains the tests. Also see wpt/README.chromium
43    for more details on maintenance.
44Local Modifications:
45- Removed all files except for those listed in wpt/WPTWhiteList.
46- Cherry-picked the server part of https://github.com/web-platform-tests/wpt/pull/21705
47  (we cannot yet directly roll to that revision because of MANIFEST v8 changes).
48- Cherry-picked the server part of https://github.com/web-platform-tests/wpt/pull/21845
49  (Same reason with the previous cherry-pick. This enables pywebsocket3 usage).
50