Skip to content

Commit 8447e6a

Browse files
committed
[1270] Disably async decoding of large images
1 parent bfc66f1 commit 8447e6a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source/WTF/Scripts/Preferences/WebPreferences.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,11 +1142,11 @@ LargeImageAsyncDecodingEnabled:
11421142
type: bool
11431143
defaultValue:
11441144
WebKitLegacy:
1145-
default: true
1145+
default: false
11461146
WebKit:
1147-
default: true
1147+
default: false
11481148
WebCore:
1149-
default: true
1149+
default: false
11501150

11511151
LayoutFallbackWidth:
11521152
type: uint32_t

0 commit comments

Comments
 (0)