Bug 123584
Summary: | Rename InWindowState -> ViewState | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gavin Barraclough <barraclough> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Gavin Barraclough
WebPageProxy::setViewState offers the option to wait for a reply. Previously this option was only available via setIsInWindow, hence the mechanism to wait to the update has 'InWindowState' in method and variable names (i.e. 'WebPageProxy::waitForDidUpdateInWindowState'). Since the mechanism is now applicable to all ViewState changes, rename to reflect this.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gavin Barraclough
Fixed in r158451