RESOLVED FIXED 123584
Rename InWindowState -> ViewState
https://bugs.webkit.org/show_bug.cgi?id=123584
Summary Rename InWindowState -> ViewState
Gavin Barraclough
Reported 2013-10-31 12:31:55 PDT
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
Gavin Barraclough
Comment 1 2013-11-01 13:40:43 PDT
Fixed in r158451
Note You need to log in before you can comment on or make changes to this bug.