RESOLVED FIXED 10675
tweak font-related headers and convert lists to vectors
https://bugs.webkit.org/show_bug.cgi?id=10675
Summary tweak font-related headers and convert lists to vectors
Darin Adler
Reported 2006-09-01 08:05:20 PDT
I had this patch sitting around -- I think the changes are still worthwhile.
Attachments
patch with detailed change log (114.15 KB, patch)
2006-09-01 08:33 PDT, Darin Adler
timothy: review+
Darin Adler
Comment 1 2006-09-01 08:33:36 PDT
Created attachment 10349 [details] patch with detailed change log
Dave Hyatt
Comment 2 2006-09-02 16:37:35 PDT
Run performance tests on this patch, since it does touch some hot code.
Alexey Proskuryakov
Comment 3 2006-09-03 02:47:53 PDT
-#define HIRAGANA_KATAKANA_VOICING_MARKS 8 +const uint8_t hiriganaKatakanaVoicingMarksCombiningClass = 8; I believe it's a typo, should be hiraganaKatakanaVoicingMarksCombiningClass.
Darin Adler
Comment 4 2006-09-06 09:16:42 PDT
Committed revision 16250.
Note You need to log in before you can comment on or make changes to this bug.