Title: [129565] trunk/WebKitLibraries
Revision
129565
Author
[email protected]
Date
2012-09-25 15:54:19 -0700 (Tue, 25 Sep 2012)

Log Message

<rdar://problem/12351906> Have DumpRenderTree and WebKitTestRunner crash logs show which test crashed

Reviewed by Tim Horton.

New WKSI libraries and header.

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

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (129564 => 129565)


--- trunk/WebKitLibraries/ChangeLog	2012-09-25 22:52:34 UTC (rev 129564)
+++ trunk/WebKitLibraries/ChangeLog	2012-09-25 22:54:19 UTC (rev 129565)
@@ -1,3 +1,16 @@
+2012-09-25  Simon Fraser  <[email protected]>
+
+        <rdar://problem/12351906> Have DumpRenderTree and WebKitTestRunner crash logs show which test crashed
+
+        Reviewed by Tim Horton.
+
+        New WKSI libraries and header.
+
+        * WebKitSystemInterface.h:
+        * libWebKitSystemInterfaceLion.a:
+        * libWebKitSystemInterfaceMountainLion.a:
+        * libWebKitSystemInterfaceSnowLeopard.a:
+
 2012-09-08  Sam Weinig  <[email protected]>
 
         Switch to entering the sandbox directly from main(), rather than waiting for the initialization message

Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (129564 => 129565)


--- trunk/WebKitLibraries/WebKitSystemInterface.h	2012-09-25 22:52:34 UTC (rev 129564)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h	2012-09-25 22:54:19 UTC (rev 129565)
@@ -461,6 +461,8 @@
 
 CFStringRef WKCopyDefaultSearchProviderDisplayName(void);
 
+void WKSetCrashReportApplicationSpecificInformation(CFStringRef);
+
 NSURL* WKAVAssetResolvedURL(AVAsset*);
 
 NSCursor *WKCursor(const char *name);

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceLion.a


(Binary files differ)

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceMountainLion.a


(Binary files differ)

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a


(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to