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

2016-11-30 Thread beidson
Title: [209157] trunk/Source/WebCore Revision 209157 Author beid...@apple.com Date 2016-11-30 14:59:28 -0800 (Wed, 30 Nov 2016) Log Message IndexedDB 2.0: Send operations off to the server in batches instead of one at a time. https://bugs.webkit.org/show_bug.cgi?id=165221 Reviewed by Myl

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

2016-11-30 Thread beidson
Title: [209144] trunk/Source/WebCore Revision 209144 Author beid...@apple.com Date 2016-11-30 11:59:01 -0800 (Wed, 30 Nov 2016) Log Message IndexedDB 2.0: Cache and reuse SQLiteStatements in the SQLite backend. https://bugs.webkit.org/show_bug.cgi?id=164974 Reviewed by Alex Christensen.

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

2016-11-30 Thread beidson
Title: [209132] trunk/Source/WebCore Revision 209132 Author beid...@apple.com Date 2016-11-30 09:38:00 -0800 (Wed, 30 Nov 2016) Log Message REGRESSION (209086): IDB tests crash under GuardMalloc. https://bugs.webkit.org/show_bug.cgi?id=165201 Reviewed by Chris Dumez. No new tests (Cover

[webkit-changes] [209114] trunk/LayoutTests

2016-11-29 Thread beidson
Title: [209114] trunk/LayoutTests Revision 209114 Author beid...@apple.com Date 2016-11-29 19:50:41 -0800 (Tue, 29 Nov 2016) Log Message REGRESSION (r209104): storage/indexeddb/modern/gc-closes-database(-private).html timeout. https://bugs.webkit.org/show_bug.cgi?id=165186 Unreviewed gar

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

2016-11-29 Thread beidson
Title: [209104] trunk/Source/WebCore Revision 209104 Author beid...@apple.com Date 2016-11-29 17:16:18 -0800 (Tue, 29 Nov 2016) Log Message Followup to: IndexedDB 2.0: Cache and reuse SQLiteStatements in the SQLite backend. https://bugs.webkit.org/show_bug.cgi?id=164974 Unreviewed. * Mo

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

2016-11-29 Thread beidson
Title: [209096] trunk/Source/WebCore Revision 209096 Author beid...@apple.com Date 2016-11-29 15:28:00 -0800 (Tue, 29 Nov 2016) Log Message IndexedDB 2.0: Cache and reuse SQLiteStatements in the SQLite backend. https://bugs.webkit.org/show_bug.cgi?id=164974 Reviewed by Alex Christensen.

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

2016-11-29 Thread beidson
Title: [209086] trunk/Source/WebCore Revision 209086 Author beid...@apple.com Date 2016-11-29 13:08:12 -0800 (Tue, 29 Nov 2016) Log Message IndexedDB 2.0: The client's transaction operation queue should flush as much to the server as possible. https://bugs.webkit.org/show_bug.cgi?id=16493

[webkit-changes] [209069] trunk

2016-11-29 Thread beidson
Title: [209069] trunk Revision 209069 Author beid...@apple.com Date 2016-11-29 08:05:17 -0800 (Tue, 29 Nov 2016) Log Message IndexedDB 2.0: Queue up completed requests in the client, handle them one by one. https://bugs.webkit.org/show_bug.cgi?id=165000 Reviewed by Alex Christensen. Sou

[webkit-changes] [208865] trunk

2016-11-17 Thread beidson
Title: [208865] trunk Revision 208865 Author beid...@apple.com Date 2016-11-17 16:22:44 -0800 (Thu, 17 Nov 2016) Log Message Add _WKIconLoadingDelegate SPI. https://bugs.webkit.org/show_bug.cgi?id=164894 Reviewed by Alex Christensen. Source/WebCore: No new tests (Manual testing possibl

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

2016-11-16 Thread beidson
Title: [208804] trunk/Source/WebCore Revision 208804 Author beid...@apple.com Date 2016-11-16 12:43:14 -0800 (Wed, 16 Nov 2016) Log Message Re-indent some old headers. Rubberstamped by Alex Christensen No new tests (No behavior change). (Also #pragma once a few of them) * loader/Docum

[webkit-changes] [208771] trunk

2016-11-15 Thread beidson
Title: [208771] trunk Revision 208771 Author beid...@apple.com Date 2016-11-15 16:25:28 -0800 (Tue, 15 Nov 2016) Log Message IndexedDB 2.0: Key collation during SQLite lookups is insanely slow. https://bugs.webkit.org/show_bug.cgi?id=164754 Reviewed by Alex Christensen. Source/WebCore:

[webkit-changes] [208609] trunk

2016-11-11 Thread beidson
Title: [208609] trunk Revision 208609 Author beid...@apple.com Date 2016-11-11 13:57:42 -0800 (Fri, 11 Nov 2016) Log Message IndexedDB 2.0: "close pending flag" and firing blocked events all need fixing. https://bugs.webkit.org/show_bug.cgi?id=164641 Reviewed by Alex Christensen. Layout

[webkit-changes] [208568] trunk

2016-11-10 Thread beidson
Title: [208568] trunk Revision 208568 Author beid...@apple.com Date 2016-11-10 15:27:37 -0800 (Thu, 10 Nov 2016) Log Message IndexedDB 2.0 Support the IDBDatabase.onclose event. https://bugs.webkit.org/show_bug.cgi?id=164602 Reviewed by Alex Christensen. LayoutTests/imported/w3c: * web

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

2016-11-10 Thread beidson
Title: [208545] trunk/Source/WebCore Revision 208545 Author beid...@apple.com Date 2016-11-10 10:04:03 -0800 (Thu, 10 Nov 2016) Log Message IndexedDB 2.0: REGRESSION(r208467) Fix flaky crashes in IDB GC-related code. https://bugs.webkit.org/show_bug.cgi?id=164596 Reviewed by Eric Carlson

[webkit-changes] [208518] trunk

2016-11-09 Thread beidson
Title: [208518] trunk Revision 208518 Author beid...@apple.com Date 2016-11-09 17:42:24 -0800 (Wed, 09 Nov 2016) Log Message IndexedDB 2.0: Clean up some exception ordering. https://bugs.webkit.org/show_bug.cgi?id=164566 LayoutTests/imported/w3c: Reviewed by NOBODY (OOPS!). * IndexedDB

[webkit-changes] [208501] trunk

2016-11-09 Thread beidson
Title: [208501] trunk Revision 208501 Author beid...@apple.com Date 2016-11-09 15:34:41 -0800 (Wed, 09 Nov 2016) Log Message IndexedDB 2.0: W3C test IndexedDB/idbtransaction_objectStoreNames.html fails. https://bugs.webkit.org/show_bug.cgi?id=164528 Reviewed by Alex Christensen. LayoutT

[webkit-changes] [208500] trunk

2016-11-09 Thread beidson
Title: [208500] trunk Revision 208500 Author beid...@apple.com Date 2016-11-09 15:29:38 -0800 (Wed, 09 Nov 2016) Log Message IndexedDB 2.0: Implement new IDBCursor.continuePrimaryKey function. https://bugs.webkit.org/show_bug.cgi?id=164404 Reviewed by Alex Christensen. LayoutTests/impor

[webkit-changes] [208486] trunk/Source

2016-11-09 Thread beidson
Title: [208486] trunk/Source Revision 208486 Author beid...@apple.com Date 2016-11-09 14:24:49 -0800 (Wed, 09 Nov 2016) Log Message IndexedDB 2.0: Encapsulate cursor iteration parameters for easy future expansion. https://bugs.webkit.org/show_bug.cgi?id=164504 Reviewed by Darin Adler. S

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

2016-11-09 Thread beidson
Title: [208471] trunk/Source/WebCore Revision 208471 Author beid...@apple.com Date 2016-11-09 12:58:07 -0800 (Wed, 09 Nov 2016) Log Message Followup to https://bugs.webkit.org/show_bug.cgi?id=164466 - Make an IDBTransaction* be an IDBTransaction& Rubberstamped by Alex Christensen. No ne

[webkit-changes] [208467] trunk

2016-11-09 Thread beidson
Title: [208467] trunk Revision 208467 Author beid...@apple.com Date 2016-11-09 12:23:11 -0800 (Wed, 09 Nov 2016) Log Message IndexedDB 2.0: Clean up more transaction abort behavior, including tweaks to Index/ObjectStore lifetime. https://bugs.webkit.org/show_bug.cgi?id=164466 Reviewed by

[webkit-changes] [208405] trunk

2016-11-04 Thread beidson
Title: [208405] trunk Revision 208405 Author beid...@apple.com Date 2016-11-04 16:27:19 -0700 (Fri, 04 Nov 2016) Log Message IndexedDB 2.0: Clean up more transaction abort and exception throwing behavior from IDBObjectStore. https://bugs.webkit.org/show_bug.cgi?id=164424 Reviewed by Alex

[webkit-changes] [208389] trunk

2016-11-04 Thread beidson
Title: [208389] trunk Revision 208389 Author beid...@apple.com Date 2016-11-04 11:10:24 -0700 (Fri, 04 Nov 2016) Log Message IndexedDB 2.0: Handle IDBObjectStore rename behavior properly when version change transaction aborts. https://bugs.webkit.org/show_bug.cgi?id=164416 Reviewed by Be

[webkit-changes] [208387] trunk/Tools

2016-11-04 Thread beidson
Title: [208387] trunk/Tools Revision 208387 Author beid...@apple.com Date 2016-11-04 11:02:32 -0700 (Fri, 04 Nov 2016) Log Message REGRESSION (r208349) StringHasher::hashMemory behavior changed, causing API tests to fail https://bugs.webkit.org/show_bug.cgi?id=164390 Reviewed by Geoffrey

[webkit-changes] [208386] trunk

2016-11-04 Thread beidson
Title: [208386] trunk Revision 208386 Author beid...@apple.com Date 2016-11-04 11:02:02 -0700 (Fri, 04 Nov 2016) Log Message IndexedDB 2.0: Use IDB-specific exceptions in places where the generic exceptions are currently used. https://bugs.webkit.org/show_bug.cgi?id=164406 Reviewed by Al

[webkit-changes] [208383] trunk

2016-11-04 Thread beidson
Title: [208383] trunk Revision 208383 Author beid...@apple.com Date 2016-11-04 08:49:33 -0700 (Fri, 04 Nov 2016) Log Message IndexedDB 2.0: Throw the correct exceptions during IDBObjectStore/IDBIndex renaming. https://bugs.webkit.org/show_bug.cgi?id=164405 Reviewed by Alex Christensen.

[webkit-changes] [208380] trunk

2016-11-03 Thread beidson
Title: [208380] trunk Revision 208380 Author beid...@apple.com Date 2016-11-03 23:37:09 -0700 (Thu, 03 Nov 2016) Log Message IndexedDB 2.0: Handle IDBIndex rename behavior properly when version change transaction aborts. https://bugs.webkit.org/show_bug.cgi?id=164403 Reviewed by Alex Chr

[webkit-changes] [208359] trunk

2016-11-03 Thread beidson
Title: [208359] trunk Revision 208359 Author beid...@apple.com Date 2016-11-03 18:08:55 -0700 (Thu, 03 Nov 2016) Log Message IndexedDB 2.0: Rename IDBKeyRange.contains to IDBKeyRange.includes. https://bugs.webkit.org/show_bug.cgi?id=164383 Reviewed by Beth Dakin. LayoutTests/imported/w3

[webkit-changes] [208349] trunk

2016-11-03 Thread beidson
Title: [208349] trunk Revision 208349 Author beid...@apple.com Date 2016-11-03 14:47:21 -0700 (Thu, 03 Nov 2016) Log Message IndexedDB 2.0: Support binary keys. and https://bugs.webkit.org/show_bug.cgi?id=164359 Reviewed by Alex Christensen. LayoutTests/imported/w3c: * web-platform-te

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

2016-11-02 Thread beidson
Title: [208322] trunk/Source/WebCore Revision 208322 Author beid...@apple.com Date 2016-11-02 21:06:33 -0700 (Wed, 02 Nov 2016) Log Message Expand upon IndexedDB status in features.json. * features.json: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/features.json

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

2016-11-02 Thread beidson
Title: [208310] trunk/Source/WebCore Revision 208310 Author beid...@apple.com Date 2016-11-02 16:04:22 -0700 (Wed, 02 Nov 2016) Log Message Give IDBKey(Data) a WTF::Variant overhaul. https://bugs.webkit.org/show_bug.cgi?id=164332 Reviewed by Alex Christensen and Andy Estes. No new tests

[webkit-changes] [208261] trunk

2016-11-01 Thread beidson
Title: [208261] trunk Revision 208261 Author beid...@apple.com Date 2016-11-01 16:51:54 -0700 (Tue, 01 Nov 2016) Log Message IndexedDB 2.0: Support IDBIndex getAll/getAllKeys. and https://bugs.webkit.org/show_bug.cgi?id=164294 Reviewed by Alex Christensen. LayoutTests/imported/w3c: *

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

2016-10-31 Thread beidson
Title: [208203] trunk/Source/WebCore Revision 208203 Author beid...@apple.com Date 2016-10-31 17:46:52 -0700 (Mon, 31 Oct 2016) Log Message Address style feedback in https://bugs.webkit.org/show_bug.cgi?id=164097 https://bugs.webkit.org/show_bug.cgi?id=164248 Unreviewed. Addressing revie

[webkit-changes] [207845] trunk

2016-10-25 Thread beidson
Title: [207845] trunk Revision 207845 Author beid...@apple.com Date 2016-10-25 14:42:57 -0700 (Tue, 25 Oct 2016) Log Message IndexedDB 2.0: Support IDBObjectStore openKeyCursor. and https://bugs.webkit.org/show_bug.cgi?id=163954 Reviewed by Andy Estes. LayoutTests/imported/w3c: * web-

[webkit-changes] [207821] trunk

2016-10-25 Thread beidson
Title: [207821] trunk Revision 207821 Author beid...@apple.com Date 2016-10-25 09:25:27 -0700 (Tue, 25 Oct 2016) Log Message IndexedDB 2.0: Support new IDBTransaction interfaces. and https://bugs.webkit.org/show_bug.cgi?id=163927 Reviewed by Sam Weinig. LayoutTests/imported/w3c: * web

[webkit-changes] [207788] trunk

2016-10-24 Thread beidson
Title: [207788] trunk Revision 207788 Author beid...@apple.com Date 2016-10-24 17:05:24 -0700 (Mon, 24 Oct 2016) Log Message IndexedDB 2.0: Support new IDBKeyRange interfaces. and https://bugs.webkit.org/show_bug.cgi?id=163910 Reviewed by Andy Estes. Source/WebCore: No new tests (Cove

[webkit-changes] [207761] trunk

2016-10-24 Thread beidson
Title: [207761] trunk Revision 207761 Author beid...@apple.com Date 2016-10-24 09:24:09 -0700 (Mon, 24 Oct 2016) Log Message IndexedDB 2.0: Support IDBIndex name assignment. and https://bugs.webkit.org/show_bug.cgi?id=163805 Reviewed by Alex Christensen. LayoutTests/imported/w3c: * we

[webkit-changes] [207641] trunk

2016-10-20 Thread beidson
Title: [207641] trunk Revision 207641 Author beid...@apple.com Date 2016-10-20 16:03:21 -0700 (Thu, 20 Oct 2016) Log Message IndexedDB 2.0: Support IDBObjectStore name assignment. and https://bugs.webkit.org/show_bug.cgi?id=163749 Reviewed by Alex Christensen. LayoutTests/imported/w3c:

[webkit-changes] [207348] trunk/Source/WebKit2

2016-10-14 Thread beidson
Title: [207348] trunk/Source/WebKit2 Revision 207348 Author beid...@apple.com Date 2016-10-14 11:16:26 -0700 (Fri, 14 Oct 2016) Log Message Enable Gamepads by default in WK2. https://bugs.webkit.org/show_bug.cgi?id=163447 Rubberstamped by Sam Weinig. * Shared/WebPreferencesDefinitions.h

[webkit-changes] [206684] trunk/Source/WebKit2

2016-09-30 Thread beidson
Title: [206684] trunk/Source/WebKit2 Revision 206684 Author beid...@apple.com Date 2016-09-30 15:38:58 -0700 (Fri, 30 Sep 2016) Log Message REGRESSION (Safari 10 combined with WK changes): Unable to store WebCrypto keys in IndexedDB database. and https://bugs.webkit.org/show_bug.cgi?id=1

[webkit-changes] [206280] trunk

2016-09-22 Thread beidson
Title: [206280] trunk Revision 206280 Author beid...@apple.com Date 2016-09-22 15:34:02 -0700 (Thu, 22 Sep 2016) Log Message IDBIndex.openCursor() matches indices on multiple object stores. and https://bugs.webkit.org/show_bug.cgi?id=158833 Reviewed by Alex Christensen. Source/WebCore:

[webkit-changes] [206006] trunk/Source

2016-09-15 Thread beidson
Title: [206006] trunk/Source Revision 206006 Author beid...@apple.com Date 2016-09-15 17:27:11 -0700 (Thu, 15 Sep 2016) Log Message WKWebView.hasOnlySecureContent always returns "YES" after going back to a CachedPage (even if it has http resources). and https://bugs.webkit.org/show_bug.c

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

2016-09-12 Thread beidson
Title: [205814] trunk/Source/WebCore Revision 205814 Author beid...@apple.com Date 2016-09-12 11:18:05 -0700 (Mon, 12 Sep 2016) Log Message Crash in com.apple.WebCore: WebCore::NavigatorGamepad::gamepadFromPlatformGamepad. and https://bugs.webkit.org/show_bug.cgi?id=161694 Reviewed by A

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

2016-09-09 Thread beidson
Title: [205756] trunk/Source/WebCore Revision 205756 Author beid...@apple.com Date 2016-09-09 11:44:14 -0700 (Fri, 09 Sep 2016) Log Message Soft-link GameController.framework. and https://bugs.webkit.org/show_bug.cgi?id=161802 Reviewed by Brian Burg. No new tests (No change in behavior

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

2016-09-02 Thread beidson
Title: [205357] trunk/Source/WebCore Revision 205357 Author beid...@apple.com Date 2016-09-02 11:14:27 -0700 (Fri, 02 Sep 2016) Log Message Weak link the GameController.framework on macOS but differently than before. Reviewed by Dan Bernstein. * Configurations/WebCore.xcconfig: Modifie

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

2016-09-02 Thread beidson
Title: [205347] trunk/Source/WebCore Revision 205347 Author beid...@apple.com Date 2016-09-02 10:28:00 -0700 (Fri, 02 Sep 2016) Log Message Weak link the GameController.framework on macOS. Reviewed by Tim Horton. * Configurations/WebCore.xcconfig: Modified Paths trunk/Source/WebCore/C

[webkit-changes] [205247] trunk

2016-08-31 Thread beidson
Title: [205247] trunk Revision 205247 Author beid...@apple.com Date 2016-08-31 07:38:21 -0700 (Wed, 31 Aug 2016) Log Message WK2 Gamepad provider on iOS. https://bugs.webkit.org/show_bug.cgi?id=161412 Reviewed by Tim Horton. Source/_javascript_Core: * Configurations/FeatureDefines.xcco

[webkit-changes] [205201] trunk/Source/WebKit2

2016-08-30 Thread beidson
Title: [205201] trunk/Source/WebKit2 Revision 205201 Author beid...@apple.com Date 2016-08-30 15:28:20 -0700 (Tue, 30 Aug 2016) Log Message Fix runtime error caused by missing export after https://bugs.webkit.org/show_bug.cgi?id=160846 Rubberstamped by Dan Bernstein. * UIProcess/API/Coc

[webkit-changes] [205199] trunk

2016-08-30 Thread beidson
Title: [205199] trunk Revision 205199 Author beid...@apple.com Date 2016-08-30 15:23:20 -0700 (Tue, 30 Aug 2016) Log Message GameController.framework backend for gamepad API. https://bugs.webkit.org/show_bug.cgi?id=161086 Reviewed by Alex Christensen. Source/WebCore: No new tests (Nati

[webkit-changes] [204904] trunk/LayoutTests

2016-08-24 Thread beidson
Title: [204904] trunk/LayoutTests Revision 204904 Author beid...@apple.com Date 2016-08-24 10:35:20 -0700 (Wed, 24 Aug 2016) Log Message Changing gamepad test to try to get more info about the failure mode on the bots. Unreviewed. * gamepad/gamepad-timestamp.html: Modified Paths trunk

[webkit-changes] [204896] trunk

2016-08-24 Thread beidson
Title: [204896] trunk Revision 204896 Author beid...@apple.com Date 2016-08-24 09:22:37 -0700 (Wed, 24 Aug 2016) Log Message Get timestamps and ids working in WK2 gamepads (and test them!) https://bugs.webkit.org/show_bug.cgi?id=161112 Reviewed by Alex Christensen. Source/WebKit2: * Sh

[webkit-changes] [204853] trunk

2016-08-23 Thread beidson
Title: [204853] trunk Revision 204853 Author beid...@apple.com Date 2016-08-23 12:41:00 -0700 (Tue, 23 Aug 2016) Log Message WK2 Gamepad layout test support. https://bugs.webkit.org/show_bug.cgi?id=134671 Source/WebCore: Reviewed by Alex Christensen. No new tests (Covered by changes to

[webkit-changes] [204524] trunk/Source

2016-08-16 Thread beidson
Title: [204524] trunk/Source Revision 204524 Author beid...@apple.com Date 2016-08-16 14:44:25 -0700 (Tue, 16 Aug 2016) Log Message Cleanup WK2 platform gamepad handling. https://bugs.webkit.org/show_bug.cgi?id=160871 Reviewed by Alex Christensen. Source/WebCore: No new tests (No curre

[webkit-changes] [204506] trunk/Source

2016-08-16 Thread beidson
Title: [204506] trunk/Source Revision 204506 Author beid...@apple.com Date 2016-08-16 09:27:48 -0700 (Tue, 16 Aug 2016) Log Message Cleanup WK2 platform gamepad handling. https://bugs.webkit.org/show_bug.cgi?id=160871 Reviewed by Alex Christensen. Source/WebCore: No new tests (No curre

[webkit-changes] [204411] trunk/Tools

2016-08-12 Thread beidson
Title: [204411] trunk/Tools Revision 204411 Author beid...@apple.com Date 2016-08-12 08:55:10 -0700 (Fri, 12 Aug 2016) Log Message Fix the 32-bit Mac build after: Add WK2 ExperimentalFeature support to MiniBrowser https://bugs.webkit.org/show_bug.cgi?id=160788 Reviewed by NOBODY (OOPS!).

[webkit-changes] [204401] trunk/Source/WebKit2

2016-08-11 Thread beidson
Title: [204401] trunk/Source/WebKit2 Revision 204401 Author beid...@apple.com Date 2016-08-11 18:29:52 -0700 (Thu, 11 Aug 2016) Log Message [WK2] Don't monitor gamepads at all unless an interested WebPageProxy is in the active window. https://bugs.webkit.org/show_bug.cgi?id=160760 Review

[webkit-changes] [204397] trunk/Tools

2016-08-11 Thread beidson
Title: [204397] trunk/Tools Revision 204397 Author beid...@apple.com Date 2016-08-11 17:35:21 -0700 (Thu, 11 Aug 2016) Log Message Add WK2 ExperimentalFeature support to MiniBrowser. https://bugs.webkit.org/show_bug.cgi?id=160788 Reviewed by Alex Christensen. * MiniBrowser/mac/AppDelega

[webkit-changes] [204396] trunk/Source/WebKit2

2016-08-11 Thread beidson
Title: [204396] trunk/Source/WebKit2 Revision 204396 Author beid...@apple.com Date 2016-08-11 17:35:18 -0700 (Thu, 11 Aug 2016) Log Message Make Gamepads be a WK2 ExperimentalFeature. https://bugs.webkit.org/show_bug.cgi?id=160788 Reviewed by Alex Christensen. * Shared/WebPreferencesDef

[webkit-changes] [204318] trunk/Source/WebKit2

2016-08-09 Thread beidson
Title: [204318] trunk/Source/WebKit2 Revision 204318 Author beid...@apple.com Date 2016-08-09 17:49:34 -0700 (Tue, 09 Aug 2016) Log Message [WK2] Only send gamepad input events to the currently focused page. https://bugs.webkit.org/show_bug.cgi?id=160699 Reviewed by Tim Horton. * UIProc

[webkit-changes] [204297] trunk/Source/WebKit2

2016-08-09 Thread beidson
Title: [204297] trunk/Source/WebKit2 Revision 204297 Author beid...@apple.com Date 2016-08-09 14:29:05 -0700 (Tue, 09 Aug 2016) Log Message Implement "dumb" WK2 support for gamepads. https://bugs.webkit.org/show_bug.cgi?id=160700 Reviewed by Alex Christensen. With this patch, gamepads w

[webkit-changes] [204257] trunk/Source

2016-08-08 Thread beidson
Title: [204257] trunk/Source Revision 204257 Author beid...@apple.com Date 2016-08-08 10:25:59 -0700 (Mon, 08 Aug 2016) Log Message Addressing late review feedback in bug 160605 https://bugs.webkit.org/show_bug.cgi?id=160605 Reviewed by Darin's suggestions. Source/WebCore: * Modules/ga

[webkit-changes] [204222] trunk/Source/WebKit2

2016-08-06 Thread beidson
Title: [204222] trunk/Source/WebKit2 Revision 204222 Author beid...@apple.com Date 2016-08-06 01:00:20 -0700 (Sat, 06 Aug 2016) Log Message Lay WebProcess/UIProcess groundwork for an IPC GamepadProvider. https://bugs.webkit.org/show_bug.cgi?id=160605 Reviewed by Alex Christensen. This p

[webkit-changes] [204195] trunk/Source/WebKit2

2016-08-05 Thread beidson
Title: [204195] trunk/Source/WebKit2 Revision 204195 Author beid...@apple.com Date 2016-08-05 14:54:59 -0700 (Fri, 05 Aug 2016) Log Message Lay WebProcess/UIProcess groundwork for an IPC GamepadProvider. https://bugs.webkit.org/show_bug.cgi?id=160605 Reviewed by Alex Christensen. This p

[webkit-changes] [204041] trunk

2016-08-02 Thread beidson
Title: [204041] trunk Revision 204041 Author beid...@apple.com Date 2016-08-02 14:28:12 -0700 (Tue, 02 Aug 2016) Log Message Removing IndexedDB WebsiteData can fail for some users. https://bugs.webkit.org/show_bug.cgi?id=160463 Reviewed by Alex Christensen. Source/WebCore: Covered by c

[webkit-changes] [204018] trunk/Source

2016-08-02 Thread beidson
Title: [204018] trunk/Source Revision 204018 Author beid...@apple.com Date 2016-08-02 00:19:58 -0700 (Tue, 02 Aug 2016) Log Message Refactor data passed along for a "GetRecord" request. https://bugs.webkit.org/show_bug.cgi?id=160352 Reviewed by Tim Horton. Source/WebCore: No new tests

[webkit-changes] [203700] trunk/Tools

2016-07-25 Thread beidson
Title: [203700] trunk/Tools Revision 203700 Author beid...@apple.com Date 2016-07-25 14:38:42 -0700 (Mon, 25 Jul 2016) Log Message Modern IDB: Make sure IndexedDB works from file:// url documents by default https://bugs.webkit.org/show_bug.cgi?id=153783 Reviewed by Alex Christensen. Pre

[webkit-changes] [203695] trunk

2016-07-25 Thread beidson
Title: [203695] trunk Revision 203695 Author beid...@apple.com Date 2016-07-25 12:57:47 -0700 (Mon, 25 Jul 2016) Log Message Allow LocalStorage by default for file URLs. https://bugs.webkit.org/show_bug.cgi?id=160169 Reviewed by Brent Fulgham. Source/WebCore: Test: storage/domstorage/l

[webkit-changes] [203622] trunk

2016-07-22 Thread beidson
Title: [203622] trunk Revision 203622 Author beid...@apple.com Date 2016-07-22 15:32:01 -0700 (Fri, 22 Jul 2016) Log Message Removing IndexedDatabases that have stored blobs doesn't remove the blob files. https://bugs.webkit.org/show_bug.cgi?id=160089 Reviewed by Darin Adler. Source/Web

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

2016-07-20 Thread beidson
Title: [203481] trunk/Source/WebCore Revision 203481 Author beid...@apple.com Date 2016-07-20 17:15:58 -0700 (Wed, 20 Jul 2016) Log Message Address a small FIXME in IDB code. https://bugs.webkit.org/show_bug.cgi?id=15 Reviewed by Andy Estes. No new tests (No behavior change). * Mod

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

2016-07-20 Thread beidson
Title: [203480] trunk/Source/WebCore Revision 203480 Author beid...@apple.com Date 2016-07-20 16:28:33 -0700 (Wed, 20 Jul 2016) Log Message Remove some "modernFoo"s from IndexedDB code. https://bugs.webkit.org/show_bug.cgi?id=159985 Reviewed by Andy Estes. No new tests (No known behavio

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

2016-07-20 Thread beidson
Title: [203465] trunk/Source/WebCore Revision 203465 Author beid...@apple.com Date 2016-07-20 12:42:53 -0700 (Wed, 20 Jul 2016) Log Message Transition most IDB interfaces from ScriptExecutionContext to ExecState. https://bugs.webkit.org/show_bug.cgi?id=159975 Reviewed by Alex Christensen

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

2016-07-17 Thread beidson
Title: [203334] trunk/Source/WebCore Revision 203334 Author beid...@apple.com Date 2016-07-17 12:12:49 -0700 (Sun, 17 Jul 2016) Log Message Exceptions logged to the JS console should use toString(). https://bugs.webkit.org/show_bug.cgi?id=159855 Reviewed by Darin Adler. No new tests (No

[webkit-changes] [203328] trunk

2016-07-16 Thread beidson
Title: [203328] trunk Revision 203328 Author beid...@apple.com Date 2016-07-16 14:33:01 -0700 (Sat, 16 Jul 2016) Log Message Update SVGException to use the description in toString(). https://bugs.webkit.org/show_bug.cgi?id=159847 Reviewed by Darin Adler. Source/WebCore: No new tests (C

[webkit-changes] [203313] trunk

2016-07-15 Thread beidson
Title: [203313] trunk Revision 203313 Author beid...@apple.com Date 2016-07-15 17:46:23 -0700 (Fri, 15 Jul 2016) Log Message Update XPathException to use the description in toString(). https://bugs.webkit.org/show_bug.cgi?id=159848 Reviewed by Alex Christensen. Source/WebCore: No new t

[webkit-changes] [203311] trunk

2016-07-15 Thread beidson
Title: [203311] trunk Revision 203311 Author beid...@apple.com Date 2016-07-15 17:09:06 -0700 (Fri, 15 Jul 2016) Log Message Revert double ChangeLog entries Modified Paths trunk/LayoutTests/ChangeLog trunk/Source/WebCore/ChangeLog Diff Modified: trunk/LayoutTests/ChangeLog (203310

[webkit-changes] [203310] trunk

2016-07-15 Thread beidson
Title: [203310] trunk Revision 203310 Author beid...@apple.com Date 2016-07-15 17:06:34 -0700 (Fri, 15 Jul 2016) Log Message Change toString() behavior for exceptions constructed with "createWithDescriptionAsMessage". https://bugs.webkit.org/show_bug.cgi?id=159839 Reviewed by Alex Christ

[webkit-changes] [203309] trunk

2016-07-15 Thread beidson
Title: [203309] trunk Revision 203309 Author beid...@apple.com Date 2016-07-15 17:04:42 -0700 (Fri, 15 Jul 2016) Log Message Change toString() behavior for exceptions constructed with "createWithDescriptionAsMessage". https://bugs.webkit.org/show_bug.cgi?id=159839 Reviewed by Alex Christ

[webkit-changes] [203288] trunk

2016-07-15 Thread beidson
Title: [203288] trunk Revision 203288 Author beid...@apple.com Date 2016-07-15 11:39:27 -0700 (Fri, 15 Jul 2016) Log Message WebKit should prevent push/replace state with username in URL. and https://bugs.webkit.org/show_bug.cgi?id=159818 Reviewed by Brent Fulgham. Source/WebCore: Tes

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

2016-07-14 Thread beidson
Title: [203241] trunk/Source/WebCore Revision 203241 Author beid...@apple.com Date 2016-07-14 14:15:28 -0700 (Thu, 14 Jul 2016) Log Message "User delete" tests are flakey timeouts (and/or DatabaseProcess crashes). https://bugs.webkit.org/show_bug.cgi?id=158741 Reviewed by Alex Christense

[webkit-changes] [202996] trunk/Source/WebKit2

2016-07-08 Thread beidson
Title: [202996] trunk/Source/WebKit2 Revision 202996 Author beid...@apple.com Date 2016-07-08 11:34:39 -0700 (Fri, 08 Jul 2016) Log Message Unreviewed: Fix case-sensitive filesystem build. * UIProcess/Storage/LocalStorageDatabaseTracker.cpp: Modified Paths trunk/Source/WebKit2/ChangeLo

[webkit-changes] [202984] trunk

2016-07-08 Thread beidson
Title: [202984] trunk Revision 202984 Author beid...@apple.com Date 2016-07-08 10:03:12 -0700 (Fri, 08 Jul 2016) Log Message Clearing LocalStorage doesn't also delete -wal and -shm files. and https://bugs.webkit.org/show_bug.cgi?id=159566 Reviewed by Brent Fulgham. Also helpfully picked

[webkit-changes] [202935] trunk

2016-07-07 Thread beidson
Title: [202935] trunk Revision 202935 Author beid...@apple.com Date 2016-07-07 14:49:41 -0700 (Thu, 07 Jul 2016) Log Message Modern IDB: When IDBDatabase objects are garbage collected, they don't close their server connection. and https://bugs.webkit.org/show_bug.cgi?id=159523 Reviewed

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

2016-07-06 Thread beidson
Title: [202892] trunk/Source/WebCore Revision 202892 Author beid...@apple.com Date 2016-07-06 20:38:48 -0700 (Wed, 06 Jul 2016) Log Message Fix my bogus json I landed earlier today. * features.json: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/features.json Di

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

2016-07-06 Thread beidson
Title: [202869] trunk/Source/WebCore Revision 202869 Author beid...@apple.com Date 2016-07-06 12:17:25 -0700 (Wed, 06 Jul 2016) Log Message Update IndexedDB's status on the feature page (How had we not done this already?) Rubberstamped by Sam Weinig. * features.json: Modified Paths tr

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

2016-07-06 Thread beidson
Title: [202860] trunk/Source/WebCore Revision 202860 Author beid...@apple.com Date 2016-07-06 09:58:37 -0700 (Wed, 06 Jul 2016) Log Message Hold RefPtr<>'s to UniqueIDBDatabases while performing user delete. https://bugs.webkit.org/show_bug.cgi?id=159471 Reviewed by Brent Fulgham. * Mod

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

2016-07-05 Thread beidson
Title: [202833] trunk/Source/WebCore Revision 202833 Author beid...@apple.com Date 2016-07-05 14:34:33 -0700 (Tue, 05 Jul 2016) Log Message IDBDatabase can null deref its ScriptExecutionContext inside connectionToServerLost. and https://bugs.webkit.org/show_bug.cgi?id=159432 Reviewed by

[webkit-changes] [202822] trunk

2016-07-05 Thread beidson
Title: [202822] trunk Revision 202822 Author beid...@apple.com Date 2016-07-05 11:05:31 -0700 (Tue, 05 Jul 2016) Log Message Database process crashes deleting a corrupt SQLite database file (null deref). https://bugs.webkit.org/show_bug.cgi?id=155506. Reviewed by Alex Christensen. Sourc

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

2016-07-05 Thread beidson
Title: [202821] trunk/Source/WebCore Revision 202821 Author beid...@apple.com Date 2016-07-05 11:04:28 -0700 (Tue, 05 Jul 2016) Log Message TransactionOperations can get destroyed on the wrong thread. https://bugs.webkit.org/show_bug.cgi?id=159103 Reviewed by Alex Christensen. No new te

[webkit-changes] [202809] trunk

2016-07-04 Thread beidson
Title: [202809] trunk Revision 202809 Author beid...@apple.com Date 2016-07-04 08:30:50 -0700 (Mon, 04 Jul 2016) Log Message WebProcesses don't handle DatabaseProcess going away uncleanly.. https://bugs.webkit.org/show_bug.cgi?id=159371 Reviewed by Alex Christensen. Source/WebCore: Cov

[webkit-changes] [202747] trunk

2016-07-01 Thread beidson
Title: [202747] trunk Revision 202747 Author beid...@apple.com Date 2016-07-01 12:10:35 -0700 (Fri, 01 Jul 2016) Log Message Blob content type not preserved when retrieving blobs from IndexedDB. and https://bugs.webkit.org/show_bug.cgi?id=159360 Reviewed by Alex Christensen. Source/Web

[webkit-changes] [202424] trunk/Source/WebKit2

2016-06-24 Thread beidson
Title: [202424] trunk/Source/WebKit2 Revision 202424 Author beid...@apple.com Date 2016-06-24 10:05:46 -0700 (Fri, 24 Jun 2016) Log Message IDB tests crashing attempting to register sandbox extensions for blob files. https://bugs.webkit.org/show_bug.cgi?id=159094. Reviewed by Sam Weinig.

[webkit-changes] [202414] trunk

2016-06-23 Thread beidson
Title: [202414] trunk Revision 202414 Author beid...@apple.com Date 2016-06-23 21:08:48 -0700 (Thu, 23 Jun 2016) Log Message Retrieving Blobs from IndexedDB using cursors fails in WK2 (Sandboxing) https://bugs.webkit.org/show_bug.cgi?id=158991 Reviewed by Alex Christensen. Source/WebCor

[webkit-changes] [202359] trunk

2016-06-22 Thread beidson
Title: [202359] trunk Revision 202359 Author beid...@apple.com Date 2016-06-22 16:46:05 -0700 (Wed, 22 Jun 2016) Log Message DatabaseProcess doesn't handle WebProcesses going away uncleanly. https://bugs.webkit.org/show_bug.cgi?id=158894 Reviewed by Alex Christensen. Source/WebCore: No

[webkit-changes] [202140] trunk/Source/WebKit2

2016-06-16 Thread beidson
Title: [202140] trunk/Source/WebKit2 Revision 202140 Author beid...@apple.com Date 2016-06-16 15:06:57 -0700 (Thu, 16 Jun 2016) Log Message When a WebsiteDataStore finds no ProcessPools and creates one from scratch, it should represent the data store's config. rdar://problem/26586991 and

[webkit-changes] [202019] trunk

2016-06-13 Thread beidson
Title: [202019] trunk Revision 202019 Author beid...@apple.com Date 2016-06-13 17:34:11 -0700 (Mon, 13 Jun 2016) Log Message storage/indexeddb/modern/leaks-1.html leaks the database connection handle. https://bugs.webkit.org/show_bug.cgi?id=158643 Reviewed by Alex Christensen. Source/We

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

2016-06-13 Thread beidson
Title: [201997] trunk/Source/WebCore Revision 201997 Author beid...@apple.com Date 2016-06-13 11:56:43 -0700 (Mon, 13 Jun 2016) Log Message Crashes in WebCore::IDBServer::UniqueIDBDatabase::executeNextDatabaseTask. and https://bugs.webkit.org/show_bug.cgi?id=158696 Reviewed by David Kil

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

2016-06-13 Thread beidson
Title: [201995] trunk/Source/WebCore Revision 201995 Author beid...@apple.com Date 2016-06-13 10:32:50 -0700 (Mon, 13 Jun 2016) Log Message Modern IDB: IDBOpenDBRequest objects leak. https://bugs.webkit.org/show_bug.cgi?id=158694 Reviewed by Alex Christensen. No new tests (Currently hav

[webkit-changes] [201940] trunk/LayoutTests

2016-06-10 Thread beidson
Title: [201940] trunk/LayoutTests Revision 201940 Author beid...@apple.com Date 2016-06-10 14:01:55 -0700 (Fri, 10 Jun 2016) Log Message Add an IDB leak test. https://bugs.webkit.org/show_bug.cgi?id=158632 Reviewed by Alex Christensen. * storage/indexeddb/modern/leak-1-expected.txt: Add

[webkit-changes] [201932] trunk/Tools

2016-06-10 Thread beidson
Title: [201932] trunk/Tools Revision 201932 Author beid...@apple.com Date 2016-06-10 11:43:11 -0700 (Fri, 10 Jun 2016) Log Message REGRESSION(r201928?) API test WTF.StringOperators failing https://bugs.webkit.org/show_bug.cgi?id=158623 Unreviewed, but buddy coded with Alex Christensen.

[webkit-changes] [201928] trunk/Tools

2016-06-10 Thread beidson
Title: [201928] trunk/Tools Revision 201928 Author beid...@apple.com Date 2016-06-10 10:04:11 -0700 (Fri, 10 Jun 2016) Log Message WTF_CrossThreadTask.Basic fails in all non mac ports. https://bugs.webkit.org/show_bug.cgi?id=158612 Reviewed by Alex Christensen. The test is very sensitiv

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

2016-06-09 Thread beidson
Title: [201873] trunk/Source/WTF Revision 201873 Author beid...@apple.com Date 2016-06-09 10:42:41 -0700 (Thu, 09 Jun 2016) Log Message Unaddressed review feedback from r201872 * wtf/CrossThreadTask.h: (WTF::callFunctionForCrossThreadTask): Fix typo. Modified Paths trunk/Source/WTF/Cha

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