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

Issue 2316263003: Add toImplSequence() (Closed)

Created:
4 years, 3 months ago by bashi
Modified:
4 years, 3 months ago
CC:
blink-reviews, blink-reviews-bindings_chromium.org, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add toImplSequence() Description to be written. BUG=643049 Committed: https://crrev.com/363251af3e48f6fc7143d122cb480a98e110d6b2 Cr-Commit-Position: refs/heads/master@{#417886}

Patch Set 1 #

Patch Set 2 : style #

Total comments: 22

Patch Set 3 : comments #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -2 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8Binding.h View 1 2 2 chunks +56 lines, -0 lines 3 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8BindingTest.cpp View 1 2 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (14 generated)
bashi
dominicc@, davaajav@ Does this work for observedAttributes?
4 years, 3 months ago (2016-09-08 06:15:48 UTC) #5
Yuki
https://codereview.chromium.org/2316263003/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp File third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp (right): https://codereview.chromium.org/2316263003/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp#newcode908 third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp:908: v8::MaybeLocal<v8::Object> getIterator(v8::Local<v8::Object> object, v8::Isolate* isolate, ExceptionState& exceptionState) Is it ...
4 years, 3 months ago (2016-09-08 06:24:21 UTC) #7
bashi
https://codereview.chromium.org/2316263003/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp File third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp (right): https://codereview.chromium.org/2316263003/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp#newcode908 third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp:908: v8::MaybeLocal<v8::Object> getIterator(v8::Local<v8::Object> object, v8::Isolate* isolate, ExceptionState& exceptionState) On 2016/09/08 ...
4 years, 3 months ago (2016-09-08 06:30:49 UTC) #8
davaajav
On 2016/09/08 at 06:15:48, bashi wrote: > dominicc@, davaajav@ > > Does this work for ...
4 years, 3 months ago (2016-09-08 08:13:13 UTC) #9
Yuki
LGTM. https://codereview.chromium.org/2316263003/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp File third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp (right): https://codereview.chromium.org/2316263003/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp#newcode908 third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp:908: v8::MaybeLocal<v8::Object> getIterator(v8::Local<v8::Object> object, v8::Isolate* isolate, ExceptionState& exceptionState) On ...
4 years, 3 months ago (2016-09-08 08:32:22 UTC) #10
haraken
Let's add unit tests to V8BindingTest.cpp and layout tests for custom elements. https://codereview.chromium.org/2316263003/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp File third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp ...
4 years, 3 months ago (2016-09-08 09:32:09 UTC) #12
bashi
Added unit test. I guess that there are some layout tests already (or davaajav@ is ...
4 years, 3 months ago (2016-09-09 00:54:23 UTC) #17
haraken
LGTM https://codereview.chromium.org/2316263003/diff/40001/third_party/WebKit/Source/bindings/core/v8/V8Binding.h File third_party/WebKit/Source/bindings/core/v8/V8Binding.h (right): https://codereview.chromium.org/2316263003/diff/40001/third_party/WebKit/Source/bindings/core/v8/V8Binding.h#newcode907 third_party/WebKit/Source/bindings/core/v8/V8Binding.h:907: while (true) { Maybe we want to share ...
4 years, 3 months ago (2016-09-09 01:38:42 UTC) #18
dominicc (has gone to gerrit)
LGTM too; FYI Davaa's tests are here: https://codereview.chromium.org/2321903003
4 years, 3 months ago (2016-09-12 05:33:06 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2316263003/40001
4 years, 3 months ago (2016-09-12 06:19:45 UTC) #22
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-12 07:39:06 UTC) #24
commit-bot: I haz the power
4 years, 3 months ago (2016-09-12 07:42:18 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/363251af3e48f6fc7143d122cb480a98e110d6b2
Cr-Commit-Position: refs/heads/master@{#417886}

Powered by Google App Engine
This is Rietveld 408576698