[webkit-changes] [272379] trunk

2021-02-04 Thread mmaxfield
Title: [272379] trunk Revision 272379 Author mmaxfi...@apple.com Date 2021-02-04 13:28:25 -0800 (Thu, 04 Feb 2021) Log Message Supplementary code points (U+1 - U+10) are not shaped correctly in the fast text codepath https://bugs.webkit.org/show_bug.cgi?id=221356 Reviewed by Zal

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

2020-09-05 Thread mmaxfield
Title: [266657] trunk/Source/WebCore Revision 266657 Author mmaxfi...@apple.com Date 2020-09-05 00:20:02 -0700 (Sat, 05 Sep 2020) Log Message Fix the build after r266614 https://bugs.webkit.org/show_bug.cgi?id=216174 Unreviewed. * testing/Internals.cpp: (WebCore::Internals::supportsVCPE

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

2020-09-05 Thread mmaxfield
Title: [23] trunk/Source/WebCore Revision 23 Author mmaxfi...@apple.com Date 2020-09-05 10:51:09 -0700 (Sat, 05 Sep 2020) Log Message [Cocoa] Unify implementation of custom font name aliases between all Cocoa platforms https://bugs.webkit.org/show_bug.cgi?id=215689 Reviewed by Da

[webkit-changes] [266665] trunk

2020-09-05 Thread mmaxfield
Title: [25] trunk Revision 25 Author mmaxfi...@apple.com Date 2020-09-05 10:57:00 -0700 (Sat, 05 Sep 2020) Log Message [macOS] Don't apply synthetic bold or italics to emoji https://bugs.webkit.org/show_bug.cgi?id=215686 Reviewed by Darin Adler. Source/WebCore: Italicized emoji

[webkit-changes] [266666] trunk/Source

2020-09-05 Thread mmaxfield
Title: [26] trunk/Source Revision 26 Author mmaxfi...@apple.com Date 2020-09-05 11:07:19 -0700 (Sat, 05 Sep 2020) Log Message [Cocoa] Migrate off SPI in Font::platformWidthForGlyph() https://bugs.webkit.org/show_bug.cgi?id=215670 Reviewed by Zalan Bujtas. Source/WebCore: All th

[webkit-changes] [266667] trunk/Source

2020-09-05 Thread mmaxfield
Title: [27] trunk/Source Revision 27 Author mmaxfi...@apple.com Date 2020-09-05 11:21:20 -0700 (Sat, 05 Sep 2020) Log Message [Cocoa] CTFontIsSystemUIFont() is faster than CTFontDescriptorIsSystemUIFont()/CTFontCopyFontDescriptor() https://bugs.webkit.org/show_bug.cgi?id=215687 R

[webkit-changes] [266672] trunk/Source

2020-09-05 Thread mmaxfield
Title: [266672] trunk/Source Revision 266672 Author mmaxfi...@apple.com Date 2020-09-05 14:34:14 -0700 (Sat, 05 Sep 2020) Log Message [Cocoa] USE(PLATFORM_SYSTEM_FALLBACK_LIST) is true on all Cocoa platforms, so there's no need to consult it in Cocoa-specific files https://bugs.webkit.org

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

2020-09-05 Thread mmaxfield
Title: [266673] trunk/Source/WebCore Revision 266673 Author mmaxfi...@apple.com Date 2020-09-05 15:27:11 -0700 (Sat, 05 Sep 2020) Log Message [iOS Family] Remove the concept of custom fallback fonts https://bugs.webkit.org/show_bug.cgi?id=215690 Reviewed by Sam Weinig. They're no longer

[webkit-changes] [266683] trunk

2020-09-06 Thread mmaxfield
Title: [266683] trunk Revision 266683 Author mmaxfi...@apple.com Date 2020-09-06 15:20:54 -0700 (Sun, 06 Sep 2020) Log Message Letter-spacing should disable ligatures https://bugs.webkit.org/show_bug.cgi?id=176215 Reviewed by Antti Koivisto. LayoutTests/imported/w3c: This test is sens

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

2020-09-06 Thread mmaxfield
Title: [266686] trunk/Source/WebCore Revision 266686 Author mmaxfi...@apple.com Date 2020-09-06 17:00:53 -0700 (Sun, 06 Sep 2020) Log Message Remove all non-web-exposed uses of ENABLE(VARIATION_FONTS) https://bugs.webkit.org/show_bug.cgi?id=216211 Reviewed by Darin Adler. This is the fi

[webkit-changes] [266688] trunk

2020-09-06 Thread mmaxfield
Title: [266688] trunk Revision 266688 Author mmaxfi...@apple.com Date 2020-09-06 17:52:52 -0700 (Sun, 06 Sep 2020) Log Message Make GlyphBufferAdvance and GlyphBufferOrigin more robust https://bugs.webkit.org/show_bug.cgi?id=215143 Reviewed by Zalan Bujtas. Source/WebCore: GlyphBuffer

[webkit-changes] [266690] trunk/Source

2020-09-06 Thread mmaxfield
Title: [266690] trunk/Source Revision 266690 Author mmaxfi...@apple.com Date 2020-09-06 18:33:30 -0700 (Sun, 06 Sep 2020) Log Message CTFontGetPhysicalSymbolicTraits() is faster than CTFontCopyPhysicalFont()/CTFontGetSymbolicTraits() https://bugs.webkit.org/show_bug.cgi?id=215685 Reviewe

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

2020-09-06 Thread mmaxfield
Title: [266692] trunk/Source/WebCore Revision 266692 Author mmaxfi...@apple.com Date 2020-09-06 23:11:07 -0700 (Sun, 06 Sep 2020) Log Message [Cocoa] Prepare for migrating to CTFontHasTable() once it's faster than CTFontCopyAvailableTables() https://bugs.webkit.org/show_bug.cgi?id=215688

[webkit-changes] [266693] trunk/Source

2020-09-06 Thread mmaxfield
Title: [266693] trunk/Source Revision 266693 Author mmaxfi...@apple.com Date 2020-09-06 23:19:36 -0700 (Sun, 06 Sep 2020) Log Message [iOS] attachmentActionFont() Needs to use kCTFontSymbolicTrait: @(kCTFontTraitTightLeading | kCTFontTraitEmphasized) to get the short emphasized footnote f

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

2020-09-10 Thread mmaxfield
Title: [266904] trunk/Source/WebCore Revision 266904 Author mmaxfi...@apple.com Date 2020-09-10 18:51:37 -0700 (Thu, 10 Sep 2020) Log Message Small cleanup in RenderTheme https://bugs.webkit.org/show_bug.cgi?id=216293 Reviewed by Darin Adler. See the discussion in https://bugs.webkit.or

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

2020-09-12 Thread mmaxfield
Title: [266977] trunk/Source/WebCore Revision 266977 Author mmaxfi...@apple.com Date 2020-09-12 03:37:19 -0700 (Sat, 12 Sep 2020) Log Message Addressing feedback on r266936 https://bugs.webkit.org/show_bug.cgi?id=216431 Unreviewed. I didn't follow the reviewer's advice thoroughly. No n

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

2020-09-12 Thread mmaxfield
Title: [266981] trunk/Source/WebCore Revision 266981 Author mmaxfi...@apple.com Date 2020-09-12 15:10:20 -0700 (Sat, 12 Sep 2020) Log Message Remove dead code FontCascadeCGWin.cpp https://bugs.webkit.org/show_bug.cgi?id=216444 Reviewed by Darin Adler. This file isn't actually referenced

[webkit-changes] [266982] trunk

2020-09-12 Thread mmaxfield
Title: [266982] trunk Revision 266982 Author mmaxfi...@apple.com Date 2020-09-12 16:01:36 -0700 (Sat, 12 Sep 2020) Log Message [Apple Win] Add a CTFont member to FontPlatformData https://bugs.webkit.org/show_bug.cgi?id=216432 Reviewed by Darin Adler. .: Include ***CoreText.cpp files on

[webkit-changes] [267008] trunk

2020-09-14 Thread mmaxfield
Title: [267008] trunk Revision 267008 Author mmaxfi...@apple.com Date 2020-09-14 01:17:03 -0700 (Mon, 14 Sep 2020) Log Message [Apple Win] Migrate from CGFontGetGlyphsForUnichars() to CTFontGetGlyphsForCharacters() https://bugs.webkit.org/show_bug.cgi?id=216446 Reviewed by Darin Adler.

[webkit-changes] [267073] trunk

2020-09-14 Thread mmaxfield
Title: [267073] trunk Revision 267073 Author mmaxfi...@apple.com Date 2020-09-14 21:19:22 -0700 (Mon, 14 Sep 2020) Log Message [Apple Win] Migrate from FontPlatformDataWin.cpp to FontPlatformDataCoreText.cpp https://bugs.webkit.org/show_bug.cgi?id=216448 Reviewed by Darin Adler. Source/

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

2020-09-15 Thread mmaxfield
Title: [267112] trunk/Source/WebCore Revision 267112 Author mmaxfi...@apple.com Date 2020-09-15 16:34:48 -0700 (Tue, 15 Sep 2020) Log Message [Apple Win] Migrate the first part of SimpleFontData{CG}Win.cpp to FontCoreText.cpp https://bugs.webkit.org/show_bug.cgi?id=216525 Reviewed by Dea

[webkit-changes] [267116] trunk/Source

2020-09-15 Thread mmaxfield
Title: [267116] trunk/Source Revision 267116 Author mmaxfi...@apple.com Date 2020-09-15 17:06:45 -0700 (Tue, 15 Sep 2020) Log Message [macOS Big Sur] CGFontRenderingGetFontSmoothingDisabled() is no longer useful https://bugs.webkit.org/show_bug.cgi?id=216588 Reviewed by Simon Fraser. S

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

2020-10-30 Thread mmaxfield
Title: [269211] trunk/Source/WebCore Revision 269211 Author mmaxfi...@apple.com Date 2020-10-30 17:01:02 -0700 (Fri, 30 Oct 2020) Log Message [Cocoa] [GPU Process] Perform image decoding of color fonts in the Web Process https://bugs.webkit.org/show_bug.cgi?id=217506 Reviewed by Simon Fr

[webkit-changes] [269220] trunk/Source/WebCore/PAL

2020-10-30 Thread mmaxfield
Title: [269220] trunk/Source/WebCore/PAL Revision 269220 Author mmaxfi...@apple.com Date 2020-10-30 20:34:22 -0700 (Fri, 30 Oct 2020) Log Message Fix internal watchOS and tvOS builds after r269211 https://bugs.webkit.org/show_bug.cgi?id=217506 Unreviewed build fix. * pal/spi/cg/CoreGrap

[webkit-changes] [269497] trunk

2020-11-11 Thread mmaxfield
Title: [269497] trunk Revision 269497 Author mmaxfi...@apple.com Date 2020-11-05 17:45:40 -0800 (Thu, 05 Nov 2020) Log Message [Cocoa] REGRESSION(r269211): Text with emoji can trigger drawing corruption https://bugs.webkit.org/show_bug.cgi?id=218636 Reviewed by Simon Fraser. Source/Web

[webkit-changes] [275180] trunk/Source/WebKit

2021-03-29 Thread mmaxfield
Title: [275180] trunk/Source/WebKit Revision 275180 Author mmaxfi...@apple.com Date 2021-03-29 14:49:40 -0700 (Mon, 29 Mar 2021) Log Message [GPU Process]: Improve getImageData() perf part 2: Use shared memory and a semaphore https://bugs.webkit.org/show_bug.cgi?id=223732 Reviewed by Ryo

[webkit-changes] [275181] trunk

2021-03-29 Thread mmaxfield
Title: [275181] trunk Revision 275181 Author mmaxfi...@apple.com Date 2021-03-29 14:53:01 -0700 (Mon, 29 Mar 2021) Log Message [GPU Process] Simplify DisplayList::Iterator part 2: Rename setItemBufferClient to setItemBuffer{Writing,Reading}Client https://bugs.webkit.org/show_bug.cgi?id=22

[webkit-changes] [275240] trunk/Source/WebKit

2021-03-30 Thread mmaxfield
Title: [275240] trunk/Source/WebKit Revision 275240 Author mmaxfi...@apple.com Date 2021-03-30 15:01:40 -0700 (Tue, 30 Mar 2021) Log Message Address post-commit comments on r275180 https://bugs.webkit.org/show_bug.cgi?id=223915 Reviewed by Kimmo Kinnunen. * WebProcess/GPU/graphics/Remot

[webkit-changes] [275371] trunk

2021-04-01 Thread mmaxfield
Title: [275371] trunk Revision 275371 Author mmaxfi...@apple.com Date 2021-04-01 11:50:22 -0700 (Thu, 01 Apr 2021) Log Message [Cocoa] REGRESSION(r272999): User-installed fonts no longer work in Mail https://bugs.webkit.org/show_bug.cgi?id=223985 Reviewed by Per Arne Vollan. Source/Web

[webkit-changes] [275459] trunk

2021-04-05 Thread mmaxfield
Title: [275459] trunk Revision 275459 Author mmaxfi...@apple.com Date 2021-04-05 17:22:02 -0700 (Mon, 05 Apr 2021) Log Message [GPU Process] Simplify DisplayList::Iterator part 1: Require encoding/decoding delegates for non-inline display list items https://bugs.webkit.org/show_bug.cgi?id

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

2021-04-06 Thread mmaxfield
Title: [275565] trunk/Source/WebCore Revision 275565 Author mmaxfi...@apple.com Date 2021-04-06 15:53:04 -0700 (Tue, 06 Apr 2021) Log Message [GPU Process] Simplify DisplayList::Iterator part 3: Reorder #include dependencies to allow for ItemBuffer{Writing,Reading}Client to know about Dis

[webkit-changes] [275587] trunk

2021-04-06 Thread mmaxfield
Title: [275587] trunk Revision 275587 Author mmaxfi...@apple.com Date 2021-04-06 22:56:24 -0700 (Tue, 06 Apr 2021) Log Message [GPU Process] Simplify DisplayList::Iterator part 5: Tweak the return type of DisplayList::Iterator::operator*() https://bugs.webkit.org/show_bug.cgi?id=224148 R

[webkit-changes] [275925] trunk

2021-04-13 Thread mmaxfield
Title: [275925] trunk Revision 275925 Author mmaxfi...@apple.com Date 2021-04-13 19:57:52 -0700 (Tue, 13 Apr 2021) Log Message [GPU Process] Simplify DisplayList::Iterator part 4: Move DisplayList::Iterator to its own .h/.cpp files https://bugs.webkit.org/show_bug.cgi?id=224146 Reviewed

[webkit-changes] [275926] trunk/LayoutTests

2021-04-13 Thread mmaxfield
Title: [275926] trunk/LayoutTests Revision 275926 Author mmaxfi...@apple.com Date 2021-04-13 20:26:53 -0700 (Tue, 13 Apr 2021) Log Message [Mac] imported/w3c/web-platform-tests/css/css-fonts/font-feature-settings-tibetan.html is passing Unreviewed. * platform/mac/TestExpectations: Mod

[webkit-changes] [243819] trunk

2019-04-03 Thread mmaxfield
Title: [243819] trunk Revision 243819 Author mmaxfi...@apple.com Date 2019-04-03 12:47:58 -0700 (Wed, 03 Apr 2019) Log Message Remove support for -apple-trailing-word https://bugs.webkit.org/show_bug.cgi?id=196525 Reviewed by Zalan Bujtas. This CSS property is nonstandard and not used.

[webkit-changes] [243828] trunk

2019-04-03 Thread mmaxfield
Title: [243828] trunk Revision 243828 Author mmaxfi...@apple.com Date 2019-04-03 14:46:55 -0700 (Wed, 03 Apr 2019) Log Message Documents can be destroyed before their CSSFontFaceSet is destroyed https://bugs.webkit.org/show_bug.cgi?id=195830 Reviewed by Darin Adler. Source/WebCore: CSS

[webkit-changes] [243841] trunk

2019-04-03 Thread mmaxfield
Title: [243841] trunk Revision 243841 Author mmaxfi...@apple.com Date 2019-04-03 17:16:24 -0700 (Wed, 03 Apr 2019) Log Message -apple-trailing-word is needed for browser detection https://bugs.webkit.org/show_bug.cgi?id=196575 Unreviewed. PerformanceTests: * MotionMark/resources/debug

[webkit-changes] [244315] trunk

2019-04-15 Thread mmaxfield
Title: [244315] trunk Revision 244315 Author mmaxfi...@apple.com Date 2019-04-15 17:51:04 -0700 (Mon, 15 Apr 2019) Log Message [Cocoa] FontPlatformData objects aren't cached at all when using font-family:system-ui https://bugs.webkit.org/show_bug.cgi?id=196846 Reviewed by Simon Fraser a

[webkit-changes] [244682] trunk

2019-04-25 Thread mmaxfield
Title: [244682] trunk Revision 244682 Author mmaxfi...@apple.com Date 2019-04-25 23:33:56 -0700 (Thu, 25 Apr 2019) Log Message [iOS] Implement idempotent mode for text autosizing https://bugs.webkit.org/show_bug.cgi?id=197250 Reviewed by Jon Lee. Source/WebCore: Our text autosizing co

[webkit-changes] [244683] trunk/Source

2019-04-25 Thread mmaxfield
Title: [244683] trunk/Source Revision 244683 Author mmaxfi...@apple.com Date 2019-04-25 23:39:30 -0700 (Thu, 25 Apr 2019) Log Message [iOS] Add internal setting to force -webkit-text-size-adjust to "auto" https://bugs.webkit.org/show_bug.cgi?id=197275 Reviewed by Simon Fraser. Source/W

[webkit-changes] [244817] trunk

2019-04-30 Thread mmaxfield
Title: [244817] trunk Revision 244817 Author mmaxfi...@apple.com Date 2019-04-30 18:14:37 -0700 (Tue, 30 Apr 2019) Log Message font-weight: 1000 is not parsed successfully https://bugs.webkit.org/show_bug.cgi?id=197427 Reviewed by Dean Jackson. Source/WebCore: The spec says: "Only valu

[webkit-changes] [273784] trunk

2021-03-02 Thread mmaxfield
Title: [273784] trunk Revision 273784 Author mmaxfi...@apple.com Date 2021-03-02 19:05:42 -0800 (Tue, 02 Mar 2021) Log Message REGRESSION(r270691): It's impossible to use MobileAsset fonts on macOS https://bugs.webkit.org/show_bug.cgi?id=222582 Reviewed by Per Arne Vollan. Source/WebKi

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

2021-03-05 Thread mmaxfield
Title: [274025] trunk/Source/WebCore Revision 274025 Author mmaxfi...@apple.com Date 2021-03-05 18:26:51 -0800 (Fri, 05 Mar 2021) Log Message CanvasRenderingContext2DBase::canDrawTextWithParams() needs to resolve styles before using the drawingContext https://bugs.webkit.org/show_bug.cgi?

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

2021-03-06 Thread mmaxfield
Title: [274041] trunk/Source/_javascript_Core Revision 274041 Author mmaxfi...@apple.com Date 2021-03-06 11:03:05 -0800 (Sat, 06 Mar 2021) Log Message Fix the build Unreviewed. * dfg/DFGOSRExit.cpp: (JSC::DFG::JSC_DEFINE_JIT_OPERATION): Modified Paths trunk/Source/_javascript_Core/Cha

[webkit-changes] [274179] trunk/PerformanceTests

2021-03-09 Thread mmaxfield
Title: [274179] trunk/PerformanceTests Revision 274179 Author mmaxfi...@apple.com Date 2021-03-09 15:08:41 -0800 (Tue, 09 Mar 2021) Log Message MotionMark scores are super sensitive to a single long frame https://bugs.webkit.org/show_bug.cgi?id=220847 Reviewed by Jon Lee. Currently, "r

[webkit-changes] [274183] trunk/Tools

2021-03-09 Thread mmaxfield
Title: [274183] trunk/Tools Revision 274183 Author mmaxfi...@apple.com Date 2021-03-09 15:50:16 -0800 (Tue, 09 Mar 2021) Log Message MotionMark scores are super sensitive to a single long frame https://bugs.webkit.org/show_bug.cgi?id=220847 Unreviewed. Update the plan. * Scripts/webki

[webkit-changes] [274374] trunk

2021-03-12 Thread mmaxfield
Title: [274374] trunk Revision 274374 Author mmaxfi...@apple.com Date 2021-03-12 16:00:59 -0800 (Fri, 12 Mar 2021) Log Message [macOS] MobileAsset fonts are broken in Reader mode in Safari https://bugs.webkit.org/show_bug.cgi?id=223062 Reviewed by Simon Fraser. Source/WebCore/PAL: * pa

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

2021-03-16 Thread mmaxfield
Title: [274531] trunk/Source/WebCore Revision 274531 Author mmaxfi...@apple.com Date 2021-03-16 16:05:00 -0700 (Tue, 16 Mar 2021) Log Message Be more restrictive about when canvas2d is allowed to update style https://bugs.webkit.org/show_bug.cgi?id=222896 Reviewed by Ryosuke Niwa. We ca

[webkit-changes] [274532] trunk

2021-03-16 Thread mmaxfield
Title: [274532] trunk Revision 274532 Author mmaxfi...@apple.com Date 2021-03-16 16:39:32 -0700 (Tue, 16 Mar 2021) Log Message isn't able to render RTL text correctly in ALT text https://bugs.webkit.org/show_bug.cgi?id=221833 Reviewed by Zalan Bujtas. Source/WebCore: Simply use the t

[webkit-changes] [274567] trunk

2021-03-17 Thread mmaxfield
Title: [274567] trunk Revision 274567 Author mmaxfi...@apple.com Date 2021-03-17 10:23:51 -0700 (Wed, 17 Mar 2021) Log Message Laying out complex text in columns is O(n^2) https://bugs.webkit.org/show_bug.cgi?id=223363 Reviewed by Zalan Bujtas. PerformanceTests: * Layout/complex-colum

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

2021-03-22 Thread mmaxfield
Title: [274752] trunk/Source/WebCore Revision 274752 Author mmaxfi...@apple.com Date 2021-03-22 11:10:54 -0700 (Mon, 22 Mar 2021) Log Message [GPU Process] Style: Remove unnecessary { }s from case statements in DisplayListItemBuffer.cpp https://bugs.webkit.org/show_bug.cgi?id=223550 Revi

[webkit-changes] [274838] trunk/Source

2021-03-22 Thread mmaxfield
Title: [274838] trunk/Source Revision 274838 Author mmaxfi...@apple.com Date 2021-03-22 18:53:56 -0700 (Mon, 22 Mar 2021) Log Message [GPU Process]: Improve getImageData() perf part 1: Add a GetImageData display list item https://bugs.webkit.org/show_bug.cgi?id=223544 Reviewed by Wenson

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

2021-03-22 Thread mmaxfield
Title: [274839] trunk/Source/WebCore Revision 274839 Author mmaxfi...@apple.com Date 2021-03-22 20:23:44 -0700 (Mon, 22 Mar 2021) Log Message [GPU Process]: Improve getImageData() perf part 1: Add a GetImageData display list item https://bugs.webkit.org/show_bug.cgi?id=223544 Unreviewed.

[webkit-changes] [263998] trunk

2020-07-06 Thread mmaxfield
Title: [263998] trunk Revision 263998 Author mmaxfi...@apple.com Date 2020-07-06 16:59:23 -0700 (Mon, 06 Jul 2020) Log Message Locale-specific quotes infrastructure needs to compare locale strings properly https://bugs.webkit.org/show_bug.cgi?id=213827 Reviewed by Darin Adler. Source/We

[webkit-changes] [264714] trunk

2020-07-22 Thread mmaxfield
Title: [264714] trunk Revision 264714 Author mmaxfi...@apple.com Date 2020-07-22 11:28:32 -0700 (Wed, 22 Jul 2020) Log Message REGRESSION(r205826): narrowNoBreakSpace (U+202F) has zero width, regardless of font https://bugs.webkit.org/show_bug.cgi?id=214626 Reviewed by Timothy Hatcher.

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

2020-07-31 Thread mmaxfield
Title: [265170] trunk/Source/WebCore Revision 265170 Author mmaxfi...@apple.com Date 2020-07-31 17:36:14 -0700 (Fri, 31 Jul 2020) Log Message Clean up text layout code a bit https://bugs.webkit.org/show_bug.cgi?id=215013 Reviewed by Zalan Bujtas. This is in preparation for https://bugs.

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

2020-08-03 Thread mmaxfield
Title: [265218] trunk/Source/WebCore Revision 265218 Author mmaxfi...@apple.com Date 2020-08-03 14:04:38 -0700 (Mon, 03 Aug 2020) Log Message Make WidthIterator::advance() return void https://bugs.webkit.org/show_bug.cgi?id=215053 Reviewed by Darin Adler. This is in preparation for http

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

2020-08-03 Thread mmaxfield
Title: [265231] trunk/Source/WebCore Revision 265231 Author mmaxfi...@apple.com Date 2020-08-03 17:15:12 -0700 (Mon, 03 Aug 2020) Log Message Make FontCascade.drawText() return a FloatSize instead of a float https://bugs.webkit.org/show_bug.cgi?id=215055 Reviewed by Darin Adler. Advance

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

2020-08-03 Thread mmaxfield
Title: [265240] trunk/Source/WebCore Revision 265240 Author mmaxfi...@apple.com Date 2020-08-03 21:32:33 -0700 (Mon, 03 Aug 2020) Log Message Rename WidthIterator::m_currentCharacter to WidthIterator::m_currentCharacterIndex https://bugs.webkit.org/show_bug.cgi?id=215056 Reviewed by Dari

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

2020-08-03 Thread mmaxfield
Title: [265241] trunk/Source/WebCore Revision 265241 Author mmaxfi...@apple.com Date 2020-08-03 21:49:59 -0700 (Mon, 03 Aug 2020) Log Message Unconditionally record string offsets in the fast text codepath https://bugs.webkit.org/show_bug.cgi?id=215051 Reviewed by Darin Adler. This is i

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

2020-08-04 Thread mmaxfield
Title: [265261] trunk/Source/WebCore Revision 265261 Author mmaxfi...@apple.com Date 2020-08-04 15:02:26 -0700 (Tue, 04 Aug 2020) Log Message Add glyph origins member to GlyphBuffer https://bugs.webkit.org/show_bug.cgi?id=215057 Reviewed by Darin Adler. This is in preparation for https:

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

2020-03-18 Thread mmaxfield
Title: [258658] trunk/Source/WTF Revision 258658 Author mmaxfi...@apple.com Date 2020-03-18 12:28:39 -0700 (Wed, 18 Mar 2020) Log Message REGRESSION(r254389): Cordova throws an exception because it expects a hyphen inside navigator.locale https://bugs.webkit.org/show_bug.cgi?id=208969 R

[webkit-changes] [258727] trunk/LayoutTests

2020-03-19 Thread mmaxfield
Title: [258727] trunk/LayoutTests Revision 258727 Author mmaxfi...@apple.com Date 2020-03-19 14:17:12 -0700 (Thu, 19 Mar 2020) Log Message Update imported/w3c/web-platform-tests/css/css-text/line-break/line-break-{strict,normal}-015.xht https://bugs.webkit.org/show_bug.cgi?id=209250 Upd

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

2020-04-04 Thread mmaxfield
Title: [259533] trunk/Source/WebCore Revision 259533 Author mmaxfi...@apple.com Date 2020-04-04 11:38:24 -0700 (Sat, 04 Apr 2020) Log Message Ahom text is busted https://bugs.webkit.org/show_bug.cgi?id=209898 Reviewed by Tim Horton. https://en.wikipedia.org/wiki/Ahom_language The Ahom

[webkit-changes] [259621] trunk/LayoutTests

2020-04-06 Thread mmaxfield
Title: [259621] trunk/LayoutTests Revision 259621 Author mmaxfi...@apple.com Date 2020-04-06 19:23:22 -0700 (Mon, 06 Apr 2020) Log Message [Cocoa] REGRESSION(r254389): fast/text/international/system-language/declarative-language.html is failing https://bugs.webkit.org/show_bug.cgi?id=2080

[webkit-changes] [257373] trunk

2020-02-25 Thread mmaxfield
Title: [257373] trunk Revision 257373 Author mmaxfi...@apple.com Date 2020-02-25 13:51:12 -0800 (Tue, 25 Feb 2020) Log Message [iPadOS] REGRESSION(r247667): Autosizing style changes don't invalidate RenderText's preferred logical widths https://bugs.webkit.org/show_bug.cgi?id=208084 Rev

[webkit-changes] [257550] trunk

2020-02-26 Thread mmaxfield
Title: [257550] trunk Revision 257550 Author mmaxfi...@apple.com Date 2020-02-26 19:18:38 -0800 (Wed, 26 Feb 2020) Log Message [iPadOS] REGRESSION(r247667): Autosizing style changes don't invalidate RenderText's preferred logical widths https://bugs.webkit.org/show_bug.cgi?id=208084 Rev

[webkit-changes] [257651] trunk/LayoutTests

2020-02-28 Thread mmaxfield
Title: [257651] trunk/LayoutTests Revision 257651 Author mmaxfi...@apple.com Date 2020-02-28 12:11:27 -0800 (Fri, 28 Feb 2020) Log Message [ iOS wk2 Release ] fast/text-autosizing/ios/idempotentmode/viewport-change-relayout.html is flaky failing. https://bugs.webkit.org/show_bug.cgi?id=20

[webkit-changes] [258051] trunk

2020-03-06 Thread mmaxfield
Title: [258051] trunk Revision 258051 Author mmaxfi...@apple.com Date 2020-03-06 19:34:24 -0800 (Fri, 06 Mar 2020) Log Message [GPU Process] Implement CanvasRenderingContext2D.putImageData() https://bugs.webkit.org/show_bug.cgi?id=208621 Reviewed by Simon Fraser. Source/WebCore: putIm

[webkit-changes] [258069] trunk/Source/WebKit

2020-03-07 Thread mmaxfield
Title: [258069] trunk/Source/WebKit Revision 258069 Author mmaxfi...@apple.com Date 2020-03-07 01:28:06 -0800 (Sat, 07 Mar 2020) Log Message [GPU Process] Implement CanvasRenderingContext2D.getImageData() https://bugs.webkit.org/show_bug.cgi?id=208560 Reviewed by Said Abou-Hallawa. Add

[webkit-changes] [258282] trunk

2020-03-11 Thread mmaxfield
Title: [258282] trunk Revision 258282 Author mmaxfi...@apple.com Date 2020-03-11 14:00:17 -0700 (Wed, 11 Mar 2020) Log Message icloud.com Notes text in titles and headings is distorted https://bugs.webkit.org/show_bug.cgi?id=208908 Reviewed by Zalan Bujtas. Source/WebCore: icloud.com

[webkit-changes] [258447] trunk/Source

2020-03-13 Thread mmaxfield
Title: [258447] trunk/Source Revision 258447 Author mmaxfi...@apple.com Date 2020-03-13 16:33:33 -0700 (Fri, 13 Mar 2020) Log Message [Cocoa] Push applicationSDKVersion() down from WebCore into WTF https://bugs.webkit.org/show_bug.cgi?id=209030 Reviewed by Simon Fraser. Source/_javascri

[webkit-changes] [260173] trunk

2020-04-15 Thread mmaxfield
Title: [260173] trunk Revision 260173 Author mmaxfi...@apple.com Date 2020-04-15 22:57:41 -0700 (Wed, 15 Apr 2020) Log Message [Cocoa] Password obscuring dots drawn with the system font are too small https://bugs.webkit.org/show_bug.cgi?id=209692 Reviewed by Darin Adler. Source/WebCore

[webkit-changes] [260304] trunk/LayoutTests

2020-04-17 Thread mmaxfield
Title: [260304] trunk/LayoutTests Revision 260304 Author mmaxfi...@apple.com Date 2020-04-17 18:26:32 -0700 (Fri, 17 Apr 2020) Log Message [Cocoa] Password obscuring dots drawn with the system font are too small https://bugs.webkit.org/show_bug.cgi?id=209692 Reviewed by Darin Adler. Add

[webkit-changes] [260533] trunk/LayoutTests

2020-04-22 Thread mmaxfield
Title: [260533] trunk/LayoutTests Revision 260533 Author mmaxfi...@apple.com Date 2020-04-22 14:56:02 -0700 (Wed, 22 Apr 2020) Log Message Update dom/events/Event-dispatch-redispatch.html from upstream WPT https://bugs.webkit.org/show_bug.cgi?id=210842 Reviewed by Jon Lee. Pull in http

[webkit-changes] [261154] trunk/LayoutTests

2020-05-04 Thread mmaxfield
Title: [261154] trunk/LayoutTests Revision 261154 Author mmaxfi...@apple.com Date 2020-05-04 23:27:38 -0700 (Mon, 04 May 2020) Log Message Update svg/batik/text/xmlSpace.svg to yield consistent text metrics https://bugs.webkit.org/show_bug.cgi?id=211005 Reviewed by Darin Adler. The tes

[webkit-changes] [261190] trunk/LayoutTests

2020-05-05 Thread mmaxfield
Title: [261190] trunk/LayoutTests Revision 261190 Author mmaxfi...@apple.com Date 2020-05-05 12:21:11 -0700 (Tue, 05 May 2020) Log Message Rebaseline fast/css/font-face-opentype.html https://bugs.webkit.org/show_bug.cgi?id=211332 Update for iOS. Also make the test insensitive to platfor

[webkit-changes] [261191] trunk/LayoutTests

2020-05-05 Thread mmaxfield
Title: [261191] trunk/LayoutTests Revision 261191 Author mmaxfi...@apple.com Date 2020-05-05 12:23:53 -0700 (Tue, 05 May 2020) Log Message Update two svg tests from WPT https://bugs.webkit.org/show_bug.cgi?id=211331 Unreviewed. Apply https://github.com/web-platform-tests/wpt/commit/511

[webkit-changes] [262796] trunk

2020-06-09 Thread mmaxfield
Title: [262796] trunk Revision 262796 Author mmaxfi...@apple.com Date 2020-06-09 10:15:34 -0700 (Tue, 09 Jun 2020) Log Message lang=zh needs to defer to system preferences to know whether it should be simplified or traditional https://bugs.webkit.org/show_bug.cgi?id=212626 Reviewed by D

[webkit-changes] [263314] trunk/LayoutTests

2020-06-19 Thread mmaxfield
Title: [263314] trunk/LayoutTests Revision 263314 Author mmaxfi...@apple.com Date 2020-06-19 21:02:49 -0700 (Fri, 19 Jun 2020) Log Message fast/text/international/system-language/navigator-language/navigator-language tests are failing on Catalina and iOS Unreviewed test gardening. Rath

[webkit-changes] [263330] trunk/LayoutTests

2020-06-21 Thread mmaxfield
Title: [263330] trunk/LayoutTests Revision 263330 Author mmaxfi...@apple.com Date 2020-06-21 11:43:40 -0700 (Sun, 21 Jun 2020) Log Message fast/text/international/system-language/navigator-language/navigator-language tests are failing on Mojave Unreviewed test gardening. * platform/mac

[webkit-changes] [261416] trunk

2020-05-08 Thread mmaxfield
Title: [261416] trunk Revision 261416 Author mmaxfi...@apple.com Date 2020-05-08 14:16:23 -0700 (Fri, 08 May 2020) Log Message [iOS] Text-style fonts aren't locale-specific https://bugs.webkit.org/show_bug.cgi?id=211438 Reviewed by Sam Weinig. Source/WebCore: Simply hook up the locale

[webkit-changes] [261573] trunk

2020-05-12 Thread mmaxfield
Title: [261573] trunk Revision 261573 Author mmaxfi...@apple.com Date 2020-05-12 13:32:17 -0700 (Tue, 12 May 2020) Log Message Text is clipped when rendered with fonts which have a negative line gap metric https://bugs.webkit.org/show_bug.cgi?id=211683 Reviewed by Zalan Bujtas. Source/

[webkit-changes] [261641] trunk/LayoutTests

2020-05-13 Thread mmaxfield
Title: [261641] trunk/LayoutTests Revision 261641 Author mmaxfi...@apple.com Date 2020-05-13 13:35:31 -0700 (Wed, 13 May 2020) Log Message LayoutTest fast/text/ipa-tone-letters.html isn't failing any more https://bugs.webkit.org/show_bug.cgi?id=211845 Unreviewed. The flakiness dashboar

[webkit-changes] [261678] trunk/LayoutTests

2020-05-13 Thread mmaxfield
Title: [261678] trunk/LayoutTests Revision 261678 Author mmaxfi...@apple.com Date 2020-05-13 23:58:46 -0700 (Wed, 13 May 2020) Log Message fast/text/multiple-codeunit-vertical-upright.html is failing https://bugs.webkit.org/show_bug.cgi?id=211860 Reviewed by Megan Gardner. Font metrics

[webkit-changes] [261708] trunk/LayoutTests

2020-05-14 Thread mmaxfield
Title: [261708] trunk/LayoutTests Revision 261708 Author mmaxfi...@apple.com Date 2020-05-14 13:31:08 -0700 (Thu, 14 May 2020) Log Message fast/text/multiple-codeunit-vertical-upright.html is failing https://bugs.webkit.org/show_bug.cgi?id=211860 Unreviewed test gardening. * platform/w

[webkit-changes] [261843] trunk

2020-05-18 Thread mmaxfield
Title: [261843] trunk Revision 261843 Author mmaxfi...@apple.com Date 2020-05-18 18:48:20 -0700 (Mon, 18 May 2020) Log Message [WebGPU] Validation for GPUDevice.createTexture() https://bugs.webkit.org/show_bug.cgi?id=211882 Reviewed by Dean Jackson. Source/WebCore: Add lots of validat

[webkit-changes] [261940] trunk

2020-05-20 Thread mmaxfield
Title: [261940] trunk Revision 261940 Author mmaxfi...@apple.com Date 2020-05-20 12:19:39 -0700 (Wed, 20 May 2020) Log Message Source/WebCore: [iPadOS] -webkit-text-size-adjust:percentage doesn't work https://bugs.webkit.org/show_bug.cgi?id=212122 Reviewed by Wenson Hsieh. We've gotten

[webkit-changes] [261970] trunk/LayoutTests

2020-05-20 Thread mmaxfield
Title: [261970] trunk/LayoutTests Revision 261970 Author mmaxfi...@apple.com Date 2020-05-20 16:34:50 -0700 (Wed, 20 May 2020) Log Message [macOS] Tests in fast/events and fast/forms are no longer crashing https://bugs.webkit.org/show_bug.cgi?id=212164 Unreviewed. * platform/mac-wk1/Te

[webkit-changes] [262060] trunk/LayoutTests

2020-05-22 Thread mmaxfield
Title: [262060] trunk/LayoutTests Revision 262060 Author mmaxfi...@apple.com Date 2020-05-22 09:42:58 -0700 (Fri, 22 May 2020) Log Message [Cocoa] fast/text/font-collection.html is failing https://bugs.webkit.org/show_bug.cgi?id=212172 Unreviewed. The test is failing because the collec

[webkit-changes] [262276] trunk

2020-05-28 Thread mmaxfield
Title: [262276] trunk Revision 262276 Author mmaxfi...@apple.com Date 2020-05-28 17:22:20 -0700 (Thu, 28 May 2020) Log Message Make fast/text/user-installed-fonts/extended-character.html more robust https://bugs.webkit.org/show_bug.cgi?id=212487 Unreviewed. Tools: Update the font to u

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

2020-05-29 Thread mmaxfield
Title: [262306] trunk/Source/WebCore Revision 262306 Author mmaxfi...@apple.com Date 2020-05-29 11:30:37 -0700 (Fri, 29 May 2020) Log Message REGRESSION(r261940): PLT5 is 2% regressed https://bugs.webkit.org/show_bug.cgi?id=212504 Reviewed by Wenson Hsieh. We were causing spurious styl

[webkit-changes] [262357] trunk/LayoutTests

2020-05-31 Thread mmaxfield
Title: [262357] trunk/LayoutTests Revision 262357 Author mmaxfi...@apple.com Date 2020-05-31 01:10:03 -0700 (Sun, 31 May 2020) Log Message [iPad] REGRESSION(r261940): fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-after-changing-initial-scale.html is failing https://bugs.we

[webkit-changes] [262358] trunk/LayoutTests

2020-05-31 Thread mmaxfield
Title: [262358] trunk/LayoutTests Revision 262358 Author mmaxfi...@apple.com Date 2020-05-31 01:11:50 -0700 (Sun, 31 May 2020) Log Message Rebaseline imported/w3c/web-platform-tests/encoding/single-byte-decoder.html https://bugs.webkit.org/show_bug.cgi?id=212565 Unreviewed. Rebaseline

[webkit-changes] [262407] trunk

2020-06-01 Thread mmaxfield
Title: [262407] trunk Revision 262407 Author mmaxfi...@apple.com Date 2020-06-01 23:06:29 -0700 (Mon, 01 Jun 2020) Log Message [WebGPU] Update texture creation validation according to the discussion at https://github.com/gpuweb/gpuweb/pull/799/files https://bugs.webkit.org/show_bug.cgi?id

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

2019-11-22 Thread mmaxfield
Title: [252806] trunk/Source/WebCore Revision 252806 Author mmaxfi...@apple.com Date 2019-11-22 14:49:10 -0800 (Fri, 22 Nov 2019) Log Message [Cocoa] Rename some internal names for system fonts https://bugs.webkit.org/show_bug.cgi?id=204486 Reviewed by Simon Fraser. designSystemUI -> sy

[webkit-changes] [253498] trunk

2019-12-13 Thread mmaxfield
Title: [253498] trunk Revision 253498 Author mmaxfi...@apple.com Date 2019-12-13 13:46:25 -0800 (Fri, 13 Dec 2019) Log Message [watchOS] Apple.com is rendered in Times New Roman https://bugs.webkit.org/show_bug.cgi?id=205179 Reviewed by Tim Horton. Source/WebCore: We should just make

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

2019-12-17 Thread mmaxfield
Title: [253670] trunk/Source/WTF Revision 253670 Author mmaxfi...@apple.com Date 2019-12-17 19:21:08 -0800 (Tue, 17 Dec 2019) Log Message [iOS] Update to use CTFontCreateForCharactersWithLanguageAndOption() https://bugs.webkit.org/show_bug.cgi?id=205310 Reviewed by Simon Fraser. All our

[webkit-changes] [216331] trunk

2017-05-06 Thread mmaxfield
Title: [216331] trunk Revision 216331 Author mmaxfi...@apple.com Date 2017-05-06 10:54:16 -0700 (Sat, 06 May 2017) Log Message REGERSSION(r213499): Emoji with Fitzpatrick modifiers are drawn as two separate glyphs https://bugs.webkit.org/show_bug.cgi?id=171750 Reviewed by Zalan Bujtas.

[webkit-changes] [216342] trunk

2017-05-06 Thread mmaxfield
Title: [216342] trunk Revision 216342 Author mmaxfi...@apple.com Date 2017-05-06 22:43:29 -0700 (Sat, 06 May 2017) Log Message [Cocoa] CTFontDescriptorCreateMatchingFontDescriptor() is not case insensitive https://bugs.webkit.org/show_bug.cgi?id=171636 Reviewed by Dean Jackson. Source/

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