Bug 80288 - Make it explicit when we are allowing updates to the actual backing store or the tile buffers
Summary: Make it explicit when we are allowing updates to the actual backing store or ...
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: Alexander Færøy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 08:01 PST by Alexander Færøy
Modified: 2012-03-06 04:22 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.78 KB, patch)
2012-03-05 08:04 PST, Alexander Færøy
noam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Færøy 2012-03-05 08:01:17 PST
We need to make it more clean when we are disallowing updates to either the actual backing store (recreating the tiled region) or to the tile buffers, as this has caused confusions in the past.
Comment 1 Alexander Færøy 2012-03-05 08:04:46 PST
Created attachment 130136 [details]
Patch
Comment 2 Noam Rosenthal 2012-03-05 09:17:55 PST
Comment on attachment 130136 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=130136&action=review

> Source/WebCore/ChangeLog:3
> +        Make it explit when we are allowing updates to the actual backing store or the tile buffers

you mean explicit?
Comment 3 Alexander Færøy 2012-03-06 04:22:22 PST
Committed r109897: <http://trac.webkit.org/changeset/109897>