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

Issue 2200303003: Remove v8CallOrCrash (Closed)

Created:
4 years, 4 months ago by haraken
Modified:
4 years, 4 months ago
Reviewers:
yhirano, nhiroki, Yuki
CC:
chromium-reviews, shans, rjwright, blink-reviews-animation_chromium.org, blink-reviews-bindings_chromium.org, cmumford, darktears, blink-reviews, kinuko+watch, jsbell+idb_chromium.org, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove v8CallOrCrash Per the discussion in https://groups.google.com/a/chromium.org/d/topic/platform-architecture-dev/vGLGCaMqhCU/discussion, this CL replaces v8CallOrCrash with ToLocalChecked/ToChecked. BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel Committed: https://crrev.com/6526c5b4ac92c26c3903146941ceb267422ebf8c Cr-Commit-Position: refs/heads/master@{#409497}

Patch Set 1 #

Patch Set 2 : temp #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -62 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp View 1 4 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8Binding.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h View 1 chunk +0 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.cpp View 4 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8ThrowException.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp View 1 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/core/animation/AnimationTestHelper.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/streams/ReadableStreamController.h View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp View 12 chunks +13 lines, -13 lines 2 comments Download
M third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandle.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBObserverChanges.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/InspectorOverlay.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 30 (16 generated)
haraken
PTAL
4 years, 4 months ago (2016-08-03 08:24:48 UTC) #3
Yuki
lgtm
4 years, 4 months ago (2016-08-03 08:27:31 UTC) #8
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/2200303003/20001
4 years, 4 months ago (2016-08-03 08:32:38 UTC) #11
haraken
+yhirano +nhiroki: One question below. https://codereview.chromium.org/2200303003/diff/20001/third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp File third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp (right): https://codereview.chromium.org/2200303003/diff/20001/third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp#newcode41 third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp:41: if (isTerminating(scriptState)) yhirano@, nhiroki@: ...
4 years, 4 months ago (2016-08-03 09:02:12 UTC) #13
yhirano
https://codereview.chromium.org/2200303003/diff/20001/third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp File third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp (right): https://codereview.chromium.org/2200303003/diff/20001/third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp#newcode41 third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp:41: if (isTerminating(scriptState)) On 2016/08/03 09:02:12, haraken wrote: > > ...
4 years, 4 months ago (2016-08-03 09:07:37 UTC) #14
haraken
On 2016/08/03 09:07:37, yhirano wrote: > https://codereview.chromium.org/2200303003/diff/20001/third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp > File third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp > (right): > > https://codereview.chromium.org/2200303003/diff/20001/third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp#newcode41 ...
4 years, 4 months ago (2016-08-03 09:10:46 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/266606)
4 years, 4 months ago (2016-08-03 09:20:34 UTC) #17
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/2200303003/20001
4 years, 4 months ago (2016-08-03 09:27:55 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/255195)
4 years, 4 months ago (2016-08-03 09:38:26 UTC) #21
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/2200303003/20001
4 years, 4 months ago (2016-08-03 09:39:25 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_optional_gpu_tests_rel on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_optional_gpu_tests_rel/builds/2779)
4 years, 4 months ago (2016-08-03 10:06:16 UTC) #25
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/2200303003/20001
4 years, 4 months ago (2016-08-03 10:47:22 UTC) #27
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-03 12:42:14 UTC) #28
commit-bot: I haz the power
4 years, 4 months ago (2016-08-03 12:43:52 UTC) #30
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6526c5b4ac92c26c3903146941ceb267422ebf8c
Cr-Commit-Position: refs/heads/master@{#409497}

Powered by Google App Engine
This is Rietveld 408576698