Bug 116545 - [BlackBerry] Compositor API change: Don't pass the unused "viewport" parameter
Summary: [BlackBerry] Compositor API change: Don't pass the unused "viewport" parameter
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: Jakob Petsovits
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-21 08:56 PDT by Jakob Petsovits
Modified: 2013-05-23 23:07 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.97 KB, patch)
2013-05-21 08:58 PDT, Jakob Petsovits
no flags Details | Formatted Diff | Diff
Patch (6.05 KB, patch)
2013-05-21 12:02 PDT, Jakob Petsovits
no flags Details | Formatted Diff | Diff
Patch (5.92 KB, patch)
2013-05-21 13:28 PDT, Jakob Petsovits
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakob Petsovits 2013-05-21 08:56:43 PDT
The "viewport" parameter in WebPageCompositor::render() is an artifact of our port's historical development, both unused and unnecessary. We should get rid of it.
Also change the name of the "documentContents" parameter to the more descriptive "documentSrcRect".
Patch below.
Comment 1 Jakob Petsovits 2013-05-21 08:58:57 PDT
Created attachment 202437 [details]
Patch
Comment 2 Arvid Nilsson 2013-05-21 11:51:59 PDT
Comment on attachment 202437 [details]
Patch

LGTM, nice cleanup
Comment 3 Jakob Petsovits 2013-05-21 12:02:36 PDT
Created attachment 202455 [details]
Patch

Mike Fenton recently changed indentations, update patch to apply against current trunk.
Comment 4 Jakob Petsovits 2013-05-21 13:28:38 PDT
Created attachment 202465 [details]
Patch

Bug 116542 modifies a clashing hunk and with it (probably) not getting in, update the patch to apply against the state of the code without the other patch.
Comment 5 Rob Buis 2013-05-23 20:51:38 PDT
Comment on attachment 202465 [details]
Patch

Ok.
Comment 6 WebKit Commit Bot 2013-05-23 23:07:35 PDT
Comment on attachment 202465 [details]
Patch

Clearing flags on attachment: 202465

Committed r150625: <http://trac.webkit.org/changeset/150625>
Comment 7 WebKit Commit Bot 2013-05-23 23:07:37 PDT
All reviewed patches have been landed.  Closing bug.