[Webkit-unassigned] [Bug 36671] window.openDatabase() always fails for new databases when using WebKit nightly with Safari 4.0.5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 2 13:48:23 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36671





--- Comment #4 from Brady Eidson <beidson at apple.com>  2010-04-02 13:48:22 PST ---
I still don't know *for sure* that this was 56293, but am still highly
suspicious.

What's happening is that in WebChromeClient::exceededDatabaseQuota(), Safari is
asking for the current details for the database using
DatabaseTracker::detailsForNameAndOrigin().

Previously, Safari would actually get a valid answer from WebKit.

Now, it's getting nothing back because the "too be created" database isn't
found in m_proposedDatabases.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list