Bug 128947

Summary: [iOS, WebKit2] Add settings and correct default values for settings important on iOS
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch simon.fraser: review+

Description Sam Weinig 2014-02-17 18:43:40 PST
[iOS, WebKit2] Add settings and correct default values for settings important on iOS
Comment 1 Sam Weinig 2014-02-17 18:45:10 PST
Created attachment 224454 [details]
Patch
Comment 2 Sam Weinig 2014-02-17 19:00:49 PST
Created attachment 224456 [details]
Patch
Comment 3 Sam Weinig 2014-02-17 19:45:23 PST
Committed r164267: <http://trac.webkit.org/changeset/164267>
Comment 4 Alexey Proskuryakov 2014-02-18 10:35:27 PST
This patch appears to have broken OS X, compositing/tiling/huge-layer-img.html regression test now asserts every time.
Comment 5 Simon Fraser (smfr) 2014-02-18 11:11:57 PST
Odd, I don't think any of those prefs would affect compositing.
Comment 6 Alexey Proskuryakov 2014-02-18 11:52:40 PST
The reason is that this patch added a settings.setMaximumDecodedImageSize() call on Mac, which exposed bug 127029, previously iOS only.

Sam is going to remove the setMaximumDecodedImageSize() call for now.