Bug 90295

Summary: [BlackBerry] Allow surface resizing for use cases other than rotation
Product: WebKit Reporter: Jakob Petsovits <jpetsovits>
Component: WebKit BlackBerryAssignee: Jakob Petsovits <jpetsovits>
Status: RESOLVED FIXED    
Severity: Normal CC: anilsson, manyoso, mifenton, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jakob Petsovits 2012-06-29 10:26:46 PDT
Right now we rely on the window/backing buffer to be always big enough to cover all sizes that we're resizing the WebPage to. That's good for performance, but in some cases we'd like to cover a smaller area and would rather save memory than to avoid reallocations on resizing. Patch below.
Comment 1 Jakob Petsovits 2012-06-29 10:35:07 PDT
Created attachment 150215 [details]
Patch
Comment 2 Arvid Nilsson 2012-06-29 13:14:34 PDT
This looks good to me, I volunteer to be "internal reviewer" =)
Comment 3 George Staikos 2012-06-30 04:48:40 PDT
Comment on attachment 150215 [details]
Patch

r+
Comment 4 WebKit Review Bot 2012-06-30 04:56:56 PDT
Comment on attachment 150215 [details]
Patch

Clearing flags on attachment: 150215

Committed r121626: <http://trac.webkit.org/changeset/121626>
Comment 5 WebKit Review Bot 2012-06-30 04:57:00 PDT
All reviewed patches have been landed.  Closing bug.