blob: 62beda448ede00d092d9db11172e375dc3ffa145 [file] [log] [blame]
commit-queue@webkit.org4ab42522012-12-11 20:58:40 +000012012-12-11 Michael Pruett <michael@68k.org>
2
3 [JSC] Add tests for explicit serialization values
4 https://bugs.webkit.org/show_bug.cgi?id=104423
5
6 Reviewed by Oliver Hunt.
7
8 Add tests for serialization and deserialization mechanisms of
9 the JSC implementation of SerializedScriptValue. Similar tests
10 already exist for the V8 implementation.
11
12 * Source/autotools/symbols.filter:
13
commit-queue@webkit.org029d84f2012-12-11 17:58:03 +0000142012-12-11 Carlos Garcia Campos <cgarcia@igalia.com>
15
16 [GTK] Install GObject DOM bindings headers in its own directory
17 https://bugs.webkit.org/show_bug.cgi?id=104663
18
19 Reviewed by Gustavo Noronha Silva.
20
21 * GNUmakefile.am: Add GENSOURCES_WEBKITDOM and
22 webkitgtk_gdom_built_h_api variables.
23
hausmann@webkit.orgfc11a332012-12-11 14:03:09 +0000242012-12-11 Stephen Kelly <stephen.kelly@kdab.com>
25
26 WebKit tests for the Qt API should include tests of CMake config files
27 https://bugs.webkit.org/show_bug.cgi?id=104003
28
29 Reviewed by Simon Hausmann.
30
31 The Qt WebKit CI system is not going to run this test, but it can
32 be run locally and to test packages.
33
34 * Source/tests.pri:
35
philn@webkit.org1772dfd2012-12-11 09:42:32 +0000362012-12-11 Xabier Rodriguez Calvar <calvaris@igalia.com>
37
38 [GTK][jhbuild] Switch to GStreamer 1.0 build
39 https://bugs.webkit.org/show_bug.cgi?id=91727
40
41 Reviewed by Philippe Normand.
42
43 Switch build-webkit --gtk to GStreamer 1.0 support and build the
44 necessary GStreamer git modules from JHBuild.
45
46 * configure.ac: Removed GStreamer unstable API flag, made
47 GStreamer 1.0 default instead of 0.10 and made required version
48 1.0.3. In case no GStreamer version is specified, it falls back to
49 0.10. In case no video or web-audio are requested, GStreamer
50 and Farstream checks are not performed.
51
zandobersek@gmail.com68b5fe32012-12-11 09:37:28 +0000522012-12-11 Zan Dobersek <zandobersek@gmail.com>
53
54 [GTK] Feature enabling/disabling should be possible through build-webkit
55 https://bugs.webkit.org/show_bug.cgi?id=99271
56
57 Reviewed by Gustavo Noronha Silva.
58
59 The autogen.sh script now calls the Tools/gtk/override-feature-defines script
60 before calling autoreconf. This ensures that Source/WebCore/GNUmakefile.features.am
61 is present and properly modified if the build-webkit script intends to override
62 any feature.
63
64 The Source/WebCore/GNUmakefile.features.am file is added to the ignored files list
65 so it doesn't pop out as a new, untracked file.
66
67 * .gitignore:
68 * autogen.sh:
69
mrobinson@webkit.org5b1d28f2012-12-11 09:05:54 +0000702012-12-10 Martin Robinson <mrobinson@igalia.com>
71
72 [GTK] Remove the Pango backend
73 https://bugs.webkit.org/show_bug.cgi?id=104569
74
75 Reviewed by Daniel Bates.
76
77 Always look for Freetype and Harfbuzz. We still depend on Pango for a few
78 things, so we cannot yet eliminate our dependency on Pango.
79
80 * configure.ac: Always look for FreeType/Harfbuzz.
81
commit-queue@webkit.org2596ed12012-12-10 21:53:55 +0000822012-12-10 Laszlo Gombos <l.gombos@samsung.com>
83
84 [EFL] Change the minimum required EFL version to 1.6
85 https://bugs.webkit.org/show_bug.cgi?id=104431
86
87 Reviewed by Kenneth Rohde Christiansen.
88
89 Change the minimum required EFL version to 1.6 from 1.7 to enable
90 building on Tizen.
91
92 The elementary EFL package is only required to build MiniBrowser,
93 so I moved the required only to the Minibrowser CMake file.
94
95 * Source/cmake/OptionsEfl.cmake:
96
alexis@webkit.org67ab9922012-12-10 17:25:58 +0000972012-12-10 Alexis Menard <alexis@webkit.org>
98
99 [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
100 https://bugs.webkit.org/show_bug.cgi?id=104539
101
102 Reviewed by Antonio Gomes.
103
104 As discussed on webkit-dev it is not needed to keep this feature flag
105 as support for <position> type is a small feature that is already
106 implemented by three other UAs. It was useful while landing this
107 feature as partial bits were landed one after one.
108
109 * Source/cmake/OptionsEfl.cmake:
110 * Source/cmake/WebKitFeatures.cmake:
111 * Source/cmakeconfig.h.cmake:
112 * configure.ac:
113
jocelyn.turcotte@digia.coma0636a72012-12-10 16:56:21 +00001142012-12-10 Jocelyn Turcotte <jocelyn.turcotte@digia.com>
115
116 [Qt] Remove the support for building a debug WebKit with a release Qt
117 https://bugs.webkit.org/show_bug.cgi?id=104560
118
119 Reviewed by Tor Arne Vestbø.
120
121 This creates issues with non-framework builds of Qt (necessary for debug-only
122 builds) since a Qt5 prefix is now added to the base target name.
123
124 * Source/api.pri:
125
kov@webkit.orgdeb6f0c2012-12-10 15:02:57 +00001262012-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
127
128 [Soup] utilize multipart/x-mixed-replace support recently added to libsoup
129 https://bugs.webkit.org/show_bug.cgi?id=94515
130
131 Reviewed by Martin Robinson.
132
133 * configure.ac: require soup 2.40.0, which adds the new support.
134
mrobinson@webkit.org20d74542012-12-10 14:50:44 +00001352012-12-10 Martin Robinson <mrobinson@igalia.com>
136
137 [GTK] Bring Harfbuzz-ng support to Gtk
138 https://bugs.webkit.org/show_bug.cgi?id=92098
139
140 Reviewed by Gustavo Noronha Silva.
141
142 Add support for detecting HarfBuzz during configuration phase. Add these
143 flags to the FreeType ones since HarfBuzz support is part of the FreeType
144 backend.
145
146 * configure.ac: Detect HarfBuzz.
147
commit-queue@webkit.org47522542012-12-08 17:16:05 +00001482012-12-08 Seokju Kwon <seokju.kwon@gmail.com>
149
150 [EFL][WK2] Add Remote Web Inspector
151 https://bugs.webkit.org/show_bug.cgi?id=98705
152
153 Reviewed by Gyuyoung Kim.
154
155 Prepare inspectorPageIndex.html for remote web inspector.
156
157 * Source/PlatformEfl.cmake:
158
commit-queue@webkit.orgd318ebe2012-12-07 03:07:24 +00001592012-12-06 Rick Byers <rbyers@chromium.org>
160
161 CSS cursor property should support webkit-image-set
162 https://bugs.webkit.org/show_bug.cgi?id=99493
163
164 Reviewed by Beth Dakin.
165
166 Add ENABLE_MOUSE_CURSOR_SCALE (disabled by default)
167
168 * Source/cmake/WebKitFeatures.cmake:
169 * Source/cmakeconfig.h.cmake:
170
commit-queue@webkit.org36bd77a2012-12-06 21:58:01 +00001712012-12-06 Laszlo Gombos <l.gombos@samsung.com>
172
173 [EFL] Remove ENABLE_GLIB_SUPPORT CMake variable
174 https://bugs.webkit.org/show_bug.cgi?id=104278
175
176 Reviewed by Brent Fulgham.
177
178 The variable is unnecessary as glib is a required dependency
179 for the EFL port and glib is not used by other ports building
180 with CMake.
181
182 * Source/cmake/OptionsEfl.cmake:
183 * Source/cmake/WebKitFeatures.cmake:
184 * Source/cmakeconfig.h.cmake:
185
tony@chromium.org9769f722012-12-06 21:19:12 +00001862012-12-06 Tony Chang <tony@chromium.org>
187
188 REGRESSION(r135082): Restore the ability to insert author level style sheets from script
189 https://bugs.webkit.org/show_bug.cgi?id=104042
190
191 Reviewed by Antti Koivisto.
192
193 Update exports for Internals.cpp.
194
195 * Source/autotools/symbols.filter:
196
commit-queue@webkit.orga51a2222012-12-06 18:18:31 +00001972012-12-06 Laszlo Gombos <l.gombos@samsung.com>
198
199 [EFL] Optimize binary size by removing dead sections on unix/gcc
200 https://bugs.webkit.org/show_bug.cgi?id=102827
201
202 Reviewed by Kenneth Rohde Christiansen.
203
204 Turn on -ffunction-sections -fdata-sections --gc-section flags
205 on unix for the gcc toolchain for release builds to optimize binary
206 size for the Efl port.
207
208 * Source/cmake/OptionsEfl.cmake:
209
commit-queue@webkit.orgf3f290a2012-12-06 14:11:05 +00002102012-12-06 Seokju Kwon <seokju.kwon@gmail.com>
211
212 [EFL] Fix destination path in Source/PlatformEfl.cmake
213 https://bugs.webkit.org/show_bug.cgi?id=104237
214
215 Reviewed by Laszlo Gombos.
216
217 Remove InspectorBackendCommands.js when copying it for the consistency in Source/PlatformEfl.cmake.
218
219 * Source/PlatformEfl.cmake:
220
shinyak@chromium.orgb98e8f82012-12-06 13:38:47 +00002212012-12-06 Shinya Kawanaka <shinyak@chromium.org>
222
223 Internals.getElementByIdInShadowRoot is nonsense now.
224 https://bugs.webkit.org/show_bug.cgi?id=104241
225
226 Reviewed by Kent Tamura.
227
228 * Source/autotools/symbols.filter:
229
commit-queue@webkit.orgd6fb2c52012-12-06 03:10:13 +00002302012-12-05 Halton Huo <halton.huo@intel.com>
231
232 [CMake] Unify coding style for CMake files
233 https://bugs.webkit.org/show_bug.cgi?id=103605
234
235 Reviewed by Laszlo Gombos.
236
237 Update cmake files(.cmake, CMakeLists.txt) with following style rules:
238 1. Indentation
239 1.1 Use spaces, not tabs.
240 1.2 Four spaces as indent.
241 2. Spacing
242 2.1 Place one space between control statements and their parentheses.
243 For eg, if (), else (), elseif (), endif (), foreach (),
244 endforeach (), while (), endwhile (), break ().
245 2.2 Do not place spaces between function and macro statements and
246 their parentheses. For eg, macro(), endmacro(), function(),
247 endfunction().
248 2.3 Do not place spaces between a command or function or macro and its
249 parentheses, or between a parenthesis and its content. For eg,
250 message("testing") not message( "testing") or message ("testing" )
251 2.4 No space at line ending.
252 3. Lowercase when call commands macros and functions. For eg,
253 add_executable() not ADD_EXECUTABLE(), set() not SET().
254
255 * CMakeLists.txt:
256 * Source/CMakeLists.txt:
257 * Source/PlatformEfl.cmake:
258 * Source/cmake/EFLHelpers.cmake:
259 * Source/cmake/FindATK.cmake:
260 * Source/cmake/FindCFLite.cmake:
261 * Source/cmake/FindCairo.cmake:
262 * Source/cmake/FindDBus.cmake:
263 * Source/cmake/FindDirectX.cmake:
264 * Source/cmake/FindE_DBus.cmake:
265 * Source/cmake/FindEcore.cmake:
266 * Source/cmake/FindEdje.cmake:
267 * Source/cmake/FindEet.cmake:
268 * Source/cmake/FindEeze.cmake:
269 * Source/cmake/FindEfreet.cmake:
270 * Source/cmake/FindEina.cmake:
271 * Source/cmake/FindElementary.cmake:
272 * Source/cmake/FindEnchant.cmake:
273 * Source/cmake/FindEvas.cmake:
274 * Source/cmake/FindFontconfig.cmake:
275 * Source/cmake/FindGLIB.cmake:
276 * Source/cmake/FindGStreamer.cmake:
277 * Source/cmake/FindGperf.cmake:
278 * Source/cmake/FindHarfBuzz.cmake:
279 * Source/cmake/FindICU.cmake:
280 * Source/cmake/FindLibSoup.cmake:
281 * Source/cmake/FindQuickTimeSDK.cmake:
282 * Source/cmake/FindSqlite.cmake:
283 * Source/cmake/OptionsBlackBerry.cmake:
284 * Source/cmake/OptionsCommon.cmake:
285 * Source/cmake/OptionsEfl.cmake:
286 * Source/cmake/OptionsWinCE.cmake:
287 * Source/cmake/OptionsWindows.cmake:
288 * Source/cmake/WebKitFS.cmake:
289 * Source/cmake/WebKitFeatures.cmake:
290 * Source/cmake/WebKitHelpers.cmake:
291 * Source/cmake/WebKitMacros.cmake:
292 * Source/cmake/WebKitPackaging.cmake:
293 * Source/cmake/gtest/CMakeLists.txt:
294
yoli@rim.coma7c91e12012-12-05 21:10:18 +00002952012-12-05 Yong Li <yoli@rim.com>
296
297 [BlackBerry] Build with libjpegturbo
298 https://bugs.webkit.org/show_bug.cgi?id=104152
299
300 Reviewed by Rob Buis.
301
302 RIM PR# 196975.
303 This change is made by Ming Xie to link with libjpegturbo.
304
305 * Source/cmake/OptionsBlackBerry.cmake:
306
leoyang@rim.com18502e22012-12-05 20:05:25 +00003072012-12-05 Leo Yang <leoyang@rim.com>
308
309 [BlackBerry] Enable CSS_IMAGE_RESOLUTION
310 https://bugs.webkit.org/show_bug.cgi?id=104132
311
312 Reviewed by Yong Li.
313
314 * Source/cmake/OptionsBlackBerry.cmake:
315
commit-queue@webkit.org3d436ba2012-12-05 18:59:16 +00003162012-12-05 Laszlo Gombos <l.gombos@samsung.com>
317
318 [CMake] Enable to build WebKit sources without Tools
319 https://bugs.webkit.org/show_bug.cgi?id=103918
320
321 Reviewed by Gyuyoung Kim.
322
323 Turn on building Tools by default only if ENABLE_TOOLS is not explicitly set
324 (enabled or disabled) and the Tools directory exists for all CMake based ports.
325
326 This change enables the possibility to build WebKit even if the Tools directory
327 does not exists.
328
329 * CMakeLists.txt:
330
commit-queue@webkit.org08f988c2012-12-04 09:12:00 +00003312012-12-04 Kondapally Kalyan <kalyan.kondapally@intel.com>
332
333 [EFL][WK2][AC] USE_GRAPHICS_SURFACE should be enabled only if Xcomposite and Xrender extensions are found.
334 https://bugs.webkit.org/show_bug.cgi?id=103710.
335
336 Reviewed by Kenneth Rohde Christiansen.
337
338 When using GLX back-end we are dependent on GLX support, Xcomposite and Xrender extensions.
339 In this case, GraphicsSurface usage depends on Xcomposite and Xrender extensions.
340 USE_GRAPHICS_SURFACE should be enabled only if Xcomposite and Xrender extensions are found.
341
342 * Source/cmake/OptionsEfl.cmake:
343
pierre.rossi@gmail.comeeb16442012-12-04 01:38:59 +00003442012-12-03 Pierre Rossi <pierre.rossi@digia.com>
345
346 [Qt] another stab at fixing the windows build
347
348 It seems the QT_BUILD_{TARGET}_LIB are not set as they should by qt_module.prf.
349 Define them by hand to be on the safe side.
350
351 * Source/widgetsapi.pri:
352
alexis@webkit.orged5ebb32012-12-03 17:48:42 +00003532012-12-03 Alexis Menard <alexis@webkit.org>
354
alexis@webkit.org609a7842012-12-03 20:04:27 +0000355 [EFL] Enable CSS3 background-position offsets by default.
356 https://bugs.webkit.org/show_bug.cgi?id=103879
357
358 Reviewed by Laszlo Gombos.
359
360 Enable the feature for EFL only.
361
362 * Source/cmake/OptionsEfl.cmake:
363
3642012-12-03 Alexis Menard <alexis@webkit.org>
365
alexis@webkit.orged5ebb32012-12-03 17:48:42 +0000366 [GTK] Enable CSS3 background-background position offset by default.
367 https://bugs.webkit.org/show_bug.cgi?id=103903
368
369 Reviewed by Philippe Normand.
370
371 Turn on the flag by default.
372
373 * configure.ac:
374
commit-queue@webkit.org6aa73712012-12-03 15:42:25 +00003752012-12-03 Cosmin Truta <ctruta@rim.com>
376
377 [BlackBerry] Enable HIDDEN_PAGE_DOM_TIMER_THROTTLING
378 https://bugs.webkit.org/show_bug.cgi?id=103842
379
380 Reviewed by Yong Li.
381
382 Set ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING to ON.
383
384 * Source/cmake/OptionsBlackBerry.cmake:
385
commit-queue@webkit.orgd2506372012-12-03 15:20:51 +00003862012-12-03 Laszlo Gombos <l.gombos@samsung.com>
387
388 [CMake] Enable building WebKit2-only build for the EFL port
389 https://bugs.webkit.org/show_bug.cgi?id=103820
390
391 Reviewed by Gyuyoung Kim.
392
393 To create a WebKit2-only build for EFL use the following command:
394 build-webkit --efl --cmakeargs="-DENABLE_WEBKIT=OFF".
395
396 * CMakeLists.txt: Turn on WebKit1 support if it is not explicitly set (enabled or disabled) for
397 all CMake based ports.
398
399 * Source/cmake/OptionsEfl.cmake: Enable WebKit2
400 for the EFL port if it is not explicitly set (enabled or disabled).
401
zeno.albisser@digia.coma084ac32012-12-03 12:40:42 +00004022012-12-03 Zeno Albisser <zeno@webkit.org>
403
404 [Qt][Mac] QtWebKitWidgets has wrong install_name.
405
406 This part got lost during the library split.
407 It was done for QtWebKit before, but it also
408 needs to be applied to QtWebKitWidgets.
409
410 Reviewed by Tor Arne Vestbø.
411
412 * Source/widgetsapi.pri:
413
junov@google.com80720cc2012-11-30 21:11:31 +00004142012-11-30 Justin Novosad <junov@google.com>
415
416 [Chromium] Animation updates fail when using a canvas as a CSS backround-image style with -webkit-canvas
417 https://bugs.webkit.org/show_bug.cgi?id=103643
418
419 Reviewed by Stephen White.
420
421 New test to verify that elements using a canvas as a style image
422 source are redrawn when the canvas is animated. Added as a manual test
423 because the bug was not reproducible in DumpRenderTree.
424
425 * ManualTests/animated-canvas-as-background.html: Added.
426
pierre.rossi@gmail.comded582b2012-11-30 16:10:16 +00004272012-11-30 Pierre Rossi <pierre.rossi@gmail.com>
428
429 [Qt] Unreviewed build break
430
431 Rubber-stamped by Simon Hausmann.
432
433 Poor man's way to trigger a clean build on a bot.
434
435 * WebKit.pro:
436
hausmann@webkit.orge85cd9b2012-11-30 15:22:37 +00004372012-11-30 Simon Hausmann <simon.hausmann@digia.com>
438
439 [Qt] Unreviewed doc fix
440
441 Add additional search paths for API folders.
442
443 * Source/qtwebkit.qdocconf:
444
hausmann@webkit.org5058b7e2012-11-30 15:00:33 +00004452012-11-30 Simon Hausmann <simon.hausmann@digia.com>, Pierre Rossi <pierre.rossi@digia.com>
446
447 [Qt] Separate Qt WebKit into Qt WebKit and Qt WebKit Widgets
448 https://bugs.webkit.org/show_bug.cgi?id=99314
449
450 Reviewed by Tor Arne Vestbø.
451
452 This big change separates QtWebKit into QtWebKit and QtWebKitWidgets as
453 shared libraries.
454
455 It's a big refactoring that mostly involves moving WebCore dependent
456 code into QtWebKit and accessing it through exported QWebFrameAdapter
457 and QWebPageAdapter classes.
458
459 * Source/QtWebKit.pro:
460 * Source/api.pri:
461 * Source/sync.profile:
462 * Source/widgetsapi.pri: Added.
463 * WebKit.pro:
464
vestbo@webkit.org4e3c3332012-11-30 14:16:44 +00004652012-11-30 Tor Arne Vestbø <tor.arne.vestbo@digia.com>
466
467 [Qt] Build as a regular Qt module when production_build is enabled
468
469 Instead of always setting CONFIG+=force_independent. This means the
470 libs, headers, and documentation will end up in qtbase for developer
471 builds of Qt, instead of always in the QtWebKit build directory.
472
473 Reviewed by Simon Hausmann.
474
475 * Source/api.pri:
476
rafaelw@chromium.orgecc5b852012-11-30 05:40:27 +00004772012-11-29 Rafael Weinstein <rafaelw@chromium.org>
478
479 [HTMLTemplateElement] Add feature flag
480 https://bugs.webkit.org/show_bug.cgi?id=103694
481
482 Reviewed by Adam Barth.
483
484 This flag will guard the implementation of the HTMLTemplateElement.
485 http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/templates/index.html
486
487 * Source/cmake/WebKitFeatures.cmake:
488 * Source/cmakeconfig.h.cmake:
489
commit-queue@webkit.orgc83e8ee2012-11-29 06:21:20 +00004902012-11-28 Michael Pruett <michael@68k.org>
491
492 IndexedDB: Remove duplicate toWireString() and createFromWire() methods in JSC SerializedScriptValue
493 https://bugs.webkit.org/show_bug.cgi?id=103554
494
495 Reviewed by Kentaro Hara.
496
497 In r135022, duplicate createFromWire() and toWireString() methods
498 were added to the JSC version of SerializedScriptValue. In
499 order to allow the JSC SerializedScriptValue to compile when
500 ENABLE(INDEXED_DATABASE) is turned on, these new methods have
501 been removed and the old methods have been moved outside the
502 ENABLE(INDEXED_DATABASE) guard.
503
504 * Source/autotools/symbols.filter:
505
shinyak@chromium.orgf9720732012-11-29 02:18:20 +00005062012-11-28 Shinya Kawanaka <shinyak@chromium.org>
507
508 [Shadow] Move Distribution stuffs from ShadowRoot
509 https://bugs.webkit.org/show_bug.cgi?id=103481
510
511 Reviewed by Hajime Morita.
512
513 * Source/autotools/symbols.filter:
514
commit-queue@webkit.orgf34793a2012-11-27 04:37:01 +00005152012-11-26 Halton Huo <halton.huo@intel.com>
516
517 [EFL] CMake shows ENABLE_3D_RENDERING and ENABLE_WEBGL is still OFF when AC is enabled
518 https://bugs.webkit.org/show_bug.cgi?id=100829
519
520 Reviewed by Gyuyoung Kim.
521
522 In WebKitFeatures.cmake, only use ${_name} for condition to print
523 a option as ON will prevent the overridden ones in OptionsXXX.cmake,
524 should use ${_WEBKIT_AVAILABLE_OPTIONS_INITALVALUE_${_name}} instead.
525
526 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_3D_RENDERING and
527 ENABLE_WEBGL
528 * Source/cmake/WebKitFeatures.cmake: Use
529 ${_WEBKIT_AVAILABLE_OPTIONS_INITALVALUE_${_name}} to as value of
530 a feature is enabled. Adjust options in lexicographical order.
531
mrobinson@webkit.org35b1ae62012-11-26 22:00:15 +00005322012-11-26 Kalev Lember <kalevlember@gmail.com>
533
534 [GTK] Explicitly link against librt
535 https://bugs.webkit.org/show_bug.cgi?id=103194
536
537 Reviewed by Martin Robinson.
538
539 Fixes broken build with undefined references to shm_open / shm_unlink
540 symbols. SharedMemoryUnix.cpp uses these so we need to link with -lrt.
541
542 * configure.ac:
543
commit-queue@webkit.org3573bab2012-11-26 08:31:18 +00005442012-11-26 Laszlo Gombos <l.gombos@samsung.com>
545
546 [CMake] Allow user specified compiler flags to take precedence
547 https://bugs.webkit.org/show_bug.cgi?id=103101
548
549 Reviewed by Brent Fulgham.
550
551 Make sure that compiler and linker flags specified by the build system
552 are always prepended to the variables that can be specified by the
553 environment and the user as well.
554
555 * Source/cmake/OptionsCommon.cmake:
556 * Source/cmake/OptionsWindows.cmake:
557 * Source/cmake/WebKitHelpers.cmake:
558
alexis@webkit.orgd4f31662012-11-23 21:24:10 +00005592012-11-23 Alexis Menard <alexis@webkit.org>
560
561 [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
562 https://bugs.webkit.org/show_bug.cgi?id=102104
563
564 Reviewed by Julien Chaffraix.
565
566 Protect the new feature behind a feature flag.
567
568 * Source/cmake/WebKitFeatures.cmake:
569 * Source/cmakeconfig.h.cmake:
570 * configure.ac:
571
paroga@webkit.orgbf80a622012-11-23 16:54:35 +00005722012-11-23 Patrick Gansterer <paroga@webkit.org>
573
574 [CMake] Add support for winflexbison distribution
575 https://bugs.webkit.org/show_bug.cgi?id=102551
576
577 Reviewed by Laszlo Gombos.
578
579 Since GnuWin32 does not provide recent versions of bision and flex supporting
580 the alternative winflexbison distribution is the prefered option.
581
582 * Source/cmake/WebKitMacros.cmake:
583
commit-queue@webkit.orgb81cd6d2012-11-23 15:36:37 +00005842012-11-23 Laszlo Gombos <l.gombos@samsung.com>
585
586 [EFL] Define WTF_PLATFORM_EFL in Platform.h
587 https://bugs.webkit.org/show_bug.cgi?id=101482
588
589 Reviewed by Kenneth Rohde Christiansen.
590
591 Remove the definition of WTF_PLATFORM_EFL from the build system to
592 make the EFL port consistent with other ports.
593
594 * Source/cmake/OptionsEfl.cmake:
595
commit-queue@webkit.org242d9b62012-11-23 09:22:13 +00005962012-11-23 Krzysztof Czech <k.czech@samsung.com>
597
598 [EFL] Platform support for Accessibility feature.
599 https://bugs.webkit.org/show_bug.cgi?id=100848
600
601 Reviewed by Gyuyoung Kim.
602
603 Add support for ATK library.
604
605 * Source/cmake/FindATK.cmake: Added.
606 * Source/cmake/OptionsEfl.cmake:
607
kov@webkit.orge0b94072012-11-22 21:07:03 +00006082012-09-26 Gustavo Noronha Silva <gns@gnome.org>
609
610 [GTK] Split SVG from WebCore to work-around make limitation
611 https://bugs.webkit.org/show_bug.cgi?id=97735
612
613 Reviewed by Carlos Garcia Campos.
614
615 Add a new libtool convenience library, libWebCoreSVG.la, to work-around
616 make limitation when linking libWebCore.
617
618 * GNUmakefile.am: variables for the new library.
619
hausmann@webkit.orgcc4b1602012-11-22 13:57:53 +00006202012-11-22 Simon Hausmann <simon.hausmann@digia.com>, Pierre Rossi <pierre.rossi@digia.com>
621
622 [Qt] Separate QWidget dependant code into separate WebKitWidgets static library
623 https://bugs.webkit.org/show_bug.cgi?id=102800
624
625 Reviewed by Tor Arne Vestbø.
626
627 This patch separates code that needs to use QWidget related APIs in
628 WebKit/qt/WebCoreSupport and Api from code that doesn't. This means for
629 example FrameLoaderClientQt.cpp remains in the WebKit1 static library,
630 while qwebpage.cpp and qwebframe.cpp become part of the WebKitWidgets
631 static library. WebKit1 is compiled without QT += widgets and therefore
632 any widget related dependency has been moved "up" and out of WebKit1 into
633 the WebKitWidgets library.
634
635 Between the code in WebKit.a and WebKitWidgets.a new adapters and
636 interfaces have been introduced, such as QWebPageAdapter and
637 QWebFrameAdapter. QWebPageAdapter, when used from WebKit1, is a way to
638 call out into the API layer, implemented by QWebPage (QWebPagePrivate).
639 The other way around if QWebPage wants to access WebCore or
640 WebCoreSupport related functionality, it will go through
641 QWebPageAdapater (as base class). The separation in the direction up
642 into the API layer is complete with this patch, no code in WebKit1
643 depends on QtWidgets. The separation the other way around, code in the
644 API layer not using any WebCore types, is not complete yet.
645
646 Some classes such as QWebSettings, QWebElement or
647 DumpRenderTreeSupportQt remain in WebKit1. While they are API layer,
648 they do not depend on widget related Qt APIs and they make much more
649 use of WebCore internal APIs and therefore are easier to keep in
650 WebKit1.
651
652 In the future we plan to place a real shared library boundary between
653 WebKit1 and WebKitWidgets, by keeping the WebKit1 static library as
654 part of the QtWebKit shared library and by turning the WebKitWidgets
655 static library into a shared one.
656
657
658 * Source/api.pri:
659 * WebKit.pro:
660
ryuan.choi@samsung.comc844afc2012-11-22 06:18:35 +00006612012-11-21 Ryuan Choi <ryuan.choi@gmail.com>
662
663 [EFL] Remove unnecessary definition, -DENABLE_SPELLCHECK=1
664 https://bugs.webkit.org/show_bug.cgi?id=102988
665
666 Reviewed by Laszlo Gombos.
667
668 Removed -DENABLE_SPELLCHECK=1 because feature macros are controlled by
669 WEBKIT_OPTION_XXX and cmakeconfig.h.cmake.
670
671 * Source/cmake/OptionsEfl.cmake:
672
commit-queue@webkit.org1d67c702012-11-22 03:08:46 +00006732012-11-21 Kondapally Kalyan <kalyan.kondapally@intel.com>
674
675 [EFL] GLX detection is broken.
676 https://bugs.webkit.org/show_bug.cgi?id=102687.
677
678 Reviewed by Laszlo Gombos.
679
680 HAVE_GLX is enabled only if WebGL is enabled. This is wrong and we should
681 explicitly test for GLX support.
682 This patch makes changes so that we check for glx.h header and sets HAVE_GLX flag appropriately.
683
684 * Source/cmake/OptionsEfl.cmake:
685
gyuyoung.kim@samsung.comc8489322012-11-21 11:14:34 +00006862012-11-21 Yael Aharon <yael.aharon@intel.com>
687
688 [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default
689 https://bugs.webkit.org/show_bug.cgi?id=101526
690
691 Reviewed by Kenneth Rohde Christiansen.
692
693 Separate out ENABLE_WEBGL. It is not ready to be enabled by default.
694
695 * Source/cmake/OptionsEfl.cmake:
696
commit-queue@webkit.orgebdffaf2012-11-21 06:05:45 +00006972012-11-20 Sheriff Bot <webkit.review.bot@gmail.com>
698
699 Unreviewed, rolling out r133859.
700 http://trac.webkit.org/changeset/133859
701 https://bugs.webkit.org/show_bug.cgi?id=102875
702
703 This patch makes API test broken (Requested by gyuyoung on
704 #webkit).
705
706 * Source/cmake/OptionsEfl.cmake:
707
commit-queue@webkit.orgf61a46a2012-11-20 19:59:14 +00007082012-11-20 Elliott Sprehn <esprehn@chromium.org>
709
710 Store MutationObserver callback in a hidden property for V8
711 https://bugs.webkit.org/show_bug.cgi?id=102555
712
713 Reviewed by Adam Barth.
714
715 Test for reference cycle leaks with mutation observers. There doesn't seem
716 to be a way to check this for v8, but if you manually run you can see if it
717 leaks observers.
718
719 * ManualTests/leak-cycle-observer-wrapper.html: Added.
720
carlosgc@webkit.org58ef18b2012-11-20 16:02:19 +00007212012-11-20 Carlos Garcia Campos <cgarcia@igalia.com>
722
723 Unreviewed. Update NEWS and configure.ac for 1.11.2 release
724
carlosgc@webkit.orga9f159a2012-11-20 16:08:53 +0000725 * configure.ac: Bump tarball version number, not updated in
726 previous commit by mistake.
727
7282012-11-20 Carlos Garcia Campos <cgarcia@igalia.com>
729
730 Unreviewed. Update NEWS and configure.ac for 1.11.2 release
731
carlosgc@webkit.org58ef18b2012-11-20 16:02:19 +0000732 * configure.ac: Bump version numbers.
733
kihong.kwon@samsung.com9ed51c52012-11-19 15:42:53 +00007342012-11-19 Kihong Kwon <kihong.kwon@samsung.com>
735
736 Add PROXIMITY_EVENTS feature
737 https://bugs.webkit.org/show_bug.cgi?id=102658
738
739 Reviewed by Kentaro Hara.
740
741 Add PROXIMITY_EVENTS feature to cmake.
742
743 * Source/cmake/WebKitFeatures.cmake:
744 * Source/cmakeconfig.h.cmake:
745
commit-queue@webkit.org82af1232012-11-19 05:46:55 +00007462012-11-18 Laszlo Gombos <l.gombos@samsung.com>
747
748 Remove non-existent directories from the make system
749 https://bugs.webkit.org/show_bug.cgi?id=102632
750
commit-queue@webkit.org9d4f53a2012-11-19 07:55:51 +0000751 Reviewed by Kenneth Rohde Christiansen.
752
753 Remove (non-existent) symbian references from the exclude list for packaging.
754
755 * Source/cmake/WebKitPackaging.cmake:
756
7572012-11-18 Laszlo Gombos <l.gombos@samsung.com>
758
759 Remove non-existent directories from the make system
760 https://bugs.webkit.org/show_bug.cgi?id=102632
761
commit-queue@webkit.org82af1232012-11-19 05:46:55 +0000762 Reviewed by Adam Barth.
763
764 Remove (non-existent) symbian references from the exclude list for packaging.
765
766 * Source/cmake/WebKitPackaging.cmake:
767
commit-queue@webkit.org5a9f0f12012-11-19 00:41:02 +00007682012-11-18 Genevieve Mak <gmak@rim.com>
769
770 [BlackBerry] Enable Touch Sliders
771 https://bugs.webkit.org/show_bug.cgi?id=102516
772
773 Reviewed by Rob Buis.
774
775 Enabled for BlackBerry only
776 PR #242781
777 PR #176014
778
779 * Source/cmake/OptionsBlackBerry.cmake:
780 * Source/cmake/WebKitFeatures.cmake:
781 * Source/cmakeconfig.h.cmake:
782
carlosgc@webkit.org2082c6d2012-11-18 11:22:37 +00007832012-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
784
785 Unreviewed. Fix GTK+ build after r135022.
786
787 * Source/autotools/symbols.filter: Add exports for
788 SerializedScriptValue changes.
789
tony@chromium.orgc4e04ba2012-11-16 23:59:24 +00007902012-11-16 Tony Chang <tony@chromium.org>
791
792 Remove ENABLE_CSS_HIERARCHIES since it's no longer in use
793 https://bugs.webkit.org/show_bug.cgi?id=102554
794
795 Reviewed by Andreas Kling.
796
797 As mentioned in https://bugs.webkit.org/show_bug.cgi?id=79939#c41 ,
798 we're going to revist this feature once additional vendor support is
799 achieved.
800
801 * Source/cmake/WebKitFeatures.cmake:
802 * Source/cmakeconfig.h.cmake:
803
commit-queue@webkit.org6a75bef2012-11-16 13:19:56 +00008042012-11-16 Ulan Degenbaev <ulan@chromium.org>
805
806 [V8] Increment the amount of externally allocated memory for the receiving V8 isolate when transferring ArrayBuffer
807 https://bugs.webkit.org/show_bug.cgi?id=94463
808
809 Reviewed by Kentaro Hara.
810
811 Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer is deserialized and transferred.
812
813 * ManualTests/typed-array-memory.html:
814
commit-queue@webkit.org0c294e92012-11-16 08:08:37 +00008152012-11-16 Sheriff Bot <webkit.review.bot@gmail.com>
816
commit-queue@webkit.org541a5d22012-11-16 09:19:19 +0000817 Unreviewed, rolling out r134908.
818 http://trac.webkit.org/changeset/134908
819 https://bugs.webkit.org/show_bug.cgi?id=102473
820
821 Broke the Apple Windows Debug build. (Requested by dydx on
822 #webkit).
823
824 * Source/autotools/symbols.filter:
825
8262012-11-16 Sheriff Bot <webkit.review.bot@gmail.com>
827
commit-queue@webkit.org0c294e92012-11-16 08:08:37 +0000828 Unreviewed, rolling out r134865.
829 http://trac.webkit.org/changeset/134865
830 https://bugs.webkit.org/show_bug.cgi?id=102466
831
832 Broke the Apple Windows Debug build. (Requested by dydx on
833 #webkit).
834
835 * Source/autotools/symbols.filter:
836
commit-queue@webkit.orgca9f7312012-11-16 08:02:55 +00008372012-11-16 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
838
839 Avoid copying of ViewportArguments in computeViewportAttributes function
840 https://bugs.webkit.org/show_bug.cgi?id=102354
841
842 Reviewed by Kenneth Rohde Christiansen.
843
844 Updated exported symbols for GTK.
845
846 * Source/autotools/symbols.filter:
847
kov@webkit.org64545a32012-11-16 01:05:18 +00008482012-11-15 Gustavo Noronha Silva <gns@gnome.org>
849
850 [GTK] Split WebCore/platform into a separate library
851 https://bugs.webkit.org/show_bug.cgi?id=94435
852
853 Reviewed by Martin Robinson.
854
855 More people have been reporting problems when linking WebCore because
856 the command line limit is being exceeded. Splitting WebCore a bit more
857 is in order.
858
859 * GNUmakefile.am: add variable that will hold the list of source files
860 for libWebCorePlatform .
861
tony@chromium.orgb4414872012-11-15 21:41:07 +00008622012-11-15 Tony Chang <tony@chromium.org>
863
864 Generate Settings from a .in file
865 https://bugs.webkit.org/show_bug.cgi?id=100393
866
867 Reviewed by Adam Barth.
868
869 Generate SettingsMacros.h for cmake.
870
871 * Source/cmake/WebKitMacros.cmake:
872
commit-queue@webkit.orgab366e12012-11-15 19:15:17 +00008732012-11-15 Rick Byers <rbyers@chromium.org>
874
875 No tests for changing mouse cursors
876 https://bugs.webkit.org/show_bug.cgi?id=100550
877
878 Reviewed by Brent Fulgham.
879
880 Add necessary exports for Internals::getCurrentCursorInfo
881
882 * Source/autotools/symbols.filter:
883
tkent@chromium.orgac0ed3f2012-11-15 09:47:46 +00008842012-11-15 Kent Tamura <tkent@chromium.org>
885
886 Support stand-alone month names in calendar picker
887 https://bugs.webkit.org/show_bug.cgi?id=102196
888
889 Reviewed by Kentaro Hara.
890
891 * ManualTests/forms/calendar-picker.html:
892 - Remove monthLabels arguments.
893 - Add a mock implementation of pagePopupController.formatMonth.
894
commit-queue@webkit.org37ca2ba2012-11-15 06:51:10 +00008952012-11-14 Sheriff Bot <webkit.review.bot@gmail.com>
896
897 Unreviewed, rolling out r134741.
898 http://trac.webkit.org/changeset/134741
899 https://bugs.webkit.org/show_bug.cgi?id=102337
900
901 "Change is incorrect." (Requested by dydx on #webkit).
902
903 * Source/autotools/symbols.filter:
904
dbates@webkit.org4d6d5992012-11-15 06:37:43 +00009052012-11-14 Daniel Bates <dbates@webkit.org>
906
907 Attempt to fix the Apple Windows Debug and GTK builds after <http://trac.webkit.org/changeset/134691>
908 (https://bugs.webkit.org/show_bug.cgi?id=96818)
909
910 Export symbols similar to the ones we added to WebCore.exp.in in
911 <http://trac.webkit.org/changeset/134691>.
912
913 * Source/autotools/symbols.filter:
914
commit-queue@webkit.orgb2052d32012-11-14 09:57:50 +00009152012-11-14 KyungTae Kim <ktf.kim@samsung.com>
916
917 [EFL] Turn on error on warnings for "sign-compare"
918 https://bugs.webkit.org/show_bug.cgi?id=101761
919
920 Reviewed by Gyuyoung Kim.
921
922 Remove "-Wno-error=sign-compare" to turn on error on warnings for "sign-compare"
923
924 * Source/cmake/WebKitHelpers.cmake:
925
hugo.lima@openbossa.org663131f2012-11-13 15:04:41 +00009262012-11-13 Hugo Parente Lima <hugo.lima@openbossa.org>
927
928 FindGLIB.cmake fails do find glib gmodule module.
929 https://bugs.webkit.org/show_bug.cgi?id=101784
930
931 Reviewed by Caio Marcelo de Oliveira Filho.
932
933 * Source/cmake/FindGLIB.cmake:
934
commit-queue@webkit.org73c2f572012-11-13 08:11:18 +00009352012-11-13 Huang Dongsung <luxtella@company100.net>
936
937 Coordinated Graphics: Directly composited animated GIFs only render the first image.
938 https://bugs.webkit.org/show_bug.cgi?id=102043
939
940 Reviewed by Noam Rosenthal.
941
942 Add a test to check that a gif animation can run on a compositing layer.
943
944 * ManualTests/animated-gif-on-compositing-layer.html: Added.
945
commit-queue@webkit.orga94e3932012-11-13 06:55:08 +00009462012-11-12 KyungTae Kim <ktf.kim@samsung.com>
947
948 [EFL] Turn on errors on warnings for WebKit1 and WebKit2 libraries
949 https://bugs.webkit.org/show_bug.cgi?id=101762
950
951 Reviewed by Gyuyoung Kim.
952
953 In case of EFL, add ENABLE_WERROR to EXTRA_COMPILER_FLAGS for WEBKIT and WEBKIT2
954
955 * Source/CMakeLists.txt:
956
commit-queue@webkit.org4bb57ee2012-11-13 06:28:49 +00009572012-11-12 Joe Mason <jmason@rim.com>
958
959 [BlackBerry] NetworkJob should not check if data is received with HEAD
960 https://bugs.webkit.org/show_bug.cgi?id=102034
961
962 Reviewed by George Staikos.
963
964 Internal PR: 241391
965
966 Add test that HEAD XMLHttpRequests return status 404 instead of calling onerror.
967
968 * ManualTests/blackberry/head-xhr-nonexistant-file.html: Added.
969
commit-queue@webkit.org8285e2b62012-11-12 11:20:55 +00009702012-11-12 KyungTae Kim <ktf.kim@samsung.com>
971
972 [EFL] Turn on error on warnings for "switch"
973 https://bugs.webkit.org/show_bug.cgi?id=101760
974
975 Reviewed by Gyuyoung Kim.
976
977 Turn on error on warning for "switch" by removing "-Wno-error=switch"
978
979 * Source/cmake/WebKitHelpers.cmake:
980
shinyak@chromium.orge2a0ced2012-11-12 03:40:03 +00009812012-11-11 Shinya Kawanaka <shinyak@chromium.org>
982
983 [Shadow] ElementShadow should have RuleFeatureSet for select attribute selectors.
984 https://bugs.webkit.org/show_bug.cgi?id=101180
985
986 Reviewed by Dimitri Glazkov.
987
988 Exposes necessary symbols.
989
990 * Source/autotools/symbols.filter:
991
commit-queue@webkit.org9caadc52012-11-12 02:27:10 +00009922012-11-11 Sheriff Bot <webkit.review.bot@gmail.com>
993
994 Unreviewed, rolling out r134144.
995 http://trac.webkit.org/changeset/134144
996 https://bugs.webkit.org/show_bug.cgi?id=101876
997
998 seems to break win 7 chromium browser test (Requested by
999 hayato on #webkit).
1000
1001 * Source/autotools/symbols.filter:
1002
commit-queue@webkit.org690d3722012-11-10 02:45:24 +000010032012-11-09 Rick Byers <rbyers@chromium.org>
1004
1005 No tests for changing mouse cursors
1006 https://bugs.webkit.org/show_bug.cgi?id=100550
1007
1008 Reviewed by Adam Barth.
1009
1010 Add necessary exports for Internals::getCurrentCursorInfo
1011
1012 * Source/autotools/symbols.filter:
1013
commit-queue@webkit.orgafb475f2012-11-09 14:03:14 +000010142012-11-09 Laszlo Gombos <l.gombos@samsung.com>
1015
1016 [EFL] Enable -Werror for the EFL port
1017 https://bugs.webkit.org/show_bug.cgi?id=98715
1018
1019 Reviewed by Gyuyoung Kim.
1020
1021 Treat all warnings as errors, except the existing warnings in the
1022 current code base ("unused-parameter", "sign-compare" and "switch").
1023
1024 Thanks for Raphael Kubo da Costa for the extra help.
1025
1026 * Source/CMakeLists.txt: Enable warnings as error for all libraries
1027 (except WebKit and WebKit2) for the EFL port.
1028 Other cmake-based ports are welcome to join.
1029
1030 * Source/cmake/WebKitHelpers.cmake: Treat warnings as errors by
1031 default for cmake-based ports when ENABLE_WERROR is set.
1032
commit-queue@webkit.orgc1b5c712012-11-08 15:39:04 +000010332012-11-08 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1034
1035 [EFL] Turn WTF_USE_TILED_BACKING_STORE in OptionsEfl.cmake.
1036 https://bugs.webkit.org/show_bug.cgi?id=101559
1037
1038 Reviewed by Kenneth Rohde Christiansen.
1039
1040 Follow-up to 133859; also change the default value in
1041 OptionsEfl.cmake so that the default changes for people not using
1042 build-webkit (ie. users) as well.
1043
1044 * Source/cmake/OptionsEfl.cmake:
1045
commit-queue@webkit.org8e6ce532012-11-08 15:25:17 +000010462012-11-08 Yael Aharon <yael.aharon@intel.com>
1047
1048 [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default
1049 https://bugs.webkit.org/show_bug.cgi?id=101526
1050
1051 Reviewed by Kenneth Rohde Christiansen.
1052
1053 Separate out ENABLE_WEBGL. It is not ready to be enabled by default.
1054
1055 * Source/cmake/OptionsEfl.cmake:
1056
commit-queue@webkit.org4a20f472012-11-08 14:15:22 +000010572012-11-08 Laszlo Gombos <l.gombos@samsung.com>
1058
1059 [EFL] Remove non-variable options from the build system
1060 https://bugs.webkit.org/show_bug.cgi?id=101506
1061
1062 Reviewed by Kenneth Rohde Christiansen.
1063
1064 Remove WTF_USE_PTHREADS, WTF_USE_ICU_UNICODE, WTF_USE_CAIRO,
1065 WTF_USE_FREETYPE and WTF_USE_HARFBUZZ_NG cmake variables
1066 as these are always set to const 1 and not really configurable.
1067
1068 Remove the definition of ENABLE_CONTEXT_MENUS as this is already set to 1 by default in Platform.h.
1069
1070 * Source/cmake/OptionsEfl.cmake:
1071
dominik.rottsches@intel.com055e7182012-11-08 11:32:19 +000010722012-11-08 Sheriff Bot <webkit.review.bot@gmail.com>
1073
1074 Unreviewed, rolling out r133865.
1075 http://trac.webkit.org/changeset/133865
1076 https://bugs.webkit.org/show_bug.cgi?id=101579
1077
1078 dependent patch has been rolled out. (Requested by drott on
1079 #webkit).
1080
1081 * Source/cmake/OptionsEfl.cmake:
1082
dominik.rottsches@intel.com4f987ee2012-11-08 11:21:58 +000010832012-11-08 Dominik Röttsches <dominik.rottsches@intel.com>
1084
1085 Unreviewed, rolling out r133859.
1086 http://trac.webkit.org/changeset/133859
1087 https://bugs.webkit.org/show_bug.cgi?id=101526
1088
1089 Breaks EFL bots test execution.
1090
1091 * Source/cmake/OptionsEfl.cmake:
1092
rakuco@webkit.org7321aed2012-11-08 09:00:48 +000010932012-11-08 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1094
1095 [EFL] Turn WTF_USE_TILED_BACKING_STORE in OptionsEfl.cmake.
1096 https://bugs.webkit.org/show_bug.cgi?id=101559
1097
1098 Reviewed by Kenneth Rohde Christiansen.
1099
1100 Follow-up to 133859; also change the default value in
1101 OptionsEfl.cmake so that the default changes for people not using
1102 build-webkit (ie. users) as well.
1103
1104 * Source/cmake/OptionsEfl.cmake:
1105
commit-queue@webkit.org3fe0b512012-11-08 08:10:15 +000011062012-11-08 Yael Aharon <yael.aharon@intel.com>
1107
1108 [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default
1109 https://bugs.webkit.org/show_bug.cgi?id=101526
1110
1111 Reviewed by Kenneth Rohde Christiansen.
1112
1113 Separate out ENABLE_WEBGL. It is not ready to be enabled by default.
1114
1115 * Source/cmake/OptionsEfl.cmake:
1116
keishi@webkit.orgd37fa2c2012-11-08 06:35:58 +000011172012-11-07 Keishi Hattori <keishi@webkit.org>
1118
1119 Implement week picking to calendar picker
1120 https://bugs.webkit.org/show_bug.cgi?id=101449
1121
1122 Reviewed by Kent Tamura.
1123
1124 * ManualTests/forms/calendar-picker.html: Added test for week picker.
1125
commit-queue@webkit.org5dd41a32012-11-08 06:08:03 +000011262012-11-07 Sheriff Bot <webkit.review.bot@gmail.com>
1127
1128 Unreviewed, rolling out r133841.
1129 http://trac.webkit.org/changeset/133841
1130 https://bugs.webkit.org/show_bug.cgi?id=101542
1131
1132 Reverted patches were innocent (Requested by shinyak on
1133 #webkit).
1134
1135 * Source/autotools/symbols.filter:
1136
shinyak@chromium.org9498da92012-11-08 04:00:28 +000011372012-11-07 Shinya Kawanaka <shinyak@chromium.org>
1138
1139 Unreviewed, rolling out r133428 and r133749
1140 https://bugs.webkit.org/show_bug.cgi?id=101533
1141
1142 These patches might cause memory regression.
1143
1144 * Source/autotools/symbols.filter:
1145
shinyak@chromium.org7f13d062012-11-07 14:13:30 +000011462012-11-07 Shinya Kawanaka <shinyak@chromium.org>
1147
1148 [Shadow] Use setPseudo() instead of setShadowPseudoId().
1149 https://bugs.webkit.org/show_bug.cgi?id=101306
1150
1151 Reviewed by Kent Tamura.
1152
1153 Exposes necessary symbols.
1154
1155 * Source/autotools/symbols.filter:
1156
hausmann@webkit.orga1a74b12012-11-07 09:32:33 +000011572012-11-07 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
1158
1159 [Qt] Fix build of modules depending on QtWebKit when using prefix
1160 https://bugs.webkit.org/show_bug.cgi?id=101437
1161
1162 Reviewed by Simon Hausmann.
1163
1164 .qmake.conf loads qt_build_config.prf, which nowadays is responsible for
1165 adding the path to .qmake.super (before it was done by default_pre.prf,
1166 so having setting the path in our default_pre wrapper was sufficient).
1167
1168 * .qmake.conf:
1169
keishi@webkit.orgc5b8f7492012-11-07 06:29:43 +000011702012-11-06 Keishi Hattori <keishi@webkit.org>
1171
1172 Implement month picking to calendar picker
1173 https://bugs.webkit.org/show_bug.cgi?id=101333
1174
1175 Reviewed by Kent Tamura.
1176
1177 * ManualTests/forms/calendar-picker.html: Added test for month picker.
1178
commit-queue@webkit.orge1286192012-11-06 23:25:20 +000011792012-11-06 Laszlo Gombos <l.gombos@samsung.com>
1180
1181 [EFL] Simplify the build system
1182 https://bugs.webkit.org/show_bug.cgi?id=101392
1183
1184 Reviewed by Kenneth Rohde Christiansen.
1185
1186 Remove unused cmake variables. In addition there is no longer a need to define
1187 WTF_USE_TEXTURE_MAPPER_GL in the build system as that is now handled in Platform.h
1188 (see r133623).
1189
1190 * Source/cmake/OptionsEfl.cmake:
1191
hausmann@webkit.orgc0345a12012-11-05 10:12:27 +000011922012-11-05 Simon Hausmann <simon.hausmann@digia.com>
1193
1194 [Qt] Trivial unreviewed: Add missing module dependencies for builds in Qt CI system.
1195
1196 These fields aren't used by anyone except some perl scripts in the Qt CI builds.
1197
1198 * Source/sync.profile:
1199
abarth@webkit.org3df3cc92012-11-02 19:01:01 +000012002012-11-02 Adam Barth <abarth@webkit.org>
1201
1202 ENABLE(UNDO_MANAGER) is disabled everywhere and is not under active development
1203 https://bugs.webkit.org/show_bug.cgi?id=100711
1204
1205 Reviewed by Eric Seidel.
1206
1207 * Source/cmake/WebKitFeatures.cmake:
1208 * Source/cmakeconfig.h.cmake:
1209
commit-queue@webkit.org1497a442012-11-02 18:05:42 +000012102012-11-02 Martin Robinson <mrobinson@igalia.com>
1211
1212 [GTK] Remove dependency on SoupPasswordManager
1213 https://bugs.webkit.org/show_bug.cgi?id=100775
1214
1215 Reviewed by Carlos Garcia Campos.
1216
1217 Add a libsecret dependency to the build. This is necessary so that we can remove
1218 a dependency on SoupPasswordManager.
1219
1220 * configure.ac: Look for libsecret using the pkg-config configuration macro.
1221
michael.bruning@digia.com2330ae32012-11-02 14:25:35 +000012222012-11-02 Michael BrĂĽning <michael.bruning@digia.com>
1223
1224 [Qt][WK2] ASSERT hit for every mouse click
1225 https://bugs.webkit.org/show_bug.cgi?id=100607
1226
1227 Reviewed by Jocelyn Turcotte.
1228
1229 Added a test with a link that contains an <em> tag surrounding the entire inner text.
1230 The test should be run on an assert enabled build and the assert should not be
1231 triggered when tapping the link.
1232
1233 * ManualTests/tap-gesture-on-em-link-tap-highlight-assert.html: Added.
1234
fischman@chromium.org5a493442012-11-02 01:38:30 +000012352012-11-01 Ami Fischman <fischman@chromium.org>
1236
1237 HTMLMediaPlayer should free m_player when src is set/changed
1238 https://bugs.webkit.org/show_bug.cgi?id=99647
1239
1240 Reviewed by Eric Carlson.
1241
1242 * ManualTests/media-players-are-dropped-on-error.html: Added.
1243 Various scenarios are tested to make sure players aren't
1244 leaked in different ways for each of them.
1245
bdakin@apple.com54ee0782012-11-01 18:57:39 +000012462012-11-01 Beth Dakin <bdakin@apple.com>
1247
1248 https://bugs.webkit.org/show_bug.cgi?id=100917
1249 There should be a way to dump the scrolling tree from the layout tests
1250
1251 Reviewed by Simon Fraser.
1252
1253 * Source/autotools/symbols.filter:
1254
commit-queue@webkit.orgc7f89c72012-10-31 22:22:07 +000012552012-10-31 Thiago Marcos P. Santos <thiago.santos@intel.com>
1256
1257 Added viewport at-rule to the CSS parser and tokenizer
1258 https://bugs.webkit.org/show_bug.cgi?id=95961
1259
1260 Reviewed by Kenneth Rohde Christiansen.
1261
1262 Enable CSS Device Adaptation by default on EFL.
1263
1264 * Source/cmake/OptionsEfl.cmake:
1265
vollick@chromium.org64eaafc2012-10-31 15:36:50 +000012662012-10-31 Ian Vollick <vollick@chromium.org>
1267
1268 Add support for text-based repaint testing
1269 https://bugs.webkit.org/show_bug.cgi?id=100584
1270
1271 Reviewed by Simon Fraser.
1272
1273 Allows tracked repaint rects to be dumped as text.
1274
1275 * Source/autotools/symbols.filter:
1276 Exports for:
1277 FrameView::setTracksRepaints(bool)
1278 Frame::trackedRepaintRectsAsText() const
1279
1280
commit-queue@webkit.orgf2242d92012-10-30 08:33:44 +000012812012-10-30 Vivek Galatage <vivekgalatage@gmail.com>
1282
1283 Add files generated by Windows to ignore list for git repository
1284 https://bugs.webkit.org/show_bug.cgi?id=100729
1285
1286 Reviewed by Gyuyoung Kim.
1287
1288 Adding the additional files generated by windows port to the ignore list
1289
1290 * .gitignore:
1291
carlosgc@webkit.org3764e562012-10-30 07:47:25 +000012922012-10-30 Carlos Garcia Campos <cgarcia@igalia.com>
1293
1294 [GTK] Add a configure option to build with -g1
1295 https://bugs.webkit.org/show_bug.cgi?id=100670
1296
1297 Reviewed by Martin Robinson.
1298
1299 Add min and full options to the --enable-debug-symbols configure
1300 option. Using --enable-debug-symbols=min will use -g1 instead of
1301 -g (which is actually -g2). The first level is enough for most of
1302 the cases, like getting a backtrace, and it's the only way to
1303 build WebKit with debug symbols in a 32 bit system. The option
1304 full is actually the same than yes for backwards compatibility.
1305
1306 * configure.ac:
1307
rwlbuis@webkit.orgcb3807e2012-10-26 20:12:25 +000013082012-10-26 Rob Buis <rbuis@rim.com>
1309
1310 [BlackBerry] Platform Abstraction for WebKit Resource/Image Loading
1311 https://bugs.webkit.org/show_bug.cgi?id=100518
1312
1313 PR 231732
1314
1315 Reviewed by Yong Li.
1316
1317 Remove RESOURCE_PATH from webkit, this is now abstracted in our platform layer.
1318
1319 * Source/cmake/OptionsBlackBerry.cmake:
1320
hausmann@webkit.org68369572012-10-26 12:18:57 +000013212012-10-26 Regina Chung <heejin.r.chung@samsung.com>
1322
1323 [EFL][WK2] Enable WebGL
1324 https://bugs.webkit.org/show_bug.cgi?id=97652
1325
1326 Reviewed by Gyuyoung Kim.
1327
1328 Use Graphics Surface to enable WebGL for WebKit2 EFL.
1329
1330 * Source/cmake/OptionsEfl.cmake:
1331
ossy@webkit.org601b4b82012-10-26 10:52:27 +000013322012-10-26 Sheriff Bot <webkit.review.bot@gmail.com>
1333
1334 Unreviewed, rolling out r132601.
1335 http://trac.webkit.org/changeset/132601
1336 https://bugs.webkit.org/show_bug.cgi?id=100494
1337
1338 It broke the Qt build (Requested by Ossy on #webkit).
1339
1340 * Source/cmake/OptionsEfl.cmake:
1341
commit-queue@webkit.org818cb172012-10-26 10:22:02 +000013422012-10-26 Regina Chung <heejin.r.chung@samsung.com>
1343
1344 [EFL][WK2] Enable WebGL
1345 https://bugs.webkit.org/show_bug.cgi?id=97652
1346
1347 Reviewed by Gyuyoung Kim.
1348
1349 Use Graphics Surface to enable WebGL for WebKit2 EFL.
1350
1351 * Source/cmake/OptionsEfl.cmake:
1352
commit-queue@webkit.orgb885adc2012-10-26 10:20:33 +000013532012-10-26 Thiago Marcos P. Santos <thiago.santos@intel.com>
1354
1355 Add feature flags for CSS Device Adaptation
1356 https://bugs.webkit.org/show_bug.cgi?id=95960
1357
1358 Reviewed by Kenneth Rohde Christiansen.
1359
1360 * Source/cmake/WebKitFeatures.cmake:
1361 * Source/cmakeconfig.h.cmake:
1362 * configure.ac:
1363
commit-queue@webkit.org1ec0f372012-10-26 05:08:13 +000013642012-10-25 Yael Aharon <yael.aharon@intel.com>
1365
1366 [EFL][WK2][AC] Enable 3D_RENDERING flag
1367 https://bugs.webkit.org/show_bug.cgi?id=99535
1368
1369 Reviewed by Laszlo Gombos.
1370
1371 Turn on the flag ENABLE_3D_RENDERING when WTF_USE_TILE_BACKING_STORE flag is on.
1372 This flag controls perspective and preserves-3d behavior.
1373
1374 * Source/cmake/OptionsEfl.cmake:
1375
dominik.rottsches@intel.com6bf0b302012-10-25 19:26:47 +000013762012-10-25 Dominik Röttsches <dominik.rottsches@intel.com>
1377
1378 Adding feature for XHR_TIMEOUT
1379
1380 Conditionalize XHR timeout support
1381 https://bugs.webkit.org/show_bug.cgi?id=100356
1382
1383 Reviewed by Adam Barth.
1384
1385 Adding feature for XHR_TIMEOUT to disable it on ports that don't have
1386 network backend support for setTimeoutInterval.
1387
1388 * Source/cmake/OptionsEfl.cmake: Default ON on EFL.
1389 * Source/cmake/WebKitFeatures.cmake: Default OFF for any CMAKE based port.
1390 * Source/cmakeconfig.h.cmake: Adding define.
1391 * configure.ac: Make autogen.sh support the --enable/--disable-xhr-timeout parameter.
1392
commit-queue@webkit.orge8c2c662012-10-25 14:03:59 +000013932012-10-25 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
1394
1395 Add setMediaTypeOverride to window.internals.settings
1396 https://bugs.webkit.org/show_bug.cgi?id=100249
1397
1398 Reviewed by Kenneth Rohde Christiansen.
1399
1400 Exported WebCore::Settings::setMediaTypeOverride(WTF::String const&) for GTK port.
1401
1402 * Source/autotools/symbols.filter:
1403
commit-queue@webkit.orgfd1466c2012-10-24 22:49:03 +000014042012-10-24 Michael Carmody <mcarmody@rim.com>
1405
1406 [BlackBerry] change CMAKE_<CCXX|C>_FLAGS_<RELEASE|DEBUG> from enviroment flags
1407 https://bugs.webkit.org/show_bug.cgi?id=100256
1408
1409 Reviewed by Rob Buis.
1410
1411 This allow override of compile flags without having to edit CMake files.
1412
1413 * Source/cmake/OptionsBlackBerry.cmake:
1414
commit-queue@webkit.org06119ec2012-10-24 14:51:47 +000014152012-10-24 Priit Laes <plaes@plaes.org>
1416
1417 [GTK] ./configure output for CSS Shaders is broken
1418 https://bugs.webkit.org/show_bug.cgi?id=100217
1419
1420 Reviewed by Martin Robinson.
1421
1422 Reformat CSS Filters / Shaders check to clean configure output.
1423
1424 * configure.ac:
1425
commit-queue@webkit.org0d525682012-10-24 14:33:47 +000014262012-10-24 Thiago Marcos P. Santos <thiago.santos@intel.com>
1427
1428 [EFL] run-webkit-tests writes garbage on stderr when running on Xvfb
1429 https://bugs.webkit.org/show_bug.cgi?id=100243
1430
1431 Reviewed by Kenneth Rohde Christiansen.
1432
1433 Search for X11 development libraries (and thus Xext), necessary to
1434 disable the X extensions error reporting.
1435
1436 * Source/cmake/OptionsEfl.cmake:
1437
mario@webkit.org094840652012-10-24 08:12:50 +000014382012-10-24 Mario Sanchez Prada <mario@webkit.org>
1439
1440 [WK2] [GTK] TestWebKitAccessibility is not being run
1441 https://bugs.webkit.org/show_bug.cgi?id=100102
1442
1443 Reviewed by Carlos Garcia Campos.
1444
1445 Moved check for at-spi2 after the definition of enable_webkit2,
1446 since it's only needed for WebKit2GTK API tests.
1447
1448 * configure.ac: Moved the check for at-spi2 down in the file.
1449
mrobinson@webkit.org0aa1e1c2012-10-24 01:48:10 +000014502012-10-23 Martin Robinson <mrobinson@igalia.com>
1451
1452 POTFILES.in/.skip need updates for translators
1453 https://bugs.webkit.org/show_bug.cgi?id=67580
1454
1455 Reviewed by Xan Lopez.
1456
1457 Now process POTFILES.in during configuration.
1458
1459 * configure.ac:
1460
kenneth@webkit.org2a707b52012-10-23 15:15:43 +000014612012-10-23 Kenneth Rohde Christiansen <kenneth@webkit.org>
1462
1463 Add support for resolution media query
1464 https://bugs.webkit.org/show_bug.cgi?id=99077
1465
1466 Reviewed by Antti Koivisto.
1467
1468 * Source/cmake/OptionsEfl.cmake:
1469 * Source/cmake/WebKitFeatures.cmake:
1470 * Source/cmakeconfig.h.cmake:
1471
1472 Add support for the RESOLUTION_MEDIA_QUERY feature flag.
1473
1474 * Source/autotools/symbols.filter:
1475
1476 Export the WebCore::Settings setting.
1477
carlosgc@webkit.org7e57c572012-10-23 13:40:54 +000014782012-10-23 Carlos Garcia Campos <cgarcia@igalia.com>
1479
1480 Unreviewed. Update NEWS and configure.ac for 1.11.1 release
1481
1482 * configure.ac: Bump version numbers.
1483
ryuan.choi@samsung.com84707782012-10-23 12:34:51 +000014842012-10-23 Ryuan Choi <ryuan.choi@samsung.com>
1485
1486 [EFL][WK2] Add support for IMF composition
1487 https://bugs.webkit.org/show_bug.cgi?id=89552
1488
1489 Reviewed by Gyuyoung Kim.
1490
1491 * Source/cmake/FindEcore.cmake: Checked Ecore_IMF.
1492
abecsi@webkit.orgc9a1ed62012-10-23 09:15:12 +000014932012-10-23 Andras Becsi <andras.becsi@digia.com>
1494
1495 Remove devicePixelRatio from ViewportAttributes
1496 https://bugs.webkit.org/show_bug.cgi?id=99845
1497
1498 Reviewed by Adam Barth.
1499
1500 * Source/autotools/symbols.filter: Update symbol.
1501
pfeldman@chromium.orgf405be22012-10-22 08:52:03 +000015022012-10-22 Pavel Feldman <pfeldman@chromium.org>
1503
1504 Web Inspector: merge "docked" state into the "dock side" enum.
1505 https://bugs.webkit.org/show_bug.cgi?id=99717
1506
1507 Reviewed by Vsevolod Vlasov.
1508
1509 Otherwise, it is hard to manage these inter-dependent flags.
1510
1511 * Source/autotools/symbols.filter:
1512
tony@chromium.org152c093e2012-10-19 21:55:09 +000015132012-10-19 Tony Chang <tony@chromium.org>
1514
1515 Unreviewed, rolling out r131936.
1516 http://trac.webkit.org/changeset/131936
1517 https://bugs.webkit.org/show_bug.cgi?id=99717
1518
1519 Broke the clang build
1520
1521 * Source/autotools/symbols.filter:
1522
commit-queue@webkit.org85886a92012-10-19 18:53:11 +000015232012-10-19 Dongwoo Joshua Im <dw.im@samsung.com>
1524
1525 Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
1526 https://bugs.webkit.org/show_bug.cgi?id=99804
1527
1528 Reviewed by Julien Chaffraix.
1529
1530 CSS3 text related properties will be implemented under this flag,
1531 including text decoration, text-align-last, and text-justify.
1532
1533 * Source/cmake/OptionsEfl.cmake:
1534 * Source/cmake/WebKitFeatures.cmake:
1535 * Source/cmakeconfig.h.cmake:
1536
commit-queue@webkit.org8e351b52012-10-19 02:35:51 +000015372012-10-18 Laszlo Gombos <l.gombos@samsung.com>
1538
1539 [EFL] Buildfix if Netscape plugin support is disabled
1540 https://bugs.webkit.org/show_bug.cgi?id=99757
1541
1542 Reviewed by Gyuyoung Kim.
1543
1544 Set ENABLE_PLUGIN_PROCESS only if ENABLE_NETSCAPE_PLUGIN_API is set.
1545
1546 * Source/cmake/OptionsEfl.cmake:
1547
commit-queue@webkit.org80d18442012-10-18 18:43:15 +000015482012-10-18 Pablo Flouret <pablof@motorola.com>
1549
1550 Implement css3-conditional's @supports rule
1551 https://bugs.webkit.org/show_bug.cgi?id=86146
1552
1553 Reviewed by Antti Koivisto.
1554
1555 * Source/cmake/WebKitFeatures.cmake:
1556 * Source/cmakeconfig.h.cmake:
1557 * configure.ac:
1558 Add an ENABLE_CSS3_CONDITIONAL_RULES flag.
1559
hausmann@webkit.org30747fd2012-10-18 10:38:18 +000015602012-10-18 Simon Hausmann <simon.hausmann@digia.com>
1561
1562 [Qt] Clean up variables controlling Qt module creation/handling
1563
1564 Reviewed by Tor Arne Vestbø.
1565
1566 We now depend on a Qt 5 version that is new enough to allow us to
1567 clean this up. Qt's default_pre.prf uses MODULE_QMAKE_OUTDIR, but
1568 the other MODULE_BASE_* variables are onl used in qmodule.prf.
1569
1570 * Source/api.pri:
1571
vestbo@webkit.orgaf62b0e2012-10-18 08:38:19 +000015722012-10-17 Tor Arne Vestbø <tor.arne.vestbo@digia.com>
1573
1574 [Qt] Modularize documentation for QtWebKit
1575
1576 Running 'make docs' would fail unless 'make qmake_all' was ran first,
1577 but qmake_all involved generating all the derived sources, which seems
1578 overly complex just for building documentation.
1579
1580 We solve this by preventing all subdirs except QtWebKit from having a
1581 docs target. This would normally work fine on its own, but since we
1582 use CONFIG += ordered, there's now a missing doc target for the
1583 immediate dependency of the QtWebKit subdir. We solve this by adding
1584 a dummy-target ourselves.
1585
1586 Finally, we clean up the qdocconf file to match the rest of the Qt
1587 documentation modularization efforts.
1588
1589 Reviewed by Simon Hausmann.
1590
1591 * Source/QtWebKit.pro:
1592 * Source/api.pri:
1593 * Source/qtwebkit.qdocconf: Added.
1594
commit-queue@webkit.org22975d02012-10-17 10:30:52 +000015952012-10-17 Grzegorz Czajkowski <g.czajkowski@samsung.com>, Michal Roj <m.roj@sasmung.com>
1596
1597 [WK2][EFL] Implementation of spellchecking feature.
1598 https://bugs.webkit.org/show_bug.cgi?id=91854
1599
1600 Reviewed by Gyuyoung Kim.
1601
1602 Define SPELLCHECK macro and enable it for WK2-Efl.
1603 The spellchecking implementation is based on the Enchant library.
1604 It can be used by other WebKit ports.
1605
1606 * Source/cmake/FindEnchant.cmake: Added.
1607 * Source/cmake/OptionsEfl.cmake: Enable spellchecking feature for WebKit2-EFL.
1608 * Source/cmake/WebKitFeatures.cmake: Define the SPELLCHECK macro.
1609 * Source/cmakeconfig.h.cmake: Add the feature.
1610
tony@chromium.orgd46511e2012-10-16 18:04:01 +000016112012-10-16 Pablo Flouret <pablof@motorola.com>
1612
1613 Pre-process CSSGrammar.y before running through bison.
1614 https://bugs.webkit.org/show_bug.cgi?id=94290
1615
1616 Reviewed by Tony Chang.
1617
1618 * Source/cmake/WebKitMacros.cmake:
1619 Use WebCore/css/makegrammar.pl to generate bison grammar files.
1620
jer.noble@apple.com098aee82012-10-16 15:51:25 +000016212012-10-15 Jer Noble <jer.noble@apple.com>
1622
1623 WebAudio: limit output level to 0db
1624 https://bugs.webkit.org/show_bug.cgi?id=95792
1625 <rdar://problem/11966135>
1626
1627 Reviewed by Chris Rogers.
1628
1629 Add a manual test to determine that output volume has been limited to 0db.
1630
1631 * ManualTests/webaudio/limit-level-0db.html: Added.
1632
hausmann@webkit.org59b69f32012-10-16 14:12:59 +000016332012-10-16 Simon Hausmann <simon.hausmann@digia.com>
1634
1635 [Qt] Fix support for silent builds
1636
1637 Reviewed by Tor Arne Vestbø.
1638
1639 The .qmake.conf file in Qt modules usually contains a load(qt_build_config), which
1640 ends up loading qmodule.pri, which contains the CONFIG += silent if Qt was configured
1641 with -silent.
1642
1643 * .qmake.conf:
1644
hausmann@webkit.orgecd47222012-10-16 12:48:32 +000016452012-10-16 Simon Hausmann <simon.hausmann@digia.com>, Tor Arne Vestbø <tor.arne.vestbo@digia.com>
1646
1647 [Qt] Add logic for triggering clean builds on changes to build system files
1648
1649 Reviewed by Csaba Osztrogonác.
1650
1651 Add a line here that can be re-used for recording dummy commits to count how the clean-build-needed
1652 logic failed.
1653
1654 * WebKit.pro:
1655
hausmann@webkit.orge0b7a592012-10-16 10:14:36 +000016562012-10-16 Simon Hausmann <simon.hausmann@digia.com>
1657
hausmann@webkit.org50885d42012-10-16 10:49:40 +00001658 Unreviewed, rolling out r131436.
1659 http://trac.webkit.org/changeset/131436
1660
1661 Broke various Qt bots strangely
1662
1663 * .qmake.conf:
1664
16652012-10-16 Simon Hausmann <simon.hausmann@digia.com>
1666
hausmann@webkit.orge0b7a592012-10-16 10:14:36 +00001667 [Qt] Fix support for silent builds
1668
1669 Reviewed by Tor Arne Vestbø.
1670
1671 The .qmake.conf file in Qt modules usually contains a load(qt_build_config), which
1672 ends up loading qmodule.pri, which contains the CONFIG += silent if Qt was configured
1673 with -silent.
1674
1675 * .qmake.conf:
1676
ryuan.choi@samsung.com4075e182012-10-15 18:09:52 +000016772012-10-15 Ryuan Choi <ryuan.choi@samsung.com>
1678
1679 [EFL] Share resources installed for inspector
1680 https://bugs.webkit.org/show_bug.cgi?id=98991
1681
1682 Reviewed by Gyuyoung Kim.
1683
1684 Now, WebKit1/Efl and WebKit2/Efl install same resources to different directory
1685 when INSPECTOR is enabled.
1686
1687 This patch changes to install resources one time and share it.
1688
1689 * Source/PlatformEfl.cmake:
1690 Extracted build scripts which install resources from WebKit/PlatformEfl.cmake.
1691 * Source/cmake/OptionsEfl.cmake:
1692
hausmann@webkit.org19e084d2012-10-15 14:06:06 +000016932012-10-15 Simon Hausmann <simon.hausmann@digia.com>
1694
1695 [Qt] Separate Qt WebKit into Qt WebKit and Qt WebKit Widgets
1696 https://bugs.webkit.org/show_bug.cgi?id=88162
1697
1698 Reviewed by Kenneth Rohde Christiansen.
1699
1700 Rename the QtWebKit module to QtWebKitWidgets.
1701
1702 * Source/api.pri:
1703 * Source/sync.profile:
1704
paroga@webkit.org371c2952012-10-14 14:58:43 +000017052012-10-14 Patrick Gansterer <paroga@webkit.org>
1706
1707 Unreviewed, rolling out r130656.
1708 http://trac.webkit.org/changeset/130656
1709 https://bugs.webkit.org/show_bug.cgi?id=97592
1710
1711 Broke CMake build on Windows
1712
1713 * CMakeLists.txt:
1714
commit-queue@webkit.org7440c612012-10-12 16:57:26 +000017152012-10-12 Sheriff Bot <webkit.review.bot@gmail.com>
1716
1717 Unreviewed, rolling out r131189.
1718 http://trac.webkit.org/changeset/131189
1719 https://bugs.webkit.org/show_bug.cgi?id=99187
1720
1721 Made inspector http tests crash on WK2. (Requested by rakuco
1722 on #webkit).
1723
1724 * Source/PlatformEfl.cmake:
1725 * Source/cmake/OptionsEfl.cmake:
1726
ryuan.choi@samsung.comdaf3b242012-10-12 16:19:51 +000017272012-10-12 Ryuan Choi <ryuan.choi@samsung.com>
1728
1729 [EFL] Share resources installed for inspector
1730 https://bugs.webkit.org/show_bug.cgi?id=98991
1731
1732 Reviewed by Gyuyoung Kim.
1733
1734 Now, WebKit1/Efl and WebKit2/Efl install same resources to different directory
1735 when INSPECTOR is enabled.
1736
1737 This patch changes to install resources one time and share it.
1738
1739 * Source/PlatformEfl.cmake:
1740 Extracted build scripts which install resources from WebKit/PlatformEfl.cmake.
1741 * Source/cmake/OptionsEfl.cmake:
1742
kbalazs@webkit.org40cdf2d2012-10-12 09:24:40 +000017432012-10-12 Balazs Kelemen <kbalazs@webkit.org>
1744
1745 Unreviewed, rolling out r130389.
1746 http://trac.webkit.org/changeset/130389
1747 https://bugs.webkit.org/show_bug.cgi?id=98048
1748
1749 It broke chromium
1750
1751 * Source/autotools/symbols.filter:
1752
commit-queue@webkit.orge6a0fe82012-10-12 02:06:31 +000017532012-10-11 Jinwoo Song <jinwoo7.song@samsung.com>
1754
1755 [CMAKE] Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature
1756 https://bugs.webkit.org/show_bug.cgi?id=99030
1757
1758 Reviewed by Laszlo Gombos.
1759
1760 Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature which throttles DOM timers
1761 on hidden pages to WebKitFeatures.cmake and cmakeconfig.h.cmake.
1762
1763 * Source/cmake/WebKitFeatures.cmake:
1764 * Source/cmakeconfig.h.cmake:
1765
rniwa@webkit.orgcccc4242012-10-11 17:47:16 +000017662012-10-11 Ryosuke Niwa <rniwa@webkit.org>
1767
1768 Perf-o-matic build fixes.
1769
1770 Get the password from the first item of the array now that each JSON contains an array as
1771 the top-level structure instead of a dictionary, which is the first item in the array.
1772
1773 Remove spaces after comma to save space in Runs objects to work-around the AppEngine's
1774 object size limit. This should buy us a couple of days. We'll implement a proper fix later.
1775
1776 * Websites/webkit-perf.appspot.com/models.py:
1777 (Runs.update_incrementally):
1778 * Websites/webkit-perf.appspot.com/models_unittest.py:
1779 (RunsTest.test_update_or_insert):
1780 * Websites/webkit-perf.appspot.com/report_handler.py:
1781 (ReportHandler.post):
1782
tony@chromium.org70a18a42012-10-10 21:33:01 +000017832012-10-10 Tony Chang <tony@chromium.org>
1784
1785 Unreviewed, rolling out r130937, r130949, r130955, and
1786 r130957.
1787 http://trac.webkit.org/changeset/130937
1788 http://trac.webkit.org/changeset/130949
1789 http://trac.webkit.org/changeset/130955
1790 http://trac.webkit.org/changeset/130957
1791 https://bugs.webkit.org/show_bug.cgi?id=94290
1792
1793 Breaks Qt build
1794
1795 * Source/cmake/WebKitMacros.cmake:
1796
commit-queue@webkit.org761a2052012-10-10 18:34:22 +000017972012-10-10 Pablo Flouret <pablof@motorola.com>
1798
1799 Pre-process CSSGrammar.y before running through bison.
1800 https://bugs.webkit.org/show_bug.cgi?id=94290
1801
1802 Reviewed by Tony Chang.
1803
1804 * Source/cmake/WebKitMacros.cmake:
1805 Use WebCore/css/makegrammar.pl to generate bison grammar files.
1806
simon.fraser@apple.com94bfe712012-10-10 18:01:00 +000018072012-10-10 Simon Fraser <simon.fraser@apple.com>
1808
1809 Attempt to fix gtk build which controls exports via this mysteriously-named
1810 file.
1811
1812 * Source/autotools/symbols.filter:
1813
shinyak@chromium.orgb29d4aa2012-10-10 17:47:54 +000018142012-10-10 Shinya Kawanaka <shinyak@chromium.org>
1815
1816 Needs internal API to return distributed nodes for InsertionPoint
1817 https://bugs.webkit.org/show_bug.cgi?id=98868
1818
1819 Reviewed by Hajime Morita.
1820
1821 * Source/autotools/symbols.filter:
1822
yoli@rim.com314e3582012-10-10 15:48:45 +000018232012-10-10 Yong Li <yoli@rim.com>
1824
1825 [BlackBerry] Define WTF_USE_EXTRA_MACROS in cmake rather than Platform.h
1826 https://bugs.webkit.org/show_bug.cgi?id=98819
1827
1828 Reviewed by Rob Buis.
1829
1830 And make it depend on SHARED_CORE
1831 RIM PR# 221339.
1832
1833 * Source/cmake/OptionsBlackBerry.cmake:
1834
keishi@webkit.org94d82cd2012-10-10 11:29:49 +000018352012-10-10 Keishi Hattori <keishi@webkit.org>
1836
1837 REGRESSION (r129738): Calendar picker is too wide when the input is rtl
1838 https://bugs.webkit.org/show_bug.cgi?id=98881
1839
1840 Reviewed by kent Tamura.
1841
1842 * ManualTests/forms/calendar-picker.html: Added isCalendarRTL parameters.
1843
commit-queue@webkit.orgc6e67992012-10-10 11:22:29 +000018442012-10-10 Christophe Dumez <christophe.dumez@intel.com>
1845
1846 [EFL][WK2] Port MiniBrowser to Elementary
1847 https://bugs.webkit.org/show_bug.cgi?id=98748
1848
1849 Reviewed by Kenneth Rohde Christiansen.
1850
1851 Bump EFL librairies dependencies to v1.7
1852 and add Elementary as optional dependency now
1853 that it is needed to build MiniBrowser.
1854
1855 * Source/cmake/FindEet.cmake: Added.
1856 * Source/cmake/FindElementary.cmake: Added.
1857 * Source/cmake/OptionsEfl.cmake:
1858
commit-queue@webkit.org184a0ab2012-10-09 13:31:18 +000018592012-10-09 Simon Pena <spena@igalia.com>
1860
1861 [GTK] Add support for running JavaScript from GResources
1862 https://bugs.webkit.org/show_bug.cgi?id=98488
1863
1864 Reviewed by Carlos Garcia Campos.
1865
1866 GResources allow embedding certain resources, frequently used, in a "bundle"
1867 which can be kept separated or stored in the binary. This patch adds
1868 support for running JavaScript from GResources.
1869
1870 * configure.ac: Add support for compiling GResources
1871
zandobersek@gmail.comb2f10cc2012-10-09 07:10:56 +000018722012-10-09 Zan Dobersek <zandobersek@gmail.com>
1873
1874 Unreviewed GTK build fix after r130689.
1875
1876 Adding a required symbol to symbols.filter.
1877
1878 * Source/autotools/symbols.filter:
1879
commit-queue@webkit.orge28e6182012-10-08 18:10:17 +000018802012-10-08 Laszlo Gombos <l.gombos@samsung.com>
1881
1882 [EFL] Add minimum version information for tool dependencies
1883 https://bugs.webkit.org/show_bug.cgi?id=97592
1884
1885 Reviewed by Kenneth Rohde Christiansen.
1886
1887 Capture the minimum version information for the tools that are required
1888 to build the EFL port (or more generally WebKit).
1889
1890 * CMakeLists.txt:
1891
commit-queue@webkit.org72f86fd2012-10-08 09:47:55 +000018922012-10-08 Dongwoo Joshua Im <dw.im@samsung.com>
1893
1894 [EFL] Fix build break when WEB_AUDIO is enabled.
1895 https://bugs.webkit.org/show_bug.cgi?id=98635
1896
1897 Unreviewed build fix.
1898
1899 Build error is occurred because of the new flag, ENABLE_LEGACY_WEB_AUDIO,
1900 which was introduced by https://bugs.webkit.org/show_bug.cgi?id=97050.
1901
1902 * Source/cmakeconfig.h.cmake: Add ENABLE_LEGACY_WEB_AUDIO.
1903
joone.hur@intel.com6b755222012-10-08 09:23:31 +000019042012-10-08 Joone Hur <joone.hur@intel.com>
1905
1906 [EFL] Add support for -webkit-sticky
1907 https://bugs.webkit.org/show_bug.cgi?id=95182
1908
1909 Reviewed by Kenneth Rohde Christiansen.
1910
1911 Turn on CSS sticky position by default for WebKitEfl,
1912 but most of the CSS sticky position test cases still do not pass on WK1.
1913
1914 * Source/cmake/OptionsEfl.cmake:
1915
mrobinson@webkit.org1c2b02e2012-10-05 17:54:57 +000019162012-10-05 José Dapena Paz <jdapena@igalia.com>
1917
1918 [GTK] Add support for creating EGL contexts
1919 https://bugs.webkit.org/show_bug.cgi?id=77921
1920
1921 Reviewed by Martin Robinson.
1922
1923 This patch adds support for EGL, using OpenGL and OpenGL ES 2. Both
1924 options are set up on compile time, with the configure options
1925 --enable-egl and --enable-gles2.
1926
1927 The implementation only adds support for EGL on top of X11, to
1928 isolate the changes to the minimum. More changes should come
1929 later to enable EGL for other targets (as Wayland).
1930
1931 * GNUmakefile.am:
1932 * configure.ac: new configure options --enable-egl and --enable-gles2.
1933
rwlbuis@webkit.org18076902012-10-05 14:33:11 +000019342012-10-04 Rob Buis <rbuis@rim.com>
1935
1936 [BlackBerry] Sync up CMake files
1937 https://bugs.webkit.org/show_bug.cgi?id=98442
1938
1939 Reviewed by Gyuyoung Kim.
1940
1941 Amongst others some internal paths changed.
1942
1943 * Source/cmake/OptionsBlackBerry.cmake:
1944
commit-queue@webkit.org54c40662012-10-04 22:32:07 +000019452012-10-04 Christophe Dumez <christophe.dumez@intel.com>
1946
1947 [EFL] Add libxml 2.8.0 to jhbuild
1948 https://bugs.webkit.org/show_bug.cgi?id=98418
1949
1950 Reviewed by Laszlo Gombos.
1951
1952 Bump dependency for libxml to 2.8.0 to match
1953 jhbuild.
1954
1955 * Source/cmake/OptionsEfl.cmake:
1956
kbalazs@webkit.orge9055cb2012-10-04 13:42:11 +000019572012-10-04 Balazs Kelemen <kbalazs@webkit.org>
1958
1959 Don't allow to disable compositing in forced compositing mode
1960 https://bugs.webkit.org/show_bug.cgi?id=98048
1961
1962 Reviewed by Jocelyn Turcotte.
1963
1964 Export Settings::setAcceleratedCompositingEnabled because it has been deinlined.
1965
1966 * Source/autotools/symbols.filter:
1967
ryuan.choi@samsung.comec475c72012-10-04 05:46:28 +000019682012-10-03 Ryuan Choi <ryuan.choi@samsung.com>
1969
1970 [EFL] Default.edj should be generated although ENABLE_WEBKIT disabled.
1971 https://bugs.webkit.org/show_bug.cgi?id=97753
1972
1973 Reviewed by Laszlo Gombos.
1974
1975 default.edj is used in both webkit/efl and webkit2/efl.
1976 However, it has been generated only when ENABLE_WEBKIT is enabled.
1977
1978 This patch separates the script which generates default.edj
1979 from source/webkit/platformefl.cmake.
1980
1981 * Source/CMakeLists.txt:
1982 * Source/PlatformEfl.cmake: Added to generate custom target for default theme.
1983 * Source/cmake/OptionsEfl.cmake:
1984 Moved directory generation from WebKit/PlatformEfl.cmake
1985 because THEME_BINARY_DIR is used for both Default Theme and control theme in Tools.
1986
commit-queue@webkit.orgc0c0e812012-10-03 21:11:10 +000019872012-10-03 Otto Derek Cheung <otcheung@rim.com>
1988
1989 [BlackBerry] Implementing the NetworkInfo API for BB port
1990 https://bugs.webkit.org/show_bug.cgi?id=98273
1991
1992 Reviewed by Rob Buis.
1993
1994 Adding references to new classes added to support BlackBerry's
1995 NetworkInfo implementation.
1996
1997 * Source/cmake/OptionsBlackBerry.cmake:
1998
keishi@webkit.org2fb5b7d2012-10-02 02:37:27 +000019992012-10-01 Keishi Hattori <keishi@webkit.org>
2000
2001 Calendar picker should use zero as default step base
2002 https://bugs.webkit.org/show_bug.cgi?id=97976
2003
2004 Reviewed by Kent Tamura.
2005
2006 * ManualTests/forms/calendar-picker.html: Added stepBase parameters.
2007
commit-queue@webkit.org74ba6be2012-09-29 06:31:08 +000020082012-09-28 Mariusz Grzegorczyk <mariusz.g@samsung.com>
2009
2010 [WK2][GTK][EFL] Share WebKit2-GTK plugin process implementation with EFL port
2011 https://bugs.webkit.org/show_bug.cgi?id=91844
2012
2013 Reviewed by Simon Hausmann.
2014
2015 Turn on Netscape Plugin API by default for WebKit2-Efl.
2016
2017 * Source/cmake/OptionsEfl.cmake:
2018
hclam@chromium.orga8e31292012-09-28 23:58:22 +000020192012-09-28 Alpha Lam <hclam@chromium.org>
2020
2021 REGRESSION(r122215) - CachedImage::likelyToBeUsedSoon crashes on accessing a deleted CachedImageClient
2022 https://bugs.webkit.org/show_bug.cgi?id=97749
2023
2024 Reviewed by James Robinson.
2025
2026 Added a manual test to demonstrate drag image and crashing.
2027
2028 * ManualTests/drag-image-no-crash.html: Added.
2029
keishi@webkit.orgbca51ec2012-09-27 08:17:24 +000020302012-09-27 Keishi Hattori <keishi@webkit.org>
2031
2032 SuggestionPicker should support rtl
2033 https://bugs.webkit.org/show_bug.cgi?id=97555
2034
2035 Reviewed by Kent Tamura.
2036
2037 * ManualTests/forms/calendar-picker.html: Added tests for Arabic with datalist.
2038
paroga@webkit.org47f23e92012-09-27 07:30:06 +000020392012-09-27 Patrick Gansterer <paroga@webkit.org>
2040
2041 [WINCE] Enable JIT by default
2042
2043 * Source/cmake/OptionsWinCE.cmake:
2044
mrobinson@webkit.orgfc8c42f2012-09-26 15:53:42 +000020452012-09-26 Martin Robinson <mrobinson@igalia.com>
2046
2047 [GTK] Use XDamage to simplify RedirectedXCompositeWindow
2048 https://bugs.webkit.org/show_bug.cgi?id=97267
2049
2050 Reviewed by Alejandro G. Castro.
2051
2052 Use XDamage to queue redraws of the widget when redirecting accelerated compositing
2053 to an offscreen window. This allows removing a finicky timer-based approach, improves
2054 performance, and allows simplifying things greatly.
2055
2056 * configure.ac: Add support for finding XDamage via pkg-config.
2057
hausmann@webkit.org283c7c52012-09-26 08:38:35 +000020582012-09-26 Simon Hausmann <simon.hausmann@digia.com>
2059
2060 [Qt] Remove Qt Quick 1 support
2061
2062 Reviewed by Kenneth Rohde Christiansen.
2063
2064 It is being moved to the Qt5 QtQuick1 module.
2065
2066 * Source/tests.pri:
2067
zandobersek@gmail.com69904aa2012-09-26 07:38:12 +000020682012-09-26 Zan Dobersek <zandobersek@gmail.com>
2069
2070 [GTK] Enable some of the unstable CSS features
2071 https://bugs.webkit.org/show_bug.cgi?id=97572
2072
2073 Reviewed by Martin Robinson.
2074
2075 Export the required RuntimeEnabledFeatures symbol.
2076
2077 * Source/autotools/symbols.filter:
2078
commit-queue@webkit.orgfe797d02012-09-25 22:16:30 +000020792012-09-25 Cosmin Truta <ctruta@rim.com>
2080
2081 [BlackBerry] Enable LLInt
2082 https://bugs.webkit.org/show_bug.cgi?id=97604
2083
2084 Reviewed by Yong Li.
2085
2086 * Source/cmake/OptionsBlackBerry.cmake:
2087
rniwa@webkit.orgfa81ae52012-09-25 21:22:08 +000020882012-09-25 Ryosuke Niwa <rniwa@webkit.org>
2089
2090 Perf-o-matic should store "values" and support array'ed input
2091 https://bugs.webkit.org/show_bug.cgi?id=97601
2092
2093 Reviewed by Dirk Pranke.
2094
2095 Support new JSON format where the outermost structure is an array instead of a dictionary and results may
2096 contain "values". This change will let us remove some code from run-perf-tests.
2097
2098 Old: {"webkit-revision": 123456, "results": {"test": {"avg": 123}}
2099 New: [{"webkit-revision": 123456, "results": {"test": {"avg": 123, values: [122, 123, 124]}}}]
2100
2101 * Websites/webkit-perf.appspot.com/app.yaml: Incremented the version number.
2102 * Websites/webkit-perf.appspot.com/models.py:
2103 (TestResult): Added values property.
2104 (TestResult.get_or_insert_from_parsed_json): Pass in "values" to the constructor if the value is present.
2105 (ReportLog.get_value): Use the first item in the array if self._parsed uses the new format.
2106 (ReportLog.results_are_well_formed): Verifies that items in "values" are floats convertible. Also verify that
2107 if the JSON uses new format, there is exactly one set of results. In theory, we could support multiple results
2108 but we don't do that now for its complexity.
2109 * Websites/webkit-perf.appspot.com/models_unittest.py:
2110 (TestResultTests.test_get_or_insert_stat_value): Make sure values is present and is an empty list.
2111 (TestResultTests.test_get_or_insert_stat_value_with_values): Added.
2112 (ReportLogTests.test_results_are_well_formed):
2113 (ReportLogTests.test_chromium_revision): Renamed from chromium_revision so that it actually runs.
2114 (ReportLogTests.test_results_in_array):
2115
commit-queue@webkit.orgcef48762012-09-25 08:14:53 +000021162012-09-25 Laszlo Gombos <l.gombos@samsung.com>
2117
2118 [EFL] Update minimal required versions for dependencies
2119 https://bugs.webkit.org/show_bug.cgi?id=97523
2120
2121 Reviewed by Gyuyoung Kim.
2122
2123 Use the same versions numbers for dependencies as in Tools/efl/jhbuild.modules.
2124
2125 * Source/cmake/OptionsEfl.cmake:
2126
hausmann@webkit.orgf849a072012-09-25 08:08:17 +000021272012-09-24 Simon Hausmann <simon.hausmann@digia.com>
2128
2129 [Qt] Fix build with latest Qt 5
2130 https://bugs.webkit.org/show_bug.cgi?id=97479
2131
2132 Reviewed by Tor Arne Vestbø.
2133
2134 Define MODULE_BASE_DIR before loading qt_module.prf, which now calls syncqt. MODULE_BASE_DIR is
2135 passed as last parameter (source dir) to syncqt now, so set it to the directory that contains
2136 sync.profile.
2137
2138 * Source/api.pri:
2139
commit-queue@webkit.org67248b22012-09-25 06:51:39 +000021402012-09-24 Bo Liu <boliu@chromium.org>
2141
2142 Reland "Add in-place reload behavior to ImagesEnabled setting" with optimizations
2143 https://bugs.webkit.org/show_bug.cgi?id=97055
2144
2145 Reviewed by Adam Barth.
2146
2147 Relanding 128780, 128676, 128645. Was reverted in 128914 due to
2148 performance regression in Chromium.
2149
2150 New changes in addition to previously reverted patches:
2151
2152 Refactored CachedResource::requestResource, loadResource, and
2153 revalidateResource. Moved CachedResource::load method to end of
2154 requestResource so there is one place where load is called for all
2155 resources.
2156
2157 Added a enum parameter for requestResource and
2158 determineRevalidationPolicy so that FrameLoaderClient::allowImage call
2159 do not need to be called multiple times.
2160
2161 Removed CachedImage::load call in requestImage so it is not called
2162 twice.
2163
2164 Removed unnecessary Frame.h includes in CachedResource and
2165 CachedImage.
2166
2167 Removed dead load() method declaration in CachedImage.
2168
2169 Updated text expectation for two image-permissions tests to reflect
2170 the removed calls to allowImage.
2171
2172 * Source/autotools/symbols.filter:
2173
commit-queue@webkit.org143a7ff52012-09-25 03:22:13 +000021742012-09-24 Byungwoo Lee <bw80.lee@samsung.com>
2175
2176 [CMake] Change hardcoded 'lib' and 'bin' in CMakeLists.txt to 'LIB_INSTALL_DIR' and 'EXEC_INSTALL_DIR'.
2177 https://bugs.webkit.org/show_bug.cgi?id=97419
2178
2179 Reviewed by Gyuyoung Kim.
2180
2181 Use the value of LIB_INSTALL_DIR and EXEC_INSTALL_DIR instead of
2182 hardcoding 'lib' and 'bin' for CMAKE_{ARCHIVE,LIBRARY,RUNTIME}_OUTPUT_DIRECTORY.
2183
2184 * CMakeLists.txt:
2185 Use ${LIB_INSTALL_DIR} instead of hardcoding "lib".
2186 Use ${EXEC_INSTALL_DIR} instead of hardcoding "bin".
2187
commit-queue@webkit.orgc4157482012-09-24 20:07:13 +000021882012-09-24 Sheriff Bot <webkit.review.bot@gmail.com>
2189
ossy@webkit.org7fa15452012-09-24 20:47:45 +00002190 Unreviewed, rolling out r129343.
2191 http://trac.webkit.org/changeset/129343
2192 https://bugs.webkit.org/show_bug.cgi?id=97479
2193
2194 It broke the build (Requested by Ossy_NIGHT on #webkit).
2195
2196 * Source/api.pri:
2197
21982012-09-24 Sheriff Bot <webkit.review.bot@gmail.com>
2199
commit-queue@webkit.orgc4157482012-09-24 20:07:13 +00002200 Unreviewed, rolling out r129388.
2201 http://trac.webkit.org/changeset/129388
2202 https://bugs.webkit.org/show_bug.cgi?id=97477
2203
2204 Caused an assertion in a WebKit2 unit test (Requested by
2205 abarth on #webkit).
2206
2207 * Source/autotools/symbols.filter:
2208
dominik.rottsches@intel.comdfe84c82012-09-24 18:49:40 +000022092012-09-24 Dominik Röttsches <dominik.rottsches@intel.com>
2210
2211 [EFL][DRT] Enable Regions support
2212 https://bugs.webkit.org/show_bug.cgi?id=83897
2213
2214 Reviewed by Kenneth Rohde Christiansen.
2215
2216 Default build setting for CSS regions set to on.
2217
2218 * Source/cmake/OptionsEfl.cmake:
2219
commit-queue@webkit.org2a1dff22012-09-24 18:13:34 +000022202012-09-24 Bo Liu <boliu@chromium.org>
2221
2222 Reland "Add in-place reload behavior to ImagesEnabled setting" with optimizations
2223 https://bugs.webkit.org/show_bug.cgi?id=97055
2224
2225 Reviewed by Adam Barth.
2226
2227 Relanding 128780, 128676, 128645. Was reverted in 128914 due to
2228 performance regression in Chromium.
2229
2230 New changes in addition to previously reverted patches:
2231
2232 Refactored CachedResource::requestResource, loadResource, and
2233 revalidateResource. Moved CachedResource::load method to end of
2234 requestResource so there is one place where load is called for all
2235 resources.
2236
2237 Added a enum parameter for requestResource and
2238 determineRevalidationPolicy so that FrameLoaderClient::allowImage call
2239 do not need to be called multiple times.
2240
2241 Removed CachedImage::load call in requestImage so it is not called
2242 twice.
2243
2244 Removed unnecessary Frame.h includes in CachedResource and
2245 CachedImage.
2246
2247 Removed dead load() method declaration in CachedImage.
2248
2249 Updated text expectation for two image-permissions tests to reflect
2250 the removed calls to allowImage.
2251
2252 * Source/autotools/symbols.filter:
2253
commit-queue@webkit.orgb3cd24a2012-09-24 11:38:00 +000022542012-09-24 Vivek Galatage <vivekgalatage@gmail.com>
2255
2256 Web Inspector: implement testing harness for pure protocol tests.
2257 https://bugs.webkit.org/show_bug.cgi?id=90675
2258
2259 Reviewed by Yury Semikhatsky.
2260
2261 Added export symbols required for Gtk+ to support the Inspector Protocol
2262 testing harness.
2263
2264 * Source/autotools/symbols.filter:
2265
hausmann@webkit.org4bd09882012-09-24 11:07:29 +000022662012-09-24 Simon Hausmann <simon.hausmann@digia.com>
2267
2268 [Qt] Fix build with latest Qt 5
2269
2270 Reviewed by Tor Arne Vestbø.
2271
2272 Define MODULE_BASE_DIR before loading qt_module.prf, which now calls syncqt. MODULE_BASE_DIR is
2273 passed as last parameter (source dir) to syncqt now, so set it to the directory that contains
2274 sync.profile.
2275
2276 * Source/api.pri:
2277
keishi@webkit.orgec5c8e02012-09-24 04:39:09 +000022782012-09-23 Keishi Hattori <keishi@webkit.org>
2279
2280 Add suggestionPicker to CalendarPicker
2281 https://bugs.webkit.org/show_bug.cgi?id=97201
2282
2283 Reviewed by Kent Tamura.
2284
2285 * ManualTests/forms/calendar-picker.html: Added tests for SuggestionPicker.
2286
fischman@chromium.org9de834a2012-09-22 04:44:29 +000022872012-09-21 Ami Fischman <fischman@chromium.org>
2288
2289 HTMLMediaElement isn't garbage collected between document reloads
2290 https://bugs.webkit.org/show_bug.cgi?id=97020
2291
2292 Reviewed by Eric Carlson.
2293
2294 Manual test added: ManualTests/audio-freed-during-reload.html
2295
2296 * ManualTests/audio-freed-during-reload.html:
2297
crogers@google.com143fd022012-09-21 22:12:36 +000022982012-09-21 Chris Rogers <crogers@google.com>
2299
2300 Add Web Audio support for deprecated/legacy APIs
2301 https://bugs.webkit.org/show_bug.cgi?id=97050
2302
2303 Reviewed by Eric Carlson.
2304
2305 * Source/cmake/WebKitFeatures.cmake:
2306
hausmann@webkit.orgb2449d72012-09-21 12:05:41 +000023072012-09-21 Simon Hausmann <simon.hausmann@digia.com>
2308
2309 [Qt] Bail out when trying to build WebKit with Qt != 5
2310
2311 Reviewed by Tor Arne Vestbø.
2312
2313 Moved check for Qt version out of default_pre into top-level WebKit.pro,
2314 because we never reach default_pre.prf due to the lack of .qmake.conf support
2315 in older versions of Qt/QMake.
2316
2317 * WebKit.pro:
2318
hausmann@webkit.org7870ad12012-09-20 11:58:44 +000023192012-09-20 Simon Hausmann <simon.hausmann@digia.com>
2320
2321 [Qt] QtWebKit module header includes private dependencies
2322
2323 Reviewed by Tor Arne Vestbø.
2324
2325 Moved loading of webkit_modules.prf a few lines down after the definition
2326 of QT_API_DEPENDS, because webkit_modules.prf does the sanitization of the
2327 QT variable now and therefore needs QT_API_DEPENDS.
2328
2329 * Source/api.pri:
2330
commit-queue@webkit.orgd6c30c62012-09-19 03:39:04 +000023312012-09-18 Sailesh Agrawal <sail@chromium.org>
2332
2333 Chromium: Scrollbar with tickmarks doesn't respond to clicks
2334 https://bugs.webkit.org/show_bug.cgi?id=96049
2335
2336 Reviewed by Beth Dakin.
2337
2338 Update exported symbols.
2339
2340 * Source/autotools/symbols.filter:
2341
commit-queue@webkit.org0d7a7412012-09-18 18:18:08 +000023422012-09-18 Bo Liu <boliu@chromium.org>
2343
2344 Revert 128780, 128676, 128645
2345 https://bugs.webkit.org/show_bug.cgi?id=97022
2346
2347 Reviewed by Adam Barth.
2348
2349 I made these revisions to add in-place reload behavior to ImagesEnabled setting.
2350 Reverting this for now due to them causing performance regression in
2351 chromium, possibly caused by increased calls to
2352 PermissionClient::imageAllowed.
2353
2354 * Source/autotools/symbols.filter:
2355
ryuan.choi@samsung.com53f38802012-09-18 07:20:05 +000023562012-09-18 Ryuan Choi <ryuan.choi@samsung.com>
2357
2358 [CMAKE] Fix build break because of memory exhausted.
2359 https://bugs.webkit.org/show_bug.cgi?id=77327
2360
2361 Reviewed by Gyuyoung Kim.
2362
2363 Added to avoid memory exhaustion on 32bit linux debug build.
2364
2365 * Source/cmake/OptionsCommon.cmake:
2366
rwlbuis@webkit.org9c82b2d2012-09-17 20:55:20 +000023672012-09-17 Rob Buis <rbuis@rim.com>
2368
2369 [BlackBerry] Enable VIDEO_TRACK
2370 https://bugs.webkit.org/show_bug.cgi?id=96949
2371
2372 Reviewed by Antonio Gomes.
2373
2374 Turn on VIDEO_TRACK feature.
2375
2376 * Source/cmake/OptionsBlackBerry.cmake:
2377
zandobersek@gmail.comb975a612012-09-17 17:58:07 +000023782012-09-17 Zan Dobersek <zandobersek@gmail.com>
2379
2380 [Gtk] Remove configuration options for stable features that are currently enabled
2381 https://bugs.webkit.org/show_bug.cgi?id=96621
2382
2383 Reviewed by Martin Robinson.
2384
2385 Remove configuration flags that were used for either features that were enabled
2386 by default or were enabled only when unstable features support was enabled. In
2387 any case the feature was removed only if it does not introduce a dependency.
2388
2389 * configure.ac:
2390
vestbo@webkit.org10de7822012-09-17 13:32:37 +000023912012-09-17 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2392
2393 [Qt] Auto-generate the module pri file for QtWebKit
2394
2395 Reviewed by Simon Hausmann.
2396
2397 * Source/api.pri:
2398
jchaffraix@webkit.org5083f632012-09-15 01:24:30 +000023992012-09-14 Julien Chaffraix <jchaffraix@webkit.org>
2400
2401 Revert r127457 and following fixes due to several hit-testing regressions
2402 https://bugs.webkit.org/show_bug.cgi?id=96830
2403
2404 Reviewed by Antonio Gomes.
2405
2406 This change reverts r127457, r127863 and r128505.
2407
2408 * Source/autotools/symbols.filter:
2409
abarth@webkit.org79bb5eb2012-09-14 22:04:58 +000024102012-09-14 Adam Barth <abarth@webkit.org>
2411
2412 Remove webkitPostMessage
2413 https://bugs.webkit.org/show_bug.cgi?id=96577
2414
2415 Reviewed by Ojan Vafai.
2416
2417 Add ENABLE_LEGACY_VENDOR_PREFIXES flag.
2418
2419 * Source/cmake/WebKitFeatures.cmake:
2420 * Source/cmakeconfig.h.cmake:
2421
jpfau@apple.comaaef7312012-09-14 21:30:42 +000024222012-09-14 Jeffrey Pfau <jpfau@apple.com>
2423
2424 Allow third-party storage blocking setting to change while a page is loaded
2425 https://bugs.webkit.org/show_bug.cgi?id=95790
2426
2427 Reviewed by Brady Eidson.
2428
2429 Update exported symbols.
2430
2431 * Source/autotools/symbols.filter:
2432
commit-queue@webkit.orgd0a50672012-09-14 20:04:30 +000024332012-09-14 Bo Liu <boliu@chromium.org>
2434
2435 Add in-place reload behavior to ImagesEnabled setting
2436 https://bugs.webkit.org/show_bug.cgi?id=95478
2437
2438 Reviewed by Adam Barth.
2439
2440 Export WebCore::Settings::setImagesEnabled symbol.
2441
2442 * Source/autotools/symbols.filter:
2443
vestbo@webkit.orgbb5e6be2012-09-14 13:41:24 +000024442012-09-14 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2445
2446 [Qt] Fix handling of debug/release/debug_and_release/build_all
2447
2448 We now pick up the defaults from Qt, in default_pre (CONFIG already
2449 contains the appropriate values for debug and release). We then let
2450 the command line arguments to qmake, or the project files themselves,
2451 override the configuration, and finally we sanitize the configuration
2452 in default_post.
2453
2454 Reviewed by Simon Hausmann.
2455
2456 * Source/api.pri:
2457
keishi@webkit.org13c4f222012-09-14 11:11:17 +000024582012-09-14 Keishi Hattori <keishi@webkit.org>
2459
2460 Add runtime flag that enables lang attribute for form controls in LayoutTests
2461 https://bugs.webkit.org/show_bug.cgi?id=96636
2462
2463 Reviewed by Kent Tamura.
2464
2465 * Source/autotools/symbols.filter:
2466
commit-queue@webkit.org9a8a2e52012-09-13 15:31:12 +000024672012-09-13 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2468
2469 [CMake] Remove some redundant warning flags and enable a few more warnings.
2470 https://bugs.webkit.org/show_bug.cgi?id=96654
2471
2472 Reviewed by Kenneth Rohde Christiansen.
2473
2474 * Source/cmake/WebKitHelpers.cmake: Remove a few warning flags
2475 which are already enabled by -Wall and -Wextra, remove -W which
2476 looks useless and also enable a few more warnings by removing
2477 their -Wno-foo counterparts which were present.
2478
vestbo@webkit.orgbef66922012-09-13 12:39:46 +000024792012-09-13 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2480
vestbo@webkit.org18883b62012-09-13 15:10:43 +00002481 [Qt] Ensure that QT is finalized before loading qt_module.prf
2482
2483 As qt_module.prf does dependency tracking based on the content of the
2484 QT variable. The intermediate WebKit modules modify the variable in
2485 their .pri files, so we have to ensure we've loaded all the modules
2486 before loading qt_module.
2487
2488 Reviewed by Tor Arne Vestbø.
2489 Patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com> on 2012-09-13
2490
2491 * Source/api.pri:
2492
24932012-09-13 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2494
vestbo@webkit.orgbef66922012-09-13 12:39:46 +00002495 [Qt] Make sure LIBS, PKGCONFIG, and QT, do not affect QtWebKit's prl file
2496
2497 Unless it's actually a dependency of the public QtWebKit API.
2498
2499 We could replace every occurance of LIBS, PKGCONFIG, and QT, in the pri
2500 files with their _PRIVATE equivivalent, but that's likely to break when
2501 someone adds a new QT/LIBS/PKGCONFIG += foo line somewhere. Instead we
2502 clean up the variables in default_post.
2503
2504 This means that the CONFIG -= explicitlib in linkAgainstLibrary() is no
2505 longer needed, as it was a workaround for the intermediate libraries ending
2506 up in the prl file. And, since CONFIG -= staticlib was there to support
2507 the explicitlib option, we can remove that too (as well as the exception
2508 for gprof, since it would be empty). If gprof needs tweaks to always link
2509 statically they should go in gprof.prf.
2510
2511 Reviewed by Simon Hausmann.
2512
2513 * Source/api.pri:
2514
vestbo@webkit.orgab7c14a2012-09-13 10:37:28 +000025152012-09-13 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2516
2517 [Qt] Fllow rename of qt_module_config.prf to qt_module.prf
2518
2519 Reviewed by Tor Arne Vestbø.
2520
2521 * Source/api.pri:
2522
hausmann@webkit.org5c756e22012-09-13 08:50:40 +000025232012-09-13 Simon Hausmann <simon.hausmann@nokia.com>
2524
2525 [Qt] syncqt isn't re-run when WebKit1.pro changes and we're building with --no-webkit2
2526 https://bugs.webkit.org/show_bug.cgi?id=96545
2527
2528 Reviewed by Tor Arne Vestbø.
2529
2530 Do the QMAKE_INTERNAL_INCLUDED_FILES trick separately for WebKit1.pro and WebKit2/Target.pri,
2531 depending on build?(webkit1) and build?(webkit2), as discussed earlier.
2532
2533 * Source/api.pri:
2534
commit-queue@webkit.org3f2c0092012-09-13 05:09:58 +000025352012-09-12 Sheriff Bot <webkit.review.bot@gmail.com>
2536
2537 Unreviewed, rolling out r127876.
2538 http://trac.webkit.org/changeset/127876
2539 https://bugs.webkit.org/show_bug.cgi?id=96600
2540
2541 mouse click doesn't work for spin button if spin button in
2542 iframe (Requested by yosin on #webkit).
2543
2544 * Source/autotools/symbols.filter:
2545
commit-queue@webkit.orge6e86232012-09-13 00:56:49 +000025462012-09-12 KyungTae Kim <ktf.kim@samsung.com>
2547
2548 [EFL] Support download attribute feature
2549 https://bugs.webkit.org/show_bug.cgi?id=96462
2550
2551 Reviewed by Gyuyoung Kim.
2552
2553 * Source/cmake/OptionsEfl.cmake: Enable DOWNLOAD_ATTRIBUTE feature.
2554
commit-queue@webkit.org4e9d4a02012-09-12 19:21:41 +000025552012-09-12 Sami Kyostila <skyostil@google.com>
2556
2557 Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING
2558 https://bugs.webkit.org/show_bug.cgi?id=96251
2559
2560 Reviewed by Simon Fraser.
2561
2562 Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING to better describe
2563 the feature it controls.
2564
2565 * Source/cmakeconfig.h.cmake:
2566
ryuan.choi@samsung.com47ae6ee2012-09-12 04:24:57 +000025672012-09-11 Ryuan Choi <ryuan.choi@samsung.com>
2568
2569 [CMAKE] Supply feature defines to CodeGeneratorTestRunner.
2570 https://bugs.webkit.org/show_bug.cgi?id=96273
2571
2572 Reviewed by Gyuyoung Kim.
2573
2574 * Source/cmake/WebKitFeatures.cmake: Generated FEATURE_DEFINES_WITH_SPACE_SEPARATOR.
2575
commit-queue@webkit.org17d4dad2012-09-11 22:32:24 +000025762012-09-11 Arnaud Renevier <a.renevier@sisa.samsung.com>
2577
2578 [Gtk] allow building with css-shaders
2579 https://bugs.webkit.org/show_bug.cgi?id=95603
2580
2581 Reviewed by Martin Robinson.
2582
2583 if unstable features and accelerated compositing are turned on, and
2584 acceleration backend is opengl, then build CSS Shaders and CSS
2585 Filters.
2586
2587 * configure.ac:
2588
commit-queue@webkit.org2f7ffce2012-09-11 18:31:11 +000025892012-09-11 Marcelo Lira <marcelo.lira@openbossa.org>
2590
2591 Restore original value of mock scrollbars enabled in InternalSettings
2592 https://bugs.webkit.org/show_bug.cgi?id=87680
2593
2594 Reviewed by Adam Barth.
2595
2596 Added backup support for mock scrollbars state in
2597 InternalSettings::Backup, and removed support for these
2598 from Qt's DumpRenderTree.
2599
2600 * Source/autotools/symbols.filter:
2601
rakuco@webkit.org72080602012-09-11 15:33:04 +000026022012-09-11 Raphael Kubo da Costa <rakuco@webkit.org>
2603
2604 [EFL] Rewrite the EFL-related Find modules
2605 https://bugs.webkit.org/show_bug.cgi?id=95237
2606
2607 Reviewed by Kenneth Rohde Christiansen.
2608
2609 FindEFL.cmake had several problems which caused unnecessary trouble
2610 when building the EFL port under some setups:
2611
2612 o It looked for some modules (such as ecore) more than once for no
2613 reason, which led to people adding libraries and include paths in
2614 different ways across the build system.
2615
2616 o It depended on pkg-config being present for the searches to
2617 succeed.
2618
2619 o It obtained the library definitions from pkg-config, so
2620 ${FOO_LIBRARIES} would be set to something like "foo;bar" which
2621 expanded to "-lfoo -lbar" to the linker. If a wrong -L<path> was
2622 passed before that, the wrong library installation would end up
2623 being picked up.
2624
2625 o Due to the problem above, we also needed to set the LINK_FLAGS
2626 property for each target with the value of ${FOO_LDFLAGS}, which was
2627 also obtained from pkg-config and sort of compensated the fact that
2628 the libraries did not use absolute paths and added the required -L
2629 paths. This also included dependencies for these libraries, so we
2630 ended up including libraries indirectly, which is bad.
2631
2632 We have now replaced that file with a set of Find-modules which are
2633 much more granular, each of them responsible for looking for a
2634 single library and its components and setting library and include
2635 locations the right way (with FIND_PATH() and FIND_LIBRARY()), so
2636 that all the problems above are fixed.
2637
2638 * Source/cmake/EFLHelpers.cmake: Added.
2639 * Source/cmake/FindEDBus.cmake: Added.
2640 * Source/cmake/FindEFL.cmake: Removed.
2641 * Source/cmake/FindEcore.cmake: Added.
2642 * Source/cmake/FindEdje.cmake: Added.
2643 * Source/cmake/FindEeze.cmake: Added.
2644 * Source/cmake/FindEfreet.cmake: Added.
2645 * Source/cmake/FindEina.cmake: Added.
2646 * Source/cmake/FindEvas.cmake: Added.
2647 * Source/cmake/OptionsEfl.cmake:
2648
hausmann@webkit.org3ce75262012-09-11 13:51:45 +000026492012-09-11 Simon Hausmann <simon.hausmann@nokia.com>
2650
2651 [Qt] In-source builds are broken
2652
2653 Reviewed by Tor Arne Vestbø.
2654
2655 The Tools sub-directory contains a Makefile checked into SVN. For in-source builds let's not try to
2656 overwrite it but instead generate a dedicated Makefile.Tools.
2657
2658 * Makefile:
2659 * WebKit.pro:
2660
vestbo@webkit.orga5de2262012-09-11 13:06:39 +000026612012-09-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2662
2663 [Qt] Add a configure step to the Qt build system
2664
2665 This allows building the Qt port using just 'qmake WebKit.pro'. Using
2666 the build-webkit script is still supported, and will add slightly more
2667 logic to the build, such as detecting the need for clean or incremental
2668 builds.
2669
2670 Internally, the build system now uses a new variable, WEBKIT_CONFIG, for
2671 all things related to configuring the build, such as use/have/enable flags,
2672 and these are translated to defines in default_post. Project files should
2673 no longer check contains(DEFINES,...) to detect features, but use the new
2674 enable?(), use?(), and have?() functions. The no_webkit1 and no_webkit2
2675 options have been translated into WEBKIT_CONFIG options as well, and can
2676 be checked using build?().
2677
2678 Reviewed by Simon Hausmann.
2679
2680 * Source/QtWebKit.pro:
2681 * Source/api.pri:
2682 * Source/tests.pri:
2683 * WebKit.pro:
2684
commit-queue@webkit.org934f4082012-09-10 16:06:32 +000026852012-09-10 Thiago Marcos P. Santos <thiago.santos@intel.com>
2686
2687 [CMake][EFL] Enable the LLInt
2688 https://bugs.webkit.org/show_bug.cgi?id=92682
2689
2690 Reviewed by Csaba Osztrogonác.
2691
2692 Added LLInt to CMake buildsystem and enabled it by default on EFL.
2693 Note that Ruby is not enforced: a secondary check is done when LLInt
2694 is enabled on the JSC's CMakeLists.txt.
2695
2696 * CMakeLists.txt:
2697 * Source/cmake/OptionsEfl.cmake:
2698 * Source/cmake/WebKitFeatures.cmake:
2699 * Source/cmakeconfig.h.cmake:
2700
simon.fraser@apple.com4030b0a2012-09-08 00:48:40 +000027012012-09-07 Simon Fraser <simon.fraser@apple.com>
2702
2703 box-shadow causes overlay scrollbars to be in the wrong position when element is composited
2704 https://bugs.webkit.org/show_bug.cgi?id=85647
2705
2706 Reviewed by James Robinson.
2707
2708 Test overlay scrollbars in composited layers.
2709
2710 * ManualTests/scrollbars/scrollbars-in-composited-layers.html: Added.
2711
mrobinson@webkit.org219213a2012-09-07 17:52:07 +000027122012-09-07 Martin Robinson <mrobinson@igalia.com>
2713
2714 [GTK] Move user agent helpers to WebCore
2715 https://bugs.webkit.org/show_bug.cgi?id=95745
2716
2717 Reviewed by Carlos Garcia Campos.
2718
2719 Added an autoconf step for the new user agent shared code header in
2720 WebCore. This is necessary so that we can use the user agent version
2721 based on the information in the configure.ac file.
2722
2723 * configure.ac:
2724
allan.jensen@nokia.com38071cd2012-09-07 16:09:16 +000027252012-09-07 Allan Sandfeld Jensen <allan.jensen@nokia.com>
2726
2727 Simplify hitTestResultAtPoint and nodesFromRect APIs
2728 https://bugs.webkit.org/show_bug.cgi?id=95720
2729
2730 Reviewed by Antonio Gomes.
2731
2732 Update exported symbols.
2733
2734 * Source/autotools/symbols.filter:
2735
zandobersek@gmail.com47053b32012-09-07 16:01:56 +000027362012-09-07 Zan Dobersek <zandobersek@gmail.com>
2737
2738 [GTK] Multiple feature defines in webcore_cppflags can occur
2739 https://bugs.webkit.org/show_bug.cgi?id=95942
2740
2741 Reviewed by Martin Robinson.
2742
2743 Add the feature_defines_unstable variable that should control values of feature
2744 defines for unstable features when unstable features are not enabled (e.g. release builds).
2745
2746 * GNUmakefile.am:
2747
zandobersek@gmail.com6a566432012-09-06 17:58:42 +000027482012-09-06 Zan Dobersek <zandobersek@gmail.com>
2749
2750 [Gtk] Remove configuration options for features that are not supported by the Gtk port
2751 https://bugs.webkit.org/show_bug.cgi?id=87664
2752
2753 Reviewed by Martin Robinson.
2754
2755 Remove configuration options for features that are completely unsupported by the GTK port.
2756 They only bloat the configure.ac file. They should be re-added when the feature becomes
2757 supported and introduces an external dependency that the users might want to avoid.
2758
2759 * configure.ac:
2760
hausmann@webkit.org516d3eb2012-09-06 10:55:43 +000027612012-09-06 Simon Hausmann <simon.hausmann@nokia.com>
2762
2763 [Qt] Fix build with ANGLE on platforms that provide EGL/GLESv2
2764 https://bugs.webkit.org/show_bug.cgi?id=95965
2765
2766 Reviewed by Tor Arne Vestbø.
2767
2768 Add ANGLE as separate static library to the build and dependencies.
2769
2770 * Source/api.pri:
2771 * WebKit.pro:
2772
staikos@webkit.orgfcde6392012-09-06 01:16:40 +000027732012-09-05 George Staikos <staikos@webkit.org>
2774
2775 [BlackBerry] Match th ebuild flags from the platform library
2776 https://bugs.webkit.org/show_bug.cgi?id=95423
2777
2778 Reviewed by Antonio Gomes.
2779
2780 Unaligned build flags can cause crashes and other strange behavior.
2781 These two were not defined here but were defined on the system.
2782
2783 * Source/cmake/OptionsBlackBerry.cmake:
2784
kaustubh@motorola.com478c5092012-09-05 11:36:03 +000027852012-09-05 Kaustubh Atrawalkar <kaustubh@motorola.com>
2786
2787 [DRT] LTC:: Move printing related APIs from LayoutTestController to Internals
2788 https://bugs.webkit.org/show_bug.cgi?id=92735
2789
2790 Reviewed by Hajime Morita.
2791
2792 Move numberOfPages, pageProperty & pageSizeAndMarginsInPixels in Internals and remove duplicated code from DumprenderTree & WebkitTestRunner.
2793 Added symbols for GTK builds for corresponding APIs.
2794
2795 * Source/autotools/symbols.filter:
2796
jchaffraix@webkit.orgdeb687a2012-09-04 23:39:00 +000027972012-09-04 Julien Chaffraix <jchaffraix@webkit.org>
2798
2799 REGRESSION(r120832): RenderLayer::clampScrollOffset doesn't properly clamp
2800 https://bugs.webkit.org/show_bug.cgi?id=95776
2801
2802 Reviewed by Simon Fraser.
2803
2804 * ManualTests/select-menu-list-wrongly-positioned.html: Added.
2805
commit-queue@webkit.org61e24692012-09-04 13:13:08 +000028062012-09-04 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2807
2808 [EFL] Context menu restore.
2809 https://bugs.webkit.org/show_bug.cgi?id=74179
2810
2811 Reviewed by Gyuyoung Kim.
2812
2813 Adds context menu support for EFL port using non-CROSS_PLATFORM_CONTEXT_MENUS
2814 approach, the same as used in WebKit2.
2815
2816 * Source/cmake/OptionsEfl.cmake: Turn on CONTEXT_MENUS flag for EFL port
2817
allan.jensen@nokia.com80831832012-09-04 11:56:46 +000028182012-09-04 Allan Sandfeld Jensen <allan.jensen@nokia.com>
2819
2820 Allow child-frame content in hit-tests.
2821 https://bugs.webkit.org/show_bug.cgi?id=95204
2822
2823 Reviewed by Antonio Gomes.
2824
2825 Update exported symbols.
2826
2827 * Source/autotools/symbols.filter:
2828
commit-queue@webkit.org3a5958b2012-09-04 09:25:24 +000028292012-09-04 Jinwoo Song <jinwoo7.song@samsung.com>
2830
2831 [CMAKE] Update cmakeconfig.h.cmake
2832 https://bugs.webkit.org/show_bug.cgi?id=95712
2833
2834 Reviewed by Gyuyoung Kim.
2835
2836 Update feature definitions which are missing compared to WebKitFeatures.cmake
2837
2838 * Source/cmakeconfig.h.cmake:
2839
commit-queue@webkit.org3b4355c2012-09-03 14:01:17 +000028402012-09-03 Jinwoo Song <jinwoo7.song@samsung.com>
2841
2842 [EFL] Use WebKitVersion.h to get version information
2843 https://bugs.webkit.org/show_bug.cgi?id=95669
2844
2845 Reviewed by Gyuyoung Kim.
2846
2847 WEBKIT_USER_AGENT_MAJOR_VERSION and WEBKIT_USER_AGENT_MINOR_VERSION
2848 are defined as constant in the OptionsEfl.cmake. But we do not need
2849 to define these here but can use the defined constant in WebKitVersion.h.
2850
2851 WebKitVersion.h is already generated with the version information
2852 from the Source/WebCore/Configurations/Version.xcconfig.
2853
2854 * Source/cmake/OptionsEfl.cmake: Do not set WEBKIT_USER_AGENT_* variables.
2855 * Source/cmakeconfig.h.cmake: Remove WEBKIT_USER_AGENT_* definitions
2856 as no more port uses.
2857
tony@chromium.orgb866aaa2012-08-31 21:17:19 +000028582012-08-31 Tony Chang <tony@chromium.org>
2859
2860 Remove ENABLE_CSS3_FLEXBOX compile time flag
2861 https://bugs.webkit.org/show_bug.cgi?id=95382
2862
2863 Reviewed by Ojan Vafai.
2864
2865 Everyone is already enabling this by default and the spec has stablized.
2866
2867 * Source/cmake/WebKitFeatures.cmake:
2868 * Source/cmakeconfig.h.cmake:
2869 * configure.ac:
2870
commit-queue@webkit.org9f7e2312012-08-30 21:56:45 +000028712012-08-30 JungJik Lee <jungjik.lee@samsung.com>
2872
2873 [EFL][WK2] Add WebMemorySampler feature.
2874 https://bugs.webkit.org/show_bug.cgi?id=91214
2875
2876 Reviewed by Kenneth Rohde Christiansen.
2877
2878 Set WebMemorySampler feature on in EFL port.
2879
2880 * Source/cmake/OptionsEfl.cmake:
2881 * Source/cmake/WebKitFeatures.cmake:
2882 * Source/cmakeconfig.h.cmake:
2883
rwlbuis@webkit.orgcd4492b2012-08-30 20:14:58 +000028842012-08-30 Rob Buis <rbuis@rim.com>
2885
2886 [CMake] Suppress ANGLE compilation warnings
2887 https://bugs.webkit.org/show_bug.cgi?id=95377
2888
2889 Reviewed by Antonio Gomes.
2890
2891 Change WEBKIT_SET_EXTRA_COMPILER_FLAGS so it has an option to suppress C++ warnings.
2892
2893 * Source/cmake/WebKitHelpers.cmake:
2894
hausmann@webkit.orgca4d6662012-08-29 18:50:56 +000028952012-08-29 Thiago Macieira <thiago.macieira@intel.com>
2896
2897 Tell git-archive to not export .gitattributes and .gitignore
2898
2899 Reviewed by Simon Hausmann.
2900
2901 Exclude git specific files from archives created via git-archive.
2902
2903 * .gitattributes:
2904
commit-queue@webkit.org32cc8762012-08-28 22:59:22 +000029052012-08-28 Mario Sanchez Prada <msanchez@igalia.com>
2906
2907 Add directory generated by Eclipse to .gitignore
2908 https://bugs.webkit.org/show_bug.cgi?id=95231
2909
2910 Reviewed by Andreas Kling.
2911
2912 * .gitignore: Ignore .settings directory.
2913
rwlbuis@webkit.org2e9fadb2012-08-27 15:51:09 +000029142012-08-27 Rob Buis <rbuis@rim.com>
2915
2916 [BlackBerry] remove -fno-rtti option in CMAKE_C_FLAGS
2917 https://bugs.webkit.org/show_bug.cgi?id=95089
2918
2919 Reviewed by Antonio Gomes.
2920
2921 This option does not make sense for compiling C and gives a warning.
2922
2923 * Source/cmake/OptionsBlackBerry.cmake:
2924
commit-queue@webkit.org30167702012-08-27 09:19:27 +000029252012-08-27 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
2926
2927 Rename RegisterProtocolHandler API to NavigatorContentUtils
2928 https://bugs.webkit.org/show_bug.cgi?id=94920
2929
2930 Reviewed by Adam Barth.
2931
2932 Modified configuration files so that they contain renamed NavigatorContentUtils-prefixed files.
2933
2934 * Source/cmake/OptionsBlackBerry.cmake:
2935 * Source/cmake/OptionsEfl.cmake:
2936 * Source/cmake/WebKitFeatures.cmake:
2937 * Source/cmakeconfig.h.cmake:
2938
kevino@webkit.org0ea72832012-08-23 18:41:33 +000029392012-08-23 Kevin Ollivier <kevino@theolliviers.com>
2940
2941 [wx] Unreviewed build fix. Disable compilation of WebDOM file for now,
2942 add the opentype directory, and remove old ATSUI files no longer in the tree.
2943
2944 * wscript:
2945
jesus@webkit.orgdcf00282012-08-23 18:28:41 +000029462012-08-22 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
2947
2948 [EFL] Use WTF_USE_SOUP instead BUILDING_SOUP__
2949 https://bugs.webkit.org/show_bug.cgi?id=94744
2950
2951 Reviewed by Gustavo Noronha Silva.
2952
2953 There is no need to define BUILDING_SOUP__ if only WTF_USE_SOUP
2954 is used.
2955
2956 * GNUmakefile.am:
2957 * Source/cmake/OptionsEfl.cmake:
2958
zandobersek@gmail.com56572452012-08-23 18:20:39 +000029592012-08-23 Zan Dobersek <zandobersek@gmail.com>
2960
2961 [Gtk] Move feature defines processing into a GNUmakefile that's simple to autogenerate
2962 https://bugs.webkit.org/show_bug.cgi?id=87127
2963
2964 Reviewed by Martin Robinson.
2965
2966 Add 'feature_defines_defaults' and 'feature_defines_overrides' variables
2967 and define them, along with 'feature_defines' (changed from the all-caps version),
2968 before webcore_cppflags.
2969
2970 * GNUmakefile.am:
2971
commit-queue@webkit.orgd89cca72012-08-23 16:26:04 +000029722012-08-23 Martin Robinson <mrobinson@igalia.com>
2973
2974 [GTK] The tarball should be called webkitgtk-x.x.x.tar.xz
2975 https://bugs.webkit.org/show_bug.cgi?id=94572
2976
2977 Reviewed by Carlos Garcia Campos.
2978
2979 Change the name of the tarball to match the name of the library
2980 and to disambiguate it from other WebKit ports.
2981
2982 * configure.ac: Update the tarball name.
2983
commit-queue@webkit.org0b980c72012-08-23 13:21:39 +000029842012-08-23 Carlos Garcia Campos <cgarcia@igalia.com>
2985
carlosgc@webkit.org132d6792012-08-23 15:48:18 +00002986 Unreviewed. Bump WebKitGTK+ version number.
2987
2988 * configure.ac: Bump version number to 1.11.0 now that we branched
2989 for 1.10.
2990
29912012-08-23 Carlos Garcia Campos <cgarcia@igalia.com>
2992
commit-queue@webkit.org0b980c72012-08-23 13:21:39 +00002993 REGRESSION(r126306): it broke the plugin process
2994 https://bugs.webkit.org/show_bug.cgi?id=94797
2995
2996 Reviewed by Xan Lopez.
2997
2998 * GNUmakefile.am:
2999
bdakin@apple.com231bd902012-08-22 20:20:14 +000030002012-08-22 Beth Dakin <bdakin@apple.com>
3001
3002 https://bugs.webkit.org/show_bug.cgi?id=94401
3003 Add support for making a web site become paginated using overflow:
3004 paged-x | paged-y
3005 -and corresponding-
3006 <rdar://problem/11831783>
3007
3008 Reviewed by Dave Hyatt.
3009
3010 * Source/autotools/symbols.filter:
3011
kov@webkit.orgd76520b2012-08-22 15:47:53 +000030122012-08-22 Gustavo Noronha Silva <gns@gnome.org>
3013
3014 [GTK] Split WebCore/platform into a separate library
3015 https://bugs.webkit.org/show_bug.cgi?id=94435
3016
3017 Reviewed by Martin Robinson.
3018
3019 More people have been reporting problems when linking WebCore because
3020 the command line limit is being exceeded. Splitting WebCore a bit more
3021 is in order.
3022
3023 * GNUmakefile.am: add variable that will hold the list of source files
3024 for libWebCorePlatform .
3025
commit-queue@webkit.org0d1aac52012-08-21 22:35:21 +000030262012-08-21 Thiago Marcos P. Santos <thiago.santos@intel.com>
3027
3028 [EFL] Enable CSS Text Decoration by default
3029 https://bugs.webkit.org/show_bug.cgi?id=94483
3030
3031 Reviewed by Kenneth Rohde Christiansen.
3032
3033 By enabling this feature by default, it will get tested by the bots
3034 and we can make sure no regressions will happen.
3035
3036 * Source/cmake/OptionsEfl.cmake:
3037
commit-queue@webkit.org1ac54b12012-08-21 22:32:32 +000030382012-08-21 Ulan Degenbaev <ulan@chromium.org>
3039
3040 Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer constructed and destructed
3041 https://bugs.webkit.org/show_bug.cgi?id=92993
3042
3043 Reviewed by Kenneth Russell.
3044
3045 Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer
3046 is constructed and destructed so that V8's garbage collection
3047 heuristics can account for the memory held by these objects.
3048
3049 * ManualTests/typed-array-memory.html: Added.
3050
mrobinson@webkit.org9632d0322012-08-21 20:29:16 +000030512012-08-21 Martin Robinson <mrobinson@igalia.com>
3052
3053 [GTK] Using a native window for the WebView breaks GtkOverlay
3054 https://bugs.webkit.org/show_bug.cgi?id=90085
3055
3056 Reviewed by Alejandro G. Castro.
3057
3058 * configure.ac: Parse xcomposite pkg-config file during configuration.
3059
paroga@webkit.org6363b4f2012-08-21 13:44:29 +000030602012-08-21 Patrick Gansterer <paroga@webkit.org>
3061
3062 Build fix for WinCE after r115348.
3063
3064 * Source/cmake/OptionsWindows.cmake: Removed duplicated WEBKIT_OPTION_DEFAULT_PORT_VALUE().
3065
staikos@webkit.orgd56466e2012-08-20 22:23:54 +000030662012-08-20 George Staikos <staikos@webkit.org>
3067
3068 [BlackBerry] Enable XHR Response BLOB
3069 https://bugs.webkit.org/show_bug.cgi?id=94525
3070
3071 Reviewed by Rob Buis.
3072
3073 Add the XHR response blob enable feature to the cmake build system and
3074 enable it for BlackBerry.
3075
3076 * Source/cmake/OptionsBlackBerry.cmake: Add the feature and enable
3077 * Source/cmakeconfig.h.cmake: Add the feature
3078
commit-queue@webkit.org2736b662012-08-20 09:09:26 +000030792012-08-20 Dominik Röttsches <dominik.rottsches@intel.com>
3080
3081 [EFL] Get rid of pango backend support once harfbuzz-ng is working
3082 https://bugs.webkit.org/show_bug.cgi?id=92102
3083
3084 Reviewed by Kenneth Rohde Christiansen.
3085
3086 Removing choice of font backend, Pango detection not required any more.
3087
3088 * Source/cmake/FindPango.cmake: Removed.
3089 * Source/cmake/LibFindMacros.cmake: Removed.
3090 * Source/cmake/OptionsEfl.cmake: Removing choice of font backend.
3091
rakuco@webkit.org1e351fd2012-08-17 19:12:16 +000030922012-08-17 Raphael Kubo da Costa <rakuco@webkit.org>
3093
3094 [CMake] Add FindDBus.cmake and use it in the EFL port.
3095 https://bugs.webkit.org/show_bug.cgi?id=94319
3096
3097 Reviewed by Daniel Bates.
3098
3099 Currently, the Battery Status-related code in the EFL port uses
3100 libdbus but does not directly include its directories or link
3101 against it, relying instead on the compiler flags coming via
3102 EDbus's pkg-config information.
3103
3104 That will break once we stop obtaining EFL's include directories
3105 and library paths from pkg-config, so write FindDBus.cmake to
3106 prepare for that.
3107
3108 * Source/cmake/FindDBus.cmake: Added.
3109 * Source/cmake/OptionsEfl.cmake: Look for D-Bus if BATTERY_STATUS
3110 support is enabled.
3111
rwlbuis@webkit.orge10c2a32012-08-17 15:12:52 +000031122012-08-17 Rob Buis <rbuis@rim.com>
3113
3114 [BlackBerry] Remove some shared libraries from linking
3115 https://bugs.webkit.org/show_bug.cgi?id=94253
3116
3117 Reviewed by Yong Li.
3118
3119 Remove some shared libraries.
3120
3121 * Source/cmake/OptionsBlackBerry.cmake:
3122
kov@webkit.org8e83d702012-08-16 23:39:35 +000031232012-08-16 Gustavo Noronha Silva <gns@gnome.org>
3124
3125 Unreviewed speculative 32 bits build fix.
3126
3127 * Source/autotools/symbols.filter: add symbol version that gets
3128 generated in 32 bits build.
3129
commit-queue@webkit.org830ba052012-08-16 20:54:21 +000031302012-08-16 Max Feil <mfeil@rim.com>
3131
3132 [BlackBerry] Some media controls are mispositioned for dynamic live streams (HLS)
3133 https://bugs.webkit.org/show_bug.cgi?id=94176
3134
3135 Reviewed by Antonio Gomes.
3136
3137 An automated layout test is not possible for this patch because
3138 dynamic live streams require a special dedicated web server.
3139 Putting an external video URL into an automated test is not
3140 correct either. So I have created a manual test that points to
3141 an external HLS video that works today.
3142
3143 * ManualTests/blackberry/video-hls-controls.html: Added.
3144
commit-queue@webkit.org2f936c82012-08-16 08:52:25 +000031452012-08-16 Marja Hölttä <marja@chromium.org>
3146
3147 FormController, WebHistoryItem: Enable reading selected file names from document state
3148 https://bugs.webkit.org/show_bug.cgi?id=91231
3149
3150 Reviewed by Jochen Eisinger.
3151
3152 This change enables Chromium to set up file permissions properly when
3153 the session restore feature restores a page with selected files.
3154
3155 * Source/autotools/symbols.filter: Exported FormController::getReferencedFilePaths and HistoryController::saveDocumentAndScrollState.
3156
tkent@chromium.org2f3dfdf2012-08-16 03:54:03 +000031572012-08-15 Kent Tamura <tkent@chromium.org>
3158
3159 Calendar Picker: Localize numbers in a calendar picker
3160 https://bugs.webkit.org/show_bug.cgi?id=93704
3161
3162 Reviewed by Hajime Morita.
3163
3164 * ManualTests/forms/calendar-picker.html:
3165 Add a mock pagePopupController.localizeNumberString().
3166
rniwa@webkit.orgff14beb2012-08-16 02:40:21 +000031672012-08-15 Ryosuke Niwa <rniwa@webkit.org>
3168
3169 Update manual tests and comments to refer to TestRunner instead of LayoutTestController
3170 https://bugs.webkit.org/show_bug.cgi?id=94168
3171
3172 Reviewed by Kent Tamura.
3173
3174 * ManualTests/resources/multiFileResources/post-echo-and-notify-done.cgi:
3175
commit-queue@webkit.orgb0d27632012-08-15 22:31:26 +000031762012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
3177
3178 [css3-text] Add CSS3 Text decoration compile flag
3179 https://bugs.webkit.org/show_bug.cgi?id=93863
3180
3181 Reviewed by Julien Chaffraix.
3182
3183 This patch handles the compile flag implementation, which will come disabled by
3184 default, thus not exposing the CSS3 text decoration features to the web, unless
3185 when explicitly enabling it with "--css3-text-decoration" build parameter.
3186
3187 * Source/cmake/WebKitFeatures.cmake:
3188 * Source/cmakeconfig.h.cmake:
3189 * configure.ac:
3190
beidson@apple.com6e913b22012-08-15 19:33:37 +000031912012-08-15 Brady Eidson <beidson@apple.com>
3192
3193 Removing a plug-in element from a page opened in a background tab in Safari crashes
3194 <rdar://problem/12057991> and https://bugs.webkit.org/show_bug.cgi?id=93913
3195
3196 Reviewed by Beth Dakin.
3197
3198 * Source/autotools/symbols.filter: Allow this symbol through for DRT's sake.
3199
keishi@webkit.orgd6779ca2012-08-15 03:34:14 +000032002012-08-14 Keishi Hattori <keishi@webkit.org>
3201
3202 Share common code between calendar picker and color suggestion picker
3203 https://bugs.webkit.org/show_bug.cgi?id=93802
3204
3205 Reviewed by Kent Tamura.
3206
3207 * ManualTests/forms/calendar-picker.html:
3208 * ManualTests/forms/color-suggestion-picker.html:
3209
commit-queue@webkit.org11ee93b2012-08-14 11:42:04 +000032102012-08-14 Milian Wolff <milian.wolff@kdab.com>
3211
3212 [Qt] QtWebKit linking fails for QNX cross build
3213 https://bugs.webkit.org/show_bug.cgi?id=93460
3214
3215 Reviewed by Simon Hausmann.
3216
3217 The GCC 4.4.2 used by the QNX BBNDK 2.0.1 fails to link QtWebKit.
3218 Apparently it does not properly support the linker invokation using
3219 -Wl,-whole-archive -l... -Wl,-no-whole-archive
3220 yielding a "cc: no files to process" error. This patch works around
3221 this issue by adding an empty dummy file (and thus object file) to
3222 the linking stage.
3223
3224 * Source/api.pri:
3225
keishi@webkit.org184ab5d2012-08-14 08:48:24 +000032262012-08-14 Keishi Hattori <keishi@webkit.org>
3227
3228 Move page popup resources to separate directory
3229 https://bugs.webkit.org/show_bug.cgi?id=93932
3230
3231 Reviewed by Kent Tamura.
3232
3233 * ManualTests/forms/calendar-picker.html:
3234 * ManualTests/forms/color-suggestion-picker.html:
3235
rakuco@webkit.org48d9a032012-08-13 23:30:23 +000032362012-08-11 Raphael Kubo da Costa <rakuco@webkit.org>
3237
3238 [CMake] Rewrite FindLibSoup2.cmake.
3239 https://bugs.webkit.org/show_bug.cgi?id=93191
3240
3241 Reviewed by Rob Buis.
3242
3243 The existing LibSoup2 was imported from somewhere else and not
3244 only did it contain a lot of unnecessary cruft to look for libsoup
3245 2.2 (which we do not support anyway), but it also relied on the
3246 paths returned by pkg-config for setting the library and include
3247 paths.
3248
3249 For one, this meant "-lsoup-2.4" was passed to the linked instead
3250 of "-L/path/to/libsoup-2.4.so", which would sometimes make a
3251 system version of libsoup to be picked up instead of the one
3252 installed by, say, jhbuild.
3253
3254 The new FindLibSoup.cmake now only looks for libsoup 2.4 and
3255 relies on pkg-config solely for retrieving the current LibSoup
3256 version.
3257
3258 * Source/cmake/FindLibSoup.cmake: Added.
3259 * Source/cmake/FindLibSoup2.cmake: Removed.
3260 * Source/cmake/OptionsEfl.cmake: Look for LibSoup instead of
3261 LibSoup2, look for the GObject component of Glib.
3262
rakuco@webkit.org56218832012-08-13 20:38:06 +000032632012-08-13 Raphael Kubo da Costa <rakuco@webkit.org>
3264
3265 [CMake] Remove glib-related Find modules and write single new one instead.
3266 https://bugs.webkit.org/show_bug.cgi?id=93786
3267
3268 Reviewed by Rob Buis.
3269
3270 As part of the ongoing effort to write proper Find modules that use
3271 absolute include and library paths instead of the short ones from
3272 pkg-config, replace Find{GIO,Glib,Gthread}.cmake with a single
3273 FindGLIB.cmake that optionally detects components such as GIO and
3274 GObject.
3275
3276 Library paths are now defined as "/full/path/to/libfoo.so" instead of
3277 simply "foo", so that the linker receives a full path and we can then
3278 avoid accidentally picking up a libfoo.so installed into /usr/lib
3279 instead of a local one built with jhbuild.
3280
3281 * Source/cmake/FindGIO.cmake: Removed.
3282 * Source/cmake/FindGLIB.cmake: Added.
3283 * Source/cmake/FindGlib.cmake: Removed.
3284 * Source/cmake/FindGthread.cmake: Removed.
3285 * Source/cmake/OptionsEfl.cmake: Look for GLIB with the GIO component.
3286
zandobersek@gmail.com98b4e512012-08-13 11:42:39 +000032872012-08-13 Zan Dobersek <zandobersek@gmail.com>
3288
3289 [Gtk] Remove SVG_FEATURES and HTML_FEATURES from Source/WebCore/GNUmakefile.am
3290 https://bugs.webkit.org/show_bug.cgi?id=90693
3291
3292 Reviewed by Philippe Normand.
3293
3294 Remove exportation of SVG_FLAGS and HTML_FLAGS as Automake conditionals
3295 as they are not required anymore.
3296
3297 * configure.ac:
3298
commit-queue@webkit.org1d4682c2012-08-12 16:52:54 +000032992012-08-12 LoĂŻc Yhuel <loic.yhuel@softathome.com>
3300
3301 [Qt] Make it possible to build without QtTest/QtPrintSupport
3302 https://bugs.webkit.org/show_bug.cgi?id=93492
3303
3304 Reviewed by Tor Arne Vestbø.
3305
3306 * Source/QtWebKit.pro: Disable tests if no testlib
3307
rwlbuis@webkit.orgdf7c2552012-08-10 20:21:57 +000033082012-08-10 Rob Buis <rbuis@rim.com>
3309
3310 [BlackBerry] Enable relro link option for JSC executable
3311 https://bugs.webkit.org/show_bug.cgi?id=93726
3312
3313 Reviewed by Yong Li.
3314
3315 Enable relro link option for JSC executable.
3316
3317 * Source/cmake/OptionsBlackBerry.cmake:
3318
rakuco@webkit.org0fb09242012-08-10 00:58:49 +000033192012-08-09 Raphael Kubo da Costa <rakuco@webkit.org>
3320
3321 [CMake] Bump minimum required version to 2.8.3.
3322 https://bugs.webkit.org/show_bug.cgi?id=93450
3323
3324 Reviewed by Daniel Bates.
3325
3326 Following the discussion in bug 93189, it was decided that bumping
3327 the minimum required version from 2.8.0 to 2.8.3 was a good thing
3328 due to additional features, such as improved
3329 FIND_PACKAGE_HANDLE_STANDARD_ARGS() support and better argument
3330 handling in the PKG_CHECK_MODULES() call.
3331
3332 CMake 2.8.3 was released almost two years ago, so people are
3333 expected to have it or a later version installed.
3334
3335 * CMakeLists.txt:
3336
commit-queue@webkit.org656e6522012-08-09 02:29:35 +000033372012-08-08 Shane Stephens <shanestephens@google.com>
3338
3339 Compile flag for CSS Hierarchies
3340 https://bugs.webkit.org/show_bug.cgi?id=92433
3341
3342 Reviewed by Tony Chang.
3343
3344 * Source/cmake/WebKitFeatures.cmake:
3345
commit-queue@webkit.org7d33c4b2012-08-09 00:18:01 +000033462012-08-08 Ming Xie <mxie@rim.com>
3347
3348 [BlackBerry] Fix "-fPIC" define in the BlackBerry build
3349 https://bugs.webkit.org/show_bug.cgi?id=93548
3350
3351 Reviewed by Rob Buis.
3352
3353 In the current CMake release (version 2.8.5), ${CMAKE_SHARED
3354 _LIBRARY_C_FLAGS} and ${CMAKE_SHARED_LIBRARY_CXX_FLAGS} is
3355 set to empty (See cmake/Modules/Platform/QNX.cmake)
3356
3357 This breaks the assumption which WebKit CMake build system
3358 makes in Source/cmake/WebKitHelper.cmake
3359
3360 * Source/cmake/OptionsBlackBerry.cmake:
3361
philn@webkit.orgd3302192012-08-08 16:52:20 +000033622012-08-08 Philippe Normand <pnormand@igalia.com>
3363
3364 [GStreamer] 0.11 build broken (again)
3365 https://bugs.webkit.org/show_bug.cgi?id=93474
3366
3367 Reviewed by Martin Robinson.
3368
3369 * configure.ac: Disable media-stream build if GStreamer 0.11
3370 support is enabled, due to farstream-0.1 still messing up with
3371 gstreamer-0.10 include path.
3372
commit-queue@webkit.orgadb694d2012-08-08 05:38:28 +000033732012-08-07 YoungTaeck Song <youngtaeck.song@samsung.com>
3374
3375 [WK2][EFL] Implement accelerated compositing on WK2 Efl port
3376 https://bugs.webkit.org/show_bug.cgi?id=89840
3377
3378 Reviewed by Noam Rosenthal.
3379
3380 Implement accelerated composition with TiledBackingStore on WK2 Efl port.
3381 This implementation is based on COORDINATED_GRAPHICS.
3382 Add COORDINATED_GRAPHICS related definitions in OptionsEfl.cmake.
3383
3384 * Source/cmake/OptionsEfl.cmake:
3385
hausmann@webkit.org63555802012-08-07 15:04:25 +000033862012-08-07 No'am Rosenthal <noam.rosenthal@nokia.com>
3387
3388 [Qt] Make it possible to build without QtQuick
3389
3390 Reviewed by Simon Hausmann.
3391
3392 * Source/QtWebKit.pro:
3393 * Source/tests.pri:
3394
hausmann@webkit.org2d2e5352012-08-07 12:06:52 +000033952012-07-19 Simon Hausmann <simon.hausmann@nokia.com>
3396
3397 [Qt] Remove Qt 4 specific code paths
3398 https://bugs.webkit.org/show_bug.cgi?id=88161
3399
3400 Reviewed by Kenneth Rohde Christiansen.
3401
3402 * Source/api.pri:
3403 * WebKit.pro:
3404
gyuyoung.kim@samsung.com04d32b72012-08-07 06:37:09 +000034052012-08-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3406
3407 [EFL] Enable link prefetch
3408 https://bugs.webkit.org/show_bug.cgi?id=93281
3409
3410 Reviewed by Kentaro Hara.
3411
3412 * Source/cmake/OptionsEfl.cmake: Enable LINK_PREFETCH by default.
3413
commit-queue@webkit.org1342caa2012-08-07 01:07:01 +000034142012-08-06 Xan Lopez <xlopez@igalia.com>
3415
3416 [GTK] Cleanup configure.ac build options output
3417 https://bugs.webkit.org/show_bug.cgi?id=93245
3418
3419 Reviewed by Laszlo Gombos.
3420
3421 Remove duplicated elements, sort alphabetically.
3422
3423 * configure.ac: ditto.
3424
carlosgc@webkit.orgbd5ccdc2012-08-06 13:45:44 +000034252012-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3426
3427 Unreviewed. Update NEWS and configure.ac for 1.9.6 release
3428
3429 * configure.ac: Bump version numbers.
3430
paroga@webkit.org62459992012-08-03 21:10:27 +000034312012-08-03 Patrick Gansterer <paroga@webkit.org>
3432
3433 [CMake][WIN] Disable C++ exceptions and RTTI
3434 https://bugs.webkit.org/show_bug.cgi?id=93104
3435
3436 Reviewed by Ryosuke Niwa.
3437
3438 Both features are not used in WebKit, so remove them to safe some code.
3439 Also enable compilation of plain c files with multiple processes.
3440
3441 * Source/cmake/OptionsWindows.cmake:
3442
mario@webkit.org31f68c82012-08-03 14:40:21 +000034432012-08-03 Mario Sanchez Prada <msanchez@igalia.com>
3444
3445 Unreviewed build fix for GTK after r124479.
3446
3447 * Source/autotools/symbols.filter: Removed unneeded symbol.
3448
vestbo@webkit.org7d1eb8c2012-08-03 14:11:03 +000034492012-08-03 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
3450
3451 [Qt] Populate .qmake.cache from the top-level project file
3452
3453 This makes it possible to build webkit without using the perl build
3454 script. The duplicated logic in build-webkit will be removed when we
3455 remove the Qt4 code paths. The build-webkit script will then simply
3456 call 'qmake WebKit.pro' from WEBKITOUTPUTDIR.
3457
3458 Reviewed by Tor Arne Vestbø.
3459
3460 * WebKit.pro:
3461
commit-queue@webkit.org8f475bd2012-08-03 10:02:37 +000034622012-08-03 Dominik Röttsches <dominik.rottsches@intel.com>
3463
3464 [cmake] Cleanup FindHarfBuzz.cmake
3465 https://bugs.webkit.org/show_bug.cgi?id=92984
3466
3467 Reviewed by Hajime Morita.
3468
3469 Cleanup which didn't make it into my previous ptch.
3470
3471 * Source/cmake/FindHarfBuzz.cmake: Remove duplicate line, add a bit of documentation.
3472
commit-queue@webkit.org366f5b62012-08-03 07:33:11 +000034732012-08-03 Joone Hur <joone.hur@intel.com>
3474
3475 [EFL][DRT] WebKitAnimation API compile-time disabled
3476 https://bugs.webkit.org/show_bug.cgi?id=84593
3477
3478 Reviewed by Laszlo Gombos.
3479
3480 Enable ENABLE_ANIMATION_API by default on the Efl port.
3481
3482 * Source/cmake/OptionsEfl.cmake:
3483 * Source/cmakeconfig.h.cmake:
3484
zandobersek@gmail.com74b95202012-08-03 06:27:38 +000034852012-08-02 Zan Dobersek <zandobersek@gmail.com>
3486
3487 Unreviewed attempt at fixing the GTK 64-bit debug build.
3488
3489 * Source/autotools/symbols.filter:
3490
mrobinson@webkit.orgd6721a52012-08-02 13:45:07 +000034912012-08-02 Martin Robinson <mrobinson@igalia.com>
3492
3493 [GTK] When farstream is not present do not enable MediaStream
3494
3495 Reviewed by Philippe Normand.
3496
3497 When farstream libraries are no present, simply do not build MediaStream
3498 support.
3499
3500 * configure.ac:
3501
jianli@chromium.orgf66b5812012-08-02 00:14:28 +000035022012-08-01 Jian Li <jianli@chromium.org>
3503
3504 Add new CSS property "-webkit-widget-region" to expose dashboard region support for other port
3505 https://bugs.webkit.org/show_bug.cgi?id=90298
3506
3507 Reviewed by Adam Barth.
3508
3509 * configure.ac: Add ENABLE_WIDGET_REGION define.
3510
commit-queue@webkit.orge68015d2012-07-31 19:52:34 +000035112012-07-31 Joshua Netterfield <jnetterfield@rim.com>
3512
3513 [BlackBerry] Enable CSS Filter Effects
3514 https://bugs.webkit.org/show_bug.cgi?id=92685
3515
3516 Reviewed by Rob Buis.
3517
3518 Enable CSS filter effects, with the exception of custom effects (CSS shaders) and reference effects (SVG effects)
3519
3520 Internally reviewed by Arvid Nilsson <anilsson@rim.com> and Antonio Gomes <agomes@rim.com>.
3521
3522 * Source/cmake/OptionsBlackBerry.cmake: Add LayerFilterRenderer
3523 * Source/cmakeconfig.h.cmake: Acknowledge CSS filter effects
3524
rniwa@webkit.orge8bea922012-07-31 09:00:33 +000035252012-07-31 Ryosuke Niwa <rniwa@webkit.org>
3526
3527 Perf-o-matic: dashboard images are not generated properly from incrementally updated JSON
3528 https://bugs.webkit.org/show_bug.cgi?id=92717
3529
3530 Reviewed by Hajime Morita.
3531
3532 Sort the values by timestamp. Unfortunately, there isn't a good way of testing this fix.
3533
3534 * Websites/webkit-perf.appspot.com/models.py:
3535 (Runs.chart_params):
3536
commit-queue@webkit.org26e3bd12012-07-31 08:46:59 +000035372012-07-31 Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
3538
3539 add Farstream flags/deps to WebKit, for WebRTC
3540 https://bugs.webkit.org/show_bug.cgi?id=87524
3541
3542 Reviewed by Philippe Normand.
3543
3544 Since Farstream will be used as the backend for GTK's WebRTC, this
3545 patch adds it as a dependency to the build system.
3546
3547 * GNUmakefile.am:
3548 * configure.ac:
3549
rniwa@webkit.orgfcde46b2012-07-31 06:19:17 +000035502012-07-30 Ryosuke Niwa <rniwa@webkit.org>
3551
3552 /api/test/runs/chart expires on perf-o-matic
3553 https://bugs.webkit.org/show_bug.cgi?id=92714
3554
3555 Reviewed by Hajime Morita.
3556
3557 Don't update the entire JSON while generating the dashboard images.
3558 This is a bug and not doing this will reduce the server load significantly.
3559
3560 * Websites/webkit-perf.appspot.com/controller.py:
3561 (RunsChartHandler.post):
3562
commit-queue@webkit.org1f756372012-07-30 23:13:25 +000035632012-07-30 Dominik Röttsches <dominik.rottsches@intel.com>
3564
3565 Avoid Assertion Failure in HarfBuzzRun::characterIndexForXPosition
3566 https://bugs.webkit.org/show_bug.cgi?id=92376
3567
3568 Reviewed by Tony Chang.
3569
3570 Added manual test to reliably reproduce assertion failure which is solved by this patch.
3571
3572 * ManualTests/harfbuzz-mouse-selection-crash.html: Added.
3573
vsevik@chromium.org58d6bc32012-07-30 15:58:48 +000035742012-07-29 Vsevolod Vlasov <vsevik@chromium.org>
3575
3576 Web Inspector: Resource agent's reference to cached resources should be weak.
3577 https://bugs.webkit.org/show_bug.cgi?id=92108
3578
3579 Reviewed by Pavel Feldman.
3580
3581 * Source/autotools/symbols.filter:
3582
shinyak@chromium.orgf5c4f8b2012-07-30 15:16:24 +000035832012-07-30 Shinya Kawanaka <shinyak@chromium.org>
3584
3585 Prohibit having AuthorShadowDOM of input or textarea element for a while and having a flag to enable it in Internals.
3586 https://bugs.webkit.org/show_bug.cgi?id=92611
3587
3588 Reviewed by Hajime Morita.
3589
3590 * Source/autotools/symbols.filter:
3591
vsevik@chromium.orge7823052012-07-30 12:21:00 +000035922012-07-30 Sheriff Bot <webkit.review.bot@gmail.com>
3593
3594 Unreviewed, rolling out r124000.
3595 http://trac.webkit.org/changeset/124000
3596 https://bugs.webkit.org/show_bug.cgi?id=92632
3597
3598 seems to have broken chromium Range_InstanceSizeUnknown unit
3599 test across many platforms (Requested by tomhudson on
3600 #webkit).
3601
3602 * Source/autotools/symbols.filter:
3603
paroga@webkit.org74b5be12012-07-30 10:25:41 +000036042012-07-30 Patrick Gansterer <paroga@webkit.org>
3605
3606 Replace UnicodeWinCE with UnicodeWchar
3607 https://bugs.webkit.org/show_bug.cgi?id=92539
3608
3609 Reviewed by Ryosuke Niwa.
3610
3611 UnicodeWinCE never contained WinCE specific code. UnicodeWchar
3612 is a replacement for it, which is mainly based on the functions
3613 from <wchar.h>. It is ment as a minimal Unicode backend, which
3614 can be used very easy and has no external dependencies.
3615
3616 * Source/cmake/OptionsWinCE.cmake:
3617
vsevik@chromium.orge14cf6d2012-07-30 07:54:54 +000036182012-07-29 Vsevolod Vlasov <vsevik@chromium.org>
3619
3620 Web Inspector: Resource agent's reference to cached resources should be weak.
3621 https://bugs.webkit.org/show_bug.cgi?id=92108
3622
3623 Reviewed by Pavel Feldman.
3624
3625 * Source/autotools/symbols.filter:
3626
commit-queue@webkit.orgc1c4f122012-07-29 21:59:53 +000036272012-07-29 Rik Cabanier <cabanier@adobe.com>
3628
3629 Add ENABLE_CSS_COMPOSITING flag
3630 https://bugs.webkit.org/show_bug.cgi?id=92553
3631
3632 Reviewed by Dirk Schulze.
3633
3634 Adds compiler flag CSS_COMPOSITING to build systems to enable CSS blending and compositing. See spec https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html
3635
3636 * Source/cmake/WebKitFeatures.cmake:
3637 * Source/cmakeconfig.h.cmake:
3638 * configure.ac:
3639
commit-queue@webkit.org18fcb612012-07-28 06:00:39 +000036402012-07-27 Kihong Kwon <kihong.kwon@samsung.com>
3641
3642 [EFL] Support for HTML media capture
3643 https://bugs.webkit.org/show_bug.cgi?id=91842
3644
3645 Reviewed by Ryosuke Niwa.
3646
3647 Add HTML media capture feature, and enable that on the Efl port.
3648
3649 * Source/cmake/OptionsEfl.cmake:
3650 * Source/cmake/WebKitFeatures.cmake:
3651 * Source/cmakeconfig.h.cmake:
3652
rniwa@webkit.org43a62d42012-07-28 00:08:44 +000036532012-07-27 Ryosuke Niwa <rniwa@webkit.org>
3654
3655 Unreviewed perf-o-matic build fix for dashboard image generation.
3656 Also, only show Parser/html5-full-render on the dashboard by default
3657 so that it won't take forever to load it.
3658
3659 * Websites/webkit-perf.appspot.com/controller.py:
3660 (schedule_runs_update):
3661 (RunsChartHandler.post):
3662 * Websites/webkit-perf.appspot.com/models.py:
3663 (Runs.chart_params):
3664 (DashboardImage.get_image):
3665 * Websites/webkit-perf.appspot.com/models_unittest.py:
3666 (RunsTest.test_chart_params_with_value):
3667
commit-queue@webkit.org868e06e2012-07-27 11:32:44 +000036682012-07-27 Dominik Röttsches <dominik.rottsches@intel.com>
3669
3670 [Cairo] Add complex font drawing using HarfbuzzNG
3671 https://bugs.webkit.org/show_bug.cgi?id=91864
3672
3673 Reviewed by Simon Hausmann and Martin Robinson.
3674
3675 Configuring Freetype backend to use HarfBuzz by default.
3676
3677 * Source/cmake/FindHarfBuzz.cmake: Added pkgconfig based discovery of HarfBuzz.
3678 * Source/cmake/OptionsEfl.cmake: Adding Harfbuzz configuration.
3679
mitz@apple.comb285bee2012-07-27 03:24:09 +000036802012-07-26 Dan Bernstein <mitz@apple.com>
3681
3682 When Safari 6 is launched via the WebKit Xcode workspace, it does not link against the built frameworks
3683 https://bugs.webkit.org/show_bug.cgi?id=92331
3684
3685 Reviewed by Mark Rowe.
3686
3687 Changed references to the Safari executable to the SafariForWebKitDevelopment binary.
3688
3689 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3690 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3691
keishi@webkit.org01368682012-07-27 03:21:46 +000036922012-07-26 Keishi Hattori <keishi@webkit.org>
3693
3694 Implement ColorSuggestionPicker page popup
3695 https://bugs.webkit.org/show_bug.cgi?id=92109
3696
3697 Reviewed by Kent Tamura.
3698
3699 * ManualTests/forms/color-suggestion-picker.html: Added. Tests colorSuggestionPicker.{js,css}
3700
commit-queue@webkit.org9cb75d82012-07-26 12:01:37 +000037012012-07-26 Zoltan Nyul <zoltan.nyul@intel.com>
3702
3703 [EFL] EFL port should use XDG paths
3704 https://bugs.webkit.org/show_bug.cgi?id=91719
3705
3706 Reviewed by Kenneth Rohde Christiansen.
3707
3708 Efreet library added.
3709
3710 * Source/cmake/FindEFL.cmake:
3711
kaustubh@motorola.com8e91b052012-07-26 07:06:57 +000037122012-07-26 Kaustubh Atrawalkar <kaustubh@motorola.com>
3713
3714 [DRT] LTC:: pageNumberForElementById() could be moved to Internals.
3715 https://bugs.webkit.org/show_bug.cgi?id=92091
3716
3717 Reviewed by Adam Barth.
3718
3719 Exporting Internals::pageNumber symbols for the Gtk build.
3720
3721 * Source/autotools/symbols.filter:
3722
commit-queue@webkit.org43b1af32012-07-25 15:14:32 +000037232012-07-25 Sheriff Bot <webkit.review.bot@gmail.com>
3724
3725 Unreviewed, rolling out r123606.
3726 http://trac.webkit.org/changeset/123606
3727 https://bugs.webkit.org/show_bug.cgi?id=92247
3728
3729 broke Windows build of Chromium (Requested by tomhudson on
3730 #webkit).
3731
3732 * ManualTests/forms/color-suggestion-picker.html: Removed.
3733
keishi@webkit.org0cc6ae72012-07-25 11:57:21 +000037342012-07-25 Keishi Hattori <keishi@webkit.org>
3735
3736 Implement ColorSuggestionPicker page popup
3737 https://bugs.webkit.org/show_bug.cgi?id=92109
3738
3739 Reviewed by Kent Tamura.
3740
3741 * ManualTests/forms/color-suggestion-picker.html: Added. Tests colorSuggestionPicker.{js,css}
3742
tkent@chromium.org3528a712012-07-24 06:35:19 +000037432012-07-23 Kent Tamura <tkent@chromium.org>
3744
tkent@chromium.orgc08ca1c2012-07-24 06:43:17 +00003745 [GTK] Remove unnecessary trailing space in the previous commit.
3746
3747 * Source/autotools/symbols.filter:
3748
37492012-07-23 Kent Tamura <tkent@chromium.org>
3750
tkent@chromium.org3528a712012-07-24 06:35:19 +00003751 [GTK] Attempt to fix build
3752
3753 * Source/autotools/symbols.filter: Export DocumentMarkerController::addTextMatchMarker.
3754
commit-queue@webkit.orgc4534e12012-07-24 00:53:24 +000037552012-07-23 Sheriff Bot <webkit.review.bot@gmail.com>
3756
3757 Unreviewed, rolling out r123184, r123195, and r123197.
3758 http://trac.webkit.org/changeset/123184
3759 http://trac.webkit.org/changeset/123195
3760 http://trac.webkit.org/changeset/123197
3761 https://bugs.webkit.org/show_bug.cgi?id=92049
3762
3763 pagecycler regression (Requested by morrita on #webkit).
3764
3765 * Source/autotools/symbols.filter:
3766
commit-queue@webkit.orgdecb7a12012-07-24 00:48:06 +000037672012-07-23 Roger Fong <roger_fong@apple.com>
3768
3769 If select element in Windows is off screen horizontally,
3770 menu is either inappropriately resized or positioned offscreen.
3771 https://bugs.webkit.org/show_bug.cgi?id=91913
3772 <rdar://problem/7611229>
3773
3774 Reviewed by Tim Horton.
3775
3776 Add a manual test to verify that popup menus render in the correct place.
3777
3778 * ManualTests/win/select-menu-off-screen.html: Added.
3779
simon.fraser@apple.com5cc8c732012-07-23 17:45:43 +000037802012-07-23 Simon Fraser <simon.fraser@apple.com>
3781
3782 Implement sticky positioning
3783 https://bugs.webkit.org/show_bug.cgi?id=90046
3784
3785 Reviewed by Ojan Vafai.
3786
3787 Add ENABLE_CSS_STICKY_POSITION, defaulting to off initially.
3788
3789 Sort the ENABLE_CSS lines in the file.
3790
3791 * Source/cmake/WebKitFeatures.cmake:
3792 * Source/cmakeconfig.h.cmake:
3793
paroga@webkit.org4aa14752012-07-23 10:05:19 +000037942012-07-23 Patrick Gansterer <paroga@webkit.org>
3795
3796 [WINCE] Define NOMINMAX in the build system instead of Platform.h
3797 https://bugs.webkit.org/show_bug.cgi?id=91938
3798
3799 Reviewed by Ryosuke Niwa.
3800
3801 Define it in OptionsWindows.cmake, since NOMINMAX
3802 should to be defined for all windows ports.
3803
3804 * Source/cmake/OptionsWinCE.cmake:
3805 * Source/cmake/OptionsWindows.cmake:
3806
commit-queue@webkit.orgd97f5062012-07-23 01:08:49 +000038072012-07-22 Sheriff Bot <webkit.review.bot@gmail.com>
3808
3809 Unreviewed, rolling out r123298 and r123301.
3810 http://trac.webkit.org/changeset/123298
3811 http://trac.webkit.org/changeset/123301
3812 https://bugs.webkit.org/show_bug.cgi?id=91953
3813
3814 We need to think some more about the intricacies of exposing a
3815 CMake option for ENABLE_DFG_JIT as this option is specific to
3816 the port and architecture. (Requested by dydx on #webkit).
3817
3818 * Source/cmake/WebKitFeatures.cmake:
3819 * Source/cmakeconfig.h.cmake:
3820
dbates@webkit.org10974b82012-07-23 00:00:02 +000038212012-07-22 Daniel Bates <dbates@webkit.org>
3822
3823 Fix the Windows CE build after <http://trac.webkit.org/changeset/123298>
3824 (https://bugs.webkit.org/show_bug.cgi?id=91939)
3825
3826 Disable the DFG JIT across all CMake ports (by default) (*). Enabling DFG JIT
3827 breaks the Windows CE build as the Windows CE port builds with the JIT disabled
3828 (ENABLE_JIT := 0) and hence ENABLE_ASSEMBLER := 0.
3829
3830 (*) We should look to further discuss with CMake port maintainers about enabling
3831 the DFG JIT by default.
3832
3833 * Source/cmake/WebKitFeatures.cmake:
3834
tkent@chromium.orgd89d5452012-07-22 23:23:53 +000038352012-07-23 Kent Tamura <tkent@chromium.org>
3836
3837 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
3838 https://bugs.webkit.org/show_bug.cgi?id=91941
3839
3840 Reviewed by Kentaro Hara.
3841
3842 A flag name for an elmement should be ENABLE_*_ELEMENT.
3843
3844 * Source/cmake/WebKitFeatures.cmake:
3845 * Source/cmakeconfig.h.cmake:
3846 * configure.ac:
3847
paroga@webkit.org10675b52012-07-22 16:36:24 +000038482012-07-22 Patrick Gansterer <paroga@webkit.org>
3849
3850 [CMake] Add option for ENABLE_DFG_JIT
3851 https://bugs.webkit.org/show_bug.cgi?id=91939
3852
3853 Reviewed by Daniel Bates.
3854
3855 * Source/cmake/WebKitFeatures.cmake:
3856 * Source/cmakeconfig.h.cmake:
3857
tkent@chromium.org43921e62012-07-22 10:59:32 +000038582012-07-22 Kent Tamura <tkent@chromium.org>
3859
3860 Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT
3861 https://bugs.webkit.org/show_bug.cgi?id=91928
3862
3863 Reviewed by Kentaro Hara.
3864
3865 A flag name for an elmement should be ENABLE_*_ELEMENT.
3866
3867 * Source/cmake/WebKitFeatures.cmake:
3868 * Source/cmakeconfig.h.cmake:
3869 * configure.ac:
3870
tkent@chromium.org3d897372012-07-21 02:00:46 +000038712012-07-20 Kent Tamura <tkent@chromium.org>
3872
3873 Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT
3874 https://bugs.webkit.org/show_bug.cgi?id=91846
3875
3876 Reviewed by Kentaro Hara.
3877
3878 A flag name for an elmement should be ENABLE_*_ELEMENT.
3879
3880 * Source/cmake/OptionsEfl.cmake:
3881 * Source/cmake/WebKitFeatures.cmake:
3882 * Source/cmakeconfig.h.cmake:
3883 * configure.ac:
3884
morrita@google.com836359f2012-07-20 06:33:48 +000038852012-07-19 MORITA Hajime <morrita@google.com>
3886
3887 [Refactoring] Replace Node's Document pointer with a TreeScope pointer
3888 https://bugs.webkit.org/show_bug.cgi?id=59816
3889
3890 Reviewed by Ryosuke Niwa.
3891
3892 * Source/autotools/symbols.filter: Added newly exported symbols.
3893
commit-queue@webkit.org31d46402012-07-19 14:51:50 +000038942012-07-19 Christophe Dumez <christophe.dumez@intel.com>
3895
3896 [EFL] Bump libsoup dependency to v2.39.4.1 to fix cookie issues
3897 https://bugs.webkit.org/show_bug.cgi?id=91741
3898
3899 Reviewed by Kenneth Rohde Christiansen.
3900
3901 Bump libsoup dependency in CMake to v2.39.4.1 to fix issues
3902 with cookies in non-suffixed/private domains [GNOME #679230].
3903
3904 * Source/cmake/OptionsEfl.cmake:
3905
mario@webkit.org30fc09f2012-07-19 11:07:06 +000039062012-07-19 Mario Sanchez Prada <msanchez@igalia.com>
3907
3908 [GTK] Enable MHTML support by default at build time
3909 https://bugs.webkit.org/show_bug.cgi?id=89987
3910
3911 Reviewed by Carlos Garcia Campos.
3912
3913 Enable MHTML support by default for GTK in configure.ac.
3914
3915 * configure.ac:
3916
commit-queue@webkit.orgeb841ae2012-07-19 04:47:59 +000039172012-07-18 Christophe Dumez <christophe.dumez@intel.com>
3918
3919 [CMake][EFL] Should try to find the same libsoup version pulled by jhbuild
3920 https://bugs.webkit.org/show_bug.cgi?id=91626
3921
3922 Reviewed by Kenneth Rohde Christiansen.
3923
3924 Bump required version of libsoup in CMake to 2.39.3. This is the first
3925 tarball version to contain the API we need (soup_cookie_jar_get_cookies()
3926 and soup_cookie_jar_set_cookie_with_first_party()).
3927
3928 * Source/cmake/OptionsEfl.cmake:
3929
commit-queue@webkit.org6967c672012-07-18 18:43:13 +000039302012-07-18 Varun Jain <varunjain@chromium.org>
3931
3932 [chromium] Drag image for image elements should be scaled with device scale factor.
3933 https://bugs.webkit.org/show_bug.cgi?id=89688
3934
3935 Reviewed by Adam Barth.
3936
3937 * ManualTests/chromium/drag-image-accounts-for-device-scale.html:
3938
commit-queue@webkit.orgfc592f42012-07-18 11:15:41 +000039392012-07-18 Thiago Marcos P. Santos <thiago.santos@intel.com>
3940
3941 [CMake] Make gtest a shared library
3942 https://bugs.webkit.org/show_bug.cgi?id=90973
3943
3944 Reviewed by Daniel Bates.
3945
3946 It's nicer to make it a shared library because it might improve
3947 linking time and we don't need to force gtest users to link with gtest
3948 dependencies like pthreads (which causes linking errors when it is not
3949 available).
3950
3951 * Source/cmake/gtest/CMakeLists.txt:
3952
commit-queue@webkit.orga37d9a4f2012-07-17 14:51:54 +000039532012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu>
3954
3955 [Qt][V8] Remove the V8 related codepaths and configuration
3956 https://bugs.webkit.org/show_bug.cgi?id=90863
3957
3958 Reviewed by Simon Hausmann.
3959
3960 * Source/api.pri:
3961 * WebKit.pro:
3962
kkristof@inf.u-szeged.hu0069e292012-07-17 11:27:55 +000039632012-07-17 Sheriff Bot <webkit.review.bot@gmail.com>
3964
3965 Unreviewed, rolling out r122834.
3966 http://trac.webkit.org/changeset/122834
3967 https://bugs.webkit.org/show_bug.cgi?id=91492
3968
3969 it broke the chromium (Requested by kkristof on #webkit).
3970
3971 * Source/api.pri:
3972 * WebKit.pro:
3973
kkristof@inf.u-szeged.hudb065a42012-07-17 10:58:50 +000039742012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu>
3975
3976 [Qt][V8] Remove the V8 related codepaths and configuration
3977 https://bugs.webkit.org/show_bug.cgi?id=90863
3978
3979 Reviewed by Simon Hausmann.
3980
3981 * Source/api.pri:
3982 * WebKit.pro:
3983
commit-queue@webkit.org7bf73302012-07-17 07:11:52 +000039842012-07-17 David Barr <davidbarr@chromium.org>
3985
3986 Introduce ENABLE_CSS_IMAGE_ORIENTATION compile flag
3987 https://bugs.webkit.org/show_bug.cgi?id=89055
3988
3989 Reviewed by Kent Tamura.
3990
3991 The css3-images module is at candidate recommendation.
3992 http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-orientation
3993
3994 Add a configuration option for CSS image-orientation support, disabling it by default.
3995
3996 * Source/cmake/WebKitFeatures.cmake:
3997 * Source/cmakeconfig.h.cmake:
3998
commit-queue@webkit.org466dbd42012-07-17 04:37:29 +000039992012-07-16 Pete Williamson <petewil@google.com>
4000
4001 Expose an export for the iconUrl list so Internals can use it
4002 https://bugs.webkit.org/show_bug.cgi?id=88665
4003
4004 Reviewed by Kent Tamura.
4005
4006 * Source/autotools/symbols.filter: export iconURLs
4007
commit-queue@webkit.org241bd212012-07-17 04:33:25 +000040082012-07-16 Hajime Morrita <morrita@chromium.org>
4009
4010 WebCore needs WEBCORE_TESTING macro to mark methods being exported for testing.
4011 https://bugs.webkit.org/show_bug.cgi?id=90764
4012
4013 Reviewed by Adam Barth.
4014
4015 Removed symbols which are now covered by WEBCORE_TESTING.
4016
4017 * Source/autotools/symbols.filter:
4018
carlosgc@webkit.org193c4092012-07-16 09:43:44 +000040192012-07-16 Carlos Garcia Campos <cgarcia@igalia.com>
4020
4021 Unreviewed. Update NEWS and configure.ac for 1.9.5 release
4022
4023 * configure.ac: Bump version number.
4024
commit-queue@webkit.orgd9c31bf2012-07-14 00:33:28 +000040252012-07-12 Josh Hawn <jhawn@apple.com>
4026
4027 Fix for WebContext::getWebCoreStatistics() causes crash if no m_process
4028 https://bugs.webkit.org/show_bug.cgi?id=91116
4029
4030 Reviewed by Simon Fraser.
4031
4032 * Source/WebKit2/UIProcess/WebContext.cpp:
4033 WebContext::getWebCoreStatistics():
4034 Now invalidates callback if no m_process.
4035
commit-queue@webkit.org5b8a8ed2012-07-13 17:25:14 +000040362012-07-13 Thiago Marcos P. Santos <thiago.santos@intel.com>
4037
4038 [CMake] Proper handling of ENABLE_API_TESTS build option
4039 https://bugs.webkit.org/show_bug.cgi?id=91221
4040
4041 Reviewed by Rob Buis.
4042
4043 Make the flag reusable across the ports using CMake. We are about to enable the WTF,
4044 WebCore and WebKit 2 API's at Tools/TestWebKitAPI and other ports using CMake can get
4045 it almost for free.
4046
4047 * CMakeLists.txt:
4048 * Source/cmake/OptionsEfl.cmake:
4049 * Source/cmake/WebKitFeatures.cmake:
4050 * Source/cmakeconfig.h.cmake:
4051
commit-queue@webkit.org820c83b2012-07-12 05:33:03 +000040522012-07-11 Matt Falkenhagen <falken@chromium.org>
4053
4054 Add dialog element feature toggle to InternalSettings
4055 https://bugs.webkit.org/show_bug.cgi?id=90934
4056
4057 Reviewed by Hajime Morita.
4058
4059 * Source/autotools/symbols.filter: Added newly exported symbol.
4060
commit-queue@webkit.orgae1899f2012-07-11 18:14:47 +000040612012-07-11 Arnaud Renevier <a.renevier@sisa.samsung.com>
4062
4063 [Gtk] allow building with css-filters
4064 https://bugs.webkit.org/show_bug.cgi?id=90908
4065
4066 Add support for css-filters in Source/WebCore/GNUmakefile.am
4067 configure.ac
4068
4069 Reviewed by Eric Seidel.
4070
4071 * configure.ac:
4072
gyuyoung.kim@samsung.com96508f12012-07-10 22:53:58 +000040732012-07-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4074
4075 [CMAKE] Add missing feature macros
4076 https://bugs.webkit.org/show_bug.cgi?id=90890
4077
4078 Reviewed by Eric Seidel.
4079
4080 ENABLE_CSS_EXCLUSIONS, ENABLE_CSS_REGIONS, ENABLE_TEXT_AUTOSIZING macros
4081 haven't defined in cmake feature list.
4082
4083 * Source/cmake/WebKitFeatures.cmake:
4084 * Source/cmakeconfig.h.cmake:
4085
tkent@chromium.orgae0b9702012-07-10 11:19:37 +000040862012-07-10 Kent Tamura <tkent@chromium.org>
4087
4088 RTL calendar picker for <input type=date> is too narrow and clipped
4089 https://bugs.webkit.org/show_bug.cgi?id=90864
4090
4091 Reviewed by Kentaro Hara.
4092
4093 * ManualTests/forms/calendar-picker.html:
4094 - Add isRTL:true for the arabic setting
4095 - Reset the iframe size when the setting is changed.
4096
ossy@webkit.org6aedce22012-07-10 08:46:08 +000040972012-07-10 Sheriff Bot <webkit.review.bot@gmail.com>
4098
4099 Unreviewed, rolling out r122178.
4100 http://trac.webkit.org/changeset/122178
4101 https://bugs.webkit.org/show_bug.cgi?id=90857
4102
4103 browser tests, PrerenderBrowserTest.PrerenderFavicon and other
4104 tests, started to fail (Requested by hayato on #webkit).
4105
4106 * Source/autotools/symbols.filter:
4107
commit-queue@webkit.orge1bba8e2012-07-10 05:45:21 +000041082012-07-09 Matt Falkenhagen <falken@chromium.org>
4109
4110 Add ENABLE_DIALOG_ELEMENT and skeleton files
4111 https://bugs.webkit.org/show_bug.cgi?id=90521
4112
4113 Reviewed by Kent Tamura.
4114
4115 * Source/cmake/WebKitFeatures.cmake:
4116 * Source/cmakeconfig.h.cmake:
4117
commit-queue@webkit.org546c67d2012-07-10 01:37:36 +000041182012-07-09 Pete Williamson <petewil@google.com>
4119
4120 Expose an export for the iconUrl list so Internals can use it
4121 https://bugs.webkit.org/show_bug.cgi?id=88665
4122
4123 Reviewed by Kent Tamura.
4124
4125 * Source/autotools/symbols.filter: export iconURLs
4126
commit-queue@webkit.org14ae5052012-07-09 19:27:11 +000041272012-07-09 Mike Lattanzio <mlattanzio@rim.com>
4128
4129 [BlackBerry] meta viewport initial-scale doesn't factor in device pixel ratio
4130 https://bugs.webkit.org/show_bug.cgi?id=90575
4131
4132 Reviewed by Rob Buis.
4133
4134 Add a manual test to verify wide content doesn't interfere
4135 with initial-scale calculations.
4136
4137 Internal review from Konrad Piascik.
4138
4139 * ManualTests/blackberry/meta-viewport-initial-scale-wide-content.html: Added.
4140
commit-queue@webkit.orgfb3c9682012-07-09 15:39:09 +000041412012-07-09 Sheriff Bot <webkit.review.bot@gmail.com>
4142
4143 Unreviewed, rolling out r122107.
4144 http://trac.webkit.org/changeset/122107
4145 https://bugs.webkit.org/show_bug.cgi?id=90794
4146
4147 Build failure on Mac debug bots (Requested by falken_ on
4148 #webkit).
4149
4150 * Source/cmake/WebKitFeatures.cmake:
4151 * Source/cmakeconfig.h.cmake:
4152
commit-queue@webkit.orgb46a45d2012-07-09 14:42:00 +000041532012-07-09 Matt Falkenhagen <falken@chromium.org>
4154
4155 Add ENABLE_DIALOG_ELEMENT and skeleton files
4156 https://bugs.webkit.org/show_bug.cgi?id=90521
4157
4158 Reviewed by Kent Tamura.
4159
4160 * Source/cmake/WebKitFeatures.cmake:
4161 * Source/cmakeconfig.h.cmake:
4162
commit-queue@webkit.orge0151792012-07-06 19:19:44 +000041632012-07-06 Thiago Marcos P. Santos <thiago.santos@intel.com>
4164
4165 [EFL][CMake] Move gtest sources to an upper level
4166 https://bugs.webkit.org/show_bug.cgi?id=90602
4167
4168 Reviewed by Chang Shu.
4169
4170 CTest was enabled for all the ports, but used only by EFL. Now
4171 ENABLE_API_TESTS has to be defined, which will also build gtest.
4172
4173 * CMakeLists.txt:
4174 * Source/CMakeLists.txt:
4175 * Source/cmake/OptionsEfl.cmake:
4176 * Source/cmake/gtest/CMakeLists.txt: Added.
4177
zandobersek@gmail.com03e439c2012-07-06 18:36:31 +000041782012-07-06 Zan Dobersek <zandobersek@gmail.com>
4179
4180 [Gtk] Add a configuration option for disabling unstable features in releases
4181 https://bugs.webkit.org/show_bug.cgi?id=87995
4182
4183 Reviewed by Martin Robinson.
4184
4185 Add a configuration flag for enabling the unstable features - features of which
4186 support in the Gtk port is being worked on but is not yet complete. The primary
4187 use of this flag is when compiling through the build-webkit script.
4188
4189 All the features that are currently enabled when building through build-webkit but
4190 are disabled by default when executing the configure script directly have their default
4191 value (when the correspondent flag is not passed) set to 'yes' when unstable features
4192 are enabled and 'no' otherwise. This way unstable features are kept disabled when performing
4193 a release build (unless they are specifically enabled).
4194
4195 * configure.ac:
4196
ossy@webkit.orgb9f1ca62012-07-06 13:12:01 +000041972012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
4198
ossy@webkit.org31681df2012-07-06 13:18:47 +00004199 [Qt] Remove custom qmake logic for module creation
4200
4201 Qmake now has the necessary hooks to cleanly override the build locations.
4202
4203 https://bugs.webkit.org/show_bug.cgi?id=90461
4204
4205 Reviewed by Tor Arne Vestbø.
4206
4207 * Source/api.pri:
4208
42092012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
4210
ossy@webkit.org98fee7a2012-07-06 13:17:36 +00004211 [Qt] Add top-level .qmake.conf
4212
4213 With Qt5, this makes setting $QMAKEPATH externally unnecessary.
4214
4215 The magic in the perl scripts to set QMAKEPATH is still there, as it doesn't
4216 hurt, and is still required for Qt4.
4217
4218 https://bugs.webkit.org/show_bug.cgi?id=90461
4219
4220 Reviewed by Tor Arne Vestbø.
4221
4222 * .qmake.conf: Added.
4223 * WebKit.pro:
4224
42252012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
4226
ossy@webkit.org69a64272012-07-06 13:15:24 +00004227 [Qt] Let qt_module_config create the forwarding module pri file
4228
4229 https://bugs.webkit.org/show_bug.cgi?id=90461
4230
4231 Reviewed by Tor Arne Vestbø.
4232
4233 * Source/sync.profile:
4234
42352012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
4236
ossy@webkit.org66972eb2012-07-06 13:14:20 +00004237 [Qt] Don't let qt_webkit.pri proclaim its own location
4238
4239 This won't work any more with recent Qt5 versions, as the forwarding
4240 pri is created by qt_module_config, which needs MODULE_PRI to be set
4241 up already.
4242
4243 We also need to load build_config, not qt_module.
4244
4245 https://bugs.webkit.org/show_bug.cgi?id=90461
4246
4247 Reviewed by Tor Arne Vestbø.
4248
4249 * Source/api.pri:
4250
42512012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
4252
ossy@webkit.orgd9eb8642012-07-06 13:13:07 +00004253 [Qt] Remove redundant CONFIG+=module
4254
4255 qt_module_config takes care of that.
4256
4257 In api.pri we are actually testing the flag ourselves, so now we need to
4258 test a related flag qt_module_config sets instead.
4259
4260 https://bugs.webkit.org/show_bug.cgi?id=90461
4261
4262 Reviewed by Tor Arne Vestbø.
4263
4264 * Source/api.pri:
4265
42662012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
4267
ossy@webkit.orgb9f1ca62012-07-06 13:12:01 +00004268 [Qt] Adjust to changed generation of master include file
4269
4270 The responsiblity for creating the master include was moved out of syncqt.
4271 @ignore_for_master_contents still stays, as syncqt (ab-)uses this for
4272 determining whether a header is private.
4273
4274 https://bugs.webkit.org/show_bug.cgi?id=90461
4275
4276 Reviewed by Tor Arne Vestbø.
4277
4278 * Source/sync.profile:
4279
rwlbuis@webkit.org45009b62012-07-05 17:46:09 +000042802012-07-05 Rob Buis <rbuis@rim.com>
4281
4282 [CMake] Fix some CMake warnings
4283 https://bugs.webkit.org/show_bug.cgi?id=90558
4284
4285 Fix WebKit options so they match with FeatureList.pm.
4286
4287 Reviewed by Dan Bates.
4288
4289 * Source/cmake/WebKitFeatures.cmake:
4290 * Source/cmakeconfig.h.cmake:
4291
vestbo@webkit.org19d488f2012-07-05 16:39:54 +000042922012-07-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
4293
4294 [Qt] Move Webkit1 before WebKit2 in the build order
4295
4296 Reviewed by Csaba Osztrogonác.
4297
4298 * WebKit.pro:
4299
ryuan.choi@samsung.comdfb773b2012-07-05 14:20:53 +000043002012-07-05 Ryuan Choi <ryuan.choi@samsung.com>
4301
4302 [CMAKE] Unreviewd typo fix after r121857
4303
4304 * Source/cmake/WebKitMacros.cmake:
4305
commit-queue@webkit.org19f54962012-07-05 10:52:48 +000043062012-07-05 Dongwoo Im <dw.im@samsung.com>
4307
4308 [EFL] Enable the CUSTOM_SCHEME_HANDLER feature as default.
4309 https://bugs.webkit.org/show_bug.cgi?id=88608
4310
4311 Reviewed by Hajime Morita.
4312
4313 * Source/cmake/OptionsEfl.cmake: Enable the CUSTOM_SCHEME_HANDLER feature as default.
4314
ryuan.choi@samsung.com8d2c4892012-07-05 08:47:49 +000043152012-07-05 Ryuan Choi <ryuan.choi@samsung.com>
4316
4317 [Wk2][EFL] EFL needs a WebKitTestRunner
4318 https://bugs.webkit.org/show_bug.cgi?id=87659
4319
4320 Reviewed by Kenneth Rohde Christiansen.
4321
4322 * Source/CMakeLists.txt:
4323 Set compiler flags for WebCoreTestSupport to be linked into TestRunnerInjectedBundle
4324 shared library.
4325 * Source/cmake/WebKitMacros.cmake: Remove unnecessary dependency.
4326
commit-queue@webkit.org1fcb31a2012-07-04 16:16:01 +000043272012-07-04 John Mellor <johnme@chromium.org>
4328
4329 Text Autosizing: Add compile flag and runtime setting
4330 https://bugs.webkit.org/show_bug.cgi?id=87394
4331
4332 This patch renames Font Boosting to Text Autosizing.
4333
4334 Reviewed by Adam Barth.
4335
4336 * configure.ac:
4337
ryuan.choi@samsung.com9d83d8d2012-07-04 15:25:35 +000043382012-07-04 Ryuan Choi <ryuan.choi@samsung.com>
4339
4340 [CMAKE] Add GENERATE_BINDINGS macro to share the codes which use generate-bindings.pl.
4341 https://bugs.webkit.org/show_bug.cgi?id=90258
4342
4343 Reviewed by Rob Buis.
4344
4345 This new macro calls generate-bindings.pl and append generated sources
4346 into proper source list.
4347
4348 * Source/cmake/WebKitMacros.cmake:
4349
vestbo@webkit.orgb29c0732012-07-04 14:21:59 +000043502012-07-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
4351
4352 [Qt] Get rid of un-needed QT += declarative for Qt 5
4353
4354 The declarative module has been renamed to quick1 in Qt 5, and the
4355 engine-only module for Qt 5 is named 'qml'. For many of the instances
4356 we could just remove 'declarative', since the project file was only
4357 used for Qt5/WebKit2 builds. In the other cases the module was wrapped
4358 in a haveQt(4) scope.
4359
4360 Reviewed by Csaba Osztrogonác.
4361
4362 * Source/api.pri:
4363
commit-queue@webkit.orgf8650c72012-07-04 01:56:08 +000043642012-07-03 Christophe Dumez <christophe.dumez@intel.com>
4365
4366 [EFL] Enable CSS variables support at compile time
4367 https://bugs.webkit.org/show_bug.cgi?id=90448
4368
4369 Reviewed by Kenneth Rohde Christiansen.
4370
4371 Turn on CSS_VARIABLES flag by default on EFL port.
4372
4373 * Source/cmake/OptionsEfl.cmake:
4374 * Source/cmakeconfig.h.cmake:
4375
staikos@webkit.orgcbaf17a2012-07-03 16:34:07 +000043762012-07-03 George Staikos <staikos@webkit.org>
4377
4378 [BlackBerry] Enable microdata support for BlackBerry.
4379 https://bugs.webkit.org/show_bug.cgi?id=90429
4380
4381 Reviewed by Rob Buis.
4382
4383 * Source/cmake/OptionsBlackBerry.cmake:
4384
vestbo@webkit.org15c931a2012-07-03 16:22:10 +000043852012-07-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
4386
4387 [Qt] Make use of .qmake.cache for caching features
4388
4389 Instead of loading() features from the files that need them (and re-running
4390 a bunch of checks), we now run feature detection as part of configure.pro,
4391 and have build-webkit write the computed feature-defines and CONFIG to
4392 .qmake.cache, which is then loaded by qmake _before_ even defaults_pre
4393 when building WebKit.pro.
4394
4395 At some point we'll be able to selectivly prevent running of config tests
4396 in configure.pro, which means we don't need a separate code-path for
4397 the build-webkit --help case.
4398
4399 We should also move the code in build-webkit that now uses .webkit.config
4400 to detect clean builds, to use .qmake.cache, since we now store the same
4401 thing there.
4402
4403 Original patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
4404
4405 Reviewed by Tor Arne Vestbø.
4406
4407 * Source/QtWebKit.pro:
4408 * Source/api.pri:
4409 * Source/tests.pri:
4410 * WebKit.pro:
4411
commit-queue@webkit.org26c3c5d2012-07-03 16:04:50 +000044122012-07-03 Sheriff Bot <webkit.review.bot@gmail.com>
4413
4414 Unreviewed, rolling out r121766.
4415 http://trac.webkit.org/changeset/121766
4416 https://bugs.webkit.org/show_bug.cgi?id=90465
4417
4418 It caused flakey build errors on the bots (Requested by Ossy
4419 on #webkit).
4420
4421 * Source/QtWebKit.pro:
4422 * Source/api.pri:
4423 * Source/tests.pri:
4424 * WebKit.pro:
4425
staikos@webkit.org8a898b42012-07-03 15:53:31 +000044262012-07-03 George Staikos <staikos@webkit.org>
4427
staikos@webkit.orga9fe4062012-07-03 16:00:22 +00004428 [BlackBerry] Enable Custom Scheme Handlers for BlackBerry.
4429 https://bugs.webkit.org/show_bug.cgi?id=90422
4430
4431 Reviewed by Rob Buis.
4432
4433 * Source/cmake/OptionsBlackBerry.cmake:
4434
44352012-07-03 George Staikos <staikos@webkit.org>
4436
staikos@webkit.org8a898b42012-07-03 15:53:31 +00004437 [BlackBerry] Enable RegisterProtocolHandler for BlackBerry.
4438 https://bugs.webkit.org/show_bug.cgi?id=90422
4439
4440 Reviewed by Rob Buis.
4441
4442 * Source/cmake/OptionsBlackBerry.cmake:
4443
commit-queue@webkit.org0f4231e2012-07-03 15:48:38 +000044442012-07-03 Priit Laes <plaes@plaes.org>
4445
4446 [GTK] Need to bump libsoup requirements (for `soup_cookie_jar_get_cookie_list`)
4447 https://bugs.webkit.org/show_bug.cgi?id=90332
4448
4449 Reviewed by Gustavo Noronha Silva.
4450
4451 * configure.ac: Bump libsoup requirements to 2.39.2
4452
vestbo@webkit.org3ad354f2012-07-03 15:23:20 +000044532012-07-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
4454
4455 [Qt] Make use of .qmake.cache for caching features
4456
4457 Instead of loading() features from the files that need them (and re-running
4458 a bunch of checks), we now run feature detection as part of configure.pro,
4459 and have build-webkit write the computed feature-defines and CONFIG to
4460 .qmake.cache, which is then loaded by qmake _before_ even defaults_pre
4461 when building WebKit.pro.
4462
4463 At some point we'll be able to selectivly prevent running of config tests
4464 in configure.pro, which means we don't need a separate code-path for
4465 the build-webkit --help case.
4466
4467 We should also move the code in build-webkit that now uses .webkit.config
4468 to detect clean builds, to use .qmake.cache, since we now store the same
4469 thing there.
4470
4471 Original patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
4472
4473 Reviewed by Tor Arne Vestbø.
4474
4475 * Source/QtWebKit.pro:
4476 * Source/api.pri:
4477 * Source/tests.pri:
4478 * WebKit.pro:
4479
commit-queue@webkit.orgb70cc582012-07-03 07:01:58 +000044802012-07-03 Christophe Dumez <christophe.dumez@intel.com>
4481
4482 [EFL] Enable MICRODATA support
4483 https://bugs.webkit.org/show_bug.cgi?id=90377
4484
4485 Reviewed by Kenneth Rohde Christiansen.
4486
4487 Turn on MICRODATA support by default for EFL port.
4488
4489 * Source/cmake/OptionsEfl.cmake:
4490
staikos@webkit.orgf09221f2012-07-03 03:40:34 +000044912012-07-02 George Staikos <staikos@webkit.org>
4492
4493 [BlackBerry] Enable scoped style for BlackBerry.
4494 https://bugs.webkit.org/show_bug.cgi?id=90418
4495
4496 Reviewed by Rob Buis.
4497
4498 * Source/cmake/OptionsBlackBerry.cmake:
4499 * Source/cmakeconfig.h.cmake:
4500
commit-queue@webkit.org081c9692012-07-03 03:38:29 +000045012012-07-02 Xiaobo Wang <xbwang@torchmobile.com.cn>
4502
4503 [BlackBerry] Use PUBLIC_BUILD to enable/disable DRT
4504 https://bugs.webkit.org/show_bug.cgi?id=90271
4505
4506 Reviewed by George Staikos.
4507
4508 RIM PR #154707
4509
4510 Currently DRT code will be compiled only if ENABLE_DRT is set, and it's not
4511 defined by default.
4512 We should enable DRT by default unless PUBLIC_BUILD is set. In this way we don't
4513 need to rebuild webkit before running DRT.
4514
4515 * Source/cmake/OptionsBlackBerry.cmake:
4516 * Source/cmakeconfig.h.cmake:
4517
commit-queue@webkit.orgcf833612012-07-02 19:46:16 +000045182012-07-02 Thiago Marcos P. Santos <thiago.santos@intel.com>
4519
4520 [EFL][CMake] Integrate API unit tests with CTest
4521 https://bugs.webkit.org/show_bug.cgi?id=87251
4522
4523 Reviewed by Daniel Bates.
4524
4525 Enable CTest on the root CMakeLists.txt as it is expected
4526 to be here. This will create a new build target ("make test")
4527 to run all the API unit tests.
4528
4529 * CMakeLists.txt:
4530
commit-queue@webkit.orgcdf5a922012-07-02 06:22:14 +000045312012-07-01 Christophe Dumez <christophe.dumez@intel.com>
4532
4533 [EFL] Add Gamepad support
4534 https://bugs.webkit.org/show_bug.cgi?id=90170
4535
4536 Reviewed by Kenneth Rohde Christiansen.
4537
4538 * Source/cmake/FindEFL.cmake: Bump EFL libs dependencies.
4539 * Source/cmake/OptionsEfl.cmake: Turn on GAMEPAD flag on EFL port.
4540 * Source/cmakeconfig.h.cmake: Add GAMEPAD flag to CMake.
4541
commit-queue@webkit.orgfc7dc862012-06-30 22:54:56 +000045422012-06-30 Jason Liu <jason.liu@torchmobile.com.cn>
4543
4544 [BlackBerry] WebView/Browser cause blank screen when selecting a dropdown field.
4545 https://bugs.webkit.org/show_bug.cgi?id=90241
4546
4547 This issue is caused by single quotes in option's labels.
4548 We should use the escape character of single quotes in JavaScript's string which
4549 starts and ends with single quotes.
4550 So we replace lablels' single quotes with its escape character during generating the
4551 select popUp's HTML.
4552
4553
4554 Reviewed by George Staikos.
4555
4556 * ManualTests/blackberry/select-popup-items-unicode-display.html:
4557
commit-queue@webkit.orgd62be1b2012-06-30 04:18:40 +000045582012-06-29 Luiz Agostini <luiz.agostini@nokia.com>
4559
4560 [Qt][WK2] Private non-QtQuick API
4561 https://bugs.webkit.org/show_bug.cgi?id=84532
4562
4563 Reviewed by Noam Rosenthal.
4564
4565 API tests for QRawWebView.
4566
4567 * Source/tests.pri:
4568
zandobersek@gmail.come0e4ce72012-06-29 14:38:23 +000045692012-06-29 Zan Dobersek <zandobersek@gmail.com>
4570
4571 Unreviewed build fix after r121518, adding a missing symbol to symbols.filter.
4572
4573 * Source/autotools/symbols.filter:
4574
morrita@google.comc9a96382012-06-29 06:00:56 +000045752012-06-28 MORITA Hajime <morrita@google.com>
4576
4577 [Refactoring] NodeRenderingContext ctor could be built on top of the ComposedShadowTreeWalker
4578 https://bugs.webkit.org/show_bug.cgi?id=89732
4579
4580 Reviewed by Dimitri Glazkov.
4581
4582 * Source/autotools/symbols.filter:
4583
commit-queue@webkit.org05cdaaa2012-06-29 04:20:18 +000045842012-06-28 Jason Liu <jason.liu@torchmobile.com.cn>
4585
4586 [BlackBerry] Selection items show as garbage for non-ascii characters.
4587 https://bugs.webkit.org/show_bug.cgi?id=89969
4588
4589 Add charset utf-8 to the select popup's page.
4590
4591 Reviewed by Antonio Gomes.
4592
4593 * ManualTests/blackberry/select-popup-items-unicode-display.html: Added.
4594
commit-queue@webkit.org0400b6e2012-06-28 21:02:30 +000045952012-06-28 Christophe Dumez <christophe.dumez@intel.com>
4596
4597 [EFL] Enable support for HTML5 datalist
4598 https://bugs.webkit.org/show_bug.cgi?id=90157
4599
4600 Reviewed by Martin Robinson.
4601
4602 Turn on DATALIST flag by default on EFL port to
4603 support HTML5 datalist tag.
4604
4605 * Source/cmake/OptionsEfl.cmake:
4606
zandobersek@gmail.comc8bac582012-06-27 09:19:15 +000046072012-06-27 Zan Dobersek <zandobersek@gmail.com>
4608
4609 [Gtk] Add support for the Gamepad API
4610 https://bugs.webkit.org/show_bug.cgi?id=87503
4611
4612 Reviewed by Carlos Garcia Campos.
4613
4614 Only enable the Gamepad feature on Linux as support
4615 for other operating systems is not present.
4616
4617 Check for the GIO Unix and GUdev dependencies when the
4618 Gamepad feature is enabled.
4619
4620 * configure.ac:
4621
hausmann@webkit.orged7b727a2012-06-26 04:47:14 +000046222012-06-25 Simon Hausmann <simon.hausmann@nokia.com>
4623
4624 [Qt] Make it possible to build WebKit without QtWidgets
4625 https://bugs.webkit.org/show_bug.cgi?id=78109
4626
4627 Reviewed by Tor Arne Vestbø.
4628
4629 * Source/QtWebKit.pro: Don't build WK1 tests and examples if WK1 is disabled.
4630 * Source/api.pri: Move WK1 sources away from here and use WEBKIT += webkit1 instead
4631 * WebKit.pro: Add WK1 to SUBDIRS unless no_webkit1 is set.
4632
gyuyoung.kim@samsung.comdb645152012-06-25 18:01:42 +000046332012-06-25 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4634
4635 [EFL] Implement Network Information API
4636 https://bugs.webkit.org/show_bug.cgi?id=87067
4637
4638 Reviewed by Kenneth Rohde Christiansen.
4639
4640 * Source/cmake/FindEFL.cmake: Find eeze library in build system.
4641
carlosgc@webkit.org447b3712012-06-25 13:38:19 +000046422012-06-25 Carlos Garcia Campos <cgarcia@igalia.com>
4643
4644 Unreviewed. Update NEWS and configure.ac for 1.9.4 release
4645
4646 * configure.ac: Bump version number.
4647
commit-queue@webkit.orgc2df1f02012-06-22 20:10:10 +000046482012-06-22 Joshua Netterfield <jnetterfield@rim.com>
4649
4650 [BlackBerry] Sanitize GLSL code using ANGLE.
4651
4652 BlackBerry port does not sanitize GLSL code with ANGLE
4653 https://bugs.webkit.org/show_bug.cgi?id=89583
4654
4655 Reviewed by Rob Buis.
4656
4657 * Source/cmake/OptionsBlackBerry.cmake: Include ANGLE openGL headers as system headers in BlackBerry port.
4658
commit-queue@webkit.org618672d2012-06-21 19:20:00 +000046592012-06-21 Kalev Lember <kalevlember@gmail.com>
4660
4661 [GTK] Fix NPAPI plugins on Windows
4662 https://bugs.webkit.org/show_bug.cgi?id=54531
4663
4664 Reviewed by Martin Robinson.
4665
4666 Define XP_WIN on Windows for plugin support.
4667
4668 * GNUmakefile.am:
4669
commit-queue@webkit.orgbff9a102012-06-21 15:46:40 +000046702012-06-21 Ryuan Choi <ryuan.choi@gmail.com>
4671
4672 [EFL][WK2] Make WebKit2/Efl headers and resources installable.
4673 https://bugs.webkit.org/show_bug.cgi?id=88207
4674
4675 Reviewed by Chang Shu.
4676
4677 * Source/cmake/OptionsCommon.cmake:
4678 Provide new variable, EXEC_INSTALL_DIR to determine where to install
4679 executables.
4680
ryuan.choi@samsung.com71b54342012-06-21 15:11:48 +000046812012-06-21 Ryuan Choi <ryuan.choi@samsung.com>
4682
4683 [EFL[WK2] Add WKViewEfl and WebKit2 API Object to represent Evas_Object.
4684 https://bugs.webkit.org/show_bug.cgi?id=88935
4685
4686 Reviewed by Chang Shu.
4687
4688 * Source/cmake/OptionsEfl.cmake: Defines BUILDING_EFL__.
4689
commit-queue@webkit.org7a98dfe2012-06-20 22:49:13 +000046902012-06-20 Varun Jain <varunjain@chromium.org>
4691
4692 Account for device scale factor when creating image for dragging.
4693 https://bugs.webkit.org/show_bug.cgi?id=89489
4694
4695 Reviewed by Adam Barth.
4696
4697 * ManualTests/chromium/drag-image-accounts-for-device-scale.html: Added.
4698
philn@webkit.org36de8852012-06-20 02:25:14 +000046992012-06-18 Philippe Normand <pnormand@igalia.com>
4700
4701 [GStreamer] 0.11 video-sink
4702 https://bugs.webkit.org/show_bug.cgi?id=77087
4703
4704 Reviewed by Martin Robinson.
4705
4706 * configure.ac: Fix required gstreamer 0.11 version
4707
jocelyn.turcotte@nokia.com36177bb2012-06-19 15:15:00 +000047082012-06-19 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
4709
4710 [Qt] Fix the Windows build when Qt is built without -release or -debug
4711 https://bugs.webkit.org/show_bug.cgi?id=89471
4712
4713 Reviewed by Tor Arne Vestbø.
4714
4715 Make sure that we at least remove build_all on Windows for api.pri,
4716 as WebCore wasn't built for all configurations.
4717
4718 * Source/api.pri:
4719
commit-queue@webkit.orgf5584612012-06-19 09:13:52 +000047202012-06-19 Mike West <mkwst@chromium.org>
4721
4722 Introduce ENABLE_CSP_NEXT configuration flag.
4723 https://bugs.webkit.org/show_bug.cgi?id=89300
4724
4725 Reviewed by Adam Barth.
4726
4727 The 1.0 draft of the Content Security Policy spec is just about to
4728 move to Last Call. We'll hide work on the upcoming 1.1 spec behind
4729 this ENABLE flag, disabled by default.
4730
4731 Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html
4732
4733 * Source/cmake/WebKitFeatures.cmake:
4734 * Source/cmakeconfig.h.cmake:
4735
hausmann@webkit.orgfa23ca32012-06-19 07:35:06 +000047362012-06-19 Joel Dillon <joel.dillon@codethink.co.uk>, Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
4737
4738 [Qt] Allow the modules file generation to work on Windows.
4739 https://bugs.webkit.org/show_bug.cgi?id=89010
4740
4741 Reviewed by Csaba Osztrogonác.
4742
4743 Add calls to toSystemPath and use QMAKE_DIR_SEP where necessary.
4744
4745 * Source/api.pri:
4746
hausmann@webkit.org7c253c02012-06-19 07:32:50 +000047472012-06-19 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
4748
4749 [Qt] Fix TARGET not properly being set for QtWebKitd5.dll when building in debug.
4750 https://bugs.webkit.org/show_bug.cgi?id=88880
4751
4752 load(qt_module_config) adjusts the TARGET to add the "d" suffix when doing
4753 the debug build_pass. When doing the first pass, qt_module_config.prf doesn't
4754 adjust the target since it is in debug_and_release and expects the debug
4755 build_pass to come later. However, since we remove debug_and_release from CONFIG
4756 right after this, the TARGET hasn't been adjusted and the debug build_pass
4757 will not happen.
4758
4759 Work around it by disabling this optimization on Windows.
4760
4761 Reviewed by Tor Arne Vestbø.
4762
4763 * Source/api.pri:
4764
commit-queue@webkit.org828d2392012-06-19 07:27:33 +000047652012-06-19 Mike West <mkwst@chromium.org>
4766
4767 Add a scheme registry for bypassing Content Security Policy.
4768 https://bugs.webkit.org/show_bug.cgi?id=89373
4769
4770 Reviewed by Adam Barth.
4771
4772 * Source/autotools/symbols.filter:
4773
rwlbuis@webkit.orgbb8126f2012-06-18 22:08:53 +000047742012-06-18 Rob Buis <rbuis@rim.com>
4775
4776 [BlackBerry] Enable LEGACY_VIEWPORT_ADAPTION
4777 https://bugs.webkit.org/show_bug.cgi?id=89381
4778
4779 Reviewed by Antonio Gomes.
4780
4781 PR 163598
4782
4783 Enable LEGACY_VIEWPORT_ADAPTION.
4784
4785 * Source/cmake/OptionsBlackBerry.cmake:
4786
philn@webkit.org538a3bba2012-06-17 18:36:21 +000047872012-06-17 Philippe Normand <pnormand@igalia.com>
4788
philn@webkit.orgc668d9c2012-06-18 02:35:53 +00004789 Unreviewed, GTK 64-bit build fix after r120551.
4790
4791 * Source/autotools/symbols.filter:
4792
47932012-06-17 Philippe Normand <pnormand@igalia.com>
4794
philn@webkit.org538a3bba2012-06-17 18:36:21 +00004795 Unreviewed, GTK build fix after r120397.
4796
4797 * Source/autotools/symbols.filter:
4798
tkent@chromium.orgbcc71632012-06-15 04:34:25 +000047992012-06-14 Kent Tamura <tkent@chromium.org>
4800
4801 Validate form state strings in FormController::setStateForNewFormElements()
4802 https://bugs.webkit.org/show_bug.cgi?id=88768
4803
4804 Reviewed by Hajime Morita.
4805
4806 * Source/autotools/symbols.filter: Expose some symbols used by Internals.cpp.
4807
commit-queue@webkit.orgea3f3f02012-06-14 09:32:37 +000048082012-06-14 Chris Guan <chris.guan@torchmobile.com.cn>
4809
4810 [Blackberry] add a new Api named setAllowNotification
4811 https://bugs.webkit.org/show_bug.cgi?id=88950
4812
4813 Reviewed by Antonio Gomes.
4814
4815 Add a new API named setAllowNotification in webpage class to
4816 let client set those allowed domains into notifications.
4817
4818 Test case:
4819 * ManualTests/blackberry/notification.html: Added.
4820
zandobersek@gmail.com44a6ce72012-06-13 18:21:58 +000048212012-06-13 Zan Dobersek <zandobersek@gmail.com>
4822
4823 [Gtk] Enable link prefetch support in the developer builds
4824 https://bugs.webkit.org/show_bug.cgi?id=89011
4825
4826 Reviewed by Martin Robinson.
4827
4828 Rather export an automake conditional than define a preprocessor
4829 macro for enabling link prefetch support.
4830
4831 * configure.ac:
4832
commit-queue@webkit.org687a1a042012-06-13 12:28:50 +000048332012-06-13 Robin Cao <robin.cao@torchmobile.com.cn>
4834
4835 [BlackBerry] Enable MEDIA_STREAM by default
4836 https://bugs.webkit.org/show_bug.cgi?id=88849
4837
4838 Reviewed by Antonio Gomes.
4839
4840 * Source/cmake/OptionsBlackBerry.cmake:
4841 * Source/cmakeconfig.h.cmake:
4842
morrita@google.com649eaeb2012-06-13 01:28:33 +000048432012-06-12 MORITA Hajime <morrita@google.com>
4844
4845 Shadow Pseudo ID should be able to nest to point nested shadow DOM.
4846 https://bugs.webkit.org/show_bug.cgi?id=62218
4847
4848 Reviewed by Dimitri Glazkov.
4849
4850 * Source/autotools/symbols.filter:
4851
commit-queue@webkit.orge8e0b102012-06-12 16:32:58 +000048522012-06-12 Christophe Dumez <christophe.dumez@intel.com>
4853
commit-queue@webkit.orgf128e802012-06-13 00:28:03 +00004854 [EFL] Enable SHADOW_DOM flag
4855 https://bugs.webkit.org/show_bug.cgi?id=87732
4856
4857 Reviewed by Kentaro Hara.
4858
4859 Enable SHADOW_DOM flag by default at compile time for EFL port.
4860
4861 * Source/autotools/symbols.filter: Fix GTK build by adding new symbol.
4862 * Source/cmake/OptionsEfl.cmake:
4863 * Source/cmakeconfig.h.cmake:
4864
48652012-06-12 Christophe Dumez <christophe.dumez@intel.com>
4866
commit-queue@webkit.orge8e0b102012-06-12 16:32:58 +00004867 [EFL] enable LEGACY_WEBKIT_BLOB_BUILDER flag
4868 https://bugs.webkit.org/show_bug.cgi?id=88715
4869
4870 Reviewed by Noam Rosenthal.
4871
4872 Enable LEGACY_WEBKIT_BLOB_BUILDER flag by default on EFL port.
4873
4874 * Source/cmake/OptionsEfl.cmake:
4875 * Source/cmakeconfig.h.cmake:
4876
commit-queue@webkit.orgb6175312012-06-12 13:19:07 +000048772012-06-12 Thiago Marcos P. Santos <thiago.santos@intel.com>
4878
4879 [CMake] Enabled CSS_BOX_DECORATION_BREAK by default
4880 https://bugs.webkit.org/show_bug.cgi?id=88850
4881
4882 Reviewed by Alexis Menard.
4883
4884 Enabled it by default on CMake ports like in other ports.
4885 This patch is a follow up to r120029.
4886
4887 * Source/cmake/WebKitFeatures.cmake:
4888 * Source/cmakeconfig.h.cmake:
4889
kaustubh@motorola.com479cf832012-06-12 10:47:39 +000048902012-06-11 Kaustubh Atrawalkar <kaustubh@motorola.com>
4891
4892 [DRT] LTC:: counterValueForElementById() could be moved to Internals.
4893 https://bugs.webkit.org/show_bug.cgi?id=84406
4894
4895 Reviewed by Hajime Morita.
4896
4897 Exporting Internals::counterValueForElement symbols for the Gtk build.
4898
4899 * Source/autotools/symbols.filter:
4900
alexis.menard@openbossa.org91279ad2012-06-12 02:21:42 +000049012012-06-11 Alexis Menard <alexis.menard@openbossa.org>
4902
4903 [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag.
4904 https://bugs.webkit.org/show_bug.cgi?id=88804
4905
4906 Reviewed by Tony Chang.
4907
4908 Protect box-decoration-break behind a feature flag enabled by default.
4909
4910 * configure.ac:
4911
commit-queue@webkit.orgb12c4b92012-06-11 22:16:11 +000049122012-06-11 Arnaud Renevier <arno@renevier.net>
4913
4914 Replace obsolete mkdir_p variable with MKDIR_P
4915 https://bugs.webkit.org/show_bug.cgi?id=88790
4916
4917 Reviewed by Martin Robinson.
4918
4919 * GNUmakefile.am:
4920 * configure.ac:
4921
carlosgc@webkit.orgf4fbe002012-06-11 15:31:19 +000049222012-06-11 Carlos Garcia Campos <cgarcia@igalia.com>
4923
4924 Unreviewed. Fix make distcheck issues.
4925
4926 * GNUmakefile.am: Initialize jscore nosource variables.
4927
darin@apple.com7a26ab32012-06-10 17:15:55 +000049282012-06-10 Darin Adler <darin@apple.com>
4929
4930 Remove unneeded callRemovedLastRef function from TreeShared refactoring
4931 https://bugs.webkit.org/show_bug.cgi?id=88653
4932
4933 Reviewed by Sam Weinig.
4934
4935 * Source/autotools/symbols.filter: Filter removedLastRef instead of
4936 callRemovedLastRef.
4937
commit-queue@webkit.org5deb7492012-06-09 09:05:22 +000049382012-06-09 Sukolsak Sakshuwong <sukolsak@google.com>
4939
4940 Add UNDO_MANAGER flag
4941 https://bugs.webkit.org/show_bug.cgi?id=87908
4942
4943 Reviewed by Tony Chang.
4944
4945 * Source/cmake/WebKitFeatures.cmake:
4946
mrobinson@webkit.org940af952012-06-08 22:24:55 +000049472012-06-08 Martin Robinson <mrobinson@igalia.com>
4948
mrobinson@webkit.org214e0b82012-06-08 23:13:35 +00004949 Fix the GTK+ build when OpenGL is enabled.
4950
4951 * configure.ac: Fix the build.
4952
49532012-06-08 Martin Robinson <mrobinson@igalia.com>
4954
mrobinson@webkit.org940af952012-06-08 22:24:55 +00004955 [GTK] build accelerated compositing on by default if OpenGL is present
4956 https://bugs.webkit.org/show_bug.cgi?id=88677
4957
4958 Reviewed by Alejandro G. Castro.
4959
4960 Build accelerated compositing by default if OpenGL is present, just like WebGL.
4961 Also prevent enabling WebGL if Clutter is turned on.
4962
4963 * configure.ac: Build AC by default.
4964
carlosgc@webkit.org6ea8d202012-06-08 16:37:48 +000049652012-06-08 Carlos Garcia Campos <cgarcia@igalia.com>
4966
4967 [GTK] Add API to get the library version to WebKit2 GTK+
4968 https://bugs.webkit.org/show_bug.cgi?id=88426
4969
4970 Reviewed by Martin Robinson.
4971
4972 * configure.ac: Generate WebKitVersion.h from WebKitVersion.h.in
4973 file.
4974
commit-queue@webkit.org033422c2012-06-08 15:23:12 +000049752012-06-08 Ion Rosca <rosca@adobe.com>
4976
4977 Some overlay scrollbar API calls in ScrollAnimatorMac can lead to an assertion in RenderBox::mapAbsoluteToLocalPoint
4978 https://bugs.webkit.org/show_bug.cgi?id=74111
4979
4980 Reviewed by Simon Fraser.
4981
4982 * ManualTests/scrollbar-crash-on-hide-scrolled-area.html: Added.
4983
haraken@chromium.orgbba7c9c2012-06-08 06:28:12 +000049842012-06-07 Kentaro Hara <haraken@chromium.org>
4985
4986 Reduce Node object size from 72 byte to 64 byte
4987 https://bugs.webkit.org/show_bug.cgi?id=88528
4988
4989 Reviewed by Ryosuke Niwa.
4990
4991 Added a symbol for callRemovedLastRef().
4992
4993 * Source/autotools/symbols.filter:
4994
paroga@webkit.org40935152012-06-07 23:18:38 +000049952012-06-07 Patrick Gansterer <paroga@webkit.org>
4996
4997 Build fix for WinCE after r113570.
4998
4999 * Source/cmake/OptionsWinCE.cmake:
5000
abarth@webkit.org9a476fa2012-06-07 21:21:31 +000050012012-06-07 Adam Barth <abarth@webkit.org>
5002
5003 Settings::defaultDeviceScaleFactor is redundant with Page::deviceScaleFactor
5004 https://bugs.webkit.org/show_bug.cgi?id=88375
5005
5006 Reviewed by James Robinson.
5007
5008 This symbol no longer exists.
5009
5010 * Source/autotools/symbols.filter:
5011
ddkilzer@apple.com19f61db2012-06-06 21:19:38 +000050122012-06-06 David Kilzer <ddkilzer@apple.com>
5013
5014 Teach git about localizable *.strings files
5015 <http://webkit.org/b/88447>
5016
5017 Reviewed by Adam Roben.
5018
5019 * .gitattributes: Set diff attribute for *.strings files so
5020 git-diff doesn't complain about them being binary files once the
5021 git-config command is run.
5022
wingo@igalia.com4990fe82012-06-06 16:00:38 +000050232012-06-06 Andy Wingo <wingo@igalia.com>
5024
5025 [GTK] Enable the LLInt
5026 https://bugs.webkit.org/show_bug.cgi?id=88315
5027
5028 Reviewed by Filip Pizlo.
5029
5030 * configure.ac: Require Ruby, to build the low-level interpreter.
5031
loislo@chromium.org227483d2012-06-06 11:27:56 +000050322012-06-06 Sam D <dsam2912@gmail.com>
5033
5034 Web Inspector: Option for selecting/deselecting all breakpoints in breakpoint pane
5035 https://bugs.webkit.org/show_bug.cgi?id=87644
5036
5037 Reviewed by Pavel Feldman.
5038
5039 Added an option to enable/disable all breakpoints in Breakpoint pane.
5040
5041 * Source/WebCore/English.lproj/localizedStrings.js:
5042 * Source/WebCore/inspector/front-end/BreakpointManager.js:
5043 (WebInspector.BreakpointManager.prototype.enableAllBreakpoints):
5044 (WebInspector.BreakpointManager.prototype.disableAllBreakpoints):
5045 * Source/WebCore/inspector/front-end/BreakpointsSidebarPane.js:
5046 (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu.enabledBreakpointCount):
5047 (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu):
5048
commit-queue@webkit.org4b6f5b32012-06-06 05:19:18 +000050492012-06-05 Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
5050
5051 [GTK] show the feature list in alphabetical order
5052 https://bugs.webkit.org/show_bug.cgi?id=88343
5053
5054 Reviewed by Gustavo Noronha Silva.
5055
5056 * configure.ac:
5057
commit-queue@webkit.org3401b2d2012-06-05 11:32:22 +000050582012-06-05 Dongwoo Im <dw.im@samsung.com>
5059
5060 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
5061 https://bugs.webkit.org/show_bug.cgi?id=73176
5062
5063 Reviewed by Adam Barth.
5064
5065 Two more APIs are added in Custom Scheme Handler specification.
5066 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
5067 One is 'isProtocolHandlerRegistered' to query whether the specific URL
5068 is registered or not.
5069 The other is 'unregisterProtocolHandler' to remove the registered URL.
5070
5071 * Source/cmake/WebKitFeatures.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
5072 * Source/cmakeconfig.h.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
5073
commit-queue@webkit.org38d67852012-06-05 03:01:18 +000050742012-06-04 Hugo Parente Lima <hugo.lima@openbossa.org>
5075
5076 Turn LEGACY_VIEWPORT_ADAPTION USE flag into an ENABLE flag.
5077 https://bugs.webkit.org/show_bug.cgi?id=88243
5078
5079 Reviewed by Adam Barth.
5080
5081 * Source/cmake/WebKitFeatures.cmake:
5082
commit-queue@webkit.org14c5bee2012-06-04 20:11:36 +000050832012-06-04 Sadrul Habib Chowdhury <sadrul@chromium.org>
5084
5085 [chromium] Fix software rendering for device-scale-factor > 1
5086 https://bugs.webkit.org/show_bug.cgi?id=88136
5087
5088 Reviewed by Darin Fisher.
5089
5090 Export WebCore::Page::setDeviceScaleFactor and WebCore::Settings::setDefaultDeviceScaleFactor.
5091
5092 * Source/autotools/symbols.filter:
5093
commit-queue@webkit.org2c5253a2012-06-04 19:52:05 +000050942012-06-04 Kevin Greer <kgr@chromium.org>
5095
5096 [chromium] Issue async events for console.time/timeEnd
5097 https://bugs.webkit.org/show_bug.cgi?id=88003
5098
5099 Reviewed by Pavel Feldman.
5100
5101 * ../../Source/WebCore/page/Console.cpp:
5102
carlosgc@webkit.org380b0e12012-06-04 11:00:09 +000051032012-06-04 Carlos Garcia Campos <cgarcia@igalia.com>
5104
5105 Unreviewed. Update NEWS and configure.ac for 1.9.3 release
5106
5107 * configure.ac: Bump version number.
5108
kevino@webkit.orgf2b0e142012-06-02 18:54:52 +000051092012-06-02 Kevin Ollivier <kevino@theolliviers.com>
5110
5111 [wx] Unreviewed build fix. Temporarily disable DerivedSources cleanup on Windows.
5112
5113 * wscript:
5114
hausmann@webkit.org56ac0762012-06-01 20:00:43 +000051152012-06-01 Simon Hausmann <simon.hausmann@nokia.com>
5116
5117 [Qt] Use -Werror only in developer builds
5118
5119 Rubber-stamped by Tor Arne Vestbø.
5120
5121 In production builds -Werror with custom toolchains and wierd system
5122 headers, -Werror is of no use and just creates confusion. So use it
5123 only if Qt is configured with -developer-build.
5124
5125 * Source/api.pri: qt_developer_build determination moved to default_pre.prf
5126
caio.oliveira@openbossa.org8bbea2e2012-06-01 19:57:46 +000051272012-06-01 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
5128
5129 [Qt] Move QObject bridge related tests from tst_qwebframe to tst_qobjectbridge
5130 https://bugs.webkit.org/show_bug.cgi?id=88117
5131
5132 Reviewed by Noam Rosenthal.
5133
5134 * Source/tests.pri: Add new entry for tst_qobjectbridge.
5135
commit-queue@webkit.orgdc1f1da2012-06-01 16:35:49 +000051362012-06-01 Christophe Dumez <christophe.dumez@intel.com>
5137
5138 [EFL] EFL port does not enable WEB_INTENTS_TAG flag
5139 https://bugs.webkit.org/show_bug.cgi?id=86866
5140
5141 Reviewed by Adam Barth.
5142
5143 Enable WEB_INTENTS_TAG flag by default on EFL port.
5144
5145 * Source/cmake/OptionsEfl.cmake:
5146 * Source/cmake/WebKitFeatures.cmake:
5147 * Source/cmakeconfig.h.cmake:
5148
commit-queue@webkit.org82912a92012-05-31 14:47:30 +000051492012-05-31 Christophe Dumez <christophe.dumez@intel.com>
5150
5151 [EFL] Enable CSS_IMAGE_SET flag
5152 https://bugs.webkit.org/show_bug.cgi?id=87727
5153
5154 Reviewed by Adam Roben.
5155
5156 Add CSS_IMAGE_SET flag to CMake and enable it by default on EFL port.
5157
5158 * Source/cmake/OptionsEfl.cmake:
5159 * Source/cmake/WebKitFeatures.cmake:
5160 * Source/cmakeconfig.h.cmake:
5161
kevino@webkit.org3e068132012-05-30 21:05:29 +000051622012-05-30 Kevin Ollivier <kevino@theolliviers.com>
5163
5164 [wx] Unreviewed build fix. Add needed file back to the wx build.
5165
5166 * wscript:
5167
ryuan.choi@samsung.come9e65c22012-05-30 12:12:23 +000051682012-05-30 Mariusz Grzegorczyk <mariusz.g@samsung.com>, Ryuan Choi <ryuan.choi@samsung.com>
5169
5170 [EFL][WK2] Fix WebKit2-EFL build
5171 https://bugs.webkit.org/show_bug.cgi?id=83693
5172
5173 Reviewed by Carlos Garcia Campos.
5174
5175 * Source/cmake/OptionsEfl.cmake: Define BUILDING_SOUP__ to build WebKit2/Efl.
5176
commit-queue@webkit.org54f7a012012-05-30 03:51:23 +000051772012-05-29 Jonathan Dong <jonathan.dong@torchmobile.com.cn>
5178
5179 [BlackBerry] Loading media data with http authentication
5180 https://bugs.webkit.org/show_bug.cgi?id=84214
5181
5182 Reviewed by George Staikos.
5183
5184 Added a manual test case which needs user to provide a HTTP server
5185 with HTTP authentication support when loading the specified media
5186 resource. The test case will test if the media resource is successfully
5187 loaded.
5188
5189 * ManualTests/blackberry/video-load-with-authentication.html: Added.
5190
simon.fraser@apple.com9d127902012-05-29 20:49:15 +000051912012-05-29 Simon Fraser <simon.fraser@apple.com>
5192
5193 Incomplete repaint on twitter.com when replying to a tweet
5194 https://bugs.webkit.org/show_bug.cgi?id=87553
5195
5196 Reviewed by Dean Jackson.
5197
5198 Manual test that adds a transform to a layer, forcing that
5199 layer to gain backing store.
5200
5201 * ManualTests/compositing/requires-backing-change.html: Added.
5202
commit-queue@webkit.orgd5058402012-05-29 14:44:38 +000052032012-05-29 David Barr <davidbarr@chromium.org>
5204
5205 Introduce ENABLE_CSS_IMAGE_RESOLUTION compile flag
5206 https://bugs.webkit.org/show_bug.cgi?id=87685
5207
5208 Reviewed by Eric Seidel.
5209
5210 Add a configuration option for CSS image-resolution support, disabling it by default.
5211
5212 * Source/cmake/WebKitFeatures.cmake:
5213 * Source/cmakeconfig.h.cmake:
5214
jesus@webkit.org51166e12012-05-28 20:00:49 +000052152012-05-25 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
5216
5217 WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled
5218 https://bugs.webkit.org/show_bug.cgi?id=42328
5219
5220 Reviewed by Eric Seidel.
5221
5222 * Source/autotools/symbols.filter: Added needed symbols for GTK build.
5223
gyuyoung.kim@samsung.com741d3552012-05-28 09:05:52 +000052242012-05-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
5225
5226 Move allowRoundingHacks to Internals interface
5227 https://bugs.webkit.org/show_bug.cgi?id=87328
5228
5229 Reviewed by Hajime Morita.
5230
5231 * Source/autotools/symbols.filter: Add allowRoundingHacks symbol filter.
5232
commit-queue@webkit.org07ecccc2012-05-28 05:00:28 +000052332012-05-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
5234
5235 [EFL] Enable blob support for the EFL port
5236 https://bugs.webkit.org/show_bug.cgi?id=85363
5237
5238 Reviewed by Hajime Morita.
5239
5240 Enable Blob support by default for the EFL port.
5241
5242 * Source/cmake/OptionsEfl.cmake:
5243
rakuco@webkit.org1bc22102012-05-28 01:56:44 +000052442012-05-27 Raphael Kubo da Costa <rakuco@webkit.org>
5245
5246 [CMake] Make WEBKIT_SET_EXTRA_COMPILER_FLAGS work with clang.
5247 https://bugs.webkit.org/show_bug.cgi?id=87597
5248
5249 Reviewed by Daniel Bates.
5250
5251 Building with clang requires at least the -fPIC option being
5252 passed correctly, just like it is needed with gcc. clang is also
5253 compatible with most of gcc's compiler options, so we only need to
5254 check for clang besides g++ in the macro definition.
5255
5256 * Source/cmake/WebKitHelpers.cmake: Check for "Clang" and use
5257 CMAKE_COMPILER_IS_GNUCXX for the previous check, as it is shorter
5258 and achieves the same effect.
5259
zandobersek@gmail.com3f8e9712012-05-25 18:36:13 +000052602012-05-25 Zan Dobersek <zandobersek@gmail.com>
5261
zandobersek@gmail.comb8b19832012-05-25 19:40:04 +00005262 configure.ac has duplicated AC_MSG_RESULT([$enable_sandbox]) and nothing for seamless iframes
5263 https://bugs.webkit.org/show_bug.cgi?id=87453
5264
5265 Reviewed by Eric Seidel.
5266
5267 Report the value of $enable_iframe_seamless rather than $enable_sandbox
5268 after checking whether to enable the iframe seamless option.
5269
5270 * configure.ac:
5271
52722012-05-25 Zan Dobersek <zandobersek@gmail.com>
5273
zandobersek@gmail.com3f8e9712012-05-25 18:36:13 +00005274 [Gtk] Remove configuration options that do not apply anymore
5275 https://bugs.webkit.org/show_bug.cgi?id=87509
5276
5277 Reviewed by Martin Robinson.
5278
5279 Remove configuration options for enabling or disabling HTML5 datagrid,
5280 DOM storage, image resizer API and sandboxed iframe support. These
5281 features were either turned on by default with the feature defines
5282 removed from the code or removed from the source.
5283
5284 * configure.ac:
5285
commit-queue@webkit.org6e502412012-05-25 12:18:04 +000052862012-05-25 Zalan Bujtas <zbujtas@gmail.com>
5287
5288 [Qt] Broken controls rendering when transform is applied.
5289 https://bugs.webkit.org/show_bug.cgi?id=87483
5290
5291 Reviewed by Simon Hausmann.
5292
5293 * ManualTests/qt/control_paiting_with_transforms.html: Added.
5294
timothy_horton@apple.com3f03ac12012-05-25 06:53:27 +000052952012-05-24 Tim Horton <timothy_horton@apple.com>
5296
5297 Add feature defines for web-facing parts of CSS Regions and Exclusions
5298 https://bugs.webkit.org/show_bug.cgi?id=87442
5299 <rdar://problem/10887709>
5300
5301 Reviewed by Dan Bernstein.
5302
5303 * configure.ac:
5304
tkent@chromium.org9da8b8c2012-05-25 06:50:38 +000053052012-05-24 Kent Tamura <tkent@chromium.org>
5306
5307 PAGE_POPUP: window.setValueAndClosePopup should be moved to a
5308 per-context property of DOMWindow.
5309 https://bugs.webkit.org/show_bug.cgi?id=87086
5310
5311 Reviewed by Adam Barth.
5312
5313 * ManualTests/forms/calendar-picker.html:
5314 Introduce pseudo window.pagePopupController.
5315
commit-queue@webkit.org6d0c3bc2012-05-25 04:00:42 +000053162012-05-24 Philippe Normand <pnormand@igalia.com>
5317
5318 [GTK] Add --enable-css3-flexbox configure option after r118304.
5319 https://bugs.webkit.org/show_bug.cgi?id=87455
5320
5321 Reviewed by Xan Lopez.
5322
5323 * configure.ac:
5324
commit-queue@webkit.org2c8bcde2012-05-24 20:01:53 +000053252012-05-24 John Mellor <johnme@chromium.org>
5326
5327 Font Boosting: Add compile flag and runtime setting
5328 https://bugs.webkit.org/show_bug.cgi?id=87394
5329
5330 Reviewed by Adam Barth.
5331
5332 Add ENABLE_FONT_BOOSTING.
5333
5334 * configure.ac:
5335
rakuco@webkit.org4882cf92012-05-24 02:43:51 +000053362012-05-23 Raphael Kubo da Costa <rakuco@webkit.org>
5337
5338 [CMake] Unreviewed, add ENABLE_CSS3_FLEXBOX after r118304.
5339
5340 * Source/cmake/WebKitFeatures.cmake:
5341 * Source/cmakeconfig.h.cmake:
5342
commit-queue@webkit.orgbc19f902012-05-23 17:46:30 +000053432012-05-23 Xiaobo Wang <xbwang@torchmobile.com.cn>
5344
5345 [BlackBerry] Reset JS state for each test
5346 https://bugs.webkit.org/show_bug.cgi?id=86899
5347
5348 Reviewed by Nikolas Zimmermann.
5349
5350 * DumpRenderTree/blackberry/DumpRenderTree.cpp:
5351 (BlackBerry::WebKit::DumpRenderTree::resetToConsistentStateBeforeTesting):
5352
commit-queue@webkit.orge49ac252012-05-23 05:24:02 +000053532012-05-22 Dongwoo Im <dw.im@samsung.com>
5354
5355 [EFL] Implements the registerProtocolHandler method and option.
5356 https://bugs.webkit.org/show_bug.cgi?id=73638
5357
5358 Reviewed by Andreas Kling.
5359
5360 The registerProtocolHandler() method allows Web sites to register themselves
5361 as possible handlers for particular schemes.
5362
5363 http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler
5364
5365 * Source/cmake/OptionsEfl.cmake: Adds the build option.
5366 * Source/cmakeconfig.h.cmake: Adds the build option.
5367
commit-queue@webkit.org0db5ac72012-05-23 02:37:31 +000053682012-05-22 Kangil Han <kangil.han@samsung.com>
5369
5370 [EFL][DRT] Implement touch event
5371 https://bugs.webkit.org/show_bug.cgi?id=86720
5372
5373 Reviewed by Hajime Morita.
5374
5375 Currently EFL DRT doesn't support touch event.
5376 Therefore, this patch enabled it and implemented some eventSender function callbacks.
5377
5378 * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check.
5379 * Source/cmake/OptionsEfl.cmake: Enable touch event option.
5380
simon.fraser@apple.com9bd2c702012-05-22 20:37:14 +00005381== Rolled over to ChangeLog-2012-05-22 ==