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

Issue 2650773003: Use std::vector for fx_ucd.h arrays. (Closed)

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

Description

Patch Set 1 : nothing but sed. #

Patch Set 2 : manual edits #

Patch Set 3 : even slightly more saner #

Total comments: 12

Patch Set 4 : Even better after review #

Patch Set 5 : missed one #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -210 lines) Patch
M core/fxcrt/fx_arabic.cpp View 1 2 3 12 chunks +75 lines, -92 lines 0 comments Download
M core/fxcrt/fx_arb.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M core/fxcrt/fx_ucd.h View 3 chunks +2 lines, -3 lines 0 comments Download
M xfa/fgas/layout/fgas_rtfbreak.h View 1 2 3 6 chunks +28 lines, -25 lines 0 comments Download
M xfa/fgas/layout/fgas_rtfbreak.cpp View 1 2 3 4 12 chunks +25 lines, -30 lines 0 comments Download
M xfa/fgas/layout/fgas_textbreak.h View 1 2 3 6 chunks +23 lines, -24 lines 0 comments Download
M xfa/fgas/layout/fgas_textbreak.cpp View 1 2 3 12 chunks +28 lines, -34 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
Tom Sepez
Dan, for review.
3 years, 11 months ago (2017-01-24 17:15:53 UTC) #4
dsinclair
https://codereview.chromium.org/2650773003/diff/40001/core/fxcrt/fx_arabic.cpp File core/fxcrt/fx_arabic.cpp (right): https://codereview.chromium.org/2650773003/diff/40001/core/fxcrt/fx_arabic.cpp#newcode476 core/fxcrt/fx_arabic.cpp:476: chars[i].m_iBidiLevel = (int16_t)iBaseLevel; nit: static_cast? https://codereview.chromium.org/2650773003/diff/40001/xfa/fgas/layout/fgas_rtfbreak.cpp File xfa/fgas/layout/fgas_rtfbreak.cpp (right): ...
3 years, 11 months ago (2017-01-24 18:43:59 UTC) #5
Tom Sepez
https://codereview.chromium.org/2650773003/diff/40001/core/fxcrt/fx_arabic.cpp File core/fxcrt/fx_arabic.cpp (right): https://codereview.chromium.org/2650773003/diff/40001/core/fxcrt/fx_arabic.cpp#newcode476 core/fxcrt/fx_arabic.cpp:476: chars[i].m_iBidiLevel = (int16_t)iBaseLevel; On 2017/01/24 18:43:58, dsinclair wrote: > ...
3 years, 11 months ago (2017-01-24 19:16:12 UTC) #7
Tom Sepez
https://codereview.chromium.org/2650773003/diff/40001/xfa/fgas/layout/fgas_rtfbreak.cpp File xfa/fgas/layout/fgas_rtfbreak.cpp (right): https://codereview.chromium.org/2650773003/diff/40001/xfa/fgas/layout/fgas_rtfbreak.cpp#newcode1088 xfa/fgas/layout/fgas_rtfbreak.cpp:1088: FXSYS_memcpy(nextChars.data(), curChars.data() + iCharPos, On 2017/01/24 18:43:58, dsinclair wrote: ...
3 years, 11 months ago (2017-01-24 19:22:27 UTC) #8
dsinclair
lgtm
3 years, 11 months ago (2017-01-24 19:58:49 UTC) #10
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/2650773003/80001
3 years, 11 months ago (2017-01-24 19:58:56 UTC) #11
commit-bot: I haz the power
3 years, 11 months ago (2017-01-24 20:17:46 UTC) #14
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://pdfium.googlesource.com/pdfium/+/33316fccc6a523077d15dc7944a492099a99...

Powered by Google App Engine
This is Rietveld 408576698