Title: [185794] trunk/Source/WebKit2
Revision
185794
Author
[email protected]
Date
2015-06-20 08:57:03 -0700 (Sat, 20 Jun 2015)

Log Message

Added availability information to a recently-added delegate method.

Suggested by Alexey Proskuryakov and Anders Carlsson.

* UIProcess/API/Cocoa/WKUIDelegate.h: Annotated -webViewDidClose:.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (185793 => 185794)


--- trunk/Source/WebKit2/ChangeLog	2015-06-20 15:10:33 UTC (rev 185793)
+++ trunk/Source/WebKit2/ChangeLog	2015-06-20 15:57:03 UTC (rev 185794)
@@ -1,3 +1,11 @@
+2015-06-20  Dan Bernstein  <[email protected]>
+
+        Added availability information to a recently-added delegate method.
+
+        Suggested by Alexey Proskuryakov and Anders Carlsson.
+
+        * UIProcess/API/Cocoa/WKUIDelegate.h: Annotated -webViewDidClose:.
+
 2015-06-20  Ryuan Choi  <[email protected]>
 
         [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
@@ -5636,7 +5644,7 @@
 
 2015-05-12  Dan Bernstein  <[email protected]>
 
-        In Safari, Debug > Get Bytecode Profile crashes the Web Content process
+        <rdar://problem/17414349> In Safari, Debug > Get Bytecode Profile crashes the Web Content process
         https://bugs.webkit.org/show_bug.cgi?id=144944
 
         Reviewed by Darin Adler.

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKUIDelegate.h (185793 => 185794)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKUIDelegate.h	2015-06-20 15:10:33 UTC (rev 185793)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKUIDelegate.h	2015-06-20 15:57:03 UTC (rev 185794)
@@ -62,7 +62,7 @@
   @discussion Your app should remove the web view from the view hierarchy and update
   the UI as needed, such as by closing the containing browser tab or window.
   */
-- (void)webViewDidClose:(WKWebView *)webView;
+- (void)webViewDidClose:(WKWebView *)webView WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
 
 /*! @abstract Displays a _javascript_ alert panel.
  @param webView The web view invoking the delegate method.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to