WebKit Bugzilla
Attachment 362832 Details for
Bug 194979
: [GTK][WPE] Enable PSON
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194979-20190223150754.patch (text/plain), 1.40 KB, created by
Michael Catanzaro
on 2019-02-23 13:07:55 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Michael Catanzaro
Created:
2019-02-23 13:07:55 PST
Size:
1.40 KB
patch
obsolete
>Subversion Revision: 241995 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index f15f2669e53cda130ad02b6f44dbc637274fd30a..8639e3d3294361f2f44086d6d630329c1e568f37 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,17 @@ >+2019-02-23 Michael Catanzaro <mcatanzaro@igalia.com> >+ >+ [WPE][GTK] Enable PSON >+ https://bugs.webkit.org/show_bug.cgi?id=194979 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Enable PSON for WPE and GTK. >+ >+ 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: >+ > 2019-02-23 Keith Miller <keith_miller@apple.com> > > Add new mac target numbers >diff --git a/Source/WebKit/Shared/WebPreferencesDefaultValues.h b/Source/WebKit/Shared/WebPreferencesDefaultValues.h >index 6e82173b0cb2cbe91531041dec2708c50dfbfe83..97228eedc8feb89201491af61b02855dabb641a4 100644 >--- a/Source/WebKit/Shared/WebPreferencesDefaultValues.h >+++ b/Source/WebKit/Shared/WebPreferencesDefaultValues.h >@@ -214,7 +214,7 @@ > #define DEFAULT_POINTER_EVENTS_ENABLED false > #endif > >-#if PLATFORM(MAC) || PLATFORM(IOS) >+#if PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(WPE) || PLATFORM(GTK) > #define DEFAULT_PROCESS_SWAP_ON_CROSS_SITE_NAVIGATION_ENABLED true > #else > #define DEFAULT_PROCESS_SWAP_ON_CROSS_SITE_NAVIGATION_ENABLED false
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194979
:
362832
|
362902
|
371478