[webkit-changes] [WebKit/WebKit] 809586: Crash in gamepads in WKWebView apps that also list...

2022-11-02 Thread beidson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 809586a6b81ed6b9f46cda1c990392e90182266a https://github.com/WebKit/WebKit/commit/809586a6b81ed6b9f46cda1c990392e90182266a Author: Brady Eidson Date: 2022-11-02 (Wed, 02 Nov 2022) Changed paths: M

[webkit-changes] [295650] trunk/Source/WebKit/UIProcess/mac/LegacySessionStateCoding.cpp

2022-06-17 Thread beidson
Title: [295650] trunk/Source/WebKit/UIProcess/mac/LegacySessionStateCoding.cpp Revision 295650 Author beid...@apple.com Date 2022-06-17 16:56:37 -0700 (Fri, 17 Jun 2022) Log Message pas_panic_on_out_of_memory_error decoding large session state data blobs

[webkit-changes] [293296] trunk

2022-04-23 Thread beidson
Title: [293296] trunk Revision 293296 Author beid...@apple.com Date 2022-04-23 15:26:57 -0700 (Sat, 23 Apr 2022) Log Message Add WKNotification and WKWebsiteDataStore SPI for handling click/close of persistent notifications https://bugs.webkit.org/show_bug.cgi Reviewed by Chris Dumez.

[webkit-changes] [291979] trunk

2022-03-28 Thread beidson
Title: [291979] trunk Revision 291979 Author beid...@apple.com Date 2022-03-28 11:14:19 -0700 (Mon, 28 Mar 2022) Log Message Support ServiceWorkerClients.openWindow. and https://bugs.webkit.org/show_bug.cgi?id=238400 Reviewed by Youenn Fablet. Source/WebCore: Test:

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

2022-03-03 Thread beidson
Title: [290818] trunk/Source/WebKit Revision 290818 Author beid...@apple.com Date 2022-03-03 22:58:01 -0800 (Thu, 03 Mar 2022) Log Message Add a new "Daemon -> Client" message type to webpushd https://bugs.webkit.org/show_bug.cgi?id=237391 Reviewed by Alex Christensen. Future work will

[webkit-changes] [290146] trunk

2022-02-18 Thread beidson
Title: [290146] trunk Revision 290146 Author beid...@apple.com Date 2022-02-18 11:01:21 -0800 (Fri, 18 Feb 2022) Log Message Add an InstallCoordination webpushd backend https://bugs.webkit.org/show_bug.cgi?id=233714 Reviewed by Alex Christensen. Source/WebCore/PAL: Expose

[webkit-changes] [289866] trunk

2022-02-15 Thread beidson
Title: [289866] trunk Revision 289866 Author beid...@apple.com Date 2022-02-15 17:25:22 -0800 (Tue, 15 Feb 2022) Log Message Implement ServiceWorkerRegistration.getNotifications(). https://bugs.webkit.org/show_bug.cgi?id=236545 Reviewed by Alex Christensen. Source/WebCore: Test:

[webkit-changes] [289153] trunk/Source

2022-02-05 Thread beidson
Title: [289153] trunk/Source Revision 289153 Author beid...@apple.com Date 2022-02-05 00:10:36 -0800 (Sat, 05 Feb 2022) Log Message Notification refactoring https://bugs.webkit.org/show_bug.cgi?id=236169 Reviewed by Alex Christensen. Source/WebCore: No new tests (No behavior change)

[webkit-changes] [288078] trunk

2022-01-16 Thread beidson
Title: [288078] trunk Revision 288078 Author beid...@apple.com Date 2022-01-16 19:35:16 -0800 (Sun, 16 Jan 2022) Log Message database names leak cross-origin within the same browser session https://bugs.webkit.org/show_bug.cgi?id=233548 Reviewed by Geoff Garen. Source/WebCore: Test:

[webkit-changes] [287412] trunk

2021-12-23 Thread beidson
Title: [287412] trunk Revision 287412 Author beid...@apple.com Date 2021-12-23 13:50:28 -0800 (Thu, 23 Dec 2021) Log Message Add WTF::UUID class which is natively a 128-bit integer https://bugs.webkit.org/show_bug.cgi?id=234571 Reviewed by Alex Christensen. Source/WebCore: No new

[webkit-changes] [287339] trunk

2021-12-21 Thread beidson
Title: [287339] trunk Revision 287339 Author beid...@apple.com Date 2021-12-21 18:31:40 -0800 (Tue, 21 Dec 2021) Log Message Make Notification identifiers be a UUID string instead of a uint64_t https://bugs.webkit.org/show_bug.cgi?id=234534 Reviewed by Alex Christensen. Source/WebCore:

[webkit-changes] [287253] trunk/Source

2021-12-19 Thread beidson
Title: [287253] trunk/Source Revision 287253 Author beid...@apple.com Date 2021-12-19 21:03:26 -0800 (Sun, 19 Dec 2021) Log Message Stub out NotificationEvent and related https://bugs.webkit.org/show_bug.cgi?id=234420 Reviewed by Alex Christensen. Source/WebCore: No new tests

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

2021-12-15 Thread beidson
Title: [287125] trunk/Source/WebKit Revision 287125 Author beid...@apple.com Date 2021-12-15 20:33:12 -0800 (Wed, 15 Dec 2021) Log Message Some webpushtool improvements. https://bugs.webkit.org/show_bug.cgi?id=234372 Reviewed by Alex Christensen. - Make the list of current connections

[webkit-changes] [287124] trunk/Source

2021-12-15 Thread beidson
Title: [287124] trunk/Source Revision 287124 Author beid...@apple.com Date 2021-12-15 19:46:06 -0800 (Wed, 15 Dec 2021) Log Message Add a "NotificationData" object to encompass local Notification-related parameters, instead of passing tons of them around everywhere.

[webkit-changes] [287009] trunk

2021-12-13 Thread beidson
Title: [287009] trunk Revision 287009 Author beid...@apple.com Date 2021-12-13 20:23:27 -0800 (Mon, 13 Dec 2021) Log Message Teach webpushtool to register and "host" the daemon. https://bugs.webkit.org/show_bug.cgi?id=234265 Reviewed by Tim Horton. Source/_javascript_Core: *

[webkit-changes] [286878] trunk/Source

2021-12-10 Thread beidson
Title: [286878] trunk/Source Revision 286878 Author beid...@apple.com Date 2021-12-10 14:19:03 -0800 (Fri, 10 Dec 2021) Log Message Teach webpushd to launch an app in response to an injected message. https://bugs.webkit.org/show_bug.cgi?id=234122 Reviewed by Alex Christensen.

[webkit-changes] [286788] trunk

2021-12-09 Thread beidson
Title: [286788] trunk Revision 286788 Author beid...@apple.com Date 2021-12-09 10:58:34 -0800 (Thu, 09 Dec 2021) Log Message Add ability to inject messages into webpushd https://bugs.webkit.org/show_bug.cgi?id=233988 Reviewed by Alex Christensen. Source/WebKit: Covered by API tests.

[webkit-changes] [286764] trunk

2021-12-08 Thread beidson
Title: [286764] trunk Revision 286764 Author beid...@apple.com Date 2021-12-08 22:37:26 -0800 (Wed, 08 Dec 2021) Log Message Add ability to inject messages into webpushd https://bugs.webkit.org/show_bug.cgi?id=233988 Reviewed by Alex Christensen. Source/WebKit: Covered by API tests.

[webkit-changes] [286579] trunk

2021-12-06 Thread beidson
Title: [286579] trunk Revision 286579 Author beid...@apple.com Date 2021-12-06 16:38:11 -0800 (Mon, 06 Dec 2021) Log Message webpushd/webpushtool debugging additions https://bugs.webkit.org/show_bug.cgi?id=233864 Reviewed by Alex Christensen. Source/WebKit: Covered by API tests. This

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

2021-12-06 Thread beidson
Title: [286564] trunk/Source/WebKit Revision 286564 Author beid...@apple.com Date 2021-12-06 13:06:11 -0800 (Mon, 06 Dec 2021) Log Message Put webpushd code in WebKit.framework. https://bugs.webkit.org/show_bug.cgi?id=233886 Reviewed by Alex Christensen. This fixes some

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

2021-12-04 Thread beidson
Title: [286533] trunk/Source/WebKit Revision 286533 Author beid...@apple.com Date 2021-12-04 08:08:56 -0800 (Sat, 04 Dec 2021) Log Message Add command line `webpushtool` for daemon development and debugging. https://bugs.webkit.org/show_bug.cgi?id=233845 Reviewed by Tim Horton. No

[webkit-changes] [286440] trunk/Tools

2021-12-02 Thread beidson
Title: [286440] trunk/Tools Revision 286440 Author beid...@apple.com Date 2021-12-02 11:39:41 -0800 (Thu, 02 Dec 2021) Log Message REGRESSION: r286075 [ Big Sur x86] 2 TestWebKitAPI.WebPushD (API-Tests) are constant failures https://bugs.webkit.org/show_bug.cgi?id=233726 Unreviewed

[webkit-changes] [286420] trunk/Source

2021-12-02 Thread beidson
Title: [286420] trunk/Source Revision 286420 Author beid...@apple.com Date 2021-12-02 01:02:26 -0800 (Thu, 02 Dec 2021) Log Message AVDelegatingPlaybackCoordinator error compiling on macOS 11 https://bugs.webkit.org/show_bug.cgi?id=232454 Reviewed by Tim Horton. Source/WebCore/PAL: *

[webkit-changes] [286355] trunk

2021-12-01 Thread beidson
Title: [286355] trunk Revision 286355 Author beid...@apple.com Date 2021-12-01 01:07:47 -0800 (Wed, 01 Dec 2021) Log Message Add WKWebsiteDataStore configuration option to enable Mock app bundle testing. https://bugs.webkit.org/show_bug.cgi?id=233679 Reviewed by Tim Horton.

[webkit-changes] [286273] trunk

2021-11-29 Thread beidson
Title: [286273] trunk Revision 286273 Author beid...@apple.com Date 2021-11-29 16:20:57 -0800 (Mon, 29 Nov 2021) Log Message Make webpushd "fake registration for testing" much more complicated by adding a "mock app bundle" install https://bugs.webkit.org/show_bug.cgi?id=233454 Reviewed

[webkit-changes] [286075] trunk

2021-11-19 Thread beidson
Title: [286075] trunk Revision 286075 Author beid...@apple.com Date 2021-11-19 13:43:17 -0800 (Fri, 19 Nov 2021) Log Message More webpushd architecture work https://bugs.webkit.org/show_bug.cgi?id=233295 Reviewed by Alex Christensen. Source/WebKit: Covered by API tests. This patch: -

[webkit-changes] [285870] trunk/Tools

2021-11-16 Thread beidson
Title: [285870] trunk/Tools Revision 285870 Author beid...@apple.com Date 2021-11-16 09:39:10 -0800 (Tue, 16 Nov 2021) Log Message Enable webpushd tests in the iOS simulator. https://bugs.webkit.org/show_bug.cgi?id=233149 Reviewed by Alex Christensen. *

[webkit-changes] [285799] trunk

2021-11-14 Thread beidson
Title: [285799] trunk Revision 285799 Author beid...@apple.com Date 2021-11-14 23:17:34 -0800 (Sun, 14 Nov 2021) Log Message Get daemon API ready to work in the iOS simulator (starting with WebPushD) https://bugs.webkit.org/show_bug.cgi?id=232982 Reviewed by Geoff Garen. Source/WebKit:

[webkit-changes] [285207] trunk/Tools

2021-11-03 Thread beidson
Title: [285207] trunk/Tools Revision 285207 Author beid...@apple.com Date 2021-11-03 09:14:05 -0700 (Wed, 03 Nov 2021) Log Message Fix iOS API tests after r285199 https://bugs.webkit.org/show_bug.cgi?id=232649 Unreviewed. * TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:

[webkit-changes] [285199] trunk/Source

2021-11-03 Thread beidson
Title: [285199] trunk/Source Revision 285199 Author beid...@apple.com Date 2021-11-02 23:53:13 -0700 (Tue, 02 Nov 2021) Log Message Notifications on iOS enabled at compile-time, disabled at runtime https://bugs.webkit.org/show_bug.cgi?id=232649 Reviewed by Tim Horton. Source/WebCore:

[webkit-changes] [285148] trunk/Source/WebKitLegacy/mac

2021-11-01 Thread beidson
Title: [285148] trunk/Source/WebKitLegacy/mac Revision 285148 Author beid...@apple.com Date 2021-11-01 18:06:14 -0700 (Mon, 01 Nov 2021) Log Message Make WebChromeClient's m_webView pointer weak. https://bugs.webkit.org/show_bug.cgi?id=232588 Reviewed by David Kilzer. *

[webkit-changes] [285121] trunk

2021-11-01 Thread beidson
Title: [285121] trunk Revision 285121 Author beid...@apple.com Date 2021-11-01 12:31:45 -0700 (Mon, 01 Nov 2021) Log Message webpushd: Add mock in-memory registration, and the WKWebsiteDataStore SPI to manage them https://bugs.webkit.org/show_bug.cgi?id=232539 Reviewed by Alex

[webkit-changes] [284887] trunk

2021-10-26 Thread beidson
Title: [284887] trunk Revision 284887 Author beid...@apple.com Date 2021-10-26 12:34:30 -0700 (Tue, 26 Oct 2021) Log Message Add helper classes and messaging infrastructure to launch webpushd and round trip a message to it https://bugs.webkit.org/show_bug.cgi?id=232262 Reviewed by Alex

[webkit-changes] [284591] trunk

2021-10-21 Thread beidson
Title: [284591] trunk Revision 284591 Author beid...@apple.com Date 2021-10-20 23:51:48 -0700 (Wed, 20 Oct 2021) Log Message WebKit Managed Notifications: Skeleton NotificationProvider https://bugs.webkit.org/show_bug.cgi?id=231786 Reviewed by Alex Christensen. Source/WebCore: *

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

2021-10-20 Thread beidson
Title: [284564] trunk/Source/WebKit Revision 284564 Author beid...@apple.com Date 2021-10-20 13:32:37 -0700 (Wed, 20 Oct 2021) Log Message Factor out some Notifications-specific messages from WebPageProxy messages https://bugs.webkit.org/show_bug.cgi?id=232021 Reviewed by Alex

[webkit-changes] [284240] trunk/Source

2021-10-15 Thread beidson
Title: [284240] trunk/Source Revision 284240 Author beid...@apple.com Date 2021-10-15 02:26:08 -0700 (Fri, 15 Oct 2021) Log Message WebKit Managed Notifications: Skeleton NotificationProvider. and https://bugs.webkit.org/show_bug.cgi?id=231786 Reviewed by Alex Christensen.

[webkit-changes] [282881] trunk

2021-09-22 Thread beidson
Title: [282881] trunk Revision 282881 Author beid...@apple.com Date 2021-09-22 10:58:45 -0700 (Wed, 22 Sep 2021) Log Message Disable FTP. and https://bugs.webkit.org/show_bug.cgi?id=230477 Reviewed by Geoff Garen. Source/WebKit: Covered by new API tests. *

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

2021-07-22 Thread beidson
Title: [280202] trunk/Source/WebKit Revision 280202 Author beid...@apple.com Date 2021-07-22 15:45:52 -0700 (Thu, 22 Jul 2021) Log Message Revert part of r279089 that was done a little bit too early. and https://bugs.webkit.org/show_bug.cgi?id=228174 Reviewed by Chris Dumez. *

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

2021-07-16 Thread beidson
Title: [280005] trunk/Source/WebCore Revision 280005 Author beid...@apple.com Date 2021-07-16 15:59:36 -0700 (Fri, 16 Jul 2021) Log Message FetchBodySource/FetchBodyOwner cleanup and https://bugs.webkit.org/show_bug.cgi?id=228035 Reviewed by Geoffrey Garen. FetchBodyOwner should have

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

2021-07-15 Thread beidson
Title: [279960] trunk/Source/WebCore Revision 279960 Author beid...@apple.com Date 2021-07-15 13:40:06 -0700 (Thu, 15 Jul 2021) Log Message Use WeakPtr with UniqueIDBDatabaseConnection and https://bugs.webkit.org/show_bug.cgi?id=227969 Reviewed by Geoff Garen. No new tests possible.

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

2021-07-15 Thread beidson
Title: [279956] trunk/Source/WebCore Revision 279956 Author beid...@apple.com Date 2021-07-15 13:12:14 -0700 (Thu, 15 Jul 2021) Log Message MemoryIDBBackingStore cleanup. and https://bugs.webkit.org/show_bug.cgi?id=227993 Reviewed by Geoffrey Garen. *

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

2021-07-02 Thread beidson
Title: [279509] trunk/Source/WebKit Revision 279509 Author beid...@apple.com Date 2021-07-02 10:57:12 -0700 (Fri, 02 Jul 2021) Log Message WebPageProxy::setAppHighlightsVisibility might send message from a background thread, ASSERTing and https://bugs.webkit.org/show_bug.cgi?id=227607

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

2021-07-01 Thread beidson
Title: [279480] trunk/Source/WebCore Revision 279480 Author beid...@apple.com Date 2021-07-01 13:22:16 -0700 (Thu, 01 Jul 2021) Log Message HIDGamepadProvider adds an extra 50ms to all inputs and https://bugs.webkit.org/show_bug.cgi?id=217742 Reviewed by Alex Christensen. No new

[webkit-changes] [278498] trunk

2021-06-04 Thread beidson
Title: [278498] trunk Revision 278498 Author beid...@apple.com Date 2021-06-04 14:21:48 -0700 (Fri, 04 Jun 2021) Log Message Enforce a quota in window.sessionStorage rdar://78507096 and https://bugs.webkit.org/show_bug.cgi?id=226337 Reviewed by Chris Dumez. Source/WebCore: Covered by

[webkit-changes] [276037] trunk

2021-04-15 Thread beidson
Title: [276037] trunk Revision 276037 Author beid...@apple.com Date 2021-04-15 11:50:06 -0700 (Thu, 15 Apr 2021) Log Message Move WKURLSchemeTask redirect API to SPI https://bugs.webkit.org/show_bug.cgi?id=224581 Reviewed by Alex Christensen. Source/WebKit: Need to work out some

[webkit-changes] [275447] trunk

2021-04-02 Thread beidson
Title: [275447] trunk Revision 275447 Author beid...@apple.com Date 2021-04-02 15:39:22 -0700 (Fri, 02 Apr 2021) Log Message Add WKURLSchemeTask redirect API. https://bugs.webkit.org/show_bug.cgi?id=224119 Reviewed by Alex Christensen. Source/WebKit: Covered by new API tests. Instead

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

2021-03-26 Thread beidson
Title: [275116] trunk/Source/WebKit Revision 275116 Author beid...@apple.com Date 2021-03-26 15:05:35 -0700 (Fri, 26 Mar 2021) Log Message Refactor NetworkSessionCocoa to prepare for per-WebPageProxy sessions https://bugs.webkit.org/show_bug.cgi?id=223776 Reviewed by Alex Christensen.

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

2021-02-16 Thread beidson
Title: [272972] trunk/Source/WebKit Revision 272972 Author beid...@apple.com Date 2021-02-16 18:31:30 -0800 (Tue, 16 Feb 2021) Log Message REGRESSION (r271493 ) Crash in +[NSAttributedString(WKPrivate) _loadFromHTMLWithOptions:contentLoader:completionHandler:] on background thread and

[webkit-changes] [272550] trunk/Source

2021-02-08 Thread beidson
Title: [272550] trunk/Source Revision 272550 Author beid...@apple.com Date 2021-02-08 14:55:33 -0800 (Mon, 08 Feb 2021) Log Message Make the UserContentController for ServiceWorker pages be non-optional. and https://bugs.webkit.org/show_bug.cgi?id=221503 Reviewed by Alex Christensen.

[webkit-changes] [271342] trunk/LayoutTests

2021-01-08 Thread beidson
Title: [271342] trunk/LayoutTests Revision 271342 Author beid...@apple.com Date 2021-01-08 19:40:33 -0800 (Fri, 08 Jan 2021) Log Message Removing broken test from r271337 until I can fix it. https://bugs.webkit.org/show_bug.cgi?id=220486 Unreviewed test gardening. *

[webkit-changes] [271337] trunk

2021-01-08 Thread beidson
Title: [271337] trunk Revision 271337 Author beid...@apple.com Date 2021-01-08 17:49:38 -0800 (Fri, 08 Jan 2021) Log Message BlobLoader lifetime cleanup. and https://bugs.webkit.org/show_bug.cgi?id=220486 Reviewed by Chris Dumez. Source/WebCore: Test:

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

2020-12-18 Thread beidson
Title: [270998] trunk/Source/WebKit Revision 270998 Author beid...@apple.com Date 2020-12-18 17:02:47 -0800 (Fri, 18 Dec 2020) Log Message Fix some issues with PDFs as . https://bugs.webkit.org/show_bug.cgi?id=220024 Reviewed by Tim Horton. No new tests (Unable to write automated

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

2020-10-05 Thread beidson
Title: [268019] trunk/Source/WebKit Revision 268019 Author beid...@apple.com Date 2020-10-05 17:15:52 -0700 (Mon, 05 Oct 2020) Log Message Change a PDF RELEASE_ASSERT to an early return. rdar://problem/69805240 and https://bugs.webkit.org/show_bug.cgi?id=217346 Reviewed by Tim Horton.

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

2020-09-22 Thread beidson
Title: [267412] trunk/Source/WebKit Revision 267412 Author beid...@apple.com Date 2020-09-22 09:22:33 -0700 (Tue, 22 Sep 2020) Log Message Crashtracer inside PDFPlugin::createScrollbar. and https://bugs.webkit.org/show_bug.cgi?id=216810 Reviewed by Tim Horton. To quote Tim from

[webkit-changes] [266798] trunk

2020-09-09 Thread beidson
Title: [266798] trunk Revision 266798 Author beid...@apple.com Date 2020-09-09 12:56:58 -0700 (Wed, 09 Sep 2020) Log Message Make sure WKWebsiteDataStore operations reuse existing process pools even when all WKWebViews have closed. and https://bugs.webkit.org/show_bug.cgi?id=216317

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

2020-09-08 Thread beidson
Title: [266756] trunk/Source/WebKit Revision 266756 Author beid...@apple.com Date 2020-09-08 15:58:11 -0700 (Tue, 08 Sep 2020) Log Message Crashtracer inside PDFPlugin::createScrollbar. and https://bugs.webkit.org/show_bug.cgi?id=216286 Reviewed by Tim Horton. To quote Tim from

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

2020-09-01 Thread beidson
Title: [266405] trunk/Source/WebCore Revision 266405 Author beid...@apple.com Date 2020-09-01 11:19:36 -0700 (Tue, 01 Sep 2020) Log Message Crashtracer in SubresourceLoader::didCancel. and https://bugs.webkit.org/show_bug.cgi?id=216020 Reviewed by Alex Christensen. No new tests

[webkit-changes] [266148] trunk

2020-08-25 Thread beidson
Title: [266148] trunk Revision 266148 Author beid...@apple.com Date 2020-08-25 15:08:51 -0700 (Tue, 25 Aug 2020) Log Message Font loads quickly followed by navigations may fail indefinitely and https://bugs.webkit.org/show_bug.cgi?id=215435 Reviewed by Myles C. Maxfield.

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

2020-08-24 Thread beidson
Title: [266099] trunk/Source/WebKit Revision 266099 Author beid...@apple.com Date 2020-08-24 19:44:39 -0700 (Mon, 24 Aug 2020) Log Message CrashTracer: com.apple.WebKit.WebContent at com.apple.WebKit: WebKit::PDFPlugin::createScrollbar and https://bugs.webkit.org/show_bug.cgi?id=215787

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

2020-08-19 Thread beidson
Title: [265933] trunk/Source/WebKit Revision 265933 Author beid...@apple.com Date 2020-08-19 22:00:42 -0700 (Wed, 19 Aug 2020) Log Message Improperly linearized PDFs show up as blank gray on Big Sur. rdar://problem/67117968 and https://bugs.webkit.org/show_bug.cgi?id=215683 Reviewed by

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

2020-08-14 Thread beidson
Title: [265723] trunk/Source/WebCore Revision 265723 Author beid...@apple.com Date 2020-08-14 17:35:42 -0700 (Fri, 14 Aug 2020) Log Message Crash inside FrameLoader::defaultRequestCachingPolicy (null DocumentLoader) and https://bugs.webkit.org/show_bug.cgi?id=215527 Reviewed by Darin

[webkit-changes] [265703] trunk/Tools

2020-08-14 Thread beidson
Title: [265703] trunk/Tools Revision 265703 Author beid...@apple.com Date 2020-08-14 13:47:41 -0700 (Fri, 14 Aug 2020) Log Message Gamepad.GCFVersusHID fails on Big Sur. and https://bugs.webkit.org/show_bug.cgi?id=215520 Reviewed by Tim Horton. *

[webkit-changes] [265644] trunk

2020-08-13 Thread beidson
Title: [265644] trunk Revision 265644 Author beid...@apple.com Date 2020-08-13 22:01:49 -0700 (Thu, 13 Aug 2020) Log Message (WK2 only) gamepad mapping stops being reported as “standard” in new tabs. rdar://problem/66946505 and https://bugs.webkit.org/show_bug.cgi?id=215486 Reviewed by

[webkit-changes] [265525] trunk

2020-08-11 Thread beidson
Title: [265525] trunk Revision 265525 Author beid...@apple.com Date 2020-08-11 15:20:16 -0700 (Tue, 11 Aug 2020) Log Message Add a "use stored credentials" setting to WKWebView. and https://bugs.webkit.org/show_bug.cgi?id=215388 Reviewed by Geoff Garen. Source/WebCore: Covered by

[webkit-changes] [265310] trunk/Tools

2020-08-05 Thread beidson
Title: [265310] trunk/Tools Revision 265310 Author beid...@apple.com Date 2020-08-05 16:19:59 -0700 (Wed, 05 Aug 2020) Log Message Add a createWebArchiveData from a custom scheme API test https://bugs.webkit.org/show_bug.cgi?id=215187 Reviewed by Tim Horton. *

[webkit-changes] [265183] trunk

2020-08-01 Thread beidson
Title: [265183] trunk Revision 265183 Author beid...@apple.com Date 2020-08-01 19:53:25 -0700 (Sat, 01 Aug 2020) Log Message Special HID mapping for the Logitech F310/F710 controllers. https://bugs.webkit.org/show_bug.cgi?id=215050 Reviewed by Tim Horton. Source/WebCore: Covered by

[webkit-changes] [265180] trunk

2020-08-01 Thread beidson
Title: [265180] trunk Revision 265180 Author beid...@apple.com Date 2020-08-01 15:55:47 -0700 (Sat, 01 Aug 2020) Log Message Special HID mapping for the Google Stadia controller https://bugs.webkit.org/show_bug.cgi?id=215061 Reviewed by Tim Horton. Source/WebCore: New API test

[webkit-changes] [265160] trunk

2020-07-31 Thread beidson
Title: [265160] trunk Revision 265160 Author beid...@apple.com Date 2020-07-31 15:14:04 -0700 (Fri, 31 Jul 2020) Log Message Log a warning to the dev console when gamepads are accessed from an insecure context. https://bugs.webkit.org/show_bug.cgi?id=214995 Reviewed by Tim Horton.

[webkit-changes] [265156] trunk

2020-07-31 Thread beidson
Title: [265156] trunk Revision 265156 Author beid...@apple.com Date 2020-07-31 12:50:33 -0700 (Fri, 31 Jul 2020) Log Message Special HID mapping for the Dualshock 3 controller and https://bugs.webkit.org/show_bug.cgi?id=214911 Reviewed by Tim Horton. Source/WebCore: Covered by API

[webkit-changes] [265079] trunk

2020-07-30 Thread beidson
Title: [265079] trunk Revision 265079 Author beid...@apple.com Date 2020-07-30 00:21:44 -0700 (Thu, 30 Jul 2020) Log Message Refactor HID gamepad code to be much less fragile and much easier to hack on. https://bugs.webkit.org/show_bug.cgi?id=214910 Reviewed by Darin Adler.

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

2020-07-24 Thread beidson
Title: [264888] trunk/Source/WebCore/PAL Revision 264888 Author beid...@apple.com Date 2020-07-24 22:58:39 -0700 (Fri, 24 Jul 2020) Log Message Declare two more things to fix the build after r264874 * pal/spi/mac/IOKitSPIMac.h: Modified Paths trunk/Source/WebCore/PAL/ChangeLog

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

2020-07-24 Thread beidson
Title: [264887] trunk/Source/WebCore Revision 264887 Author beid...@apple.com Date 2020-07-24 22:42:51 -0700 (Fri, 24 Jul 2020) Log Message Throw another one on the pile take 2. * platform/gamepad/cocoa/GameControllerGamepadProvider.mm:

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

2020-07-24 Thread beidson
Title: [264886] trunk/Source/WebCore Revision 264886 Author beid...@apple.com Date 2020-07-24 22:29:18 -0700 (Fri, 24 Jul 2020) Log Message Throw another one on the pile. * platform/gamepad/cocoa/GameControllerGamepadProvider.mm: (Actually include the SPI header) Modified Paths

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

2020-07-24 Thread beidson
Title: [264885] trunk/Source/WebCore Revision 264885 Author beid...@apple.com Date 2020-07-24 22:22:30 -0700 (Fri, 24 Jul 2020) Log Message Maybe the last build fix after r264874 Source/WebCore: * platform/gamepad/cocoa/GameControllerGamepadProvider.mm: Source/WebCore/PAL: *

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

2020-07-24 Thread beidson
Title: [264884] trunk/Source/WebCore Revision 264884 Author beid...@apple.com Date 2020-07-24 21:54:37 -0700 (Fri, 24 Jul 2020) Log Message Yet another (bizarre?) attempted build fix after r264874 * platform/gamepad/cocoa/GameControllerGamepadProvider.mm:

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

2020-07-24 Thread beidson
Title: [264883] trunk/Source/WebCore Revision 264883 Author beid...@apple.com Date 2020-07-24 21:37:43 -0700 (Fri, 24 Jul 2020) Log Message Another (bizarre?) attempted build fix after r264874 * platform/gamepad/cocoa/GameControllerGamepadProvider.mm:

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

2020-07-24 Thread beidson
Title: [264881] trunk/Source/WebCore Revision 264881 Author beid...@apple.com Date 2020-07-24 20:21:38 -0700 (Fri, 24 Jul 2020) Log Message Build fix after r264874 Remove all nullability specifiers because just having one goes viral. * platform/gamepad/cocoa/GameControllerSPI.h:

[webkit-changes] [264874] trunk

2020-07-24 Thread beidson
Title: [264874] trunk Revision 264874 Author beid...@apple.com Date 2020-07-24 18:28:03 -0700 (Fri, 24 Jul 2020) Log Message Hard code some MFi controller devices instead of dynamically managing HID vs GameController.framework. rdar://problem/65961406 and

[webkit-changes] [264769] trunk

2020-07-23 Thread beidson
Title: [264769] trunk Revision 264769 Author beid...@apple.com Date 2020-07-23 09:36:15 -0700 (Thu, 23 Jul 2020) Log Message Add Gamepad tests that exercise the native frameworks and https://bugs.webkit.org/show_bug.cgi?id=214188 Reviewed by Tim Horton. Source/WebCore: *

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

2020-07-16 Thread beidson
Title: [264475] trunk/Source/WebCore Revision 264475 Author beid...@apple.com Date 2020-07-16 13:33:57 -0700 (Thu, 16 Jul 2020) Log Message Remove (entirely unused) hat switch dpad support in HIDGamepad. https://bugs.webkit.org/show_bug.cgi?id=214419 Reviewed by Andy Estes. Turns out

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

2020-07-15 Thread beidson
Title: [264405] trunk/Source/WebKit Revision 264405 Author beid...@apple.com Date 2020-07-15 10:59:38 -0700 (Wed, 15 Jul 2020) Log Message Update a WKPreferences API comment. https://bugs.webkit.org/show_bug.cgi?id=214360 Rubberstamped by Tim Horton *

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

2020-07-15 Thread beidson
Title: [264402] trunk/Source/WebCore/PAL Revision 264402 Author beid...@apple.com Date 2020-07-15 10:09:25 -0700 (Wed, 15 Jul 2020) Log Message Fix some build configurations after r264389 https://bugs.webkit.org/show_bug.cgi?id=214245 Unreviewed. * pal/spi/mac/IOKitSPIMac.h: Forward

[webkit-changes] [264389] trunk/Source

2020-07-15 Thread beidson
Title: [264389] trunk/Source Revision 264389 Author beid...@apple.com Date 2020-07-15 01:00:13 -0700 (Wed, 15 Jul 2020) Log Message Resolve race between IOHIDManager and GameController framework. and https://bugs.webkit.org/show_bug.cgi?id=214245 Reviewed by Tim Horton.

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

2020-07-10 Thread beidson
Title: [264258] trunk/Source/WebCore Revision 264258 Author beid...@apple.com Date 2020-07-10 20:44:28 -0700 (Fri, 10 Jul 2020) Log Message Cleanup GameController framework button binding with some constants https://bugs.webkit.org/show_bug.cgi?id=214210 Reviewed by Darin Adler. No new

[webkit-changes] [264246] trunk/Source

2020-07-10 Thread beidson
Title: [264246] trunk/Source Revision 264246 Author beid...@apple.com Date 2020-07-10 16:34:44 -0700 (Fri, 10 Jul 2020) Log Message GameController.framework gamepads should support Home buttons. and https://bugs.webkit.org/show_bug.cgi?id=212933 Reviewed by Tim Horton. Source/WebCore:

[webkit-changes] [264232] trunk/Source

2020-07-10 Thread beidson
Title: [264232] trunk/Source Revision 264232 Author beid...@apple.com Date 2020-07-10 11:51:39 -0700 (Fri, 10 Jul 2020) Log Message Limit MultiGamepadProvider to Catalina and Big Sur. https://bugs.webkit.org/show_bug.cgi?id=214190 Unreviewed build fix. Source/WebCore: *

[webkit-changes] [264207] trunk/Source

2020-07-09 Thread beidson
Title: [264207] trunk/Source Revision 264207 Author beid...@apple.com Date 2020-07-09 18:27:58 -0700 (Thu, 09 Jul 2020) Log Message Multiplex the HID and GameController gamepad providers on Mac. and https://bugs.webkit.org/show_bug.cgi?id=214126 Reviewed by Tim Horton. Source/WebCore:

[webkit-changes] [264143] trunk/Source

2020-07-08 Thread beidson
Title: [264143] trunk/Source Revision 264143 Author beid...@apple.com Date 2020-07-08 18:20:16 -0700 (Wed, 08 Jul 2020) Log Message Aggressively prime GameController.framework gamepad provider. https://bugs.webkit.org/show_bug.cgi?id=214094 Reviewed by Darin Adler. Source/WebCore:

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

2020-07-07 Thread beidson
Title: [264019] trunk/Source/WebKit Revision 264019 Author beid...@apple.com Date 2020-07-07 09:23:54 -0700 (Tue, 07 Jul 2020) Log Message Forward declare WKContentWorld in WKUserScript.h and https://bugs.webkit.org/show_bug.cgi?id=214046 Unreviewed. *

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

2020-07-07 Thread beidson
Title: [264018] trunk/Source/WebKit Revision 264018 Author beid...@apple.com Date 2020-07-07 08:20:09 -0700 (Tue, 07 Jul 2020) Log Message Fix CrashTracer reported in PDFPlugin::ByteRangeRequest::maybeComplete. and https://bugs.webkit.org/show_bug.cgi?id=214026 Reviewed by Tim Horton.

[webkit-changes] [264004] trunk/Source

2020-07-06 Thread beidson
Title: [264004] trunk/Source Revision 264004 Author beid...@apple.com Date 2020-07-06 18:34:49 -0700 (Mon, 06 Jul 2020) Log Message Get rid of concept of "initial connected gamepads" https://bugs.webkit.org/show_bug.cgi?id=214010 Reviewed by Tim Horton. Source/WebCore: No new tests

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

2020-07-02 Thread beidson
Title: [263878] trunk/Source/WebCore Revision 263878 Author beid...@apple.com Date 2020-07-02 18:05:35 -0700 (Thu, 02 Jul 2020) Log Message GameController.framework soft linking refactoring https://bugs.webkit.org/show_bug.cgi?id=213909 Reviewed by Tim Horton. No new tests (No behavior

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

2020-06-30 Thread beidson
Title: [263781] trunk/Source/WebKit Revision 263781 Author beid...@apple.com Date 2020-06-30 18:08:40 -0700 (Tue, 30 Jun 2020) Log Message Fix Swift overlay build after r263727. and https://bugs.webkit.org/show_bug.cgi?id=213823 Reviewed by Darin Adler. No new tests (No behavior

[webkit-changes] [263774] trunk

2020-06-30 Thread beidson
Title: [263774] trunk Revision 263774 Author beid...@apple.com Date 2020-06-30 15:21:34 -0700 (Tue, 30 Jun 2020) Log Message App-bound _javascript_ and Navigation failures should have specific error codes. and https://bugs.webkit.org/show_bug.cgi?id=213808 Reviewed by Tim Hatcher.

[webkit-changes] [263727] trunk

2020-06-29 Thread beidson
Title: [263727] trunk Revision 263727 Author beid...@apple.com Date 2020-06-29 22:43:19 -0700 (Mon, 29 Jun 2020) Log Message _javascript_ cannot be injected into iframes and https://bugs.webkit.org/show_bug.cgi?id=213556 Reviewed by Geoff Garen. Source/WebCore: Covered by API tests.

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

2020-06-10 Thread beidson
Title: [262864] trunk/Source/WebKit Revision 262864 Author beid...@apple.com Date 2020-06-10 15:23:35 -0700 (Wed, 10 Jun 2020) Log Message Crash growing a CFData with incremental PDF loading. and https://bugs.webkit.org/show_bug.cgi?id=213035 Reviewed by Alex Christensen. No test - No

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

2020-05-14 Thread beidson
Title: [261698] trunk/Source/WebKit Revision 261698 Author beid...@apple.com Date 2020-05-14 11:02:13 -0700 (Thu, 14 May 2020) Log Message Crash in PDFPlugin::ensureDataBufferLength and https://bugs.webkit.org/show_bug.cgi?id=211818 Reviewed by Tim Horton. There's some currently

[webkit-changes] [260350] trunk

2020-04-19 Thread beidson
Title: [260350] trunk Revision 260350 Author beid...@apple.com Date 2020-04-19 22:55:13 -0700 (Sun, 19 Apr 2020) Log Message Add WKScriptMessageHandler API that asynchronously responds with a promise. rdar://problem/57243492 and https://bugs.webkit.org/show_bug.cgi?id=206398 Reviewed by

[webkit-changes] [260330] trunk

2020-04-18 Thread beidson
Title: [260330] trunk Revision 260330 Author beid...@apple.com Date 2020-04-18 19:08:52 -0700 (Sat, 18 Apr 2020) Log Message Fix WebUserContentControllerProxy vs ContentWorld lifetime https://bugs.webkit.org/show_bug.cgi?id=210700 Reviewed by Alex Christensen. Source/WebKit: Covered

[webkit-changes] [260295] trunk

2020-04-17 Thread beidson
Title: [260295] trunk Revision 260295 Author beid...@apple.com Date 2020-04-17 15:55:10 -0700 (Fri, 17 Apr 2020) Log Message Pass sandbox extensions for back/forward list navigations after the policy is decided at process-swap time. and https://bugs.webkit.org/show_bug.cgi?id=210623

  1   2   3   4   5   6   7   8   9   10   >