Changeset 209192 in webkit


Ignore:
Timestamp:
Dec 1, 2016 12:12:38 PM (7 years ago)
Author:
Beth Dakin
Message:

Force clicking tests fail on some machines
https://bugs.webkit.org/show_bug.cgi?id=165263

Reviewed by Tim Horton.

Initialize com.apple.trackpad.forceClick to 1 so that we don’t have to depend on
the user account having this feature enabled.

  • WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm:

(WTR::InjectedBundle::platformInitialize):

  • WebKitTestRunner/mac/main.mm:

(setDefaultsToConsistentValuesForTesting):

Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r209179 r209192  
     12016-12-01  Beth Dakin  <bdakin@apple.com>
     2
     3        Force clicking tests fail on some machines
     4        https://bugs.webkit.org/show_bug.cgi?id=165263
     5
     6        Reviewed by Tim Horton.
     7
     8        Initialize com.apple.trackpad.forceClick to 1 so that we don’t have to depend on
     9        the user account having this feature enabled.
     10        * WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm:
     11        (WTR::InjectedBundle::platformInitialize):
     12        * WebKitTestRunner/mac/main.mm:
     13        (setDefaultsToConsistentValuesForTesting):
     14
    1152016-12-01  Yusuke Suzuki  <utatane.tea@gmail.com>
    216
  • trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm

    r202826 r209192  
    8282        @"AppleEnableSwipeNavigateWithScrolls": @YES,
    8383        @"com.apple.swipescrolldirection": @1,
     84        @"com.apple.trackpad.forceClick": @1,
    8485    };
    8586
  • trunk/Tools/WebKitTestRunner/mac/main.mm

    r207301 r209192  
    4141        @"AppleEnableSwipeNavigateWithScrolls": @YES,
    4242        @"com.apple.swipescrolldirection": @1,
     43        @"com.apple.trackpad.forceClick": @1,
    4344    };
    4445
Note: See TracChangeset for help on using the changeset viewer.