Changeset 242045 in webkit


Ignore:
Timestamp:
Feb 25, 2019 10:04:07 AM (5 years ago)
Author:
Michael Catanzaro
Message:

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

Reviewed by Žan Doberšek.

It is expected that this may introduce unexpected regressions, so it's appropriate to do
this at the start of a new release cycle.

  • Shared/WebPreferencesDefaultValues.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r242042 r242045  
     12019-02-25  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [GTK] Enable PSON
     4        https://bugs.webkit.org/show_bug.cgi?id=194979
     5
     6        Reviewed by Žan Doberšek.
     7
     8        It is expected that this may introduce unexpected regressions, so it's appropriate to do
     9        this at the start of a new release cycle.
     10
     11        * Shared/WebPreferencesDefaultValues.h:
     12
    1132019-02-25  Michael Catanzaro  <mcatanzaro@igalia.com>
    214
  • trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h

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