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

Issue 1306343006: Make OTS passthru GDEF/GSUB/GPOS tables (Closed)

Created:
5 years, 3 months ago by kojii
Modified:
5 years, 3 months ago
CC:
blink-reviews, krit, drott+blinkwatch_chromium.org, Rik, dshwang, jbroman, Justin Novosad, danakj, pdr+graphicswatchlist_chromium.org, f(malita), Stephen Chennney, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Make OTS passthru GDEF/GSUB/GPOS tables This patch changes OTS to passthru GDEF/GSUB/GPOS because recnet versions of HarfBuzz knows how to deal with broken tables. BUG=526101 Committed: https://crrev.com/a5519cc580799753151272d89f23b7ed29b8f0d9 git-svn-id: svn://svn.chromium.org/blink/trunk@202033 bbb929c8-8fbe-4397-9dbb-9b2b20218538

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M Source/platform/fonts/opentype/OpenTypeSanitizer.cpp View 4 chunks +14 lines, -0 lines 3 comments Download

Messages

Total messages: 22 (5 generated)
kojii
PTAL. Following the discussion in crbug.com/526101, I'm open to other methods. Comments appreciated. I'll not ...
5 years, 3 months ago (2015-09-03 05:31:05 UTC) #2
bashi
Just want to express my no objection.
5 years, 3 months ago (2015-09-03 23:00:47 UTC) #3
eae
Seems resonable. https://codereview.chromium.org/1306343006/diff/1/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp File Source/platform/fonts/opentype/OpenTypeSanitizer.cpp (right): https://codereview.chromium.org/1306343006/diff/1/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp#newcode135 Source/platform/fonts/opentype/OpenTypeSanitizer.cpp:135: #define HB_VERSION_ATLEAST(major, minor, micro) 0 Why is ...
5 years, 3 months ago (2015-09-03 23:35:29 UTC) #4
jungshik at Google
On 2015/09/03 23:35:29, eae wrote: > Seems resonable. > > https://codereview.chromium.org/1306343006/diff/1/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp > File Source/platform/fonts/opentype/OpenTypeSanitizer.cpp (right): ...
5 years, 3 months ago (2015-09-04 00:09:37 UTC) #5
eae
https://codereview.chromium.org/1306343006/diff/1/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp File Source/platform/fonts/opentype/OpenTypeSanitizer.cpp (right): https://codereview.chromium.org/1306343006/diff/1/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp#newcode135 Source/platform/fonts/opentype/OpenTypeSanitizer.cpp:135: #define HB_VERSION_ATLEAST(major, minor, micro) 0 On 2015/09/03 23:35:29, eae ...
5 years, 3 months ago (2015-09-04 00:26:50 UTC) #6
kojii
On 2015/09/04 00:26:50, eae wrote: > https://codereview.chromium.org/1306343006/diff/1/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp > File Source/platform/fonts/opentype/OpenTypeSanitizer.cpp (right): > > https://codereview.chromium.org/1306343006/diff/1/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp#newcode135 > ...
5 years, 3 months ago (2015-09-04 01:10:37 UTC) #7
eae
ok, LGTM
5 years, 3 months ago (2015-09-04 16:42:07 UTC) #8
Kunihiko Sakamoto
lgtm
5 years, 3 months ago (2015-09-07 00:28:21 UTC) #9
kojii
Looks like all green, I'll be landing this soon. Please speak up if any.
5 years, 3 months ago (2015-09-08 06:06:02 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1306343006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1306343006/1
5 years, 3 months ago (2015-09-10 03:27:30 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/110923)
5 years, 3 months ago (2015-09-10 04:48:06 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1306343006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1306343006/1
5 years, 3 months ago (2015-09-10 05:28:06 UTC) #16
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=202033
5 years, 3 months ago (2015-09-10 06:44:01 UTC) #17
achuithb
https://codereview.chromium.org/1306343006/diff/1/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp File Source/platform/fonts/opentype/OpenTypeSanitizer.cpp (right): https://codereview.chromium.org/1306343006/diff/1/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp#newcode146 Source/platform/fonts/opentype/OpenTypeSanitizer.cpp:146: const uint32_t gdefTag = TABLE_TAG('G', 'D', 'E', 'F'); These ...
5 years, 3 months ago (2015-09-10 09:11:28 UTC) #19
kojii
achuithb@, sorry for the trouble. pneubeck@ has landed the fix so should be ok now. ...
5 years, 3 months ago (2015-09-10 12:54:19 UTC) #20
achuithb
On 2015/09/10 12:54:19, kojii wrote: > achuithb@, sorry for the trouble. pneubeck@ has landed the ...
5 years, 3 months ago (2015-09-10 12:59:55 UTC) #21
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:08:11 UTC) #22
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/a5519cc580799753151272d89f23b7ed29b8f0d9

Powered by Google App Engine
This is Rietveld 408576698