[Webkit-unassigned] [Bug 54181] Implement Page Visibility API.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 9 15:50:05 PDT 2011


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





--- Comment #41 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-08-09 15:50:01 PST ---
(From update of attachment 92746)
View in context: https://bugs.webkit.org/attachment.cgi?id=92746&action=review

>> Source/WebKit/chromium/public/WebView.h:365
>> +                                    bool isInitialState) { }
> 
> Hi Shishir, can you explain why this method has a default implementation, while almost all of the other methods in this class are pure virtual? Thanks!

Right, it should be pure.  Methods implemented only by WebKit should be pure.  Methods implemented by the embedder should have default implementations (to help with rolling out new APIs).

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