Bug 99838 - [EFL][DRT] Implement tracking and painting repaint rectangles.
Summary: [EFL][DRT] Implement tracking and painting repaint rectangles.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Raphael Kubo da Costa (:rakuco)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-19 07:45 PDT by Raphael Kubo da Costa (:rakuco)
Modified: 2012-10-20 14:45 PDT (History)
4 users (show)

See Also:


Attachments
Patch (8.48 KB, patch)
2012-10-19 07:47 PDT, Raphael Kubo da Costa (:rakuco)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa (:rakuco) 2012-10-19 07:45:22 PDT
[EFL][DRT] Implement tracking and painting repaint rectangles.
Comment 1 Raphael Kubo da Costa (:rakuco) 2012-10-19 07:47:35 PDT
Created attachment 169619 [details]
Patch
Comment 2 Gyuyoung Kim 2012-10-19 23:02:53 PDT
Comment on attachment 169619 [details]
Patch

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

> Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp:386
> +    if (frame->view())

Early return is more general ?

> Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp:394
> +    if (frame->view())

ditto.
Comment 3 Raphael Kubo da Costa (:rakuco) 2012-10-20 14:45:47 PDT
Comment on attachment 169619 [details]
Patch

Clearing flags on attachment: 169619

Committed r131991: <http://trac.webkit.org/changeset/131991>
Comment 4 Raphael Kubo da Costa (:rakuco) 2012-10-20 14:45:55 PDT
All reviewed patches have been landed.  Closing bug.