[Webkit-unassigned] [Bug 125803] New: Add layer hosting mode to ViewState

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 16 14:38:51 PST 2013


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

           Summary: Add layer hosting mode to ViewState
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


When the view state of the page is updated the layer mode may also change. Currently this is passed by a separate message, remove this and fold it into ViewState.

Previously the setLayerHostingMode message would be passed to the DrawingArea, which would inform the WebPage. Since the WebPage is passed the SetVisibilityState messgae reverse this.

WebPageProxy had a policy of only updating the hosting mode when visible - the value is sticky whilst the view is not visible. Make this policy explicit in the PageClientImpl, rather then implicit from the flow control.

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