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

Issue 2567503002: Replace CFX_FloatArray with std::vector (Closed)

Created:
4 years ago by Tom Sepez
Modified:
4 years ago
Reviewers:
dsinclair
CC:
pdfium-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : rebase, vector.h #

Total comments: 2

Patch Set 3 : One less pointer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -67 lines) Patch
M core/fxcrt/fx_basic.h View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fgas/layout/fgas_rtfbreak.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M xfa/fgas/layout/fgas_rtfbreak.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp View 2 chunks +14 lines, -14 lines 0 comments Download
M xfa/fxfa/app/xfa_ffwidgetacc.cpp View 1 2 7 chunks +28 lines, -31 lines 0 comments Download
M xfa/fxfa/app/xfa_textlayout.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M xfa/fxfa/app/xfa_textlayout.cpp View 6 chunks +17 lines, -16 lines 0 comments Download

Messages

Total messages: 22 (16 generated)
Tom Sepez
Dan, ready for review.
4 years ago (2016-12-13 17:40:10 UTC) #8
dsinclair
https://codereview.chromium.org/2567503002/diff/20001/xfa/fxfa/app/xfa_ffwidgetacc.cpp File xfa/fxfa/app/xfa_ffwidgetacc.cpp (right): https://codereview.chromium.org/2567503002/diff/20001/xfa/fxfa/app/xfa_ffwidgetacc.cpp#newcode130 xfa/fxfa/app/xfa_ffwidgetacc.cpp:130: std::unique_ptr<std::vector<FX_FLOAT>> m_pFieldSplitArray; Does this still need to be a ...
4 years ago (2016-12-13 18:27:21 UTC) #11
Tom Sepez
https://codereview.chromium.org/2567503002/diff/20001/xfa/fxfa/app/xfa_ffwidgetacc.cpp File xfa/fxfa/app/xfa_ffwidgetacc.cpp (right): https://codereview.chromium.org/2567503002/diff/20001/xfa/fxfa/app/xfa_ffwidgetacc.cpp#newcode130 xfa/fxfa/app/xfa_ffwidgetacc.cpp:130: std::unique_ptr<std::vector<FX_FLOAT>> m_pFieldSplitArray; On 2016/12/13 18:27:21, dsinclair wrote: > Does ...
4 years ago (2016-12-13 19:11:01 UTC) #14
dsinclair
lgtm
4 years ago (2016-12-13 20:45:37 UTC) #18
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/2567503002/40001
4 years ago (2016-12-13 20:45:40 UTC) #19
commit-bot: I haz the power
4 years ago (2016-12-13 20:46:00 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/988599c5d81bbb568f949454580ec6001258...

Powered by Google App Engine
This is Rietveld 408576698