[Webkit-unassigned] [Bug 86343] [EFL] New signals in ewk_view to enable global history delegate functionality

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 05:58:42 PDT 2012


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





--- Comment #8 from Mikhail Pozdnyakov <mikhail.pozdnyakov at intel.com>  2012-05-14 05:57:47 PST ---
(In reply to comment #7)
> (From update of attachment 141682 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=141682&action=review
> 
> >>> Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp:398
> >>> +    evas_object_smart_callback_call(m_view, "populate,visited,links", 0);
> >> 
> >> I don't understand why we need to send this signal. Could you explain this ?
> > 
> > From ./Source/WebCore/ChangeLog-2008-08-10: 
> > Added populateVisitedLinks function, used to fill the
> > visited links set from the global history at application startup time.
> > 
> > So this signal is send to the client when when webcore needs information about visited links from a persistent history storage (managed by the client).
> 
> If so, I wonder how to set visited link information from client. Does ewk already have _set() APIs?

As far as I know such api is not available on EFL port and this signal can be used in DRT tests only at the moment.

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