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

Issue 2136213002: Rename fxjse/ to fxjs/ update files to match class names. (Closed)

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

Description

Rename fxjse/ to fxjs/ update files to match class names. This Cl moves the fxjse/ directory to fxjs/ in anticipation of merging in fpdfsdk/jsapi. In the process the filenames are updated to better match the class contents. Static methods are moved to anonymous namespaces as possible. Committed: https://pdfium.googlesource.com/pdfium/+/08fea801054f3afadb95d0a54efe7da6683c5c5d

Patch Set 1 #

Total comments: 7

Patch Set 2 : Similarity level.... #

Total comments: 2

Patch Set 3 : Add todo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+797 lines, -2128 lines) Patch
M BUILD.gn View 1 chunk +13 lines, -12 lines 0 comments Download
M fpdfsdk/javascript/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/cjs_runtime.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/ijs_runtime.h View 1 chunk +1 line, -1 line 0 comments Download
A + fxjs/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A fxjs/cfxjse_arguments.cpp View 1 chunk +56 lines, -0 lines 0 comments Download
A + fxjs/cfxjse_class.cpp View 1 12 chunks +254 lines, -112 lines 0 comments Download
A + fxjs/cfxjse_context.cpp View 1 2 7 chunks +47 lines, -22 lines 0 comments Download
A + fxjs/cfxjse_isolatetracker.h View 2 chunks +21 lines, -26 lines 0 comments Download
A fxjs/cfxjse_isolatetracker.cpp View 1 chunk +35 lines, -0 lines 0 comments Download
A + fxjs/cfxjse_runtimedata.h View 2 chunks +4 lines, -24 lines 0 comments Download
A + fxjs/cfxjse_runtimedata.cpp View 5 chunks +20 lines, -45 lines 0 comments Download
A + fxjs/cfxjse_value.cpp View 3 chunks +176 lines, -5 lines 0 comments Download
A + fxjs/include/cfxjse_arguments.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + fxjs/include/cfxjse_class.h View 4 chunks +7 lines, -7 lines 0 comments Download
A + fxjs/include/cfxjse_context.h View 4 chunks +10 lines, -8 lines 0 comments Download
A fxjs/include/cfxjse_value.h View 1 chunk +102 lines, -0 lines 0 comments Download
A + fxjs/include/fxjse.h View 2 chunks +3 lines, -3 lines 0 comments Download
D fxjse/DEPS View 1 chunk +0 lines, -6 lines 0 comments Download
D fxjse/class.cpp View 1 chunk +0 lines, -291 lines 0 comments Download
D fxjse/context.h View 1 chunk +0 lines, -63 lines 0 comments Download
D fxjse/context.cpp View 1 chunk +0 lines, -230 lines 0 comments Download
D fxjse/dynprop.cpp View 1 chunk +0 lines, -225 lines 0 comments Download
D fxjse/include/cfxjse_arguments.h View 1 chunk +0 lines, -38 lines 0 comments Download
D fxjse/include/cfxjse_class.h View 1 chunk +0 lines, -45 lines 0 comments Download
D fxjse/include/cfxjse_value.h View 1 chunk +0 lines, -238 lines 0 comments Download
D fxjse/include/fxjse.h View 1 chunk +0 lines, -74 lines 0 comments Download
D fxjse/runtime.h View 1 chunk +0 lines, -54 lines 0 comments Download
D fxjse/runtime.cpp View 1 chunk +0 lines, -130 lines 0 comments Download
D fxjse/scope_inline.h View 1 chunk +0 lines, -75 lines 0 comments Download
D fxjse/value.cpp View 1 chunk +0 lines, -348 lines 0 comments Download
M xfa.gyp View 1 chunk +13 lines, -12 lines 0 comments Download
M xfa/fxfa/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffnotify.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffwidgetacc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/fm2js/xfa_fm2jscontext.h View 1 chunk +2 lines, -1 line 0 comments Download
M xfa/fxfa/fm2js/xfa_fm2jscontext.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fxfa/include/fxfa_basic.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxfa/parser/cxfa_valuearray.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_object.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_object_imp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_datawindow.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_datawindow.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_eventpseudomodel.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_hostpseudomodel.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_imp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_imp.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fxfa/parser/xfa_script_layoutpseudomodel.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_logpseudomodel.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_logpseudomodel.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_signaturepseudomodel.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_script_signaturepseudomodel.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (4 generated)
dsinclair
PTAL. Part 1 of moving fpdfsdk/jsapi into fxjs/. https://codereview.chromium.org/2136213002/diff/1/fxjs/include/cfxjse_value.h File fxjs/include/cfxjse_value.h (right): https://codereview.chromium.org/2136213002/diff/1/fxjs/include/cfxjse_value.h#newcode25 fxjs/include/cfxjse_value.h:25: FX_BOOL ...
4 years, 5 months ago (2016-07-11 20:18:04 UTC) #2
Tom Sepez
https://codereview.chromium.org/2136213002/diff/1/fxjs/cfxjse_class.cpp File fxjs/cfxjse_class.cpp (right): https://codereview.chromium.org/2136213002/diff/1/fxjs/cfxjse_class.cpp#newcode1 fxjs/cfxjse_class.cpp:1: // Copyright 2016 PDFium Authors. All rights reserved. Is ...
4 years, 5 months ago (2016-07-11 21:03:27 UTC) #3
Tom Sepez
https://codereview.chromium.org/2136213002/diff/1/fxjs/include/cfxjse_context.h File fxjs/include/cfxjse_context.h (right): https://codereview.chromium.org/2136213002/diff/1/fxjs/include/cfxjse_context.h#newcode39 fxjs/include/cfxjse_context.h:39: friend class CFXJSE_ScopeUtil_IsolateHandleContext; I thought you renamed this one. ...
4 years, 5 months ago (2016-07-11 22:12:28 UTC) #4
dsinclair
https://codereview.chromium.org/2136213002/diff/1/fxjs/cfxjse_class.cpp File fxjs/cfxjse_class.cpp (right): https://codereview.chromium.org/2136213002/diff/1/fxjs/cfxjse_class.cpp#newcode1 fxjs/cfxjse_class.cpp:1: // Copyright 2016 PDFium Authors. All rights reserved. On ...
4 years, 5 months ago (2016-07-12 13:38:30 UTC) #5
Tom Sepez
lgtm https://codereview.chromium.org/2136213002/diff/20001/fxjs/cfxjse_context.cpp File fxjs/cfxjse_context.cpp (right): https://codereview.chromium.org/2136213002/diff/20001/fxjs/cfxjse_context.cpp#newcode44 fxjs/cfxjse_context.cpp:44: // in cfxjse_context.h nit: add a todo to ...
4 years, 5 months ago (2016-07-12 16:35:37 UTC) #6
dsinclair
https://codereview.chromium.org/2136213002/diff/20001/fxjs/cfxjse_context.cpp File fxjs/cfxjse_context.cpp (right): https://codereview.chromium.org/2136213002/diff/20001/fxjs/cfxjse_context.cpp#newcode44 fxjs/cfxjse_context.cpp:44: // in cfxjse_context.h On 2016/07/12 16:35:37, Tom Sepez wrote: ...
4 years, 5 months ago (2016-07-12 17:22:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2136213002/40001
4 years, 5 months ago (2016-07-12 17:22:43 UTC) #10
commit-bot: I haz the power
4 years, 5 months ago (2016-07-12 17:37:57 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/08fea801054f3afadb95d0a54efe7da6683c...

Powered by Google App Engine
This is Rietveld 408576698