1. 00e1b62 Variation fonts don't affect glyph advances by mmaxfield@apple.com · 8 years ago
  2. fe88cff [Cocoa] Unify font's ascent, descent, and x-height between macOS and iOS by mmaxfield@apple.com · 9 years ago
  3. 5fa6446 [Cocoa] Improve performance of glyph advance metrics gathering by mmaxfield@apple.com · 9 years ago
  4. 0478dbb [Cocoa] Reduce uses of CGFonts https://bugs.webkit.org/show_bug.cgi?id=160896 by mmaxfield@apple.com · 9 years ago
  5. 964a625 Remove unused includes of wtf headers by achristensen@apple.com · 9 years ago
  6. 0137a01 [Cocoa] REGRESSION(r184899): Ascent adjustments are applied to web fonts by mmaxfield@apple.com · 9 years ago
  7. b33157c WTF should know about Language https://bugs.webkit.org/show_bug.cgi?id=157756 by fpizlo@apple.com · 9 years ago
  8. bc33d46 [OS X] Migrate our Font classes entirely off of NSFont by mmaxfield@apple.com · 9 years ago
  9. 0015511 Make FontPlatformData immutable https://bugs.webkit.org/show_bug.cgi?id=157024 by mmaxfield@apple.com · 9 years ago
  10. 2ce6c35 Crash under FontCache::purgeInactiveFontData() by cdumez@apple.com · 9 years ago
  11. 24f040a REGRESSION (r188591): thingiverse.com direct messaging UI is not rendered properly by mmaxfield@apple.com · 9 years ago
  12. b26db8c Post-commit update for r193484. https://bugs.webkit.org/show_bug.cgi?id=151884 by mmaxfield@apple.com · 9 years ago
  13. 390b54b [Font Features] TrueType fonts trigger real features even when synthesis is applied by mmaxfield@apple.com · 9 years ago
  14. 736ae11 Build fix by mmaxfield@apple.com · 9 years ago
  15. 946e686 [Font Features] r193894 introduces leaks by mmaxfield@apple.com · 9 years ago
  16. 41fb922 Build fix by mmaxfield@apple.com · 9 years ago
  17. 9c0eb11 font-variant-caps does not work if the font does not support font features by mmaxfield@apple.com · 9 years ago
  18. c7af750 Remove CORETEXT_WEB_FONTS https://bugs.webkit.org/show_bug.cgi?id=151891 by mmaxfield@apple.com · 9 years ago
  19. f7bea91 [iOS] Adjacent emoji overlap each other by mmaxfield@apple.com · 9 years ago
  20. 953065a Add support for the USE_TYPO_METRICS flag on iOS by fred.wang@free.fr · 9 years ago
  21. 0335753 Clean up some CSS & Font code https://bugs.webkit.org/show_bug.cgi?id=150767 by mmaxfield@apple.com · 9 years ago
  22. 60cb0bf [Mac] Add support for the USE_TYPO_METRICS flag by fred.wang@free.fr · 9 years ago
  23. 69e73a7 Rollout r190440 for the moment. It broke the build. by fred.wang@free.fr · 9 years ago
  24. c56d2ab Unreviewed compilation fix on Mac. by fred.wang@free.fr · 9 years ago
  25. e3ca4fb Unreviewed compilation fix on Mac. by fred.wang@free.fr · 9 years ago
  26. 8b8ac3e [Mac] Add support for the USE_TYPO_METRICS flag by fred.wang@free.fr · 9 years ago
  27. 5144fac FontCascade::typesettingFeatures() is not privy to font-variant-* nor font-feature-settings by mmaxfield@apple.com · 9 years ago
  28. 2ef57ea Split TypesettingFeatures into kerning and ligatures bools by mmaxfield@apple.com · 9 years ago
  29. c65f8fd [Cocoa] Clean up Font class https://bugs.webkit.org/show_bug.cgi?id=148216 by mmaxfield@apple.com · 10 years ago
  30. f1e72cf Source/WebCore: by mmaxfield@apple.com · 10 years ago
  31. df5735c [iOS] Delete dead code https://bugs.webkit.org/show_bug.cgi?id=148278 by mmaxfield@apple.com · 10 years ago
  32. f7f6fd1 [Cocoa] Punctuation near Hindi text is garbled when styled with the system font by mmaxfield@apple.com · 10 years ago
  33. 950396c [Cocoa] Honor the 'trak' table by opting in via text-rendering: optimizeLegibility by mmaxfield@apple.com · 10 years ago
  34. f84af8b [Cocoa] Address post-commit review by mmaxfield@apple.com · 10 years ago
  35. 3f14c4d [OS X] Remove support for composite fonts by mmaxfield@apple.com · 10 years ago
  36. 9ff8f65 [iOS] Arabic text styled with Georgia is rendered as boxes by mmaxfield@apple.com · 10 years ago
  37. 764435e Source/WebCore: by mmaxfield@apple.com · 10 years ago
  38. 3e1a8b3 [iOS] Tahoma isn't installed on iOS, so there is no need to blacklist it by mmaxfield@apple.com · 10 years ago
  39. 0f263e3 [iOS] Emoji overlap preceeding lines by mmaxfield@apple.com · 10 years ago
  40. 1721e30 [Cocoa] Clean up m_isEmoji in FontPlatformData by mmaxfield@apple.com · 10 years ago
  41. 786d288 [iOS] Reimplement r182512 and r183153 in a cleaner way by mmaxfield@apple.com · 10 years ago
  42. f0517c0 [Cocoa] Start cleaning up FontPlatformData by mmaxfield@apple.com · 10 years ago
  43. 8f8e65c [iOS] Caret does not line up with text when using the system font by mmaxfield@apple.com · 10 years ago
  44. 502cb28 [Cocoa] System fonts do not get correct tracking by mmaxfield@apple.com · 10 years ago
  45. aa1d058 Fixed the build. by mitz@apple.com · 10 years ago
  46. 5a8ce96 [Cocoa] Break internal reference cycle in WebCore::Font. by akling@apple.com · 10 years ago
  47. 1697279 Access FontCache global instance via singleton() static member function by cdumez@apple.com · 10 years ago
  48. 3a08dca Merge SimpleFontDataIOS.mm and SimpleFontDataMac.mm into FontCocoa.mm by weinig@apple.com · 10 years ago[Renamed (71%) from Source/WebCore/platform/graphics/mac/SimpleFontDataMac.mm]
  49. 462910a Remove support for screen font substitution by weinig@apple.com · 10 years ago
  50. d2e44a9 Remove more Mountain Lion code from WebCore by bdakin@apple.com · 10 years ago
  51. 5a8f794 Rename SimpleFontData to Font https://bugs.webkit.org/show_bug.cgi?id=140496 by antti@apple.com · 10 years ago
  52. 3e6dfac tables/mozilla/bugs/bug10633.html is flakey on Yosemite by mmaxfield@apple.com · 10 years ago
  53. d66ad93 http/tests/misc/acid3.html is flakey on Mavericks by mmaxfield@apple.com · 10 years ago
  54. c54cbc9 Rename Font to FontCascade https://bugs.webkit.org/show_bug.cgi?id=140442 by antti@apple.com · 10 years ago
  55. 331a78a [Win] Build fix after r178133. by bfulgham@apple.com · 10 years ago
  56. 24ee552 Remove the concept of "retained" font by antti@apple.com · 10 years ago
  57. 98de44f Use HashMap instead of CFDictionary for composite font reference map by antti@apple.com · 10 years ago
  58. fc1f06a Remove GlyphPageTree https://bugs.webkit.org/show_bug.cgi?id=140015 by antti@apple.com · 10 years ago
  59. 18d78d4 Remove FontData::containsCharacters by antti@apple.com · 10 years ago
  60. ca52ace Use std::unique_ptr<> in WebCore/dom, plugin, and graphics by gyuyoung.kim@samsung.com · 10 years ago
  61. 7b767bb platform/mac/editing/input/devanagari-ligature.html is flaky on Yosemite, ligature fails to form by mmaxfield@apple.com · 10 years ago
  62. 583bb5e Generic font code should not know about SVG font missing glyph by antti@apple.com · 10 years ago
  63. f0c50ff Unify the Mac and iOS implementations of FontPlatformData a bit by weinig@apple.com · 10 years ago
  64. 9299969 Unreviewed, rolling out r176263 and r176273. by mmaxfield@apple.com · 10 years ago
  65. 66ef46d Use underlining metrics from the font file by mmaxfield@apple.com · 10 years ago
  66. 4c1dfdc2 [iOS] CoreText and CoreUI SPI are not available in public SDK by dbates@webkit.org · 10 years ago
  67. 68faada [iOS] CoreGraphics SPI not available in public SDK by dbates@webkit.org · 10 years ago
  68. 03ff318 Finish moving CTFontGetVerticalGlyphsForCharacters and CTLineCreateWithUniCharProvider out from WKSI by mmaxfield@apple.com · 10 years ago
  69. aa5d077b Apply std::unique_ptr to FooFont classes by gyuyoung.kim@samsung.com · 10 years ago
  70. 6800b08 Unreviewed, rolling out r173695. by dbates@webkit.org · 11 years ago
  71. 3aeb895 [iOS] Make WebCore build with public iOS SDK by dbates@webkit.org · 11 years ago
  72. c2e1552 Add support for the initial-letter CSS property to first-letter by hyatt@apple.com · 11 years ago
  73. 5608e3b Unify platformWidthForGlyph across OS X and iOS by mmaxfield@apple.com · 11 years ago
  74. 9dbc4a6 FontCache::fontCache() never returns nullptr so it can be made to return a reference instead by mmaxfield@apple.com · 11 years ago
  75. 8ffeb05 [Cocoa] fix CF leaks found by code inspection by darin@apple.com · 11 years ago
  76. c6d3973 [OS X] Glyph spacing for system fonts may be incorrect by mmaxfield@apple.com · 11 years ago
  77. 879c7d5 [OS X] Glyph spacing for system fonts may be incorrect by mmaxfield@apple.com · 11 years ago
  78. 69bb72c [OS X] Glyph spacing for system fonts may be incorrect by mmaxfield@apple.com · 11 years ago
  79. b8ade58 [iOS] Upstream WebCore/platform changes by dbates@webkit.org · 11 years ago
  80. 8629863 Remove all 'std' using directives from WebCore by andersca@apple.com · 11 years ago
  81. 95e5430 Stop using DEFINE_STATIC_LOCAL with RetainPtr by andersca@apple.com · 12 years ago
  82. ed9bde7 Stop including UnusedParam.h https://bugs.webkit.org/show_bug.cgi?id=116003 by andersca@apple.com · 12 years ago
  83. de62289 Fix build. by andersca@apple.com · 12 years ago
  84. 051fed9 Move from constructor and member function adoptCF/NS to free function adoptCF/NS. by darin@apple.com · 12 years ago
  85. d30fd87 Remove debugging code that is no longer used with current mac sdks. by thakis@chromium.org · 12 years ago
  86. 6690896 Remove code for 10.5 and earlier from Source/WebCore by rniwa@webkit.org · 12 years ago
  87. 1430de0 Variant of non-primary fell-back SVGFont causes crash. by wangxianzhu@chromium.org · 12 years ago
  88. 15b3d3f FontPlatformData has unnecessary m_textOrientation member by mitz@apple.com · 12 years ago
  89. ff46bf1 Reduce redundant code in SimpleFontData[platform] by schenney@chromium.org · 12 years ago
  90. ee55405 Rename first/second to key/value in HashMap iterators by benjamin@webkit.org · 12 years ago
  91. fc27bcb Refactor WebCore::FontData handling to clarify pointer ownership by schenney@chromium.org · 12 years ago
  92. 9301cdb Unreviewed, rolling out r130079. by ojan@chromium.org · 13 years ago
  93. d574ba5 Refactor WebCore::FontData handling to clarify pointer ownership by schenney@chromium.org · 13 years ago
  94. fa6afbc Unreviewed, rolling out r126914. by commit-queue@webkit.org · 13 years ago
  95. d99b3ea Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
  96. 036eca0 Unreviewed, rolling out r126836. by tkent@chromium.org · 13 years ago
  97. a94a150 Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
  98. 3f08e7a [chromium/mac] Unbreak debug builds with the 10.7 SDK by thakis@chromium.org · 13 years ago
  99. 07049b1 The ATSUI-based complex text code is unused by mitz@apple.com · 13 years ago
  100. e3cb3cf Make it explicit which code paths iOS should use when doing checks based on OS X versions. by mrowe@apple.com · 13 years ago