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

Issue 2635033005: Add html5lib to the list of modules in webkitpy/thirdparty/wpt/wpt/tools. (Closed)

Created:
3 years, 11 months ago by qyearsley
Modified:
3 years, 11 months ago
Reviewers:
tkent, Dirk Pranke
CC:
blink-reviews, chromium-reviews, Nico, palmer
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add html5lib to the list of modules in webkitpy/thirdparty/wpt/wpt/tools. The purpose of this copy of html5lib is to make the web-platform-tests `manifest` script work properly - I don't think I would want to make any other code depend on a library in //third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/. The reason why I wanted to check in the `manifest` script and all dependencies here is just so that we can use a pinned version of the manifest command, so that upstream changes in that script can't unexpectedly break us (like they did a couple weeks ago). BUG=681736 Review-Url: https://codereview.chromium.org/2635033005 Cr-Commit-Position: refs/heads/master@{#445771} Committed: https://chromium.googlesource.com/chromium/src/+/1fc58f0e3b68581b5832176bfd922bc28ecb7b54

Patch Set 1 #

Total comments: 1

Patch Set 2 : Update webkitpy/thirdparty/README.chromium. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12508 lines, -16 lines) Patch
M third_party/WebKit/PRESUBMIT.py View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/README.chromium View 1 2 chunks +22 lines, -10 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/WPTHeads View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/WPTWhiteList View 2 chunks +52 lines, -7 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/checkout.sh View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/LICENSE View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/README.rst View 1 chunk +157 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/__init__.py View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/constants.py View 1 chunk +3104 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/filters/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/filters/_base.py View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/filters/alphabeticalattributes.py View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/filters/inject_meta_charset.py View 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/filters/lint.py View 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/filters/optionaltags.py View 1 chunk +205 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/filters/sanitizer.py View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/filters/whitespace.py View 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/html5parser.py View 1 chunk +2723 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/ihatexml.py View 1 chunk +285 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/inputstream.py View 1 chunk +886 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/sanitizer.py View 1 chunk +271 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/serializer/__init__.py View 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/serializer/htmlserializer.py View 1 chunk +320 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/tokenizer.py View 1 chunk +1731 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treeadapters/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treeadapters/sax.py View 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treebuilders/__init__.py View 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treebuilders/_base.py View 1 chunk +377 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treebuilders/dom.py View 1 chunk +227 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treebuilders/etree.py View 1 chunk +337 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treebuilders/etree_lxml.py View 1 chunk +369 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treewalkers/__init__.py View 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treewalkers/_base.py View 1 chunk +200 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treewalkers/dom.py View 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treewalkers/etree.py View 1 chunk +138 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treewalkers/genshistream.py View 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treewalkers/lxmletree.py View 1 chunk +204 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/treewalkers/pulldom.py View 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/trie/__init__.py View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/trie/_base.py View 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/trie/datrie.py View 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/trie/py.py View 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/html5lib/html5lib/utils.py View 1 chunk +82 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (15 generated)
qyearsley
thakis@: Does the change in WebKit/PRESUBMIT.py look OK? tkent@: Does everything else look OK, including ...
3 years, 11 months ago (2017-01-17 19:08:30 UTC) #2
tkent
lgtm. I think the PRESUBMIT.py change is reasonable.
3 years, 11 months ago (2017-01-17 22:58:22 UTC) #3
qyearsley
On 2017/01/17 at 22:58:22, tkent wrote: > lgtm. I think the PRESUBMIT.py change is reasonable. ...
3 years, 11 months ago (2017-01-17 23:02:05 UTC) #7
Dirk Pranke
We already have BeautifulSoup for parsing HTML; can we switch to using html5lib instead so ...
3 years, 11 months ago (2017-01-19 02:37:44 UTC) #10
qyearsley
On 2017/01/19 at 02:37:44, dpranke wrote: > We already have BeautifulSoup for parsing HTML; can ...
3 years, 11 months ago (2017-01-19 17:39:47 UTC) #11
qyearsley
On 2017/01/19 at 17:39:47, qyearsley wrote: > On 2017/01/19 at 02:37:44, dpranke wrote: > > ...
3 years, 11 months ago (2017-01-19 19:09:36 UTC) #12
qyearsley
Now updated webkitpy/thirdparty/README.chromium and CL description.
3 years, 11 months ago (2017-01-20 00:55:43 UTC) #14
Dirk Pranke
Checking in the library is the right thing to do (assuming we get approval to ...
3 years, 11 months ago (2017-01-20 02:24:09 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2635033005/20001
3 years, 11 months ago (2017-01-24 18:56:50 UTC) #22
commit-bot: I haz the power
3 years, 11 months ago (2017-01-24 19:05:18 UTC) #25
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/1fc58f0e3b68581b5832176bfd92...

Powered by Google App Engine
This is Rietveld 408576698