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

Issue 713743002: Remove a EscapableHandleScope from executeScriptInIsolatedWorld() (Closed)

Created:
6 years, 1 month ago by haraken
Modified:
6 years, 1 month ago
CC:
arv+blink, blink-reviews, blink-reviews-bindings_chromium.org
Project:
blink
Visibility:
Public.

Description

Remove a EscapableHandleScope from executeScriptInIsolatedWorld() It is wrong to call EscapableHandleScope::Escape() multiple times in executeScriptInIsolatedWorld(). Since the callers of executeScriptInIsolatedWorld() already have HandleScopes, we can just simply remove a EscapableHandleScope from executeScriptInIsolatedWorld(). Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185106

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

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

Messages

Total messages: 16 (4 generated)
haraken
PTAL
6 years, 1 month ago (2014-11-10 04:08:54 UTC) #2
dcarney
lgtm it's a little weird that we return a vector of handles - i didn't ...
6 years, 1 month ago (2014-11-10 08:35:34 UTC) #3
haraken
Thanks for review! > it's a little weird that we return a vector of handles ...
6 years, 1 month ago (2014-11-10 08:38:49 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/713743002/20001
6 years, 1 month ago (2014-11-10 08:39:02 UTC) #6
pguyot
On 2014/11/10 08:38:49, haraken wrote: > Thanks for review! > > > it's a little ...
6 years, 1 month ago (2014-11-10 09:06:06 UTC) #7
haraken
On 2014/11/10 09:06:06, pguyot wrote: > On 2014/11/10 08:38:49, haraken wrote: > > Thanks for ...
6 years, 1 month ago (2014-11-10 09:07:17 UTC) #8
pguyot
On 2014/11/10 09:07:17, haraken wrote: > On 2014/11/10 09:06:06, pguyot wrote: > > On 2014/11/10 ...
6 years, 1 month ago (2014-11-10 09:22:41 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/32773)
6 years, 1 month ago (2014-11-10 09:33:48 UTC) #11
jochen (gone - plz use gerrit)
yes, can we please update the API to only allow executing one script at a ...
6 years, 1 month ago (2014-11-10 13:37:50 UTC) #12
haraken
On 2014/11/10 13:37:50, jochen (OOO) wrote: > yes, can we please update the API to ...
6 years, 1 month ago (2014-11-11 05:39:27 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/713743002/40001
6 years, 1 month ago (2014-11-11 05:40:20 UTC) #15
commit-bot: I haz the power
6 years, 1 month ago (2014-11-11 06:42:12 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 185106

Powered by Google App Engine
This is Rietveld 408576698