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

Issue 2025193002: Track shared isolates better in FXJSE. (Closed)

Created:
4 years, 6 months ago by Tom Sepez
Modified:
4 years, 6 months ago
Reviewers:
Lei Zhang, dsinclair
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Track shared isolates better in FXJSE. Fix the asymmetry between creating only some isolates and releasing all of them, even the shared ones, by being more careful not to trash those we didn't create. Committed: https://pdfium.googlesource.com/pdfium/+/d5f726188761cd00cb3d16921093a859bda39a71

Patch Set 1 : Straight rename for sanity, no functional change #

Patch Set 2 : Stop deleting shared instances #

Total comments: 4

Patch Set 3 : Rebase #

Patch Set 4 : Nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -72 lines) Patch
M fpdfsdk/fpdfxfa/fpdfxfa_app.cpp View 1 2 chunks +4 lines, -9 lines 0 comments Download
M fpdfsdk/fpdfxfa/include/fpdfxfa_app.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fxjse/include/fxjse.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxjse/runtime.h View 1 1 chunk +9 lines, -16 lines 0 comments Download
M xfa/fxjse/runtime.cpp View 1 2 3 2 chunks +36 lines, -44 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
Tom Sepez
Dan for review.
4 years, 6 months ago (2016-06-01 00:06:13 UTC) #2
dsinclair
lgtm w/ nits. https://codereview.chromium.org/2025193002/diff/20001/xfa/fxjse/runtime.cpp File xfa/fxjse/runtime.cpp (right): https://codereview.chromium.org/2025193002/diff/20001/xfa/fxjse/runtime.cpp#newcode51 xfa/fxjse/runtime.cpp:51: if (CFXJSE_IsolateTracker::g_pInstance) { if (!CFXJSE_IsolateTracker::g_pInstance) return; ...
4 years, 6 months ago (2016-06-01 02:57:36 UTC) #5
Tom Sepez
https://codereview.chromium.org/2025193002/diff/20001/xfa/fxjse/runtime.cpp File xfa/fxjse/runtime.cpp (right): https://codereview.chromium.org/2025193002/diff/20001/xfa/fxjse/runtime.cpp#newcode51 xfa/fxjse/runtime.cpp:51: if (CFXJSE_IsolateTracker::g_pInstance) { On 2016/06/01 02:57:36, dsinclair wrote: > ...
4 years, 6 months ago (2016-06-01 20:48:19 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2025193002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2025193002/60001
4 years, 6 months ago (2016-06-01 20:49:21 UTC) #9
commit-bot: I haz the power
4 years, 6 months ago (2016-06-01 21:01:35 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://pdfium.googlesource.com/pdfium/+/d5f726188761cd00cb3d16921093a859bda3...

Powered by Google App Engine
This is Rietveld 408576698