Changeset 248535 in webkit


Ignore:
Timestamp:
Aug 12, 2019 11:42:20 AM (5 years ago)
Author:
Jonathan Bedard
Message:

Tapping buttons in Data Detectors lookup previews doesn't work (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=200579
<rdar://problem/54056519>

Reviewed by Megan Gardner.

  • Platform/spi/ios/UIKitSPI.h: Add _UIContextMenuStyle SPI.
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r248533 r248535  
     12019-08-12  Jonathan Bedard  <jbedard@apple.com>
     2
     3        Tapping buttons in Data Detectors lookup previews doesn't work (Follow-up fix)
     4        https://bugs.webkit.org/show_bug.cgi?id=200579
     5        <rdar://problem/54056519>
     6
     7        Reviewed by Megan Gardner.
     8
     9        * Platform/spi/ios/UIKitSPI.h: Add _UIContextMenuStyle SPI.
     10
    1112019-08-12  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h

    r248469 r248535  
    10831083@end
    10841084
     1085@interface _UIContextMenuStyle : NSObject <NSCopying>
     1086@end
     1087
    10851088#endif // USE(APPLE_INTERNAL_SDK)
    10861089
Note: See TracChangeset for help on using the changeset viewer.