Changeset 185794 in webkit


Ignore:
Timestamp:
Jun 20, 2015 8:57:03 AM (9 years ago)
Author:
mitz@apple.com
Message:

Added availability information to a recently-added delegate method.

Suggested by Alexey Proskuryakov and Anders Carlsson.

  • UIProcess/API/Cocoa/WKUIDelegate.h: Annotated -webViewDidClose:.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r185790 r185794  
     12015-06-20  Dan Bernstein  <mitz@apple.com>
     2
     3        Added availability information to a recently-added delegate method.
     4
     5        Suggested by Alexey Proskuryakov and Anders Carlsson.
     6
     7        * UIProcess/API/Cocoa/WKUIDelegate.h: Annotated -webViewDidClose:.
     8
    192015-06-20  Ryuan Choi  <ryuan.choi@navercorp.com>
    210
     
    563756452015-05-12  Dan Bernstein  <mitz@apple.com>
    56385646
    5639         In Safari, Debug > Get Bytecode Profile crashes the Web Content process
     5647        <rdar://problem/17414349> In Safari, Debug > Get Bytecode Profile crashes the Web Content process
    56405648        https://bugs.webkit.org/show_bug.cgi?id=144944
    56415649
  • trunk/Source/WebKit2/UIProcess/API/Cocoa/WKUIDelegate.h

    r185653 r185794  
    6363  the UI as needed, such as by closing the containing browser tab or window.
    6464  */
    65 - (void)webViewDidClose:(WKWebView *)webView;
     65- (void)webViewDidClose:(WKWebView *)webView WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
    6666
    6767/*! @abstract Displays a JavaScript alert panel.
Note: See TracChangeset for help on using the changeset viewer.