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

Issue 23606036: Use v8::Isolate::GetCurrent() less in custom bindings (Closed)

Created:
7 years, 3 months ago by do-not-use
Modified:
7 years, 3 months ago
Reviewers:
haraken, marja
CC:
blink-reviews, Nils Barth (inactive), kojih, jsbell+bindings_chromium.org, abarth-chromium, marja+watch_chromium.org, adamk+blink_chromium.org, Nate Chapin, do-not-use
Visibility:
Public.

Description

Use v8::Isolate::GetCurrent() less in custom bindings Update custom bindings to avoids calling v8::Isolate::GetCurrent() when we don't have to. R=haraken BUG=263412 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157962

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M Source/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp View 1 chunk +1 line, -1 line 3 comments Download

Messages

Total messages: 7 (0 generated)
do-not-use
7 years, 3 months ago (2013-09-18 12:33:21 UTC) #1
haraken
LGTM
7 years, 3 months ago (2013-09-18 12:34:00 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/23606036/1
7 years, 3 months ago (2013-09-18 12:35:13 UTC) #3
marja
https://codereview.chromium.org/23606036/diff/1/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp File Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp (right): https://codereview.chromium.org/23606036/diff/1/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp#newcode66 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp:66: v8::HandleScope scope(value.isolate()); What's this? I don't see ScriptValue::Isolate... does ...
7 years, 3 months ago (2013-09-18 12:36:27 UTC) #4
marja
https://codereview.chromium.org/23606036/diff/1/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp File Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp (right): https://codereview.chromium.org/23606036/diff/1/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp#newcode66 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp:66: v8::HandleScope scope(value.isolate()); On 2013/09/18 12:36:28, marja wrote: > What's ...
7 years, 3 months ago (2013-09-18 12:37:44 UTC) #5
do-not-use
https://codereview.chromium.org/23606036/diff/1/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp File Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp (right): https://codereview.chromium.org/23606036/diff/1/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp#newcode66 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp:66: v8::HandleScope scope(value.isolate()); On 2013/09/18 12:37:45, marja wrote: > On ...
7 years, 3 months ago (2013-09-18 12:39:48 UTC) #6
commit-bot: I haz the power
7 years, 3 months ago (2013-09-18 13:16:56 UTC) #7
Message was sent while issue was closed.
Change committed as 157962

Powered by Google App Engine
This is Rietveld 408576698