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