Bug 92157 - [BlackBerry] Do not call settings setters twice on page construction
Summary: [BlackBerry] Do not call settings setters twice on page construction
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Rob Buis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-24 13:42 PDT by Rob Buis
Modified: 2013-01-04 08:51 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.41 KB, patch)
2012-07-24 13:50 PDT, Rob Buis
yong.li.webkit: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Buis 2012-07-24 13:42:13 PDT
The WebPagePrivate init method sets some settings value that were already set in didChangeSettings, do that only once per page construction.
Comment 1 Rob Buis 2012-07-24 13:50:21 PDT
Created attachment 154135 [details]
Patch
Comment 2 Rob Buis 2013-01-04 08:51:26 PST
This landed in r123526, closing.