[Webkit-unassigned] [Bug 40627] Limit ApplicationCache Total and Per-Origin Storage Capacity (Quotas)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 30 20:42:50 PDT 2010


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





--- Comment #46 from Joseph Pecoraro <joepeck at webkit.org>  2010-07-30 20:42:50 PST ---
Landed a fix for the test here:
r64403 = b0417f9810fceef5fd87853cdc66b97de9dabc86
http://trac.webkit.org/changeset/64403

I was creating a WebDatabaseSecurityOrigin (a subclass of WebSecurityOrigin) and
passing it along as a WebSecurityOrigin, and when functions were called on it
that were implemented in the subclass, it didn't run the subclass' functions... it
ran the empty ones.

I'm going to have to clean this up, but I appreciate any insight into why the
subclasses' functions weren't called. I'll leave this open but clear the r+ flags so
they don't show up in any queues.

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