Title: [165146] trunk/WebKitLibraries
Revision
165146
Author
[email protected]
Date
2014-03-05 17:20:05 -0800 (Wed, 05 Mar 2014)

Log Message

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

And remember to copy the header file!

* WebKitSystemInterface.h:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (165145 => 165146)


--- trunk/WebKitLibraries/ChangeLog	2014-03-06 01:02:45 UTC (rev 165145)
+++ trunk/WebKitLibraries/ChangeLog	2014-03-06 01:20:05 UTC (rev 165146)
@@ -1,6 +1,14 @@
 2014-03-05  Dean Jackson  <[email protected]>
 
         https://bugs.webkit.org/show_bug.cgi?id=129722
+
+        And remember to copy the header file!
+
+        * WebKitSystemInterface.h:
+
+2014-03-05  Dean Jackson  <[email protected]>
+
+        https://bugs.webkit.org/show_bug.cgi?id=129722
         Update WKSI.
 
         * libWebKitSystemInterfaceLion.a:

Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (165145 => 165146)


--- trunk/WebKitLibraries/WebKitSystemInterface.h	2014-03-06 01:02:45 UTC (rev 165145)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h	2014-03-06 01:20:05 UTC (rev 165146)
@@ -108,6 +108,9 @@
 BOOL WKShouldBlockPlugin(NSString *bundleIdentifier, NSString *bundleVersionString);
 BOOL WKIsPluginUpdateAvailable(NSString *bundleIdentifier);
 
+BOOL WKShouldBlockWebGL();
+BOOL WKShouldSuggestBlockingWebGL();
+
 // Remote Accessibility API.
 #if !TARGET_OS_IPHONE
 void WKAXRegisterRemoteApp(void);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to