Changeset 243760 in webkit
- Timestamp:
- Apr 2, 2019, 2:11:50 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/fast/events/touch/ios/content-observation/400ms-hover-intent-expected.txt (added)
-
LayoutTests/fast/events/touch/ios/content-observation/400ms-hover-intent.html (added)
-
Source/WebCore/ChangeLog (modified) (1 diff)
-
Source/WebCore/page/ios/ContentChangeObserver.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r243756 r243760 1 2019-04-02 Zalan Bujtas <zalan@apple.com> 2 3 [ContentChangeObserver] Hover menus do not function on fidelity.com 4 https://bugs.webkit.org/show_bug.cgi?id=196507 5 <rdar://problem/49496520> 6 7 Reviewed by Simon Fraser. 8 9 * fast/events/touch/ios/content-observation/400ms-hover-intent-expected.txt: Added. 10 * fast/events/touch/ios/content-observation/400ms-hover-intent.html: Added. 11 1 12 2019-04-02 Chris Dumez <cdumez@apple.com> 2 13 -
trunk/Source/WebCore/ChangeLog
r243758 r243760 1 2019-04-02 Zalan Bujtas <zalan@apple.com> 2 3 [ContentChangeObserver] Hover menus do not function on fidelity.com 4 https://bugs.webkit.org/show_bug.cgi?id=196507 5 <rdar://problem/49496520> 6 7 Reviewed by Simon Fraser. 8 9 fidelity.com has 400ms hover intent timer to bring up the main menus. 10 11 Test: fast/events/touch/ios/content-observation/400ms-hover-intent.html 12 13 * page/ios/ContentChangeObserver.cpp: 14 1 15 2019-04-02 Timothy Hatcher <timothy@apple.com> 2 16 -
trunk/Source/WebCore/page/ios/ContentChangeObserver.cpp
r243752 r243760 41 41 namespace WebCore { 42 42 43 static const Seconds maximumDelayForTimers { 350_ms };43 static const Seconds maximumDelayForTimers { 400_ms }; 44 44 static const Seconds maximumDelayForTransitions { 300_ms }; 45 45
Note:
See TracChangeset
for help on using the changeset viewer.