[Webkit-unassigned] [Bug 132027] New: Remove BackForwardController::client() and its uses

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 22 15:56:07 PDT 2014


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

           Summary: Remove BackForwardController::client() and its uses
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: History
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: burg at cs.washington.edu
                CC: darin at apple.com, ap at webkit.org, andersca at apple.com,
                    beidson at apple.com
        Depends on: 131637


We should not be getting the client pointer and casting to a subclass, as is done in several places. Many of these uses can be converted to calls on BackForwardController.

For other calls, if code in WK/WK2 needs to use a concrete subclass of BackForwardClient, then it should store a pointer to the subclass instance and pass it to WebCore using PageClients.

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