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

Issue 18323019: work on the native parser, in progress, uploaded to have a backup (Closed)

Created:
7 years, 5 months ago by edisonn
Modified:
7 years, 5 months ago
Reviewers:
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Native PDF parser implementation - don't try it on pdfs that are not generated by skia, Crome Print Preview or Chrome Save As Pdf - it will crash as mising xref, pdfs with updates, and other features are not supported yer. Committed: https://code.google.com/p/skia/source/detail?r=9962

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Patch Set 15 : #

Patch Set 16 : #

Patch Set 17 : #

Patch Set 18 : #

Patch Set 19 : #

Patch Set 20 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3078 lines, -756 lines) Patch
M experimental/PdfViewer/PdfReference-okular-1.txt View 1 chunk +1 line, -1 line 0 comments Download
M experimental/PdfViewer/SkPdfBasics.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -6 lines 0 comments Download
M experimental/PdfViewer/SkPdfFont.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 11 chunks +51 lines, -45 lines 0 comments Download
M experimental/PdfViewer/SkPdfFont.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +100 lines, -72 lines 0 comments Download
M experimental/PdfViewer/SkPdfParser.h View 1 2 3 4 3 chunks +4 lines, -6 lines 0 comments Download
M experimental/PdfViewer/SkPdfParser.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 63 chunks +221 lines, -259 lines 0 comments Download
M experimental/PdfViewer/SkPdfUtils.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M experimental/PdfViewer/SkPdfUtils.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +19 lines, -0 lines 0 comments Download
M experimental/PdfViewer/autogen.sh View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M experimental/PdfViewer/datatypes.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -4 lines 0 comments Download
M experimental/PdfViewer/generate_code.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 13 chunks +219 lines, -298 lines 0 comments Download
M experimental/PdfViewer/pdfparser/SkPdfNYI.h View 1 chunk +3 lines, -0 lines 0 comments Download
M experimental/PdfViewer/pdfparser/native/SkNativeParsedPDF.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +88 lines, -4 lines 0 comments Download
M experimental/PdfViewer/pdfparser/native/SkNativeParsedPDF.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +461 lines, -4 lines 0 comments Download
M experimental/PdfViewer/pdfparser/native/SkPdfNativeTokenizer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +137 lines, -2 lines 0 comments Download
M experimental/PdfViewer/pdfparser/native/SkPdfNativeTokenizer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +763 lines, -3 lines 0 comments Download
A experimental/PdfViewer/pdfparser/native/SkPdfObject.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +866 lines, -0 lines 0 comments Download
A experimental/PdfViewer/pdfparser/native/SkPdfObject.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +85 lines, -0 lines 0 comments Download
M experimental/PdfViewer/spec2def.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -2 lines 0 comments Download
M gyp/pdfviewer.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +37 lines, -46 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
edisonn
7 years, 5 months ago (2013-07-10 17:09:56 UTC) #1
Message was sent while issue was closed.
Committed patchset #20 manually as r9962 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698