WebKit Bugzilla
Attachment 368377 Details for
Bug 197331
: Enable Fetch Keep Alive by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197331-20190426183217.patch (text/plain), 1.90 KB, created by
youenn fablet
on 2019-04-26 18:32:19 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
youenn fablet
Created:
2019-04-26 18:32:19 PDT
Size:
1.90 KB
patch
obsolete
>Subversion Revision: 244694 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 69c97a99b8938d9c134f227a01e161929e7215f1..1333ec336a9138906e2a5877b3e86b09d694ee12 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,12 @@ >+2019-04-26 Youenn Fablet <youenn@apple.com> >+ >+ Enable Fetch Keep Alive by default >+ https://bugs.webkit.org/show_bug.cgi?id=197331 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Shared/WebPreferences.yaml: >+ > 2019-04-26 Youenn Fablet <youenn@apple.com> > > Use normal loading path for ping loads >diff --git a/Source/WebKit/Shared/WebPreferences.yaml b/Source/WebKit/Shared/WebPreferences.yaml >index 82deda83c54007752b64135951c6651e7d74d170..843b5cd5af10af78c2e7832024b08708c07e1e84 100644 >--- a/Source/WebKit/Shared/WebPreferences.yaml >+++ b/Source/WebKit/Shared/WebPreferences.yaml >@@ -1407,6 +1407,15 @@ AdClickAttributionEnabled: > webcoreBinding: RuntimeEnabledFeatures > category: experimental > >+FetchAPIKeepAliveEnabled: >+ type: bool >+ defaultValue: true >+ humanReadableName: "Fetch API Request KeepAlive" >+ humanReadableDescription: "Enable Fetch API Request KeepAlive" >+ category: experimental >+ webcoreBinding: RuntimeEnabledFeatures >+ webcoreName: fetchAPIKeepAliveEnabled >+ > # For internal features: > # The type should be boolean. > # You must provide a humanReadableName and humanReadableDescription for all debug features. They >@@ -1468,15 +1477,6 @@ LegacyOverflowScrollingTouchEnabled: > condition: ENABLE(OVERFLOW_SCROLLING_TOUCH) > category: internal > >-FetchAPIKeepAliveEnabled: >- type: bool >- defaultValue: false >- humanReadableName: "Fetch API Request KeepAlive" >- humanReadableDescription: "Enable Fetch API Request KeepAlive" >- category: internal >- webcoreBinding: RuntimeEnabledFeatures >- webcoreName: fetchAPIKeepAliveEnabled >- > WebGLCompressedTextureASTCSupportEnabled: > type: bool > defaultValue: 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 197331
: 368377