Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/WPTWhiteList

Issue 2635033005: Add html5lib to the list of modules in webkitpy/thirdparty/wpt/wpt/tools. (Closed)
Patch Set: Update webkitpy/thirdparty/README.chromium. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 ./.gitignore
2 ./__init__.py
1 ./config.default.json 3 ./config.default.json
2 ./CONTRIBUTING.md 4 ./CONTRIBUTING.md
3 ./.gitignore
4 ./__init__.py
5 ./LICENSE.md 5 ./LICENSE.md
6 ./manifest 6 ./manifest
7 ./serve 7 ./serve
8 ./serve.py 8 ./serve.py
9 ./tools/__init__.py
10 ./tools/gitignore/__init__.py
9 ./tools/gitignore/gitignore.py 11 ./tools/gitignore/gitignore.py
10 ./tools/gitignore/__init__.py 12 ./tools/html5lib/html5lib
11 ./tools/__init__.py 13 ./tools/html5lib/html5lib/__init__.py
14 ./tools/html5lib/html5lib/constants.py
15 ./tools/html5lib/html5lib/filters
16 ./tools/html5lib/html5lib/filters/__init__.py
17 ./tools/html5lib/html5lib/filters/_base.py
18 ./tools/html5lib/html5lib/filters/alphabeticalattributes.py
19 ./tools/html5lib/html5lib/filters/inject_meta_charset.py
20 ./tools/html5lib/html5lib/filters/lint.py
21 ./tools/html5lib/html5lib/filters/optionaltags.py
22 ./tools/html5lib/html5lib/filters/sanitizer.py
23 ./tools/html5lib/html5lib/filters/whitespace.py
24 ./tools/html5lib/html5lib/html5parser.py
25 ./tools/html5lib/html5lib/ihatexml.py
26 ./tools/html5lib/html5lib/inputstream.py
27 ./tools/html5lib/html5lib/sanitizer.py
28 ./tools/html5lib/html5lib/serializer
29 ./tools/html5lib/html5lib/serializer/__init__.py
30 ./tools/html5lib/html5lib/serializer/htmlserializer.py
31 ./tools/html5lib/html5lib/tokenizer.py
32 ./tools/html5lib/html5lib/treeadapters
33 ./tools/html5lib/html5lib/treeadapters/__init__.py
34 ./tools/html5lib/html5lib/treeadapters/sax.py
35 ./tools/html5lib/html5lib/treebuilders
36 ./tools/html5lib/html5lib/treebuilders/__init__.py
37 ./tools/html5lib/html5lib/treebuilders/_base.py
38 ./tools/html5lib/html5lib/treebuilders/dom.py
39 ./tools/html5lib/html5lib/treebuilders/etree.py
40 ./tools/html5lib/html5lib/treebuilders/etree_lxml.py
41 ./tools/html5lib/html5lib/treewalkers
42 ./tools/html5lib/html5lib/treewalkers/__init__.py
43 ./tools/html5lib/html5lib/treewalkers/_base.py
44 ./tools/html5lib/html5lib/treewalkers/dom.py
45 ./tools/html5lib/html5lib/treewalkers/etree.py
46 ./tools/html5lib/html5lib/treewalkers/genshistream.py
47 ./tools/html5lib/html5lib/treewalkers/lxmletree.py
48 ./tools/html5lib/html5lib/treewalkers/pulldom.py
49 ./tools/html5lib/html5lib/trie
50 ./tools/html5lib/html5lib/trie/__init__.py
51 ./tools/html5lib/html5lib/trie/_base.py
52 ./tools/html5lib/html5lib/trie/datrie.py
53 ./tools/html5lib/html5lib/trie/py.py
54 ./tools/html5lib/html5lib/utils.py
55 ./tools/html5lib/LICENSE
56 ./tools/html5lib/README.rst
12 ./tools/LICENSE 57 ./tools/LICENSE
13 ./tools/localpaths.py 58 ./tools/localpaths.py
59 ./tools/manifest/__init__.py
14 ./tools/manifest/catalog/xhtml.dtd 60 ./tools/manifest/catalog/xhtml.dtd
15 ./tools/manifest/__init__.py
16 ./tools/manifest/item.py 61 ./tools/manifest/item.py
17 ./tools/manifest/log.py 62 ./tools/manifest/log.py
18 ./tools/manifest/manifest.py 63 ./tools/manifest/manifest.py
19 ./tools/manifest/sourcefile.py 64 ./tools/manifest/sourcefile.py
20 ./tools/manifest/tests 65 ./tools/manifest/tests
21 ./tools/manifest/update.py 66 ./tools/manifest/update.py
22 ./tools/manifest/utils.py 67 ./tools/manifest/utils.py
23 ./tools/manifest/vcs.py 68 ./tools/manifest/vcs.py
24 ./tools/manifest/XMLParser.py 69 ./tools/manifest/XMLParser.py
25 ./tools/serve/__init__.py 70 ./tools/serve/__init__.py
26 ./tools/serve/serve.py 71 ./tools/serve/serve.py
27 ./tools/six/CHANGES 72 ./tools/six/CHANGES
28 ./tools/six/CONTRIBUTORS 73 ./tools/six/CONTRIBUTORS
29 ./tools/six/LICENSE 74 ./tools/six/LICENSE
30 ./tools/six/README 75 ./tools/six/README
31 ./tools/six/six.py 76 ./tools/six/six.py
77 ./tools/sslutils/__init__.py
32 ./tools/sslutils/base.py 78 ./tools/sslutils/base.py
33 ./tools/sslutils/__init__.py
34 ./tools/sslutils/openssl.py 79 ./tools/sslutils/openssl.py
35 ./tools/sslutils/pregenerated.py 80 ./tools/sslutils/pregenerated.py
36 ./tools/wptserve/.gitignore 81 ./tools/wptserve/.gitignore
37 ./tools/wptserve/LICENSE 82 ./tools/wptserve/LICENSE
38 ./tools/wptserve/README.md 83 ./tools/wptserve/README.md
84 ./tools/wptserve/wptserve/__init__.py
39 ./tools/wptserve/wptserve/constants.py 85 ./tools/wptserve/wptserve/constants.py
40 ./tools/wptserve/wptserve/handlers.py 86 ./tools/wptserve/wptserve/handlers.py
41 ./tools/wptserve/wptserve/__init__.py
42 ./tools/wptserve/wptserve/logger.py 87 ./tools/wptserve/wptserve/logger.py
43 ./tools/wptserve/wptserve/pipes.py 88 ./tools/wptserve/wptserve/pipes.py
44 ./tools/wptserve/wptserve/ranges.py 89 ./tools/wptserve/wptserve/ranges.py
45 ./tools/wptserve/wptserve/request.py 90 ./tools/wptserve/wptserve/request.py
46 ./tools/wptserve/wptserve/response.py 91 ./tools/wptserve/wptserve/response.py
47 ./tools/wptserve/wptserve/router.py 92 ./tools/wptserve/wptserve/router.py
48 ./tools/wptserve/wptserve/routes.py 93 ./tools/wptserve/wptserve/routes.py
49 ./tools/wptserve/wptserve/server.py 94 ./tools/wptserve/wptserve/server.py
50 ./tools/wptserve/wptserve/stash.py 95 ./tools/wptserve/wptserve/stash.py
51 ./tools/wptserve/wptserve/utils.py 96 ./tools/wptserve/wptserve/utils.py
52 ./tools/wptserve/wptserve/wptserve.py 97 ./tools/wptserve/wptserve/wptserve.py
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698