Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 6112412478472192: Issue 1547 - Pass isolate to v8::API (Closed)

Created:
Nov. 10, 2014, 9:05 a.m. by sergei
Modified:
Feb. 10, 2015, 11:30 a.m.
Visibility:
Public.

Description

- add isolate argument to Utils::ToV8String and fix calls of the function - replace v8::String::New calls by Utils::ToV8String - pass isolate to v8::Number::New # Works on MSVS{2010,2012}, gcc-4.8.2 64bit

Patch Set 1 #

Total comments: 3

Patch Set 2 : rebase and move 'isolate' into the proper scopes #

Total comments: 3

Patch Set 3 : remove new empty lines #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -29 lines) Patch
M src/FileSystemJsObject.cpp View 1 6 chunks +18 lines, -12 lines 0 comments Download
M src/GlobalJsObject.cpp View 1 2 3 chunks +8 lines, -3 lines 0 comments Download
M src/JsEngine.cpp View 1 3 chunks +10 lines, -6 lines 0 comments Download
M src/JsValue.cpp View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/Utils.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/Utils.cpp View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/WebRequestJsObject.cpp View 1 2 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 7
sergei
Nov. 10, 2014, 9:43 a.m. (2014-11-10 09:43:33 UTC) #1
Wladimir Palant
LGTM
Nov. 11, 2014, 8:46 p.m. (2014-11-11 20:46:38 UTC) #2
Felix Dahlke
Sorry for the delay! Looks good, just a few small comments. http://codereview.adblockplus.org/6112412478472192/diff/5629499534213120/src/GlobalJsObject.cpp File src/GlobalJsObject.cpp (right): ...
Feb. 5, 2015, 4:58 a.m. (2015-02-05 04:58:24 UTC) #3
sergei
On 2015/02/05 04:58:24, Felix H. Dahlke wrote: > src/WebRequestJsObject.cpp:95: v8::Isolate* isolate = arguments.GetIsolate(); > Unnecessarily ...
Feb. 5, 2015, 4:03 p.m. (2015-02-05 16:03:15 UTC) #4
Felix Dahlke
Looks good, but now there are some unrelated whitespace changes in the patch set. http://codereview.adblockplus.org/6112412478472192/diff/5738600293466112/src/GlobalJsObject.cpp ...
Feb. 6, 2015, 4:17 a.m. (2015-02-06 04:17:27 UTC) #5
sergei
On 2015/02/06 04:17:27, Felix H. Dahlke wrote: > Looks good, but now there are some ...
Feb. 9, 2015, 11:04 a.m. (2015-02-09 11:04:09 UTC) #6
Felix Dahlke
Feb. 10, 2015, 3:39 a.m. (2015-02-10 03:39:57 UTC) #7
LGTM!

Powered by Google App Engine
This is Rietveld