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

Issue 2481743004: Add FPDFDest_GetLocationInPage API (Closed)

Created:
4 years, 1 month ago by dsinclair
Modified:
4 years, 1 month ago
CC:
pdfium-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Add FPDFDest_GetLocationInPage API Add an API to get the value of the /XYZ destination parameter. This CL was originally from https://codereview.chromium.org/1960193003/ by halcanary@. Committed: https://pdfium.googlesource.com/pdfium/+/c59fa8895fa6fa8428b9b278eee6f05478ab8f56

Patch Set 1 #

Total comments: 12

Patch Set 2 : Review feedback #

Total comments: 2

Patch Set 3 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -0 lines) Patch
M BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M core/fpdfdoc/cpdf_dest.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M core/fpdfdoc/cpdf_dest.cpp View 1 2 chunks +49 lines, -0 lines 0 comments Download
A core/fpdfdoc/cpdf_dest_unittest.cpp View 1 1 chunk +60 lines, -0 lines 0 comments Download
M fpdfsdk/fpdfdoc.cpp View 1 2 2 chunks +27 lines, -0 lines 0 comments Download
M fpdfsdk/fpdfdoc_embeddertest.cpp View 1 1 chunk +25 lines, -0 lines 0 comments Download
M fpdfsdk/fpdfdoc_unittest.cpp View 2 chunks +41 lines, -0 lines 0 comments Download
M fpdfsdk/fpdfview_c_api_test.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M public/fpdf_doc.h View 1 2 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (12 generated)
dsinclair
PTAL.
4 years, 1 month ago (2016-11-07 16:13:04 UTC) #2
Lei Zhang
- Add a check in fpdfsdk/fpdfview_c_api_test.c - Maybe test with named_dests.pdf in fpdfsdk/fpdfdoc_embeddertest.cpp? https://codereview.chromium.org/2481743004/diff/1/core/fpdfdoc/cpdf_dest.h File ...
4 years, 1 month ago (2016-11-07 20:19:20 UTC) #7
Lei Zhang
https://codereview.chromium.org/2481743004/diff/1/core/fpdfdoc/cpdf_dest.cpp File core/fpdfdoc/cpdf_dest.cpp (right): https://codereview.chromium.org/2481743004/diff/1/core/fpdfdoc/cpdf_dest.cpp#newcode60 core/fpdfdoc/cpdf_dest.cpp:60: CFX_ByteString mode = pObj->GetString(); (For later) Should this also ...
4 years, 1 month ago (2016-11-07 20:27:16 UTC) #8
dsinclair
https://codereview.chromium.org/2481743004/diff/1/core/fpdfdoc/cpdf_dest.cpp File core/fpdfdoc/cpdf_dest.cpp (right): https://codereview.chromium.org/2481743004/diff/1/core/fpdfdoc/cpdf_dest.cpp#newcode60 core/fpdfdoc/cpdf_dest.cpp:60: CFX_ByteString mode = pObj->GetString(); On 2016/11/07 20:27:16, Lei Zhang ...
4 years, 1 month ago (2016-11-07 21:49:18 UTC) #9
Lei Zhang
lgtm https://codereview.chromium.org/2481743004/diff/20001/public/fpdf_doc.h File public/fpdf_doc.h (right): https://codereview.chromium.org/2481743004/diff/20001/public/fpdf_doc.h#newcode178 public/fpdf_doc.h:178: // hasX - out parameter; true if the ...
4 years, 1 month ago (2016-11-07 22:04:17 UTC) #12
dsinclair
https://codereview.chromium.org/2481743004/diff/20001/public/fpdf_doc.h File public/fpdf_doc.h (right): https://codereview.chromium.org/2481743004/diff/20001/public/fpdf_doc.h#newcode178 public/fpdf_doc.h:178: // hasX - out parameter; true if the x ...
4 years, 1 month ago (2016-11-08 14:04:46 UTC) #15
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/2481743004/40001
4 years, 1 month ago (2016-11-08 14:04:53 UTC) #18
commit-bot: I haz the power
4 years, 1 month ago (2016-11-08 14:55:45 UTC) #20
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/c59fa8895fa6fa8428b9b278eee6f05478ab...

Powered by Google App Engine
This is Rietveld 408576698