Changeset 231907 in webkit


Ignore:
Timestamp:
May 17, 2018 9:37:46 AM (6 years ago)
Author:
ggaren@apple.com
Message:

Update touch event tracking type on every touch
https://bugs.webkit.org/show_bug.cgi?id=184250

Patch by Tadeu Zagallo <​Tadeu Zagallo>
Reviewed by Geoffrey Garen.

Fixed up some ChangeLog typos.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r231899 r231907  
    2392392018-05-15  Tadeu Zagallo  <tzagallo@apple.com>
    240240
    241         Update touch event tracking type on every touch
     241        Update touch event tracking types on every touch
    242242        https://bugs.webkit.org/show_bug.cgi?id=184250
    243243        <rdar://problem/39145092>
     
    245245        Reviewed by Geoffrey Garen.
    246246
    247         The tracking type for touch events were only update on touchstart, which meant that event
     247        The tracking types for touch events were only update on touchstart, which meant that event
    248248        listeners added after the touchstart would always be treated as passive, even if explicitly
    249249        setting passive to false.
  • trunk/Source/WebKit/ChangeLog

    r231903 r231907  
    2072072018-05-15  Tadeu Zagallo  <tzagallo@apple.com>
    208208
    209         Update touch event tracking type on every touch
     209        Update touch event tracking types on every touch
    210210        https://bugs.webkit.org/show_bug.cgi?id=184250
    211211        <rdar://problem/39145092>
     
    213213        Reviewed by Geoffrey Garen.
    214214
    215         The tracking type for touch events were only update on touchstart, which meant that event
     215        The tracking types for touch events were only update on touchstart, which meant that event
    216216        listeners added after the touchstart would always be treated as passive, even if explicitly
    217217        setting passive to false.
Note: See TracChangeset for help on using the changeset viewer.