| Index: Source/core/frame/Settings.in
|
| diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
|
| index d22d096668061b60e6557b4a43bf34cf950c07f6..2651582f5a21c8787c5d6c8e3024bfdcc1668e75 100644
|
| --- a/Source/core/frame/Settings.in
|
| +++ b/Source/core/frame/Settings.in
|
| @@ -256,6 +256,11 @@ imageAnimationPolicy type=ImageAnimationPolicy, initial=ImageAnimationPolicyAllo
|
| backgroundHtmlParserOutstandingTokenLimit type=unsigned, initial=0
|
| backgroundHtmlParserPendingTokenLimit type=unsigned, initial=0
|
|
|
| +# Html preload scanning is a fast, early scan of HTML documents to find loadable
|
| +# resources before the parser advances to them. If it is disabled, resources will
|
| +# be loaded later.
|
| +doHtmlPreloadScanning initial=true
|
| +
|
| javaEnabled initial=false
|
| pluginsEnabled initial=false
|
|
|
|
|