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

Issue 1221743002: Teach Blink's IDL parser to handle defaulted sequences of strings. (Closed)

Created:
5 years, 5 months ago by Jeffrey Yasskin
Modified:
5 years, 5 months ago
Reviewers:
haraken, scheib, bashi
CC:
blink-reviews, blink-reviews-bindings_chromium.org, vivekg_samsung, arv+blink, scheib+watch_chromium.org, vivekg
Base URL:
https://chromium.googlesource.com/chromium/blink.git@pinned
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Teach Blink's IDL parser to handle defaulted sequences of strings. It was trying to form a Vector<RefPtr<String>>, which doesn't work. BUG=500638 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198034

Patch Set 1 #

Patch Set 2 : Use cpp_type() to serialize a type #

Total comments: 2

Patch Set 3 : Add a test to LayoutTests/fast/dom/idl-dictionary-unittest.html #

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

Messages

Total messages: 21 (8 generated)
Jeffrey Yasskin
https://codereview.chromium.org/1221743002/diff/20001/Source/bindings/tests/idls/core/TestDictionary.idl File Source/bindings/tests/idls/core/TestDictionary.idl (right): https://codereview.chromium.org/1221743002/diff/20001/Source/bindings/tests/idls/core/TestDictionary.idl#newcode20 Source/bindings/tests/idls/core/TestDictionary.idl:20: sequence<DOMString> stringSequenceMember = []; I can add a separate ...
5 years, 5 months ago (2015-06-29 23:26:29 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221743002/20001
5 years, 5 months ago (2015-06-29 23:27:09 UTC) #4
bashi
Thanks for fixing this! Could you also add a test case for LayoutTests/fast/dom/idl-dictionary-unittest.html? You would ...
5 years, 5 months ago (2015-06-29 23:42:34 UTC) #5
scheib
Source/modules/bluetooth/RequestDeviceOptions.idl LGTM
5 years, 5 months ago (2015-06-29 23:57:44 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-06-30 00:51:23 UTC) #8
Jeffrey Yasskin
On 2015/06/29 23:42:34, bashi1 wrote: > Thanks for fixing this! > > Could you also ...
5 years, 5 months ago (2015-06-30 01:10:12 UTC) #9
bashi
LGTM
5 years, 5 months ago (2015-06-30 01:12:40 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221743002/40001
5 years, 5 months ago (2015-06-30 01:18:49 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/36642)
5 years, 5 months ago (2015-06-30 01:26:05 UTC) #15
Jeffrey Yasskin
haraken, can you check Source/core/testing?
5 years, 5 months ago (2015-06-30 01:28:27 UTC) #17
haraken
LGTM
5 years, 5 months ago (2015-06-30 02:36:28 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221743002/40001
5 years, 5 months ago (2015-06-30 02:36:44 UTC) #20
commit-bot: I haz the power
5 years, 5 months ago (2015-06-30 03:22:32 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=198034

Powered by Google App Engine
This is Rietveld 408576698