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

Issue 1953153004: SkAdvancedTypefaceMetrics: abstract out linked list (Closed)

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

Description

SkAdvancedTypefaceMetrics: abstract out linked list + use SkSinglyLinkedList<T> + move SkSinglyLinkedList.h to core + remove SkHackyAutoTDelete + getAdvanceData() -> setGlyphWidths() + finishRange no longer templated + remove unused templated functions GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1953153004 Committed: https://skia.googlesource.com/skia/+/e20a87517043ec4a30dcc7e711ca49087e8942ff

Patch Set 1 : 2016-05-06 (Friday) 15:11:47 EDT #

Patch Set 2 : 2016-05-06 (Friday) 17:00:24 EDT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -410 lines) Patch
M gyp/core.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M gyp/pdf.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M src/core/SkAdvancedTypefaceMetrics.h View 1 5 chunks +46 lines, -67 lines 0 comments Download
M src/core/SkAdvancedTypefaceMetrics.cpp View 1 9 chunks +49 lines, -130 lines 0 comments Download
A + src/core/SkSinglyLinkedList.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pdf/SkPDFFont.cpp View 1 4 chunks +33 lines, -35 lines 0 comments Download
D src/pdf/SkSinglyLinkedList.h View 1 chunk +0 lines, -96 lines 0 comments Download
M src/ports/SkFontHost_FreeType.cpp View 1 3 chunks +13 lines, -16 lines 0 comments Download
M src/ports/SkFontHost_mac.cpp View 1 1 chunk +7 lines, -10 lines 0 comments Download
M src/ports/SkFontHost_win.cpp View 1 2 chunks +7 lines, -12 lines 0 comments Download
M src/ports/SkTypeface_win_dw.cpp View 1 2 chunks +7 lines, -12 lines 0 comments Download
M tests/WArrayTest.cpp View 1 3 chunks +31 lines, -31 lines 0 comments Download

Messages

Total messages: 39 (23 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/1953153004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1953153004/1
4 years, 7 months ago (2016-05-06 18:49:42 UTC) #4
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/8431) Build-Win-MSVC-x86_64-Debug-Trybot on ...
4 years, 7 months ago (2016-05-06 18:53:52 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1953153004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1953153004/20001
4 years, 7 months ago (2016-05-06 19:00:22 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1953153004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1953153004/40001
4 years, 7 months ago (2016-05-06 19:02:02 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86_64-Debug-Trybot/builds/8472)
4 years, 7 months ago (2016-05-06 19:04:32 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1953153004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1953153004/60001
4 years, 7 months ago (2016-05-06 19:32:33 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-06 19:53:24 UTC) #17
hal.canary
PTAL
4 years, 7 months ago (2016-05-06 19:58:04 UTC) #19
reed1
4 years, 7 months ago (2016-05-06 20:07:13 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1953153004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1953153004/100001
4 years, 7 months ago (2016-05-06 20:55:13 UTC) #24
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/8437) Build-Win-MSVC-x86_64-Debug-Trybot on ...
4 years, 7 months ago (2016-05-06 20:57:44 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1953153004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1953153004/120001
4 years, 7 months ago (2016-05-06 21:00:53 UTC) #30
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-06 21:23:26 UTC) #34
bungeman-skia
lgtm
4 years, 7 months ago (2016-05-09 00:38:00 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1953153004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1953153004/120001
4 years, 7 months ago (2016-05-09 01:26:24 UTC) #37
commit-bot: I haz the power
4 years, 7 months ago (2016-05-09 01:47:26 UTC) #39
Message was sent while issue was closed.
Committed patchset #2 (id:120001) as
https://skia.googlesource.com/skia/+/e20a87517043ec4a30dcc7e711ca49087e8942ff

Powered by Google App Engine
This is Rietveld 408576698