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

Issue 2595143002: Add label after creating PR, refactor WPTGitHub.request (Closed)

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

Description

Add label after creating PR, refactor WPTGitHub.request (4/5) This CL is based off of https://codereview.chromium.org/2583723002 and needs to be rebased once that is landed. BUG=657117 R=qyearsley@chromium.org Committed: https://crrev.com/d9ca5ed0dffee53dc56ee632b5259a44b4641f91 Cr-Commit-Position: refs/heads/master@{#441037}

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 3

Patch Set 3 : Expand abbreviated variable names #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -17 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py View 1 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github.py View 1 2 2 chunks +21 lines, -17 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
jeffcarp
4 years ago (2016-12-23 01:53:48 UTC) #4
qyearsley
lgtm https://codereview.chromium.org/2595143002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github.py File third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github.py (right): https://codereview.chromium.org/2595143002/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github.py#newcode42 third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github.py:42: res = opener.open(req) Nit: Could also use request/response ...
3 years, 11 months ago (2016-12-28 19:39:51 UTC) #5
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/2595143002/40001
3 years, 11 months ago (2016-12-30 19:29:52 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
3 years, 11 months ago (2016-12-30 21:18:29 UTC) #11
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/d9ca5ed0dffee53dc56ee632b5259a44b4641f91 Cr-Commit-Position: refs/heads/master@{#441037}
3 years, 11 months ago (2017-01-02 15:54:43 UTC) #13
jeffcarp
3 years, 11 months ago (2017-01-03 20:09:20 UTC) #14
Message was sent while issue was closed.
Oops I never published my drafts from this:

https://codereview.chromium.org/2595143002/diff/20001/third_party/WebKit/Tool...
File third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github.py (right):

https://codereview.chromium.org/2595143002/diff/20001/third_party/WebKit/Tool...
third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github.py:44: return
json.load(res), status_code
On 2016/12/28 at 19:39:51, qyearsley wrote:
> It might be nice to switch to use webkitpy.common.net.web.Web to make the
request since that can be replaced with a MockWeb for unit tests. What do you
think?

Sounds great, I'll do this in a follow up CL. I made a bug for it:
https://bugs.chromium.org/p/chromium/issues/detail?id=677669

Powered by Google App Engine
This is Rietveld 408576698