Chromium Code Reviews| Index: Source/core/frame/Settings.in |
| diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
| index 2d7f653412eccd670e033199435c77b3c8cc898c..9f8e0bf124292f8144165300fb59e3a01929a377 100644 |
| --- a/Source/core/frame/Settings.in |
| +++ b/Source/core/frame/Settings.in |
| @@ -251,6 +251,11 @@ loadsImagesAutomatically initial=false, invalidate=ImageLoading |
| imagesEnabled initial=true, invalidate=ImageLoading |
| imageAnimationPolicy type=ImageAnimationPolicy, initial=ImageAnimationPolicyAllowed |
| +# Number of outstanding and pending tokens allowed in the background HTML |
| +# parser. A value of 0 indicates the parser should use its default value. |
| +backgroundHtmlParserOutstandingTokenLimit type=int, initial=0 |
| +backgroundHtmlParserPendingTokenLimit type=int, initial=0 |
|
Nate Chapin
2015/06/11 18:48:23
Should these be unsigned?
Bryan McQuade
2015/06/12 14:12:59
Ah, didn't know that was supported. Changed. Thank
|
| + |
| javaEnabled initial=false |
| pluginsEnabled initial=false |