RESOLVED FIXED 159371
WebProcesses don't handle DatabaseProcess going away uncleanly.
https://bugs.webkit.org/show_bug.cgi?id=159371
Summary WebProcesses don't handle DatabaseProcess going away uncleanly.
Brady Eidson
Reported 2016-07-01 14:08:51 PDT
WebProcesses doen't handle DatabaseProcess going away uncleanly This is the flip side of https://bugs.webkit.org/show_bug.cgi?id=158894
Attachments
Patch (26.18 KB, patch)
2016-07-01 17:07 PDT, Brady Eidson
no flags
Patch (26.38 KB, patch)
2016-07-03 09:06 PDT, Brady Eidson
no flags
Brady Eidson
Comment 1 2016-07-01 17:07:03 PDT
Brady Eidson
Comment 2 2016-07-01 17:07:56 PDT
This patch is a WIP - The source changes are likely good, the test isn't complete. Just attaching so I can have easy access at home later.
Brady Eidson
Comment 3 2016-07-03 09:06:11 PDT
Alex Christensen
Comment 4 2016-07-04 00:46:25 PDT
Comment on attachment 282659 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=282659&action=review > Tools/TestWebKitAPI/Tests/WebKit2Cocoa/IndexedDBDatabaseProcessKill.mm:96 > + // Allow file URLs to load non-file resources > + [configuration _setAllowUniversalAccessFromFileURLs:YES]; This comment doesn't seem necessary. > Tools/TestWebKitAPI/Tests/WebKit2Cocoa/IndexedDBDatabaseProcessKill.mm:121 > + EXPECT_EQ(receivedAtLeastOneOpenError, true); EXPECT_TRUE
WebKit Commit Bot
Comment 5 2016-07-04 08:31:22 PDT
Comment on attachment 282659 [details] Patch Clearing flags on attachment: 282659 Committed r202809: <http://trac.webkit.org/changeset/202809>
WebKit Commit Bot
Comment 6 2016-07-04 08:31:26 PDT
All reviewed patches have been landed. Closing bug.
Brady Eidson
Comment 7 2016-07-04 08:34:04 PDT
Will make those test tweaks in a follow up
Note You need to log in before you can comment on or make changes to this bug.