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 1326953006: Remove CJBig2_Object, CJBig2_Module, and friends. (Closed)

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

Description

Patch Set 1 : #

Total comments: 12

Patch Set 2 : nits #

Total comments: 14

Patch Set 3 : rebase #

Patch Set 4 : const #

Patch Set 5 : nits #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -527 lines) Patch
M BUILD.gn View 1 chunk +0 lines, -3 lines 0 comments Download
M core/src/fxcodec/codec/codec_int.h View 2 chunks +0 lines, -28 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_fax.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_jbig.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h View 1 chunk +2 lines, -1 line 0 comments Download
M core/src/fxcodec/jbig2/JBig2_BitStream.h View 1 2 3 4 chunks +8 lines, -7 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Context.h View 1 2 3 3 chunks +6 lines, -8 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Context.cpp View 1 2 3 4 30 chunks +64 lines, -110 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Define.h View 2 chunks +15 lines, -9 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h View 7 chunks +7 lines, -7 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp View 1 64 chunks +100 lines, -149 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_HuffmanTable.h View 1 chunk +2 lines, -1 line 0 comments Download
M core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h View 1 chunk +6 lines, -2 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Image.h View 1 chunk +6 lines, -4 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Image.cpp View 1 2 3 4 6 chunks +7 lines, -9 lines 0 comments Download
D core/src/fxcodec/jbig2/JBig2_Module.h View 1 chunk +0 lines, -26 lines 0 comments Download
D core/src/fxcodec/jbig2/JBig2_Object.h View 1 chunk +0 lines, -55 lines 0 comments Download
D core/src/fxcodec/jbig2/JBig2_Object.cpp View 1 chunk +0 lines, -82 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Segment.h View 1 2 3 2 chunks +5 lines, -4 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_SymbolDict.h View 2 chunks +7 lines, -3 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp View 1 2 3 4 3 chunks +9 lines, -12 lines 0 comments Download
M pdfium.gyp View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Lei Zhang
5 years, 3 months ago (2015-09-04 01:08:29 UTC) #3
Tom Sepez
https://codereview.chromium.org/1326953006/diff/20001/core/src/fxcodec/jbig2/JBig2_Context.cpp File core/src/fxcodec/jbig2/JBig2_Context.cpp (right): https://codereview.chromium.org/1326953006/diff/20001/core/src/fxcodec/jbig2/JBig2_Context.cpp#newcode358 core/src/fxcodec/jbig2/JBig2_Context.cpp:358: pSegment->m_pReferred_to_segment_numbers = (FX_DWORD*)FX_Alloc2D( Hmm. I think we can use ...
5 years, 3 months ago (2015-09-04 01:26:47 UTC) #4
Lei Zhang
https://codereview.chromium.org/1326953006/diff/20001/core/src/fxcodec/jbig2/JBig2_Context.cpp File core/src/fxcodec/jbig2/JBig2_Context.cpp (right): https://codereview.chromium.org/1326953006/diff/20001/core/src/fxcodec/jbig2/JBig2_Context.cpp#newcode358 core/src/fxcodec/jbig2/JBig2_Context.cpp:358: pSegment->m_pReferred_to_segment_numbers = (FX_DWORD*)FX_Alloc2D( On 2015/09/04 01:26:47, Tom Sepez wrote: ...
5 years, 3 months ago (2015-09-04 21:35:00 UTC) #5
Lei Zhang
Any other issues with this CL?
5 years, 3 months ago (2015-09-09 02:53:23 UTC) #6
Tom Sepez
https://codereview.chromium.org/1326953006/diff/40001/core/src/fxcodec/codec/fx_codec_jbig.cpp File core/src/fxcodec/codec/fx_codec_jbig.cpp (right): https://codereview.chromium.org/1326953006/diff/40001/core/src/fxcodec/codec/fx_codec_jbig.cpp#newcode52 core/src/fxcodec/codec/fx_codec_jbig.cpp:52: JBIG2_EMBED_STREAM, &m_SymbolDictCache, pPause); For next time: global_data and src_buf ...
5 years, 3 months ago (2015-09-09 18:10:57 UTC) #7
Lei Zhang
https://codereview.chromium.org/1326953006/diff/40001/core/src/fxcodec/codec/fx_codec_jbig.cpp File core/src/fxcodec/codec/fx_codec_jbig.cpp (right): https://codereview.chromium.org/1326953006/diff/40001/core/src/fxcodec/codec/fx_codec_jbig.cpp#newcode52 core/src/fxcodec/codec/fx_codec_jbig.cpp:52: JBIG2_EMBED_STREAM, &m_SymbolDictCache, pPause); On 2015/09/09 18:10:56, Tom Sepez wrote: ...
5 years, 3 months ago (2015-09-09 22:49:05 UTC) #8
Tom Sepez
lgtm
5 years, 3 months ago (2015-09-10 22:34:34 UTC) #9
Lei Zhang
5 years, 3 months ago (2015-09-10 23:12:52 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 (id:120001) manually as
70f4404e9a9e69afdfdd07715aa946f6561ce0cb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698