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

Issue 1992033002: fgas/ code cleanup. (Closed)

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

Description

fgas/ code cleanup. This CL shuffles code around in the fgas/ headers, removes unused functions and adds anonymous namepaces for static methods and data. Committed: https://pdfium.googlesource.com/pdfium/+/fc2cdf8657534467fd807e216d50650b0e959868

Patch Set 1 #

Total comments: 18

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Rebase to master #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+631 lines, -881 lines) Patch
M BUILD.gn View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M pdfium.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M xfa.gyp View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M xfa/fde/css/fde_cssdatatable.cpp View 1 4 chunks +42 lines, -31 lines 0 comments Download
A xfa/fde/css/fde_cssdatatable_unittest.cpp View 1 1 chunk +60 lines, -0 lines 0 comments Download
M xfa/fde/css/fde_csssyntax.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fgas/crt/fgas_algorithm.h View 1 chunk +6 lines, -23 lines 0 comments Download
D xfa/fgas/crt/fgas_algorithm.cpp View 1 chunk +0 lines, -306 lines 0 comments Download
M xfa/fgas/crt/fgas_codepage.h View 2 chunks +2 lines, -26 lines 0 comments Download
M xfa/fgas/crt/fgas_codepage.cpp View 7 chunks +220 lines, -57 lines 0 comments Download
D xfa/fgas/crt/fgas_encode.cpp View 1 chunk +0 lines, -193 lines 0 comments Download
M xfa/fgas/crt/fgas_memory.cpp View 3 chunks +5 lines, -3 lines 0 comments Download
M xfa/fgas/crt/fgas_stream.h View 1 chunk +1 line, -5 lines 0 comments Download
M xfa/fgas/crt/fgas_stream.cpp View 1 2 3 7 chunks +37 lines, -164 lines 0 comments Download
M xfa/fgas/crt/fgas_system.h View 1 chunk +0 lines, -6 lines 0 comments Download
M xfa/fgas/crt/fgas_system.cpp View 1 2 chunks +0 lines, -36 lines 0 comments Download
M xfa/fxfa/app/xfa_checksum.cpp View 2 chunks +85 lines, -3 lines 0 comments Download
M xfa/fxfa/app/xfa_ffdoc.cpp View 1 11 chunks +140 lines, -20 lines 2 comments Download
M xfa/fxfa/parser/xfa_layout_itemlayout.cpp View 1 3 chunks +30 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
dsinclair
PTAL. https://codereview.chromium.org/1992033002/diff/1/xfa/fxfa/app/xfa_ffdoc.cpp File xfa/fxfa/app/xfa_ffdoc.cpp (right): https://codereview.chromium.org/1992033002/diff/1/xfa/fxfa/app/xfa_ffdoc.cpp#newcode32 xfa/fxfa/app/xfa_ffdoc.cpp:32: struct FX_BASE64DATA { This struct is duplicated, but ...
4 years, 7 months ago (2016-05-18 21:15:36 UTC) #2
Tom Sepez
Still got red bots. https://codereview.chromium.org/1992033002/diff/1/xfa/fde/css/fde_cssdatatable.cpp File xfa/fde/css/fde_cssdatatable.cpp (right): https://codereview.chromium.org/1992033002/diff/1/xfa/fde/css/fde_cssdatatable.cpp#newcode16 xfa/fde/css/fde_cssdatatable.cpp:16: const uint8_t g_FXHex2DecMap[256] = { ...
4 years, 7 months ago (2016-05-18 22:01:22 UTC) #3
dsinclair
https://codereview.chromium.org/1992033002/diff/1/xfa/fde/css/fde_cssdatatable.cpp File xfa/fde/css/fde_cssdatatable.cpp (right): https://codereview.chromium.org/1992033002/diff/1/xfa/fde/css/fde_cssdatatable.cpp#newcode16 xfa/fde/css/fde_cssdatatable.cpp:16: const uint8_t g_FXHex2DecMap[256] = { On 2016/05/18 22:01:21, Tom ...
4 years, 7 months ago (2016-05-19 14:24:44 UTC) #4
Tom Sepez
LGTM with comment. https://codereview.chromium.org/1992033002/diff/60001/xfa/fxfa/app/xfa_ffdoc.cpp File xfa/fxfa/app/xfa_ffdoc.cpp (right): https://codereview.chromium.org/1992033002/diff/60001/xfa/fxfa/app/xfa_ffdoc.cpp#newcode54 xfa/fxfa/app/xfa_ffdoc.cpp:54: uint8_t base64DecoderValue(uint8_t val) { The numbers ...
4 years, 7 months ago (2016-05-19 21:23:42 UTC) #5
dsinclair
https://codereview.chromium.org/1992033002/diff/60001/xfa/fxfa/app/xfa_ffdoc.cpp File xfa/fxfa/app/xfa_ffdoc.cpp (right): https://codereview.chromium.org/1992033002/diff/60001/xfa/fxfa/app/xfa_ffdoc.cpp#newcode54 xfa/fxfa/app/xfa_ffdoc.cpp:54: uint8_t base64DecoderValue(uint8_t val) { On 2016/05/19 21:23:42, Tom Sepez ...
4 years, 7 months ago (2016-05-20 01:06:31 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1992033002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1992033002/60001
4 years, 7 months ago (2016-05-20 01:06:53 UTC) #8
commit-bot: I haz the power
4 years, 7 months ago (2016-05-20 01:07:15 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://pdfium.googlesource.com/pdfium/+/fc2cdf8657534467fd807e216d50650b0e95...

Powered by Google App Engine
This is Rietveld 408576698