Bug 60901 - [Qt][WK2] Remove usage of ChunkedUpdateDrawingArea.
Summary: [Qt][WK2] Remove usage of ChunkedUpdateDrawingArea.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Qt, QtTriaged
Depends on: 61001
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-16 10:04 PDT by Andreas Kling
Modified: 2011-05-18 08:50 PDT (History)
2 users (show)

See Also:


Attachments
Proposed patch (2.85 KB, patch)
2011-05-16 10:05 PDT, Andreas Kling
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2011-05-16 10:04:40 PDT
To prepare for the eventual removal of the ChunkedUpdateDrawingArea, make QGraphicsWKView's "Simple" backing store type map to DrawingAreaImpl.
Comment 1 Andreas Kling 2011-05-16 10:05:09 PDT
Created attachment 93658 [details]
Proposed patch
Comment 2 WebKit Review Bot 2011-05-16 10:06:54 PDT
Attachment 93658 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1

Source/WebKit2/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2011-05-16 10:15:06 PDT
(In reply to comment #2)
> Attachment 93658 [details] did not pass style-queue:
> 
> Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1
> 
> Source/WebKit2/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
> Total errors found: 1 in 3 files

Derp! Will include the bug# when landing. :)
Comment 4 Kenneth Rohde Christiansen 2011-05-16 12:04:05 PDT
Comment on attachment 93658 [details]
Proposed patch

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

> Source/WebKit2/ChangeLog:5
> +        [Qt][WK2] Remove usage of ChunkedUpdateDrawingArea.

Where is the bug id?
Comment 5 Andreas Kling 2011-05-17 04:41:48 PDT
Committed r86668: <http://trac.webkit.org/changeset/86668>
Comment 6 Csaba Osztrogonác 2011-05-17 22:35:08 PDT
Rolled out: http://trac.webkit.org/changeset/86719
Comment 7 Andreas Kling 2011-05-18 08:50:04 PDT
Committed r86767: <http://trac.webkit.org/changeset/86767>