Bug 66876 - [EFL] Add auxiliary DRT API to ewk_frame.
Summary: [EFL] Add auxiliary DRT API to ewk_frame.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Raphael Kubo da Costa (:rakuco)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-24 12:05 PDT by Raphael Kubo da Costa (:rakuco)
Modified: 2011-09-23 20:34 PDT (History)
1 user (show)

See Also:


Attachments
Patch (15.17 KB, patch)
2011-08-24 12:09 PDT, Raphael Kubo da Costa (:rakuco)
kenneth: review-
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) 2011-08-24 12:05:32 PDT
[EFL] Add auxiliary DRT API to ewk_frame.
Comment 1 Raphael Kubo da Costa (:rakuco) 2011-08-24 12:09:26 PDT
Created attachment 105038 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2011-09-12 15:53:52 PDT
Comment on attachment 105038 [details]
Patch

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

> Source/WebKit/efl/ChangeLog:9
> +        In a similar fashion to r93599 and r93599, add some API calls required
> +        by EFL's DumpRenderTree.

Let's add these methods in a class like DumpRenderTreeSupport. Qt does something like that. That way we can keep more of the project in C++ and follow WebKit style.
Comment 3 Raphael Kubo da Costa (:rakuco) 2011-09-14 09:34:36 PDT
(In reply to comment #2)
> Let's add these methods in a class like DumpRenderTreeSupport.

Ack, closing this one.
Comment 4 Raphael Kubo da Costa (:rakuco) 2011-09-23 20:34:15 PDT
Comment on attachment 105038 [details]
Patch

Clearing the cq? flag.