Changeset 187319 in webkit
- Timestamp:
- Jul 24, 2015, 12:54:29 AM (11 years ago)
- Location:
- branches/safari-601.1-branch/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/ios/WKContentViewInteraction.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-601.1-branch/Source/WebKit2/ChangeLog
r187316 r187319 1 2015-07-24 Matthew Hanson <matthew_hanson@apple.com> 2 3 Merge r187212. rdar://problem/21945775 4 5 2015-07-22 Timothy Horton <timothy_horton@apple.com> 6 7 Fix the build 8 9 * UIProcess/ios/WKContentViewInteraction.mm: 10 (-[WKContentView setupInteraction]): 11 (-[WKContentView cleanupInteraction]): 12 1 13 2015-07-24 Matthew Hanson <matthew_hanson@apple.com> 2 14 -
branches/safari-601.1-branch/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm
r187315 r187319 342 342 [self addGestureRecognizer:_longPressGestureRecognizer.get()]; 343 343 344 #if HAVE(LINK_PREVIEW) 344 345 [self _registerPreview]; 346 #endif 345 347 346 348 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(_resetShowingTextStyle:) name:UIMenuControllerDidHideMenuNotification object:nil]; … … 399 401 } 400 402 403 #if HAVE(LINK_PREVIEW) 401 404 [self _unregisterPreview]; 405 #endif 406 402 407 if (_fileUploadPanel) { 403 408 [_fileUploadPanel setDelegate:nil];
Note:
See TracChangeset
for help on using the changeset viewer.