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

Issue 1937513002: Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 8 (Closed)

Created:
4 years, 7 months ago by Tom Sepez
Modified:
4 years, 7 months ago
Reviewers:
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

Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 8 This also removes another hand-written bubblesort in favor of the std::sort() STL function. Committed: https://pdfium.googlesource.com/pdfium/+/d5d07dcf59ddc6439f73382c6e0b9e6d1851000d

Patch Set 1 #

Total comments: 2

Patch Set 2 : Flip if/else. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -234 lines) Patch
M xfa/fxbarcode/BC_Utils.cpp View 1 chunk +0 lines, -15 lines 0 comments Download
M xfa/fxbarcode/common/BC_WhiteRectangleDetector.h View 2 chunks +7 lines, -5 lines 0 comments Download
M xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp View 7 chunks +35 lines, -27 lines 0 comments Download
M xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.h View 1 chunk +9 lines, -7 lines 0 comments Download
M xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp View 3 chunks +33 lines, -33 lines 0 comments Download
M xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h View 2 chunks +10 lines, -6 lines 0 comments Download
M xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp View 2 chunks +15 lines, -11 lines 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.h View 1 chunk +8 lines, -7 lines 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp View 5 chunks +14 lines, -21 lines 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp View 2 chunks +13 lines, -16 lines 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.h View 3 chunks +9 lines, -8 lines 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp View 1 10 chunks +60 lines, -60 lines 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp View 4 chunks +10 lines, -11 lines 0 comments Download
M xfa/fxbarcode/utils.h View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
Tom Sepez
Lei, part 8.
4 years, 7 months ago (2016-04-29 17:50:22 UTC) #2
Lei Zhang
lgtm https://codereview.chromium.org/1937513002/diff/1/xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp File xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp (right): https://codereview.chromium.org/1937513002/diff/1/xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp#newcode93 xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp:93: if (!maybeBottomRight) { remove the negation and flip ...
4 years, 7 months ago (2016-04-29 18:09:21 UTC) #3
Tom Sepez
https://codereview.chromium.org/1937513002/diff/1/xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp File xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp (right): https://codereview.chromium.org/1937513002/diff/1/xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp#newcode93 xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp:93: if (!maybeBottomRight) { On 2016/04/29 18:09:21, Lei Zhang wrote: ...
4 years, 7 months ago (2016-04-29 18:12:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1937513002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1937513002/20001
4 years, 7 months ago (2016-04-29 18:12:37 UTC) #7
commit-bot: I haz the power
4 years, 7 months ago (2016-04-29 18:24:19 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://pdfium.googlesource.com/pdfium/+/d5d07dcf59ddc6439f73382c6e0b9e6d1851...

Powered by Google App Engine
This is Rietveld 408576698