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

Issue 1316833003: bindings: Support (deprecated) Dictionary in IDL dictionary (Closed)

Created:
5 years, 4 months ago by bashi
Modified:
5 years, 4 months ago
Reviewers:
haraken
CC:
blink-reviews, vivekg, blink-reviews-bindings_chromium.org, Inactive, vivekg_samsung
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

bindings: Support (deprecated) Dictionary in IDL dictionary Supporting deprecated Dictionary enables us to do step-by-step refactoring. Note for tests: Since Dictionary instances cannot outlive an event loop, DictionaryTest stores its properties intead of instances itself. Added getDictionaryMemberProperties() to retrieve these properties. BUG=524357 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201199

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -2 lines) Patch
M LayoutTests/fast/dom/idl-dictionary-unittest.html View 1 chunk +15 lines, -0 lines 0 comments Download
M LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt View 1 chunk +8 lines, -0 lines 0 comments Download
M Source/bindings/scripts/v8_dictionary.py View 1 3 chunks +5 lines, -2 lines 0 comments Download
M Source/bindings/tests/idls/core/TestDictionary.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/tests/results/core/TestDictionary.h View 3 chunks +6 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestDictionary.cpp View 1 3 chunks +27 lines, -0 lines 0 comments Download
M Source/core/testing/DictionaryTest.h View 3 chunks +6 lines, -0 lines 0 comments Download
M Source/core/testing/DictionaryTest.cpp View 4 chunks +18 lines, -0 lines 0 comments Download
M Source/core/testing/DictionaryTest.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/testing/InternalDictionary.idl View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
bashi
PTAL?
5 years, 4 months ago (2015-08-26 00:31:31 UTC) #3
haraken
Maybe another idea (that won't mess up the IDL compiler just for deprecated features) would ...
5 years, 4 months ago (2015-08-26 00:34:21 UTC) #4
bashi
On 2015/08/26 00:34:21, haraken wrote: > Maybe another idea (that won't mess up the IDL ...
5 years, 4 months ago (2015-08-26 00:37:12 UTC) #5
haraken
ah, makes sense. LGTM. https://codereview.chromium.org/1316833003/diff/20001/Source/bindings/scripts/v8_dictionary.py File Source/bindings/scripts/v8_dictionary.py (right): https://codereview.chromium.org/1316833003/diff/20001/Source/bindings/scripts/v8_dictionary.py#newcode120 Source/bindings/scripts/v8_dictionary.py:120: 'is_object': unwrapped_idl_type.name == 'Object', Maybe ...
5 years, 4 months ago (2015-08-26 00:40:54 UTC) #6
bashi
Thanks! https://codereview.chromium.org/1316833003/diff/20001/Source/bindings/scripts/v8_dictionary.py File Source/bindings/scripts/v8_dictionary.py (right): https://codereview.chromium.org/1316833003/diff/20001/Source/bindings/scripts/v8_dictionary.py#newcode120 Source/bindings/scripts/v8_dictionary.py:120: 'is_object': unwrapped_idl_type.name == 'Object', On 2015/08/26 00:40:54, haraken ...
5 years, 4 months ago (2015-08-26 00:48:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1316833003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1316833003/40001
5 years, 4 months ago (2015-08-26 00:49:16 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/98478)
5 years, 4 months ago (2015-08-26 03:50:18 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1316833003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1316833003/40001
5 years, 4 months ago (2015-08-26 04:26:48 UTC) #14
commit-bot: I haz the power
5 years, 4 months ago (2015-08-26 05:33:09 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201199

Powered by Google App Engine
This is Rietveld 408576698