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

Issue 2535723010: Rename IFX_Stream to IFGAS_Stream. (Closed)

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

Description

Rename IFX_Stream to IFGAS_Stream. It's a separate hierarchy unrelated to the IFX_*Stream classes. Also rename CFX_Stream to CFGAS_Stream, and so forth. Committed: https://pdfium.googlesource.com/pdfium/+/0527ec571a8842b84f5161dc67f8da439e65eb12

Patch Set 1 #

Patch Set 2 : Fix wrong comment #

Patch Set 3 : Fix CFX_Stream, too #

Patch Set 4 : Also fix CFX_TextStream #

Total comments: 14

Patch Set 5 : rebase first #

Patch Set 6 : rename more to IFGAS, {} #

Unified diffs Side-by-side diffs Delta from patch set Stats (+338 lines, -312 lines) Patch
M core/fpdfapi/parser/cpdf_parser_unittest.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M testing/libfuzzer/pdf_cfx_saxreader_fuzzer.cc View 1 chunk +1 line, -1 line 0 comments Download
M testing/libfuzzer/pdf_css_fuzzer.cc View 1 chunk +1 line, -1 line 0 comments Download
M testing/libfuzzer/pdf_xml_fuzzer.cc View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/cfde_txtedtengine.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/cfde_txtedtengine.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/css/fde_css.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/css/fde_cssstylesheet.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/css/fde_cssstylesheet.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fde/css/fde_csssyntax.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/fde/css/fde_csssyntax.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fde/xml/fde_xml_imp.h View 4 chunks +6 lines, -6 lines 0 comments Download
M xfa/fde/xml/fde_xml_imp.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M xfa/fde/xml/fde_xml_imp_unittest.cpp View 15 chunks +15 lines, -15 lines 0 comments Download
M xfa/fgas/crt/fgas_stream.h View 1 chunk +15 lines, -15 lines 0 comments Download
M xfa/fgas/crt/fgas_stream.cpp View 1 2 3 4 5 58 chunks +248 lines, -223 lines 0 comments Download
M xfa/fgas/font/cfgas_gefont.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/fgas/font/cfgas_gefont.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M xfa/fxfa/parser/cxfa_dataexporter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fxfa/parser/cxfa_dataexporter.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M xfa/fxfa/parser/cxfa_node.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxfa/parser/cxfa_simple_parser.h View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fxfa/parser/cxfa_simple_parser.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fxfa/parser/cxfa_widetextread.h View 2 chunks +6 lines, -6 lines 0 comments Download
M xfa/fxfa/parser/cxfa_widetextread.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M xfa/fxfa/parser/cxfa_xml_parser.h View 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/fxfa/parser/cxfa_xml_parser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/parser/xfa_utils.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (12 generated)
Tom Sepez
NPM, ready for review.
4 years ago (2016-12-01 23:55:20 UTC) #5
npm
https://codereview.chromium.org/2535723010/diff/60001/xfa/fgas/crt/fgas_stream.cpp File xfa/fgas/crt/fgas_stream.cpp (right): https://codereview.chromium.org/2535723010/diff/60001/xfa/fgas/crt/fgas_stream.cpp#newcode21 xfa/fgas/crt/fgas_stream.cpp:21: class IFX_StreamImp { You probably want to rename all ...
4 years ago (2016-12-02 16:23:22 UTC) #10
Tom Sepez
https://codereview.chromium.org/2535723010/diff/60001/xfa/fgas/crt/fgas_stream.cpp File xfa/fgas/crt/fgas_stream.cpp (right): https://codereview.chromium.org/2535723010/diff/60001/xfa/fgas/crt/fgas_stream.cpp#newcode21 xfa/fgas/crt/fgas_stream.cpp:21: class IFX_StreamImp { On 2016/12/02 16:23:22, npm wrote: > ...
4 years ago (2016-12-02 18:02:08 UTC) #11
npm
lgtm
4 years ago (2016-12-02 18:26:25 UTC) #13
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/2535723010/100001
4 years ago (2016-12-02 18:26:55 UTC) #15
commit-bot: I haz the power
4 years ago (2016-12-02 18:53:34 UTC) #18
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://pdfium.googlesource.com/pdfium/+/0527ec571a8842b84f5161dc67f8da439e65...

Powered by Google App Engine
This is Rietveld 408576698