git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Throttle DOM timers on hidden pages.
[WebKit-https.git]
/
Source
/
WebKit
/
mac
/
WebView
/
WebViewPrivate.h
diff --git
a/Source/WebKit/mac/WebView/WebViewPrivate.h
b/Source/WebKit/mac/WebView/WebViewPrivate.h
index
e192604
..
26f5da7
100644
(file)
--- a/
Source/WebKit/mac/WebView/WebViewPrivate.h
+++ b/
Source/WebKit/mac/WebView/WebViewPrivate.h
@@
-642,6
+642,9
@@
Could be worth adding to the API.
*/
+ (void)_setHTTPPipeliningEnabled:(BOOL)enabled;
+// SPI for DumpRenderTree
+- (void)_setVisibilityState:(int)visibilityState isInitialState:(BOOL)isInitialState;
+
@end
@interface WebView (WebViewPrintingPrivate)