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

Issue 12382023: PDF: add support for named destinations (Closed)

Created:
7 years, 9 months ago by epoger
Modified:
7 years, 9 months ago
Reviewers:
CC:
scroggo
Visibility:
Public.

Description

PDF: add support for named destinations Imported from https://codereview.appspot.com/7374052/ on behalf of dml@google.com Closed in favor of https://codereview.chromium.org/12466008

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+325 lines, -38 lines) Patch
A gm/internal_links.cpp View 1 chunk +77 lines, -0 lines 0 comments Download
M gyp/gmslides.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkAnnotation.h View 3 chunks +39 lines, -0 lines 0 comments Download
M include/pdf/SkPDFDevice.h View 5 chunks +20 lines, -2 lines 0 comments Download
M src/core/SkAnnotation.cpp View 2 chunks +35 lines, -7 lines 0 comments Download
M src/core/SkDevice.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/pdf/SkPDFDevice.cpp View 7 chunks +97 lines, -14 lines 0 comments Download
M src/pdf/SkPDFDocument.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
M src/pdf/SkPDFPage.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/pdf/SkPDFPage.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M tests/AnnotationTest.cpp View 2 chunks +38 lines, -15 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
epoger
I'm going to try to run this through one or two trybots before committing...
7 years, 9 months ago (2013-02-28 19:43:26 UTC) #1
epoger
Trybot runs are: http://70.32.156.53:10117/builders/Skia_Linux_NoGPU_Debug_32_Trybot/builds/82 http://70.32.156.53:10117/builders/Skia_Shuttle_Win7_Intel_Float_Debug_64_Trybot/builds/22 (not started yet)
7 years, 9 months ago (2013-02-28 20:15:25 UTC) #2
epoger
> http://70.32.156.53:10117/builders/Skia_Linux_NoGPU_Debug_32_Trybot/builds/82 This trybot failed the GenerateGMs step: ---- internal_links_comparison-serialize: 1001 (of 350000) differing pixels, ...
7 years, 9 months ago (2013-02-28 20:34:50 UTC) #3
David Lattimore
On 2013/02/28 20:34:50, epoger wrote: > > http://70.32.156.53:10117/builders/Skia_Linux_NoGPU_Debug_32_Trybot/builds/82 > > This trybot failed the GenerateGMs ...
7 years, 9 months ago (2013-02-28 20:57:08 UTC) #4
epoger
7 years, 9 months ago (2013-02-28 21:08:27 UTC) #5
On 2013/02/28 20:57:08, dml wrote:
> On 2013/02/28 20:34:50, epoger wrote:
> > >
> http://70.32.156.53:10117/builders/Skia_Linux_NoGPU_Debug_32_Trybot/builds/82
> > 
> > This trybot failed the GenerateGMs step:
> > ---- internal_links_comparison-serialize: 1001 (of 350000) differing pixels,
> max
> > per-channel mismatch R=0 G=0 B=255 A=0
> > 
> > Which, looking at the "-serialize" code path at
> > https://code.google.com/p/skia/source/browse/trunk/gm/gmmain.cpp?r=7885#1563
,
> > seems to indicate that the output image differs depending on whether the
> > SkPicture was rendered directly or serialized/deserialized...
> > 
> > Leon, any thoughts on this?
> 
> Sorry, I was seeing that locally, but wrongly assumed it was due to a missing
> baseline for the new test. Should have realized that couldn't be the case when
> it was mentioned that the baselines were stored separately.

Yes, in that case it is NOT comparing against a prerecorded image... it's
comparing against another image generated on the fly, but through a different
path.

Powered by Google App Engine
This is Rietveld 408576698