Changeset 243673 in webkit


Ignore:
Timestamp:
Mar 29, 2019 7:56:17 PM (5 years ago)
Author:
Alan Bujtas
Message:

[ContentChangeObserver] Expand DOM timer observation to 350ms
https://bugs.webkit.org/show_bug.cgi?id=196411
<rdar://problem/49391144>

Reviewed by Simon Fraser.

Source/WebCore:

imdb.com main page has 350ms hover intent timer to bring up the hover menus around the search bar.

Test: fast/events/touch/ios/content-observation/350ms-hover-intent.html

  • page/ios/ContentChangeObserver.cpp:

LayoutTests:

  • fast/events/touch/ios/content-observation/350ms-hover-intent-expected.txt: Added.
  • fast/events/touch/ios/content-observation/350ms-hover-intent.html: Added.
Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r243671 r243673  
     12019-03-29  Zalan Bujtas  <zalan@apple.com>
     2
     3        [ContentChangeObserver] Expand DOM timer observation to 350ms
     4        https://bugs.webkit.org/show_bug.cgi?id=196411
     5        <rdar://problem/49391144>
     6
     7        Reviewed by Simon Fraser.
     8
     9        * fast/events/touch/ios/content-observation/350ms-hover-intent-expected.txt: Added.
     10        * fast/events/touch/ios/content-observation/350ms-hover-intent.html: Added.
     11
    1122019-03-29  John Wilander  <wilander@apple.com>
    213
  • trunk/Source/WebCore/ChangeLog

    r243671 r243673  
     12019-03-29  Zalan Bujtas  <zalan@apple.com>
     2
     3        [ContentChangeObserver] Expand DOM timer observation to 350ms
     4        https://bugs.webkit.org/show_bug.cgi?id=196411
     5        <rdar://problem/49391144>
     6
     7        Reviewed by Simon Fraser.
     8
     9        imdb.com main page has 350ms hover intent timer to bring up the hover menus around the search bar.
     10
     11        Test: fast/events/touch/ios/content-observation/350ms-hover-intent.html
     12
     13        * page/ios/ContentChangeObserver.cpp:
     14
    1152019-03-29  John Wilander  <wilander@apple.com>
    216
  • trunk/Source/WebCore/page/ios/ContentChangeObserver.cpp

    r243556 r243673  
    4040namespace WebCore {
    4141
    42 static const Seconds maximumDelayForTimers { 300_ms };
     42static const Seconds maximumDelayForTimers { 350_ms };
    4343static const Seconds maximumDelayForTransitions { 300_ms };
    4444
Note: See TracChangeset for help on using the changeset viewer.