Bug 80980 - [Qt] Set correct device width and height
Summary: [Qt] Set correct device width and height
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-13 03:51 PDT by Allan Sandfeld Jensen
Modified: 2012-03-13 05:25 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.72 KB, patch)
2012-03-13 03:54 PDT, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff

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