Changeset 253382 in webkit


Ignore:
Timestamp:
Dec 11, 2019 11:30:32 AM (4 years ago)
Author:
jiewen_tan@apple.com
Message:

Unreviewed, a nit after r253366

  • UIProcess/API/Cocoa/_WKWebAuthenticationPanel.h:

Improve the naming of the new SPI a bit.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r253380 r253382  
     12019-12-11  Jiewen Tan  <jiewen_tan@apple.com>
     2
     3        Unreviewed, a nit after r253366
     4
     5        * UIProcess/API/Cocoa/_WKWebAuthenticationPanel.h:
     6        Improve the naming of the new SPI a bit.
     7
    182019-12-11  Wenson Hsieh  <wenson_hsieh@apple.com>
    29
  • trunk/Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.h

    r253366 r253382  
    6969- (void)panel:(_WKWebAuthenticationPanel *)panel updateWebAuthenticationPanel:(_WKWebAuthenticationPanelUpdate)update WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));
    7070- (void)panel:(_WKWebAuthenticationPanel *)panel dismissWebAuthenticationPanelWithResult:(_WKWebAuthenticationResult)result WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));
    71 - (void)panel:(_WKWebAuthenticationPanel *)panel requestPINWithRetries:(NSUInteger)retries completionHandler:(void (^)(NSData *))completionHandler WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));
     71- (void)panel:(_WKWebAuthenticationPanel *)panel requestPINWithRemainingRetries:(NSUInteger)retries completionHandler:(void (^)(NSData *))completionHandler WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));
    7272
    7373@end
Note: See TracChangeset for help on using the changeset viewer.