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 1617043004: Fixed object references in CPDF_Object (Closed)

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

Description

Fixed object references in CPDF_Object This is a regression from commit 90853cb. BUG=pdfium:365 R=tsepez@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/7671d304ca4d3aec658c0ac8d5eea4c64e23b144

Patch Set 1 : #

Total comments: 23

Patch Set 2 : Address comments #

Patch Set 3 : comments #

Total comments: 2

Patch Set 4 : style #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -3 lines) Patch
M BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_objects.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
A core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp View 1 2 3 1 chunk +160 lines, -0 lines 0 comments Download
M pdfium.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
Wei Li
PTAL, thanks
4 years, 11 months ago (2016-01-22 03:10:59 UTC) #5
Tom Sepez
Thanks immensely for writing the test! The code itself looks good, just some tidying of ...
4 years, 11 months ago (2016-01-22 17:34:27 UTC) #6
Wei Li
https://codereview.chromium.org/1617043004/diff/40001/core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp File core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp (right): https://codereview.chromium.org/1617043004/diff/40001/core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp#newcode46 core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp:46: m_DirectObjs = {boolean_false_obj, boolean_true_obj, number_int_obj, On 2016/01/22 17:34:27, Tom ...
4 years, 11 months ago (2016-01-22 22:40:56 UTC) #8
Tom Sepez
Excellent. LGTM. https://codereview.chromium.org/1617043004/diff/40001/core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp File core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp (right): https://codereview.chromium.org/1617043004/diff/40001/core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp#newcode46 core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp:46: m_DirectObjs = {boolean_false_obj, boolean_true_obj, number_int_obj, On 2016/01/22 ...
4 years, 11 months ago (2016-01-22 22:54:49 UTC) #9
Wei Li
thanks, will submit. https://codereview.chromium.org/1617043004/diff/100001/core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp File core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp (right): https://codereview.chromium.org/1617043004/diff/100001/core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp#newcode71 core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp:71: using ScopedObj = std::unique_ptr<CPDF_Object, ReleaseDeleter<CPDF_Object>>; On ...
4 years, 11 months ago (2016-01-23 02:33:20 UTC) #10
Wei Li
4 years, 11 months ago (2016-01-23 02:35:52 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:120001) manually as
7671d304ca4d3aec658c0ac8d5eea4c64e23b144 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698