RESOLVED WORKSFORME 112086
FontPlatformDataHarfBuzz::openTypeTable() endianness issue
https://bugs.webkit.org/show_bug.cgi?id=112086
Summary FontPlatformDataHarfBuzz::openTypeTable() endianness issue
Behdad Esfahbod
Reported 2013-03-11 18:01:30 PDT
This code: PassRefPtr<SharedBuffer> FontPlatformData::openTypeTable(uint32_t table) const { RefPtr<SharedBuffer> buffer; SkFontTableTag tag = reverseByteOrder(table); It should only reverseByteOrder on little-endian systems, not unconditionally.
Attachments
Frédéric Wang (:fredw)
Comment 1 2014-05-24 04:15:53 PDT
I can't find this code. Is it something that was part of Chrome and removed after the Blink fork?
Behdad Esfahbod
Comment 2 2014-05-26 13:48:59 PDT
(In reply to comment #1) > I can't find this code. Is it something that was part of Chrome and removed after the Blink fork? Possible. The code still exists in Chrome under Skia.
Behdad Esfahbod
Comment 3 2014-05-26 13:51:51 PDT
Filed here: https://code.google.com/p/chromium/issues/detail?id=377562 This one should probably be closed.
Frédéric Wang (:fredw)
Comment 4 2014-05-26 23:15:45 PDT
Thanks, Behdad.
Note You need to log in before you can comment on or make changes to this bug.