2011-02-08 Adam Barth Reviewed by Eric Seidel. Remove orphan code from old parser https://bugs.webkit.org/show_bug.cgi?id=53984 * WebCoreSupport/ChromeClientEfl.h: 2011-02-08 Lucas De Marchi Unreviewed build fix. [EFL] Fix when building with curl backend. * ewk/ewk_settings.cpp: (ewk_settings_proxy_uri_get): 2011-02-07 Enrica Casucci Reviewed Adam Roben and Darin Adler. WebKit2: drag and drop support on Windows. https://bugs.webkit.org/show_bug.cgi?id=52775 Removed createDragImageForLink from DragClient. * WebCoreSupport/DragClientEfl.cpp: * WebCoreSupport/DragClientEfl.h: 2011-02-07 Patrick Gansterer Reviewed by Andreas Kling. [EFL] FrameLoaderClient calls loadURLInChildFrame on the child's frame loader https://bugs.webkit.org/show_bug.cgi?id=53892 * ewk/ewk_frame.cpp: (ewk_frame_child_add): Use the loader of the core frame instead. 2011-02-03 Adam Langley Reviewed by Adam Barth. Plumb mixed script URL to FrameLoaderClient https://bugs.webkit.org/show_bug.cgi?id=52384 Regressions covered by http/tests/security/mixedContent/* * WebCoreSupport/FrameLoaderClientEfl.cpp: (WebCore::FrameLoaderClientEfl::didRunInsecureContent): * WebCoreSupport/FrameLoaderClientEfl.h: 2011-02-01 Gyuyoung Kim Reviewed by Antonio Gomes. [EFL] Add an API to get proxy address. https://bugs.webkit.org/show_bug.cgi?id=52990 Gets the proxy URI from network backend. This API returns a proxy URI which is set up by ewk_settings_proxy_uri_set(). But, it only implements this API for libsoup backend. * ewk/ewk_settings.cpp: (ewk_settings_proxy_uri_get): * ewk/ewk_settings.h: 2011-01-29 Dan Winship Reviewed by Xan Lopez. [GTK] Remove HAVE_LIBSOUP_2_29_90 conditionals; we depend on libsoup 2.33.1 now. https://bugs.webkit.org/show_bug.cgi?id=50675 * ewk/ewk_cookies.cpp: (ewk_cookies_file_set): (ewk_cookies_policy_set): (ewk_cookies_policy_get): 2011-01-28 Dan Bernstein Reviewed by Sam Weinig.