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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/WPTWhiteList
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/WPTWhiteList b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/WPTWhiteList
index 1fdcc1d42cfbb8cad037baac123c526980abdf22..702be73a829522f4844212af9c63f013dd51c0ea 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/WPTWhiteList
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/WPTWhiteList
@@ -1,18 +1,63 @@
-./config.default.json
-./CONTRIBUTING.md
./.gitignore
./__init__.py
+./config.default.json
+./CONTRIBUTING.md
./LICENSE.md
./manifest
./serve
./serve.py
-./tools/gitignore/gitignore.py
-./tools/gitignore/__init__.py
./tools/__init__.py
+./tools/gitignore/__init__.py
+./tools/gitignore/gitignore.py
+./tools/html5lib/html5lib
+./tools/html5lib/html5lib/__init__.py
+./tools/html5lib/html5lib/constants.py
+./tools/html5lib/html5lib/filters
+./tools/html5lib/html5lib/filters/__init__.py
+./tools/html5lib/html5lib/filters/_base.py
+./tools/html5lib/html5lib/filters/alphabeticalattributes.py
+./tools/html5lib/html5lib/filters/inject_meta_charset.py
+./tools/html5lib/html5lib/filters/lint.py
+./tools/html5lib/html5lib/filters/optionaltags.py
+./tools/html5lib/html5lib/filters/sanitizer.py
+./tools/html5lib/html5lib/filters/whitespace.py
+./tools/html5lib/html5lib/html5parser.py
+./tools/html5lib/html5lib/ihatexml.py
+./tools/html5lib/html5lib/inputstream.py
+./tools/html5lib/html5lib/sanitizer.py
+./tools/html5lib/html5lib/serializer
+./tools/html5lib/html5lib/serializer/__init__.py
+./tools/html5lib/html5lib/serializer/htmlserializer.py
+./tools/html5lib/html5lib/tokenizer.py
+./tools/html5lib/html5lib/treeadapters
+./tools/html5lib/html5lib/treeadapters/__init__.py
+./tools/html5lib/html5lib/treeadapters/sax.py
+./tools/html5lib/html5lib/treebuilders
+./tools/html5lib/html5lib/treebuilders/__init__.py
+./tools/html5lib/html5lib/treebuilders/_base.py
+./tools/html5lib/html5lib/treebuilders/dom.py
+./tools/html5lib/html5lib/treebuilders/etree.py
+./tools/html5lib/html5lib/treebuilders/etree_lxml.py
+./tools/html5lib/html5lib/treewalkers
+./tools/html5lib/html5lib/treewalkers/__init__.py
+./tools/html5lib/html5lib/treewalkers/_base.py
+./tools/html5lib/html5lib/treewalkers/dom.py
+./tools/html5lib/html5lib/treewalkers/etree.py
+./tools/html5lib/html5lib/treewalkers/genshistream.py
+./tools/html5lib/html5lib/treewalkers/lxmletree.py
+./tools/html5lib/html5lib/treewalkers/pulldom.py
+./tools/html5lib/html5lib/trie
+./tools/html5lib/html5lib/trie/__init__.py
+./tools/html5lib/html5lib/trie/_base.py
+./tools/html5lib/html5lib/trie/datrie.py
+./tools/html5lib/html5lib/trie/py.py
+./tools/html5lib/html5lib/utils.py
+./tools/html5lib/LICENSE
+./tools/html5lib/README.rst
./tools/LICENSE
./tools/localpaths.py
-./tools/manifest/catalog/xhtml.dtd
./tools/manifest/__init__.py
+./tools/manifest/catalog/xhtml.dtd
./tools/manifest/item.py
./tools/manifest/log.py
./tools/manifest/manifest.py
@@ -29,16 +74,16 @@
./tools/six/LICENSE
./tools/six/README
./tools/six/six.py
-./tools/sslutils/base.py
./tools/sslutils/__init__.py
+./tools/sslutils/base.py
./tools/sslutils/openssl.py
./tools/sslutils/pregenerated.py
./tools/wptserve/.gitignore
./tools/wptserve/LICENSE
./tools/wptserve/README.md
+./tools/wptserve/wptserve/__init__.py
./tools/wptserve/wptserve/constants.py
./tools/wptserve/wptserve/handlers.py
-./tools/wptserve/wptserve/__init__.py
./tools/wptserve/wptserve/logger.py
./tools/wptserve/wptserve/pipes.py
./tools/wptserve/wptserve/ranges.py

Powered by Google App Engine
This is Rietveld 408576698