Bug 66876

Summary: [EFL] Add auxiliary DRT API to ewk_frame.
Product: WebKit Reporter: Raphael Kubo da Costa (:rakuco) <rakuco>
Component: New BugsAssignee: Raphael Kubo da Costa (:rakuco) <rakuco>
Status: RESOLVED INVALID    
Severity: Normal CC: leandro
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kenneth: review-

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.