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

Issue 2605683002: Remove ActiveDOMCallback (Closed)

Created:
3 years, 12 months ago by haraken
Modified:
3 years, 11 months ago
Reviewers:
Yuki
CC:
chromium-reviews, blink-reviews, blink-reviews-bindings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove ActiveDOMCallback ActiveDOMCallback is just checking if the associated ExecutionContext is suspended or detached. We can do the check using m_scriptState->getExecutionContext(). Then we can remove ActiveDOMCallback. BUG=610176 Committed: https://crrev.com/6ae3c143f1dfabd596e7db720ff85a0108f1c722 Cr-Commit-Position: refs/heads/master@{#440832}

Patch Set 1 #

Patch Set 2 : temp #

Patch Set 3 : temp #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -188 lines) Patch
M third_party/WebKit/Source/bindings/bindings.gni View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/bindings/core/v8/ActiveDOMCallback.h View 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/WebKit/Source/bindings/core/v8/ActiveDOMCallback.cpp View 1 chunk +0 lines, -52 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h View 1 2 chunks +1 line, -5 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.cpp View 1 2 3 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8MutationCallback.h View 1 2 chunks +1 line, -5 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8MutationCallback.cpp View 1 2 3 chunks +5 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8ResizeObserverCallbackCustom.cpp View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/templates/callback_interface.cpp.tmpl View 1 2 2 chunks +4 lines, -6 lines 1 comment Download
M third_party/WebKit/Source/bindings/templates/callback_interface.h.tmpl View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h View 1 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp View 1 2 9 chunks +25 lines, -27 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
haraken
PTAL
3 years, 12 months ago (2016-12-27 12:44:53 UTC) #2
Yuki
Is the CL description really correct? > if(!canInvokeCallback) is checking if the associated context is ...
3 years, 12 months ago (2016-12-27 13:45:10 UTC) #3
haraken
On 2016/12/27 13:45:10, Yuki wrote: > Is the CL description really correct? > > if(!canInvokeCallback) ...
3 years, 12 months ago (2016-12-27 15:09:18 UTC) #7
Yuki
LGTM.
3 years, 11 months ago (2016-12-28 05:19:51 UTC) #10
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/2605683002/40001
3 years, 11 months ago (2016-12-28 05:30:27 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
3 years, 11 months ago (2016-12-28 05:37:27 UTC) #15
commit-bot: I haz the power
3 years, 11 months ago (2017-01-02 15:48:34 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6ae3c143f1dfabd596e7db720ff85a0108f1c722
Cr-Commit-Position: refs/heads/master@{#440832}

Powered by Google App Engine
This is Rietveld 408576698