Bug 79658 - [Qt] Fixed incorrect size pixmap creation for a new transparency layer.
Summary: [Qt] Fixed incorrect size pixmap creation for a new transparency layer.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 79659
  Show dependency treegraph
 
Reported: 2012-02-27 03:47 PST by Dongseong Hwang
Modified: 2012-03-01 08:13 PST (History)
5 users (show)

See Also:


Attachments
patch (1.85 KB, patch)
2012-02-27 03:48 PST, Dongseong Hwang
no flags Details | Formatted Diff | Diff
patch v.2 (2.69 KB, patch)
2012-02-27 03:52 PST, Dongseong Hwang
hausmann: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dongseong Hwang 2012-02-27 03:47:06 PST
If QPainter does not have clipping, beginPlatformTransparencyLayer can create wrong size pixmap, so it causes incorrect rendering.
Comment 1 Dongseong Hwang 2012-02-27 03:48:24 PST
Created attachment 129005 [details]
patch
Comment 2 Dongseong Hwang 2012-02-27 03:52:25 PST
Created attachment 129006 [details]
patch v.2
Comment 3 Dongseong Hwang 2012-02-27 17:02:19 PST
Bug 79659 waits for this patch.
Comment 4 Simon Hausmann 2012-03-01 07:58:31 PST
(In reply to comment #3)
> Bug 79659 waits for this patch.

Then let's make it blocking :)
Comment 5 WebKit Review Bot 2012-03-01 08:02:14 PST
Comment on attachment 129006 [details]
patch v.2

Rejecting attachment 129006 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1

ERROR: /mnt/git/webkit-commit-queue/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).

Full output: http://queues.webkit.org/results/11770496
Comment 6 Simon Hausmann 2012-03-01 08:13:46 PST
Committed r109347: <http://trac.webkit.org/changeset/109347>