Bug 82438 - [EFL] Change ewk_settings_icon_database_icon_object_add to proper API name
Summary: [EFL] Change ewk_settings_icon_database_icon_object_add to proper API name
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-28 01:59 PDT by Grzegorz Czajkowski
Modified: 2012-04-04 05:24 PDT (History)
4 users (show)

See Also:


Attachments
proposed patch (2.99 KB, patch)
2012-03-28 02:02 PDT, Grzegorz Czajkowski
no flags Details | Formatted Diff | Diff
updated patch according to Kubo's review (2.99 KB, patch)
2012-04-03 03:36 PDT, Grzegorz Czajkowski
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Czajkowski 2012-03-28 01:59:39 PDT
It's one of problematic issues - changing API.

The purpose of ewk_settings_icon_database_icon_object_add is to get icon for the given URL.
This function doesn't add anything to database. Documentation and API name has been adjusted.
Comment 1 Grzegorz Czajkowski 2012-03-28 02:02:02 PDT
Created attachment 134239 [details]
proposed patch
Comment 2 Raphael Kubo da Costa (:rakuco) 2012-03-31 18:48:33 PDT
Comment on attachment 134239 [details]
proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=134239&action=review

Makes sense, thanks.

> Source/WebKit/efl/ewk/ewk_settings.h:187
> + * @note "load,finished" singal doesn't guarantee that icons are completely loaded and

Typo: "singal". Using "the" before the signal names (ie. 'The "foo,bar" signal) looks better as well, both here and in the next line.
Comment 3 Grzegorz Czajkowski 2012-04-03 03:36:27 PDT
Created attachment 135301 [details]
updated patch according to Kubo's review

Kubo, Could you look again at this patch?
Comment 4 Raphael Kubo da Costa (:rakuco) 2012-04-03 04:51:12 PDT
Comment on attachment 135301 [details]
updated patch according to Kubo's review

Looks good, thanks.
Comment 5 Gyuyoung Kim 2012-04-04 02:01:12 PDT
Comment on attachment 135301 [details]
updated patch according to Kubo's review

Looks good to me too.
Comment 6 WebKit Review Bot 2012-04-04 05:24:48 PDT
Comment on attachment 135301 [details]
updated patch according to Kubo's review

Clearing flags on attachment: 135301

Committed r113173: <http://trac.webkit.org/changeset/113173>
Comment 7 WebKit Review Bot 2012-04-04 05:24:52 PDT
All reviewed patches have been landed.  Closing bug.