Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(723)

Side by Side Diff: Source/WebKit/efl/ChangeLog

Issue 6541090: Merge 79107 - 2011-02-19 Charlie Reis <creis@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 2011-02-19 Charlie Reis <creis@chromium.org>
2
3 Reviewed by Mihai Parparita.
4
5 Ensure loading has stopped in HistoryController::goToItem
6 https://bugs.webkit.org/show_bug.cgi?id=54517
7
8 Add a FrameLoaderClient callback for whether to stop loading before goTo Item.
9
10 Test: http/tests/navigation/forward-to-fragment-fires-onload.html
11
12 * WebCoreSupport/FrameLoaderClientEfl.cpp:
13 (WebCore::FrameLoaderClientEfl::shouldStopLoadingForHistoryItem): Added.
14 * WebCoreSupport/FrameLoaderClientEfl.h:
15
16 2011-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
17
18 Reviewed by Kent Tamura.
19
20 [EFL] Fix coding style errors in ewk_frame.h
21 https://bugs.webkit.org/show_bug.cgi?id=54718
22
23 Fix style errors in ewk_frame.h.
24
25 * ewk/ewk_frame.h:
26
27 2011-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
28
29 Reviewed by Antonio Gomes.
30
31 [EFL] Remove proxy feature of soup when proxy is null
32 https://bugs.webkit.org/show_bug.cgi?id=54621
33
34 When proxy value is NULL, remove proxy feature in soup.
35
36 * ewk/ewk_settings.cpp:
37 (ewk_settings_proxy_uri_set):
38
39 2011-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
40
41 Reviewed by Kent Tamura.
42
43 [EFL] Fix coding style errors in ewk_view.h
44 https://bugs.webkit.org/show_bug.cgi?id=54624
45
46 Fix style errors in ewk_view.h.
47
48 * ewk/ewk_view.cpp:
49 (ewk_view_pre_render_relative_radius):
50 * ewk/ewk_view.h:
51
52 2011-02-18 Patrick Gansterer <paroga@webkit.org>
53
54 Unreviewed build fix after r78634 and r78786.
55
56 * CMakeListsEfl.txt:
57
58 2011-02-17 Ryuan Choi <ryuan.choi@samsung.com>
59
60 Reviewed by Kent Tamura.
61
62 [EFL] Possible crash of ewk_frame_contents_set
63 https://bugs.webkit.org/show_bug.cgi?id=54091
64
65 Use length of contents if contents_size parameter is bigger than length
66 of contents.
67
68 * ewk/ewk_frame.cpp:
69 (_ewk_frame_contents_set_internal):
70
71 2011-02-17 Grzegorz Czajkowski <g.czajkowski@samsung.com>
72
73 Reviewed by Kent Tamura.
74
75 Doxygen documentation for ewk cookies
76 https://bugs.webkit.org/show_bug.cgi?id=54553
77
78 * ewk/ewk_cookies.cpp:
79 (ewk_cookies_file_set):
80 (ewk_cookies_policy_set):
81 (ewk_cookies_policy_get):
82 * ewk/ewk_cookies.h:
83
84 2011-02-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
85
86 Unreviewed build fix.
87
88 [EFL] Build break on r78634
89 https://bugs.webkit.org/show_bug.cgi?id=54602
90
91 Build error because of r78634.
92
93 * CMakeListsEfl.txt:
94
95 2011-01-26 MORITA Hajime <morrita@google.com>
96
97 Reviewed by Ryosuke Niwa.
98
99 Refactoring: Extract TextCheckerClient from EditorClient
100 https://bugs.webkit.org/show_bug.cgi?id=53213
101
102 * WebCoreSupport/EditorClientEfl.h:
103 (WebCore::EditorClientEfl::textChecker):
104
105 2011-02-07 Ryosuke Niwa <rniwa@webkit.org>
106
107 Reviewed by Adam Barth.
108
109 Add EditorClient callbacks to override isDOMPasteAllowed and javaScriptC anAccessClipboard
110 https://bugs.webkit.org/show_bug.cgi?id=52417
111
112 Added two callback functions, canCopyCut and canPaste to EditorClient. T hey are currently
113 not implemented.
114
115 * WebCoreSupport/EditorClientEfl.cpp:
116 (WebCore::EditorClientEfl::canCopyCut): Added.
117 (WebCore::EditorClientEfl::canPaste): Added.
118 * WebCoreSupport/EditorClientEfl.h:
119
120 2011-02-08 Adam Barth <abarth@webkit.org>
121
122 Reviewed by Eric Seidel.
123
124 Remove orphan code from old parser
125 https://bugs.webkit.org/show_bug.cgi?id=53984
126
127 * WebCoreSupport/ChromeClientEfl.h:
128
129 2011-02-08 Lucas De Marchi <lucas.demarchi@profusion.mobi>
130
131 Unreviewed build fix.
132
133 [EFL] Fix when building with curl backend.
134
135 * ewk/ewk_settings.cpp:
136 (ewk_settings_proxy_uri_get):
137
138 2011-02-07 Enrica Casucci <enrica@apple.com>
139
140 Reviewed Adam Roben and Darin Adler.
141
142 WebKit2: drag and drop support on Windows.
143 https://bugs.webkit.org/show_bug.cgi?id=52775
144
145 Removed createDragImageForLink from DragClient.
146
147 * WebCoreSupport/DragClientEfl.cpp:
148 * WebCoreSupport/DragClientEfl.h:
149
150 2011-02-07 Patrick Gansterer <paroga@webkit.org>
151
152 Reviewed by Andreas Kling.
153
154 [EFL] FrameLoaderClient calls loadURLInChildFrame on the child's frame l oader
155 https://bugs.webkit.org/show_bug.cgi?id=53892
156
157 * ewk/ewk_frame.cpp:
158 (ewk_frame_child_add): Use the loader of the core frame instead.
159
160 2011-02-03 Adam Langley <agl@chromium.org>
161
162 Reviewed by Adam Barth.
163
164 Plumb mixed script URL to FrameLoaderClient
165 https://bugs.webkit.org/show_bug.cgi?id=52384
166
167 Regressions covered by http/tests/security/mixedContent/*
168
169 * WebCoreSupport/FrameLoaderClientEfl.cpp:
170 (WebCore::FrameLoaderClientEfl::didRunInsecureContent):
171 * WebCoreSupport/FrameLoaderClientEfl.h:
172
173 2011-02-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
174
175 Reviewed by Antonio Gomes.
176
177 [EFL] Add an API to get proxy address.
178 https://bugs.webkit.org/show_bug.cgi?id=52990
179
180 Gets the proxy URI from network backend. This API returns a proxy URI
181 which is set up by ewk_settings_proxy_uri_set(). But, it only implements
182 this API for libsoup backend.
183
184 * ewk/ewk_settings.cpp:
185 (ewk_settings_proxy_uri_get):
186 * ewk/ewk_settings.h:
187
188 2011-01-29 Dan Winship <danw@gnome.org>
189
190 Reviewed by Xan Lopez.
191
192 [GTK] Remove HAVE_LIBSOUP_2_29_90 conditionals; we depend on
193 libsoup 2.33.1 now.
194 https://bugs.webkit.org/show_bug.cgi?id=50675
195
196 * ewk/ewk_cookies.cpp:
197 (ewk_cookies_file_set):
198 (ewk_cookies_policy_set):
199 (ewk_cookies_policy_get):
200
201 2011-01-28 Dan Bernstein <mitz@apple.com>
202
203 Reviewed by Sam Weinig.
204
205 <select> can't display right-to-left (rtl) languages
206 https://bugs.webkit.org/show_bug.cgi?id=19785
207
208 * WebCoreSupport/ChromeClientEfl.cpp:
209 (WebCore::ChromeClientEfl::selectItemAlignmentFollowsMenuWritingDirectio n): Added.
210 * WebCoreSupport/ChromeClientEfl.h:
211
212 2011-01-27 Nate Chapin <japhet@chromium.org>
213
214 Reviewed by Adam Barth.
215
216 Use Document::url() instead of FrameLoader::url().
217 https://bugs.webkit.org/show_bug.cgi?id=41165
218
219 * ewk/ewk_frame.cpp:
220 (ewk_frame_uri_changed):
221
1 2011-01-14 Patrick Gansterer <paroga@webkit.org> 222 2011-01-14 Patrick Gansterer <paroga@webkit.org>
2 223
3 Unreviewed. Try to fix EFL build. 224 Unreviewed. Try to fix EFL build.
4 225
5 * ewk/ewk_frame.cpp: 226 * ewk/ewk_frame.cpp:
6 (ewk_frame_scroll_add): Added WebCore namespace to IntSize. 227 (ewk_frame_scroll_add): Added WebCore namespace to IntSize.
7 * ewk/ewk_view.cpp: 228 * ewk/ewk_view.cpp:
8 (_ewk_view_viewport_attributes_compute): Ditto. 229 (_ewk_view_viewport_attributes_compute): Ditto.
9 230
10 2011-01-14 Tony Gentilcore <tonyg@chromium.org> 231 2011-01-14 Tony Gentilcore <tonyg@chromium.org>
(...skipping 1854 matching lines...) Expand 10 before | Expand all | Expand 10 after
1865 (main): Invoke proxy set method 2086 (main): Invoke proxy set method
1866 * ewk/ewk_settings.cpp: 2087 * ewk/ewk_settings.cpp:
1867 (ewk_settings_proxy_uri_set): Sets proxy URI. 2088 (ewk_settings_proxy_uri_set): Sets proxy URI.
1868 * ewk/ewk_settings.h: 2089 * ewk/ewk_settings.h:
1869 2090
1870 2010-07-16 Leandro Pereira <leandro@profusion.mobi> 2091 2010-07-16 Leandro Pereira <leandro@profusion.mobi>
1871 2092
1872 Reviewed by Gustavo Noronha Silva. 2093 Reviewed by Gustavo Noronha Silva.
1873 2094
1874 Creating ChangeLog for the EFL port. 2095 Creating ChangeLog for the EFL port.
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/src/WebFrameImpl.cpp ('k') | Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698