[webkit-changes] [188591] trunk

2015-08-18 Thread mmaxfield
Title: [188591] trunk Revision 188591 Author mmaxfi...@apple.com Date 2015-08-18 12:19:49 -0700 (Tue, 18 Aug 2015) Log Message [Cocoa] Honor the 'trak' table by opting in via text-rendering: optimizeLegibility https://bugs.webkit.org/show_bug.cgi?id=148119 Reviewed by Tim Horton. Sourc

[webkit-changes] [188597] trunk/LayoutTests

2015-08-18 Thread mmaxfield
Title: [188597] trunk/LayoutTests Revision 188597 Author mmaxfi...@apple.com Date 2015-08-18 14:45:29 -0700 (Tue, 18 Aug 2015) Log Message [Win] Test gardening after r188591 https://bugs.webkit.org/show_bug.cgi?id=148119 Unreviewed. * platform/win/fast/text/trak-optimizeLegibility-expec

[webkit-changes] [188609] trunk/Source/WebCore

2015-08-18 Thread mmaxfield
Title: [188609] trunk/Source/WebCore Revision 188609 Author mmaxfi...@apple.com Date 2015-08-18 16:53:57 -0700 (Tue, 18 Aug 2015) Log Message [El Capitan] Fix the open source build https://bugs.webkit.org/show_bug.cgi?id=148134 Reviewed by Anders Carlsson. No new tests because there is

[webkit-changes] [188634] trunk

2015-08-18 Thread mmaxfield
Title: [188634] trunk Revision 188634 Author mmaxfi...@apple.com Date 2015-08-18 23:23:41 -0700 (Tue, 18 Aug 2015) Log Message [Cocoa] Punctuation near Hindi text is garbled when styled with the system font https://bugs.webkit.org/show_bug.cgi?id=148164 Reviewed by Brian Burg. Source/We

[webkit-changes] [188726] trunk/Source/WebCore

2015-08-20 Thread mmaxfield
Title: [188726] trunk/Source/WebCore Revision 188726 Author mmaxfi...@apple.com Date 2015-08-20 18:33:37 -0700 (Thu, 20 Aug 2015) Log Message [iOS] Delete dead code https://bugs.webkit.org/show_bug.cgi?id=148278 Reviewed by Dean Jackson. No new tests because there is no behavior change.

[webkit-changes] [188729] trunk/Source/WebCore

2015-08-20 Thread mmaxfield
Title: [188729] trunk/Source/WebCore Revision 188729 Author mmaxfi...@apple.com Date 2015-08-20 18:36:18 -0700 (Thu, 20 Aug 2015) Log Message Cleanup after r188726 Unreviewed. No new tests because there is no behavior change. * platform/graphics/ios/FontCacheIOS.mm: (WebCore::FontCache

[webkit-changes] [188734] trunk/Source/WebCore

2015-08-20 Thread mmaxfield
Title: [188734] trunk/Source/WebCore Revision 188734 Author mmaxfi...@apple.com Date 2015-08-20 18:46:36 -0700 (Thu, 20 Aug 2015) Log Message Fix the iOS build after r188726 https://bugs.webkit.org/show_bug.cgi?id=148278 Unreviewed. * platform/graphics/ios/FontCacheIOS.mm: (WebCore::Fon

[webkit-changes] [188737] trunk

2015-08-20 Thread mmaxfield
Title: [188737] trunk Revision 188737 Author mmaxfi...@apple.com Date 2015-08-20 19:12:01 -0700 (Thu, 20 Aug 2015) Log Message Source/WebCore: [iOS] Adopt OS X's emoji behavior. https://bugs.webkit.org/show_bug.cgi?id=148265 Reviewed by Simon Fraser. Remove our hardcoded hacks which lim

[webkit-changes] [188743] trunk/Source/WebCore

2015-08-20 Thread mmaxfield
Title: [188743] trunk/Source/WebCore Revision 188743 Author mmaxfi...@apple.com Date 2015-08-20 19:54:27 -0700 (Thu, 20 Aug 2015) Log Message [OS X] Cleaup after r188591 https://bugs.webkit.org/show_bug.cgi?id=148219 Unreviewed. Forgot to update a call site of FontPlatformData(). * pla

[webkit-changes] [188795] trunk/Source/WebCore

2015-08-21 Thread mmaxfield
Title: [188795] trunk/Source/WebCore Revision 188795 Author mmaxfi...@apple.com Date 2015-08-21 16:28:08 -0700 (Fri, 21 Aug 2015) Log Message [Cocoa] Unify two more FontCache functions https://bugs.webkit.org/show_bug.cgi?id=148217 Reviewed by Dean Jackson. Move duplicated code from Fon

[webkit-changes] [188797] trunk/Source/WebCore

2015-08-21 Thread mmaxfield
Title: [188797] trunk/Source/WebCore Revision 188797 Author mmaxfi...@apple.com Date 2015-08-21 16:34:07 -0700 (Fri, 21 Aug 2015) Log Message [Cocoa] Clean up Font class https://bugs.webkit.org/show_bug.cgi?id=148216 Reviewed by Dean Jackson. No new tests because there is no behavior ch

[webkit-changes] [188802] trunk/Source/WebCore

2015-08-21 Thread mmaxfield
Title: [188802] trunk/Source/WebCore Revision 188802 Author mmaxfi...@apple.com Date 2015-08-21 16:50:21 -0700 (Fri, 21 Aug 2015) Log Message [OS X] Remove dead code from FontCache::systemFallbackForCharacters() https://bugs.webkit.org/show_bug.cgi?id=148218 Reviewed by Daniel Bates. lo

[webkit-changes] [188853] trunk/Source/WebCore

2015-08-24 Thread mmaxfield
Title: [188853] trunk/Source/WebCore Revision 188853 Author mmaxfi...@apple.com Date 2015-08-24 01:06:00 -0700 (Mon, 24 Aug 2015) Log Message @font-face related cleanup https://bugs.webkit.org/show_bug.cgi?id=148355 Reviewed by Darin Adler. This patch cleans up much of our code related

[webkit-changes] [188871] trunk/Source/WebCore

2015-08-24 Thread mmaxfield
Title: [188871] trunk/Source/WebCore Revision 188871 Author mmaxfi...@apple.com Date 2015-08-24 11:37:37 -0700 (Mon, 24 Aug 2015) Log Message [Cocoa] Unify FontCache https://bugs.webkit.org/show_bug.cgi?id=148358 Reviewed by Antti Koivisto. Move all the duplicate code to FontCacheCoreTe

[webkit-changes] [188873] trunk/Source/WebCore

2015-08-24 Thread mmaxfield
Title: [188873] trunk/Source/WebCore Revision 188873 Author mmaxfi...@apple.com Date 2015-08-24 11:48:51 -0700 (Mon, 24 Aug 2015) Log Message Use Optionals in RenderBox height computations https://bugs.webkit.org/show_bug.cgi?id=147253 Reviewed by David Hyatt. No new tests because there

[webkit-changes] [188877] trunk/Source/WebCore

2015-08-24 Thread mmaxfield
Title: [188877] trunk/Source/WebCore Revision 188877 Author mmaxfi...@apple.com Date 2015-08-24 13:18:13 -0700 (Mon, 24 Aug 2015) Log Message Fix the build fixes in r188875 and r188874 Unreviewed. * platform/graphics/cocoa/FontCacheCoreText.cpp: (WebCore::FontCache::createFontPlatformDa

[webkit-changes] [185729] trunk

2015-06-18 Thread mmaxfield
Title: [185729] trunk Revision 185729 Author mmaxfi...@apple.com Date 2015-06-18 16:59:19 -0700 (Thu, 18 Jun 2015) Log Message [CSS3] Add support for the word-break:keep-all CSS property https://bugs.webkit.org/show_bug.cgi?id=123782 Reviewed by Darin Adler. Source/WebCore: Add support

[webkit-changes] [185775] trunk/Source/WebKit2

2015-06-19 Thread mmaxfield
Title: [185775] trunk/Source/WebKit2 Revision 185775 Author mmaxfi...@apple.com Date 2015-06-19 16:33:36 -0700 (Fri, 19 Jun 2015) Log Message REGRESSION(r185475): [Mac] ASSERT() when clicking on text using web fonts with force touch trackpad https://bugs.webkit.org/show_bug.cgi?id=145890

[webkit-changes] [186001] trunk

2015-06-26 Thread mmaxfield
Title: [186001] trunk Revision 186001 Author mmaxfi...@apple.com Date 2015-06-26 10:27:32 -0700 (Fri, 26 Jun 2015) Log Message [Cocoa] Sans-serif generic font family should map to PingFang https://bugs.webkit.org/show_bug.cgi?id=146333 Patch by Myles C. Maxfield on 2015-06-26 Reviewed

[webkit-changes] [186021] trunk

2015-06-26 Thread mmaxfield
Title: [186021] trunk Revision 186021 Author mmaxfi...@apple.com Date 2015-06-26 19:04:12 -0700 (Fri, 26 Jun 2015) Log Message [iOS] AppleGothic has been superseded by Apple SD Gothic Neo https://bugs.webkit.org/show_bug.cgi?id=146372 Reviewed by Dean Jackson. Source/WebCore: Test: fa

[webkit-changes] [186034] trunk/LayoutTests

2015-06-27 Thread mmaxfield
Title: [186034] trunk/LayoutTests Revision 186034 Author mmaxfi...@apple.com Date 2015-06-27 14:37:41 -0700 (Sat, 27 Jun 2015) Log Message REGRESSION (r186001): fast/text/han-generic-font-families.html always fails on Yosemite https://bugs.webkit.org/show_bug.cgi?id=146385 Unreviewed. P

[webkit-changes] [186205] trunk

2015-07-01 Thread mmaxfield
Title: [186205] trunk Revision 186205 Author mmaxfi...@apple.com Date 2015-07-01 17:02:15 -0700 (Wed, 01 Jul 2015) Log Message [iOS] Support bold and thin italicized system fonts https://bugs.webkit.org/show_bug.cgi?id=146463 Reviewed by Darin Adler. Source/WebCore: Add the italicized

[webkit-changes] [186686] trunk

2015-07-10 Thread mmaxfield
Title: [186686] trunk Revision 186686 Author mmaxfi...@apple.com Date 2015-07-10 13:39:16 -0700 (Fri, 10 Jul 2015) Log Message Bidi-Isolate inlines break layout with collapsed whitespace https://bugs.webkit.org/show_bug.cgi?id=109624 Reviewed by David Hyatt. Source/WebCore: This patch

[webkit-changes] [186809] trunk

2015-07-14 Thread mmaxfield
Title: [186809] trunk Revision 186809 Author mmaxfi...@apple.com Date 2015-07-14 12:50:37 -0700 (Tue, 14 Jul 2015) Log Message REGRESSION (r177876): store.apple.com profile and cart icons are missing https://bugs.webkit.org/show_bug.cgi?id=146894 Patch by Antti Koivisto on 2015-07-14 Re

[webkit-changes] [186827] trunk

2015-07-14 Thread mmaxfield
Title: [186827] trunk Revision 186827 Author mmaxfi...@apple.com Date 2015-07-14 17:23:41 -0700 (Tue, 14 Jul 2015) Log Message REGRESSION (r177876): store.apple.com profile and cart icons are missing https://bugs.webkit.org/show_bug.cgi?id=146894 Patch by Antti Koivisto on 2015-07-14 Re

[webkit-changes] [186968] trunk

2015-07-17 Thread mmaxfield
Title: [186968] trunk Revision 186968 Author mmaxfi...@apple.com Date 2015-07-17 16:01:08 -0700 (Fri, 17 Jul 2015) Log Message Video posters disappear once media has loaded https://bugs.webkit.org/show_bug.cgi?id=147045 Reviewed by Simon Fraser. Source/WebCore: After r184932, all video

[webkit-changes] [186971] trunk

2015-07-17 Thread mmaxfield
Title: [186971] trunk Revision 186971 Author mmaxfi...@apple.com Date 2015-07-17 16:26:34 -0700 (Fri, 17 Jul 2015) Log Message style.fontFamily accessor crashes on unstyled node created from DOMParser().parseFromString() https://bugs.webkit.org/show_bug.cgi?id=147026 Reviewed by Andreas

[webkit-changes] [187194] trunk/LayoutTests

2015-07-22 Thread mmaxfield
Title: [187194] trunk/LayoutTests Revision 187194 Author mmaxfi...@apple.com Date 2015-07-22 17:04:02 -0700 (Wed, 22 Jul 2015) Log Message [El Capitan] Test Gardening Unreviewed. * platform/mac/fast/text/ligature-subdivision-expected.txt: Modified Paths trunk/LayoutTests/ChangeLog tru

[webkit-changes] [187244] trunk

2015-07-23 Thread mmaxfield
Title: [187244] trunk Revision 187244 Author mmaxfi...@apple.com Date 2015-07-23 12:15:16 -0700 (Thu, 23 Jul 2015) Log Message REGRESSION(r182236): Justified Arabic text does not expand https://bugs.webkit.org/show_bug.cgi?id=147217 Reviewed by Simon Fraser. When I was writing r182236,

[webkit-changes] [187365] trunk/Websites/webkit.org

2015-07-24 Thread mmaxfield
Title: [187365] trunk/Websites/webkit.org Revision 187365 Author mmaxfi...@apple.com Date 2015-07-24 15:15:50 -0700 (Fri, 24 Jul 2015) Log Message Add image for a blog post * blog-files/el-capitan-system-font.png: Added. Modified Paths trunk/Websites/webkit.org/ChangeLog Added Paths

[webkit-changes] [187380] trunk

2015-07-24 Thread mmaxfield
Title: [187380] trunk Revision 187380 Author mmaxfi...@apple.com Date 2015-07-24 20:51:06 -0700 (Fri, 24 Jul 2015) Log Message text-overflow: ellipsis is broken by text-align: right and padding-left https://bugs.webkit.org/show_bug.cgi?id=121902 Reviewed by Zalan Bujtas. Source/WebCore:

[webkit-changes] [193484] trunk/Source/WebCore

2015-12-04 Thread mmaxfield
Title: [193484] trunk/Source/WebCore Revision 193484 Author mmaxfi...@apple.com Date 2015-12-04 15:52:28 -0800 (Fri, 04 Dec 2015) Log Message [Cocoa] Some fonts cause CTFontCopyAvailableTables() to return nullptr https://bugs.webkit.org/show_bug.cgi?id=151884 Reviewed by Brian Burg. No

[webkit-changes] [193512] trunk/Source/WebCore

2015-12-04 Thread mmaxfield
Title: [193512] trunk/Source/WebCore Revision 193512 Author mmaxfi...@apple.com Date 2015-12-04 23:55:41 -0800 (Fri, 04 Dec 2015) Log Message Remove CORETEXT_WEB_FONTS https://bugs.webkit.org/show_bug.cgi?id=151891 Reviewed by Simon Fraser. The only platform where this was turned off (M

[webkit-changes] [193663] trunk/LayoutTests

2015-12-07 Thread mmaxfield
Title: [193663] trunk/LayoutTests Revision 193663 Author mmaxfi...@apple.com Date 2015-12-07 16:08:56 -0800 (Mon, 07 Dec 2015) Log Message [Mac] Remove Mavericks-specific TestExpectations lines https://bugs.webkit.org/show_bug.cgi?id=151913 Reviewed by Alexey Proskuryakov. Mavericks is

[webkit-changes] [193805] trunk/Source/WebCore

2015-12-08 Thread mmaxfield
Title: [193805] trunk/Source/WebCore Revision 193805 Author mmaxfi...@apple.com Date 2015-12-08 19:57:08 -0800 (Tue, 08 Dec 2015) Log Message Remove Mavericks-specific code from FontCacheMac https://bugs.webkit.org/show_bug.cgi?id=152030 Reviewed by Simon Fraser. Mavericks is no longer

[webkit-changes] [193930] trunk

2015-12-10 Thread mmaxfield
Title: [193930] trunk Revision 193930 Author mmaxfi...@apple.com Date 2015-12-10 15:39:52 -0800 (Thu, 10 Dec 2015) Log Message Build fix Unreviewed. Source/WebCore: * platform/graphics/cocoa/FontCocoa.mm: (WebCore::Font::variantCapsSupportsCharacterForSynthesis): LayoutTests: * platf

[webkit-changes] [193932] trunk/Source/WebCore

2015-12-10 Thread mmaxfield
Title: [193932] trunk/Source/WebCore Revision 193932 Author mmaxfi...@apple.com Date 2015-12-10 16:05:00 -0800 (Thu, 10 Dec 2015) Log Message [Font Features] r193894 introduces leaks https://bugs.webkit.org/show_bug.cgi?id=152154 Reviewed by Joe Pecoraro. * platform/graphics/cocoa/FontC

[webkit-changes] [193942] trunk/Source/WebCore

2015-12-10 Thread mmaxfield
Title: [193942] trunk/Source/WebCore Revision 193942 Author mmaxfi...@apple.com Date 2015-12-10 19:51:29 -0800 (Thu, 10 Dec 2015) Log Message Build fix Unreviewed. * platform/graphics/cocoa/FontCocoa.mm: (WebCore::smallCapsTrueTypeDictionary): Modified Paths trunk/Source/WebCore/Chang

[webkit-changes] [194114] trunk

2015-12-15 Thread mmaxfield
Title: [194114] trunk Revision 194114 Author mmaxfi...@apple.com Date 2015-12-15 13:55:34 -0800 (Tue, 15 Dec 2015) Log Message [Font Features] TrueType fonts trigger real features even when synthesis is applied https://bugs.webkit.org/show_bug.cgi?id=152287 Reviewed by Darin Adler. Sour

[webkit-changes] [191871] trunk/Source/WebCore

2015-11-01 Thread mmaxfield
Title: [191871] trunk/Source/WebCore Revision 191871 Author mmaxfi...@apple.com Date 2015-11-01 16:52:46 -0800 (Sun, 01 Nov 2015) Log Message Clean up some CSS & Font code https://bugs.webkit.org/show_bug.cgi?id=150767 Reviewed by Darin Adler. This patch migrates some CSS code to use re

[webkit-changes] [191934] trunk

2015-11-02 Thread mmaxfield
Title: [191934] trunk Revision 191934 Author mmaxfi...@apple.com Date 2015-11-02 19:52:16 -0800 (Mon, 02 Nov 2015) Log Message [Cocoa] Support WOFF2 https://bugs.webkit.org/show_bug.cgi?id=150830 Reviewed by Zalan Bujtas. Source/WebCore: On platforms which support it, WebKit only needs

[webkit-changes] [191935] trunk

2015-11-02 Thread mmaxfield
Title: [191935] trunk Revision 191935 Author mmaxfi...@apple.com Date 2015-11-02 19:53:33 -0800 (Mon, 02 Nov 2015) Log Message [Vertical Writing Mode] Rename "vertical-right" CSS value to match spec https://bugs.webkit.org/show_bug.cgi?id=150766 Reviewed by Darin Adler. Source/WebCore:

[webkit-changes] [191939] trunk/LayoutTests

2015-11-02 Thread mmaxfield
Title: [191939] trunk/LayoutTests Revision 191939 Author mmaxfi...@apple.com Date 2015-11-02 22:16:26 -0800 (Mon, 02 Nov 2015) Log Message [Cocoa] Fix tests Unreviewed. s/Failure/ImageOnlyFailure/ * platform/mac/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/Layou

[webkit-changes] [191953] trunk

2015-11-03 Thread mmaxfield
Title: [191953] trunk Revision 191953 Author mmaxfi...@apple.com Date 2015-11-03 09:13:24 -0800 (Tue, 03 Nov 2015) Log Message Update to match text-orientation spec https://bugs.webkit.org/show_bug.cgi?id=150765 Reviewed by Darin Adler. Source/WebCore: The CSS spec has removed the "sid

[webkit-changes] [191968] trunk

2015-11-03 Thread mmaxfield
Title: [191968] trunk Revision 191968 Author mmaxfi...@apple.com Date 2015-11-03 12:31:33 -0800 (Tue, 03 Nov 2015) Log Message font-variant-* properties in @font-face declarations should be honored https://bugs.webkit.org/show_bug.cgi?id=149771 Reviewed by Simon Fraser. Source/WebCore:

[webkit-changes] [191979] trunk/Source/WebCore

2015-11-03 Thread mmaxfield
Title: [191979] trunk/Source/WebCore Revision 191979 Author mmaxfi...@apple.com Date 2015-11-03 14:18:11 -0800 (Tue, 03 Nov 2015) Log Message Addressing post-review comments on r191934. Unreviewed. * platform/graphics/mac/FontCustomPlatformData.cpp: (WebCore::FontCustomPlatformData::sup

[webkit-changes] [192042] trunk

2015-11-04 Thread mmaxfield
Title: [192042] trunk Revision 192042 Author mmaxfi...@apple.com Date 2015-11-04 16:26:26 -0800 (Wed, 04 Nov 2015) Log Message Ruby base ending in tatechuyoko forces a line break before the tatechuyoko https://bugs.webkit.org/show_bug.cgi?id=150883 Reviewed by Darin Adler. Source/WebCor

[webkit-changes] [192120] trunk

2015-11-06 Thread mmaxfield
Title: [192120] trunk Revision 192120 Author mmaxfi...@apple.com Date 2015-11-06 15:20:12 -0800 (Fri, 06 Nov 2015) Log Message REGRESSION(r182286): Tatechuyoko following ruby is drawn too far to the right https://bugs.webkit.org/show_bug.cgi?id=150923 Reviewed by Zalan Bujtas. Source/We

[webkit-changes] [192169] trunk

2015-11-09 Thread mmaxfield
Title: [192169] trunk Revision 192169 Author mmaxfi...@apple.com Date 2015-11-09 11:40:39 -0800 (Mon, 09 Nov 2015) Log Message Some style changes cause tatechuyoko to be drawn off center https://bugs.webkit.org/show_bug.cgi?id=150986 Reviewed by Darin Adler. Source/WebCore: Layouts sh

[webkit-changes] [192259] trunk/Source/WebCore

2015-11-10 Thread mmaxfield
Title: [192259] trunk/Source/WebCore Revision 192259 Author mmaxfi...@apple.com Date 2015-11-10 12:05:01 -0800 (Tue, 10 Nov 2015) Log Message Tatechuyoko text is not vertically centered in its vertical advance https://bugs.webkit.org/show_bug.cgi?id=151074 Reviewed by David Hyatt. Duri

[webkit-changes] [192286] trunk/LayoutTests

2015-11-10 Thread mmaxfield
Title: [192286] trunk/LayoutTests Revision 192286 Author mmaxfi...@apple.com Date 2015-11-10 17:39:19 -0800 (Tue, 10 Nov 2015) Log Message Updating test expected results after r192269 Unreviewed. * platform/mac-mavericks/fast/text/international/text-combine-image-test-expected.txt: Mod

[webkit-changes] [192290] trunk/Source/WebCore

2015-11-10 Thread mmaxfield
Title: [192290] trunk/Source/WebCore Revision 192290 Author mmaxfi...@apple.com Date 2015-11-10 20:21:36 -0800 (Tue, 10 Nov 2015) Log Message Move locale information into FontDescription https://bugs.webkit.org/show_bug.cgi?id=147457 Reviewed by Andreas Kling. Currently, the "lang" attr

[webkit-changes] [192372] trunk

2015-11-12 Thread mmaxfield
Title: [192372] trunk Revision 192372 Author mmaxfi...@apple.com Date 2015-11-12 11:37:53 -0800 (Thu, 12 Nov 2015) Log Message [Cocoa] Font fallback is not language-sensitive https://bugs.webkit.org/show_bug.cgi?id=147390 Reviewed by Dean Jackson. Source/WebCore: This re-applies r19075

[webkit-changes] [192382] trunk/Source/WebCore

2015-11-12 Thread mmaxfield
Title: [192382] trunk/Source/WebCore Revision 192382 Author mmaxfi...@apple.com Date 2015-11-12 13:29:40 -0800 (Thu, 12 Nov 2015) Log Message [Cocoa] Font fallback is not language-sensitive https://bugs.webkit.org/show_bug.cgi?id=147390 Reviewed by Dean Jackson. Test: fast/text/fallback

[webkit-changes] [192639] trunk

2015-11-19 Thread mmaxfield
Title: [192639] trunk Revision 192639 Author mmaxfi...@apple.com Date 2015-11-19 11:16:31 -0800 (Thu, 19 Nov 2015) Log Message Tatechuyoko in ruby sits too high https://bugs.webkit.org/show_bug.cgi?id=151309 Reviewed by Darin Adler. Source/WebCore: When combining text, we ask what the

[webkit-changes] [192726] trunk/Source/WebCore

2015-11-21 Thread mmaxfield
Title: [192726] trunk/Source/WebCore Revision 192726 Author mmaxfi...@apple.com Date 2015-11-21 15:06:46 -0800 (Sat, 21 Nov 2015) Log Message Tiny cleanup in ComplexTextController::collectComplexTextRuns() https://bugs.webkit.org/show_bug.cgi?id=151534 Reviewed by Zalan Bujtas. The isMi

[webkit-changes] [192732] trunk

2015-11-22 Thread mmaxfield
Title: [192732] trunk Revision 192732 Author mmaxfi...@apple.com Date 2015-11-22 09:06:35 -0800 (Sun, 22 Nov 2015) Log Message Font selection should not consult font-variant property https://bugs.webkit.org/show_bug.cgi?id=151537 Reviewed by Simon Fraser. Source/WebCore: In section 4.7

[webkit-changes] [192733] trunk/LayoutTests

2015-11-22 Thread mmaxfield
Title: [192733] trunk/LayoutTests Revision 192733 Author mmaxfi...@apple.com Date 2015-11-22 09:19:38 -0800 (Sun, 22 Nov 2015) Log Message Add a test to make sure that font-variant: inherit works correctly. Unreviewed. * fast/text/font-variant-inherit-expected.html: Added. * fast/text/f

[webkit-changes] [192770] trunk

2015-11-25 Thread mmaxfield
Title: [192770] trunk Revision 192770 Author mmaxfi...@apple.com Date 2015-11-25 11:04:03 -0800 (Wed, 25 Nov 2015) Log Message Checks for buffer-overflows when reading characters from textRun https://bugs.webkit.org/show_bug.cgi?id=151055 Patch by Pranjal Jumde on 2015-11-25 Reviewed b

[webkit-changes] [192819] trunk

2015-11-30 Thread mmaxfield
Title: [192819] trunk Revision 192819 Author mmaxfi...@apple.com Date 2015-11-30 13:20:32 -0800 (Mon, 30 Nov 2015) Log Message Unify font-variant-* with font-variant shorthand https://bugs.webkit.org/show_bug.cgi?id=149773 Reviewed by Darin Adler. Source/WebCore: This patch makes font-

[webkit-changes] [192894] trunk

2015-12-01 Thread mmaxfield
Title: [192894] trunk Revision 192894 Author mmaxfi...@apple.com Date 2015-12-01 11:10:07 -0800 (Tue, 01 Dec 2015) Log Message [Win] Web fonts with small caps have excess whitespace with the complex text codepath https://bugs.webkit.org/show_bug.cgi?id=151698 Reviewed by Darin Adler. So

[webkit-changes] [192895] trunk

2015-12-01 Thread mmaxfield
Title: [192895] trunk Revision 192895 Author mmaxfi...@apple.com Date 2015-12-01 11:24:52 -0800 (Tue, 01 Dec 2015) Log Message [iOS] Adjacent emoji overlap each other https://bugs.webkit.org/show_bug.cgi?id=151690 Reviewed by Simon Fraser. Source/WebCore: This is a partial revert of r

[webkit-changes] [192904] trunk/LayoutTests

2015-12-01 Thread mmaxfield
Title: [192904] trunk/LayoutTests Revision 192904 Author mmaxfi...@apple.com Date 2015-12-01 13:43:30 -0800 (Tue, 01 Dec 2015) Log Message Test gardening after r192894 Unreviewed. * fast/text/small-caps-complex-expected.html: * fast/text/small-caps-complex.html: Modified Paths trunk/L

[webkit-changes] [192917] trunk/Source/WebCore

2015-12-01 Thread mmaxfield
Title: [192917] trunk/Source/WebCore Revision 192917 Author mmaxfi...@apple.com Date 2015-12-01 14:43:52 -0800 (Tue, 01 Dec 2015) Log Message [Win] Build fix after r192895 Unreviewed. * platform/graphics/FontPlatformData.h: (WebCore::FontPlatformData::isSystemFont): (WebCore::FontPlatfo

[webkit-changes] [192920] trunk

2015-12-01 Thread mmaxfield
Title: [192920] trunk Revision 192920 Author mmaxfi...@apple.com Date 2015-12-01 15:30:03 -0800 (Tue, 01 Dec 2015) Log Message Give String and AtomicString an existingHash() function https://bugs.webkit.org/show_bug.cgi?id=151717 Reviewed by Andreas Kling. Source/WebCore: No new tests

[webkit-changes] [192940] trunk/LayoutTests

2015-12-01 Thread mmaxfield
Title: [192940] trunk/LayoutTests Revision 192940 Author mmaxfi...@apple.com Date 2015-12-01 19:55:44 -0800 (Tue, 01 Dec 2015) Log Message [Win] Test gardening after r192895 Unreviewed. * fast/text/emoji-overlap-expected.html: * fast/text/emoji-overlap.html: Modified Paths trunk/Layou

[webkit-changes] [192992] trunk

2015-12-02 Thread mmaxfield
Title: [192992] trunk Revision 192992 Author mmaxfi...@apple.com Date 2015-12-02 20:08:41 -0800 (Wed, 02 Dec 2015) Log Message Unify font-variant-* with font-variant shorthand https://bugs.webkit.org/show_bug.cgi?id=149773 Reviewed by Darin Adler. Source/WebCore: This patch makes font-

[webkit-changes] [190417] trunk/LayoutTests

2015-10-01 Thread mmaxfield
Title: [190417] trunk/LayoutTests Revision 190417 Author mmaxfi...@apple.com Date 2015-10-01 10:45:59 -0700 (Thu, 01 Oct 2015) Log Message accessibility/mac/aria-expanded-notifications.html is flaky https://bugs.webkit.org/show_bug.cgi?id=149510 Reviewed by Chris Fleizach. The problem i

[webkit-changes] [190564] trunk

2015-10-05 Thread mmaxfield
Title: [190564] trunk Revision 190564 Author mmaxfi...@apple.com Date 2015-10-05 10:27:16 -0700 (Mon, 05 Oct 2015) Log Message Unprefix -webkit-font-feature-settings https://bugs.webkit.org/show_bug.cgi?id=149722 Reviewed by Sam Weinig. Source/WebCore: * css/CSSComputedStyleDeclaration

[webkit-changes] [190572] trunk

2015-10-05 Thread mmaxfield
Title: [190572] trunk Revision 190572 Author mmaxfi...@apple.com Date 2015-10-05 13:31:41 -0700 (Mon, 05 Oct 2015) Log Message Allow WKRetainPtrs to be used as keys in hashing data structures https://bugs.webkit.org/show_bug.cgi?id=149762 Reviewed by Anders Carlsson. Source/WebKit2: Us

[webkit-changes] [190593] trunk

2015-10-05 Thread mmaxfield
Title: [190593] trunk Revision 190593 Author mmaxfi...@apple.com Date 2015-10-05 16:45:56 -0700 (Mon, 05 Oct 2015) Log Message REGRESSION(189668?): http/tests/notifications/events.html flakily asserts or times out https://bugs.webkit.org/show_bug.cgi?id=149218 Reviewed by Alexey Proskury

[webkit-changes] [190594] trunk/Source/WebKit2

2015-10-05 Thread mmaxfield
Title: [190594] trunk/Source/WebKit2 Revision 190594 Author mmaxfi...@apple.com Date 2015-10-05 17:27:48 -0700 (Mon, 05 Oct 2015) Log Message Prospective Mavericks build fix. Unreviewed. * UIProcess/API/cpp/WKRetainPtr.h: Modified Paths trunk/Source/WebKit2/ChangeLog trunk/Source/WebK

[webkit-changes] [190639] trunk/Tools

2015-10-06 Thread mmaxfield
Title: [190639] trunk/Tools Revision 190639 Author mmaxfi...@apple.com Date 2015-10-06 13:26:32 -0700 (Tue, 06 Oct 2015) Log Message Post-review cleanup after r190572. Unreviewed. * TestWebKitAPI/Tests/WebKit2/WKRetainPtr.cpp: Modified Paths trunk/Tools/ChangeLog trunk/Tools/TestWebKi

[webkit-changes] [190697] trunk

2015-10-07 Thread mmaxfield
Title: [190697] trunk Revision 190697 Author mmaxfi...@apple.com Date 2015-10-07 17:33:55 -0700 (Wed, 07 Oct 2015) Log Message Test font-variant-* and font-feature-settings with TrueType fonts https://bugs.webkit.org/show_bug.cgi?id=149776 Reviewed by Simon Fraser. Tools: This test ext

[webkit-changes] [190700] trunk/LayoutTests

2015-10-07 Thread mmaxfield
Title: [190700] trunk/LayoutTests Revision 190700 Author mmaxfi...@apple.com Date 2015-10-07 17:55:00 -0700 (Wed, 07 Oct 2015) Log Message Test font-variant-* and font-feature-settings with TrueType fonts https://bugs.webkit.org/show_bug.cgi?id=149776 Unreviewed follow up to r190697. *

[webkit-changes] [190836] trunk

2015-10-09 Thread mmaxfield
Title: [190836] trunk Revision 190836 Author mmaxfi...@apple.com Date 2015-10-09 20:52:41 -0700 (Fri, 09 Oct 2015) Log Message Unreviewed, rolling out r190689 https://bugs.webkit.org/show_bug.cgi?id=149992 Fixed in other repository. Reverted changesets: "Unreviewed, rolling out r190572

[webkit-changes] [190876] trunk

2015-10-12 Thread mmaxfield
Title: [190876] trunk Revision 190876 Author mmaxfi...@apple.com Date 2015-10-12 12:00:47 -0700 (Mon, 12 Oct 2015) Log Message Test font-variant-* and font-feature-settings on Yosemite and Mavericks https://bugs.webkit.org/show_bug.cgi?id=149778 Reviewed by Simon Fraser. Source/WebCore:

[webkit-changes] [190891] trunk

2015-10-12 Thread mmaxfield
Title: [190891] trunk Revision 190891 Author mmaxfi...@apple.com Date 2015-10-12 15:08:27 -0700 (Mon, 12 Oct 2015) Log Message REGRESSION(r182192): Ligatures do not interact correctly with SHY in some fonts https://bugs.webkit.org/show_bug.cgi?id=150006 Reviewed by Simon Fraser. Source/

[webkit-changes] [190895] trunk/Source/WebCore

2015-10-12 Thread mmaxfield
Title: [190895] trunk/Source/WebCore Revision 190895 Author mmaxfi...@apple.com Date 2015-10-12 15:40:36 -0700 (Mon, 12 Oct 2015) Log Message [Font Features] Tiny cleanup regarding FontCascade::typesettingFeatures() https://bugs.webkit.org/show_bug.cgi?id=150051 Reviewed by Simon Fraser.

[webkit-changes] [190904] trunk/Source/JavaScriptCore

2015-10-12 Thread mmaxfield
Title: [190904] trunk/Source/_javascript_Core Revision 190904 Author mmaxfi...@apple.com Date 2015-10-12 16:26:36 -0700 (Mon, 12 Oct 2015) Log Message Unreviewed build fix * runtime/JSObject.cpp: (JSC::JSObject::reallocateAndShrinkButterfly): Modified Paths trunk/Source/_javascript_Cor

[webkit-changes] [190999] trunk

2015-10-13 Thread mmaxfield
Title: [190999] trunk Revision 190999 Author mmaxfi...@apple.com Date 2015-10-13 11:49:58 -0700 (Tue, 13 Oct 2015) Log Message Unprefix font-kerning https://bugs.webkit.org/show_bug.cgi?id=150080 Reviewed by Sam Weinig. This is the last property in CSS3 Fonts which is prefixed. Source/

[webkit-changes] [191014] trunk/Source

2015-10-13 Thread mmaxfield
Title: [191014] trunk/Source Revision 191014 Author mmaxfi...@apple.com Date 2015-10-13 16:40:38 -0700 (Tue, 13 Oct 2015) Log Message Split TypesettingFeatures into kerning and ligatures bools https://bugs.webkit.org/show_bug.cgi?id=150074 Reviewed by Simon Fraser. Source/WebCore: Our

[webkit-changes] [191032] trunk/Tools

2015-10-13 Thread mmaxfield
Title: [191032] trunk/Tools Revision 191032 Author mmaxfi...@apple.com Date 2015-10-13 22:10:51 -0700 (Tue, 13 Oct 2015) Log Message [iOS] Build fix Unreviewed. Mach-O section names are limited to 16 characters. * DumpRenderTree/mac/Configurations/DumpRenderTreeApp.xcconfig: * DumpRend

[webkit-changes] [191148] trunk/Source

2015-10-15 Thread mmaxfield
Title: [191148] trunk/Source Revision 191148 Author mmaxfi...@apple.com Date 2015-10-15 16:20:07 -0700 (Thu, 15 Oct 2015) Log Message Migrate to CGContextSetBaseCTM() and CGContextResetClip() from WKSI https://bugs.webkit.org/show_bug.cgi?id=150155 Reviewed by Tim Horton. Source/WebCore

[webkit-changes] [191250] trunk/Source

2015-10-17 Thread mmaxfield
Title: [191250] trunk/Source Revision 191250 Author mmaxfi...@apple.com Date 2015-10-17 15:31:36 -0700 (Sat, 17 Oct 2015) Log Message Stop honoring the user default "WebKitKerningAndLigaturesEnabledByDefault" https://bugs.webkit.org/show_bug.cgi?id=150287 Reviewed by Simon Fraser. Sourc

[webkit-changes] [191251] trunk

2015-10-17 Thread mmaxfield
Title: [191251] trunk Revision 191251 Author mmaxfi...@apple.com Date 2015-10-17 15:40:41 -0700 (Sat, 17 Oct 2015) Log Message Delete FontPlatformData::allowsLigatures() https://bugs.webkit.org/show_bug.cgi?id=150286 Reviewed by Dan Bernstein. Source/WebCore: This function is only used

[webkit-changes] [191253] trunk/Source/WebKit/mac

2015-10-17 Thread mmaxfield
Title: [191253] trunk/Source/WebKit/mac Revision 191253 Author mmaxfi...@apple.com Date 2015-10-17 17:00:28 -0700 (Sat, 17 Oct 2015) Log Message Build fix after r191250 Unreviewed. * WebView/WebView.mm: (+[WebView initialize]): Modified Paths trunk/Source/WebKit/mac/ChangeLog trunk/So

[webkit-changes] [191260] trunk/Source

2015-10-18 Thread mmaxfield
Title: [191260] trunk/Source Revision 191260 Author mmaxfi...@apple.com Date 2015-10-18 09:36:14 -0700 (Sun, 18 Oct 2015) Log Message Stop honoring the user default "WebKitKerningAndLigaturesEnabledByDefault" https://bugs.webkit.org/show_bug.cgi?id=150287 Reviewed by Simon Fraser. Sourc

[webkit-changes] [191261] trunk/Source/WebKit/mac

2015-10-18 Thread mmaxfield
Title: [191261] trunk/Source/WebKit/mac Revision 191261 Author mmaxfi...@apple.com Date 2015-10-18 10:19:40 -0700 (Sun, 18 Oct 2015) Log Message Build fix after r191260 Unreviewed. * WebView/WebView.mm: (+[WebView initialize]): Modified Paths trunk/Source/WebKit/mac/ChangeLog trunk/So

[webkit-changes] [191263] trunk/Source/WebCore

2015-10-18 Thread mmaxfield
Title: [191263] trunk/Source/WebCore Revision 191263 Author mmaxfi...@apple.com Date 2015-10-18 16:24:24 -0700 (Sun, 18 Oct 2015) Log Message [Cocoa] [Win] Remove unused code from GraphicsContext https://bugs.webkit.org/show_bug.cgi?id=150304 Reviewed by Darin Adler. No new tests becaus

[webkit-changes] [191295] trunk/Source/WebCore

2015-10-19 Thread mmaxfield
Title: [191295] trunk/Source/WebCore Revision 191295 Author mmaxfi...@apple.com Date 2015-10-19 10:28:41 -0700 (Mon, 19 Oct 2015) Log Message Host GraphicsContext's CTM inside GraphicsContextState https://bugs.webkit.org/show_bug.cgi?id=150146 Reviewed by Simon Fraser. There are 6 opera

[webkit-changes] [191297] trunk/Source/WebCore

2015-10-19 Thread mmaxfield
Title: [191297] trunk/Source/WebCore Revision 191297 Author mmaxfi...@apple.com Date 2015-10-19 10:58:49 -0700 (Mon, 19 Oct 2015) Log Message [iOS] Build fix after r191295 Unreviewed. * platform/graphics/cg/GraphicsContextCG.cpp: (WebCore::GraphicsContext::resetPlatformCTM): Modified P

[webkit-changes] [191324] trunk/Source/WebCore

2015-10-19 Thread mmaxfield
Title: [191324] trunk/Source/WebCore Revision 191324 Author mmaxfi...@apple.com Date 2015-10-19 17:36:03 -0700 (Mon, 19 Oct 2015) Log Message Host GraphicsContext's CTM inside GraphicsContextState https://bugs.webkit.org/show_bug.cgi?id=150146 There are 6 operations which interact with C

[webkit-changes] [191330] trunk/Source/WebCore

2015-10-19 Thread mmaxfield
Title: [191330] trunk/Source/WebCore Revision 191330 Author mmaxfi...@apple.com Date 2015-10-19 21:22:59 -0700 (Mon, 19 Oct 2015) Log Message Shadow GraphicsContext's ImageInterpolationQuality inside GraphicsContextState https://bugs.webkit.org/show_bug.cgi?id=150306 Reviewed by Simon Fr

[webkit-changes] [191331] trunk

2015-10-19 Thread mmaxfield
Title: [191331] trunk Revision 191331 Author mmaxfi...@apple.com Date 2015-10-19 21:55:27 -0700 (Mon, 19 Oct 2015) Log Message FontCascade::typesettingFeatures() is not privy to font-variant-* nor font-feature-settings https://bugs.webkit.org/show_bug.cgi?id=149775 Reviewed by Darin Adle

[webkit-changes] [191466] trunk/Source

2015-10-22 Thread mmaxfield
Title: [191466] trunk/Source Revision 191466 Author mmaxfi...@apple.com Date 2015-10-22 12:50:09 -0700 (Thu, 22 Oct 2015) Log Message [Cocoa] Migrate WKSetPatternPhaseInUserSpace() and WKGetUserToBaseCTM() from WKSI https://bugs.webkit.org/show_bug.cgi?id=150460 Reviewed by Tim Horton.

[webkit-changes] [191489] trunk/Source/WebCore

2015-10-22 Thread mmaxfield
Title: [191489] trunk/Source/WebCore Revision 191489 Author mmaxfi...@apple.com Date 2015-10-22 19:53:03 -0700 (Thu, 22 Oct 2015) Log Message [OS X] Migrate GraphicsContext::drawLineForDocumentMarker() away from LocalCurrentGraphicsContext https://bugs.webkit.org/show_bug.cgi?id=150483 R

[webkit-changes] [182894] trunk

2015-04-16 Thread mmaxfield
Title: [182894] trunk Revision 182894 Author mmaxfi...@apple.com Date 2015-04-16 10:32:27 -0700 (Thu, 16 Apr 2015) Log Message [iOS] Delete hardcoded font fallback tables https://bugs.webkit.org/show_bug.cgi?id=143583 Reviewed by Darin Adler Source/WebCore: Instead of hardcoding which

[webkit-changes] [183089] trunk/Source/WebCore

2015-04-21 Thread mmaxfield
Title: [183089] trunk/Source/WebCore Revision 183089 Author mmaxfi...@apple.com Date 2015-04-21 17:51:07 -0700 (Tue, 21 Apr 2015) Log Message [iOS] When computing visible rects for tiling, stop searching at UIWindows https://bugs.webkit.org/show_bug.cgi?id=144022 Reviewed by Simon Frase

[webkit-changes] [183153] trunk/Source/WebCore

2015-04-22 Thread mmaxfield
Title: [183153] trunk/Source/WebCore Revision 183153 Author mmaxfi...@apple.com Date 2015-04-22 16:22:50 -0700 (Wed, 22 Apr 2015) Log Message [iOS] Caret does not line up with text when using the system font https://bugs.webkit.org/show_bug.cgi?id=144076 Reviewed by Enrica Casucci. Det

<    4   5   6   7   8   9   10   11   12   13   >