blob: 4a12a207bff324f400958a25e802ee365f050cae [file] [log] [blame]
commit-queue@webkit.org4b6f5b32012-06-06 05:19:18 +000012012-06-05 Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
2
3 [GTK] show the feature list in alphabetical order
4 https://bugs.webkit.org/show_bug.cgi?id=88343
5
6 Reviewed by Gustavo Noronha Silva.
7
8 * configure.ac:
9
commit-queue@webkit.org3401b2d2012-06-05 11:32:22 +0000102012-06-05 Dongwoo Im <dw.im@samsung.com>
11
12 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
13 https://bugs.webkit.org/show_bug.cgi?id=73176
14
15 Reviewed by Adam Barth.
16
17 Two more APIs are added in Custom Scheme Handler specification.
18 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
19 One is 'isProtocolHandlerRegistered' to query whether the specific URL
20 is registered or not.
21 The other is 'unregisterProtocolHandler' to remove the registered URL.
22
23 * Source/cmake/WebKitFeatures.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
24 * Source/cmakeconfig.h.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
25
commit-queue@webkit.org38d67852012-06-05 03:01:18 +0000262012-06-04 Hugo Parente Lima <hugo.lima@openbossa.org>
27
28 Turn LEGACY_VIEWPORT_ADAPTION USE flag into an ENABLE flag.
29 https://bugs.webkit.org/show_bug.cgi?id=88243
30
31 Reviewed by Adam Barth.
32
33 * Source/cmake/WebKitFeatures.cmake:
34
commit-queue@webkit.org14c5bee2012-06-04 20:11:36 +0000352012-06-04 Sadrul Habib Chowdhury <sadrul@chromium.org>
36
37 [chromium] Fix software rendering for device-scale-factor > 1
38 https://bugs.webkit.org/show_bug.cgi?id=88136
39
40 Reviewed by Darin Fisher.
41
42 Export WebCore::Page::setDeviceScaleFactor and WebCore::Settings::setDefaultDeviceScaleFactor.
43
44 * Source/autotools/symbols.filter:
45
commit-queue@webkit.org2c5253a2012-06-04 19:52:05 +0000462012-06-04 Kevin Greer <kgr@chromium.org>
47
48 [chromium] Issue async events for console.time/timeEnd
49 https://bugs.webkit.org/show_bug.cgi?id=88003
50
51 Reviewed by Pavel Feldman.
52
53 * ../../Source/WebCore/page/Console.cpp:
54
carlosgc@webkit.org380b0e12012-06-04 11:00:09 +0000552012-06-04 Carlos Garcia Campos <cgarcia@igalia.com>
56
57 Unreviewed. Update NEWS and configure.ac for 1.9.3 release
58
59 * configure.ac: Bump version number.
60
kevino@webkit.orgf2b0e142012-06-02 18:54:52 +0000612012-06-02 Kevin Ollivier <kevino@theolliviers.com>
62
63 [wx] Unreviewed build fix. Temporarily disable DerivedSources cleanup on Windows.
64
65 * wscript:
66
hausmann@webkit.org56ac0762012-06-01 20:00:43 +0000672012-06-01 Simon Hausmann <simon.hausmann@nokia.com>
68
69 [Qt] Use -Werror only in developer builds
70
71 Rubber-stamped by Tor Arne Vestbø.
72
73 In production builds -Werror with custom toolchains and wierd system
74 headers, -Werror is of no use and just creates confusion. So use it
75 only if Qt is configured with -developer-build.
76
77 * Source/api.pri: qt_developer_build determination moved to default_pre.prf
78
caio.oliveira@openbossa.org8bbea2e2012-06-01 19:57:46 +0000792012-06-01 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
80
81 [Qt] Move QObject bridge related tests from tst_qwebframe to tst_qobjectbridge
82 https://bugs.webkit.org/show_bug.cgi?id=88117
83
84 Reviewed by Noam Rosenthal.
85
86 * Source/tests.pri: Add new entry for tst_qobjectbridge.
87
commit-queue@webkit.orgdc1f1da2012-06-01 16:35:49 +0000882012-06-01 Christophe Dumez <christophe.dumez@intel.com>
89
90 [EFL] EFL port does not enable WEB_INTENTS_TAG flag
91 https://bugs.webkit.org/show_bug.cgi?id=86866
92
93 Reviewed by Adam Barth.
94
95 Enable WEB_INTENTS_TAG flag by default on EFL port.
96
97 * Source/cmake/OptionsEfl.cmake:
98 * Source/cmake/WebKitFeatures.cmake:
99 * Source/cmakeconfig.h.cmake:
100
commit-queue@webkit.org82912a92012-05-31 14:47:30 +00001012012-05-31 Christophe Dumez <christophe.dumez@intel.com>
102
103 [EFL] Enable CSS_IMAGE_SET flag
104 https://bugs.webkit.org/show_bug.cgi?id=87727
105
106 Reviewed by Adam Roben.
107
108 Add CSS_IMAGE_SET flag to CMake and enable it by default on EFL port.
109
110 * Source/cmake/OptionsEfl.cmake:
111 * Source/cmake/WebKitFeatures.cmake:
112 * Source/cmakeconfig.h.cmake:
113
kevino@webkit.org3e068132012-05-30 21:05:29 +00001142012-05-30 Kevin Ollivier <kevino@theolliviers.com>
115
116 [wx] Unreviewed build fix. Add needed file back to the wx build.
117
118 * wscript:
119
ryuan.choi@samsung.come9e65c22012-05-30 12:12:23 +00001202012-05-30 Mariusz Grzegorczyk <mariusz.g@samsung.com>, Ryuan Choi <ryuan.choi@samsung.com>
121
122 [EFL][WK2] Fix WebKit2-EFL build
123 https://bugs.webkit.org/show_bug.cgi?id=83693
124
125 Reviewed by Carlos Garcia Campos.
126
127 * Source/cmake/OptionsEfl.cmake: Define BUILDING_SOUP__ to build WebKit2/Efl.
128
commit-queue@webkit.org54f7a012012-05-30 03:51:23 +00001292012-05-29 Jonathan Dong <jonathan.dong@torchmobile.com.cn>
130
131 [BlackBerry] Loading media data with http authentication
132 https://bugs.webkit.org/show_bug.cgi?id=84214
133
134 Reviewed by George Staikos.
135
136 Added a manual test case which needs user to provide a HTTP server
137 with HTTP authentication support when loading the specified media
138 resource. The test case will test if the media resource is successfully
139 loaded.
140
141 * ManualTests/blackberry/video-load-with-authentication.html: Added.
142
simon.fraser@apple.com9d127902012-05-29 20:49:15 +00001432012-05-29 Simon Fraser <simon.fraser@apple.com>
144
145 Incomplete repaint on twitter.com when replying to a tweet
146 https://bugs.webkit.org/show_bug.cgi?id=87553
147
148 Reviewed by Dean Jackson.
149
150 Manual test that adds a transform to a layer, forcing that
151 layer to gain backing store.
152
153 * ManualTests/compositing/requires-backing-change.html: Added.
154
commit-queue@webkit.orgd5058402012-05-29 14:44:38 +00001552012-05-29 David Barr <davidbarr@chromium.org>
156
157 Introduce ENABLE_CSS_IMAGE_RESOLUTION compile flag
158 https://bugs.webkit.org/show_bug.cgi?id=87685
159
160 Reviewed by Eric Seidel.
161
162 Add a configuration option for CSS image-resolution support, disabling it by default.
163
164 * Source/cmake/WebKitFeatures.cmake:
165 * Source/cmakeconfig.h.cmake:
166
jesus@webkit.org51166e12012-05-28 20:00:49 +00001672012-05-25 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
168
169 WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled
170 https://bugs.webkit.org/show_bug.cgi?id=42328
171
172 Reviewed by Eric Seidel.
173
174 * Source/autotools/symbols.filter: Added needed symbols for GTK build.
175
gyuyoung.kim@samsung.com741d3552012-05-28 09:05:52 +00001762012-05-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
177
178 Move allowRoundingHacks to Internals interface
179 https://bugs.webkit.org/show_bug.cgi?id=87328
180
181 Reviewed by Hajime Morita.
182
183 * Source/autotools/symbols.filter: Add allowRoundingHacks symbol filter.
184
commit-queue@webkit.org07ecccc2012-05-28 05:00:28 +00001852012-05-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
186
187 [EFL] Enable blob support for the EFL port
188 https://bugs.webkit.org/show_bug.cgi?id=85363
189
190 Reviewed by Hajime Morita.
191
192 Enable Blob support by default for the EFL port.
193
194 * Source/cmake/OptionsEfl.cmake:
195
rakuco@webkit.org1bc22102012-05-28 01:56:44 +00001962012-05-27 Raphael Kubo da Costa <rakuco@webkit.org>
197
198 [CMake] Make WEBKIT_SET_EXTRA_COMPILER_FLAGS work with clang.
199 https://bugs.webkit.org/show_bug.cgi?id=87597
200
201 Reviewed by Daniel Bates.
202
203 Building with clang requires at least the -fPIC option being
204 passed correctly, just like it is needed with gcc. clang is also
205 compatible with most of gcc's compiler options, so we only need to
206 check for clang besides g++ in the macro definition.
207
208 * Source/cmake/WebKitHelpers.cmake: Check for "Clang" and use
209 CMAKE_COMPILER_IS_GNUCXX for the previous check, as it is shorter
210 and achieves the same effect.
211
zandobersek@gmail.com3f8e9712012-05-25 18:36:13 +00002122012-05-25 Zan Dobersek <zandobersek@gmail.com>
213
zandobersek@gmail.comb8b19832012-05-25 19:40:04 +0000214 configure.ac has duplicated AC_MSG_RESULT([$enable_sandbox]) and nothing for seamless iframes
215 https://bugs.webkit.org/show_bug.cgi?id=87453
216
217 Reviewed by Eric Seidel.
218
219 Report the value of $enable_iframe_seamless rather than $enable_sandbox
220 after checking whether to enable the iframe seamless option.
221
222 * configure.ac:
223
2242012-05-25 Zan Dobersek <zandobersek@gmail.com>
225
zandobersek@gmail.com3f8e9712012-05-25 18:36:13 +0000226 [Gtk] Remove configuration options that do not apply anymore
227 https://bugs.webkit.org/show_bug.cgi?id=87509
228
229 Reviewed by Martin Robinson.
230
231 Remove configuration options for enabling or disabling HTML5 datagrid,
232 DOM storage, image resizer API and sandboxed iframe support. These
233 features were either turned on by default with the feature defines
234 removed from the code or removed from the source.
235
236 * configure.ac:
237
commit-queue@webkit.org6e502412012-05-25 12:18:04 +00002382012-05-25 Zalan Bujtas <zbujtas@gmail.com>
239
240 [Qt] Broken controls rendering when transform is applied.
241 https://bugs.webkit.org/show_bug.cgi?id=87483
242
243 Reviewed by Simon Hausmann.
244
245 * ManualTests/qt/control_paiting_with_transforms.html: Added.
246
timothy_horton@apple.com3f03ac12012-05-25 06:53:27 +00002472012-05-24 Tim Horton <timothy_horton@apple.com>
248
249 Add feature defines for web-facing parts of CSS Regions and Exclusions
250 https://bugs.webkit.org/show_bug.cgi?id=87442
251 <rdar://problem/10887709>
252
253 Reviewed by Dan Bernstein.
254
255 * configure.ac:
256
tkent@chromium.org9da8b8c2012-05-25 06:50:38 +00002572012-05-24 Kent Tamura <tkent@chromium.org>
258
259 PAGE_POPUP: window.setValueAndClosePopup should be moved to a
260 per-context property of DOMWindow.
261 https://bugs.webkit.org/show_bug.cgi?id=87086
262
263 Reviewed by Adam Barth.
264
265 * ManualTests/forms/calendar-picker.html:
266 Introduce pseudo window.pagePopupController.
267
commit-queue@webkit.org6d0c3bc2012-05-25 04:00:42 +00002682012-05-24 Philippe Normand <pnormand@igalia.com>
269
270 [GTK] Add --enable-css3-flexbox configure option after r118304.
271 https://bugs.webkit.org/show_bug.cgi?id=87455
272
273 Reviewed by Xan Lopez.
274
275 * configure.ac:
276
commit-queue@webkit.org2c8bcde2012-05-24 20:01:53 +00002772012-05-24 John Mellor <johnme@chromium.org>
278
279 Font Boosting: Add compile flag and runtime setting
280 https://bugs.webkit.org/show_bug.cgi?id=87394
281
282 Reviewed by Adam Barth.
283
284 Add ENABLE_FONT_BOOSTING.
285
286 * configure.ac:
287
rakuco@webkit.org4882cf92012-05-24 02:43:51 +00002882012-05-23 Raphael Kubo da Costa <rakuco@webkit.org>
289
290 [CMake] Unreviewed, add ENABLE_CSS3_FLEXBOX after r118304.
291
292 * Source/cmake/WebKitFeatures.cmake:
293 * Source/cmakeconfig.h.cmake:
294
commit-queue@webkit.orgbc19f902012-05-23 17:46:30 +00002952012-05-23 Xiaobo Wang <xbwang@torchmobile.com.cn>
296
297 [BlackBerry] Reset JS state for each test
298 https://bugs.webkit.org/show_bug.cgi?id=86899
299
300 Reviewed by Nikolas Zimmermann.
301
302 * DumpRenderTree/blackberry/DumpRenderTree.cpp:
303 (BlackBerry::WebKit::DumpRenderTree::resetToConsistentStateBeforeTesting):
304
commit-queue@webkit.orge49ac252012-05-23 05:24:02 +00003052012-05-22 Dongwoo Im <dw.im@samsung.com>
306
307 [EFL] Implements the registerProtocolHandler method and option.
308 https://bugs.webkit.org/show_bug.cgi?id=73638
309
310 Reviewed by Andreas Kling.
311
312 The registerProtocolHandler() method allows Web sites to register themselves
313 as possible handlers for particular schemes.
314
315 http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler
316
317 * Source/cmake/OptionsEfl.cmake: Adds the build option.
318 * Source/cmakeconfig.h.cmake: Adds the build option.
319
commit-queue@webkit.org0db5ac72012-05-23 02:37:31 +00003202012-05-22 Kangil Han <kangil.han@samsung.com>
321
322 [EFL][DRT] Implement touch event
323 https://bugs.webkit.org/show_bug.cgi?id=86720
324
325 Reviewed by Hajime Morita.
326
327 Currently EFL DRT doesn't support touch event.
328 Therefore, this patch enabled it and implemented some eventSender function callbacks.
329
330 * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check.
331 * Source/cmake/OptionsEfl.cmake: Enable touch event option.
332
simon.fraser@apple.com9bd2c702012-05-22 20:37:14 +0000333== Rolled over to ChangeLog-2012-05-22 ==