[Webkit-unassigned] [Bug 108654] New: Remove unnecessary parameter from DocumentLoader::scheduleArchiveLoad

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 10:20:42 PST 2013


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

           Summary: Remove unnecessary parameter from
                    DocumentLoader::scheduleArchiveLoad
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


Remove unnecessary parameter from DocumentLoader::scheduleArchiveLoad

This method takes both a ResourceRequest and a KURL and contains logic assuming the request URL might be different from the separate URL.

In practice, they are always the same.

It's also unclear why we might want them to be different.

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