Changeset 176460 in webkit
- Timestamp:
- Nov 21, 2014, 12:11:47 PM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/mac/WKActionMenuController.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r176459 r176460 1 2014-11-21 Tim Horton <timothy_horton@apple.com> 2 3 REGRESSION (r176238): Mailto links are getting preloaded, which results in a compose window 4 https://bugs.webkit.org/show_bug.cgi?id=138972 5 6 Reviewed by Beth Dakin. 7 8 * UIProcess/mac/WKActionMenuController.mm: 9 (-[WKActionMenuController willOpenMenu:withEvent:]): 10 Only preload links. 11 1 12 2014-11-21 Anders Carlsson <andersca@apple.com> 2 13 -
trunk/Source/WebKit2/UIProcess/mac/WKActionMenuController.mm
r176430 r176460 211 211 } 212 212 213 if (![self isMenuForTextContent]) {214 213 #if WK_API_ENABLED 214 if (_type == kWKActionMenuLink) 215 215 [self _createPreviewPopover]; 216 216 #endif 217 218 if (![self isMenuForTextContent]) { 217 219 _page->clearSelection(); 218 220 return;
Note:
See TracChangeset
for help on using the changeset viewer.