Bug 81368

Summary: [Qt][WK2] Avoid usage of manual scaling in the Qt scenegraph integration
Product: WebKit Reporter: Noam Rosenthal <noam>
Component: PlatformAssignee: Noam Rosenthal <noam>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, jturcotte, kenneth, menard, ostap73, webkit.review.bot, zoltan
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing
webkit.review.bot: commit-queue-
Patch
none
Patch none

Noam Rosenthal
Reported 2012-03-16 10:35:28 PDT
[Qt][WK2] Avoid usage of manual scaling in the Qt scenegraph integration
Attachments
Patch (14.34 KB, patch)
2012-03-16 10:39 PDT, Noam Rosenthal
no flags
Patch for landing (13.57 KB, patch)
2012-03-18 09:43 PDT, Noam Rosenthal
webkit.review.bot: commit-queue-
Patch (4.49 KB, patch)
2012-03-18 11:42 PDT, Noam Rosenthal
no flags
Patch (13.21 KB, patch)
2012-03-18 11:44 PDT, Noam Rosenthal
no flags
Noam Rosenthal
Comment 1 2012-03-16 10:39:35 PDT
Simon Hausmann
Comment 2 2012-03-18 03:49:21 PDT
Comment on attachment 132316 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=132316&action=review > Source/WebKit2/UIProcess/qt/QtWebPageSGNode.cpp:58 > + void setScale(float scale) { m_scale = scale; } m_scale as well as this setScale method seems unused, now that we have the transform node as a parent of this item. > Source/WebKit2/UIProcess/qt/QtWebPageSGNode.cpp:131 > + if (m_contentsNode) I think you can remove the if() here :)
Noam Rosenthal
Comment 3 2012-03-18 09:43:06 PDT
Created attachment 132494 [details] Patch for landing
WebKit Review Bot
Comment 4 2012-03-18 09:47:44 PDT
Comment on attachment 132494 [details] Patch for landing Rejecting attachment 132494 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: get.pri patching file Source/WebKit2/UIProcess/API/qt/qquickwebpage.cpp Hunk #1 FAILED at 23. Hunk #2 FAILED at 81. Hunk #3 FAILED at 191. 3 out of 3 hunks FAILED -- saving rejects to file Source/WebKit2/UIProcess/API/qt/qquickwebpage.cpp.rej patching file Source/WebKit2/UIProcess/qt/QtWebPageSGNode.cpp patching file Source/WebKit2/UIProcess/qt/QtWebPageSGNode.h Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue/ Full output: http://queues.webkit.org/results/11976635
Noam Rosenthal
Comment 5 2012-03-18 11:42:06 PDT
Noam Rosenthal
Comment 6 2012-03-18 11:44:04 PDT
WebKit Review Bot
Comment 7 2012-03-18 11:51:18 PDT
Comment on attachment 132499 [details] Patch Rejecting attachment 132499 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: get.pri patching file Source/WebKit2/UIProcess/API/qt/qquickwebpage.cpp Hunk #1 FAILED at 23. Hunk #2 FAILED at 81. Hunk #3 FAILED at 191. 3 out of 3 hunks FAILED -- saving rejects to file Source/WebKit2/UIProcess/API/qt/qquickwebpage.cpp.rej patching file Source/WebKit2/UIProcess/qt/QtWebPageSGNode.cpp patching file Source/WebKit2/UIProcess/qt/QtWebPageSGNode.h Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue/ Full output: http://queues.webkit.org/results/11975718
Noam Rosenthal
Comment 8 2012-03-18 15:06:16 PDT
Comment on attachment 132499 [details] Patch Patch should now apply.
WebKit Review Bot
Comment 9 2012-03-18 15:52:19 PDT
Comment on attachment 132499 [details] Patch Clearing flags on attachment: 132499 Committed r111138: <http://trac.webkit.org/changeset/111138>
WebKit Review Bot
Comment 10 2012-03-18 15:52:25 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.