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

Issue 1371573002: Get diff that made by make_diff.py and print it by color on a shell. (Closed)

Created:
5 years, 2 months ago by shimadaa
Modified:
5 years, 2 months ago
Reviewers:
haraken, bashi, Yuki
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

bindings: Add print_idl_diff.py Print a diff that is generated by generate_idl_diff.py with color on a terminal. BUG=530402 Committed: https://crrev.com/0be80d6e5232c2a7e3b12ea8078ab2471b216cb6 Cr-Commit-Position: refs/heads/master@{#350791}

Patch Set 1 #

Total comments: 28

Patch Set 2 : Modified some nits #

Total comments: 9

Patch Set 3 : Updated the comment of print_items() #

Total comments: 79

Patch Set 4 : Updated based on haraken-san's advice #

Unified diffs Side-by-side diffs Delta from patch set Stats (+433 lines, -0 lines) Patch
A third_party/WebKit/Source/bindings/scripts/print_idl_diff.py View 1 2 3 1 chunk +433 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 18 (3 generated)
shimadaa
5 years, 2 months ago (2015-09-25 04:29:58 UTC) #2
bashi
LGTM with nits. https://codereview.chromium.org/1371573002/diff/1/third_party/WebKit/Source/bindings/scripts/print_idl_diff.py File third_party/WebKit/Source/bindings/scripts/print_idl_diff.py (right): https://codereview.chromium.org/1371573002/diff/1/third_party/WebKit/Source/bindings/scripts/print_idl_diff.py#newcode15 third_party/WebKit/Source/bindings/scripts/print_idl_diff.py:15: Specify how to sort. Either by ...
5 years, 2 months ago (2015-09-25 06:40:59 UTC) #3
shimadaa
I modified some nits. I have no confident in print_items()'s comment. Thank you in advance. ...
5 years, 2 months ago (2015-09-25 07:02:33 UTC) #4
Yuki
LGTM https://codereview.chromium.org/1371573002/diff/20001/third_party/WebKit/Source/bindings/scripts/print_idl_diff.py File third_party/WebKit/Source/bindings/scripts/print_idl_diff.py (right): https://codereview.chromium.org/1371573002/diff/20001/third_party/WebKit/Source/bindings/scripts/print_idl_diff.py#newcode12 third_party/WebKit/Source/bindings/scripts/print_idl_diff.py:12: expressing a diff between two defferent Chrome versions.The ...
5 years, 2 months ago (2015-09-25 07:12:37 UTC) #5
shimadaa
https://codereview.chromium.org/1371573002/diff/20001/third_party/WebKit/Source/bindings/scripts/print_idl_diff.py File third_party/WebKit/Source/bindings/scripts/print_idl_diff.py (right): https://codereview.chromium.org/1371573002/diff/20001/third_party/WebKit/Source/bindings/scripts/print_idl_diff.py#newcode12 third_party/WebKit/Source/bindings/scripts/print_idl_diff.py:12: expressing a diff between two defferent Chrome versions.The structure ...
5 years, 2 months ago (2015-09-25 07:40:07 UTC) #6
Yuki
Could you upload the latest one?
5 years, 2 months ago (2015-09-25 07:42:55 UTC) #7
bashi
https://codereview.chromium.org/1371573002/diff/20001/third_party/WebKit/Source/bindings/scripts/print_idl_diff.py File third_party/WebKit/Source/bindings/scripts/print_idl_diff.py (right): https://codereview.chromium.org/1371573002/diff/20001/third_party/WebKit/Source/bindings/scripts/print_idl_diff.py#newcode311 third_party/WebKit/Source/bindings/scripts/print_idl_diff.py:311: """Print ', ' in ExtAttributes or Arguments. How about: ...
5 years, 2 months ago (2015-09-25 07:52:46 UTC) #8
shimadaa
5 years, 2 months ago (2015-09-25 07:55:28 UTC) #9
Yuki
lgtm
5 years, 2 months ago (2015-09-25 08:04:47 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1371573002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1371573002/40001
5 years, 2 months ago (2015-09-25 08:35:31 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-09-25 09:13:38 UTC) #14
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/0be80d6e5232c2a7e3b12ea8078ab2471b216cb6 Cr-Commit-Position: refs/heads/master@{#350791}
5 years, 2 months ago (2015-09-25 09:15:13 UTC) #15
haraken
LGTM Most comments are just about English nits. https://codereview.chromium.org/1371573002/diff/40001/third_party/WebKit/Source/bindings/scripts/print_idl_diff.py File third_party/WebKit/Source/bindings/scripts/print_idl_diff.py (right): https://codereview.chromium.org/1371573002/diff/40001/third_party/WebKit/Source/bindings/scripts/print_idl_diff.py#newcode7 third_party/WebKit/Source/bindings/scripts/print_idl_diff.py:7: Before ...
5 years, 2 months ago (2015-09-25 10:30:20 UTC) #16
shimadaa
Updated based on haraken-san's advice. I think that this is the last updating. Thank you ...
5 years, 2 months ago (2015-09-25 11:31:28 UTC) #17
haraken
5 years, 2 months ago (2015-09-25 11:44:55 UTC) #18
Message was sent while issue was closed.
On 2015/09/25 11:31:28, shimadaa wrote:
> Updated based on haraken-san's advice. I think that this is the last updating.
> Thank you so much.
> 

Thanks for the final update! LGTM

I'll land this for you :)

Powered by Google App Engine
This is Rietveld 408576698