Bug 80980

Summary: [Qt] Set correct device width and height
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: WebKit2Assignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED FIXED    
Severity: Normal CC: menard, webkit.review.bot, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Allan Sandfeld Jensen 2012-03-13 03:51:29 PDT
Currently the device width and height has been hard-coded to 720x480 in Qt WebKit2. Instead of using a hard-coded width and height, we should use the actual size of the qquickwebview, which on physical device will be the device size, and on a desktop will be the size of the window or simulator.
Comment 1 Allan Sandfeld Jensen 2012-03-13 03:54:16 PDT
Created attachment 131587 [details]
Patch
Comment 2 WebKit Review Bot 2012-03-13 05:25:10 PDT
Comment on attachment 131587 [details]
Patch

Clearing flags on attachment: 131587

Committed r110553: <http://trac.webkit.org/changeset/110553>
Comment 3 WebKit Review Bot 2012-03-13 05:25:15 PDT
All reviewed patches have been landed.  Closing bug.