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

Issue 1377293004: Run FXJS_V8 embedder tests against a shared isolate. (Closed)

Created:
5 years, 2 months ago by Tom Sepez
Modified:
5 years, 1 month ago
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Run FXJS_V8 embedder tests against a shared isolate. Start to back-fill some tests for the recent isolate work. R=thestig@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/4ea721cb7954898a9722c389dae86c62957352d0

Patch Set 1 #

Patch Set 2 : Alphabetize #

Total comments: 1

Patch Set 3 : No Delegate changes. #

Total comments: 2

Patch Set 4 : rebase past massive rename #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -18 lines) Patch
M fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp View 1 2 3 1 chunk +13 lines, -11 lines 1 comment Download
M testing/embedder_test.h View 1 2 4 chunks +7 lines, -2 lines 0 comments Download
M testing/embedder_test.cpp View 1 2 2 chunks +10 lines, -5 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Tom Sepez
Lei, for review.
5 years, 2 months ago (2015-10-05 18:43:32 UTC) #2
Tom Sepez
https://codereview.chromium.org/1377293004/diff/20001/fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp File fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp (right): https://codereview.chromium.org/1377293004/diff/20001/fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp#newcode25 fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp:25: EmbedderTest::SetDelegate(m_pDelegate.get()); Question: Is this worth adding to the delegate, ...
5 years, 2 months ago (2015-10-05 20:17:51 UTC) #3
Tom Sepez
Yeah, PS2 cleaner. PTAL.
5 years, 2 months ago (2015-10-05 20:52:10 UTC) #4
Tom Sepez
On 2015/10/05 20:52:10, Tom Sepez wrote: > Yeah, PS2 cleaner. PTAL. Where by PS2, I ...
5 years, 2 months ago (2015-10-05 20:57:03 UTC) #5
Lei Zhang
lgtm https://codereview.chromium.org/1377293004/diff/40001/testing/embedder_test.h File testing/embedder_test.h (right): https://codereview.chromium.org/1377293004/diff/40001/testing/embedder_test.h#newcode64 testing/embedder_test.h:64: // Call before SetUp to pass shared isolate, ...
5 years, 2 months ago (2015-10-06 01:36:43 UTC) #6
Tom Sepez
https://codereview.chromium.org/1377293004/diff/40001/testing/embedder_test.h File testing/embedder_test.h (right): https://codereview.chromium.org/1377293004/diff/40001/testing/embedder_test.h#newcode64 testing/embedder_test.h:64: // Call before SetUp to pass shared isolate, otherwise ...
5 years, 2 months ago (2015-10-06 15:50:14 UTC) #7
Tom Sepez
Committed patchset #4 (id:60001) manually as 4ea721cb7954898a9722c389dae86c62957352d0 (presubmit successful).
5 years, 2 months ago (2015-10-06 15:53:17 UTC) #8
jochen (gone - plz use gerrit)
5 years, 1 month ago (2015-11-20 08:39:47 UTC) #10
Message was sent while issue was closed.
https://codereview.chromium.org/1377293004/diff/60001/fpdfsdk/src/jsapi/fxjs_...
File fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp (right):

https://codereview.chromium.org/1377293004/diff/60001/fpdfsdk/src/jsapi/fxjs_...
fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp:23: m_pIsolate =
v8::Isolate::New(params);
this creates an isolate before v8 is initialized in EmbedderTest::SetUp

Powered by Google App Engine
This is Rietveld 408576698