Bug 82000 - [BlackBerry] Need to store the meta info of a page in the ViewState of the history
Summary: [BlackBerry] Need to store the meta info of a page in the ViewState of the hi...
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: Charles Wei
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 18:03 PDT by Charles Wei
Modified: 2012-03-22 19:42 PDT (History)
5 users (show)

See Also:


Attachments
Need to remember some meta info in the viewstate of the history item. (4.99 KB, patch)
2012-03-22 18:52 PDT, Charles Wei
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Wei 2012-03-22 18:03:03 PDT
Currently the meta viewport info is stored in WebPagePrivate,  like minimumScale, maximumScale, userScalable.
Pages share the same instance of WebPagePrivate when you navigate back and forth. if we don't store the meta
info in the viewstate of the history item, it's very possible the value of last page will be carried over to the next.
Comment 1 Charles Wei 2012-03-22 18:10:29 PDT
Interal tracking:  145057
Comment 2 Charles Wei 2012-03-22 18:52:17 PDT
Created attachment 133409 [details]
Need to remember some meta info in the viewstate of the history item.
Comment 3 Rob Buis 2012-03-22 18:58:37 PDT
Comment on attachment 133409 [details]
Need to remember some meta info in the viewstate of the history item.

Looks good.
Comment 4 Charles Wei 2012-03-22 18:59:36 PDT
Comment on attachment 133409 [details]
Need to remember some meta info in the viewstate of the history item.

Thanks, Rob.
Comment 5 WebKit Review Bot 2012-03-22 19:42:27 PDT
Comment on attachment 133409 [details]
Need to remember some meta info in the viewstate of the history item.

Clearing flags on attachment: 133409

Committed r111814: <http://trac.webkit.org/changeset/111814>
Comment 6 WebKit Review Bot 2012-03-22 19:42:32 PDT
All reviewed patches have been landed.  Closing bug.