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

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

[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): * css/CSSSegmentedF

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

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

[webkit-changes] [255988] trunk

2020-02-06 Thread mmaxfield
Title: [255988] trunk Revision 255988 Author mmaxfi...@apple.com Date 2020-02-06 15:31:17 -0800 (Thu, 06 Feb 2020) Log Message REGRESSION(r254534): 1-3% regression on PLT https://bugs.webkit.org/show_bug.cgi?id=207244 Reviewed by Simon Fraser. Source/WebCore: Turns out CTFontTransform

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

2020-02-06 Thread mmaxfield
Title: [256007] trunk/Source/WebCore Revision 256007 Author mmaxfi...@apple.com Date 2020-02-06 20:12:39 -0800 (Thu, 06 Feb 2020) Log Message [Cocoa] Rename LocaleMac to LocaleCocoa https://bugs.webkit.org/show_bug.cgi?id=207371 Reviewed by Simon Fraser. It's used by all the Cocoa platf

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

2020-02-06 Thread mmaxfield
Title: [256008] trunk/Source/WebCore Revision 256008 Author mmaxfi...@apple.com Date 2020-02-06 21:19:16 -0800 (Thu, 06 Feb 2020) Log Message REGRESSION(r254534): 1-3% regression on PLT https://bugs.webkit.org/show_bug.cgi?id=207244 Can't put null strings into hash maps. Reviewed by Wen

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

2020-02-07 Thread mmaxfield
Title: [256037] trunk/Source/WebCore Revision 256037 Author mmaxfi...@apple.com Date 2020-02-07 10:59:10 -0800 (Fri, 07 Feb 2020) Log Message [Cocoa] Slightly improve performance of Font::getCFStringAttributes() https://bugs.webkit.org/show_bug.cgi?id=207374 Reviewed by Darin Adler. Swi

[webkit-changes] [241229] trunk

2019-02-08 Thread mmaxfield
Title: [241229] trunk Revision 241229 Author mmaxfi...@apple.com Date 2019-02-08 19:42:23 -0800 (Fri, 08 Feb 2019) Log Message [Cocoa] Ask platform for generic font family mappings https://bugs.webkit.org/show_bug.cgi?id=187723 Reviewed by Brent Fulgham. Source/WebCore: WebKit API all

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

2019-02-08 Thread mmaxfield
Title: [241231] trunk/Source/WebCore Revision 241231 Author mmaxfi...@apple.com Date 2019-02-08 20:06:34 -0800 (Fri, 08 Feb 2019) Log Message [Cocoa] CTLineGetGlyphRuns() might return nullptr https://bugs.webkit.org/show_bug.cgi?id=194467 Reviewed by Simon Fraser. Be somewhat defensive

[webkit-changes] [241288] trunk

2019-02-11 Thread mmaxfield
Title: [241288] trunk Revision 241288 Author mmaxfi...@apple.com Date 2019-02-11 18:19:19 -0800 (Mon, 11 Feb 2019) Log Message [Cocoa] Ask platform for generic font family mappings https://bugs.webkit.org/show_bug.cgi?id=187723 Reviewed by Brent Fulgham. Source/WebCore: WebKit API all

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

2019-02-28 Thread mmaxfield
Title: [242204] trunk/Source/WebCore Revision 242204 Author mmaxfi...@apple.com Date 2019-02-28 10:22:34 -0800 (Thu, 28 Feb 2019) Log Message Locale names can be nullptr https://bugs.webkit.org/show_bug.cgi?id=195171 Reviewed by Dean Jackson. Nullptr can't be used in keys to HashMaps,

[webkit-changes] [242237] trunk

2019-02-28 Thread mmaxfield
Title: [242237] trunk Revision 242237 Author mmaxfi...@apple.com Date 2019-02-28 15:42:22 -0800 (Thu, 28 Feb 2019) Log Message Use-after-move in RenderCombineText::combineTextIfNeeded() https://bugs.webkit.org/show_bug.cgi?id=195188 Reviewed by Zalan Bujtas. Source/WebCore: r241288 unc

[webkit-changes] [287673] trunk

2022-01-05 Thread mmaxfield
Title: [287673] trunk Revision 287673 Author mmaxfi...@apple.com Date 2022-01-05 20:40:39 -0800 (Wed, 05 Jan 2022) Log Message [GPU Process] Small ImageBuffers cause the web process to crash https://bugs.webkit.org/show_bug.cgi?id=232470 Reviewed by Tim Horton. Source/WebKit: The prob

[webkit-changes] [287724] trunk

2022-01-06 Thread mmaxfield
Title: [287724] trunk Revision 287724 Author mmaxfi...@apple.com Date 2022-01-06 15:50:19 -0800 (Thu, 06 Jan 2022) Log Message REGRESSION(r281389): Text wraps unnecessarily within intrinsically-sized elements when using certain fonts and the inner HTML of the element contains a new line t

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

2022-01-07 Thread mmaxfield
Title: [287774] trunk/Source/WebKit Revision 287774 Author mmaxfi...@apple.com Date 2022-01-07 11:48:43 -0800 (Fri, 07 Jan 2022) Log Message ImageBuffer with floating point logicalSize() paints into a slightly truncated destination rect https://bugs.webkit.org/show_bug.cgi?id=225377 Revi

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

2022-01-07 Thread mmaxfield
Title: [287775] trunk/Source/WebKit Revision 287775 Author mmaxfi...@apple.com Date 2022-01-07 11:57:05 -0800 (Fri, 07 Jan 2022) Log Message Web process shouldn't crash if ImageBuffer::ensureBackendCreated() fails https://bugs.webkit.org/show_bug.cgi?id=232520 Reviewed by Simon Fraser.

[webkit-changes] [287805] trunk

2022-01-07 Thread mmaxfield
Title: [287805] trunk Revision 287805 Author mmaxfi...@apple.com Date 2022-01-07 19:18:59 -0800 (Fri, 07 Jan 2022) Log Message [GPU Process] Can't getImageData on canvas larger than 4096x4096 https://bugs.webkit.org/show_bug.cgi?id=234321 Reviewed by Tim Horton. Source/WebCore: We alr

[webkit-changes] [288051] trunk/LayoutTests

2022-01-14 Thread mmaxfield
Title: [288051] trunk/LayoutTests Revision 288051 Author mmaxfi...@apple.com Date 2022-01-14 20:16:24 -0800 (Fri, 14 Jan 2022) Log Message [macOS WK1] fast/canvas/large-getImageData.html is consistently failing https://bugs.webkit.org/show_bug.cgi?id=235169 Unreviewed. This test gets ve

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

2022-01-16 Thread mmaxfield
Title: [288077] trunk/Source/WebCore Revision 288077 Author mmaxfi...@apple.com Date 2022-01-16 17:04:56 -0800 (Sun, 16 Jan 2022) Log Message [Win] Use character names instead of codepoint values in overrideControlCharacters() https://bugs.webkit.org/show_bug.cgi?id=235283 Reviewed by Ca

[webkit-changes] [288107] trunk

2022-01-17 Thread mmaxfield
Title: [288107] trunk Revision 288107 Author mmaxfi...@apple.com Date 2022-01-17 19:02:17 -0800 (Mon, 17 Jan 2022) Log Message REGRESSION(r281389): using font-variant-ligatures causes Unicode bidi isolation control characters to render https://bugs.webkit.org/show_bug.cgi?id=235053 Revi

[webkit-changes] [288543] trunk

2022-01-24 Thread mmaxfield
Title: [288543] trunk Revision 288543 Author mmaxfi...@apple.com Date 2022-01-24 23:13:34 -0800 (Mon, 24 Jan 2022) Log Message REGRESSION(r282320): [Cocoa] User-installed fonts don't work in the GPU Process (in WKWebView) https://bugs.webkit.org/show_bug.cgi?id=235449 Reviewed by Darin

[webkit-changes] [288564] trunk

2022-01-25 Thread mmaxfield
Title: [288564] trunk Revision 288564 Author mmaxfi...@apple.com Date 2022-01-25 10:50:03 -0800 (Tue, 25 Jan 2022) Log Message REGRESSION(r281419): iCloud.com Notes web app fonts render incorrectly https://bugs.webkit.org/show_bug.cgi?id=235559 Reviewed by Darin Adler. LayoutTests/impo

[webkit-changes] [288585] trunk

2022-01-25 Thread mmaxfield
Title: [288585] trunk Revision 288585 Author mmaxfi...@apple.com Date 2022-01-25 14:10:54 -0800 (Tue, 25 Jan 2022) Log Message Add another test for locale-specific shaping https://bugs.webkit.org/show_bug.cgi?id=235558 Reviewed by Darin Adler. Thanks so much to Just van Rossum for contr

[webkit-changes] [288603] trunk/Source/WebGPU

2022-01-25 Thread mmaxfield
Title: [288603] trunk/Source/WebGPU Revision 288603 Author mmaxfi...@apple.com Date 2022-01-25 20:15:16 -0800 (Tue, 25 Jan 2022) Log Message [WebGPU] Build fix for Mac Catalyst https://bugs.webkit.org/show_bug.cgi?id=235625 Unreviewed. The WGSL headers and .a file for Mac Catalyst need

[webkit-changes] [288606] trunk/Source/WebGPU

2022-01-25 Thread mmaxfield
Title: [288606] trunk/Source/WebGPU Revision 288606 Author mmaxfi...@apple.com Date 2022-01-25 23:54:20 -0800 (Tue, 25 Jan 2022) Log Message [WebGPU] Fix WGSLUnitTests build https://bugs.webkit.org/show_bug.cgi?id=235628 Unreviewed. * Configurations/WGSLUnitTests.xcconfig: Modified Pat

[webkit-changes] [288607] trunk/Source/WebGPU

2022-01-25 Thread mmaxfield
Title: [288607] trunk/Source/WebGPU Revision 288607 Author mmaxfi...@apple.com Date 2022-01-25 23:58:17 -0800 (Tue, 25 Jan 2022) Log Message Unreviewed, reverting r288606. https://bugs.webkit.org/show_bug.cgi?id=235629 Should never have been committed Reverted changeset: "[WebGPU] Fix

[webkit-changes] [288608] trunk/Source/WebGPU

2022-01-26 Thread mmaxfield
Title: [288608] trunk/Source/WebGPU Revision 288608 Author mmaxfi...@apple.com Date 2022-01-26 00:00:45 -0800 (Wed, 26 Jan 2022) Log Message [WebGPU] Fix WGSLUnitTests build https://bugs.webkit.org/show_bug.cgi?id=235628 Unreviewed. * Configurations/WGSLUnitTests.xcconfig: Modified Pat

[webkit-changes] [288643] trunk/Source/WebGPU

2022-01-26 Thread mmaxfield
Title: [288643] trunk/Source/WebGPU Revision 288643 Author mmaxfi...@apple.com Date 2022-01-26 13:58:05 -0800 (Wed, 26 Jan 2022) Log Message [WebGPU] Make sure WGSLUnitTests can call into WGSL https://bugs.webkit.org/show_bug.cgi?id=235630 Reviewed by Dean Jackson. * WGSL/WGSL.cpp: (WGS

[webkit-changes] [288783] trunk

2022-01-28 Thread mmaxfield
Title: [288783] trunk Revision 288783 Author mmaxfi...@apple.com Date 2022-01-28 20:44:04 -0800 (Fri, 28 Jan 2022) Log Message REGRESSION(r281687): Space widths have synthetic bold applied to them in the fast text codepath but not the complex text codepath https://bugs.webkit.org/show_bug

[webkit-changes] [288835] trunk/Tools

2022-01-31 Thread mmaxfield
Title: [288835] trunk/Tools Revision 288835 Author mmaxfi...@apple.com Date 2022-01-31 12:43:07 -0800 (Mon, 31 Jan 2022) Log Message [Mac] Fix TestWebKitAPI build https://bugs.webkit.org/show_bug.cgi?id=235906 Reviewed by Tim Horton. /usr/include/cups/cups.h has this: # define Universal

[webkit-changes] [289007] trunk

2022-02-02 Thread mmaxfield
Title: [289007] trunk Revision 289007 Author mmaxfi...@apple.com Date 2022-02-02 15:57:15 -0800 (Wed, 02 Feb 2022) Log Message Percentage word spacing doesn't incorporate synthetic bold expansion https://bugs.webkit.org/show_bug.cgi?id=236007 Reviewed by Alan Bujtas. Source/WebCore: Th

[webkit-changes] [289034] trunk/Tools

2022-02-03 Thread mmaxfield
Title: [289034] trunk/Tools Revision 289034 Author mmaxfi...@apple.com Date 2022-02-03 00:52:15 -0800 (Thu, 03 Feb 2022) Log Message Allow using STIX Two in layout tests https://bugs.webkit.org/show_bug.cgi?id=236048 Reviewed by Darin Adler. Add the fonts to the allow-list. * DumpRende

[webkit-changes] [289101] trunk

2022-02-03 Thread mmaxfield
Title: [289101] trunk Revision 289101 Author mmaxfi...@apple.com Date 2022-02-03 18:53:09 -0800 (Thu, 03 Feb 2022) Log Message Two bopomofo tone marks are not moved to the correct place in vertical text with a particular bopomofo font https://bugs.webkit.org/show_bug.cgi?id=235257 Revie

[webkit-changes] [289151] trunk

2022-02-04 Thread mmaxfield
Title: [289151] trunk Revision 289151 Author mmaxfi...@apple.com Date 2022-02-04 22:38:33 -0800 (Fri, 04 Feb 2022) Log Message ch unit fallback size doesn't match the spec https://bugs.webkit.org/show_bug.cgi?id=236073 Reviewed by Cameron McCormack. Source/WebCore: The spec (https://d

[webkit-changes] [289609] trunk

2022-02-11 Thread mmaxfield
Title: [289609] trunk Revision 289609 Author mmaxfi...@apple.com Date 2022-02-11 00:40:49 -0800 (Fri, 11 Feb 2022) Log Message Tab characters and ch units do not obey synthetic bold width adjustments correctly https://bugs.webkit.org/show_bug.cgi?id=236172 Reviewed by Alan Bujtas. Sourc

[webkit-changes] [293674] trunk/Source/WebGPU

2022-05-02 Thread mmaxfield
Title: [293674] trunk/Source/WebGPU Revision 293674 Author mmaxfi...@apple.com Date 2022-05-02 12:15:48 -0700 (Mon, 02 May 2022) Log Message [WebGPU] [tvOS] Neither MTLGPUFamilyApple6 nor MTLGPUFamilyApple7 exist on tvOS https://bugs.webkit.org/show_bug.cgi?id=239973 Unreviewed build fi

[webkit-changes] [293718] trunk/Source/WebGPU

2022-05-03 Thread mmaxfield
Title: [293718] trunk/Source/WebGPU Revision 293718 Author mmaxfi...@apple.com Date 2022-05-03 00:47:42 -0700 (Tue, 03 May 2022) Log Message [WebGPU] Device creation should not always fail if supported features are requested https://bugs.webkit.org/show_bug.cgi?id=239955 Reviewed by Kimm

[webkit-changes] [293937] trunk/Source/WebGPU

2022-05-06 Thread mmaxfield
Title: [293937] trunk/Source/WebGPU Revision 293937 Author mmaxfi...@apple.com Date 2022-05-06 17:48:53 -0700 (Fri, 06 May 2022) Log Message [WebGPU] Fix build on downlevel OSes in Apple's build system https://bugs.webkit.org/show_bug.cgi?id=240159 Reviewed by Alexey Proskuryakov. Some

[webkit-changes] [294259] trunk/Source/WebCore/css/CSSProperties.json

2022-05-16 Thread mmaxfield
Title: [294259] trunk/Source/WebCore/css/CSSProperties.json Revision 294259 Author mmaxfi...@apple.com Date 2022-05-16 14:21:12 -0700 (Mon, 16 May 2022) Log Message Fix URL to offset-rotate property in CSSProperties.json https://bugs.webkit.org/show_bug.cgi?id=240474 Reviewed by Myles C.

[webkit-changes] [294373] trunk/Source/WebCore/Modules/WebGPU

2022-05-17 Thread mmaxfield
Title: [294373] trunk/Source/WebCore/Modules/WebGPU Revision 294373 Author mmaxfi...@apple.com Date 2022-05-17 18:09:07 -0700 (Tue, 17 May 2022) Log Message [WebGPU] Work around https://bugs.webkit.org/show_bug.cgi?id=240219 https://bugs.webkit.org/show_bug.cgi?id=240441 https://bugs.web

[webkit-changes] [294654] trunk/LayoutTests

2022-05-23 Thread mmaxfield
Title: [294654] trunk/LayoutTests Revision 294654 Author mmaxfi...@apple.com Date 2022-05-23 10:57:51 -0700 (Mon, 23 May 2022) Log Message [Cocoa] fast/text/international/generic-font-family-language-traditional.html is failing due to language minimization https://bugs.webkit.org/show_bug

[webkit-changes] [294671] trunk/metadata/contributors.json

2022-05-23 Thread mmaxfield
Title: [294671] trunk/metadata/contributors.json Revision 294671 Author mmaxfi...@apple.com Date 2022-05-23 12:51:12 -0700 (Mon, 23 May 2022) Log Message Add Mike Wyrzykowski to contributors.json https://bugs.webkit.org/show_bug.cgi?id=240816 Unreviewed. He is a contributor. * metadata

[webkit-changes] [295038] trunk/Source/WebCore/platform/graphics/cocoa/ FontCacheCoreText.cpp

2022-05-30 Thread mmaxfield
Title: [295038] trunk/Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp Revision 295038 Author mmaxfi...@apple.com Date 2022-05-30 16:59:45 -0700 (Mon, 30 May 2022) Log Message [Cocoa] Rename [de]normalizeWeight() to [de]normalizeGXWeight() https://bugs.webkit.org/show_bug.cgi?

[webkit-changes] [295250] trunk

2022-06-03 Thread mmaxfield
Title: [295250] trunk Revision 295250 Author mmaxfi...@apple.com Date 2022-06-03 16:45:34 -0700 (Fri, 03 Jun 2022) Log Message [Cocoa] Mail compose doesn't use Bulgarian letter forms when the system language is set to Bulgarian https://bugs.webkit.org/show_bug.cgi?id=241253 Reviewed by

[webkit-changes] [291313] trunk/Source

2022-03-15 Thread mmaxfield
Title: [291313] trunk/Source Revision 291313 Author mmaxfi...@apple.com Date 2022-03-15 14:22:35 -0700 (Tue, 15 Mar 2022) Log Message [WebGPU] Allow for scheduling asynchronous work https://bugs.webkit.org/show_bug.cgi?id=237755 Reviewed by Kimmo Kinnunen. Source/WebCore/PAL: WebGPU do

[webkit-changes] [291315] trunk/Source/WebGPU

2022-03-15 Thread mmaxfield
Title: [291315] trunk/Source/WebGPU Revision 291315 Author mmaxfi...@apple.com Date 2022-03-15 14:30:06 -0700 (Tue, 15 Mar 2022) Log Message [WebGPU] Repeated calls to wgpuDeviceGetQueue() are supposed to return the same pointer https://bugs.webkit.org/show_bug.cgi?id=237861 Reviewed by

[webkit-changes] [291317] trunk/Source/WebGPU

2022-03-15 Thread mmaxfield
Title: [291317] trunk/Source/WebGPU Revision 291317 Author mmaxfi...@apple.com Date 2022-03-15 14:52:40 -0700 (Tue, 15 Mar 2022) Log Message [WebGPU] Update WebGPU CommandLinePlayground to execute asynchronous tasks https://bugs.webkit.org/show_bug.cgi?id=237852 Reviewed by Kimmo Kinnune

[webkit-changes] [291323] trunk/Source

2022-03-15 Thread mmaxfield
Title: [291323] trunk/Source Revision 291323 Author mmaxfi...@apple.com Date 2022-03-15 16:44:09 -0700 (Tue, 15 Mar 2022) Log Message [WebGPU] Migrate from WTF::Function to WTF::CompletionHandler https://bugs.webkit.org/show_bug.cgi?id=237925 Reviewed by Geoffrey Garen. Source/WebCore/P

[webkit-changes] [291365] trunk/Source/WebGPU

2022-03-16 Thread mmaxfield
Title: [291365] trunk/Source/WebGPU Revision 291365 Author mmaxfi...@apple.com Date 2022-03-16 14:06:26 -0700 (Wed, 16 Mar 2022) Log Message [WebGPU] Create a path of Ref<>s between Instance and Queue https://bugs.webkit.org/show_bug.cgi?id=237864 Reviewed by Kimmo Kinnunen. The ownersh

[webkit-changes] [291366] trunk/Source/WebGPU

2022-03-16 Thread mmaxfield
Title: [291366] trunk/Source/WebGPU Revision 291366 Author mmaxfi...@apple.com Date 2022-03-16 14:20:01 -0700 (Wed, 16 Mar 2022) Log Message [WebGPU] Implement queue submission methods according to the spec https://bugs.webkit.org/show_bug.cgi?id=237869 Reviewed by Kimmo Kinnunen. Now t

[webkit-changes] [291369] trunk/Source

2022-03-16 Thread mmaxfield
Title: [291369] trunk/Source Revision 291369 Author mmaxfi...@apple.com Date 2022-03-16 14:49:48 -0700 (Wed, 16 Mar 2022) Log Message [WebGPU] Implement first draft of buffer mapping according to the spec https://bugs.webkit.org/show_bug.cgi?id=237870 Reviewed by Kimmo Kinnunen. Source/

[webkit-changes] [291372] trunk/Source/WebGPU

2022-03-16 Thread mmaxfield
Title: [291372] trunk/Source/WebGPU Revision 291372 Author mmaxfi...@apple.com Date 2022-03-16 15:13:40 -0700 (Wed, 16 Mar 2022) Log Message [WebGPU] Implement first draft of buffer copying according to the spec https://bugs.webkit.org/show_bug.cgi?id=237871 Reviewed by Kimmo Kinnunen.

[webkit-changes] [291377] trunk/Source/WebGPU

2022-03-16 Thread mmaxfield
Title: [291377] trunk/Source/WebGPU Revision 291377 Author mmaxfi...@apple.com Date 2022-03-16 17:05:30 -0700 (Wed, 16 Mar 2022) Log Message [WebGPU] Put nontrivial code in WebGPU's command line playground https://bugs.webkit.org/show_bug.cgi?id=237876 Reviewed by Kimmo Kinnunen. This i

[webkit-changes] [291382] trunk/Source/WebGPU

2022-03-16 Thread mmaxfield
Title: [291382] trunk/Source/WebGPU Revision 291382 Author mmaxfi...@apple.com Date 2022-03-16 19:30:20 -0700 (Wed, 16 Mar 2022) Log Message [WebGPU] Implement queue submission methods according to the spec https://bugs.webkit.org/show_bug.cgi?id=237869 Reviewed by Kimmo Kinnunen. Addre

[webkit-changes] [291384] trunk/Source

2022-03-16 Thread mmaxfield
Title: [291384] trunk/Source Revision 291384 Author mmaxfi...@apple.com Date 2022-03-16 20:02:09 -0700 (Wed, 16 Mar 2022) Log Message [WebGPU] Use block-based WebGPU API instead of function pointer & userdata API https://bugs.webkit.org/show_bug.cgi?id=237932 Reviewed by Kimmo Kinnunen.

[webkit-changes] [291385] trunk/Source/WebGPU

2022-03-16 Thread mmaxfield
Title: [291385] trunk/Source/WebGPU Revision 291385 Author mmaxfi...@apple.com Date 2022-03-16 20:06:12 -0700 (Wed, 16 Mar 2022) Log Message [WebGPU] Implement first draft of CommandEncoder::clearBuffer() according to the spec https://bugs.webkit.org/show_bug.cgi?id=237877 Reviewed by Ki

[webkit-changes] [291386] trunk/Source/WebGPU

2022-03-16 Thread mmaxfield
Title: [291386] trunk/Source/WebGPU Revision 291386 Author mmaxfi...@apple.com Date 2022-03-16 20:37:11 -0700 (Wed, 16 Mar 2022) Log Message [WebGPU] Implement first draft of debug commands according to the spec https://bugs.webkit.org/show_bug.cgi?id=237879 Reviewed by Kimmo Kinnunen.

[webkit-changes] [291387] trunk/Source/WebGPU

2022-03-16 Thread mmaxfield
Title: [291387] trunk/Source/WebGPU Revision 291387 Author mmaxfi...@apple.com Date 2022-03-16 20:56:01 -0700 (Wed, 16 Mar 2022) Log Message [WebGPU] Implement sampler creation according to the spec https://bugs.webkit.org/show_bug.cgi?id=237882 Reviewed by Kimmo Kinnunen. Implement Dev

[webkit-changes] [291389] trunk/Source/WebGPU

2022-03-17 Thread mmaxfield
Title: [291389] trunk/Source/WebGPU Revision 291389 Author mmaxfi...@apple.com Date 2022-03-17 00:17:53 -0700 (Thu, 17 Mar 2022) Log Message [WebGPU] Mark unchanging class members as const https://bugs.webkit.org/show_bug.cgi?id=237998 Reviewed by Kimmo Kinnunen. Let's use the C++ type

[webkit-changes] [291419] trunk/Source/WebGPU

2022-03-17 Thread mmaxfield
Title: [291419] trunk/Source/WebGPU Revision 291419 Author mmaxfi...@apple.com Date 2022-03-17 10:21:29 -0700 (Thu, 17 Mar 2022) Log Message [WebGPU] Delete unnecessary C files from CommandLinePlayground https://bugs.webkit.org/show_bug.cgi?id=238005 Reviewed by Kimmo Kinnunen. The reas

[webkit-changes] [291422] trunk/Source/WebGPU

2022-03-17 Thread mmaxfield
Title: [291422] trunk/Source/WebGPU Revision 291422 Author mmaxfi...@apple.com Date 2022-03-17 11:15:38 -0700 (Thu, 17 Mar 2022) Log Message [WebGPU] Fix the 32-bit build https://bugs.webkit.org/show_bug.cgi?id=238031 Unreviewed. * WebGPU/Buffer.mm: (WebGPU::validateCreateBuffer): (WebG

[webkit-changes] [291432] trunk/Tools

2022-03-17 Thread mmaxfield
Title: [291432] trunk/Tools Revision 291432 Author mmaxfi...@apple.com Date 2022-03-17 13:12:49 -0700 (Thu, 17 Mar 2022) Log Message Delete Tools/jsc-cli in favor of the jsc target in _javascript_Core itself https://bugs.webkit.org/show_bug.cgi?id=238042 Rubber-stamped by Saam Barati. T

[webkit-changes] [291439] trunk/Source/WebGPU

2022-03-17 Thread mmaxfield
Title: [291439] trunk/Source/WebGPU Revision 291439 Author mmaxfi...@apple.com Date 2022-03-17 13:56:17 -0700 (Thu, 17 Mar 2022) Log Message [WebGPU] Fix 32-bit build https://bugs.webkit.org/show_bug.cgi?id=238046 Unreviewed. * WebGPU/Buffer.h: (WebGPU::Buffer::size const): * WebGPU/Buf

[webkit-changes] [291447] trunk/Source/WebGPU

2022-03-17 Thread mmaxfield
Title: [291447] trunk/Source/WebGPU Revision 291447 Author mmaxfi...@apple.com Date 2022-03-17 15:55:21 -0700 (Thu, 17 Mar 2022) Log Message [WebGPU] Fix the 32-bit build https://bugs.webkit.org/show_bug.cgi?id=238053 Unreviewed. * WebGPU/Buffer.mm: (WebGPU::Buffer::getMappedRange): (We

[webkit-changes] [291449] trunk/LayoutTests

2022-03-17 Thread mmaxfield
Title: [291449] trunk/LayoutTests Revision 291449 Author mmaxfi...@apple.com Date 2022-03-17 16:41:09 -0700 (Thu, 17 Mar 2022) Log Message Make fast/text/emoji-num-glyphs.html more robust https://bugs.webkit.org/show_bug.cgi?id=238055 Unreviewed. U+26F9 PERSON WITH BALL might have a no

[webkit-changes] [291450] trunk/LayoutTests

2022-03-17 Thread mmaxfield
Title: [291450] trunk/LayoutTests Revision 291450 Author mmaxfi...@apple.com Date 2022-03-17 16:48:44 -0700 (Thu, 17 Mar 2022) Log Message Make Emoji gender tests more robust https://bugs.webkit.org/show_bug.cgi?id=238057 Unreviewed. U+26F9 PERSON WITH BALL might have a non-emoji glyph

[webkit-changes] [291498] trunk/Source/WebGPU

2022-03-18 Thread mmaxfield
Title: [291498] trunk/Source/WebGPU Revision 291498 Author mmaxfi...@apple.com Date 2022-03-18 15:09:34 -0700 (Fri, 18 Mar 2022) Log Message [WebGPU] Add #pragma marks to strategic places https://bugs.webkit.org/show_bug.cgi?id=238065 Reviewed by Alexey Proskuryakov. They help a little

[webkit-changes] [291518] trunk

2022-03-18 Thread mmaxfield
Title: [291518] trunk Revision 291518 Author mmaxfi...@apple.com Date 2022-03-18 19:00:37 -0700 (Fri, 18 Mar 2022) Log Message [Cocoa] Teach WebKit how to serialize CGColors https://bugs.webkit.org/show_bug.cgi?id=238069 Reviewed by Dean Jackson and Tim Horton. Source/WebKit: We have

[webkit-changes] [291534] trunk/LayoutTests

2022-03-19 Thread mmaxfield
Title: [291534] trunk/LayoutTests Revision 291534 Author mmaxfi...@apple.com Date 2022-03-19 16:22:30 -0700 (Sat, 19 Mar 2022) Log Message Make fast/text/emoji-num-glyphs.html more robust https://bugs.webkit.org/show_bug.cgi?id=238120 Unreviewed test gardening. * fast/text/emoji-num-gl

[webkit-changes] [291571] trunk/Source/WebGPU

2022-03-21 Thread mmaxfield
Title: [291571] trunk/Source/WebGPU Revision 291571 Author mmaxfi...@apple.com Date 2022-03-21 11:58:31 -0700 (Mon, 21 Mar 2022) Log Message [WebGPU] Implement error reporting facilities https://bugs.webkit.org/show_bug.cgi?id=238131 Reviewed by Kimmo Kinnunen. This patch implements the

[webkit-changes] [291575] trunk/Tools

2022-03-21 Thread mmaxfield
Title: [291575] trunk/Tools Revision 291575 Author mmaxfi...@apple.com Date 2022-03-21 12:21:59 -0700 (Mon, 21 Mar 2022) Log Message [WebGPU] Add a build-webgpu script https://bugs.webkit.org/show_bug.cgi?id=238040 Reviewed by Saam Barati. This patch adds a build-webgpu script by sharin

[webkit-changes] [291578] trunk

2022-03-21 Thread mmaxfield
Title: [291578] trunk Revision 291578 Author mmaxfi...@apple.com Date 2022-03-21 13:44:52 -0700 (Mon, 21 Mar 2022) Log Message [WebGPU] Set the WebGPU WKPreference to true in layout tests https://bugs.webkit.org/show_bug.cgi?id=238130 Reviewed by Sam Weinig. Tools: WebGPU isn't ready y

[webkit-changes] [291593] trunk/Source/WebGPU

2022-03-21 Thread mmaxfield
Title: [291593] trunk/Source/WebGPU Revision 291593 Author mmaxfi...@apple.com Date 2022-03-21 18:19:00 -0700 (Mon, 21 Mar 2022) Log Message [WebGPU] maxAnisotropy > 16 is clamped, rather than illegal https://bugs.webkit.org/show_bug.cgi?id=238063 Reviewed by Kimmo Kinnunen. See https:/

[webkit-changes] [291607] trunk/Tools

2022-03-22 Thread mmaxfield
Title: [291607] trunk/Tools Revision 291607 Author mmaxfi...@apple.com Date 2022-03-22 01:14:55 -0700 (Tue, 22 Mar 2022) Log Message Squelch warning message from output of build-jsc https://bugs.webkit.org/show_bug.cgi?id=238177 Reviewed by Saam Barati. There was a "prototype mismatch"

[webkit-changes] [291685] trunk/Source/WebGPU

2022-03-22 Thread mmaxfield
Title: [291685] trunk/Source/WebGPU Revision 291685 Author mmaxfi...@apple.com Date 2022-03-22 11:54:16 -0700 (Tue, 22 Mar 2022) Log Message [WebGPU] Lifetime of CommandEncoder's internal MTLBlitCommandEncoder is not managed correctly https://bugs.webkit.org/show_bug.cgi?id=238167 Review

[webkit-changes] [291686] trunk/Source/WebGPU

2022-03-22 Thread mmaxfield
Title: [291686] trunk/Source/WebGPU Revision 291686 Author mmaxfi...@apple.com Date 2022-03-22 11:58:56 -0700 (Tue, 22 Mar 2022) Log Message [WebGPU] Implement GPUBufferDescriptor.mappedAtCreation https://bugs.webkit.org/show_bug.cgi?id=238190 Reviewed by Kimmo Kinnunen. On Macs, we can

[webkit-changes] [291687] trunk/Source/WebGPU

2022-03-22 Thread mmaxfield
Title: [291687] trunk/Source/WebGPU Revision 291687 Author mmaxfi...@apple.com Date 2022-03-22 12:04:20 -0700 (Tue, 22 Mar 2022) Log Message [WebGPU] Remove the double pointer indirection in front of all objects https://bugs.webkit.org/show_bug.cgi?id=238001 Reviewed by Kimmo Kinnunen.

[webkit-changes] [291688] trunk/Source/WebGPU

2022-03-22 Thread mmaxfield
Title: [291688] trunk/Source/WebGPU Revision 291688 Author mmaxfi...@apple.com Date 2022-03-22 12:45:56 -0700 (Tue, 22 Mar 2022) Log Message [WebGPU] Implement Queue::writeBuffer() https://bugs.webkit.org/show_bug.cgi?id=238194 Reviewed by Kimmo Kinnunen. The semantics of writeBuffer()

[webkit-changes] [291701] trunk/Source/WebGPU

2022-03-22 Thread mmaxfield
Title: [291701] trunk/Source/WebGPU Revision 291701 Author mmaxfi...@apple.com Date 2022-03-22 14:11:31 -0700 (Tue, 22 Mar 2022) Log Message [WebGPU] Allocating a buffer of size 0 crashes https://bugs.webkit.org/show_bug.cgi?id=238165 Reviewed by Kimmo Kinnunen. Metal requires buffer si

[webkit-changes] [291758] trunk/Source/WebGPU

2022-03-23 Thread mmaxfield
Title: [291758] trunk/Source/WebGPU Revision 291758 Author mmaxfi...@apple.com Date 2022-03-23 11:58:22 -0700 (Wed, 23 Mar 2022) Log Message [WebGPU] Clean up implementation of Device::createSampler() https://bugs.webkit.org/show_bug.cgi?id=238250 Reviewed by Darin Adler. Refactor repea

[webkit-changes] [291763] trunk/LayoutTests

2022-03-23 Thread mmaxfield
Title: [291763] trunk/LayoutTests Revision 291763 Author mmaxfi...@apple.com Date 2022-03-23 13:20:48 -0700 (Wed, 23 Mar 2022) Log Message Make fast/text/emoji-num-glyphs.html more robust https://bugs.webkit.org/show_bug.cgi?id=238283 Unreviewed test gardening. Remove the U+26F9 PERSON

[webkit-changes] [291773] trunk/Tools

2022-03-23 Thread mmaxfield
Title: [291773] trunk/Tools Revision 291773 Author mmaxfi...@apple.com Date 2022-03-23 17:03:19 -0700 (Wed, 23 Mar 2022) Log Message [Cocoa] Make IPCTestingAPI.CGColorInNSSecureCoding more robust https://bugs.webkit.org/show_bug.cgi?id=238300 Unreviewed test gardening. Round-tripping a

[webkit-changes] [291777] trunk

2022-03-23 Thread mmaxfield
Title: [291777] trunk Revision 291777 Author mmaxfi...@apple.com Date 2022-03-23 18:03:07 -0700 (Wed, 23 Mar 2022) Log Message [WebGPU] Implement Device::createTexture() according to the spec https://bugs.webkit.org/show_bug.cgi?id=238251 Reviewed by Darin Adler. Source/WebGPU: Simply

[webkit-changes] [291781] trunk/Source/WebGPU

2022-03-23 Thread mmaxfield
Title: [291781] trunk/Source/WebGPU Revision 291781 Author mmaxfi...@apple.com Date 2022-03-23 19:48:09 -0700 (Wed, 23 Mar 2022) Log Message [WebGPU] Fix the non-macOS build https://bugs.webkit.org/show_bug.cgi?id=238304 Unreviewed. Some texture formats are only available on macOS. * W

[webkit-changes] [291805] trunk/Source/WebGPU

2022-03-24 Thread mmaxfield
Title: [291805] trunk/Source/WebGPU Revision 291805 Author mmaxfi...@apple.com Date 2022-03-24 11:08:02 -0700 (Thu, 24 Mar 2022) Log Message [WebGPU] Fix the watchOS build https://bugs.webkit.org/show_bug.cgi?id=238337 Unreviewed. * WebGPU/Texture.mm: (WebGPU::Device::createTexture): M

[webkit-changes] [291846] trunk

2022-03-24 Thread mmaxfield
Title: [291846] trunk Revision 291846 Author mmaxfi...@apple.com Date 2022-03-24 21:08:00 -0700 (Thu, 24 Mar 2022) Log Message [Cocoa] REGRESSION(r281291): When accessibility bold is enabled, font-family:system-ui is supposed to be bold https://bugs.webkit.org/show_bug.cgi?id=237817 Rev

[webkit-changes] [291890] trunk/Source/WebGPU

2022-03-25 Thread mmaxfield
Title: [291890] trunk/Source/WebGPU Revision 291890 Author mmaxfi...@apple.com Date 2022-03-25 14:46:51 -0700 (Fri, 25 Mar 2022) Log Message [WebGPU] Remove default: from switch statements, in favor of exhaustively listing all cases https://bugs.webkit.org/show_bug.cgi?id=238305 Reviewed

[webkit-changes] [292072] trunk

2022-03-29 Thread mmaxfield
Title: [292072] trunk Revision 292072 Author mmaxfi...@apple.com Date 2022-03-29 14:49:38 -0700 (Tue, 29 Mar 2022) Log Message [Cocoa] Automatically relayout the page when new fonts are installed https://bugs.webkit.org/show_bug.cgi?id=238483 Reviewed by Chris Dumez. Source/WebCore: T

[webkit-changes] [292098] trunk/Source/WebGPU

2022-03-30 Thread mmaxfield
Title: [292098] trunk/Source/WebGPU Revision 292098 Author mmaxfi...@apple.com Date 2022-03-30 00:22:05 -0700 (Wed, 30 Mar 2022) Log Message [WebGPU] Refactor isDepthOrStencilFormat() for upcoming data transfer patches https://bugs.webkit.org/show_bug.cgi?id=238427 Reviewed by Kimmo Kinn

[webkit-changes] [292138] trunk

2022-03-30 Thread mmaxfield
Title: [292138] trunk Revision 292138 Author mmaxfi...@apple.com Date 2022-03-30 20:24:32 -0700 (Wed, 30 Mar 2022) Log Message [Cocoa] Link WebCore with WebGPU.framework 🎉 https://bugs.webkit.org/show_bug.cgi?id=236751 Reviewed by Dean Jackson. Source/WebCore: Apple's build system has

[webkit-changes] [292145] trunk/Source/WebGPU

2022-03-31 Thread mmaxfield
Title: [292145] trunk/Source/WebGPU Revision 292145 Author mmaxfi...@apple.com Date 2022-03-31 01:26:58 -0700 (Thu, 31 Mar 2022) Log Message [WebGPU] Implement Texture::createView() according to the spec https://bugs.webkit.org/show_bug.cgi?id=238311 This patch implements texture views,

[webkit-changes] [292147] trunk/Source/WebGPU

2022-03-31 Thread mmaxfield
Title: [292147] trunk/Source/WebGPU Revision 292147 Author mmaxfi...@apple.com Date 2022-03-31 01:42:32 -0700 (Thu, 31 Mar 2022) Log Message [WebGPU] Implement CommandEncoder::copyBufferToTexture() according to the spec https://bugs.webkit.org/show_bug.cgi?id=238428 Reviewed by Kimmo Kin

[webkit-changes] [292170] trunk/Websites/bugs.webkit.org

2022-03-31 Thread mmaxfield
Title: [292170] trunk/Websites/bugs.webkit.org Revision 292170 Author mmaxfi...@apple.com Date 2022-03-31 13:43:03 -0700 (Thu, 31 Mar 2022) Log Message [Bugzilla] Code reviews show non-ASCII characters in patches as garbage https://bugs.webkit.org/show_bug.cgi?id=238630 Reviewed by Aakas

[webkit-changes] [292199] trunk/Source/WebGPU

2022-03-31 Thread mmaxfield
Title: [292199] trunk/Source/WebGPU Revision 292199 Author mmaxfi...@apple.com Date 2022-03-31 21:48:09 -0700 (Thu, 31 Mar 2022) Log Message [WebGPU] Implement CommandEncoder::copyTextureToBuffer() according to the spec. https://bugs.webkit.org/show_bug.cgi?id=238430 Reviewed by Dean Jac

[webkit-changes] [292200] trunk/Source/WebGPU

2022-03-31 Thread mmaxfield
Title: [292200] trunk/Source/WebGPU Revision 292200 Author mmaxfi...@apple.com Date 2022-03-31 21:50:58 -0700 (Thu, 31 Mar 2022) Log Message [WebGPU] Implement CommandEncoder::copyTextureToTexture() according to the spec https://bugs.webkit.org/show_bug.cgi?id=238431 Reviewed by Dean Jac

[webkit-changes] [292201] trunk/Source/WebGPU

2022-03-31 Thread mmaxfield
Title: [292201] trunk/Source/WebGPU Revision 292201 Author mmaxfi...@apple.com Date 2022-03-31 22:00:52 -0700 (Thu, 31 Mar 2022) Log Message [WebGPU] Implement Queue::writeTexture() according to the spec https://bugs.webkit.org/show_bug.cgi?id=238432 Reviewed by Dean Jackson. This imple

[webkit-changes] [292202] trunk/Source/WebGPU

2022-03-31 Thread mmaxfield
Title: [292202] trunk/Source/WebGPU Revision 292202 Author mmaxfi...@apple.com Date 2022-03-31 22:04:44 -0700 (Thu, 31 Mar 2022) Log Message [WebGPU] 2 texture formats need to be guarded behind optional extensions https://bugs.webkit.org/show_bug.cgi?id=238433 Reviewed by Dean Jackson.

[webkit-changes] [292203] trunk/Source/WebGPU

2022-03-31 Thread mmaxfield
Title: [292203] trunk/Source/WebGPU Revision 292203 Author mmaxfi...@apple.com Date 2022-03-31 22:09:41 -0700 (Thu, 31 Mar 2022) Log Message [WebGPU] etc2-rgba8unorm and etc2-rgba8unorm-srgb are not handled https://bugs.webkit.org/show_bug.cgi?id=238435 Reviewed by Dean Jackson. They ma

<    1   2   3   4   5   6   7   8   9   10   >