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

Issue 2048983002: Get rid of NULLs in xfa/fxbarcode/ (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : more cleanup #

Total comments: 4

Patch Set 3 : rebase #

Patch Set 4 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+491 lines, -502 lines) Patch
M xfa/fxbarcode/BC_BinaryBitmap.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M xfa/fxbarcode/BC_TwoDimWriter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_CommonBitMatrix.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/fxbarcode/common/BC_CommonByteArray.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/common/BC_CommonByteMatrix.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/BC_CommonCharacterSetECI.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/common/BC_CommonDecoderResult.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/common/BC_CommonECI.cpp View 1 2 3 1 chunk +2 lines, -6 lines 0 comments Download
M xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp View 6 chunks +9 lines, -9 lines 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp View 2 chunks +11 lines, -11 lines 0 comments Download
M xfa/fxbarcode/datamatrix/BC_EncoderContext.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/datamatrix/BC_SymbolInfo.h View 1 2 chunks +3 lines, -7 lines 0 comments Download
M xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp View 1 2 3 4 chunks +56 lines, -58 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OneDimReader.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OneDimWriter.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/oned/BC_OneDimWriter.cpp View 8 chunks +14 lines, -13 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedCode128Reader.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedCode128Writer.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedCode39Reader.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedCode39Writer.cpp View 5 chunks +9 lines, -9 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedEAN13Writer.cpp View 6 chunks +8 lines, -8 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp View 6 chunks +9 lines, -9 lines 0 comments Download
M xfa/fxbarcode/oned/BC_OnedUPCAReader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp View 5 chunks +8 lines, -8 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp View 6 chunks +15 lines, -16 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp View 5 chunks +12 lines, -12 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp View 10 chunks +21 lines, -21 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417Detector.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.cpp View 8 chunks +10 lines, -10 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417ECModulusGF.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417ECModulusPoly.cpp View 5 chunks +16 lines, -16 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417Reader.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417ScanningDecoder.cpp View 19 chunks +56 lines, -55 lines 0 comments Download
M xfa/fxbarcode/pdf417/BC_PDF417Writer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRBitMatrixParser.cpp View 7 chunks +17 lines, -17 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCodeReader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoder.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoderDecoder.cpp View 5 chunks +9 lines, -9 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoderEncoder.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp View 2 chunks +9 lines, -9 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp View 16 chunks +16 lines, -16 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoderMode.cpp View 6 chunks +26 lines, -26 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRCoderVersion.cpp View 5 chunks +14 lines, -14 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRDataBlock.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp View 2 chunks +18 lines, -18 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRDetector.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp View 3 chunks +5 lines, -6 lines 0 comments Download
M xfa/fxbarcode/qrcode/BC_QRGridSampler.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (6 generated)
Lei Zhang
4 years, 6 months ago (2016-06-09 18:22:41 UTC) #2
dsinclair
lgtm w/ nits. https://codereview.chromium.org/2048983002/diff/20001/xfa/fxbarcode/common/BC_CommonECI.cpp File xfa/fxbarcode/common/BC_CommonECI.cpp (right): https://codereview.chromium.org/2048983002/diff/20001/xfa/fxbarcode/common/BC_CommonECI.cpp#newcode37 xfa/fxbarcode/common/BC_CommonECI.cpp:37: return nullptr; nit: this can be ...
4 years, 6 months ago (2016-06-09 18:40:06 UTC) #3
Lei Zhang
https://codereview.chromium.org/2048983002/diff/20001/xfa/fxbarcode/common/BC_CommonECI.cpp File xfa/fxbarcode/common/BC_CommonECI.cpp (right): https://codereview.chromium.org/2048983002/diff/20001/xfa/fxbarcode/common/BC_CommonECI.cpp#newcode37 xfa/fxbarcode/common/BC_CommonECI.cpp:37: return nullptr; On 2016/06/09 18:40:06, dsinclair wrote: > nit: ...
4 years, 6 months ago (2016-06-09 22:31:48 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2048983002/60001
4 years, 6 months ago (2016-06-09 22:32:16 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: mac on master.tryserver.client.pdfium (JOB_TIMED_OUT, no build URL) mac_no_v8 on ...
4 years, 6 months ago (2016-06-10 00:32:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2048983002/60001
4 years, 6 months ago (2016-06-10 00:45:52 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://pdfium.googlesource.com/pdfium/+/6dc1d7753691c0ff2f390e8ffd95a3182064487e
4 years, 6 months ago (2016-06-10 01:39:37 UTC) #13
commit-bot: I haz the power
4 years, 6 months ago (2016-06-10 01:39:39 UTC) #14
Message was sent while issue was closed.
CQ bit was unchecked

Powered by Google App Engine
This is Rietveld 408576698