[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:29:33 PDT 2012


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





--- Comment #7 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-05-14 05:28:38 PST ---
(From update of attachment 141682)
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?

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