Bug 128947 - [iOS, WebKit2] Add settings and correct default values for settings important on iOS
Summary: [iOS, WebKit2] Add settings and correct default values for settings important...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-17 18:43 PST by Sam Weinig
Modified: 2014-02-18 11:52 PST (History)
1 user (show)

See Also:


Attachments
Patch (10.27 KB, patch)
2014-02-17 18:45 PST, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (9.94 KB, patch)
2014-02-17 19:00 PST, Sam Weinig
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.