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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 10:12:12 PDT 2009


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

           Summary: DOM Storage: Changes for Android and macro guards
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: benm at google.com
                CC: andreip at google.com


I've been working on enabling support for the DOM storage APIs in the android
browser. The way that the browser's java implementation communicates the path
to the database for local storage means that we need to reconfigure the local
storage object created by the page group *after* it's been created. To achieve
this I've added a new static method to PageGroup to iterate over the current
set of PageGroups and call a new method on the LocalStorage object that updates
the path to the database and restarts the local storage thread.

I have also taken this opportunity to add #if ENABLE(DOM_STORAGE) guards around
the DOM storage source files.


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