WebKit Bugzilla
Attachment 343722 Details for
Bug 187104
: Make Link Preload an on-by-default feature
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-187104-20180627103355.patch (text/plain), 1.68 KB, created by
Tim Horton
on 2018-06-27 10:33:55 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tim Horton
Created:
2018-06-27 10:33:55 PDT
Size:
1.68 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 233262) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2018-06-27 Timothy Horton <timothy_horton@apple.com> >+ >+ Make Link Preload an on-by-default feature >+ https://bugs.webkit.org/show_bug.cgi?id=187104 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Shared/WebPreferences.yaml: >+ This should be on, not experimental. It already shipped on in the past. >+ > 2018-06-27 Chris Dumez <cdumez@apple.com> > > Regression(r233208): Completion handler does not get called on GTK port >Index: Source/WebKit/Shared/WebPreferences.yaml >=================================================================== >--- Source/WebKit/Shared/WebPreferences.yaml (revision 233262) >+++ Source/WebKit/Shared/WebPreferences.yaml (working copy) >@@ -1097,6 +1097,11 @@ StorageAccessPromptsEnabled: > defaultValue: true > webcoreBinding: RuntimeEnabledFeatures > >+LinkPreloadEnabled: >+ type: bool >+ defaultValue: true >+ webcoreBinding: RuntimeEnabledFeatures >+ > # For experimental features: > # The type should be boolean. > # You must provide a humanReadableName and humanReadableName for all experimental features. They >@@ -1128,14 +1133,6 @@ ImageBitmapOffscreenCanvasEnabled: > category: experimental > webcoreBinding: RuntimeEnabledFeatures > >-LinkPreloadEnabled: >- type: bool >- defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED >- humanReadableName: "Link Preload" >- humanReadableDescription: "Link preload support" >- category: experimental >- webcoreBinding: RuntimeEnabledFeatures >- > WebRTCLegacyAPIEnabled: > 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
Flags:
rniwa
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 187104
: 343722