⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 187325 in webkit


Ignore:
Timestamp:
Jul 24, 2015, 12:54:45 AM (11 years ago)
Author:
matthew_hanson@apple.com
Message:

Merge r187255. rdar://problem/21875510

Location:
branches/safari-601.1-branch/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-601.1-branch/Source/WebKit2/ChangeLog

    r187324 r187325  
     12015-07-24  Matthew Hanson  <matthew_hanson@apple.com>
     2
     3        Merge r187255. rdar://problem/21875510
     4
     5    2015-07-23  Yongjun Zhang  <yongjun_zhang@apple.com>
     6
     7            Adopt the new _previewItemControllerDidCancelPreview delegate method.
     8            https://bugs.webkit.org/show_bug.cgi?id=147238
     9
     10            Don't allow hightlight long press to trigger tap if the link preview is cancelled because
     11            the link is not preview-able.
     12
     13            Reviewed by Beth Dakin.
     14
     15            * UIProcess/ios/WKContentViewInteraction.mm:
     16            (-[WKContentView _previewItemControllerDidCancelPreview:]):
     17
    1182015-07-24  Matthew Hanson  <matthew_hanson@apple.com>
    219
  • branches/safari-601.1-branch/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm

    r187319 r187325  
    33893389}
    33903390
     3391- (void)_previewItemControllerDidCancelPreview:(UIPreviewItemController *)controller
     3392{
     3393    _highlightLongPressCanClick = NO;
     3394}
     3395
    33913396@end
    33923397
Note: See TracChangeset for help on using the changeset viewer.