[Webkit-unassigned] [Bug 26189] DOM Storage: Changes for Android and macro guards

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 9 06:08:00 PDT 2009


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


benm at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at webkit.org




------- Comment #13 from benm at google.com  2009-06-09 06:08 PDT -------
(In reply to comment #12)

Thanks for the reviews and comments Eric!

> Is it possible to call PageGroup::localStorage() when there are no pages in the
> group?  Like during destruction when pages have been removed from the group? 
> Are pages ever removed from a group?

I looked into it today and as far as I can tell, the only point where there
could be a problem is when WebKit is being shut down and the local storage
objects are closed by the static PageGroup::closeLocalStorage() method. I've
altered this method to only attempt to close the storage object if one has been
created already.

New patch to follow.


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



More information about the webkit-unassigned mailing list