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

Issue 47073007: Bindings: Remove special cases for DOMStringList (Closed)

Created:
7 years, 1 month ago by jsbell
Modified:
7 years, 1 month ago
CC:
blink-reviews, Nils Barth (inactive), kojih, jsbell+bindings_chromium.org, abarth-chromium, marja+watch_chromium.org, adamk+blink_chromium.org, Nate Chapin, Inactive
Visibility:
Public.

Description

Bindings: Remove special cases for DOMStringList When DOMStringList was added, special cases were also added so that it could masquerade as sequence<DOMString> and DOMString[] as well, since those Web IDL types were not supported. Now that Blink IDL understands sequence<T> and T[] we can remove the special cases. R=haraken@chromium.org,nbarth@chromium.org BUG=239771 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161079

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebased, remove unnecessary test cases #

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -148 lines) Patch
M Source/bindings/scripts/code_generator_v8.pm View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M Source/bindings/scripts/unstable/v8_types.py View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/bindings/tests/idls/TestCallback.idl View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/idls/TestObjectPython.idl View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestCallback.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestCallback.cpp View 2 chunks +0 lines, -30 lines 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/V8TestObjectPython.cpp View 1 2 7 chunks +0 lines, -67 lines 0 comments Download
M Source/bindings/v8/Dictionary.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/v8/V8Binding.h View 1 2 3 chunks +0 lines, -4 lines 0 comments Download
M Source/bindings/v8/V8Binding.cpp View 1 2 4 chunks +0 lines, -35 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jsbell
haraken@, nbarth@ - please take a look? https://codereview.chromium.org/47073007/diff/1/Source/bindings/tests/results/V8TestCallback.h File Source/bindings/tests/results/V8TestCallback.h (left): https://codereview.chromium.org/47073007/diff/1/Source/bindings/tests/results/V8TestCallback.h#oldcode50 Source/bindings/tests/results/V8TestCallback.h:50: virtual bool ...
7 years, 1 month ago (2013-10-30 18:01:12 UTC) #1
Nils Barth (inactive)
LGTM (thanks for fixing Python as well!) Still need ok from haraken -- haraken, presumably ...
7 years, 1 month ago (2013-10-31 00:59:24 UTC) #2
Nils Barth (inactive)
Just uploaded a revised patch set: 1. Rebased/merges changes following r160994 (Just modified the Python ...
7 years, 1 month ago (2013-10-31 01:18:27 UTC) #3
haraken
LGTM. This looks great!
7 years, 1 month ago (2013-10-31 01:36:03 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/47073007/60001
7 years, 1 month ago (2013-10-31 16:29:21 UTC) #5
commit-bot: I haz the power
Failed to apply patch for Source/bindings/tests/results/V8TestObject.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-10-31 16:29:24 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/47073007/180001
7 years, 1 month ago (2013-10-31 17:10:39 UTC) #7
commit-bot: I haz the power
7 years, 1 month ago (2013-10-31 19:00:16 UTC) #8
Message was sent while issue was closed.
Change committed as 161079

Powered by Google App Engine
This is Rietveld 408576698