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

Issue 1234053003: Plumb in an externally created v8::Isolate (Closed)

Created:
5 years, 5 months ago by jochen (gone - plz use gerrit)
Modified:
5 years, 5 months ago
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Plumb in an externally created v8::Isolate In Chrome, all Isolates must be created by gin R=tsepez@chromium.org, ulan@chromium.org BUG= Committed: https://pdfium.googlesource.com/pdfium/+/1c79928b4ade95806d0351a21b4d4727d6c8ed38

Patch Set 1 #

Total comments: 6

Patch Set 2 : updates #

Total comments: 4

Patch Set 3 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -9 lines) Patch
M fpdfsdk/src/javascript/JS_Runtime.cpp View 1 2 1 chunk +11 lines, -5 lines 0 comments Download
M public/fpdf_formfill.h View 1 2 2 chunks +11 lines, -2 lines 0 comments Download
M samples/pdfium_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M testing/embedder_test.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (1 generated)
jochen (gone - plz use gerrit)
5 years, 5 months ago (2015-07-14 13:44:12 UTC) #1
ulan
lgtm
5 years, 5 months ago (2015-07-14 14:35:06 UTC) #2
Tom Sepez
Thanks immensely. https://codereview.chromium.org/1234053003/diff/1/fpdfsdk/src/javascript/JS_Runtime.cpp File fpdfsdk/src/javascript/JS_Runtime.cpp (right): https://codereview.chromium.org/1234053003/diff/1/fpdfsdk/src/javascript/JS_Runtime.cpp#newcode115 fpdfsdk/src/javascript/JS_Runtime.cpp:115: if (m_pApp->GetFormFillInfo()->m_pJsPlatform->version == 2) { I think ...
5 years, 5 months ago (2015-07-14 16:22:53 UTC) #3
Tom Sepez
https://codereview.chromium.org/1234053003/diff/1/public/fpdf_formfill.h File public/fpdf_formfill.h (right): https://codereview.chromium.org/1234053003/diff/1/public/fpdf_formfill.h#newcode26 public/fpdf_formfill.h:26: * Version number of the interface. Currently must be ...
5 years, 5 months ago (2015-07-14 16:29:27 UTC) #4
tsepez (do not use)
https://codereview.chromium.org/1234053003/diff/1/public/fpdf_formfill.h File public/fpdf_formfill.h (right): https://codereview.chromium.org/1234053003/diff/1/public/fpdf_formfill.h#newcode14 public/fpdf_formfill.h:14: namespace v8 { Actually, these public files are expected ...
5 years, 5 months ago (2015-07-14 17:02:29 UTC) #6
jochen (gone - plz use gerrit)
ptal
5 years, 5 months ago (2015-07-14 18:18:06 UTC) #7
Tom Sepez
lgtm https://codereview.chromium.org/1234053003/diff/20001/fpdfsdk/src/javascript/JS_Runtime.cpp File fpdfsdk/src/javascript/JS_Runtime.cpp (right): https://codereview.chromium.org/1234053003/diff/20001/fpdfsdk/src/javascript/JS_Runtime.cpp#newcode119 fpdfsdk/src/javascript/JS_Runtime.cpp:119: if (m_isolate == NULL) { nit: prefer if ...
5 years, 5 months ago (2015-07-14 19:32:35 UTC) #8
Tom Sepez
https://codereview.chromium.org/1234053003/diff/20001/public/fpdf_formfill.h File public/fpdf_formfill.h (right): https://codereview.chromium.org/1234053003/diff/20001/public/fpdf_formfill.h#newcode23 public/fpdf_formfill.h:23: * m_isolate must be set). nit: stray line.
5 years, 5 months ago (2015-07-14 19:34:17 UTC) #9
jochen (gone - plz use gerrit)
5 years, 5 months ago (2015-07-15 12:31:34 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
1c79928b4ade95806d0351a21b4d4727d6c8ed38 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698