Bug 58933

Summary: [chromium] Clamp dirty regions on content layers to layer bounds
Product: WebKit Reporter: Adrienne Walker <enne>
Component: WebCore Misc.Assignee: Adrienne Walker <enne>
Status: RESOLVED FIXED    
Severity: Normal CC: enne, jamesr, senorblanco, vangelis
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch jamesr: review+

Description Adrienne Walker 2011-04-19 15:26:58 PDT
[chromium] Clamp dirty regions on content layers to layer bounds
Comment 1 Adrienne Walker 2011-04-19 15:30:08 PDT
Created attachment 90266 [details]
Patch
Comment 2 Adrienne Walker 2011-04-19 15:31:26 PDT
This is the WebKit fix for http://crbug.com/79749.
Comment 3 Vangelis Kokkevis 2011-04-19 16:33:10 PDT
Comment on attachment 90266 [details]
Patch

unofficial r+ although it probably needs a test too...
Comment 4 James Robinson 2011-04-19 16:36:03 PDT
Comment on attachment 90266 [details]
Patch

Agree re: test.  We're likely to be mucking about with this code a good bit over the next few weeks and I don't want to rewrite the same bug again without a test.
Comment 5 Adrienne Walker 2011-04-21 11:24:41 PDT
Because this manually fixes both the original bug and another test case that Vangelis found, I'm going to commit this but leave the bug open until I write a test case.
Comment 6 Stephen White 2011-04-21 11:33:38 PDT
(In reply to comment #5)
> Because this manually fixes both the original bug and another test case that Vangelis found, I'm going to commit this but leave the bug open until I write a test case.

Sounds good to me (unofficially).  Thanks very much for the quick fix!
Comment 7 Adrienne Walker 2011-04-21 11:39:29 PDT
Committed r84529: <http://trac.webkit.org/changeset/84529>
Comment 8 Adrienne Walker 2011-04-21 16:08:57 PDT
Good news, everybody! We already had three test cases that demonstrated this bug.

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=media%2Fcontrols-styling.html%2Cmedia%2Fvideo-volume-slider.html%2Cmedia%2Fvideo-zoom-controls.html&group=%40ToT%20GPU%20Mesa%20-%20chromium.org

...they were just all marked as IMAGE fail.