Changeset 242350 in webkit
- Timestamp:
- Mar 4, 2019, 4:03:26 AM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Shared/WebPreferencesDefaultValues.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r242346 r242350 1 2019-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 1 14 2019-03-04 Carlos Garcia Campos <cgarcia@igalia.com> 2 15 -
trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h
r242045 r242350 215 215 #endif 216 216 217 #if PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(GTK)217 #if PLATFORM(MAC) || PLATFORM(IOS) 218 218 #define DEFAULT_PROCESS_SWAP_ON_CROSS_SITE_NAVIGATION_ENABLED true 219 219 #else
Note:
See TracChangeset
for help on using the changeset viewer.