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

Issue 2434763002: [wrapper-tracing] Bring remoteplayback up to date (Closed)

Created:
4 years, 2 months ago by Michael Lippautz
Modified:
4 years, 2 months ago
Reviewers:
haraken, Marcel Hlopko
CC:
Mads Ager (chromium), blink-reviews, blink-reviews-bindings_chromium.org, chromium-reviews, haraken, kouhei+heap_chromium.org, oilpan-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[wrapper-tracing] Bring remoteplayback up to date Fixes: media/remoteplayback/availability-callback-gc.html BUG=chromium:468240 R=haraken@chromium.org,hlopko@chromium.org Committed: https://crrev.com/424ba959fb61163ddb49388932259fb34e5a7036 Cr-Commit-Position: refs/heads/master@{#426449}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Perform a ::cast instead of manually casting in idl template #

Patch Set 3 : Reset bingings results #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -9 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h View 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.cpp View 2 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitorVerifier.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_callback_function.py View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl View 1 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl View 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/AnyCallbackFunctionOptionalAnyArg.h View 1 2 3 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/AnyCallbackFunctionOptionalAnyArg.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.h View 1 2 3 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h View 1 2 3 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h View 1 2 3 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h View 1 2 3 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.h View 1 2 3 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.h View 1 2 3 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/WrapperVisitor.h View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (13 generated)
Michael Lippautz
Please take a careful look at this one. I will rebaseline the bindings tests if ...
4 years, 2 months ago (2016-10-19 12:20:21 UTC) #6
haraken
https://chromiumcodereview.appspot.com/2434763002/diff/20001/third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl File third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl (right): https://chromiumcodereview.appspot.com/2434763002/diff/20001/third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl#newcode20 third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl:20: public TraceWrapperBase { On 2016/10/19 12:20:21, Michael Lippautz wrote: ...
4 years, 2 months ago (2016-10-19 12:32:39 UTC) #7
Michael Lippautz
https://chromiumcodereview.appspot.com/2434763002/diff/20001/third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl File third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl (right): https://chromiumcodereview.appspot.com/2434763002/diff/20001/third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl#newcode20 third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl:20: public TraceWrapperBase { On 2016/10/19 12:32:38, haraken wrote: > ...
4 years, 2 months ago (2016-10-19 13:13:14 UTC) #8
Marcel Hlopko
https://chromiumcodereview.appspot.com/2434763002/diff/20001/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h File third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h (right): https://chromiumcodereview.appspot.com/2434763002/diff/20001/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h#newcode43 third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h:43: class CORE_EXPORT TraceWrapperBase { On 2016/10/19 at 12:20:21, Michael ...
4 years, 2 months ago (2016-10-19 15:08:17 UTC) #9
Michael Lippautz
https://chromiumcodereview.appspot.com/2434763002/diff/20001/third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl File third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl (right): https://chromiumcodereview.appspot.com/2434763002/diff/20001/third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl#newcode27 third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl:27: visitor->traceWrappers(&reinterpret_cast<ScopedPersistent<v8::Object>&>(const_cast<ScopedPersistent<v8::Function>&>(m_callback))); On 2016/10/19 15:08:17, Marcel Hlopko wrote: > Kentaro, ...
4 years, 2 months ago (2016-10-19 15:13:41 UTC) #10
haraken
LGTM https://chromiumcodereview.appspot.com/2434763002/diff/20001/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h File third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h (right): https://chromiumcodereview.appspot.com/2434763002/diff/20001/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h#newcode43 third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h:43: class CORE_EXPORT TraceWrapperBase { On 2016/10/19 15:08:17, Marcel ...
4 years, 2 months ago (2016-10-19 15:31:43 UTC) #11
Michael Lippautz
Thanks for the comments and reviews. https://chromiumcodereview.appspot.com/2434763002/diff/20001/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h File third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h (right): https://chromiumcodereview.appspot.com/2434763002/diff/20001/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h#newcode43 third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h:43: class CORE_EXPORT TraceWrapperBase ...
4 years, 2 months ago (2016-10-19 15:44:35 UTC) #12
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/2434763002/60001
4 years, 2 months ago (2016-10-20 11:13:31 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 2 months ago (2016-10-20 11:18:25 UTC) #21
commit-bot: I haz the power
4 years, 2 months ago (2016-10-21 13:17:21 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/424ba959fb61163ddb49388932259fb34e5a7036
Cr-Commit-Position: refs/heads/master@{#426449}

Powered by Google App Engine
This is Rietveld 408576698