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

Issue 1376673003: Collect idls and organize interface node (Closed)

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

Description

Collects IDL file paths under the directory and extracts file paths to text file. Then extracts each dictionary of interface node's information.

Patch Set 1 : Merge 'Implements' #

Patch Set 2 : #

Total comments: 39

Patch Set 3 : Change code architecture #

Total comments: 8

Patch Set 4 : Remove get_interface() and modify filter_partial() and filter_non_partial() #

Total comments: 22

Patch Set 5 : Change inherit_node_to_dict() #

Patch Set 6 : Change the variable names #

Unified diffs Side-by-side diffs Delta from patch set Stats (+415 lines, -0 lines) Patch
A third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py View 1 2 3 4 5 1 chunk +374 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/scripts/interface_node_path.py View 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
natsukoa
upload as a test
5 years, 2 months ago (2015-09-29 08:09:03 UTC) #3
natsukoa
I edited and uploaded collect_idls_into_json.py. Now, this script can Collect information of data in interface ...
5 years, 2 months ago (2015-09-30 02:14:07 UTC) #5
bashi
https://codereview.chromium.org/1376673003/diff/40001/third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py File third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py (right): https://codereview.chromium.org/1376673003/diff/40001/third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py#newcode6 third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py:6: """Usage: collect_idls_into_json.py path_file.txt json_file.json Please add a description (What ...
5 years, 2 months ago (2015-09-30 03:13:16 UTC) #6
Yuki
https://codereview.chromium.org/1376673003/diff/40001/third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py File third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py (right): https://codereview.chromium.org/1376673003/diff/40001/third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py#newcode79 third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py:79: def get_attribute_node(interface_node): I'd recommend to name this function get_attribute_node**_list**. ...
5 years, 2 months ago (2015-09-30 04:24:22 UTC) #7
natsukoa
I fixed some code and comments. Would you check the script again? Thank you. https://codereview.chromium.org/1376673003/diff/40001/third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py ...
5 years, 2 months ago (2015-10-05 01:47:11 UTC) #10
Yuki
https://codereview.chromium.org/1376673003/diff/40001/third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py File third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py (right): https://codereview.chromium.org/1376673003/diff/40001/third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py#newcode79 third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py:79: def get_attribute_node(interface_node): On 2015/09/30 04:24:21, Yuki wrote: > I'd ...
5 years, 2 months ago (2015-10-05 04:33:44 UTC) #11
bashi
https://codereview.chromium.org/1376673003/diff/40001/third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py File third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py (right): https://codereview.chromium.org/1376673003/diff/40001/third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py#newcode27 third_party/WebKit/Source/bindings/scripts/collect_idls_into_json.py:27: parser = BlinkIDLParser(debug=False) On 2015/10/05 01:47:10, natsukoa wrote: > ...
5 years, 2 months ago (2015-10-05 07:23:05 UTC) #12
natsukoa
I removed get_interface_node() and modify filter_partial() and filter_non_partial(). Would you check for me please? Thank ...
5 years, 2 months ago (2015-10-05 08:59:04 UTC) #14
Yuki
Your code is becoming much better than before. So I'm starting to send minor comments. ...
5 years, 2 months ago (2015-10-05 10:03:21 UTC) #15
natsukoa
I am losing the way how to define valuable's name. Would you give me some ...
5 years, 2 months ago (2015-10-06 07:10:22 UTC) #16
Yuki
5 years, 2 months ago (2015-10-06 07:24:10 UTC) #17
On 2015/10/06 07:10:22, natsukoa wrote:
> I am losing the way how to define valuable's name. 
> Would you give me some advice for me please?

Could you talk to me or bashi san offline?

Powered by Google App Engine
This is Rietveld 408576698