[Webkit-unassigned] [Bug 43956] New: Pages that use Geolocation should be able to use the page cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 13 01:36:57 PDT 2010


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

           Summary: Pages that use Geolocation should be able to use the
                    page cache
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steveblock at google.com
        Depends on: 40373


Currently, pages that use Geolocation are explicitly prevented from entering the page cache.

When a page enters the page cache, the Frame object is disconnected from the DOMWindow and other objects. In order for Geolocation to work with the page cache, we need to reconnect the Frame to the Geolocation object once the page is restored from the page cache. This will likely require refactoring of Geolocation.

Refactoring is currently blocked by the need to unify all platforms to use a single Geolocation implementation. See Bug 40373.

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