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

Issue 1839633003: SkPDF: PDFDevice::ContentEntry now implemented with SinglyLinkedList (Closed)

Created:
4 years, 8 months ago by hal.canary
Modified:
4 years, 8 months ago
Reviewers:
bungeman-skia
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

SkPDF: PDFDevice::ContentEntry now implemented with SinglyLinkedList add SkSinglyLinkedList<T> class no change in SkPDF output. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1839633003 Committed: https://skia.googlesource.com/skia/+/2be7e01382ee9c036de9c09585677dfd25d70253

Patch Set 1 : 2016-03-28 (Monday) 12:15:25 EDT #

Total comments: 6

Patch Set 2 : 2016-03-28 (Monday) 12:28:08 EDT #

Patch Set 3 : 2016-03-28 (Monday) 12:54:04 EDT #

Total comments: 2

Patch Set 4 : 2016-03-28 (Monday) 13:12:45 EDT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -133 lines) Patch
M gyp/pdf.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pdf/SkPDFDevice.h View 1 2 3 5 chunks +39 lines, -11 lines 0 comments Download
M src/pdf/SkPDFDevice.cpp View 1 2 3 19 chunks +48 lines, -122 lines 0 comments Download
A src/pdf/SkSinglyLinkedList.h View 1 2 1 chunk +95 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (14 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839633003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839633003/20001
4 years, 8 months ago (2016-03-28 16:17:03 UTC) #4
hal.canary
4 years, 8 months ago (2016-03-28 16:17:14 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/7448)
4 years, 8 months ago (2016-03-28 16:20:54 UTC) #8
bungeman-skia
https://codereview.chromium.org/1839633003/diff/20001/gyp/pdf.gypi File gyp/pdf.gypi (right): https://codereview.chromium.org/1839633003/diff/20001/gyp/pdf.gypi#newcode48 gyp/pdf.gypi:48: '<(skia_src_path)/pdf/src/pdf/SkSinglyLinkedList.h', Don't need pdf/src. https://codereview.chromium.org/1839633003/diff/20001/src/pdf/SkSinglyLinkedList.h File src/pdf/SkSinglyLinkedList.h (right): https://codereview.chromium.org/1839633003/diff/20001/src/pdf/SkSinglyLinkedList.h#newcode31 ...
4 years, 8 months ago (2016-03-28 16:28:18 UTC) #9
hal.canary
https://codereview.chromium.org/1839633003/diff/20001/gyp/pdf.gypi File gyp/pdf.gypi (right): https://codereview.chromium.org/1839633003/diff/20001/gyp/pdf.gypi#newcode48 gyp/pdf.gypi:48: '<(skia_src_path)/pdf/src/pdf/SkSinglyLinkedList.h', On 2016/03/28 16:28:17, bungeman1 wrote: > Don't need ...
4 years, 8 months ago (2016-03-28 16:31:23 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839633003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839633003/60001
4 years, 8 months ago (2016-03-28 16:58:56 UTC) #13
bungeman-skia
lgtm with one nit: https://codereview.chromium.org/1839633003/diff/60001/src/pdf/SkPDFDevice.cpp File src/pdf/SkPDFDevice.cpp (right): https://codereview.chromium.org/1839633003/diff/60001/src/pdf/SkPDFDevice.cpp#newcode1395 src/pdf/SkPDFDevice.cpp:1395: // void SkPDFDevice::copyContentEntriesToData(ContentEntry* entry, Why ...
4 years, 8 months ago (2016-03-28 16:59:22 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-28 17:09:05 UTC) #16
hal.canary
https://codereview.chromium.org/1839633003/diff/60001/src/pdf/SkPDFDevice.cpp File src/pdf/SkPDFDevice.cpp (right): https://codereview.chromium.org/1839633003/diff/60001/src/pdf/SkPDFDevice.cpp#newcode1395 src/pdf/SkPDFDevice.cpp:1395: // void SkPDFDevice::copyContentEntriesToData(ContentEntry* entry, On 2016/03/28 16:59:22, bungeman1 wrote: ...
4 years, 8 months ago (2016-03-28 17:13:07 UTC) #17
hal.canary
https://codereview.chromium.org/1839633003/diff/20001/src/pdf/SkSinglyLinkedList.h File src/pdf/SkSinglyLinkedList.h (right): https://codereview.chromium.org/1839633003/diff/20001/src/pdf/SkSinglyLinkedList.h#newcode31 src/pdf/SkSinglyLinkedList.h:31: new (this) SkSinglyLinkedList<T>(); On 2016/03/28 16:28:18, bungeman1 wrote: > ...
4 years, 8 months ago (2016-03-28 17:13:30 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839633003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839633003/80001
4 years, 8 months ago (2016-03-28 17:14:13 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-28 17:24:45 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839633003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839633003/80001
4 years, 8 months ago (2016-03-28 18:57:10 UTC) #26
commit-bot: I haz the power
4 years, 8 months ago (2016-03-28 18:58:22 UTC) #28
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://skia.googlesource.com/skia/+/2be7e01382ee9c036de9c09585677dfd25d70253

Powered by Google App Engine
This is Rietveld 408576698