⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 242350 in webkit


Ignore:
Timestamp:
Mar 4, 2019, 4:03:26 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r242045.
https://bugs.webkit.org/show_bug.cgi?id=195273

WE not ready to enable PSON yet (Requested by KaL on #webkit).

Reverted changeset:

"[GTK] Enable PSON"
https://bugs.webkit.org/show_bug.cgi?id=194979
https://trac.webkit.org/changeset/242045

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r242346 r242350  
     12019-03-04  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r242045.
     4        https://bugs.webkit.org/show_bug.cgi?id=195273
     5
     6        WE not ready to enable PSON yet (Requested by KaL on #webkit).
     7
     8        Reverted changeset:
     9
     10        "[GTK] Enable PSON"
     11        https://bugs.webkit.org/show_bug.cgi?id=194979
     12        https://trac.webkit.org/changeset/242045
     13
    1142019-03-04  Carlos Garcia Campos  <cgarcia@igalia.com>
    215
  • trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h

    r242045 r242350  
    215215#endif
    216216
    217 #if PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(GTK)
     217#if PLATFORM(MAC) || PLATFORM(IOS)
    218218#define DEFAULT_PROCESS_SWAP_ON_CROSS_SITE_NAVIGATION_ENABLED true
    219219#else
Note: See TracChangeset for help on using the changeset viewer.