Changeset 187325 in webkit
- Timestamp:
- Jul 24, 2015, 12:54:45 AM (11 years ago)
- Location:
- branches/safari-601.1-branch/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/ios/WKContentViewInteraction.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-601.1-branch/Source/WebKit2/ChangeLog
r187324 r187325 1 2015-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 1 18 2015-07-24 Matthew Hanson <matthew_hanson@apple.com> 2 19 -
branches/safari-601.1-branch/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm
r187319 r187325 3389 3389 } 3390 3390 3391 - (void)_previewItemControllerDidCancelPreview:(UIPreviewItemController *)controller 3392 { 3393 _highlightLongPressCanClick = NO; 3394 } 3395 3391 3396 @end 3392 3397
Note:
See TracChangeset
for help on using the changeset viewer.