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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py

Issue 2622033002: [WPT Export] Clean up TODOs (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py
index efcb483793b71d0e490f4aefb5fef9eef41ac658..7a8e290355553d7117ffd4de019302010904074e 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py
@@ -6,9 +6,9 @@
and the web-platform-tests repo.
TODO(jeffcarp): does not handle reverted changes right now
-TODO(jeffcarp): it also doesn't handle changes to -expected.html files
-TODO(jeffcarp): Currently this script only does export; also add an option
-import as well.
+TODO(jeffcarp): Currently this script only does export; also add an option to import as well.
+TODO(jeffcarp): have the script running this fetch Chromium origin/master
+TODO(jeffcarp): move WPT fetch out of its constructor to match planned ChromiumWPT pattern
qyearsley 2017/01/10 23:07:16 Nit: Capitalize initial words and add periods; opt
jeffcarp 2017/01/11 01:34:32 Good point, I filed bugs for all these and deleted
"""
import argparse
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698