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

Issue 2025723002: xfa_fm2jscontext formatting and cleanup - pt I (Closed)

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

Description

xfa_fm2jscontext formatting and cleanup - pt I Committed: https://pdfium.googlesource.com/pdfium/+/48d91dd174933b4881fb500b76fb2e3ecbc7f548

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Total comments: 12

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+441 lines, -218 lines) Patch
M xfa/fxfa/fm2js/xfa_fm2jsapi.h View 1 chunk +3 lines, -5 lines 0 comments Download
M xfa/fxfa/fm2js/xfa_fm2jsapi.cpp View 1 chunk +5 lines, -11 lines 0 comments Download
M xfa/fxfa/fm2js/xfa_fm2jscontext.h View 1 2 1 chunk +5 lines, -7 lines 0 comments Download
M xfa/fxfa/fm2js/xfa_fm2jscontext.cpp View 1 2 151 chunks +426 lines, -192 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_imp.cpp View 1 chunk +2 lines, -3 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 15 (4 generated)
dsinclair
PTAL. I'm breaking this up in a bunch of smaller patches. Tried to do it ...
4 years, 6 months ago (2016-05-30 21:10:51 UTC) #2
Lei Zhang
Looking. There are red trybots.
4 years, 6 months ago (2016-05-30 23:11:00 UTC) #3
Lei Zhang
lgtm https://codereview.chromium.org/2025723002/diff/1/xfa/fxfa/fm2js/xfa_fm2jscontext.cpp File xfa/fxfa/fm2js/xfa_fm2jscontext.cpp (right): https://codereview.chromium.org/2025723002/diff/1/xfa/fxfa/fm2js/xfa_fm2jscontext.cpp#newcode2710 xfa/fxfa/fm2js/xfa_fm2jscontext.cpp:2710: while ((nRet > kFinancialPrecision || nRet < -kFinancialPrecision) ...
4 years, 6 months ago (2016-05-30 23:15:59 UTC) #4
dsinclair
https://codereview.chromium.org/2025723002/diff/1/xfa/fxfa/fm2js/xfa_fm2jscontext.cpp File xfa/fxfa/fm2js/xfa_fm2jscontext.cpp (right): https://codereview.chromium.org/2025723002/diff/1/xfa/fxfa/fm2js/xfa_fm2jscontext.cpp#newcode2710 xfa/fxfa/fm2js/xfa_fm2jscontext.cpp:2710: while ((nRet > kFinancialPrecision || nRet < -kFinancialPrecision) && ...
4 years, 6 months ago (2016-05-31 13:39:51 UTC) #5
Tom Sepez
https://codereview.chromium.org/2025723002/diff/20001/xfa/fxfa/fm2js/xfa_fm2jsapi.cpp File xfa/fxfa/fm2js/xfa_fm2jsapi.cpp (right): https://codereview.chromium.org/2025723002/diff/20001/xfa/fxfa/fm2js/xfa_fm2jsapi.cpp#newcode42 xfa/fxfa/fm2js/xfa_fm2jsapi.cpp:42: XFA_HFM2JSCONTEXT XFA_FM2JS_ContextCreate(v8::Isolate* pScriptIsolate, can we lose the XFA_HFM2JSCONTEXT opaque ...
4 years, 6 months ago (2016-05-31 16:33:17 UTC) #6
Tom Sepez
On 2016/05/31 16:33:17, Tom Sepez wrote: > https://codereview.chromium.org/2025723002/diff/20001/xfa/fxfa/fm2js/xfa_fm2jsapi.cpp > File xfa/fxfa/fm2js/xfa_fm2jsapi.cpp (right): > > https://codereview.chromium.org/2025723002/diff/20001/xfa/fxfa/fm2js/xfa_fm2jsapi.cpp#newcode42 ...
4 years, 6 months ago (2016-05-31 16:38:43 UTC) #7
Tom Sepez
On 2016/05/31 16:33:17, Tom Sepez wrote: > https://codereview.chromium.org/2025723002/diff/20001/xfa/fxfa/fm2js/xfa_fm2jsapi.cpp > File xfa/fxfa/fm2js/xfa_fm2jsapi.cpp (right): > > https://codereview.chromium.org/2025723002/diff/20001/xfa/fxfa/fm2js/xfa_fm2jsapi.cpp#newcode42 ...
4 years, 6 months ago (2016-05-31 16:38:44 UTC) #8
Lei Zhang
https://codereview.chromium.org/2025723002/diff/1/xfa/fxfa/fm2js/xfa_fm2jscontext.cpp File xfa/fxfa/fm2js/xfa_fm2jscontext.cpp (right): https://codereview.chromium.org/2025723002/diff/1/xfa/fxfa/fm2js/xfa_fm2jscontext.cpp#newcode2710 xfa/fxfa/fm2js/xfa_fm2jscontext.cpp:2710: while ((nRet > kFinancialPrecision || nRet < -kFinancialPrecision) && ...
4 years, 6 months ago (2016-05-31 18:03:48 UTC) #9
dsinclair
https://codereview.chromium.org/2025723002/diff/1/xfa/fxfa/fm2js/xfa_fm2jscontext.cpp File xfa/fxfa/fm2js/xfa_fm2jscontext.cpp (right): https://codereview.chromium.org/2025723002/diff/1/xfa/fxfa/fm2js/xfa_fm2jscontext.cpp#newcode2710 xfa/fxfa/fm2js/xfa_fm2jscontext.cpp:2710: while ((nRet > kFinancialPrecision || nRet < -kFinancialPrecision) && ...
4 years, 6 months ago (2016-05-31 18:42:40 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2025723002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2025723002/40001
4 years, 6 months ago (2016-05-31 18:42:47 UTC) #13
commit-bot: I haz the power
4 years, 6 months ago (2016-05-31 18:54:07 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/48d91dd174933b4881fb500b76fb2e3ecbc7...

Powered by Google App Engine
This is Rietveld 408576698