Bug 79658

Summary: [Qt] Fixed incorrect size pixmap creation for a new transparency layer.
Product: WebKit Reporter: Dongseong Hwang <dongseong.hwang>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, kenneth, kling, webkit.review.bot, zherczeg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 79659    
Attachments:
Description Flags
patch
none
patch v.2 hausmann: review+, webkit.review.bot: commit-queue-

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>