Changeset 230552 in webkit


Ignore:
Timestamp:
Apr 11, 2018 6:09:15 PM (6 years ago)
Author:
Said Abou-Hallawa
Message:

Unreviewed, rolling out r230523.

Introduced MotionMark regression

Reverted changeset:

"Deactivate the WindowServer connection for the WebContent
process."
https://bugs.webkit.org/show_bug.cgi?id=184451
https://trac.webkit.org/changeset/230523

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r230523 r230552  
     12018-04-11  Said Abou-Hallawa  <sabouhallawa@apple.com>
     2
     3        Unreviewed, rolling out r230523.
     4
     5        Introduced MotionMark regression
     6
     7        Reverted changeset:
     8
     9        "Deactivate the WindowServer connection for the WebContent
     10        process."
     11        https://bugs.webkit.org/show_bug.cgi?id=184451
     12        https://trac.webkit.org/changeset/230523
     13
    1142018-04-11  Per Arne Vollan  <pvollan@apple.com>
    215
  • trunk/Source/WTF/wtf/FeatureDefines.h

    r230523 r230552  
    239239
    240240#if !defined(ENABLE_WEBPROCESS_WINDOWSERVER_BLOCKING)
    241 #define ENABLE_WEBPROCESS_WINDOWSERVER_BLOCKING __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400
     241#define ENABLE_WEBPROCESS_WINDOWSERVER_BLOCKING 0
    242242#endif
    243243
Note: See TracChangeset for help on using the changeset viewer.