[Webkit-unassigned] [Bug 44500] [EFL] API for Dump Render Tree application

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 08:26:27 PDT 2010


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





--- Comment #10 from Krzysztof <k.czech at samsung.com>  2010-10-28 08:26:26 PST ---
> + */
> +void ewk_view_window_object_cleared(Evas_Object* o)
> +{
> +    evas_object_smart_callback_call(o, "window,object,cleared", 0);

Yes, this callback could be moved to the ewk_view_load_started().

> +EAPI void ewk_view_window_object_cleared(Evas_Object* o);
Yes, this should not be exported. This function calls only one callback so I moved its body to the ewk_view_load_started(). Previously this function was called from ewk_view_load_started().

-- 
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