[webkit-changes] [181390] trunk/LayoutTests

2015-03-11 Thread mmaxfield
Title: [181390] trunk/LayoutTests Revision 181390 Author mmaxfi...@apple.com Date 2015-03-11 09:31:53 -0700 (Wed, 11 Mar 2015) Log Message Test gardening after r181278 Unreviewed. Until Windows adopts the SVG -> OTF Converter, we should mark this test as Mac-only. * platform/mac/svg/fo

[webkit-changes] [181391] trunk/LayoutTests

2015-03-11 Thread mmaxfield
Title: [181391] trunk/LayoutTests Revision 181391 Author mmaxfi...@apple.com Date 2015-03-11 09:38:30 -0700 (Wed, 11 Mar 2015) Log Message [Win] Test gardening after r181260 Unreviewed. * platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added. * platform/

[webkit-changes] [181398] trunk

2015-03-11 Thread mmaxfield
Title: [181398] trunk Revision 181398 Author mmaxfi...@apple.com Date 2015-03-11 11:22:06 -0700 (Wed, 11 Mar 2015) Log Message Use out-of-band messaging for RenderBox::firstLineBaseline() and RenderBox::inlineBlockBaseline() https://bugs.webkit.org/show_bug.cgi?id=142569 Reviewed by Davi

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

2015-03-11 Thread mmaxfield
Title: [181410] trunk/Source/WebKit2 Revision 181410 Author mmaxfi...@apple.com Date 2015-03-11 15:23:45 -0700 (Wed, 11 Mar 2015) Log Message Fix the build Unreviewed. * Shared/Downloads/mac/DownloadMac.mm: (WebKit::Download::start): (WebKit::Download::resume): Modified Paths trunk/So

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

2015-03-18 Thread mmaxfield
Title: [181703] trunk/Source/WebCore Revision 181703 Author mmaxfi...@apple.com Date 2015-03-18 11:12:39 -0700 (Wed, 18 Mar 2015) Log Message Call CTFontSetRenderingParameters before rendering text https://bugs.webkit.org/show_bug.cgi?id=142816 Reviewed by Darin Adler. No new tests. *

[webkit-changes] [181977] trunk/Tools

2015-03-25 Thread mmaxfield
Title: [181977] trunk/Tools Revision 181977 Author mmaxfi...@apple.com Date 2015-03-25 15:46:41 -0700 (Wed, 25 Mar 2015) Log Message Migrate update-webkit for Windows to not require Cygwin https://bugs.webkit.org/show_bug.cgi?id=143040 Reviewed by Brent Fulgham. * Scripts/update-webkit-

[webkit-changes] [181982] trunk/Tools

2015-03-25 Thread mmaxfield
Title: [181982] trunk/Tools Revision 181982 Author mmaxfi...@apple.com Date 2015-03-25 16:25:31 -0700 (Wed, 25 Mar 2015) Log Message Fix Windows build from r181977. Unreviewed. * Scripts/update-webkit-dependency: Modified Paths trunk/Tools/ChangeLog trunk/Tools/Scripts/update-webkit-d

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

2015-03-26 Thread mmaxfield
Title: [182015] trunk/Source/WebCore Revision 182015 Author mmaxfi...@apple.com Date 2015-03-26 10:29:53 -0700 (Thu, 26 Mar 2015) Log Message Crash when laying out (char)0 https://bugs.webkit.org/show_bug.cgi?id=143103 Reviewed by Dean Jackson. We currently cache a character -> Font map

[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] [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] [183494] trunk

2015-04-28 Thread mmaxfield
Title: [183494] trunk Revision 183494 Author mmaxfi...@apple.com Date 2015-04-28 11:36:59 -0700 (Tue, 28 Apr 2015) Log Message Source/WebCore: [Mac] [iOS] Implement font-synthesis CSS property https://bugs.webkit.org/show_bug.cgi?id=144305 Reviewed by Andreas Kling. This patch is fairly

[webkit-changes] [183549] branches/safari-600.6-branch/LayoutTests

2015-04-29 Thread mmaxfield
Title: [183549] branches/safari-600.6-branch/LayoutTests Revision 183549 Author mmaxfi...@apple.com Date 2015-04-29 09:15:01 -0700 (Wed, 29 Apr 2015) Log Message fast/text/ruby-justification-flush.html fails on safari-600.6-branch https://bugs.webkit.org/show_bug.cgi?id=144294 Reviewed b

[webkit-changes] [183562] trunk

2015-04-29 Thread mmaxfield
Title: [183562] trunk Revision 183562 Author mmaxfi...@apple.com Date 2015-04-29 11:31:35 -0700 (Wed, 29 Apr 2015) Log Message [OS X] Use CTFontCreateForCSS instead of doing font search ourselves https://bugs.webkit.org/show_bug.cgi?id=132159 Reviewed by Darin Adler. Source/WebCore: On

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

2015-04-29 Thread mmaxfield
Title: [183582] trunk/Source/WebCore Revision 183582 Author mmaxfi...@apple.com Date 2015-04-29 15:32:46 -0700 (Wed, 29 Apr 2015) Log Message Unreviewed build fix. * platform/graphics/mac/FontCacheMac.mm: (WebCore::fontWithFamily): Modified Paths trunk/Source/WebCore/ChangeLog trunk/So

[webkit-changes] [183696] trunk

2015-05-01 Thread mmaxfield
Title: [183696] trunk Revision 183696 Author mmaxfi...@apple.com Date 2015-05-01 16:25:41 -0700 (Fri, 01 May 2015) Log Message [OS X] Text dilation parameters are not restored after being set https://bugs.webkit.org/show_bug.cgi?id=144507 Patch by Myles C. Maxfield on 2015-05-01 Review

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

2015-05-05 Thread mmaxfield
Title: [183799] trunk/Source/WebCore Revision 183799 Author mmaxfi...@apple.com Date 2015-05-05 00:49:13 -0700 (Tue, 05 May 2015) Log Message Small cleanup in RenderText::computePreferredLogicalWidths() https://bugs.webkit.org/show_bug.cgi?id=144615 Patch by Myles C. Maxfield on 2015-05

[webkit-changes] [183883] trunk

2015-05-06 Thread mmaxfield
Title: [183883] trunk Revision 183883 Author mmaxfi...@apple.com Date 2015-05-06 13:32:42 -0700 (Wed, 06 May 2015) Log Message Introducing the Platform Abstraction Layer (PAL) https://bugs.webkit.org/show_bug.cgi?id=143358 Reviewed by Simon Fraser. .: * WebKit.xcworkspace/contents.xcwo

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

2015-05-06 Thread mmaxfield
Title: [183904] trunk/Source/WebCore Revision 183904 Author mmaxfi...@apple.com Date 2015-05-06 19:09:26 -0700 (Wed, 06 May 2015) Log Message Clean up TextRun constructors https://bugs.webkit.org/show_bug.cgi?id=144712 Reviewed by Zalan Bujtas. This patch uses constructor forwarding to

[webkit-changes] [183940] trunk

2015-05-07 Thread mmaxfield
Title: [183940] trunk Revision 183940 Author mmaxfi...@apple.com Date 2015-05-07 11:52:59 -0700 (Thu, 07 May 2015) Log Message Revert "Introducing the Platform Abstraction Layer (PAL)" https://bugs.webkit.org/show_bug.cgi?id=144751 Unreviewed. PAL should be a new target inside WebCore,

[webkit-changes] [183952] trunk

2015-05-07 Thread mmaxfield
Title: [183952] trunk Revision 183952 Author mmaxfi...@apple.com Date 2015-05-07 15:23:05 -0700 (Thu, 07 May 2015) Log Message Cleanup after r183940 https://bugs.webkit.org/show_bug.cgi?id=144768 Unreviewed. Looks like the empty directories were not deleted. * Source/PAL: Removed. * So

[webkit-changes] [183996] trunk

2015-05-08 Thread mmaxfield
Title: [183996] trunk Revision 183996 Author mmaxfi...@apple.com Date 2015-05-08 10:18:00 -0700 (Fri, 08 May 2015) Log Message Remove convenience constructors for TextRun https://bugs.webkit.org/show_bug.cgi?id=144752 Source/WebCore: These convenience constructors are unnecessary. Movin

[webkit-changes] [184037] trunk

2015-05-08 Thread mmaxfield
Title: [184037] trunk Revision 184037 Author mmaxfi...@apple.com Date 2015-05-08 23:33:02 -0700 (Fri, 08 May 2015) Log Message Remove convenience constructors for TextRun https://bugs.webkit.org/show_bug.cgi?id=144752 Source/WebCore: These convenience constructors are unnecessary. Movin

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

2015-05-11 Thread mmaxfield
Title: [184121] trunk/Source/WebKit2 Revision 184121 Author mmaxfi...@apple.com Date 2015-05-11 14:14:05 -0700 (Mon, 11 May 2015) Log Message Unreviewed build fix Unreviewed. * UIProcess/API/APIUserContentExtensionStore.cpp: (API::compiledToFile): Modified Paths trunk/Source/WebKit2/C

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

2015-05-11 Thread mmaxfield
Title: [184138] trunk/Source/WebCore Revision 184138 Author mmaxfi...@apple.com Date 2015-05-11 18:06:59 -0700 (Mon, 11 May 2015) Log Message Addressing post-review comments after r184037. Unreviewed. No new tests because there is no behavior change. * rendering/SimpleLineLayoutTextFra

[webkit-changes] [184341] trunk

2015-05-14 Thread mmaxfield
Title: [184341] trunk Revision 184341 Author mmaxfi...@apple.com Date 2015-05-14 10:55:38 -0700 (Thu, 14 May 2015) Log Message Add String literal overloads to equalIgnoringASCIICase() https://bugs.webkit.org/show_bug.cgi?id=145008 Patch by Myles C. Maxfield on 2015-05-14 Reviewed by Ben

[webkit-changes] [184353] trunk

2015-05-14 Thread mmaxfield
Title: [184353] trunk Revision 184353 Author mmaxfi...@apple.com Date 2015-05-14 14:28:54 -0700 (Thu, 14 May 2015) Log Message [Mac] Expose more font weights for -apple-system https://bugs.webkit.org/show_bug.cgi?id=144707 Reviewed by Simon Fraser. Source/WebCore: Previously, when we p

[webkit-changes] [184424] trunk/LayoutTests

2015-05-15 Thread mmaxfield
Title: [184424] trunk/LayoutTests Revision 184424 Author mmaxfi...@apple.com Date 2015-05-15 18:46:53 -0700 (Fri, 15 May 2015) Log Message Test the interaction between font-family and font-weight https://bugs.webkit.org/show_bug.cgi?id=145078 Reviewed by Dean Jackson. This test is desig

[webkit-changes] [184519] trunk/Source

2015-05-18 Thread mmaxfield
Title: [184519] trunk/Source Revision 184519 Author mmaxfi...@apple.com Date 2015-05-18 16:16:15 -0700 (Mon, 18 May 2015) Log Message Addressing post-review comments on r184353 https://bugs.webkit.org/show_bug.cgi?id=145146 Reviewed by Benjamin Poulain. Source/WebCore: See per-file com

[webkit-changes] [184532] trunk/LayoutTests

2015-05-18 Thread mmaxfield
Title: [184532] trunk/LayoutTests Revision 184532 Author mmaxfi...@apple.com Date 2015-05-18 18:00:31 -0700 (Mon, 18 May 2015) Log Message platform/mac/fast/text/font-weights.html is flakey https://bugs.webkit.org/show_bug.cgi?id=145149 Reviewed by Alexey Proskuryakov. * platform/mac/Te

[webkit-changes] [184538] trunk/LayoutTests

2015-05-18 Thread mmaxfield
Title: [184538] trunk/LayoutTests Revision 184538 Author mmaxfi...@apple.com Date 2015-05-18 18:49:37 -0700 (Mon, 18 May 2015) Log Message Improve coverage of platform/mac/fast/text/font-weights.html https://bugs.webkit.org/show_bug.cgi?id=145152 Reviewed by Anders Carlsson. Add coverag

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

2015-05-22 Thread mmaxfield
Title: [184796] trunk/Source/WebCore Revision 184796 Author mmaxfi...@apple.com Date 2015-05-22 14:43:14 -0700 (Fri, 22 May 2015) Log Message [Cocoa] Use CTFontDrawGlyphs() instead of CGContextShowGlyphsWithAdvances()/CGContextShowGlyphsAtPositions() https://bugs.webkit.org/show_bug.cgi?i

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

2015-05-23 Thread mmaxfield
Title: [184832] trunk/Source/WebCore Revision 184832 Author mmaxfi...@apple.com Date 2015-05-23 18:22:53 -0700 (Sat, 23 May 2015) Log Message Cleanup after r184796 https://bugs.webkit.org/show_bug.cgi?id=145333 Reviewed by Alexey Proskuryakov. No new tests because there is no behavior c

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

2015-05-28 Thread mmaxfield
Title: [184965] trunk/Source/WebCore Revision 184965 Author mmaxfi...@apple.com Date 2015-05-28 15:41:19 -0700 (Thu, 28 May 2015) Log Message Crash under ICU with ASAN during editing/selection/move-by-word-visually-crash-test-5.html https://bugs.webkit.org/show_bug.cgi?id=145429 Reviewe

[webkit-changes] [184976] trunk/Tools/ChangeLog

2015-05-28 Thread mmaxfield
Title: [184976] trunk/Tools/ChangeLog Revision 184976 Author mmaxfi...@apple.com Date 2015-05-28 21:30:09 -0700 (Thu, 28 May 2015) Log Message Crash under ICU with ASAN during editing/selection/move-by-word-visually-crash-test-5.html https://bugs.webkit.org/show_bug.cgi?id=145429 Unrevie

[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] [187452] trunk/LayoutTests

2015-07-27 Thread mmaxfield
Title: [187452] trunk/LayoutTests Revision 187452 Author mmaxfi...@apple.com Date 2015-07-27 14:52:07 -0700 (Mon, 27 Jul 2015) Log Message [Win] Test gardening after r187380. https://bugs.webkit.org/show_bug.cgi?id=121902 Unreviewed. * platform/win/TestExpectations: * platform/win/fast/

[webkit-changes] [187525] trunk

2015-07-28 Thread mmaxfield
Title: [187525] trunk Revision 187525 Author mmaxfi...@apple.com Date 2015-07-28 16:12:46 -0700 (Tue, 28 Jul 2015) Log Message [iOS] Crash when encountering characters whose natural font is one we can't look up https://bugs.webkit.org/show_bug.cgi?id=147377 Reviewed by Simon Fraser. So

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

2015-07-29 Thread mmaxfield
Title: [187568] trunk/Source/WebCore Revision 187568 Author mmaxfi...@apple.com Date 2015-07-29 16:38:29 -0700 (Wed, 29 Jul 2015) Log Message Rename FontDescriptionFontDataCacheKey to FontDescriptionKey https://bugs.webkit.org/show_bug.cgi?id=147424 Reviewed by Simon Fraser. This struct

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

2015-07-29 Thread mmaxfield
Title: [187569] trunk/Source/WebCore Revision 187569 Author mmaxfi...@apple.com Date 2015-07-29 17:47:34 -0700 (Wed, 29 Jul 2015) Log Message Use rvalue references in FontCascade https://bugs.webkit.org/show_bug.cgi?id=147427 Reviewed by Simon Fraser. No new tests because there is no be

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

2015-07-29 Thread mmaxfield
Title: [187573] trunk/Source/WebCore Revision 187573 Author mmaxfi...@apple.com Date 2015-07-29 19:54:45 -0700 (Wed, 29 Jul 2015) Log Message Fix iOS build Unreviewed. * platform/graphics/FontCascade.cpp: (WebCore::FontCascade::FontCascade): Deleted. * platform/graphics/FontCascade.h:

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

2015-07-30 Thread mmaxfield
Title: [187615] trunk/Source/WebCore Revision 187615 Author mmaxfi...@apple.com Date 2015-07-30 16:07:09 -0700 (Thu, 30 Jul 2015) Log Message Clean up makeFontCascadeCacheKey() https://bugs.webkit.org/show_bug.cgi?id=147430 Reviewed by Benjamin Poulain. FontDescriptionKey is designed to

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

2015-07-30 Thread mmaxfield
Title: [187626] trunk/Source/WebCore Revision 187626 Author mmaxfi...@apple.com Date 2015-07-30 17:12:38 -0700 (Thu, 30 Jul 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] [187685] trunk

2015-07-31 Thread mmaxfield
Title: [187685] trunk Revision 187685 Author mmaxfi...@apple.com Date 2015-07-31 15:24:56 -0700 (Fri, 31 Jul 2015) Log Message [SVG -> OTF Converter] Crash when converting Arabic fonts https://bugs.webkit.org/show_bug.cgi?id=147510 Reviewed by Anders Carlsson. Source/WebCore: SVGToOTFF

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

2015-07-31 Thread mmaxfield
Title: [187693] trunk/Source/WebCore Revision 187693 Author mmaxfi...@apple.com Date 2015-07-31 17:00:44 -0700 (Fri, 31 Jul 2015) Log Message [Cocoa] Latin quotes are used with the system font on Chinese devices https://bugs.webkit.org/show_bug.cgi?id=147504 Reviewed by Dean Jackson. Th

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

2015-07-31 Thread mmaxfield
Title: [187707] trunk/Source/WebCore Revision 187707 Author mmaxfi...@apple.com Date 2015-07-31 21:06:30 -0700 (Fri, 31 Jul 2015) Log Message [OS X] Migrate to CTFontCreateForCharactersWithLanguage from [NSFont findFontLike:forString:withRange:inLanguage] https://bugs.webkit.org/show_bug.

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

2015-07-31 Thread mmaxfield
Title: [187709] trunk/Source/WebCore Revision 187709 Author mmaxfi...@apple.com Date 2015-07-31 21:27:49 -0700 (Fri, 31 Jul 2015) Log Message Fix the build Unreviewed. * platform/graphics/mac/FontCacheMac.mm: (WebCore::lookupCTFont): Modified Paths trunk/Source/WebCore/ChangeLog trunk

[webkit-changes] [187711] trunk/LayoutTests

2015-07-31 Thread mmaxfield
Title: [187711] trunk/LayoutTests Revision 187711 Author mmaxfi...@apple.com Date 2015-07-31 23:27:54 -0700 (Fri, 31 Jul 2015) Log Message Adding -expected.png for fast/text/international/arabic-justify.html * platform/mac-yosemite/fast/text/international/arabic-justify-expected.png: Add

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

2015-08-01 Thread mmaxfield
Title: [187722] trunk/Source/WebCore Revision 187722 Author mmaxfi...@apple.com Date 2015-08-01 13:08:24 -0700 (Sat, 01 Aug 2015) Log Message Fix the build after r187721 Unreviewed. Patch by Myles C. Maxfield on 2015-08-01 * bindings/js/JSDOMBinding.h: (WebCore::createWrapper): Modif

[webkit-changes] [187723] trunk/Source/WTF

2015-08-01 Thread mmaxfield
Title: [187723] trunk/Source/WTF Revision 187723 Author mmaxfi...@apple.com Date 2015-08-01 13:14:20 -0700 (Sat, 01 Aug 2015) Log Message HashTraits can use SimpleClassHashTraits https://bugs.webkit.org/show_bug.cgi?id=147528 Reviewed by Andreas Kling. No point in duplicating the code i

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

2015-08-01 Thread mmaxfield
Title: [187724] trunk/Source/WebCore Revision 187724 Author mmaxfi...@apple.com Date 2015-08-01 13:15:23 -0700 (Sat, 01 Aug 2015) Log Message Expand CharacterFallbackMapKey to a struct https://bugs.webkit.org/show_bug.cgi?id=147530 Reviewed by Dean Jackson. This is in prepraration for m

[webkit-changes] [187725] trunk/LayoutTests

2015-08-01 Thread mmaxfield
Title: [187725] trunk/LayoutTests Revision 187725 Author mmaxfi...@apple.com Date 2015-08-01 13:43:56 -0700 (Sat, 01 Aug 2015) Log Message [Win] Test gardening Unreviewed Patch by Myles C. Maxfield on 2015-08-01 * platform/win/TestExpectations: Modified Paths trunk/LayoutTests/Chang

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

2015-08-01 Thread mmaxfield
Title: [187728] trunk/Source/WebCore Revision 187728 Author mmaxfi...@apple.com Date 2015-08-01 16:49:08 -0700 (Sat, 01 Aug 2015) Log Message CharacterFallbackMapKey should be locale-specific https://bugs.webkit.org/show_bug.cgi?id=147532 Reviewed by Dean Jackson. This is in preparation

[webkit-changes] [187797] trunk

2015-08-03 Thread mmaxfield
Title: [187797] trunk Revision 187797 Author mmaxfi...@apple.com Date 2015-08-03 18:39:40 -0700 (Mon, 03 Aug 2015) Log Message REGRESSION(r184899): Crash when focusing an input element styled with a web font https://bugs.webkit.org/show_bug.cgi?id=147616 Reviewed by Dean Jackson. Sourc

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

2015-08-03 Thread mmaxfield
Title: [187801] trunk/Source/WebKit/mac Revision 187801 Author mmaxfi...@apple.com Date 2015-08-03 20:06:05 -0700 (Mon, 03 Aug 2015) Log Message Fix the Yosemite build after r187797 Unreviewed. * WebView/WebHTMLView.mm: (-[WebHTMLView _updateFontPanel]): Modified Paths trunk/Source/We

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

2015-08-03 Thread mmaxfield
Title: [187802] trunk/Source/WebCore Revision 187802 Author mmaxfi...@apple.com Date 2015-08-03 20:08:18 -0700 (Mon, 03 Aug 2015) Log Message Unreviewed, rolling out r187707, r187709, r187724, and r187728. https://bugs.webkit.org/show_bug.cgi?id=147617 fast/text/international/arabic-just

[webkit-changes] [187805] trunk/Source

2015-08-03 Thread mmaxfield
Title: [187805] trunk/Source Revision 187805 Author mmaxfi...@apple.com Date 2015-08-03 20:32:27 -0700 (Mon, 03 Aug 2015) Log Message Clean up casts between NSFont*s and CTFontRefs https://bugs.webkit.org/show_bug.cgi?id=147618 Source/WebCore: Reviewed by Mitz Pettel. For toll free bri

[webkit-changes] [187806] trunk/Source

2015-08-03 Thread mmaxfield
Title: [187806] trunk/Source Revision 187806 Author mmaxfi...@apple.com Date 2015-08-03 20:42:00 -0700 (Mon, 03 Aug 2015) Log Message Unreviewed post-review feedback on r187797 The correct terminology is "registered" instead of "activated." Source/WebCore: No new tests because there is

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

2015-08-03 Thread mmaxfield
Title: [187807] trunk/Source/WebCore Revision 187807 Author mmaxfi...@apple.com Date 2015-08-03 21:40:13 -0700 (Mon, 03 Aug 2015) Log Message Fix crashing Mavericks test Unreviewed. * platform/graphics/cocoa/FontPlatformDataCocoa.mm: (WebCore::FontPlatformData::registeredFont): Modifie

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

2015-08-05 Thread mmaxfield
Title: [187982] trunk/Source/WebCore Revision 187982 Author mmaxfi...@apple.com Date 2015-08-05 13:07:37 -0700 (Wed, 05 Aug 2015) Log Message [OS X] Migrate to CTFontCreateForCharactersWithLanguage from [NSFont findFontLike:forString:withRange:inLanguage] https://bugs.webkit.org/show_bug.

[webkit-changes] [187995] trunk/PerformanceTests

2015-08-05 Thread mmaxfield
Title: [187995] trunk/PerformanceTests Revision 187995 Author mmaxfi...@apple.com Date 2015-08-05 15:57:52 -0700 (Wed, 05 Aug 2015) Log Message Add a second font-fallback performance test https://bugs.webkit.org/show_bug.cgi?id=147692 Reviewed by Ryosuke Niwa. This test is smaller, but

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

2015-08-05 Thread mmaxfield
Title: [188009] trunk/Source/WebCore Revision 188009 Author mmaxfi...@apple.com Date 2015-08-05 17:02:55 -0700 (Wed, 05 Aug 2015) Log Message Delete duplicate forward-declaration https://bugs.webkit.org/show_bug.cgi?id=147701 Reviewed by Simon Fraser. No new tests because there is no be

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

2015-08-05 Thread mmaxfield
Title: [188013] trunk/Source/WebCore Revision 188013 Author mmaxfi...@apple.com Date 2015-08-05 18:14:02 -0700 (Wed, 05 Aug 2015) Log Message Migrate FontCascade.cpp to NeverDestroyed https://bugs.webkit.org/show_bug.cgi?id=147533 Reviewed by Simon Fraser. No new tests because there is

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

2015-08-05 Thread mmaxfield
Title: [188024] trunk/Source/WebCore Revision 188024 Author mmaxfi...@apple.com Date 2015-08-05 22:13:40 -0700 (Wed, 05 Aug 2015) Log Message Expand CharacterFallbackMapKey to a struct https://bugs.webkit.org/show_bug.cgi?id=147530 Reviewed by Dean Jackson. This is in prepraration for m

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

2015-08-05 Thread mmaxfield
Title: [188025] trunk/Source/WebCore Revision 188025 Author mmaxfi...@apple.com Date 2015-08-05 22:16:09 -0700 (Wed, 05 Aug 2015) Log Message CharacterFallbackMapKey should be locale-specific https://bugs.webkit.org/show_bug.cgi?id=147532 Reviewed by Dean Jackson. This is in preparation

[webkit-changes] [188056] trunk

2015-08-06 Thread mmaxfield
Title: [188056] trunk Revision 188056 Author mmaxfi...@apple.com Date 2015-08-06 13:45:50 -0700 (Thu, 06 Aug 2015) Log Message Font feature settings comparisons are order-dependent and case-dependent https://bugs.webkit.org/show_bug.cgi?id=147719 Reviewed by Benjamin Poulain. Source/Web

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

2015-08-06 Thread mmaxfield
Title: [188057] trunk/Source/WebCore Revision 188057 Author mmaxfi...@apple.com Date 2015-08-06 13:53:33 -0700 (Thu, 06 Aug 2015) Log Message Add comment to CSSParserString https://bugs.webkit.org/show_bug.cgi?id=147724 Reviewed by Dean Jackson. No new tests because there is no behavior

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

2015-08-06 Thread mmaxfield
Title: [188088] trunk/Source/WebCore Revision 188088 Author mmaxfi...@apple.com Date 2015-08-06 16:31:53 -0700 (Thu, 06 Aug 2015) Log Message Make FontDescriptionKey sensitive to FontFeatureSettings https://bugs.webkit.org/show_bug.cgi?id=147751 Reviewed by Anders Carlsson. Just like ho

<    7   8   9   10   11   12   13   14   15   16   >