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

2017-06-15 Thread mmaxfield
Title: [218372] trunk/Source/WebCore Revision 218372 Author mmaxfi...@apple.com Date 2017-06-15 18:07:59 -0700 (Thu, 15 Jun 2017) Log Message Removing stray whitespace after r218371 https://bugs.webkit.org/show_bug.cgi?id=173043 Unreviewed. No new tests because there is no behavior

[webkit-changes] [218157] trunk

2017-06-12 Thread mmaxfield
Title: [218157] trunk Revision 218157 Author mmaxfi...@apple.com Date 2017-06-12 17:05:55 -0700 (Mon, 12 Jun 2017) Log Message @font-face rules with invalid primary fonts never download their secondary fonts https://bugs.webkit.org/show_bug.cgi?id=173138 Reviewed by Simon Fraser.

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

[webkit-changes] [216275] trunk

2017-05-05 Thread mmaxfield
Title: [216275] trunk Revision 216275 Author mmaxfi...@apple.com Date 2017-05-05 14:54:59 -0700 (Fri, 05 May 2017) Log Message [Cocoa] CTFontDescriptorCreateMatchingFontDescriptor() is not case insensitive https://bugs.webkit.org/show_bug.cgi?id=171636 Reviewed by Dean Jackson.

[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] [222179] trunk/Tools

2017-09-18 Thread mmaxfield
Title: [222179] trunk/Tools Revision 222179 Author mmaxfi...@apple.com Date 2017-09-18 14:03:31 -0700 (Mon, 18 Sep 2017) Log Message Add a section in WSL's documentation about how API objects and WSL interact https://bugs.webkit.org/show_bug.cgi?id=177089 Reviewed by Filip Pizlo. No

[webkit-changes] [222185] trunk/Tools

2017-09-18 Thread mmaxfield
Title: [222185] trunk/Tools Revision 222185 Author mmaxfi...@apple.com Date 2017-09-18 15:39:30 -0700 (Mon, 18 Sep 2017) Log Message WSL needs to annotate vertex shaders and fragment shaders https://bugs.webkit.org/show_bug.cgi?id=177066 Reviewed by Filip Pizlo. Metal Shading Language

[webkit-changes] [222252] trunk/Tools

2017-09-19 Thread mmaxfield
Title: [52] trunk/Tools Revision 52 Author mmaxfi...@apple.com Date 2017-09-19 22:36:26 -0700 (Tue, 19 Sep 2017) Log Message WSL should be able to trap when something fatal happens https://bugs.webkit.org/show_bug.cgi?id=177110 Reviewed by Filip Pizlo. WSL programs can include

[webkit-changes] [222267] trunk/Tools

2017-09-20 Thread mmaxfield
Title: [67] trunk/Tools Revision 67 Author mmaxfi...@apple.com Date 2017-09-20 09:44:14 -0700 (Wed, 20 Sep 2017) Log Message Create vector swizzle operators in WSL's standard library https://bugs.webkit.org/show_bug.cgi?id=177116 Reviewed by Filip Pizlo. Because there are 481

[webkit-changes] [222280] trunk/Tools

2017-09-20 Thread mmaxfield
Title: [80] trunk/Tools Revision 80 Author mmaxfi...@apple.com Date 2017-09-20 13:07:07 -0700 (Wed, 20 Sep 2017) Log Message Make a playground where people can try WSL https://bugs.webkit.org/show_bug.cgi?id=177125 Reviewed by Filip Pizlo. This patch creates a webpage,

[webkit-changes] [222279] trunk/Tools

2017-09-20 Thread mmaxfield
Title: [79] trunk/Tools Revision 79 Author mmaxfi...@apple.com Date 2017-09-20 13:03:22 -0700 (Wed, 20 Sep 2017) Log Message [WSL] Restrict vertex and fragment entry points according to WSL.md https://bugs.webkit.org/show_bug.cgi?id=177253 Reviewed by Filip Pizlo. Entry points

[webkit-changes] [222138] trunk/Tools

2017-09-17 Thread mmaxfield
Title: [222138] trunk/Tools Revision 222138 Author mmaxfi...@apple.com Date 2017-09-17 17:31:53 -0700 (Sun, 17 Sep 2017) Log Message WSL needs float and double support https://bugs.webkit.org/show_bug.cgi?id=177058 Reviewed by Filip Pizlo. Use the existing int and uint types as a

[webkit-changes] [222139] trunk/Tools

2017-09-17 Thread mmaxfield
Title: [222139] trunk/Tools Revision 222139 Author mmaxfi...@apple.com Date 2017-09-17 20:39:19 -0700 (Sun, 17 Sep 2017) Log Message WSL needs to understand && and || https://bugs.webkit.org/show_bug.cgi?id=177062 Reviewed by Filip Pizlo. Very similar to LogicalNot. *

[webkit-changes] [222120] trunk/Tools

2017-09-15 Thread mmaxfield
Title: [222120] trunk/Tools Revision 222120 Author mmaxfi...@apple.com Date 2017-09-15 17:02:48 -0700 (Fri, 15 Sep 2017) Log Message [WSL] Small cleanup in Evaluator https://bugs.webkit.org/show_bug.cgi?id=176971 Reviewed by Filip Pizlo. Use the symbols for break and continue instead

[webkit-changes] [222191] trunk/Tools

2017-09-18 Thread mmaxfield
Title: [222191] trunk/Tools Revision 222191 Author mmaxfi...@apple.com Date 2017-09-18 16:42:18 -0700 (Mon, 18 Sep 2017) Log Message Fill out vector types in WSL's standard library https://bugs.webkit.org/show_bug.cgi?id=177063 Reviewed by Filip Pizlo. Now that we have struct types,

[webkit-changes] [222949] trunk

2017-10-05 Thread mmaxfield
Title: [222949] trunk Revision 222949 Author mmaxfi...@apple.com Date 2017-10-05 18:25:01 -0700 (Thu, 05 Oct 2017) Log Message Add "display" to FontFace _javascript_ object https://bugs.webkit.org/show_bug.cgi?id=175383 Reviewed by Simon Fraser. Source/WebCore: We already have all

[webkit-changes] [222926] trunk

2017-10-05 Thread mmaxfield
Title: [222926] trunk Revision 222926 Author mmaxfi...@apple.com Date 2017-10-05 12:02:03 -0700 (Thu, 05 Oct 2017) Log Message Implement font-display loading behaviors https://bugs.webkit.org/show_bug.cgi?id=175384 Reviewed by Darin Adler. Source/WebCore: The font-display descriptors

[webkit-changes] [221630] trunk

2017-09-05 Thread mmaxfield
Title: [221630] trunk Revision 221630 Author mmaxfi...@apple.com Date 2017-09-05 12:57:08 -0700 (Tue, 05 Sep 2017) Log Message Update font selection algorithm to match latest CSS spec https://bugs.webkit.org/show_bug.cgi?id=175236 Reviewed by Darin Adler. Source/WebCore: The CSS WG

[webkit-changes] [221865] trunk/Tools

2017-09-11 Thread mmaxfield
Title: [221865] trunk/Tools Revision 221865 Author mmaxfi...@apple.com Date 2017-09-11 10:47:44 -0700 (Mon, 11 Sep 2017) Log Message WSL should support for loops https://bugs.webkit.org/show_bug.cgi?id=176682 Reviewed by Filip Pizlo. Follows the pattern of the existing infrastructure

[webkit-changes] [221634] trunk/Tools

2017-09-05 Thread mmaxfield
Title: [221634] trunk/Tools Revision 221634 Author mmaxfi...@apple.com Date 2017-09-05 14:11:59 -0700 (Tue, 05 Sep 2017) Log Message WSL should support the bool type https://bugs.webkit.org/show_bug.cgi?id=176285 Reviewed by Filip Pizlo. Very similar to the int and uint types. This

[webkit-changes] [221690] trunk/Tools

2017-09-06 Thread mmaxfield
Title: [221690] trunk/Tools Revision 221690 Author mmaxfi...@apple.com Date 2017-09-06 12:34:29 -0700 (Wed, 06 Sep 2017) Log Message WSL should support the bool type https://bugs.webkit.org/show_bug.cgi?id=176285 Reviewed by Filip Pizlo. I forgot to commit a couple files. *

[webkit-changes] [221686] trunk/Tools

2017-09-06 Thread mmaxfield
Title: [221686] trunk/Tools Revision 221686 Author mmaxfi...@apple.com Date 2017-09-06 11:25:55 -0700 (Wed, 06 Sep 2017) Log Message WSL should correctly handle the interaction between casting operators and complex types https://bugs.webkit.org/show_bug.cgi?id=176316 Reviewed by Filip

[webkit-changes] [221776] trunk/Tools

2017-09-07 Thread mmaxfield
Title: [221776] trunk/Tools Revision 221776 Author mmaxfi...@apple.com Date 2017-09-07 19:57:23 -0700 (Thu, 07 Sep 2017) Log Message Add "if" statements to WSL https://bugs.webkit.org/show_bug.cgi?id=176294 Reviewed by Filip Pizlo. Fairly straightforward implementation. ReturnChecker

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

2017-09-12 Thread mmaxfield
Title: [221946] trunk/Source/WebCore Revision 221946 Author mmaxfi...@apple.com Date 2017-09-12 17:07:10 -0700 (Tue, 12 Sep 2017) Log Message Inline ParserUtilities.h https://bugs.webkit.org/show_bug.cgi?id=176572 Reviewed by Darin Adler. Its contents are only ever used from SVG files

[webkit-changes] [221948] trunk

2017-09-12 Thread mmaxfield
Title: [221948] trunk Revision 221948 Author mmaxfi...@apple.com Date 2017-09-12 17:13:01 -0700 (Tue, 12 Sep 2017) Log Message ASSERTION FAILED: !m_valueOrException under FontFaceSet::completedLoading loading a Serious Eats page https://bugs.webkit.org/show_bug.cgi?id=175899 Reviewed by

[webkit-changes] [221950] trunk

2017-09-12 Thread mmaxfield
Title: [221950] trunk Revision 221950 Author mmaxfi...@apple.com Date 2017-09-12 17:27:46 -0700 (Tue, 12 Sep 2017) Log Message Unskip fast/text/system-font-synthetic-italic.html https://bugs.webkit.org/show_bug.cgi?id=175944 Source/WebCore: Reviewed by Jon Lee. Our buildbots now all

[webkit-changes] [221842] trunk/Tools

2017-09-10 Thread mmaxfield
Title: [221842] trunk/Tools Revision 221842 Author mmaxfi...@apple.com Date 2017-09-10 18:05:05 -0700 (Sun, 10 Sep 2017) Log Message WSL should support while loops https://bugs.webkit.org/show_bug.cgi?id=176581 Reviewed by Filip Pizlo. There are a few interesting pieces to this patch:

[webkit-changes] [222588] trunk

2017-09-27 Thread mmaxfield
Title: [222588] trunk Revision 222588 Author mmaxfi...@apple.com Date 2017-09-27 17:25:59 -0700 (Wed, 27 Sep 2017) Log Message Minimum font size may cause elements to have an infinite line-height https://bugs.webkit.org/show_bug.cgi?id=177573 Reviewed by Dan Bernstein. Source/WebCore:

[webkit-changes] [222770] trunk/Tools

2017-10-03 Thread mmaxfield
Title: [222770] trunk/Tools Revision 222770 Author mmaxfi...@apple.com Date 2017-10-02 23:36:56 -0700 (Mon, 02 Oct 2017) Log Message Make WSL demo compatible with Microsoft Edge https://bugs.webkit.org/show_bug.cgi?id=177643 Reviewed by Saam Barati. This patch does two things. The

[webkit-changes] [222771] trunk/Source

2017-10-03 Thread mmaxfield
Title: [222771] trunk/Source Revision 222771 Author mmaxfi...@apple.com Date 2017-10-02 23:42:22 -0700 (Mon, 02 Oct 2017) Log Message Move LineEnding.{h,cpp} from WebCore/platform/text to wtf/text https://bugs.webkit.org/show_bug.cgi?id=176575 Reviewed by Alex Christensen.

[webkit-changes] [222576] trunk

2017-09-27 Thread mmaxfield
Title: [222576] trunk Revision 222576 Author mmaxfi...@apple.com Date 2017-09-27 14:02:46 -0700 (Wed, 27 Sep 2017) Log Message "Tag" codepoints require the complex text codepath https://bugs.webkit.org/show_bug.cgi?id=177251 Reviewed by David Hyatt. Source/WebCore: Previously, Tag

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

2017-08-21 Thread mmaxfield
Title: [220986] trunk/Source/WebCore Revision 220986 Author mmaxfi...@apple.com Date 2017-08-21 16:04:28 -0700 (Mon, 21 Aug 2017) Log Message Addressing post-review comments after r220725 https://bugs.webkit.org/show_bug.cgi?id=175382 Reviewed by Darin Adler. * css/CSSFontFace.cpp:

[webkit-changes] [220991] trunk/Tools

2017-08-21 Thread mmaxfield
Title: [220991] trunk/Tools Revision 220991 Author mmaxfi...@apple.com Date 2017-08-21 16:39:53 -0700 (Mon, 21 Aug 2017) Log Message Typo in "webkit-patch land" https://bugs.webkit.org/show_bug.cgi?id=175788 Reviewed by Tim Horton. * Scripts/webkitpy/tool/steps/commit.py:

[webkit-changes] [220997] trunk

2017-08-21 Thread mmaxfield
Title: [220997] trunk Revision 220997 Author mmaxfi...@apple.com Date 2017-08-21 18:50:34 -0700 (Mon, 21 Aug 2017) Log Message DataInteractionTests.ExternalSourceAttributedStringToContentEditable hits a debug assertion https://bugs.webkit.org/show_bug.cgi?id=175787 Reviewed by Wenson

[webkit-changes] [221508] trunk/Tools

2017-09-01 Thread mmaxfield
Title: [221508] trunk/Tools Revision 221508 Author mmaxfi...@apple.com Date 2017-09-01 16:54:23 -0700 (Fri, 01 Sep 2017) Log Message WSL's lexer will never emit keyword tokens https://bugs.webkit.org/show_bug.cgi?id=176248 Reviewed by Filip Pizlo. Because all tokens are also identified

[webkit-changes] [221408] trunk

2017-08-30 Thread mmaxfield
Title: [221408] trunk Revision 221408 Author mmaxfi...@apple.com Date 2017-08-30 16:46:39 -0700 (Wed, 30 Aug 2017) Log Message Previous elements with lang= can affect fonts selected for subsequent elements https://bugs.webkit.org/show_bug.cgi?id=175959 Reviewed by Zalan Bujtas.

[webkit-changes] [223206] trunk/Source

2017-10-11 Thread mmaxfield
Title: [223206] trunk/Source Revision 223206 Author mmaxfi...@apple.com Date 2017-10-11 13:30:16 -0700 (Wed, 11 Oct 2017) Log Message Allow PAL to log messages https://bugs.webkit.org/show_bug.cgi?id=171523 Reviewed by Alex Christensen. Source/WebCore: Make the model of WebCore/PAL

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

2017-10-12 Thread mmaxfield
Title: [223241] trunk/Source/WebCore/PAL Revision 223241 Author mmaxfi...@apple.com Date 2017-10-12 11:21:05 -0700 (Thu, 12 Oct 2017) Log Message [Win] Build fix after r223206 https://bugs.webkit.org/show_bug.cgi?id=171523 Unreviewed. * pal/PlatformWin.cmake: * pal/win/LoggingWin.cpp:

[webkit-changes] [223246] trunk/Tools

2017-10-12 Thread mmaxfield
Title: [223246] trunk/Tools Revision 223246 Author mmaxfi...@apple.com Date 2017-10-12 11:45:04 -0700 (Thu, 12 Oct 2017) Log Message Emit SPIR-V from WSL compiler (Part 1) https://bugs.webkit.org/show_bug.cgi?id=177998 Reviewed by Filip Pizlo. This patch implements the first half of a

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

2017-10-17 Thread mmaxfield
Title: [223576] trunk/Source/WebCore Revision 223576 Author mmaxfi...@apple.com Date 2017-10-17 14:16:42 -0700 (Tue, 17 Oct 2017) Log Message [CSS Font Loading] Fonts are erroneously invisible when the policy says they should be visible https://bugs.webkit.org/show_bug.cgi?id=178238

[webkit-changes] [223589] trunk

2017-10-17 Thread mmaxfield
Title: [223589] trunk Revision 223589 Author mmaxfi...@apple.com Date 2017-10-17 17:34:23 -0700 (Tue, 17 Oct 2017) Log Message [Regression] Webkit "-apple-system" font fallback token handles font weights of PingFang incorrectly. https://bugs.webkit.org/show_bug.cgi?id=177345 Reviewed

[webkit-changes] [223623] trunk/LayoutTests

2017-10-18 Thread mmaxfield
Title: [223623] trunk/LayoutTests Revision 223623 Author mmaxfi...@apple.com Date 2017-10-18 12:30:28 -0700 (Wed, 18 Oct 2017) Log Message editing/deleting/delete-emoji-9.html is failing consistently. https://bugs.webkit.org/show_bug.cgi?id=178478 Unreviewed. *

[webkit-changes] [225808] trunk

2017-12-12 Thread mmaxfield
Title: [225808] trunk Revision 225808 Author mmaxfi...@apple.com Date 2017-12-12 14:51:02 -0800 (Tue, 12 Dec 2017) Log Message REGRESSION (Safari 11): custom tag crashes a page https://bugs.webkit.org/show_bug.cgi?id=177848 Reviewed by Darin Adler. Source/WebCore: We currently use

[webkit-changes] [225811] trunk

2017-12-12 Thread mmaxfield
Title: [225811] trunk Revision 225811 Author mmaxfi...@apple.com Date 2017-12-12 15:11:19 -0800 (Tue, 12 Dec 2017) Log Message IPC code doesn't understand NSDictionaries with non-NSString keys https://bugs.webkit.org/show_bug.cgi?id=180307 Reviewed by Alex Christensen. Source/WebKit:

[webkit-changes] [226172] trunk

2017-12-19 Thread mmaxfield
Title: [226172] trunk Revision 226172 Author mmaxfi...@apple.com Date 2017-12-19 19:24:15 -0800 (Tue, 19 Dec 2017) Log Message Refactor user-installed font setting for clarity https://bugs.webkit.org/show_bug.cgi?id=181013 Reviewed by Simon Fraser. Source/WebCore: Pave the way for

[webkit-changes] [225414] trunk

2017-12-01 Thread mmaxfield
Title: [225414] trunk Revision 225414 Author mmaxfi...@apple.com Date 2017-12-01 14:13:37 -0800 (Fri, 01 Dec 2017) Log Message Free FontFaceSets may include fonts that were never actually added to them https://bugs.webkit.org/show_bug.cgi?id=180164 Reviewed by Simon Fraser.

[webkit-changes] [224155] trunk

2017-10-28 Thread mmaxfield
Title: [224155] trunk Revision 224155 Author mmaxfi...@apple.com Date 2017-10-28 19:45:27 -0700 (Sat, 28 Oct 2017) Log Message [iOS] Unify Font::platformCharWidthInit() with macOS https://bugs.webkit.org/show_bug.cgi?id=178951 Reviewed by Zalan Bujtas. Source/WebCore: The only reason

[webkit-changes] [231361] trunk

2018-05-04 Thread mmaxfield
Title: [231361] trunk Revision 231361 Author mmaxfi...@apple.com Date 2018-05-04 10:38:54 -0700 (Fri, 04 May 2018) Log Message Text shaping in the simple path is flipped in the y direction https://bugs.webkit.org/show_bug.cgi?id=185062 Reviewed by Simon Fraser. Source/WebCore:

[webkit-changes] [232103] trunk

2018-05-22 Thread mmaxfield
Title: [232103] trunk Revision 232103 Author mmaxfi...@apple.com Date 2018-05-22 20:47:54 -0700 (Tue, 22 May 2018) Log Message Text can wrap between hyphens and commas https://bugs.webkit.org/show_bug.cgi?id=185899 Reviewed by Zalan Bujtas. Source/WebCore: Chrome, Firefox, and ICU

[webkit-changes] [232221] trunk

2018-05-25 Thread mmaxfield
Title: [232221] trunk Revision 232221 Author mmaxfi...@apple.com Date 2018-05-25 20:44:49 -0700 (Fri, 25 May 2018) Log Message Improve the performance of Font::canRenderCombiningCharacterSequence() https://bugs.webkit.org/show_bug.cgi?id=185933 Reviewed by Ryosuke Niwa.

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

2018-05-25 Thread mmaxfield
Title: [232223] trunk/Source/WebCore Revision 232223 Author mmaxfi...@apple.com Date 2018-05-25 22:29:31 -0700 (Fri, 25 May 2018) Log Message [Cocoa] Delete unnecessary WebCascadeList in ComplexTextController https://bugs.webkit.org/show_bug.cgi?id=186007 Reviewed by Zalan Bujtas.

[webkit-changes] [231962] trunk

2018-05-18 Thread mmaxfield
Title: [231962] trunk Revision 231962 Author mmaxfi...@apple.com Date 2018-05-18 10:31:46 -0700 (Fri, 18 May 2018) Log Message [iOS] Password fields obscure the text with rectangles instead of circles https://bugs.webkit.org/show_bug.cgi?id=185760 Reviewed by Zalan Bujtas.

[webkit-changes] [233413] trunk

2018-07-01 Thread mmaxfield
Title: [233413] trunk Revision 233413 Author mmaxfi...@apple.com Date 2018-07-01 18:36:43 -0700 (Sun, 01 Jul 2018) Log Message [Cocoa] LastResort in the font family list causes emoji with joiners to be rendered as multiple .notdef characters https://bugs.webkit.org/show_bug.cgi?id=187209

[webkit-changes] [233447] trunk

2018-07-02 Thread mmaxfield
Title: [233447] trunk Revision 233447 Author mmaxfi...@apple.com Date 2018-07-02 17:15:20 -0700 (Mon, 02 Jul 2018) Log Message [Cocoa] Google Fonts doesn't work if the user has the requested font locally-installed https://bugs.webkit.org/show_bug.cgi?id=187228 Reviewed by Brent

[webkit-changes] [231187] trunk

2018-04-30 Thread mmaxfield
Title: [231187] trunk Revision 231187 Author mmaxfi...@apple.com Date 2018-04-30 17:23:24 -0700 (Mon, 30 Apr 2018) Log Message Improve the performance of FontCascadeDescription's effectiveFamilies https://bugs.webkit.org/show_bug.cgi?id=184720 PerformanceTests: Reviewed by Simon Fraser.

[webkit-changes] [224073] trunk/LayoutTests

2017-10-26 Thread mmaxfield
Title: [224073] trunk/LayoutTests Revision 224073 Author mmaxfi...@apple.com Date 2017-10-26 17:34:23 -0700 (Thu, 26 Oct 2017) Log Message [iOS] Update expected results for writing-mode tests https://bugs.webkit.org/show_bug.cgi?id=178916 Unreviewed. * platform/ios/TestExpectations: *

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

2017-10-26 Thread mmaxfield
Title: [224033] trunk/Source/WebCore Revision 224033 Author mmaxfi...@apple.com Date 2017-10-26 11:46:24 -0700 (Thu, 26 Oct 2017) Log Message Mark font palettes as in development https://bugs.webkit.org/show_bug.cgi?id=178590 Unreviewed. * features.json: Modified Paths

[webkit-changes] [224049] trunk/LayoutTests

2017-10-26 Thread mmaxfield
Title: [224049] trunk/LayoutTests Revision 224049 Author mmaxfi...@apple.com Date 2017-10-26 14:24:33 -0700 (Thu, 26 Oct 2017) Log Message [iOS] Update expected results for fast/text/international/complex-character-based-fallback.html https://bugs.webkit.org/show_bug.cgi?id=178884

[webkit-changes] [224050] trunk/LayoutTests

2017-10-26 Thread mmaxfield
Title: [224050] trunk/LayoutTests Revision 224050 Author mmaxfi...@apple.com Date 2017-10-26 14:36:36 -0700 (Thu, 26 Oct 2017) Log Message [iOS] Update expected results for platform/ios/ios/fast/text/opticalFontWith*.html https://bugs.webkit.org/show_bug.cgi?id=178885 Unreviewed. *

[webkit-changes] [226668] trunk

2018-01-09 Thread mmaxfield
Title: [226668] trunk Revision 226668 Author mmaxfi...@apple.com Date 2018-01-09 16:44:49 -0800 (Tue, 09 Jan 2018) Log Message font-display:fallback can cause a visual flash (which is supposed to be impossible) https://bugs.webkit.org/show_bug.cgi?id=181374 Reviewed by Simon Fraser.

[webkit-changes] [226943] trunk/LayoutTests

2018-01-14 Thread mmaxfield
Title: [226943] trunk/LayoutTests Revision 226943 Author mmaxfi...@apple.com Date 2018-01-14 15:02:53 -0800 (Sun, 14 Jan 2018) Log Message [macOS] [WK2] Unskip some consistently-passing tests https://bugs.webkit.org/show_bug.cgi?id=181226 Reviewed by Simon Fraser. According to the

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

2018-01-12 Thread mmaxfield
Title: [226919] trunk/Source/WebCore Revision 226919 Author mmaxfi...@apple.com Date 2018-01-12 15:35:55 -0800 (Fri, 12 Jan 2018) Log Message [Cocoa] CTFontCopyDefaultCascadeListForLanguages() can return nullptr https://bugs.webkit.org/show_bug.cgi?id=181615 Reviewed by Jon Lee.

[webkit-changes] [226839] trunk

2018-01-11 Thread mmaxfield
Title: [226839] trunk Revision 226839 Author mmaxfi...@apple.com Date 2018-01-11 19:16:52 -0800 (Thu, 11 Jan 2018) Log Message [Cocoa] Star character disappears when bolded https://bugs.webkit.org/show_bug.cgi?id=181568 Reviewed by Simon Fraser. Source/WebCore: We had some code in

[webkit-changes] [227776] trunk

2018-01-30 Thread mmaxfield
Title: [227776] trunk Revision 227776 Author mmaxfi...@apple.com Date 2018-01-30 01:01:28 -0800 (Tue, 30 Jan 2018) Log Message A disallowed user-installed font may be used if its PostScript name is specified https://bugs.webkit.org/show_bug.cgi?id=180951 Reviewed by Brent Fulgham.

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

2018-02-02 Thread mmaxfield
Title: [228044] trunk/Source/WebCore Revision 228044 Author mmaxfi...@apple.com Date 2018-02-02 20:22:04 -0800 (Fri, 02 Feb 2018) Log Message Test fix after r227995 https://bugs.webkit.org/show_bug.cgi?id=180951 Unreviewed. Webfonts shouldn't be run through

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

2018-02-01 Thread mmaxfield
Title: [227995] trunk/Source/WebCore Revision 227995 Author mmaxfi...@apple.com Date 2018-02-01 20:46:23 -0800 (Thu, 01 Feb 2018) Log Message Test fix after r227848. https://bugs.webkit.org/show_bug.cgi?id=180951 Unreviewed. Using kCTFontNameAttribute on an in-memory font causes

[webkit-changes] [228147] trunk/LayoutTests

2018-02-05 Thread mmaxfield
Title: [228147] trunk/LayoutTests Revision 228147 Author mmaxfi...@apple.com Date 2018-02-05 18:27:50 -0800 (Mon, 05 Feb 2018) Log Message Test gardening after r228044 https://bugs.webkit.org/show_bug.cgi?id=182517 Unreviewed. *

[webkit-changes] [228877] trunk

2018-02-21 Thread mmaxfield
Title: [228877] trunk Revision 228877 Author mmaxfi...@apple.com Date 2018-02-21 09:34:45 -0800 (Wed, 21 Feb 2018) Log Message [Cocoa] Make system-ui obey the user-installed-font policy https://bugs.webkit.org/show_bug.cgi?id=182860 Reviewed by Antti Koivisto. Source/WebCore: We have

[webkit-changes] [234448] trunk

2018-07-31 Thread mmaxfield
Title: [234448] trunk Revision 234448 Author mmaxfi...@apple.com Date 2018-07-31 22:11:38 -0700 (Tue, 31 Jul 2018) Log Message [WIN] Fix tests for text with initial advances https://bugs.webkit.org/show_bug.cgi?id=188099 Reviewed by Darin Adler. Fixup after r234318. Tests:

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

2018-07-31 Thread mmaxfield
Title: [23] trunk/Source/WebCore Revision 23 Author mmaxfi...@apple.com Date 2018-07-31 19:29:23 -0700 (Tue, 31 Jul 2018) Log Message [Cocoa] Addressing post-review comments on r234158 https://bugs.webkit.org/show_bug.cgi?id=188202 Reviewed by Darin Adler. *

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

2018-07-27 Thread mmaxfield
Title: [234318] trunk/Source/WebCore Revision 234318 Author mmaxfi...@apple.com Date 2018-07-27 11:21:16 -0700 (Fri, 27 Jul 2018) Log Message [WIN] Crash when trying to access store pages https://bugs.webkit.org/show_bug.cgi?id=188032 Reviewed by Brent Fulgham. The Windows

[webkit-changes] [235144] trunk/Tools

2018-08-21 Thread mmaxfield
Title: [235144] trunk/Tools Revision 235144 Author mmaxfi...@apple.com Date 2018-08-21 16:28:35 -0700 (Tue, 21 Aug 2018) Log Message [WHLSL] Call expressions shouldn't have type arguments https://bugs.webkit.org/show_bug.cgi?id=188770 Reviewed by Filip Pizlo. Call expressions only had

[webkit-changes] [235237] trunk/Tools

2018-08-23 Thread mmaxfield
Title: [235237] trunk/Tools Revision 235237 Author mmaxfi...@apple.com Date 2018-08-23 12:52:16 -0700 (Thu, 23 Aug 2018) Log Message [WHLSL] Allow native types to have type arguments (like "vector") https://bugs.webkit.org/show_bug.cgi?id=188773 Reviewed by Filip Pizlo. Before this

[webkit-changes] [235249] trunk/Tools

2018-08-23 Thread mmaxfield
Title: [235249] trunk/Tools Revision 235249 Author mmaxfi...@apple.com Date 2018-08-23 14:43:03 -0700 (Thu, 23 Aug 2018) Log Message [WSL] Ternary expressions appear to be unimplemented https://bugs.webkit.org/show_bug.cgi?id=178981 Reviewed by Saam Barati. Implement ternary

[webkit-changes] [235338] trunk/Tools

2018-08-24 Thread mmaxfield
Title: [235338] trunk/Tools Revision 235338 Author mmaxfi...@apple.com Date 2018-08-24 16:33:30 -0700 (Fri, 24 Aug 2018) Log Message Unreviewed test fix after r235249 https://bugs.webkit.org/show_bug.cgi?id=178981 * WebGPUShadingLanguageRI/Test.js: Modified Paths trunk/Tools/ChangeLog

[webkit-changes] [235416] trunk

2018-08-27 Thread mmaxfield
Title: [235416] trunk Revision 235416 Author mmaxfi...@apple.com Date 2018-08-27 17:37:17 -0700 (Mon, 27 Aug 2018) Log Message Null pointer deref in WidthIterator https://bugs.webkit.org/show_bug.cgi?id=188993 Reviewed by Brent Fulgham. Source/WebCore: Test:

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

2018-07-18 Thread mmaxfield
Title: [233916] trunk/Source/WebCore Revision 233916 Author mmaxfi...@apple.com Date 2018-07-18 11:10:08 -0700 (Wed, 18 Jul 2018) Log Message Rename WordBreak::Break to WordBreak::BreakWord https://bugs.webkit.org/show_bug.cgi?id=187767 Reviewed by Simon Fraser. These breaking

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

2018-07-24 Thread mmaxfield
Title: [234158] trunk/Source/WebCore Revision 234158 Author mmaxfi...@apple.com Date 2018-07-24 11:34:24 -0700 (Tue, 24 Jul 2018) Log Message [Cocoa] Stop crashing in lastResortFallbackFont() https://bugs.webkit.org/show_bug.cgi?id=187936 Reviewed by Jon Lee. CoreText can get into a

[webkit-changes] [235565] trunk/Tools

2018-08-31 Thread mmaxfield
Title: [235565] trunk/Tools Revision 235565 Author mmaxfi...@apple.com Date 2018-08-31 13:08:08 -0700 (Fri, 31 Aug 2018) Log Message [WHLSL] Remove useless code in NameResolver https://bugs.webkit.org/show_bug.cgi?id=189176 Reviewed by Dean Jackson and Thomas Denney. The check will

[webkit-changes] [235642] trunk/Tools

2018-09-04 Thread mmaxfield
Title: [235642] trunk/Tools Revision 235642 Author mmaxfi...@apple.com Date 2018-09-04 14:41:54 -0700 (Tue, 04 Sep 2018) Log Message Unreviewed follow-up to r235635 https://bugs.webkit.org/show_bug.cgi?id=188940 Use "let" variables instead of "var" variables. *

[webkit-changes] [235738] trunk/Tools

2018-09-06 Thread mmaxfield
Title: [235738] trunk/Tools Revision 235738 Author mmaxfi...@apple.com Date 2018-09-06 09:01:05 -0700 (Thu, 06 Sep 2018) Log Message [WHLSL] The parser is too slow https://bugs.webkit.org/show_bug.cgi?id=189014 Reviewed by Filip Pizlo. This patch includes three changes: 1. Migrate from

[webkit-changes] [235493] trunk/Tools

2018-08-29 Thread mmaxfield
Title: [235493] trunk/Tools Revision 235493 Author mmaxfi...@apple.com Date 2018-08-29 18:50:21 -0700 (Wed, 29 Aug 2018) Log Message [WHLSL] Test row-majorness of matrices https://bugs.webkit.org/show_bug.cgi?id=189101 The matrix multiplication functions are temporarily commented out of

[webkit-changes] [233750] trunk/Tools

2018-07-11 Thread mmaxfield
Title: [233750] trunk/Tools Revision 233750 Author mmaxfi...@apple.com Date 2018-07-11 18:35:16 -0700 (Wed, 11 Jul 2018) Log Message Move WHLSL spec work to the W3C GPUWeb GitHub repository See https://github.com/gpuweb/WHLSL * WebGPUShadingLanguageRI/SpecWork/Makefile: Removed. *

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

2018-01-22 Thread mmaxfield
Title: [227381] trunk/Source/WebCore Revision 227381 Author mmaxfi...@apple.com Date 2018-01-22 18:09:22 -0800 (Mon, 22 Jan 2018) Log Message [Cocoa] Support font collections https://bugs.webkit.org/show_bug.cgi?id=181826 Reviewed by Dean Jackson. Source/WebCore: Use the CoreText

[webkit-changes] [235924] trunk/LayoutTests

2018-09-11 Thread mmaxfield
Title: [235924] trunk/LayoutTests Revision 235924 Author mmaxfi...@apple.com Date 2018-09-11 17:51:23 -0700 (Tue, 11 Sep 2018) Log Message Unreviewed test fix after r235910 https://bugs.webkit.org/show_bug.cgi?id=188008 * platform/mac-wk1/TestExpectations: Modified Paths

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

2018-03-06 Thread mmaxfield
Title: [229328] trunk/Source/WebCore Revision 229328 Author mmaxfi...@apple.com Date 2018-03-06 10:35:49 -0800 (Tue, 06 Mar 2018) Log Message Change the type of SVGToOTFFontConverter::m_weight to be not a char https://bugs.webkit.org/show_bug.cgi?id=183339 Reviewed by Alex Christensen.

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

2018-03-01 Thread mmaxfield
Title: [229139] trunk/Source/WebCore Revision 229139 Author mmaxfi...@apple.com Date 2018-03-01 13:11:49 -0800 (Thu, 01 Mar 2018) Log Message Temporarily enable user-installed-fonts everywhere until we can stop crashing on launch https://bugs.webkit.org/show_bug.cgi?id=183255

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

2018-03-05 Thread mmaxfield
Title: [229303] trunk/Source/WebCore Revision 229303 Author mmaxfi...@apple.com Date 2018-03-05 19:06:06 -0800 (Mon, 05 Mar 2018) Log Message [Cocoa] Allow user-installed fonts to be disabled https://bugs.webkit.org/show_bug.cgi?id=183349 Rubber stamped by Brent Fulgham. Tests:

[webkit-changes] [229300] trunk/Tools

2018-03-05 Thread mmaxfield
Title: [229300] trunk/Tools Revision 229300 Author mmaxfi...@apple.com Date 2018-03-05 18:15:56 -0800 (Mon, 05 Mar 2018) Log Message DumpRenderTree build fix Unreviewed. * DumpRenderTree/mac/LayoutTestHelper.m: Modified Paths trunk/Tools/ChangeLog

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

2018-03-05 Thread mmaxfield
Title: [229299] trunk/Source/WebCore Revision 229299 Author mmaxfi...@apple.com Date 2018-03-05 18:13:01 -0800 (Mon, 05 Mar 2018) Log Message Silence OpenGL and OpenGL ES deprecation warnings in newer SDKs https://bugs.webkit.org/show_bug.cgi?id=183350 Unreviewed. *

[webkit-changes] [237115] trunk/Tools

2018-10-15 Thread mmaxfield
Title: [237115] trunk/Tools Revision 237115 Author mmaxfi...@apple.com Date 2018-10-15 08:54:50 -0700 (Mon, 15 Oct 2018) Log Message [WHLSL] Migrated WebGPUShadingLanguageRI to the W3C https://bugs.webkit.org/show_bug.cgi?id=190555 Unreviewed. Migrated to

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

2018-11-02 Thread mmaxfield
Title: [237765] trunk/Source/WebCore Revision 237765 Author mmaxfi...@apple.com Date 2018-11-02 19:36:28 -0700 (Fri, 02 Nov 2018) Log Message Clean up drawLineForDocumentMarker() https://bugs.webkit.org/show_bug.cgi?id=191215 Reviewed by Zalan Bujtas. In preparation for

[webkit-changes] [237903] trunk

2018-11-06 Thread mmaxfield
Title: [237903] trunk Revision 237903 Author mmaxfi...@apple.com Date 2018-11-06 17:22:41 -0800 (Tue, 06 Nov 2018) Log Message Implement text-underline-offset and text-decoration-thickness https://bugs.webkit.org/show_bug.cgi?id=190774 Reviewed by Dean Jackson. Source/WebCore: Because

[webkit-changes] [237948] trunk

2018-11-07 Thread mmaxfield
Title: [237948] trunk Revision 237948 Author mmaxfi...@apple.com Date 2018-11-07 16:10:20 -0800 (Wed, 07 Nov 2018) Log Message Dotted underlines that skip descenders are invisible https://bugs.webkit.org/show_bug.cgi?id=191403 Reviewed by Simon Fraser. Source/WebCore: Turns out our

[webkit-changes] [237955] trunk

2018-11-07 Thread mmaxfield
Title: [237955] trunk Revision 237955 Author mmaxfi...@apple.com Date 2018-11-07 17:08:33 -0800 (Wed, 07 Nov 2018) Log Message Positioned text underline can look like a strike-through https://bugs.webkit.org/show_bug.cgi?id=191341 Reviewed by Simon Fraser. Source/WebCore: We should

[webkit-changes] [238002] trunk

2018-11-08 Thread mmaxfield
Title: [238002] trunk Revision 238002 Author mmaxfi...@apple.com Date 2018-11-08 14:18:15 -0800 (Thu, 08 Nov 2018) Log Message Unprefix text-decoration CSS3 properties https://bugs.webkit.org/show_bug.cgi?id=127193 Reviewed by Dean Jackson. Source/WebCore: The properties are stable,

[webkit-changes] [238075] trunk

2018-11-11 Thread mmaxfield
Title: [238075] trunk Revision 238075 Author mmaxfi...@apple.com Date 2018-11-11 09:13:40 -0800 (Sun, 11 Nov 2018) Log Message Address post-review comments after r237955 https://bugs.webkit.org/show_bug.cgi?id=191496 Reviewed by Darin Adler. Source/WebCore: *

[webkit-changes] [238264] trunk

2018-11-15 Thread mmaxfield
Title: [238264] trunk Revision 238264 Author mmaxfi...@apple.com Date 2018-11-15 17:55:04 -0800 (Thu, 15 Nov 2018) Log Message WKPreferencesSetFontSmoothingLevel doesn't actually do anything https://bugs.webkit.org/show_bug.cgi?id=191708 Reviewed by Simon Fraser. Delete the symbol

[webkit-changes] [237834] trunk

2018-11-05 Thread mmaxfield
Title: [237834] trunk Revision 237834 Author mmaxfi...@apple.com Date 2018-11-05 16:09:08 -0800 (Mon, 05 Nov 2018) Log Message Spelling dots are drawn in the wrong place https://bugs.webkit.org/show_bug.cgi?id=190764 Reviewed by Dean Jackson. Source/WebCore: - Dots should not be

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

2018-11-05 Thread mmaxfield
Title: [237843] trunk/Source/WebCore Revision 237843 Author mmaxfi...@apple.com Date 2018-11-05 20:30:35 -0800 (Mon, 05 Nov 2018) Log Message Fix the Windows build after r237835 https://bugs.webkit.org/show_bug.cgi?id=191242 Reviewed by Simon Fraser. *

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