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

Issue 422873002: bindings: Introduces ScriptWrappableBase to provide the internal pointer. (Closed)

Created:
6 years, 4 months ago by Yuki
Modified:
6 years, 4 months ago
CC:
blink-reviews, blink-reviews-bindings_chromium.org, arv+blink, abarth-chromium
Project:
blink
Visibility:
Public.

Description

bindings: Introduces ScriptWrappableBase to provide the internal pointer. Introduces ScriptWrappableBase class in order to provide the internal pointer independent from V8Type. The end to end change will be http://crrev.com/420233002 BUG=235436 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179098

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added inheritance check. #

Total comments: 2

Patch Set 3 : Fixed copyright notice. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -1 line) Patch
M Source/bindings/core/v8/ScriptWrappable.h View 1 2 chunks +25 lines, -1 line 0 comments Download
A Source/bindings/core/v8/ScriptWrappable.cpp View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M Source/bindings/core/v8/v8.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Yuki
Could you review this CL?
6 years, 4 months ago (2014-07-28 13:33:18 UTC) #1
kouhei (in TOK)
https://codereview.chromium.org/422873002/diff/1/Source/bindings/core/v8/ScriptWrappable.h File Source/bindings/core/v8/ScriptWrappable.h (right): https://codereview.chromium.org/422873002/diff/1/Source/bindings/core/v8/ScriptWrappable.h#newcode62 Source/bindings/core/v8/ScriptWrappable.h:62: return static_cast<T*>(static_cast<ScriptWrappableBase*>(internalPointer)); As previously discussed, woudl it be possible ...
6 years, 4 months ago (2014-07-28 13:40:05 UTC) #2
Yuki
https://codereview.chromium.org/422873002/diff/1/Source/bindings/core/v8/ScriptWrappable.h File Source/bindings/core/v8/ScriptWrappable.h (right): https://codereview.chromium.org/422873002/diff/1/Source/bindings/core/v8/ScriptWrappable.h#newcode62 Source/bindings/core/v8/ScriptWrappable.h:62: return static_cast<T*>(static_cast<ScriptWrappableBase*>(internalPointer)); On 2014/07/28 13:40:05, kouhei wrote: > As ...
6 years, 4 months ago (2014-07-28 15:26:03 UTC) #3
kouhei (in TOK)
lgtm
6 years, 4 months ago (2014-07-28 15:28:34 UTC) #4
haraken
LGTM https://codereview.chromium.org/422873002/diff/20001/Source/bindings/core/v8/ScriptWrappable.cpp File Source/bindings/core/v8/ScriptWrappable.cpp (right): https://codereview.chromium.org/422873002/diff/20001/Source/bindings/core/v8/ScriptWrappable.cpp#newcode29 Source/bindings/core/v8/ScriptWrappable.cpp:29: */ Use the 3-line copyright.
6 years, 4 months ago (2014-07-28 15:43:57 UTC) #5
Yuki
https://codereview.chromium.org/422873002/diff/20001/Source/bindings/core/v8/ScriptWrappable.cpp File Source/bindings/core/v8/ScriptWrappable.cpp (right): https://codereview.chromium.org/422873002/diff/20001/Source/bindings/core/v8/ScriptWrappable.cpp#newcode29 Source/bindings/core/v8/ScriptWrappable.cpp:29: */ On 2014/07/28 15:43:57, haraken wrote: > > Use ...
6 years, 4 months ago (2014-07-28 15:48:14 UTC) #6
haraken
On 2014/07/28 15:48:14, Yuki wrote: > https://codereview.chromium.org/422873002/diff/20001/Source/bindings/core/v8/ScriptWrappable.cpp > File Source/bindings/core/v8/ScriptWrappable.cpp (right): > > https://codereview.chromium.org/422873002/diff/20001/Source/bindings/core/v8/ScriptWrappable.cpp#newcode29 > ...
6 years, 4 months ago (2014-07-28 15:50:48 UTC) #7
Yuki
On 2014/07/28 15:50:48, haraken wrote: > On 2014/07/28 15:48:14, Yuki wrote: > > > https://codereview.chromium.org/422873002/diff/20001/Source/bindings/core/v8/ScriptWrappable.cpp ...
6 years, 4 months ago (2014-07-29 04:25:08 UTC) #8
Yuki
The CQ bit was checked by yukishiino@chromium.org
6 years, 4 months ago (2014-07-29 04:25:17 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukishiino@chromium.org/422873002/40001
6 years, 4 months ago (2014-07-29 04:25:37 UTC) #10
commit-bot: I haz the power
6 years, 4 months ago (2014-07-29 05:30:53 UTC) #11
Message was sent while issue was closed.
Change committed as 179098

Powered by Google App Engine
This is Rietveld 408576698