[Webkit-unassigned] [Bug 66520] New: Synchronize UIProcess's fixedLayout variables with WebProcess's ones

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 19:28:54 PDT 2011


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

           Summary: Synchronize UIProcess's fixedLayout variables with
                    WebProcess's ones
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eunmi15.lee at samsung.com


There are some problems to use fixedLayout in the WebKit2, so I made patch for that.

When we change the fixedLayout UIProcess's variables are set firstly, and then requests to apply changed fixedLayout are sended to the WebProcess.
In that case, UIProcess keeps changed values even though WebProcess fails to set fixedLayout.
So I changed codes to set UIProcess's fixedLayout variables when didChange message is received from WebProcess instead of setting directly.

The fixedLayout variables are reset whenever creating new FrameView.
It breaks consistency of UIProcess's fixedLayout variables and WebProcess's ones.
So I modified codes to maintain old FrameView's fixedLayout variables.

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