Title: [185212] trunk/Source/WebKit2
Revision
185212
Author
m...@apple.com
Date
2015-06-04 12:37:26 -0700 (Thu, 04 Jun 2015)

Log Message

[Cocoa] Expose interruptedForPolicyChangeError
https://bugs.webkit.org/show_bug.cgi?id=145627

Reviewed by Anders Carlsson.

* UIProcess/API/Cocoa/WKErrorPrivate.h: Added WKErrorCodeFrameLoadInterruptedByPolicyChange with the same value as
kWKErrorCodeFrameLoadInterruptedByPolicyChange.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (185211 => 185212)


--- trunk/Source/WebKit2/ChangeLog	2015-06-04 19:33:19 UTC (rev 185211)
+++ trunk/Source/WebKit2/ChangeLog	2015-06-04 19:37:26 UTC (rev 185212)
@@ -1,3 +1,13 @@
+2015-06-03  Dan Bernstein  <m...@apple.com>
+
+        [Cocoa] Expose interruptedForPolicyChangeError
+        https://bugs.webkit.org/show_bug.cgi?id=145627
+
+        Reviewed by Anders Carlsson.
+
+        * UIProcess/API/Cocoa/WKErrorPrivate.h: Added WKErrorCodeFrameLoadInterruptedByPolicyChange with the same value as
+        kWKErrorCodeFrameLoadInterruptedByPolicyChange.
+
 2015-06-04  Chris Dumez  <cdu...@apple.com>
 
         [WK2] Prune more resources from the MemoryCache before process suspension

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKErrorPrivate.h (185211 => 185212)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKErrorPrivate.h	2015-06-04 19:33:19 UTC (rev 185211)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKErrorPrivate.h	2015-06-04 19:37:26 UTC (rev 185212)
@@ -30,6 +30,7 @@
 WK_EXTERN NSString * const _WKLegacyErrorDomain WK_AVAILABLE(WK_MAC_TBA, 8_3);
 
 typedef NS_ENUM(NSInteger, _WKLegacyErrorCode) {
+    _WKErrorCodeFrameLoadInterruptedByPolicyChange = 102 WK_ENUM_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA),
     _WKLegacyErrorPlugInWillHandleLoad = 204,
 } WK_ENUM_AVAILABLE(WK_MAC_TBA, 8_3);
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to