[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 14:21:21 PDT 2010


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





--- Comment #8 from Brady Eidson <beidson at apple.com>  2010-04-02 14:21:20 PST ---
(In reply to comment #7)
> 
> I haven't tried running a fix yet, but I'll bet this is the bug: the search
> through m_proposed databases uses '==' to compare the SecurityOrigins, but it's
> stored a threadsafeCopy, so a pointer comparison always fails.  It should be
> using SecurityOriginHash to compare them.  I'll go get set up to test a fix.

I had suspected this and just confirmed it stepping through.

Thanks for working on a fix - I'll be ready to strike on the review.

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