Title: [149442] trunk/WebKitLibraries
Revision
149442
Author
a...@apple.com
Date
2013-05-01 11:26:51 -0700 (Wed, 01 May 2013)

Log Message

        Update WebKitSystemInterface.

        * WebKitSystemInterface.h:
        * libWebKitSystemInterfaceLion.a:
        * libWebKitSystemInterfaceMountainLion.a:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (149441 => 149442)


--- trunk/WebKitLibraries/ChangeLog	2013-05-01 18:14:59 UTC (rev 149441)
+++ trunk/WebKitLibraries/ChangeLog	2013-05-01 18:26:51 UTC (rev 149442)
@@ -1,3 +1,11 @@
+2013-05-01  Alexey Proskuryakov  <a...@apple.com>
+
+        Update WebKitSystemInterface.
+
+        * WebKitSystemInterface.h:
+        * libWebKitSystemInterfaceLion.a:
+        * libWebKitSystemInterfaceMountainLion.a:
+
 2013-04-29  Chris Fleizach  <cfleiz...@apple.com>
 
         WEB SPEECH: need to identify the default voice per language

Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (149441 => 149442)


--- trunk/WebKitLibraries/WebKitSystemInterface.h	2013-05-01 18:14:59 UTC (rev 149441)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h	2013-05-01 18:26:51 UTC (rev 149442)
@@ -261,6 +261,7 @@
 void WKCFURLRequestSetHTTPRequestBodyParts(CFMutableURLRequestRef, CFArrayRef bodyParts);
 
 void WKSetVisibleApplicationName(CFStringRef);
+void WKSetApplicationInformationItem(CFStringRef key, CFTypeRef value);
 
 CFURLRef WKCopyBundleURLForExecutableURL(CFURLRef);
 
@@ -494,7 +495,10 @@
 bool WKUnregisterOcclusionNotificationHandler(WKOcclusionNotificationType, WKOcclusionNotificationHandler);
 bool WKEnableWindowOcclusionNotifications(NSInteger windowID, bool *outCurrentOcclusionState);
 
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
 extern const NSSystemBehaviors WKProcessSuppressionSystemBehaviors;
+#pragma clang diagnostic pop
 #endif
 
 bool WKIsJavaPlugInActive(void);

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceLion.a


(Binary files differ)

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceMountainLion.a


(Binary files differ)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to