Bug 52990 - [EFL] Add an API to get proxy address
Summary: [EFL] Add an API to get proxy address
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-23 21:35 PST by Gyuyoung Kim
Modified: 2011-02-01 15:49 PST (History)
6 users (show)

See Also:


Attachments
Patch (2.11 KB, patch)
2011-01-23 21:36 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (2.10 KB, patch)
2011-01-23 21:55 PST, Gyuyoung Kim
tonikitoo: review+
gyuyoung.kim: commit-queue-
Details | Formatted Diff | Diff
Patch (2.13 KB, patch)
2011-01-24 21:13 PST, Gyuyoung Kim
tonikitoo: review+
Details | Formatted Diff | Diff
Patch (2.21 KB, patch)
2011-02-01 01:58 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2011-01-23 21:35:08 PST
I add an API to get proxy address. For now, this API only can return proxy on soup network backend.
I think we need sometimes to know existed proxy address.
Comment 1 Gyuyoung Kim 2011-01-23 21:36:44 PST
Created attachment 79890 [details]
Patch
Comment 2 WebKit Review Bot 2011-01-23 21:39:17 PST
Attachment 79890 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/efl/ChangeLog', u'Source/Web..." exit_code: 1

Source/WebKit/efl/ewk/ewk_settings.cpp:301:  Use 0 instead of NULL.  [readability/null] [5]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Gyuyoung Kim 2011-01-23 21:55:22 PST
Created attachment 79892 [details]
Patch
Comment 4 Antonio Gomes 2011-01-24 06:35:32 PST
Comment on attachment 79892 [details]
Patch

Please someone from EFL team double check the documentation.
Comment 5 Gyuyoung Kim 2011-01-24 21:13:41 PST
Created attachment 80012 [details]
Patch

I modify the comment for this API.
Comment 6 Gyuyoung Kim 2011-01-25 13:39:24 PST
Hello Lucas,

I modify the comment new API. Could you please check if there is problem ?
Comment 7 Gyuyoung Kim 2011-01-31 00:17:53 PST
Hello Antonio,

There was no response from profusion guys. IMO, I'm enough to fix the comment. Could you please review this patch again ?
Comment 8 Antonio Gomes 2011-01-31 06:32:54 PST
Comment on attachment 80012 [details]
Patch

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

Next time you can just reupload it with "Reviewed by Antonio Gomes", and set cq+ yourself ;)

> Source/WebKit/efl/ChangeLog:9
> +        which is set up by ewk_settings_proxy_uri_set().

I would also mention that it only implements the API for libsoup network backend.

> Source/WebKit/efl/ewk/ewk_settings.cpp:294
> + * Gets the proxy URI from network backend.

from THE network backend.
Comment 9 Gyuyoung Kim 2011-02-01 01:58:27 PST
Created attachment 80730 [details]
Patch
Comment 10 WebKit Commit Bot 2011-02-01 04:42:58 PST
Comment on attachment 80730 [details]
Patch

Clearing flags on attachment: 80730

Committed r77243: <http://trac.webkit.org/changeset/77243>