[Webkit-unassigned] [Bug 84941] [EFL] Implement layoutTestController.dumpResourceResponseMIMETypes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 20:10:08 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=84941





--- Comment #2 from Raphael Kubo da Costa (rakuco) <rakuco at webkit.org>  2012-05-02 20:10:08 PST ---
(From update of attachment 139438)
View in context: https://bugs.webkit.org/attachment.cgi?id=139438&action=review

> LayoutTests/ChangeLog:10
> +        is is implemented in EFL port and add EFL expectation for
> +        fast/preloader/script.html.

The explanation for adding a custom expectation you gave in comment #1 would be really helpful here.

> Source/WebKit/efl/ewk/ewk_frame.h:138
> +    const char *mime_type; /**< MIME type of the resource */

This is expected to be a read-only member, right? If so, it makes sense to declare it const char * const.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list