Skip to content

Commit 7609a21

Browse files
authored
Merge pull request #1624 from asurdej-comcast/disable_plc_238
Keep PageLifecycleAPIEnabled disabled by default
2 parents 91fbefa + f992118 commit 7609a21

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Source/WTF/Scripts/Preferences/WebPreferences.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,9 +1722,9 @@ PageLifecycleAPIEnabled:
17221722
WebKitLegacy:
17231723
default: false
17241724
WebKit:
1725-
default: true
1725+
default: false
17261726
WebCore:
1727-
default: true
1727+
default: false
17281728

17291729
PageVisibilityBasedProcessSuppressionEnabled:
17301730
type: bool

Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ static void webkit_settings_class_init(WebKitSettingsClass* klass)
18511851
"enable-page-lifecycle",
18521852
_("Enable Page Lifecycle"),
18531853
_("Whether to enable the Page Lifecycle API."),
1854-
TRUE,
1854+
FALSE,
18551855
readWriteConstructParamFlags);
18561856

18571857
/**

0 commit comments

Comments
 (0)