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

2016-02-18 Thread mmaxfield
Title: [196784] trunk/Source/WebCore Revision 196784 Author mmaxfi...@apple.com Date 2016-02-18 16:03:58 -0800 (Thu, 18 Feb 2016) Log Message Addressing post-review comments after r196747. Unreviewed. * css/CSSFontFaceSet.h: * css/FontFaceSet.cpp: (WebCore::FontFaceSet::size):

[webkit-changes] [196747] trunk

2016-02-17 Thread mmaxfield
Title: [196747] trunk Revision 196747 Author mmaxfi...@apple.com Date 2016-02-17 23:25:56 -0800 (Wed, 17 Feb 2016) Log Message [Font Loading] Implement FontFaceSet https://bugs.webkit.org/show_bug.cgi?id=153348 Reviewed by Simon Fraser. Source/WebCore: The CSS Font Loading spec

[webkit-changes] [196604] trunk

2016-02-15 Thread mmaxfield
Title: [196604] trunk Revision 196604 Author mmaxfi...@apple.com Date 2016-02-15 15:39:02 -0800 (Mon, 15 Feb 2016) Log Message [Font Loading] Implement FontFace _javascript_ object https://bugs.webkit.org/show_bug.cgi?id=153345 Reviewed by Antti Koivisto. Source/WebCore: Test:

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

2016-02-13 Thread mmaxfield
Title: [196559] trunk/Source/WebCore Revision 196559 Author mmaxfi...@apple.com Date 2016-02-13 18:20:14 -0800 (Sat, 13 Feb 2016) Log Message [Win] [SVG -> OTF Converter] SVG fonts drawn into ImageBuffers are invisible https://bugs.webkit.org/show_bug.cgi?id=154222 Reviewed by Antti

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

2016-02-12 Thread mmaxfield
Title: [196510] trunk/Source/WebCore Revision 196510 Author mmaxfi...@apple.com Date 2016-02-12 14:22:20 -0800 (Fri, 12 Feb 2016) Log Message [CSS Font Loading] Implement CSSFontFace Boilerplate https://bugs.webkit.org/show_bug.cgi?id=154145 Reviewed by Dean Jackson. The CSS Font

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

2016-02-11 Thread mmaxfield
Title: [196438] trunk/Source/WebCore Revision 196438 Author mmaxfi...@apple.com Date 2016-02-11 14:12:16 -0800 (Thu, 11 Feb 2016) Log Message Addressing post-review comments after r196393 Unreviewed. * css/CSSFontSelector.cpp: (WebCore::CSSFontSelector::getFontFace): *

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

2016-02-10 Thread mmaxfield
Title: [196388] trunk/Source/WebCore Revision 196388 Author mmaxfi...@apple.com Date 2016-02-10 13:07:59 -0800 (Wed, 10 Feb 2016) Log Message CSSSegmentedFontFace does not need to be reference counted https://bugs.webkit.org/show_bug.cgi?id=154083 Reviewed by Antti Koivisto. ...There

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

2016-02-10 Thread mmaxfield
Title: [196376] trunk/Source/WebCore Revision 196376 Author mmaxfi...@apple.com Date 2016-02-10 11:54:38 -0800 (Wed, 10 Feb 2016) Log Message Addressing post-review comments after r196322 Unreviwed. * css/CSSFontFaceSource.cpp: (WebCore::CSSFontFaceSource::font): *

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

2016-02-10 Thread mmaxfield
Title: [196393] trunk/Source/WebCore Revision 196393 Author mmaxfi...@apple.com Date 2016-02-10 13:57:53 -0800 (Wed, 10 Feb 2016) Log Message CSSSegmentedFontFace does not need to be reference counted https://bugs.webkit.org/show_bug.cgi?id=154083 Reviewed by Antti Koivisto. ...There

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

2016-02-09 Thread mmaxfield
Title: [196322] trunk/Source/WebCore Revision 196322 Author mmaxfi...@apple.com Date 2016-02-09 11:50:05 -0800 (Tue, 09 Feb 2016) Log Message Decouple font creation from font loading https://bugs.webkit.org/show_bug.cgi?id=153414 Reviewed by Darin Adler. Previously, CSSFontFaceSource

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

2016-02-09 Thread mmaxfield
Title: [196335] trunk/Source/WebCore Revision 196335 Author mmaxfi...@apple.com Date 2016-02-09 14:09:44 -0800 (Tue, 09 Feb 2016) Log Message Unreviewed build fix after r196322 Unreviewed. * css/CSSFontFace.cpp: (WebCore::CSSFontFace::font): Modified Paths

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

2016-01-25 Thread mmaxfield
Title: [195567] trunk/Source/WebCore Revision 195567 Author mmaxfi...@apple.com Date 2016-01-25 16:35:17 -0800 (Mon, 25 Jan 2016) Log Message Remove broken cache from CSSFontFaceSource https://bugs.webkit.org/show_bug.cgi?id=153440 Reviewed by Simon Fraser. This cache has been broken

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

2016-01-24 Thread mmaxfield
Title: [195523] trunk/Source/WebCore Revision 195523 Author mmaxfi...@apple.com Date 2016-01-24 21:23:49 -0800 (Sun, 24 Jan 2016) Log Message [Font Loading] General cleanup https://bugs.webkit.org/show_bug.cgi?id=153403 Reviewed by Darin Adler. It turns out that

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

2016-01-16 Thread mmaxfield
Title: [195164] trunk/Source/WebCore Revision 195164 Author mmaxfi...@apple.com Date 2016-01-16 00:25:27 -0800 (Sat, 16 Jan 2016) Log Message Tiny cleanup in FontFaceComparator https://bugs.webkit.org/show_bug.cgi?id=153044 Reviewed by Zalan Bujtas. This is a follow-up patch to

[webkit-changes] [195180] trunk

2016-01-16 Thread mmaxfield
Title: [195180] trunk Revision 195180 Author mmaxfi...@apple.com Date 2016-01-16 20:54:32 -0800 (Sat, 16 Jan 2016) Log Message Remove TextRun::allowsRoundingHacks() https://bugs.webkit.org/show_bug.cgi?id=153185 Reviewed by Simon Fraser. Source/WebCore: Rounding hacks are disallowed

[webkit-changes] [195150] trunk

2016-01-15 Thread mmaxfield
Title: [195150] trunk Revision 195150 Author mmaxfi...@apple.com Date 2016-01-15 14:58:45 -0800 (Fri, 15 Jan 2016) Log Message [Cocoa] Font features are not applied to the system font https://bugs.webkit.org/show_bug.cgi?id=153053 Reviewed by Dean Jackson. Source/WebCore: We simply

[webkit-changes] [195161] trunk/LayoutTests

2016-01-15 Thread mmaxfield
Title: [195161] trunk/LayoutTests Revision 195161 Author mmaxfi...@apple.com Date 2016-01-15 17:55:03 -0800 (Fri, 15 Jan 2016) Log Message Content blocking console messages are not deterministic for one test https://bugs.webkit.org/show_bug.cgi?id=153051 Unreviewed. Console messages

[webkit-changes] [195088] trunk

2016-01-14 Thread mmaxfield
Title: [195088] trunk Revision 195088 Author mmaxfi...@apple.com Date 2016-01-14 19:31:52 -0800 (Thu, 14 Jan 2016) Log Message Mixing Content Blocking of fonts and display:none rules causes battery drain https://bugs.webkit.org/show_bug.cgi?id=153051 Reviewed by Alex Christensen.

[webkit-changes] [195089] trunk/LayoutTests

2016-01-14 Thread mmaxfield
Title: [195089] trunk/LayoutTests Revision 195089 Author mmaxfi...@apple.com Date 2016-01-14 21:23:21 -0800 (Thu, 14 Jan 2016) Log Message Test gardening after r195088 Unreviewed. * http/tests/contentextensions/font-display-none-repeated-layout-expected.txt: Modified Paths

[webkit-changes] [194997] trunk/Tools

2016-01-13 Thread mmaxfield
Title: [194997] trunk/Tools Revision 194997 Author mmaxfi...@apple.com Date 2016-01-13 15:31:08 -0800 (Wed, 13 Jan 2016) Log Message [Cocoa] Testing with font family name "System Font" is unused https://bugs.webkit.org/show_bug.cgi?id=153073 Reviewed by Brent Fulgham. *

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

2016-01-13 Thread mmaxfield
Title: [195006] trunk/Source/WebCore Revision 195006 Author mmaxfi...@apple.com Date 2016-01-13 22:22:24 -0800 (Wed, 13 Jan 2016) Log Message Addressing more post-review comments after r194566 Unreviewed. No new tests because there is no behavior change. *

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

2016-01-13 Thread mmaxfield
Title: [195001] trunk/Source/WebCore Revision 195001 Author mmaxfi...@apple.com Date 2016-01-13 16:29:55 -0800 (Wed, 13 Jan 2016) Log Message Addressing post-review comments after r194566 Unreviewed. No new tests because there is no behavior difference. *

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

2016-01-12 Thread mmaxfield
Title: [194923] trunk/Source/WebCore Revision 194923 Author mmaxfi...@apple.com Date 2016-01-12 13:36:41 -0800 (Tue, 12 Jan 2016) Log Message Cleanup in font loading code https://bugs.webkit.org/show_bug.cgi?id=153023 Reviewed by Zalan Bujtas. See detailed notes below. No new tests

[webkit-changes] [194839] trunk

2016-01-10 Thread mmaxfield
Title: [194839] trunk Revision 194839 Author mmaxfi...@apple.com Date 2016-01-10 21:55:14 -0800 (Sun, 10 Jan 2016) Log Message [SVG -> OTF Converter] Parsing failures cause use of incomplete fonts https://bugs.webkit.org/show_bug.cgi?id=152772 Reviewed by Simon Fraser. Source/WebCore:

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

2016-01-06 Thread mmaxfield
Title: [194656] trunk/Source/WebCore Revision 194656 Author mmaxfi...@apple.com Date 2016-01-06 12:53:02 -0800 (Wed, 06 Jan 2016) Log Message [Cocoa] Tiny cleanup in FontPlatformData::ctFont() https://bugs.webkit.org/show_bug.cgi?id=152793 Reviewed by Zalan Bujtas. No new tests because

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

2016-01-04 Thread mmaxfield
Title: [194551] trunk/Source/WebCore Revision 194551 Author mmaxfi...@apple.com Date 2016-01-04 13:27:10 -0800 (Mon, 04 Jan 2016) Log Message Post-commit update for r193484. https://bugs.webkit.org/show_bug.cgi?id=151884 Unreviwed. The same null check needs to be applied in

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

2016-01-04 Thread mmaxfield
Title: [194566] trunk/Source/WebCore Revision 194566 Author mmaxfi...@apple.com Date 2016-01-04 16:42:41 -0800 (Mon, 04 Jan 2016) Log Message TextBreakIterator uses an internal implementation detail of NSLocale https://bugs.webkit.org/show_bug.cgi?id=152715 Reviewed by Tim Horton.

[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.

[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: *

[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. *

[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

[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] [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] [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.

[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

[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

[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

[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] [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):

[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

[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.

[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

[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

[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

[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

[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. *

[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

[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

[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

[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:

[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.

[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:

[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"

[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

[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.

[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.

[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

[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:

[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

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

[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

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

[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

[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

[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

[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

[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

[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.

[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

[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

[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

[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.

[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.

[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: *

[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.

[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] [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.

[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.

[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

[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

[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

[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

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

[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:

[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

[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

[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: *

[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

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

2015-09-17 Thread mmaxfield
Title: [189951] trunk/Source/WebCore Revision 189951 Author mmaxfi...@apple.com Date 2015-09-17 17:50:05 -0700 (Thu, 17 Sep 2015) Log Message REGRESSION(r188871): 50% regression in page load time of Wikipedia home page https://bugs.webkit.org/show_bug.cgi?id=149320 Reviewed by Daniel

[webkit-changes] [189943] trunk/Tools

2015-09-17 Thread mmaxfield
Title: [189943] trunk/Tools Revision 189943 Author mmaxfi...@apple.com Date 2015-09-17 16:28:20 -0700 (Thu, 17 Sep 2015) Log Message Update licence in r189890 https://bugs.webkit.org/show_bug.cgi?id=149306 Reviewed by Dean Jackson. * FontWithFeatures/FontWithFeatures/FontCreator.cpp: *

[webkit-changes] [189880] trunk

2015-09-16 Thread mmaxfield
Title: [189880] trunk Revision 189880 Author mmaxfi...@apple.com Date 2015-09-16 14:04:43 -0700 (Wed, 16 Sep 2015) Log Message Unreviewed ChangeLog update Modified Paths trunk/LayoutTests/ChangeLog trunk/Source/WebCore/ChangeLog Diff Modified: trunk/LayoutTests/ChangeLog (189879

[webkit-changes] [189890] trunk

2015-09-16 Thread mmaxfield
Title: [189890] trunk Revision 189890 Author mmaxfi...@apple.com Date 2015-09-16 18:15:27 -0700 (Wed, 16 Sep 2015) Log Message Create a font which can be used for testing font features https://bugs.webkit.org/show_bug.cgi?id=149237 Reviewed by Simon Fraser. Tools: This patch adds a

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

2015-09-15 Thread mmaxfield
Title: [189829] trunk/Source/WebCore Revision 189829 Author mmaxfi...@apple.com Date 2015-09-15 17:05:58 -0700 (Tue, 15 Sep 2015) Log Message GraphicsContext::drawBidiText()'s BidiResolver should not have isolated runs https://bugs.webkit.org/show_bug.cgi?id=149193 Reviewed by Anders

[webkit-changes] [189832] trunk

2015-09-15 Thread mmaxfield
Title: [189832] trunk Revision 189832 Author mmaxfi...@apple.com Date 2015-09-15 17:30:38 -0700 (Tue, 15 Sep 2015) Log Message Nested isolates can cause an infinite loop when laying out bidi runs https://bugs.webkit.org/show_bug.cgi?id=149153 Reviewed by David Hyatt. Source/WebCore:

[webkit-changes] [189758] trunk/LayoutTests

2015-09-14 Thread mmaxfield
Title: [189758] trunk/LayoutTests Revision 189758 Author mmaxfi...@apple.com Date 2015-09-14 16:31:32 -0700 (Mon, 14 Sep 2015) Log Message Test gardening after r189670 Unreviewed. * platform/mac-wk1/TestExpectations: * platform/mac/TestExpectations: Modified Paths

[webkit-changes] [189768] trunk

2015-09-14 Thread mmaxfield
Title: [189768] trunk Revision 189768 Author mmaxfi...@apple.com Date 2015-09-14 18:21:54 -0700 (Mon, 14 Sep 2015) Log Message WebKitTestRunner declarative language setting is broken for iOS https://bugs.webkit.org/show_bug.cgi?id=149119 Unreviewed. Tools: In all of the patches on

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