blob: 765ed0442c19164eaf1ad45e345404874401a987 [file] [log] [blame]
gavinp@chromium.org14709342013-02-07 17:32:07 +000012013-02-07 Gavin Peters <gavinp@chromium.org>
2
3 Unreviewed, rolling out r142112.
4 http://trac.webkit.org/changeset/142112
5 https://bugs.webkit.org/show_bug.cgi?id=108990
6
7 The new test scrollingcoordinator/non-fast-scrollable-region-transformed- iframe.html crashes on Lion.
8
9 See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=scrollingcoordinator%2Fnon-fast-scrollable-region-transformed-iframe.html
10
11 * ManualTests/remove-fixed-position-but-keep-compositing.html: Removed.
12
zandobersek@gmail.com9c697ec2013-02-07 16:38:34 +0000132013-02-07 Zan Dobersek <zdobersek@igalia.com>
14
15 [GTK] configure.ac requires a cleanup
16 https://bugs.webkit.org/show_bug.cgi?id=99272
17
18 Reviewed by Martin Robinson.
19
20 Clean up configure.ac. While there is no strict style guideline determined
21 for this file the changes enforce the usual indentation of four spaces along
22 with line wrapping at 130 characters and grammar fixes/updates.
23
24 * configure.ac:
25
caio.oliveira@openbossa.org6f631762013-02-07 14:47:50 +0000262013-02-07 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
27
28 [CoordinatedGraphics] Use ScrollingCoordinator to track fixed layers
29 https://bugs.webkit.org/show_bug.cgi?id=108990
30
31 Reviewed by Noam Rosenthal.
32
33 Add a new test that allow us to remove the fixed positioning of a layer but still keeping
34 it compositing. Coordinated Graphics had a bug where the CoordinatedSceneGraph would still
35 count this layer as fixed position.
36
37 * ManualTests/remove-fixed-position-but-keep-compositing.html: Added.
38
kov@webkit.orgf5bb58f2013-02-07 13:48:46 +0000392013-02-07 Gustavo Noronha Silva <gns@gnome.org>
40
41 Unreviewed build fix after r141196 for 32 bits autotools.
42
43 * Source/autotools/symbols.filter: restore 32 bits version of the
44 WebCore::TextIterator::getLocationAndLengthFromRange(WebCore::Node*,
45 WebCore::Range const*, unsigned int&, unsigned int&) symbol.
46
hausmann@webkit.orgdb2d1d42013-02-07 08:25:14 +0000472013-02-05 Simon Hausmann <simon.hausmann@digia.com>
48
49 [Qt] Compile WTF tests of TestWebKitAPI
50 https://bugs.webkit.org/show_bug.cgi?id=108935
51
52 Reviewed by Kenneth Rohde Christiansen.
53
54 Build gtest on Linux.
55
56 * WebKit.pro:
57
commit-queue@webkit.org2cb6ac12013-02-06 18:15:30 +0000582013-02-06 Jonathon Jongsma <jonathon.jongsma@collabora.com>
59
60 [GStreamer] MediaPlayer's code is not easily reusable by other GStreamer-based players
61 https://bugs.webkit.org/show_bug.cgi?id=100261
62
63 Reviewed by Philippe Normand
64
65 * configure.ac: removed farstream requirement for now since it's
66 not actually used yet and makes it more difficult to build and test
67
mkwst@chromium.orgebd38582013-02-06 12:07:10 +0000682013-02-06 Mike West <mkwst@chromium.org>
69
70 Add an ENABLE_NOSNIFF feature flag.
71 https://bugs.webkit.org/show_bug.cgi?id=109029
72
73 Reviewed by Jochen Eisinger.
74
75 This new flag will control the behavior of 'X-Content-Type-Options: nosniff'
76 when processing script and other resource types.
77
78 * Source/cmake/WebKitFeatures.cmake:
79 * Source/cmakeconfig.h.cmake:
80
jocelyn.turcotte@digia.com66a65422013-02-05 15:34:51 +0000812013-02-05 Jocelyn Turcotte <jocelyn.turcotte@digia.com>
82
83 [Qt] REGRESSION(r137436): It made all inspector tests timeout on developer builds
84 https://bugs.webkit.org/show_bug.cgi?id=106554
85
86 Reviewed by Simon Hausmann.
87
88 Explicitely link WebCore resources in the final DLL only on Windows to
89 support force_static_libs_as_shared on other platforms.
90
91 WebKit1 applications don't get the QtWebKit dynamic library loaded
92 since libQtWebKitWidgets doesn't depend on libQtWebKit if WebCore and
93 WebKit1 are dynamic libraries of their own.
94
95 * Source/api.pri:
96
mrobinson@webkit.org38155922013-02-05 08:55:44 +0000972013-02-05 Martin Robinson <mrobinson@igalia.com>
98
99 Update the NEWS and configuration in preparation for 1.11.5.
100
101 Reviewed by Philippe Normand.
102
103 * configure.ac:
104
benjamin@webkit.org99308ba2013-02-05 04:21:13 +00001052013-02-04 Benjamin Poulain <bpoulain@apple.com>
106
107 Kill suspendAnimation(), resumeAnimation() and numberOfActiveAnimations() from DRT/WTR; use Internals
108 https://bugs.webkit.org/show_bug.cgi?id=108741
109
110 Reviewed by Tony Chang.
111
112 * Source/autotools/symbols.filter:
113
paroga@webkit.org421a2ac2013-02-02 20:59:25 +00001142013-02-02 Patrick Gansterer <paroga@webkit.org>
115
116 [CMake] Adopt the WinCE port to new CMake
117 https://bugs.webkit.org/show_bug.cgi?id=108754
118
119 Reviewed by Laszlo Gombos.
120
121 Remove the entry point hack which isn't required in the new
122 CMake version with offical WindowsCE support.
123
124 * Source/cmake/OptionsWindows.cmake:
125
benjamin@webkit.orgd19a49c2013-02-01 23:55:46 +00001262013-02-01 Benjamin Poulain <bpoulain@apple.com>
127
128 Clean the String->AtomicString conversion for AnimationController::pauseAnimationAtTime
129 https://bugs.webkit.org/show_bug.cgi?id=108558
130
131 Reviewed by Dean Jackson.
132
133 * Source/autotools/symbols.filter:
134
zandobersek@gmail.com050d2e22013-02-01 20:06:55 +00001352013-02-01 Zan Dobersek <zdobersek@igalia.com>
136
137 [GTK] Add WTFURL source files to the build
138 https://bugs.webkit.org/show_bug.cgi?id=108215
139
140 Reviewed by Benjamin Poulain.
141
142 * Source/autotools/symbols.filter: Force the export of the KURL::string() symbol.
143 This is required when using the WTFURL backend but otherwise doesn't affect the build.
144
alexis@webkit.org5b4483d2013-02-01 12:16:51 +00001452013-02-01 Alexis Menard <alexis@webkit.org>
146
147 Enable unprefixed CSS transitions by default.
148 https://bugs.webkit.org/show_bug.cgi?id=108216
149
150 Reviewed by Dean Jackson.
151
152 Rename the flag CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
153 to CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED which will be used later to
154 guard the unprefixing work for CSS Transforms and animations.
155
156 * Source/cmake/WebKitFeatures.cmake:
157 * Source/cmakeconfig.h.cmake:
158
commit-queue@webkit.orgc20b51b2013-01-31 18:43:41 +00001592013-01-31 Christophe Dumez <dchris@gmail.com>
160
161 [EFL] Disable Web Intents
162 https://bugs.webkit.org/show_bug.cgi?id=108457
163
164 Reviewed by Alexey Proskuryakov.
165
166 Turn off WEB_INTENTS flag in EFL CMake project.
167
168 * Source/cmake/OptionsEfl.cmake:
169
hausmann@webkit.org393936e2013-01-31 18:04:16 +00001702013-01-31 Simon Hausmann <simon.hausmann@digia.com>
171
172 [Qt] Make it possible to compile WebKit2 Qt related files without access to internal WK2 C++ API
173 https://bugs.webkit.org/show_bug.cgi?id=108472
174
175 Reviewed by Andreas Kling.
176
177 When linking WebKit2, also link the WebKit2QML module.
178
179 * Source/api.pri:
180
dominik.rottsches@intel.com38833922013-01-30 10:45:58 +00001812013-01-30 Dominik Röttsches <dominik.rottsches@intel.com>
182
183 [HarfBuzz] Remove the HarfBuzz-old code
184 https://bugs.webkit.org/show_bug.cgi?id=108077
185
186 Reviewed by Benjamin Poulain.
187
188 Rename WTF_USE_HARFBUZZ_NG to WTF_USE_HARFBUZZ since there
189 won't be a distinction between ng and non-ng HarfBuzz after
190 removing the old code.
191
192 * Source/cmake/OptionsEfl.cmake:
193
zandobersek@gmail.com77025d72013-01-30 07:48:12 +00001942013-01-29 Zan Dobersek <zdobersek@igalia.com>
195
196 Unreviewed GTK build fix after r141175.
197
198 * Source/autotools/symbols.filter: Export the WebCore::Element::createShadowRoot symbol.
199
shinyak@chromium.orgf803a762013-01-30 02:08:28 +00002002013-01-29 Shinya Kawanaka <shinyak@chromium.org>
201
202 [Chromium] Cannot copy text when selecting readonly (or disabled) input elements
203 https://bugs.webkit.org/show_bug.cgi?id=106287
204
205 Reviewed by Hajime Morita.
206
207 * Source/autotools/symbols.filter:
208
paroga@webkit.orge6e71722013-01-29 21:18:41 +00002092013-01-29 Laszlo Gombos <l.gombos@samsung.com>
210
211 [CMake] Add minimum version information for tool dependencies
212 https://bugs.webkit.org/show_bug.cgi?id=97592
213
214 Reviewed by Kenneth Rohde Christiansen.
215
216 Capture the minimum version information for the tools that are required
217 to build WebKit for all CMake based build systems.
218
219 * CMakeLists.txt:
220
japhet@chromium.org3e317182013-01-29 20:06:19 +00002212013-01-29 Nate Chapin <japhet@chromium.org>
222
223 Enable reuse of cached main resources
224 https://bugs.webkit.org/show_bug.cgi?id=105667
225
226 Reviewed by Adam Barth.
227
228 * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL().
229
commit-queue@webkit.orgd2e18812013-01-29 14:53:18 +00002302013-01-29 Laszlo Gombos <l.gombos@samsung.com>
231
232 Enable Workers for WinCE
233 https://bugs.webkit.org/show_bug.cgi?id=108099
234
235 Reviewed by Gyuyoung Kim.
236
237 WORKERS are enabled for all CMake based ports except WinCE.
238 Turn on WORKERS for all CMake based ports.
239
240 * Source/cmake/OptionsBlackBerry.cmake:
241 * Source/cmake/OptionsEfl.cmake:
242 * Source/cmake/WebKitFeatures.cmake:
243
commit-queue@webkit.orgb08d2972013-01-28 20:19:14 +00002442013-01-28 Halton Huo <halton.huo@intel.com>
245
246 [EFL] Quit debug build without -DSHARED_CORE=ON
247 https://bugs.webkit.org/show_bug.cgi?id=104773
248
249 Reviewed by Laszlo Gombos.
250
251 Debug build without -DSHARED_CORE=ON will fail because libwebcore_efl.a
252 is too big (>4G) to archive. The solution is simply to abort cmake in
253 this condition and notify developer.
254
255 * CMakeLists.txt:
256 * Source/cmake/OptionsEfl.cmake:
257 * Source/cmake/OptionsCommon.cmake:
258
reni@webkit.org13fc98c2013-01-28 09:54:15 +00002592013-01-28 Renata Hodovan <reni@webkit.org>
260
261 [WK2] Putting QtWebProcess into a chrooted sandbox
262 https://bugs.webkit.org/show_bug.cgi?id=90005
263
264 Reviewed by Anders Carlsson and Zoltan Herczeg.
265
266 Make it possible to build WebKit2 with SandboxProcess.
267
268 * Source/QtWebKit.pro:
269
commit-queue@webkit.org8da3ed12013-01-28 04:22:30 +00002702013-01-27 David Farler <dfarler@apple.com>
271
272 REGRESSION (r140912): Broke specifying non-trivial ARCHS value to make / build-webkit
273 https://bugs.webkit.org/show_bug.cgi?id=108028
274
275 Reviewed by Dan Bernstein.
276
277 * Makefile: Reverted.
278 * Makefile.shared: Reverted.
279 * Source/Makefile: Reverted.
280
commit-queue@webkit.org0ee1a892013-01-26 16:34:55 +00002812013-01-26 David Farler <dfarler@apple.com>
282
283 Allow building with arbitrary SDK and ARCHS with make + Xcode
284 https://bugs.webkit.org/show_bug.cgi?id=107863
285
286 Reviewed by David Kilzer.
287
288 * Makefile:
289 Removed references to legacy Xcode configurations.
290 * Makefile.shared:
291 Added default ARCHS + SDK settings and parameterized xcodebuild calls.
292 * Source/Makefile:
293 iOS does not build WebKit2.
294
commit-queue@webkit.org7a6b55f2013-01-25 10:18:08 +00002952013-01-25 Jussi Kukkonen <jussi.kukkonen@intel.com>
296
297 [CMake][EFL] Build ThirdParty/leveldb when IndexedDB is enabled
298 https://bugs.webkit.org/show_bug.cgi?id=106443
299
300 Reviewed by Laszlo Gombos.
301
302 LevelDB is now included in ThirdParty. Use it when IndexDB is
303 enabled for EFL.
304
305 * Source/cmake/OptionsEfl.cmake:
306 Set WTF_USE_LEVELDB when IndexedDB is enabled
307
keishi@webkit.orgb1c7e152013-01-25 05:28:46 +00003082013-01-24 Keishi Hattori <keishi@webkit.org>
309
310 Adjust design of the Calendar Picker
311 https://bugs.webkit.org/show_bug.cgi?id=107507
312
313 Reviewed by Kent Tamura.
314
315 * ManualTests/forms/calendar-picker.html: Use pickerCommonChromium.css and calendarPickerChromium.css.
316
commit-queue@webkit.org4f2fb8f2013-01-24 08:46:15 +00003172013-01-24 Soo-Hyun Choi <s.choi@hackerslab.eu>
318
319 [CMake] Remove the definition of WTF_PLATFORM_WIN from the build system
320 https://bugs.webkit.org/show_bug.cgi?id=101635
321
322 Reviewed by Laszlo Gombos.
323
324 WTF_PLATFORM_WIN defined twice: Source/cmake/OptionsWindows.cmake and in
325 Source/WTF/wtf/Platform.h.
326 It would be more future-proof to have it only defined in common C++ code in
327 Platform.h.
328
329 * Source/cmake/OptionsWindows.cmake:
330
zandobersek@gmail.com9dbe1cc2013-01-23 19:49:21 +00003312013-01-23 Zan Dobersek <zdobersek@igalia.com>
332
333 Unreviewed.
334
335 Speculative build fix for the GTK port after 140539.
336
337 * Source/autotools/symbols.filter:
338
kov@webkit.org30edf5d2013-01-22 18:52:52 +00003392013-01-22 Gustavo Noronha Silva <gns@gnome.org>
340
341 [GTK] Debug build failure on x86-64
342 https://bugs.webkit.org/show_bug.cgi?id=107400
343
344 Reviewed by Xan Lopez.
345
346 * configure.ac: use thin archives for convenience libraries, if AR_FLAGS was not
347 overriden through the environment variable.
348
zandobersek@gmail.comcab09bc2013-01-22 17:15:25 +00003492013-01-22 Zan Dobersek <zdobersek@igalia.com>
350
zandobersek@gmail.coma538e382013-01-22 17:17:13 +0000351 [Autotools] Remove the Canvas Path configuration option
352 https://bugs.webkit.org/show_bug.cgi?id=107537
353
354 Reviewed by Martin Robinson.
355
356 * configure.ac: Remove the configuration option for the Canvas Path
357 feature as this is not in line with the new guidelines about feature
358 enablement in the autotools build system.
359
3602013-01-22 Zan Dobersek <zdobersek@igalia.com>
361
zandobersek@gmail.comcab09bc2013-01-22 17:15:25 +0000362 [Autotools] Place a warning in configure.ac about adding new configuration options
363 https://bugs.webkit.org/show_bug.cgi?id=107559
364
365 Reviewed by Martin Robinson.
366
367 * configure.ac: Add an eye-catching section explaining that changes in this file might
368 not be necessary at all and a link pointing to the guidelines on the Trac wiki.
369
commit-queue@webkit.orgd5f9fe52013-01-22 02:26:20 +00003702013-01-21 Dirk Schulze <dschulze@adobe.com>
371
372 Add build flag for Canvas's Path object (disabled by default)
373 https://bugs.webkit.org/show_bug.cgi?id=107473
374
375 Reviewed by Dean Jackson.
376
377 Add CANVAS_PATH build flag to build systems.
378
379 * Source/cmake/WebKitFeatures.cmake:
380 * Source/cmakeconfig.h.cmake:
381 * configure.ac:
382
rniwa@webkit.orgf94dde22013-01-20 05:04:30 +00003832013-01-19 Ryosuke Niwa <rniwa@webkit.org>
384
385 Delete webkit-perf.appspot.com code from WebKit repository
386 https://bugs.webkit.org/show_bug.cgi?id=107390
387
388 Reviewed by Adam Barth.
389
390 Delete webkit-perf.appspot.com code from WebKit repository since I maintain
391 and push the code via https://github.com/rniwa/webkit-perf now.
392
393 * Websites/webkit-perf.appspot.com: Removed.
394
pdr@google.comc960fba2013-01-20 03:12:17 +00003952013-01-19 Philip Rogers <pdr@google.com>
396
397 Merge SVGStylable into SVGStyledElement
398 https://bugs.webkit.org/show_bug.cgi?id=106877
399
400 Reviewed by Dirk Schulze.
401
402 SVG2 changes element inheritance so all SVGElements are stylable. As a first-step towards a
403 cleaner class hierarchy, this patch moves SVGStylable into SVGStyledElement.
404
405 * wscript:
406
commit-queue@webkit.org59745902013-01-18 17:57:41 +00004072013-01-18 Sudarsana Nagineni <sudarsana.nagineni@intel.com>
408
409 [CMake] Fix CMake warnings
410 https://bugs.webkit.org/show_bug.cgi?id=107290
411
412 Reviewed by Laszlo Gombos.
413
414 Add missing WebKit options to CMake features list.
415
416 * Source/cmake/WebKitFeatures.cmake:
417 * Source/cmakeconfig.h.cmake:
418
dominicc@chromium.org7a319e52013-01-18 08:26:38 +00004192013-01-18 Sheriff Bot <webkit.review.bot@gmail.com>
420
421 Unreviewed, rolling out r140005.
422 http://trac.webkit.org/changeset/140005
423 https://bugs.webkit.org/show_bug.cgi?id=107235
424
425 broke downstream Chromium interactive_ui_tests (Requested by
426 dominicc on #webkit).
427
428 * Source/autotools/symbols.filter:
429
commit-queue@webkit.org0cfb6ab2013-01-17 20:02:36 +00004302013-01-17 Martin Robinson <mrobinson@igalia.com>
431
432 [GTK] Build with LevelDB when IndexedDB is enabled
433 https://bugs.webkit.org/show_bug.cgi?id=103220
434
435 Reviewed by Gustavo Noronha Silva.
436
437 * configure.ac: Detect whether the IndexedDatabase feature is enabled. We cannot
438 use the typical approach for feature detection since we need to adjust the automake
439 file output based on whether or not IndexedDatabase is enabled.
440
japhet@chromium.org88239e32013-01-17 19:09:16 +00004412013-01-17 Nate Chapin <japhet@chromium.org>
442
443 Enable reuse of cached main resources
444 https://bugs.webkit.org/show_bug.cgi?id=105667
445
446 Reviewed by Antti Koivisto.
447
448 * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL().
449
commit-queue@webkit.orgc9d65712013-01-17 18:37:54 +00004502013-01-17 Seokju Kwon <seokju.kwon@gmail.com>
451
452 [EFL][CMAKE] Compress resource files of inspector
453 https://bugs.webkit.org/show_bug.cgi?id=106210
454
455 Reviewed by Gyuyoung Kim.
456
457 Add compressing JavaScript
458 for smaller package and faster connection of remote web inspector.
459
460 * Source/PlatformEfl.cmake:
461
hugo.lima@openbossa.org36ea2092013-01-16 21:23:34 +00004622013-01-16 Hugo Parente Lima <hugo.lima@openbossa.org>
463
464 [CMake] Report actual values for feature configuration (instead of the default)
465 https://bugs.webkit.org/show_bug.cgi?id=107010
466
467 Reviewed by Laszlo Gombos.
468
469 * Source/cmake/WebKitFeatures.cmake:
470
gyuyoung.kim@samsung.com45afa9c2013-01-16 10:16:38 +00004712013-01-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
472
473 [EFL] Move 'DefaultTheme' folder to WebCore/platform/efl
474 https://bugs.webkit.org/show_bug.cgi?id=106969
475
476 Reviewed by Benjamin Poulain.
477
478 * Source/PlatformEfl.cmake: Change DefaultTheme path.
479 * Source/cmake/OptionsEfl.cmake: ditto.
480
commit-queue@webkit.orgf5b094a2013-01-16 00:18:07 +00004812013-01-15 Alberto Garcia <agarcia@igalia.com>
482
483 Fix typos in WebKitFeatures.cmake
484 https://bugs.webkit.org/show_bug.cgi?id=106952
485
486 Reviewed by Martin Robinson.
487
488 * Source/cmake/WebKitFeatures.cmake:
489 Replace "Toogle" with "Toggle".
490
zandobersek@gmail.com6499f572013-01-15 19:49:50 +00004912013-01-15 Zan Dobersek <zandobersek@gmail.com>
492
493 [Autotools] Add support for WebKit2-only builds
494 https://bugs.webkit.org/show_bug.cgi?id=106889
495
496 Reviewed by Gustavo Noronha Silva.
497
498 * GNUmakefile.am: Only copy the WebKit1 documentation into the destination
499 directory if building WebKit1.
500 * configure.ac: Add a configuration option for disabling the WebKit1 build.
501 Only conditionally copy WebKit1-specific targets from the input files. Some
502 small style changes to the WebKit2 configuration flag included as well.
503
japhet@chromium.orgc4b1de82013-01-15 00:10:05 +00005042013-01-14 Nate Chapin <japhet@chromium.org>
505
506 Enable reuse of cached main resources
507 https://bugs.webkit.org/show_bug.cgi?id=105667
508
509 Reviewed by Antti Koivisto.
510
511 * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL().
512
commit-queue@webkit.orge71b90c2013-01-14 20:42:26 +00005132013-01-14 Alexandre Rostovtsev <tetromino@gentoo.org>
514
515 Do not hardcode -ldl in OPENGL_LIBS
516 https://bugs.webkit.org/show_bug.cgi?id=96602
517
518 Reviewed by Philippe Normand.
519
520 Some non-Linux systems, e.g. FreeBSD, have dlopen() as part of their
521 libc, and do not use a separate libdl.
522
523 * configure.ac:
524
carlosgc@webkit.org9a5b0c12013-01-11 19:14:25 +00005252013-01-11 Carlos Garcia Campos <cgarcia@igalia.com>
526
527 Unreviewed. Update NEWS and configure.ac for 1.11.4 release
528
529 * configure.ac: Bump version numbers.
530
carlosgc@webkit.org3c42ac32013-01-11 08:42:42 +00005312013-01-10 Carlos Garcia Campos <cgarcia@igalia.com>
532
533 [GTK] Add API to set the web extensions directory to WebKit2 GTK+
534 https://bugs.webkit.org/show_bug.cgi?id=106462
535
536 Reviewed by Xan Lopez.
537
538 * Source/autotools/symbols.filter: Update
539 WebGtkExtensionManager::initialize symbol.
540
tony@chromium.org73fddb22013-01-10 18:25:07 +00005412013-01-10 Tony Chang <tony@chromium.org>
542
543 Speed up supplemental dependency computation
544 https://bugs.webkit.org/show_bug.cgi?id=106503
545
546 Reviewed by Adam Barth.
547
548 * Source/cmake/WebKitMacros.cmake: Add --idlAttributesFile to the binding generation step in cmake.
549
zandobersek@gmail.com1594f892013-01-10 17:29:45 +00005502013-01-10 Zan Dobersek <zandobersek@gmail.com>
551
zandobersek@gmail.com9f55fb22013-01-10 17:51:57 +0000552 [Autotools] Add the AM_WEBKIT_FEATURE_CONDITIONAL macro
553 https://bugs.webkit.org/show_bug.cgi?id=106576
554
555 Reviewed by Martin Robinson.
556
557 Replace the AC_CHECK_WEBKIT_FEATURE_ENABLED with the new macro.
558 The former was executing actions based on the passed-in feature being
559 enabled in the (possibly overridden) GNUmakefile.features.am, the actions
560 usually affecting the Automake conditional value that was set up afterwards.
561 The new macro does this directly, setting up an Automake conditional of the
562 same name as the feature that was checked.
563
564 * Source/autotools/webkitfeature.m4:
565
5662013-01-10 Zan Dobersek <zandobersek@gmail.com>
567
zandobersek@gmail.com1594f892013-01-10 17:29:45 +0000568 Remove the ENABLE_ANIMATION_API feature define occurences
569 https://bugs.webkit.org/show_bug.cgi?id=106544
570
571 Reviewed by Simon Fraser.
572
573 The Animation API code was removed in r137243. The ENABLE_ANIMATION_API
574 feature define handling still lingers in various build systems and configurations
575 but is of no use, so it should be removed.
576
577 * Source/cmake/OptionsBlackBerry.cmake:
578 * Source/cmake/OptionsEfl.cmake:
579 * Source/cmake/WebKitFeatures.cmake:
580 * Source/cmakeconfig.h.cmake:
581
commit-queue@webkit.orgd1278702013-01-10 11:27:49 +00005822013-01-10 Carlos Garcia Campos <cgarcia@igalia.com>
583
584 [GTK] Add support for loading web process extensions
585 https://bugs.webkit.org/show_bug.cgi?id=105631
586
587 Reviewed by Gustavo Noronha Silva.
588
589 * GNUmakefile.am: Add webkit2_web_extension_h_api.
590 * Source/autotools/symbols.filter: Export WebGtkExtensionManager
591 symbols required by the injected bundle lib.
592
christophe.dumez@intel.com2f02b162013-01-10 08:42:41 +00005932013-01-10 Christophe Dumez <christophe.dumez@intel.com>
594
595 [EFL] Add gstreamer 1.0.5 to jhbuild
596 https://bugs.webkit.org/show_bug.cgi?id=106178
597
598 Reviewed by Laszlo Gombos.
599
600 Update EFL CMake configuration to require gstreamer
601 1.0.5.
602
603 * Source/cmake/FindGStreamer.cmake:
604 * Source/cmake/OptionsEfl.cmake:
605
morrita@google.com71524812013-01-10 02:29:37 +00006062013-01-09 Hajime Morrita <morrita@google.com>
607
608 [Shadow DOM] Distribution related code on ElementShadow should be minimized.
609 https://bugs.webkit.org/show_bug.cgi?id=106294
610
611 Reviewed by Dimitri Glazkov.
612
613 * Source/autotools/symbols.filter:
614
zandobersek@gmail.comfd8abe52013-01-09 00:30:42 +00006152013-01-08 Zan Dobersek <zandobersek@gmail.com>
616
617 Add an Autoconf macro that checks whether a given feature is enabled
618 https://bugs.webkit.org/show_bug.cgi?id=106380
619
620 Reviewed by Martin Robinson.
621
622 Add the AC_CHECK_WEBKIT_FEATURE_ENABLED macro. It checks the generated
623 Source/WebCore/GNUmakefile.features.am file to determine whether the
624 given feature is enabled or disabled in the build that's being configured.
625
626 * Source/autotools/webkitfeature.m4: Added.
627
morrita@google.com27d66342013-01-09 00:16:19 +00006282013-01-08 Hajime Morrita <morrita@google.com>
629
630 [Shadow DOM] Distribution related code on ShadowRoot should be minimized.
631 https://bugs.webkit.org/show_bug.cgi?id=106282
632
633 Reviewed by Dimitri Glazkov.
634
635 * Source/autotools/symbols.filter:
636
sergio@webkit.org266a77a2013-01-08 09:31:56 +00006372013-01-03 Sergio Villar Senin <svillar@igalia.com>
638
639 [GTK] Add WebP image support
640 https://bugs.webkit.org/show_bug.cgi?id=105915
641
642 Reviewed by Martin Robinson.
643
644 WebP is from now on a dependency for WebKitGtk+.
645
646 * configure.ac: added WebP library detection.
647
wangxianzhu@chromium.org4471f0d2013-01-07 22:12:47 +00006482013-01-07 Xianzhu Wang <wangxianzhu@chromium.org>
649
650 Add window.internals.nonFastScrollableRects for testing scrollable areas in fast/slow paths
651 https://bugs.webkit.org/show_bug.cgi?id=105546
652
653 Reviewed by James Robinson.
654
655 Export the new symbol.
656
657 * Source/autotools/symbols.filter:
658
adamk@chromium.orga0129592013-01-04 18:24:47 +00006592013-01-04 Adam Klein <adamk@chromium.org>
660
661 Remove ENABLE_MUTATION_OBSERVERS #define
662 https://bugs.webkit.org/show_bug.cgi?id=105459
663
664 Reviewed by Ryosuke Niwa.
665
666 * Source/cmake/WebKitFeatures.cmake:
667 * Source/cmakeconfig.h.cmake:
668
zandobersek@gmail.com365ba4e2013-01-04 14:15:34 +00006692013-01-04 Zan Dobersek <zandobersek@gmail.com>
670
671 REGRESSION (r138184): transitions/transitions-parsing.html is failing on GTK
672 https://bugs.webkit.org/show_bug.cgi?id=105522
673
674 Reviewed by Xan Lopez.
675
676 Remove the configuration flag covering unprefixed CSS transition property names.
677 It does not introduce any dependency. The unprefixed property names should be
678 available by default.
679
680 * configure.ac:
681
tony@chromium.org02a17252013-01-03 20:07:09 +00006822013-01-03 Tony Chang <tony@chromium.org>
683
684 Generate internal.settings from Settings.in
685 https://bugs.webkit.org/show_bug.cgi?id=104740
686
687 Reviewed by Adam Barth.
688
689 * Source/cmake/WebKitMacros.cmake: Specify additional output files from make_settings.pl.
690
gyuyoung.kim@samsung.comab1cff82013-01-03 01:00:35 +00006912013-01-02 Gyuyoung Kim <gyuyoung.kim@samsung.com>
692
693 [EFL][CMAKE] Remove duplicated conditionals
694 https://bugs.webkit.org/show_bug.cgi?id=105905
695
696 Reviewed by Laszlo Gombos.
697
698 * Source/cmake/OptionsEfl.cmake: Remove set(WTF_USE_GLX 1).
699
tony@chromium.orga35bd272013-01-02 23:15:23 +00007002013-01-02 Tony Chang <tony@chromium.org>
701
tony@chromium.org33e17a9a2013-01-03 00:43:42 +0000702 Unreviewed, rolling out r138661.
703 http://trac.webkit.org/changeset/138661
704 https://bugs.webkit.org/show_bug.cgi?id=104740
705
706 Compile problems on EFL
707
708 * Source/cmake/WebKitMacros.cmake:
709
7102013-01-02 Tony Chang <tony@chromium.org>
711
tony@chromium.orga35bd272013-01-02 23:15:23 +0000712 Generate internal.settings from Settings.in
713 https://bugs.webkit.org/show_bug.cgi?id=104740
714
715 Reviewed by Adam Barth.
716
717 * Source/cmake/WebKitMacros.cmake: Specify additional output files from make_settings.pl.
718
esprehn@chromium.orga637d412013-01-02 20:31:44 +00007192013-01-02 Elliott Sprehn <esprehn@chromium.org>
720
721 Transitions and animations do not apply to CSS ::before and ::after pseudo-elements
722 https://bugs.webkit.org/show_bug.cgi?id=92591
723
724 Reviewed by Eric Seidel.
725
726 Expose Element::pseudoElement for Internals.
727
728 * Source/autotools/symbols.filter:
729
commit-queue@webkit.org8ed24322013-01-02 04:14:32 +00007302013-01-01 KwangYong Choi <ky0.choi@samsung.com>
731
732 [EFL] Enable MHTML feature
733 https://bugs.webkit.org/show_bug.cgi?id=105815
734
735 Reviewed by Laszlo Gombos.
736
737 ENABLE_MHTML is now ON for EFL.
738
739 * Source/cmake/OptionsEfl.cmake:
740
commit-queue@webkit.org07db8012012-12-31 16:56:42 +00007412012-12-31 Kondapally Kalyan <kalyan.kondapally@intel.com>
742
743 [EFL][WebGL] Add compile time support for GLES2.
744 https://bugs.webkit.org/show_bug.cgi?id=105816
745
746 Reviewed by Kenneth Rohde Christiansen.
747
748 This patch adds build support for GLES2.
749 GLES2 support can be enabled during compile time by passing -DENABLE_GLES2=ON as
750 cmake config parameter. GLES2 options is not enabled by default. This patch doesn't
751 address all the build issues related to GLES2 but only adds the needed support in
752 OptionsEfl.cmake.
753
754 * Source/cmake/OptionsEfl.cmake:
755
commit-queue@webkit.orgf6e9a822012-12-31 13:54:36 +00007562012-12-31 Carlos Garcia Campos <cgarcia@igalia.com>
757
758 [GTK] Move ImageDiff to the Tools directory root
759 https://bugs.webkit.org/show_bug.cgi?id=105421
760
761 Reviewed by Kenneth Rohde Christiansen.
762
763 * GNUmakefile.am: Remove the old ImageDiff makefile include.
764
commit-queue@webkit.org2597de42012-12-31 07:33:02 +00007652012-12-30 Kondapally Kalyan <kalyan.kondapally@intel.com>
766
767 [EFL] [WebGL] Rename EGLConfigHelper as EGLConfigSelector.
768 https://bugs.webkit.org/show_bug.cgi?id=105876
769
770 Reviewed by Kenneth Rohde Christiansen.
771
772 This is to sync the naming conventions of our classes in both EGL and GLX implementations.
773 In our GLX implementation, class responsible for the same functionality is named as GLXConfigSelector.
774 This patch renames EGLConfigHelper as EGLConfigSelector.
775
776 * Source/cmake/OptionsEfl.cmake:
777
gyuyoung.kim@samsung.com303d27d2012-12-31 04:44:16 +00007782012-12-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
779
780 [EFL] Enable TEMPLATE_ELEMENT feature
781 https://bugs.webkit.org/show_bug.cgi?id=105865
782
783 Reviewed by Laszlo Gombos.
784
785 * Source/cmake/OptionsEfl.cmake: Add ENABLE_TEMPLATE_ELEMENT macro.
786
commit-queue@webkit.orgd0ad84a2012-12-27 21:15:59 +00007872012-12-27 Kondapally Kalyan <kalyan.kondapally@intel.com>
788
789 [EFL][WebGL] Implement EGL support with GLX.
790 https://bugs.webkit.org/show_bug.cgi?id=105602
791
792 Reviewed by Kenneth Rohde Christiansen.
793
794 Adds support for EGL with GLX backend. EGL support can be enabled during compile time
795 by passing -DENABLE_EGL=ON as cmake config parameter.
796
797 * Source/cmake/OptionsEfl.cmake:
798
commit-queue@webkit.org20e3d392012-12-24 10:03:39 +00007992012-12-24 Kondapally Kalyan <kalyan.kondapally@intel.com>
800
801 [EFL [WebGL] GLES2 detection is broken.
802 https://bugs.webkit.org/show_bug.cgi?id=105677
803
804 We use the logic in FindGLES.cmake to detect GLES2 support during compile time.
805 OPENGLES2_FOUND is never set, even though OPENGLES2_INCLUDE_DIR and OPENGLES2_LIBRARY
806 contain right information. The name passed to find_package_handle_standard_args seems to be the issue here.
807 This patch changes the name passed to find_package_handle_standard_args to OPENGLES2.
808
809 Reviewed by Kenneth Rohde Christiansen.
810
811 * Source/cmake/FindGLES.cmake:
812
mrobinson@webkit.org2ace46b2012-12-23 20:22:16 +00008132012-12-20 Martin Robinson <mrobinson@igalia.com>
814
815 [GTK] Remove plugin process configuration option
816 https://bugs.webkit.org/show_bug.cgi?id=105564
817
818 Reviewed by Carlos Garcia Campos.
819
820 Remove the --enable-plugin-process configuration option, opting instead to
821 always build the plugin process when building WebKit2. It isn't very interesting
822 for downstream to enable or disable the plugin process. It should always be
823 enabled for WebKit2 and it's better for us not to have to keep a disabled plugin
824 process building. Additionally, the in-process plugin isn't functional, since
825 plugins depend on GTK+ 2 and WebKit2 depends on GTK+ 3.
826
827 * configure.ac: Remove the configuration option.
828
esprehn@chromium.org4b42e1a62012-12-22 00:24:18 +00008292012-12-21 Elliott Sprehn <esprehn@chromium.org>
830
831 Replace documentFragmentIsShadowRoot with isTreeScope
832 https://bugs.webkit.org/show_bug.cgi?id=105345
833
834 Reviewed by Dimitri Glazkov.
835
836 Expose isTreeScope symbol.
837
838 * Source/autotools/symbols.filter:
839
loislo@chromium.org7dcfc202012-12-21 10:05:51 +00008402012-12-21 Sheriff Bot <webkit.review.bot@gmail.com>
841
842 Unreviewed, rolling out r138338.
843 http://trac.webkit.org/changeset/138338
844 https://bugs.webkit.org/show_bug.cgi?id=105621
845
846 speculative rollout because fast/dom/shadow/content-element-
847 distributed-nodes.html is crashing on linux debug. (Requested
848 by loislo on #webkit).
849
850 * Source/autotools/symbols.filter:
851
esprehn@chromium.orgf01ce082012-12-21 02:42:11 +00008522012-12-20 Elliott Sprehn <esprehn@chromium.org>
853
854 Replace documentFragmentIsShadowRoot with isTreeScope
855 https://bugs.webkit.org/show_bug.cgi?id=105345
856
857 Reviewed by Dimitri Glazkov.
858
859 Expose isTreeScope symbol.
860
861 * Source/autotools/symbols.filter:
862
ryuan.choi@samsung.com44459542012-12-21 00:59:46 +00008632012-12-20 Ryuan Choi <ryuan.choi@samsung.com>
864
865 [EFL] Build break with latest EFL libraries.
866 https://bugs.webkit.org/show_bug.cgi?id=104827
867
868 Reviewed by Laszlo Gombos.
869
870 The eo EFL package is introduced and evas and ecore use it since 1.8.
871 While introducing Eo, EFL changed several structures of Evas and Ecore
872 from own specific class to Eo.
873
874 So, this patch adds FindEo and changes declaration of Evas, Evas_Object,
875 Ecore_Timer to build with latest EFL libraries.
876
877 * Source/cmake/FindEo.cmake: Added.
878 * Source/cmake/OptionsEfl.cmake:
879 Modified to check Eo when version of EFL libraries is 1.8.
880
commit-queue@webkit.orgcbee0fb2012-12-20 23:57:01 +00008812012-12-20 Kondapally Kalyan <kalyan.kondapally@intel.com>
882
883 [EFL][WebGL][Wk2] Replace HAVE(GLX) checks with USE(GLX).
884 https://bugs.webkit.org/show_bug.cgi?id=105431
885
886 Reviewed by Kenneth Rohde Christiansen.
887
888 This patch changes the check HAVE(GLX) to USE(GLX).
889 This would enable us to choose our preferred GL backend during build time.
890
891 * Source/cmake/OptionsEfl.cmake:
892
zandobersek@gmail.com070665d2012-12-20 15:26:35 +00008932012-12-20 Zan Dobersek <zandobersek@gmail.com>
894
895 [GTK] Remove the --enable-unstable-features configuration option
896 https://bugs.webkit.org/show_bug.cgi?id=105327
897
898 Reviewed by Martin Robinson.
899
900 Remove the unnecessary feature_defines_unstable variable.
901 Remove the unstable-features configuration option.
902
903 * configure.ac:
904 * GNUmakefile.am:
905
dominik.rottsches@intel.com4c56c622012-12-20 14:09:05 +00009062012-12-20 Dominik Röttsches <dominik.rottsches@intel.com>
907
908 [EFL] MiniBrowser does not play Infinite Gangnam Style
909 https://bugs.webkit.org/show_bug.cgi?id=103531
910
911 Reviewed by Kenneth Rohde Christiansen.
912
913 WebAudio now switched to ON for EFL.
914
915 * Source/cmake/OptionsEfl.cmake:
916
commit-queue@webkit.org0866c3e2012-12-20 05:27:12 +00009172012-12-19 Yael Aharon <yael.aharon@intel.com>
918
919 [EFL] Allow the build system to find OpenGL ES
920 https://bugs.webkit.org/show_bug.cgi?id=104760
921
922 Reviewed by Laszlo Gombos.
923
924 Add a way to find if GLESv2 is supported by the build system.
925 Support for GLESv2 will be added separately.
926
927 * Source/cmake/FindGLES.cmake: Added.
928
alexis@webkit.orgcfa6ca72012-12-19 19:35:57 +00009292012-12-19 Alexis Menard <alexis@webkit.org>
930
931 Implement CSS parsing for CSS transitions unprefixed.
932 https://bugs.webkit.org/show_bug.cgi?id=104804
933
934 Reviewed by Dean Jackson.
935
936 Add a new flag ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
937 to cover the work of unprefixing Transforms, Animations and
938 Transitions. It will let the possibility of each ports to turn it off
939 in their release branches until we're confident that these CSS
940 properties are ready to be unprefixed.
941
942 * Source/cmake/WebKitFeatures.cmake:
943 * Source/cmakeconfig.h.cmake:
944 * configure.ac:
945
commit-queue@webkit.org9d9eed32012-12-18 20:20:31 +00009462012-12-18 Ming Xie <mxie@rim.com>
947
948 [BlackBerry] Add -fno-exceptions to CXX_FLAGS
949 https://bugs.webkit.org/show_bug.cgi?id=105306
950
951 Reviewed by Rob Buis.
952
953 Disable exception handling. We don't have any try or catch
954 constructs in our code.
955
956 * Source/cmake/OptionsBlackBerry.cmake:
957
commit-queue@webkit.org8a397062012-12-18 18:00:25 +00009582012-12-18 Kondapally Kalyan <kalyan.kondapally@intel.com>
959
960 [EFL] Allow the build system to detect EGL support.
961 https://bugs.webkit.org/show_bug.cgi?id=105287
962
963 Reviewed by Laszlo Gombos.
964
965 Currently, we don't have any way to determine if EGL is supported by the build.
966 This patch adds support for this. The patch doesn't make any changes to take this into
967 use. This will be done in another patch.
968
969 * Source/cmake/FindEGL.cmake:
970
commit-queue@webkit.org201bf1c2012-12-18 02:39:54 +00009712012-12-17 Halton Huo <halton.huo@intel.com>
972
973 [EFL] Add ecore_imf_evas to FindEcore.cmake
974 https://bugs.webkit.org/show_bug.cgi?id=105159
975
976 Reviewed by Laszlo Gombos.
977
978 ecore_imf_evas is a separate library, we should add for EFL port as well.
979
980 * Source/cmake/FindEcore.cmake: Add finding FIND_EFL_LIBRARY for ecore_imf_evas
981
kenneth@webkit.org93089142012-12-17 13:54:48 +00009822012-12-17 Kenneth Rohde Christiansen <kenneth@webkit.org>
983
984 Add manual test to verify that geometry methods (moveTo, etc) work
985 https://bugs.webkit.org/show_bug.cgi?id=105160
986
987 Reviewed by Alexis Menard.
988
989 * ManualTests/window-geometry.html: Added.
990
commit-queue@webkit.org59717b42012-12-16 17:59:46 +00009912012-12-16 ChangSeok Oh <shivamidow@gmail.com>
992
993 [GTK][AC] Build failure with an option --with-acceleration-backend=clutter
994 https://bugs.webkit.org/show_bug.cgi?id=105027
995
996 Reviewed by Gustavo Noronha Silva.
997
998 I turned off opengl related variables, enable_glx, enable_egl and enable_gles2
999 when selecting clutter as the acceleration-backend. Because they seem useless for the AC by clutter.
1000
1001 * configure.ac:
1002
simon.fraser@apple.comfc750292012-12-15 22:11:27 +000010032012-12-15 Simon Fraser <simon.fraser@apple.com>
1004
1005 Fix repaint issues when resizing a window with centered content, for platforms with a tile cache
1006 https://bugs.webkit.org/show_bug.cgi?id=105073
1007
1008 Reviewed by Dan Bernstein.
1009
1010 Add a manual test for window resize with a centered element.
1011
1012 * ManualTests/resize-repaint.html: Added.
1013
senorblanco@chromium.org1d51b742012-12-13 19:32:23 +000010142012-12-13 Stephen White <senorblanco@chromium.org>
1015
1016 Added manual test for canvas setFont speed.
1017 https://bugs.webkit.org/show_bug.cgi?id=104923
1018
1019 Reviewed by James Robinson.
1020
1021 * ManualTests/canvas-font-speed.html: Added.
1022
hausmann@webkit.org5cc11012012-12-13 15:04:36 +000010232012-12-13 Jerome Pasion <jerome.pasion@digia.com>
1024
1025 [Qt] Doc: Fixing Qt WebKit reference documentation.
1026
1027 Reviewed by Simon Hausmann.
1028
1029 Fixes:
1030 -added \module for C++ classes and \qmlmodule for QML types
1031 -added links to the Qt WebKit Examples pages
1032 -fixed the qhp settings for Qt Creator
1033
1034 Task-number: QTBUG-28583
1035 Task-number: QTBUG-28418
1036 Task-number: QTBUG-27646
1037
1038 * Source/qtwebkit.qdocconf:
1039
hausmann@webkit.orgfda30e32012-12-13 10:56:09 +000010402012-12-13 Jerome Pasion <Jerome.Pasion@digia.com>
1041
1042 [Qt] Fix missing doc dependency to examples
1043
1044 Reviewed by Simon Hausmann.
1045
1046 * Source/qtwebkit.qdocconf:
1047
commit-queue@webkit.org7e827e12012-12-12 22:18:30 +000010482012-12-12 John Griggs <jgriggs@rim.com>
1049
1050 2012-12-12 John Griggs <jgriggs@rim.com>
1051
1052 [BlackBerry] Update Media Controls for BlackBerry Platform
1053 https://bugs.webkit.org/show_bug.cgi?id=104443
1054 https://przilla.ott.qnx.com/bugzilla/show_bug.cgi?id=204748
1055
1056 Update Media Controls for BlackBerry platform to allow audio, embedded video and fullscreen video controls to be positioned and styled differently.
1057
1058 Reviewed by Rob Buis.
1059
1060 * Source/cmake/OptionsBlackBerry.cmake:
1061
wangxianzhu@chromium.org5e4e7f22012-12-12 19:38:15 +000010622012-12-12 Xianzhu Wang <wangxianzhu@chromium.org>
1063
1064 Pre-painting should not paint out-of-view fixed position elements
1065 https://bugs.webkit.org/show_bug.cgi?id=104724
1066
1067 Reviewed by James Robinson.
1068
1069 New manual test.
1070
1071 * ManualTests/compositing/fixed-position-out-of-view-scroll-prepaint.html: Added.
1072
commit-queue@webkit.org38670cc2012-12-12 17:31:01 +000010732012-12-12 Krzysztof Czech <k.czech@samsung.com>
1074
1075 [EFL] Possibility to turn off accessibility feature for WebKit-EFL.
1076 https://bugs.webkit.org/show_bug.cgi?id=103036
1077
1078 Reviewed by Laszlo Gombos.
1079
1080 Guard dependencies for accessibility (ATK), so that they can be turned off.
1081
1082 * Source/cmake/OptionsEfl.cmake:
1083 * Source/cmake/WebKitFeatures.cmake:
1084
zandobersek@gmail.comd8a5ec6f2012-12-12 12:25:45 +000010852012-12-12 Zan Dobersek <zandobersek@gmail.com>
1086
1087 [GTK] Remove the last of unnecessary configuration options in configure.ac
1088 https://bugs.webkit.org/show_bug.cgi?id=104793
1089
1090 Reviewed by Martin Robinson.
1091
1092 Remove the last of the configuration options that don't introduce any dependencies and/or
1093 are enabled by default in the GNUmakefile.features.am.in file.
1094
1095 * configure.ac:
1096
jocelyn.turcotte@digia.com08697052012-12-12 10:12:57 +000010972012-12-11 Jocelyn Turcotte <jocelyn.turcotte@digia.com>
1098
1099 [Qt] Fix the inspector not showing up on Windows
1100 https://bugs.webkit.org/show_bug.cgi?id=104677
1101
1102 Reviewed by Simon Hausmann.
1103
1104 Resources aren't transfered properly from a static WebCore to the final DLL
1105 with MSVC since the linker only pick from the static lib symbols that
1106 are referenced in the final binary.
1107
1108 Move the resource files directly to Qt5WebKit.dll to make sure that they are
1109 available.
1110
1111 * Source/api.pri:
1112
wangxianzhu@chromium.org0991b592012-12-12 00:56:44 +000011132012-12-11 Xianzhu Wang <wangxianzhu@chromium.org>
1114
1115 Add window.internals.mainThreadScrollReasonsAsText for testing slow scrolling
1116 https://bugs.webkit.org/show_bug.cgi?id=104714
1117
1118 Reviewed by Eric Seidel.
1119
1120 Export symbol Page::mainThreadScrollingReasonsAsText().
1121
1122 * Source/autotools/symbols.filter:
1123
commit-queue@webkit.org4ab42522012-12-11 20:58:40 +000011242012-12-11 Michael Pruett <michael@68k.org>
1125
1126 [JSC] Add tests for explicit serialization values
1127 https://bugs.webkit.org/show_bug.cgi?id=104423
1128
1129 Reviewed by Oliver Hunt.
1130
1131 Add tests for serialization and deserialization mechanisms of
1132 the JSC implementation of SerializedScriptValue. Similar tests
1133 already exist for the V8 implementation.
1134
1135 * Source/autotools/symbols.filter:
1136
commit-queue@webkit.org029d84f2012-12-11 17:58:03 +000011372012-12-11 Carlos Garcia Campos <cgarcia@igalia.com>
1138
1139 [GTK] Install GObject DOM bindings headers in its own directory
1140 https://bugs.webkit.org/show_bug.cgi?id=104663
1141
1142 Reviewed by Gustavo Noronha Silva.
1143
1144 * GNUmakefile.am: Add GENSOURCES_WEBKITDOM and
1145 webkitgtk_gdom_built_h_api variables.
1146
hausmann@webkit.orgfc11a332012-12-11 14:03:09 +000011472012-12-11 Stephen Kelly <stephen.kelly@kdab.com>
1148
1149 WebKit tests for the Qt API should include tests of CMake config files
1150 https://bugs.webkit.org/show_bug.cgi?id=104003
1151
1152 Reviewed by Simon Hausmann.
1153
1154 The Qt WebKit CI system is not going to run this test, but it can
1155 be run locally and to test packages.
1156
1157 * Source/tests.pri:
1158
philn@webkit.org1772dfd2012-12-11 09:42:32 +000011592012-12-11 Xabier Rodriguez Calvar <calvaris@igalia.com>
1160
1161 [GTK][jhbuild] Switch to GStreamer 1.0 build
1162 https://bugs.webkit.org/show_bug.cgi?id=91727
1163
1164 Reviewed by Philippe Normand.
1165
1166 Switch build-webkit --gtk to GStreamer 1.0 support and build the
1167 necessary GStreamer git modules from JHBuild.
1168
1169 * configure.ac: Removed GStreamer unstable API flag, made
1170 GStreamer 1.0 default instead of 0.10 and made required version
1171 1.0.3. In case no GStreamer version is specified, it falls back to
1172 0.10. In case no video or web-audio are requested, GStreamer
1173 and Farstream checks are not performed.
1174
zandobersek@gmail.com68b5fe32012-12-11 09:37:28 +000011752012-12-11 Zan Dobersek <zandobersek@gmail.com>
1176
1177 [GTK] Feature enabling/disabling should be possible through build-webkit
1178 https://bugs.webkit.org/show_bug.cgi?id=99271
1179
1180 Reviewed by Gustavo Noronha Silva.
1181
1182 The autogen.sh script now calls the Tools/gtk/override-feature-defines script
1183 before calling autoreconf. This ensures that Source/WebCore/GNUmakefile.features.am
1184 is present and properly modified if the build-webkit script intends to override
1185 any feature.
1186
1187 The Source/WebCore/GNUmakefile.features.am file is added to the ignored files list
1188 so it doesn't pop out as a new, untracked file.
1189
1190 * .gitignore:
1191 * autogen.sh:
1192
mrobinson@webkit.org5b1d28f2012-12-11 09:05:54 +000011932012-12-10 Martin Robinson <mrobinson@igalia.com>
1194
1195 [GTK] Remove the Pango backend
1196 https://bugs.webkit.org/show_bug.cgi?id=104569
1197
1198 Reviewed by Daniel Bates.
1199
1200 Always look for Freetype and Harfbuzz. We still depend on Pango for a few
1201 things, so we cannot yet eliminate our dependency on Pango.
1202
1203 * configure.ac: Always look for FreeType/Harfbuzz.
1204
commit-queue@webkit.org2596ed12012-12-10 21:53:55 +000012052012-12-10 Laszlo Gombos <l.gombos@samsung.com>
1206
1207 [EFL] Change the minimum required EFL version to 1.6
1208 https://bugs.webkit.org/show_bug.cgi?id=104431
1209
1210 Reviewed by Kenneth Rohde Christiansen.
1211
1212 Change the minimum required EFL version to 1.6 from 1.7 to enable
1213 building on Tizen.
1214
1215 The elementary EFL package is only required to build MiniBrowser,
1216 so I moved the required only to the Minibrowser CMake file.
1217
1218 * Source/cmake/OptionsEfl.cmake:
1219
alexis@webkit.org67ab9922012-12-10 17:25:58 +000012202012-12-10 Alexis Menard <alexis@webkit.org>
1221
1222 [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
1223 https://bugs.webkit.org/show_bug.cgi?id=104539
1224
1225 Reviewed by Antonio Gomes.
1226
1227 As discussed on webkit-dev it is not needed to keep this feature flag
1228 as support for <position> type is a small feature that is already
1229 implemented by three other UAs. It was useful while landing this
1230 feature as partial bits were landed one after one.
1231
1232 * Source/cmake/OptionsEfl.cmake:
1233 * Source/cmake/WebKitFeatures.cmake:
1234 * Source/cmakeconfig.h.cmake:
1235 * configure.ac:
1236
jocelyn.turcotte@digia.coma0636a72012-12-10 16:56:21 +000012372012-12-10 Jocelyn Turcotte <jocelyn.turcotte@digia.com>
1238
1239 [Qt] Remove the support for building a debug WebKit with a release Qt
1240 https://bugs.webkit.org/show_bug.cgi?id=104560
1241
1242 Reviewed by Tor Arne Vestbø.
1243
1244 This creates issues with non-framework builds of Qt (necessary for debug-only
1245 builds) since a Qt5 prefix is now added to the base target name.
1246
1247 * Source/api.pri:
1248
kov@webkit.orgdeb6f0c2012-12-10 15:02:57 +000012492012-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1250
1251 [Soup] utilize multipart/x-mixed-replace support recently added to libsoup
1252 https://bugs.webkit.org/show_bug.cgi?id=94515
1253
1254 Reviewed by Martin Robinson.
1255
1256 * configure.ac: require soup 2.40.0, which adds the new support.
1257
mrobinson@webkit.org20d74542012-12-10 14:50:44 +000012582012-12-10 Martin Robinson <mrobinson@igalia.com>
1259
1260 [GTK] Bring Harfbuzz-ng support to Gtk
1261 https://bugs.webkit.org/show_bug.cgi?id=92098
1262
1263 Reviewed by Gustavo Noronha Silva.
1264
1265 Add support for detecting HarfBuzz during configuration phase. Add these
1266 flags to the FreeType ones since HarfBuzz support is part of the FreeType
1267 backend.
1268
1269 * configure.ac: Detect HarfBuzz.
1270
commit-queue@webkit.org47522542012-12-08 17:16:05 +000012712012-12-08 Seokju Kwon <seokju.kwon@gmail.com>
1272
1273 [EFL][WK2] Add Remote Web Inspector
1274 https://bugs.webkit.org/show_bug.cgi?id=98705
1275
1276 Reviewed by Gyuyoung Kim.
1277
1278 Prepare inspectorPageIndex.html for remote web inspector.
1279
1280 * Source/PlatformEfl.cmake:
1281
commit-queue@webkit.orgd318ebe2012-12-07 03:07:24 +000012822012-12-06 Rick Byers <rbyers@chromium.org>
1283
1284 CSS cursor property should support webkit-image-set
1285 https://bugs.webkit.org/show_bug.cgi?id=99493
1286
1287 Reviewed by Beth Dakin.
1288
1289 Add ENABLE_MOUSE_CURSOR_SCALE (disabled by default)
1290
1291 * Source/cmake/WebKitFeatures.cmake:
1292 * Source/cmakeconfig.h.cmake:
1293
commit-queue@webkit.org36bd77a2012-12-06 21:58:01 +000012942012-12-06 Laszlo Gombos <l.gombos@samsung.com>
1295
1296 [EFL] Remove ENABLE_GLIB_SUPPORT CMake variable
1297 https://bugs.webkit.org/show_bug.cgi?id=104278
1298
1299 Reviewed by Brent Fulgham.
1300
1301 The variable is unnecessary as glib is a required dependency
1302 for the EFL port and glib is not used by other ports building
1303 with CMake.
1304
1305 * Source/cmake/OptionsEfl.cmake:
1306 * Source/cmake/WebKitFeatures.cmake:
1307 * Source/cmakeconfig.h.cmake:
1308
tony@chromium.org9769f722012-12-06 21:19:12 +000013092012-12-06 Tony Chang <tony@chromium.org>
1310
1311 REGRESSION(r135082): Restore the ability to insert author level style sheets from script
1312 https://bugs.webkit.org/show_bug.cgi?id=104042
1313
1314 Reviewed by Antti Koivisto.
1315
1316 Update exports for Internals.cpp.
1317
1318 * Source/autotools/symbols.filter:
1319
commit-queue@webkit.orga51a2222012-12-06 18:18:31 +000013202012-12-06 Laszlo Gombos <l.gombos@samsung.com>
1321
1322 [EFL] Optimize binary size by removing dead sections on unix/gcc
1323 https://bugs.webkit.org/show_bug.cgi?id=102827
1324
1325 Reviewed by Kenneth Rohde Christiansen.
1326
1327 Turn on -ffunction-sections -fdata-sections --gc-section flags
1328 on unix for the gcc toolchain for release builds to optimize binary
1329 size for the Efl port.
1330
1331 * Source/cmake/OptionsEfl.cmake:
1332
commit-queue@webkit.orgf3f290a2012-12-06 14:11:05 +000013332012-12-06 Seokju Kwon <seokju.kwon@gmail.com>
1334
1335 [EFL] Fix destination path in Source/PlatformEfl.cmake
1336 https://bugs.webkit.org/show_bug.cgi?id=104237
1337
1338 Reviewed by Laszlo Gombos.
1339
1340 Remove InspectorBackendCommands.js when copying it for the consistency in Source/PlatformEfl.cmake.
1341
1342 * Source/PlatformEfl.cmake:
1343
shinyak@chromium.orgb98e8f82012-12-06 13:38:47 +000013442012-12-06 Shinya Kawanaka <shinyak@chromium.org>
1345
1346 Internals.getElementByIdInShadowRoot is nonsense now.
1347 https://bugs.webkit.org/show_bug.cgi?id=104241
1348
1349 Reviewed by Kent Tamura.
1350
1351 * Source/autotools/symbols.filter:
1352
commit-queue@webkit.orgd6fb2c52012-12-06 03:10:13 +000013532012-12-05 Halton Huo <halton.huo@intel.com>
1354
1355 [CMake] Unify coding style for CMake files
1356 https://bugs.webkit.org/show_bug.cgi?id=103605
1357
1358 Reviewed by Laszlo Gombos.
1359
1360 Update cmake files(.cmake, CMakeLists.txt) with following style rules:
1361 1. Indentation
1362 1.1 Use spaces, not tabs.
1363 1.2 Four spaces as indent.
1364 2. Spacing
1365 2.1 Place one space between control statements and their parentheses.
1366 For eg, if (), else (), elseif (), endif (), foreach (),
1367 endforeach (), while (), endwhile (), break ().
1368 2.2 Do not place spaces between function and macro statements and
1369 their parentheses. For eg, macro(), endmacro(), function(),
1370 endfunction().
1371 2.3 Do not place spaces between a command or function or macro and its
1372 parentheses, or between a parenthesis and its content. For eg,
1373 message("testing") not message( "testing") or message ("testing" )
1374 2.4 No space at line ending.
1375 3. Lowercase when call commands macros and functions. For eg,
1376 add_executable() not ADD_EXECUTABLE(), set() not SET().
1377
1378 * CMakeLists.txt:
1379 * Source/CMakeLists.txt:
1380 * Source/PlatformEfl.cmake:
1381 * Source/cmake/EFLHelpers.cmake:
1382 * Source/cmake/FindATK.cmake:
1383 * Source/cmake/FindCFLite.cmake:
1384 * Source/cmake/FindCairo.cmake:
1385 * Source/cmake/FindDBus.cmake:
1386 * Source/cmake/FindDirectX.cmake:
1387 * Source/cmake/FindE_DBus.cmake:
1388 * Source/cmake/FindEcore.cmake:
1389 * Source/cmake/FindEdje.cmake:
1390 * Source/cmake/FindEet.cmake:
1391 * Source/cmake/FindEeze.cmake:
1392 * Source/cmake/FindEfreet.cmake:
1393 * Source/cmake/FindEina.cmake:
1394 * Source/cmake/FindElementary.cmake:
1395 * Source/cmake/FindEnchant.cmake:
1396 * Source/cmake/FindEvas.cmake:
1397 * Source/cmake/FindFontconfig.cmake:
1398 * Source/cmake/FindGLIB.cmake:
1399 * Source/cmake/FindGStreamer.cmake:
1400 * Source/cmake/FindGperf.cmake:
1401 * Source/cmake/FindHarfBuzz.cmake:
1402 * Source/cmake/FindICU.cmake:
1403 * Source/cmake/FindLibSoup.cmake:
1404 * Source/cmake/FindQuickTimeSDK.cmake:
1405 * Source/cmake/FindSqlite.cmake:
1406 * Source/cmake/OptionsBlackBerry.cmake:
1407 * Source/cmake/OptionsCommon.cmake:
1408 * Source/cmake/OptionsEfl.cmake:
1409 * Source/cmake/OptionsWinCE.cmake:
1410 * Source/cmake/OptionsWindows.cmake:
1411 * Source/cmake/WebKitFS.cmake:
1412 * Source/cmake/WebKitFeatures.cmake:
1413 * Source/cmake/WebKitHelpers.cmake:
1414 * Source/cmake/WebKitMacros.cmake:
1415 * Source/cmake/WebKitPackaging.cmake:
1416 * Source/cmake/gtest/CMakeLists.txt:
1417
yoli@rim.coma7c91e12012-12-05 21:10:18 +000014182012-12-05 Yong Li <yoli@rim.com>
1419
1420 [BlackBerry] Build with libjpegturbo
1421 https://bugs.webkit.org/show_bug.cgi?id=104152
1422
1423 Reviewed by Rob Buis.
1424
1425 RIM PR# 196975.
1426 This change is made by Ming Xie to link with libjpegturbo.
1427
1428 * Source/cmake/OptionsBlackBerry.cmake:
1429
leoyang@rim.com18502e22012-12-05 20:05:25 +000014302012-12-05 Leo Yang <leoyang@rim.com>
1431
1432 [BlackBerry] Enable CSS_IMAGE_RESOLUTION
1433 https://bugs.webkit.org/show_bug.cgi?id=104132
1434
1435 Reviewed by Yong Li.
1436
1437 * Source/cmake/OptionsBlackBerry.cmake:
1438
commit-queue@webkit.org3d436ba2012-12-05 18:59:16 +000014392012-12-05 Laszlo Gombos <l.gombos@samsung.com>
1440
1441 [CMake] Enable to build WebKit sources without Tools
1442 https://bugs.webkit.org/show_bug.cgi?id=103918
1443
1444 Reviewed by Gyuyoung Kim.
1445
1446 Turn on building Tools by default only if ENABLE_TOOLS is not explicitly set
1447 (enabled or disabled) and the Tools directory exists for all CMake based ports.
1448
1449 This change enables the possibility to build WebKit even if the Tools directory
1450 does not exists.
1451
1452 * CMakeLists.txt:
1453
commit-queue@webkit.org08f988c2012-12-04 09:12:00 +000014542012-12-04 Kondapally Kalyan <kalyan.kondapally@intel.com>
1455
1456 [EFL][WK2][AC] USE_GRAPHICS_SURFACE should be enabled only if Xcomposite and Xrender extensions are found.
1457 https://bugs.webkit.org/show_bug.cgi?id=103710.
1458
1459 Reviewed by Kenneth Rohde Christiansen.
1460
1461 When using GLX back-end we are dependent on GLX support, Xcomposite and Xrender extensions.
1462 In this case, GraphicsSurface usage depends on Xcomposite and Xrender extensions.
1463 USE_GRAPHICS_SURFACE should be enabled only if Xcomposite and Xrender extensions are found.
1464
1465 * Source/cmake/OptionsEfl.cmake:
1466
pierre.rossi@gmail.comeeb16442012-12-04 01:38:59 +000014672012-12-03 Pierre Rossi <pierre.rossi@digia.com>
1468
1469 [Qt] another stab at fixing the windows build
1470
1471 It seems the QT_BUILD_{TARGET}_LIB are not set as they should by qt_module.prf.
1472 Define them by hand to be on the safe side.
1473
1474 * Source/widgetsapi.pri:
1475
alexis@webkit.orged5ebb32012-12-03 17:48:42 +000014762012-12-03 Alexis Menard <alexis@webkit.org>
1477
alexis@webkit.org609a7842012-12-03 20:04:27 +00001478 [EFL] Enable CSS3 background-position offsets by default.
1479 https://bugs.webkit.org/show_bug.cgi?id=103879
1480
1481 Reviewed by Laszlo Gombos.
1482
1483 Enable the feature for EFL only.
1484
1485 * Source/cmake/OptionsEfl.cmake:
1486
14872012-12-03 Alexis Menard <alexis@webkit.org>
1488
alexis@webkit.orged5ebb32012-12-03 17:48:42 +00001489 [GTK] Enable CSS3 background-background position offset by default.
1490 https://bugs.webkit.org/show_bug.cgi?id=103903
1491
1492 Reviewed by Philippe Normand.
1493
1494 Turn on the flag by default.
1495
1496 * configure.ac:
1497
commit-queue@webkit.org6aa73712012-12-03 15:42:25 +000014982012-12-03 Cosmin Truta <ctruta@rim.com>
1499
1500 [BlackBerry] Enable HIDDEN_PAGE_DOM_TIMER_THROTTLING
1501 https://bugs.webkit.org/show_bug.cgi?id=103842
1502
1503 Reviewed by Yong Li.
1504
1505 Set ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING to ON.
1506
1507 * Source/cmake/OptionsBlackBerry.cmake:
1508
commit-queue@webkit.orgd2506372012-12-03 15:20:51 +000015092012-12-03 Laszlo Gombos <l.gombos@samsung.com>
1510
1511 [CMake] Enable building WebKit2-only build for the EFL port
1512 https://bugs.webkit.org/show_bug.cgi?id=103820
1513
1514 Reviewed by Gyuyoung Kim.
1515
1516 To create a WebKit2-only build for EFL use the following command:
1517 build-webkit --efl --cmakeargs="-DENABLE_WEBKIT=OFF".
1518
1519 * CMakeLists.txt: Turn on WebKit1 support if it is not explicitly set (enabled or disabled) for
1520 all CMake based ports.
1521
1522 * Source/cmake/OptionsEfl.cmake: Enable WebKit2
1523 for the EFL port if it is not explicitly set (enabled or disabled).
1524
zeno.albisser@digia.coma084ac32012-12-03 12:40:42 +000015252012-12-03 Zeno Albisser <zeno@webkit.org>
1526
1527 [Qt][Mac] QtWebKitWidgets has wrong install_name.
1528
1529 This part got lost during the library split.
1530 It was done for QtWebKit before, but it also
1531 needs to be applied to QtWebKitWidgets.
1532
1533 Reviewed by Tor Arne Vestbø.
1534
1535 * Source/widgetsapi.pri:
1536
junov@google.com80720cc2012-11-30 21:11:31 +000015372012-11-30 Justin Novosad <junov@google.com>
1538
1539 [Chromium] Animation updates fail when using a canvas as a CSS backround-image style with -webkit-canvas
1540 https://bugs.webkit.org/show_bug.cgi?id=103643
1541
1542 Reviewed by Stephen White.
1543
1544 New test to verify that elements using a canvas as a style image
1545 source are redrawn when the canvas is animated. Added as a manual test
1546 because the bug was not reproducible in DumpRenderTree.
1547
1548 * ManualTests/animated-canvas-as-background.html: Added.
1549
pierre.rossi@gmail.comded582b2012-11-30 16:10:16 +000015502012-11-30 Pierre Rossi <pierre.rossi@gmail.com>
1551
1552 [Qt] Unreviewed build break
1553
1554 Rubber-stamped by Simon Hausmann.
1555
1556 Poor man's way to trigger a clean build on a bot.
1557
1558 * WebKit.pro:
1559
hausmann@webkit.orge85cd9b2012-11-30 15:22:37 +000015602012-11-30 Simon Hausmann <simon.hausmann@digia.com>
1561
1562 [Qt] Unreviewed doc fix
1563
1564 Add additional search paths for API folders.
1565
1566 * Source/qtwebkit.qdocconf:
1567
hausmann@webkit.org5058b7e2012-11-30 15:00:33 +000015682012-11-30 Simon Hausmann <simon.hausmann@digia.com>, Pierre Rossi <pierre.rossi@digia.com>
1569
1570 [Qt] Separate Qt WebKit into Qt WebKit and Qt WebKit Widgets
1571 https://bugs.webkit.org/show_bug.cgi?id=99314
1572
1573 Reviewed by Tor Arne Vestbø.
1574
1575 This big change separates QtWebKit into QtWebKit and QtWebKitWidgets as
1576 shared libraries.
1577
1578 It's a big refactoring that mostly involves moving WebCore dependent
1579 code into QtWebKit and accessing it through exported QWebFrameAdapter
1580 and QWebPageAdapter classes.
1581
1582 * Source/QtWebKit.pro:
1583 * Source/api.pri:
1584 * Source/sync.profile:
1585 * Source/widgetsapi.pri: Added.
1586 * WebKit.pro:
1587
vestbo@webkit.org4e3c3332012-11-30 14:16:44 +000015882012-11-30 Tor Arne Vestbø <tor.arne.vestbo@digia.com>
1589
1590 [Qt] Build as a regular Qt module when production_build is enabled
1591
1592 Instead of always setting CONFIG+=force_independent. This means the
1593 libs, headers, and documentation will end up in qtbase for developer
1594 builds of Qt, instead of always in the QtWebKit build directory.
1595
1596 Reviewed by Simon Hausmann.
1597
1598 * Source/api.pri:
1599
rafaelw@chromium.orgecc5b852012-11-30 05:40:27 +000016002012-11-29 Rafael Weinstein <rafaelw@chromium.org>
1601
1602 [HTMLTemplateElement] Add feature flag
1603 https://bugs.webkit.org/show_bug.cgi?id=103694
1604
1605 Reviewed by Adam Barth.
1606
1607 This flag will guard the implementation of the HTMLTemplateElement.
1608 http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/templates/index.html
1609
1610 * Source/cmake/WebKitFeatures.cmake:
1611 * Source/cmakeconfig.h.cmake:
1612
commit-queue@webkit.orgc83e8ee2012-11-29 06:21:20 +000016132012-11-28 Michael Pruett <michael@68k.org>
1614
1615 IndexedDB: Remove duplicate toWireString() and createFromWire() methods in JSC SerializedScriptValue
1616 https://bugs.webkit.org/show_bug.cgi?id=103554
1617
1618 Reviewed by Kentaro Hara.
1619
1620 In r135022, duplicate createFromWire() and toWireString() methods
1621 were added to the JSC version of SerializedScriptValue. In
1622 order to allow the JSC SerializedScriptValue to compile when
1623 ENABLE(INDEXED_DATABASE) is turned on, these new methods have
1624 been removed and the old methods have been moved outside the
1625 ENABLE(INDEXED_DATABASE) guard.
1626
1627 * Source/autotools/symbols.filter:
1628
shinyak@chromium.orgf9720732012-11-29 02:18:20 +000016292012-11-28 Shinya Kawanaka <shinyak@chromium.org>
1630
1631 [Shadow] Move Distribution stuffs from ShadowRoot
1632 https://bugs.webkit.org/show_bug.cgi?id=103481
1633
1634 Reviewed by Hajime Morita.
1635
1636 * Source/autotools/symbols.filter:
1637
commit-queue@webkit.orgf34793a2012-11-27 04:37:01 +000016382012-11-26 Halton Huo <halton.huo@intel.com>
1639
1640 [EFL] CMake shows ENABLE_3D_RENDERING and ENABLE_WEBGL is still OFF when AC is enabled
1641 https://bugs.webkit.org/show_bug.cgi?id=100829
1642
1643 Reviewed by Gyuyoung Kim.
1644
1645 In WebKitFeatures.cmake, only use ${_name} for condition to print
1646 a option as ON will prevent the overridden ones in OptionsXXX.cmake,
1647 should use ${_WEBKIT_AVAILABLE_OPTIONS_INITALVALUE_${_name}} instead.
1648
1649 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_3D_RENDERING and
1650 ENABLE_WEBGL
1651 * Source/cmake/WebKitFeatures.cmake: Use
1652 ${_WEBKIT_AVAILABLE_OPTIONS_INITALVALUE_${_name}} to as value of
1653 a feature is enabled. Adjust options in lexicographical order.
1654
mrobinson@webkit.org35b1ae62012-11-26 22:00:15 +000016552012-11-26 Kalev Lember <kalevlember@gmail.com>
1656
1657 [GTK] Explicitly link against librt
1658 https://bugs.webkit.org/show_bug.cgi?id=103194
1659
1660 Reviewed by Martin Robinson.
1661
1662 Fixes broken build with undefined references to shm_open / shm_unlink
1663 symbols. SharedMemoryUnix.cpp uses these so we need to link with -lrt.
1664
1665 * configure.ac:
1666
commit-queue@webkit.org3573bab2012-11-26 08:31:18 +000016672012-11-26 Laszlo Gombos <l.gombos@samsung.com>
1668
1669 [CMake] Allow user specified compiler flags to take precedence
1670 https://bugs.webkit.org/show_bug.cgi?id=103101
1671
1672 Reviewed by Brent Fulgham.
1673
1674 Make sure that compiler and linker flags specified by the build system
1675 are always prepended to the variables that can be specified by the
1676 environment and the user as well.
1677
1678 * Source/cmake/OptionsCommon.cmake:
1679 * Source/cmake/OptionsWindows.cmake:
1680 * Source/cmake/WebKitHelpers.cmake:
1681
alexis@webkit.orgd4f31662012-11-23 21:24:10 +000016822012-11-23 Alexis Menard <alexis@webkit.org>
1683
1684 [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
1685 https://bugs.webkit.org/show_bug.cgi?id=102104
1686
1687 Reviewed by Julien Chaffraix.
1688
1689 Protect the new feature behind a feature flag.
1690
1691 * Source/cmake/WebKitFeatures.cmake:
1692 * Source/cmakeconfig.h.cmake:
1693 * configure.ac:
1694
paroga@webkit.orgbf80a622012-11-23 16:54:35 +000016952012-11-23 Patrick Gansterer <paroga@webkit.org>
1696
1697 [CMake] Add support for winflexbison distribution
1698 https://bugs.webkit.org/show_bug.cgi?id=102551
1699
1700 Reviewed by Laszlo Gombos.
1701
1702 Since GnuWin32 does not provide recent versions of bision and flex supporting
1703 the alternative winflexbison distribution is the prefered option.
1704
1705 * Source/cmake/WebKitMacros.cmake:
1706
commit-queue@webkit.orgb81cd6d2012-11-23 15:36:37 +000017072012-11-23 Laszlo Gombos <l.gombos@samsung.com>
1708
1709 [EFL] Define WTF_PLATFORM_EFL in Platform.h
1710 https://bugs.webkit.org/show_bug.cgi?id=101482
1711
1712 Reviewed by Kenneth Rohde Christiansen.
1713
1714 Remove the definition of WTF_PLATFORM_EFL from the build system to
1715 make the EFL port consistent with other ports.
1716
1717 * Source/cmake/OptionsEfl.cmake:
1718
commit-queue@webkit.org242d9b62012-11-23 09:22:13 +000017192012-11-23 Krzysztof Czech <k.czech@samsung.com>
1720
1721 [EFL] Platform support for Accessibility feature.
1722 https://bugs.webkit.org/show_bug.cgi?id=100848
1723
1724 Reviewed by Gyuyoung Kim.
1725
1726 Add support for ATK library.
1727
1728 * Source/cmake/FindATK.cmake: Added.
1729 * Source/cmake/OptionsEfl.cmake:
1730
kov@webkit.orge0b94072012-11-22 21:07:03 +000017312012-09-26 Gustavo Noronha Silva <gns@gnome.org>
1732
1733 [GTK] Split SVG from WebCore to work-around make limitation
1734 https://bugs.webkit.org/show_bug.cgi?id=97735
1735
1736 Reviewed by Carlos Garcia Campos.
1737
1738 Add a new libtool convenience library, libWebCoreSVG.la, to work-around
1739 make limitation when linking libWebCore.
1740
1741 * GNUmakefile.am: variables for the new library.
1742
hausmann@webkit.orgcc4b1602012-11-22 13:57:53 +000017432012-11-22 Simon Hausmann <simon.hausmann@digia.com>, Pierre Rossi <pierre.rossi@digia.com>
1744
1745 [Qt] Separate QWidget dependant code into separate WebKitWidgets static library
1746 https://bugs.webkit.org/show_bug.cgi?id=102800
1747
1748 Reviewed by Tor Arne Vestbø.
1749
1750 This patch separates code that needs to use QWidget related APIs in
1751 WebKit/qt/WebCoreSupport and Api from code that doesn't. This means for
1752 example FrameLoaderClientQt.cpp remains in the WebKit1 static library,
1753 while qwebpage.cpp and qwebframe.cpp become part of the WebKitWidgets
1754 static library. WebKit1 is compiled without QT += widgets and therefore
1755 any widget related dependency has been moved "up" and out of WebKit1 into
1756 the WebKitWidgets library.
1757
1758 Between the code in WebKit.a and WebKitWidgets.a new adapters and
1759 interfaces have been introduced, such as QWebPageAdapter and
1760 QWebFrameAdapter. QWebPageAdapter, when used from WebKit1, is a way to
1761 call out into the API layer, implemented by QWebPage (QWebPagePrivate).
1762 The other way around if QWebPage wants to access WebCore or
1763 WebCoreSupport related functionality, it will go through
1764 QWebPageAdapater (as base class). The separation in the direction up
1765 into the API layer is complete with this patch, no code in WebKit1
1766 depends on QtWidgets. The separation the other way around, code in the
1767 API layer not using any WebCore types, is not complete yet.
1768
1769 Some classes such as QWebSettings, QWebElement or
1770 DumpRenderTreeSupportQt remain in WebKit1. While they are API layer,
1771 they do not depend on widget related Qt APIs and they make much more
1772 use of WebCore internal APIs and therefore are easier to keep in
1773 WebKit1.
1774
1775 In the future we plan to place a real shared library boundary between
1776 WebKit1 and WebKitWidgets, by keeping the WebKit1 static library as
1777 part of the QtWebKit shared library and by turning the WebKitWidgets
1778 static library into a shared one.
1779
1780
1781 * Source/api.pri:
1782 * WebKit.pro:
1783
ryuan.choi@samsung.comc844afc2012-11-22 06:18:35 +000017842012-11-21 Ryuan Choi <ryuan.choi@gmail.com>
1785
1786 [EFL] Remove unnecessary definition, -DENABLE_SPELLCHECK=1
1787 https://bugs.webkit.org/show_bug.cgi?id=102988
1788
1789 Reviewed by Laszlo Gombos.
1790
1791 Removed -DENABLE_SPELLCHECK=1 because feature macros are controlled by
1792 WEBKIT_OPTION_XXX and cmakeconfig.h.cmake.
1793
1794 * Source/cmake/OptionsEfl.cmake:
1795
commit-queue@webkit.org1d67c702012-11-22 03:08:46 +000017962012-11-21 Kondapally Kalyan <kalyan.kondapally@intel.com>
1797
1798 [EFL] GLX detection is broken.
1799 https://bugs.webkit.org/show_bug.cgi?id=102687.
1800
1801 Reviewed by Laszlo Gombos.
1802
1803 HAVE_GLX is enabled only if WebGL is enabled. This is wrong and we should
1804 explicitly test for GLX support.
1805 This patch makes changes so that we check for glx.h header and sets HAVE_GLX flag appropriately.
1806
1807 * Source/cmake/OptionsEfl.cmake:
1808
gyuyoung.kim@samsung.comc8489322012-11-21 11:14:34 +000018092012-11-21 Yael Aharon <yael.aharon@intel.com>
1810
1811 [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default
1812 https://bugs.webkit.org/show_bug.cgi?id=101526
1813
1814 Reviewed by Kenneth Rohde Christiansen.
1815
1816 Separate out ENABLE_WEBGL. It is not ready to be enabled by default.
1817
1818 * Source/cmake/OptionsEfl.cmake:
1819
commit-queue@webkit.orgebdffaf2012-11-21 06:05:45 +000018202012-11-20 Sheriff Bot <webkit.review.bot@gmail.com>
1821
1822 Unreviewed, rolling out r133859.
1823 http://trac.webkit.org/changeset/133859
1824 https://bugs.webkit.org/show_bug.cgi?id=102875
1825
1826 This patch makes API test broken (Requested by gyuyoung on
1827 #webkit).
1828
1829 * Source/cmake/OptionsEfl.cmake:
1830
commit-queue@webkit.orgf61a46a2012-11-20 19:59:14 +000018312012-11-20 Elliott Sprehn <esprehn@chromium.org>
1832
1833 Store MutationObserver callback in a hidden property for V8
1834 https://bugs.webkit.org/show_bug.cgi?id=102555
1835
1836 Reviewed by Adam Barth.
1837
1838 Test for reference cycle leaks with mutation observers. There doesn't seem
1839 to be a way to check this for v8, but if you manually run you can see if it
1840 leaks observers.
1841
1842 * ManualTests/leak-cycle-observer-wrapper.html: Added.
1843
carlosgc@webkit.org58ef18b2012-11-20 16:02:19 +000018442012-11-20 Carlos Garcia Campos <cgarcia@igalia.com>
1845
1846 Unreviewed. Update NEWS and configure.ac for 1.11.2 release
1847
carlosgc@webkit.orga9f159a2012-11-20 16:08:53 +00001848 * configure.ac: Bump tarball version number, not updated in
1849 previous commit by mistake.
1850
18512012-11-20 Carlos Garcia Campos <cgarcia@igalia.com>
1852
1853 Unreviewed. Update NEWS and configure.ac for 1.11.2 release
1854
carlosgc@webkit.org58ef18b2012-11-20 16:02:19 +00001855 * configure.ac: Bump version numbers.
1856
kihong.kwon@samsung.com9ed51c52012-11-19 15:42:53 +000018572012-11-19 Kihong Kwon <kihong.kwon@samsung.com>
1858
1859 Add PROXIMITY_EVENTS feature
1860 https://bugs.webkit.org/show_bug.cgi?id=102658
1861
1862 Reviewed by Kentaro Hara.
1863
1864 Add PROXIMITY_EVENTS feature to cmake.
1865
1866 * Source/cmake/WebKitFeatures.cmake:
1867 * Source/cmakeconfig.h.cmake:
1868
commit-queue@webkit.org82af1232012-11-19 05:46:55 +000018692012-11-18 Laszlo Gombos <l.gombos@samsung.com>
1870
1871 Remove non-existent directories from the make system
1872 https://bugs.webkit.org/show_bug.cgi?id=102632
1873
commit-queue@webkit.org9d4f53a2012-11-19 07:55:51 +00001874 Reviewed by Kenneth Rohde Christiansen.
1875
1876 Remove (non-existent) symbian references from the exclude list for packaging.
1877
1878 * Source/cmake/WebKitPackaging.cmake:
1879
18802012-11-18 Laszlo Gombos <l.gombos@samsung.com>
1881
1882 Remove non-existent directories from the make system
1883 https://bugs.webkit.org/show_bug.cgi?id=102632
1884
commit-queue@webkit.org82af1232012-11-19 05:46:55 +00001885 Reviewed by Adam Barth.
1886
1887 Remove (non-existent) symbian references from the exclude list for packaging.
1888
1889 * Source/cmake/WebKitPackaging.cmake:
1890
commit-queue@webkit.org5a9f0f12012-11-19 00:41:02 +000018912012-11-18 Genevieve Mak <gmak@rim.com>
1892
1893 [BlackBerry] Enable Touch Sliders
1894 https://bugs.webkit.org/show_bug.cgi?id=102516
1895
1896 Reviewed by Rob Buis.
1897
1898 Enabled for BlackBerry only
1899 PR #242781
1900 PR #176014
1901
1902 * Source/cmake/OptionsBlackBerry.cmake:
1903 * Source/cmake/WebKitFeatures.cmake:
1904 * Source/cmakeconfig.h.cmake:
1905
carlosgc@webkit.org2082c6d2012-11-18 11:22:37 +000019062012-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
1907
1908 Unreviewed. Fix GTK+ build after r135022.
1909
1910 * Source/autotools/symbols.filter: Add exports for
1911 SerializedScriptValue changes.
1912
tony@chromium.orgc4e04ba2012-11-16 23:59:24 +000019132012-11-16 Tony Chang <tony@chromium.org>
1914
1915 Remove ENABLE_CSS_HIERARCHIES since it's no longer in use
1916 https://bugs.webkit.org/show_bug.cgi?id=102554
1917
1918 Reviewed by Andreas Kling.
1919
1920 As mentioned in https://bugs.webkit.org/show_bug.cgi?id=79939#c41 ,
1921 we're going to revist this feature once additional vendor support is
1922 achieved.
1923
1924 * Source/cmake/WebKitFeatures.cmake:
1925 * Source/cmakeconfig.h.cmake:
1926
commit-queue@webkit.org6a75bef2012-11-16 13:19:56 +000019272012-11-16 Ulan Degenbaev <ulan@chromium.org>
1928
1929 [V8] Increment the amount of externally allocated memory for the receiving V8 isolate when transferring ArrayBuffer
1930 https://bugs.webkit.org/show_bug.cgi?id=94463
1931
1932 Reviewed by Kentaro Hara.
1933
1934 Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer is deserialized and transferred.
1935
1936 * ManualTests/typed-array-memory.html:
1937
commit-queue@webkit.org0c294e92012-11-16 08:08:37 +000019382012-11-16 Sheriff Bot <webkit.review.bot@gmail.com>
1939
commit-queue@webkit.org541a5d22012-11-16 09:19:19 +00001940 Unreviewed, rolling out r134908.
1941 http://trac.webkit.org/changeset/134908
1942 https://bugs.webkit.org/show_bug.cgi?id=102473
1943
1944 Broke the Apple Windows Debug build. (Requested by dydx on
1945 #webkit).
1946
1947 * Source/autotools/symbols.filter:
1948
19492012-11-16 Sheriff Bot <webkit.review.bot@gmail.com>
1950
commit-queue@webkit.org0c294e92012-11-16 08:08:37 +00001951 Unreviewed, rolling out r134865.
1952 http://trac.webkit.org/changeset/134865
1953 https://bugs.webkit.org/show_bug.cgi?id=102466
1954
1955 Broke the Apple Windows Debug build. (Requested by dydx on
1956 #webkit).
1957
1958 * Source/autotools/symbols.filter:
1959
commit-queue@webkit.orgca9f7312012-11-16 08:02:55 +000019602012-11-16 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
1961
1962 Avoid copying of ViewportArguments in computeViewportAttributes function
1963 https://bugs.webkit.org/show_bug.cgi?id=102354
1964
1965 Reviewed by Kenneth Rohde Christiansen.
1966
1967 Updated exported symbols for GTK.
1968
1969 * Source/autotools/symbols.filter:
1970
kov@webkit.org64545a32012-11-16 01:05:18 +000019712012-11-15 Gustavo Noronha Silva <gns@gnome.org>
1972
1973 [GTK] Split WebCore/platform into a separate library
1974 https://bugs.webkit.org/show_bug.cgi?id=94435
1975
1976 Reviewed by Martin Robinson.
1977
1978 More people have been reporting problems when linking WebCore because
1979 the command line limit is being exceeded. Splitting WebCore a bit more
1980 is in order.
1981
1982 * GNUmakefile.am: add variable that will hold the list of source files
1983 for libWebCorePlatform .
1984
tony@chromium.orgb4414872012-11-15 21:41:07 +000019852012-11-15 Tony Chang <tony@chromium.org>
1986
1987 Generate Settings from a .in file
1988 https://bugs.webkit.org/show_bug.cgi?id=100393
1989
1990 Reviewed by Adam Barth.
1991
1992 Generate SettingsMacros.h for cmake.
1993
1994 * Source/cmake/WebKitMacros.cmake:
1995
commit-queue@webkit.orgab366e12012-11-15 19:15:17 +000019962012-11-15 Rick Byers <rbyers@chromium.org>
1997
1998 No tests for changing mouse cursors
1999 https://bugs.webkit.org/show_bug.cgi?id=100550
2000
2001 Reviewed by Brent Fulgham.
2002
2003 Add necessary exports for Internals::getCurrentCursorInfo
2004
2005 * Source/autotools/symbols.filter:
2006
tkent@chromium.orgac0ed3f2012-11-15 09:47:46 +000020072012-11-15 Kent Tamura <tkent@chromium.org>
2008
2009 Support stand-alone month names in calendar picker
2010 https://bugs.webkit.org/show_bug.cgi?id=102196
2011
2012 Reviewed by Kentaro Hara.
2013
2014 * ManualTests/forms/calendar-picker.html:
2015 - Remove monthLabels arguments.
2016 - Add a mock implementation of pagePopupController.formatMonth.
2017
commit-queue@webkit.org37ca2ba2012-11-15 06:51:10 +000020182012-11-14 Sheriff Bot <webkit.review.bot@gmail.com>
2019
2020 Unreviewed, rolling out r134741.
2021 http://trac.webkit.org/changeset/134741
2022 https://bugs.webkit.org/show_bug.cgi?id=102337
2023
2024 "Change is incorrect." (Requested by dydx on #webkit).
2025
2026 * Source/autotools/symbols.filter:
2027
dbates@webkit.org4d6d5992012-11-15 06:37:43 +000020282012-11-14 Daniel Bates <dbates@webkit.org>
2029
2030 Attempt to fix the Apple Windows Debug and GTK builds after <http://trac.webkit.org/changeset/134691>
2031 (https://bugs.webkit.org/show_bug.cgi?id=96818)
2032
2033 Export symbols similar to the ones we added to WebCore.exp.in in
2034 <http://trac.webkit.org/changeset/134691>.
2035
2036 * Source/autotools/symbols.filter:
2037
commit-queue@webkit.orgb2052d32012-11-14 09:57:50 +000020382012-11-14 KyungTae Kim <ktf.kim@samsung.com>
2039
2040 [EFL] Turn on error on warnings for "sign-compare"
2041 https://bugs.webkit.org/show_bug.cgi?id=101761
2042
2043 Reviewed by Gyuyoung Kim.
2044
2045 Remove "-Wno-error=sign-compare" to turn on error on warnings for "sign-compare"
2046
2047 * Source/cmake/WebKitHelpers.cmake:
2048
hugo.lima@openbossa.org663131f2012-11-13 15:04:41 +000020492012-11-13 Hugo Parente Lima <hugo.lima@openbossa.org>
2050
2051 FindGLIB.cmake fails do find glib gmodule module.
2052 https://bugs.webkit.org/show_bug.cgi?id=101784
2053
2054 Reviewed by Caio Marcelo de Oliveira Filho.
2055
2056 * Source/cmake/FindGLIB.cmake:
2057
commit-queue@webkit.org73c2f572012-11-13 08:11:18 +000020582012-11-13 Huang Dongsung <luxtella@company100.net>
2059
2060 Coordinated Graphics: Directly composited animated GIFs only render the first image.
2061 https://bugs.webkit.org/show_bug.cgi?id=102043
2062
2063 Reviewed by Noam Rosenthal.
2064
2065 Add a test to check that a gif animation can run on a compositing layer.
2066
2067 * ManualTests/animated-gif-on-compositing-layer.html: Added.
2068
commit-queue@webkit.orga94e3932012-11-13 06:55:08 +000020692012-11-12 KyungTae Kim <ktf.kim@samsung.com>
2070
2071 [EFL] Turn on errors on warnings for WebKit1 and WebKit2 libraries
2072 https://bugs.webkit.org/show_bug.cgi?id=101762
2073
2074 Reviewed by Gyuyoung Kim.
2075
2076 In case of EFL, add ENABLE_WERROR to EXTRA_COMPILER_FLAGS for WEBKIT and WEBKIT2
2077
2078 * Source/CMakeLists.txt:
2079
commit-queue@webkit.org4bb57ee2012-11-13 06:28:49 +000020802012-11-12 Joe Mason <jmason@rim.com>
2081
2082 [BlackBerry] NetworkJob should not check if data is received with HEAD
2083 https://bugs.webkit.org/show_bug.cgi?id=102034
2084
2085 Reviewed by George Staikos.
2086
2087 Internal PR: 241391
2088
2089 Add test that HEAD XMLHttpRequests return status 404 instead of calling onerror.
2090
2091 * ManualTests/blackberry/head-xhr-nonexistant-file.html: Added.
2092
commit-queue@webkit.org8285e2b62012-11-12 11:20:55 +000020932012-11-12 KyungTae Kim <ktf.kim@samsung.com>
2094
2095 [EFL] Turn on error on warnings for "switch"
2096 https://bugs.webkit.org/show_bug.cgi?id=101760
2097
2098 Reviewed by Gyuyoung Kim.
2099
2100 Turn on error on warning for "switch" by removing "-Wno-error=switch"
2101
2102 * Source/cmake/WebKitHelpers.cmake:
2103
shinyak@chromium.orge2a0ced2012-11-12 03:40:03 +000021042012-11-11 Shinya Kawanaka <shinyak@chromium.org>
2105
2106 [Shadow] ElementShadow should have RuleFeatureSet for select attribute selectors.
2107 https://bugs.webkit.org/show_bug.cgi?id=101180
2108
2109 Reviewed by Dimitri Glazkov.
2110
2111 Exposes necessary symbols.
2112
2113 * Source/autotools/symbols.filter:
2114
commit-queue@webkit.org9caadc52012-11-12 02:27:10 +000021152012-11-11 Sheriff Bot <webkit.review.bot@gmail.com>
2116
2117 Unreviewed, rolling out r134144.
2118 http://trac.webkit.org/changeset/134144
2119 https://bugs.webkit.org/show_bug.cgi?id=101876
2120
2121 seems to break win 7 chromium browser test (Requested by
2122 hayato on #webkit).
2123
2124 * Source/autotools/symbols.filter:
2125
commit-queue@webkit.org690d3722012-11-10 02:45:24 +000021262012-11-09 Rick Byers <rbyers@chromium.org>
2127
2128 No tests for changing mouse cursors
2129 https://bugs.webkit.org/show_bug.cgi?id=100550
2130
2131 Reviewed by Adam Barth.
2132
2133 Add necessary exports for Internals::getCurrentCursorInfo
2134
2135 * Source/autotools/symbols.filter:
2136
commit-queue@webkit.orgafb475f2012-11-09 14:03:14 +000021372012-11-09 Laszlo Gombos <l.gombos@samsung.com>
2138
2139 [EFL] Enable -Werror for the EFL port
2140 https://bugs.webkit.org/show_bug.cgi?id=98715
2141
2142 Reviewed by Gyuyoung Kim.
2143
2144 Treat all warnings as errors, except the existing warnings in the
2145 current code base ("unused-parameter", "sign-compare" and "switch").
2146
2147 Thanks for Raphael Kubo da Costa for the extra help.
2148
2149 * Source/CMakeLists.txt: Enable warnings as error for all libraries
2150 (except WebKit and WebKit2) for the EFL port.
2151 Other cmake-based ports are welcome to join.
2152
2153 * Source/cmake/WebKitHelpers.cmake: Treat warnings as errors by
2154 default for cmake-based ports when ENABLE_WERROR is set.
2155
commit-queue@webkit.orgc1b5c712012-11-08 15:39:04 +000021562012-11-08 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2157
2158 [EFL] Turn WTF_USE_TILED_BACKING_STORE in OptionsEfl.cmake.
2159 https://bugs.webkit.org/show_bug.cgi?id=101559
2160
2161 Reviewed by Kenneth Rohde Christiansen.
2162
2163 Follow-up to 133859; also change the default value in
2164 OptionsEfl.cmake so that the default changes for people not using
2165 build-webkit (ie. users) as well.
2166
2167 * Source/cmake/OptionsEfl.cmake:
2168
commit-queue@webkit.org8e6ce532012-11-08 15:25:17 +000021692012-11-08 Yael Aharon <yael.aharon@intel.com>
2170
2171 [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default
2172 https://bugs.webkit.org/show_bug.cgi?id=101526
2173
2174 Reviewed by Kenneth Rohde Christiansen.
2175
2176 Separate out ENABLE_WEBGL. It is not ready to be enabled by default.
2177
2178 * Source/cmake/OptionsEfl.cmake:
2179
commit-queue@webkit.org4a20f472012-11-08 14:15:22 +000021802012-11-08 Laszlo Gombos <l.gombos@samsung.com>
2181
2182 [EFL] Remove non-variable options from the build system
2183 https://bugs.webkit.org/show_bug.cgi?id=101506
2184
2185 Reviewed by Kenneth Rohde Christiansen.
2186
2187 Remove WTF_USE_PTHREADS, WTF_USE_ICU_UNICODE, WTF_USE_CAIRO,
2188 WTF_USE_FREETYPE and WTF_USE_HARFBUZZ_NG cmake variables
2189 as these are always set to const 1 and not really configurable.
2190
2191 Remove the definition of ENABLE_CONTEXT_MENUS as this is already set to 1 by default in Platform.h.
2192
2193 * Source/cmake/OptionsEfl.cmake:
2194
dominik.rottsches@intel.com055e7182012-11-08 11:32:19 +000021952012-11-08 Sheriff Bot <webkit.review.bot@gmail.com>
2196
2197 Unreviewed, rolling out r133865.
2198 http://trac.webkit.org/changeset/133865
2199 https://bugs.webkit.org/show_bug.cgi?id=101579
2200
2201 dependent patch has been rolled out. (Requested by drott on
2202 #webkit).
2203
2204 * Source/cmake/OptionsEfl.cmake:
2205
dominik.rottsches@intel.com4f987ee2012-11-08 11:21:58 +000022062012-11-08 Dominik Röttsches <dominik.rottsches@intel.com>
2207
2208 Unreviewed, rolling out r133859.
2209 http://trac.webkit.org/changeset/133859
2210 https://bugs.webkit.org/show_bug.cgi?id=101526
2211
2212 Breaks EFL bots test execution.
2213
2214 * Source/cmake/OptionsEfl.cmake:
2215
rakuco@webkit.org7321aed2012-11-08 09:00:48 +000022162012-11-08 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2217
2218 [EFL] Turn WTF_USE_TILED_BACKING_STORE in OptionsEfl.cmake.
2219 https://bugs.webkit.org/show_bug.cgi?id=101559
2220
2221 Reviewed by Kenneth Rohde Christiansen.
2222
2223 Follow-up to 133859; also change the default value in
2224 OptionsEfl.cmake so that the default changes for people not using
2225 build-webkit (ie. users) as well.
2226
2227 * Source/cmake/OptionsEfl.cmake:
2228
commit-queue@webkit.org3fe0b512012-11-08 08:10:15 +000022292012-11-08 Yael Aharon <yael.aharon@intel.com>
2230
2231 [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default
2232 https://bugs.webkit.org/show_bug.cgi?id=101526
2233
2234 Reviewed by Kenneth Rohde Christiansen.
2235
2236 Separate out ENABLE_WEBGL. It is not ready to be enabled by default.
2237
2238 * Source/cmake/OptionsEfl.cmake:
2239
keishi@webkit.orgd37fa2c2012-11-08 06:35:58 +000022402012-11-07 Keishi Hattori <keishi@webkit.org>
2241
2242 Implement week picking to calendar picker
2243 https://bugs.webkit.org/show_bug.cgi?id=101449
2244
2245 Reviewed by Kent Tamura.
2246
2247 * ManualTests/forms/calendar-picker.html: Added test for week picker.
2248
commit-queue@webkit.org5dd41a32012-11-08 06:08:03 +000022492012-11-07 Sheriff Bot <webkit.review.bot@gmail.com>
2250
2251 Unreviewed, rolling out r133841.
2252 http://trac.webkit.org/changeset/133841
2253 https://bugs.webkit.org/show_bug.cgi?id=101542
2254
2255 Reverted patches were innocent (Requested by shinyak on
2256 #webkit).
2257
2258 * Source/autotools/symbols.filter:
2259
shinyak@chromium.org9498da92012-11-08 04:00:28 +000022602012-11-07 Shinya Kawanaka <shinyak@chromium.org>
2261
2262 Unreviewed, rolling out r133428 and r133749
2263 https://bugs.webkit.org/show_bug.cgi?id=101533
2264
2265 These patches might cause memory regression.
2266
2267 * Source/autotools/symbols.filter:
2268
shinyak@chromium.org7f13d062012-11-07 14:13:30 +000022692012-11-07 Shinya Kawanaka <shinyak@chromium.org>
2270
2271 [Shadow] Use setPseudo() instead of setShadowPseudoId().
2272 https://bugs.webkit.org/show_bug.cgi?id=101306
2273
2274 Reviewed by Kent Tamura.
2275
2276 Exposes necessary symbols.
2277
2278 * Source/autotools/symbols.filter:
2279
hausmann@webkit.orga1a74b12012-11-07 09:32:33 +000022802012-11-07 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2281
2282 [Qt] Fix build of modules depending on QtWebKit when using prefix
2283 https://bugs.webkit.org/show_bug.cgi?id=101437
2284
2285 Reviewed by Simon Hausmann.
2286
2287 .qmake.conf loads qt_build_config.prf, which nowadays is responsible for
2288 adding the path to .qmake.super (before it was done by default_pre.prf,
2289 so having setting the path in our default_pre wrapper was sufficient).
2290
2291 * .qmake.conf:
2292
keishi@webkit.orgc5b8f7492012-11-07 06:29:43 +000022932012-11-06 Keishi Hattori <keishi@webkit.org>
2294
2295 Implement month picking to calendar picker
2296 https://bugs.webkit.org/show_bug.cgi?id=101333
2297
2298 Reviewed by Kent Tamura.
2299
2300 * ManualTests/forms/calendar-picker.html: Added test for month picker.
2301
commit-queue@webkit.orge1286192012-11-06 23:25:20 +000023022012-11-06 Laszlo Gombos <l.gombos@samsung.com>
2303
2304 [EFL] Simplify the build system
2305 https://bugs.webkit.org/show_bug.cgi?id=101392
2306
2307 Reviewed by Kenneth Rohde Christiansen.
2308
2309 Remove unused cmake variables. In addition there is no longer a need to define
2310 WTF_USE_TEXTURE_MAPPER_GL in the build system as that is now handled in Platform.h
2311 (see r133623).
2312
2313 * Source/cmake/OptionsEfl.cmake:
2314
hausmann@webkit.orgc0345a12012-11-05 10:12:27 +000023152012-11-05 Simon Hausmann <simon.hausmann@digia.com>
2316
2317 [Qt] Trivial unreviewed: Add missing module dependencies for builds in Qt CI system.
2318
2319 These fields aren't used by anyone except some perl scripts in the Qt CI builds.
2320
2321 * Source/sync.profile:
2322
abarth@webkit.org3df3cc92012-11-02 19:01:01 +000023232012-11-02 Adam Barth <abarth@webkit.org>
2324
2325 ENABLE(UNDO_MANAGER) is disabled everywhere and is not under active development
2326 https://bugs.webkit.org/show_bug.cgi?id=100711
2327
2328 Reviewed by Eric Seidel.
2329
2330 * Source/cmake/WebKitFeatures.cmake:
2331 * Source/cmakeconfig.h.cmake:
2332
commit-queue@webkit.org1497a442012-11-02 18:05:42 +000023332012-11-02 Martin Robinson <mrobinson@igalia.com>
2334
2335 [GTK] Remove dependency on SoupPasswordManager
2336 https://bugs.webkit.org/show_bug.cgi?id=100775
2337
2338 Reviewed by Carlos Garcia Campos.
2339
2340 Add a libsecret dependency to the build. This is necessary so that we can remove
2341 a dependency on SoupPasswordManager.
2342
2343 * configure.ac: Look for libsecret using the pkg-config configuration macro.
2344
michael.bruning@digia.com2330ae32012-11-02 14:25:35 +000023452012-11-02 Michael Brüning <michael.bruning@digia.com>
2346
2347 [Qt][WK2] ASSERT hit for every mouse click
2348 https://bugs.webkit.org/show_bug.cgi?id=100607
2349
2350 Reviewed by Jocelyn Turcotte.
2351
2352 Added a test with a link that contains an <em> tag surrounding the entire inner text.
2353 The test should be run on an assert enabled build and the assert should not be
2354 triggered when tapping the link.
2355
2356 * ManualTests/tap-gesture-on-em-link-tap-highlight-assert.html: Added.
2357
fischman@chromium.org5a493442012-11-02 01:38:30 +000023582012-11-01 Ami Fischman <fischman@chromium.org>
2359
2360 HTMLMediaPlayer should free m_player when src is set/changed
2361 https://bugs.webkit.org/show_bug.cgi?id=99647
2362
2363 Reviewed by Eric Carlson.
2364
2365 * ManualTests/media-players-are-dropped-on-error.html: Added.
2366 Various scenarios are tested to make sure players aren't
2367 leaked in different ways for each of them.
2368
bdakin@apple.com54ee0782012-11-01 18:57:39 +000023692012-11-01 Beth Dakin <bdakin@apple.com>
2370
2371 https://bugs.webkit.org/show_bug.cgi?id=100917
2372 There should be a way to dump the scrolling tree from the layout tests
2373
2374 Reviewed by Simon Fraser.
2375
2376 * Source/autotools/symbols.filter:
2377
commit-queue@webkit.orgc7f89c72012-10-31 22:22:07 +000023782012-10-31 Thiago Marcos P. Santos <thiago.santos@intel.com>
2379
2380 Added viewport at-rule to the CSS parser and tokenizer
2381 https://bugs.webkit.org/show_bug.cgi?id=95961
2382
2383 Reviewed by Kenneth Rohde Christiansen.
2384
2385 Enable CSS Device Adaptation by default on EFL.
2386
2387 * Source/cmake/OptionsEfl.cmake:
2388
vollick@chromium.org64eaafc2012-10-31 15:36:50 +000023892012-10-31 Ian Vollick <vollick@chromium.org>
2390
2391 Add support for text-based repaint testing
2392 https://bugs.webkit.org/show_bug.cgi?id=100584
2393
2394 Reviewed by Simon Fraser.
2395
2396 Allows tracked repaint rects to be dumped as text.
2397
2398 * Source/autotools/symbols.filter:
2399 Exports for:
2400 FrameView::setTracksRepaints(bool)
2401 Frame::trackedRepaintRectsAsText() const
2402
2403
commit-queue@webkit.orgf2242d92012-10-30 08:33:44 +000024042012-10-30 Vivek Galatage <vivekgalatage@gmail.com>
2405
2406 Add files generated by Windows to ignore list for git repository
2407 https://bugs.webkit.org/show_bug.cgi?id=100729
2408
2409 Reviewed by Gyuyoung Kim.
2410
2411 Adding the additional files generated by windows port to the ignore list
2412
2413 * .gitignore:
2414
carlosgc@webkit.org3764e562012-10-30 07:47:25 +000024152012-10-30 Carlos Garcia Campos <cgarcia@igalia.com>
2416
2417 [GTK] Add a configure option to build with -g1
2418 https://bugs.webkit.org/show_bug.cgi?id=100670
2419
2420 Reviewed by Martin Robinson.
2421
2422 Add min and full options to the --enable-debug-symbols configure
2423 option. Using --enable-debug-symbols=min will use -g1 instead of
2424 -g (which is actually -g2). The first level is enough for most of
2425 the cases, like getting a backtrace, and it's the only way to
2426 build WebKit with debug symbols in a 32 bit system. The option
2427 full is actually the same than yes for backwards compatibility.
2428
2429 * configure.ac:
2430
rwlbuis@webkit.orgcb3807e2012-10-26 20:12:25 +000024312012-10-26 Rob Buis <rbuis@rim.com>
2432
2433 [BlackBerry] Platform Abstraction for WebKit Resource/Image Loading
2434 https://bugs.webkit.org/show_bug.cgi?id=100518
2435
2436 PR 231732
2437
2438 Reviewed by Yong Li.
2439
2440 Remove RESOURCE_PATH from webkit, this is now abstracted in our platform layer.
2441
2442 * Source/cmake/OptionsBlackBerry.cmake:
2443
hausmann@webkit.org68369572012-10-26 12:18:57 +000024442012-10-26 Regina Chung <heejin.r.chung@samsung.com>
2445
2446 [EFL][WK2] Enable WebGL
2447 https://bugs.webkit.org/show_bug.cgi?id=97652
2448
2449 Reviewed by Gyuyoung Kim.
2450
2451 Use Graphics Surface to enable WebGL for WebKit2 EFL.
2452
2453 * Source/cmake/OptionsEfl.cmake:
2454
ossy@webkit.org601b4b82012-10-26 10:52:27 +000024552012-10-26 Sheriff Bot <webkit.review.bot@gmail.com>
2456
2457 Unreviewed, rolling out r132601.
2458 http://trac.webkit.org/changeset/132601
2459 https://bugs.webkit.org/show_bug.cgi?id=100494
2460
2461 It broke the Qt build (Requested by Ossy on #webkit).
2462
2463 * Source/cmake/OptionsEfl.cmake:
2464
commit-queue@webkit.org818cb172012-10-26 10:22:02 +000024652012-10-26 Regina Chung <heejin.r.chung@samsung.com>
2466
2467 [EFL][WK2] Enable WebGL
2468 https://bugs.webkit.org/show_bug.cgi?id=97652
2469
2470 Reviewed by Gyuyoung Kim.
2471
2472 Use Graphics Surface to enable WebGL for WebKit2 EFL.
2473
2474 * Source/cmake/OptionsEfl.cmake:
2475
commit-queue@webkit.orgb885adc2012-10-26 10:20:33 +000024762012-10-26 Thiago Marcos P. Santos <thiago.santos@intel.com>
2477
2478 Add feature flags for CSS Device Adaptation
2479 https://bugs.webkit.org/show_bug.cgi?id=95960
2480
2481 Reviewed by Kenneth Rohde Christiansen.
2482
2483 * Source/cmake/WebKitFeatures.cmake:
2484 * Source/cmakeconfig.h.cmake:
2485 * configure.ac:
2486
commit-queue@webkit.org1ec0f372012-10-26 05:08:13 +000024872012-10-25 Yael Aharon <yael.aharon@intel.com>
2488
2489 [EFL][WK2][AC] Enable 3D_RENDERING flag
2490 https://bugs.webkit.org/show_bug.cgi?id=99535
2491
2492 Reviewed by Laszlo Gombos.
2493
2494 Turn on the flag ENABLE_3D_RENDERING when WTF_USE_TILE_BACKING_STORE flag is on.
2495 This flag controls perspective and preserves-3d behavior.
2496
2497 * Source/cmake/OptionsEfl.cmake:
2498
dominik.rottsches@intel.com6bf0b302012-10-25 19:26:47 +000024992012-10-25 Dominik Röttsches <dominik.rottsches@intel.com>
2500
2501 Adding feature for XHR_TIMEOUT
2502
2503 Conditionalize XHR timeout support
2504 https://bugs.webkit.org/show_bug.cgi?id=100356
2505
2506 Reviewed by Adam Barth.
2507
2508 Adding feature for XHR_TIMEOUT to disable it on ports that don't have
2509 network backend support for setTimeoutInterval.
2510
2511 * Source/cmake/OptionsEfl.cmake: Default ON on EFL.
2512 * Source/cmake/WebKitFeatures.cmake: Default OFF for any CMAKE based port.
2513 * Source/cmakeconfig.h.cmake: Adding define.
2514 * configure.ac: Make autogen.sh support the --enable/--disable-xhr-timeout parameter.
2515
commit-queue@webkit.orge8c2c662012-10-25 14:03:59 +000025162012-10-25 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
2517
2518 Add setMediaTypeOverride to window.internals.settings
2519 https://bugs.webkit.org/show_bug.cgi?id=100249
2520
2521 Reviewed by Kenneth Rohde Christiansen.
2522
2523 Exported WebCore::Settings::setMediaTypeOverride(WTF::String const&) for GTK port.
2524
2525 * Source/autotools/symbols.filter:
2526
commit-queue@webkit.orgfd1466c2012-10-24 22:49:03 +000025272012-10-24 Michael Carmody <mcarmody@rim.com>
2528
2529 [BlackBerry] change CMAKE_<CCXX|C>_FLAGS_<RELEASE|DEBUG> from enviroment flags
2530 https://bugs.webkit.org/show_bug.cgi?id=100256
2531
2532 Reviewed by Rob Buis.
2533
2534 This allow override of compile flags without having to edit CMake files.
2535
2536 * Source/cmake/OptionsBlackBerry.cmake:
2537
commit-queue@webkit.org06119ec2012-10-24 14:51:47 +000025382012-10-24 Priit Laes <plaes@plaes.org>
2539
2540 [GTK] ./configure output for CSS Shaders is broken
2541 https://bugs.webkit.org/show_bug.cgi?id=100217
2542
2543 Reviewed by Martin Robinson.
2544
2545 Reformat CSS Filters / Shaders check to clean configure output.
2546
2547 * configure.ac:
2548
commit-queue@webkit.org0d525682012-10-24 14:33:47 +000025492012-10-24 Thiago Marcos P. Santos <thiago.santos@intel.com>
2550
2551 [EFL] run-webkit-tests writes garbage on stderr when running on Xvfb
2552 https://bugs.webkit.org/show_bug.cgi?id=100243
2553
2554 Reviewed by Kenneth Rohde Christiansen.
2555
2556 Search for X11 development libraries (and thus Xext), necessary to
2557 disable the X extensions error reporting.
2558
2559 * Source/cmake/OptionsEfl.cmake:
2560
mario@webkit.org094840652012-10-24 08:12:50 +000025612012-10-24 Mario Sanchez Prada <mario@webkit.org>
2562
2563 [WK2] [GTK] TestWebKitAccessibility is not being run
2564 https://bugs.webkit.org/show_bug.cgi?id=100102
2565
2566 Reviewed by Carlos Garcia Campos.
2567
2568 Moved check for at-spi2 after the definition of enable_webkit2,
2569 since it's only needed for WebKit2GTK API tests.
2570
2571 * configure.ac: Moved the check for at-spi2 down in the file.
2572
mrobinson@webkit.org0aa1e1c2012-10-24 01:48:10 +000025732012-10-23 Martin Robinson <mrobinson@igalia.com>
2574
2575 POTFILES.in/.skip need updates for translators
2576 https://bugs.webkit.org/show_bug.cgi?id=67580
2577
2578 Reviewed by Xan Lopez.
2579
2580 Now process POTFILES.in during configuration.
2581
2582 * configure.ac:
2583
kenneth@webkit.org2a707b52012-10-23 15:15:43 +000025842012-10-23 Kenneth Rohde Christiansen <kenneth@webkit.org>
2585
2586 Add support for resolution media query
2587 https://bugs.webkit.org/show_bug.cgi?id=99077
2588
2589 Reviewed by Antti Koivisto.
2590
2591 * Source/cmake/OptionsEfl.cmake:
2592 * Source/cmake/WebKitFeatures.cmake:
2593 * Source/cmakeconfig.h.cmake:
2594
2595 Add support for the RESOLUTION_MEDIA_QUERY feature flag.
2596
2597 * Source/autotools/symbols.filter:
2598
2599 Export the WebCore::Settings setting.
2600
carlosgc@webkit.org7e57c572012-10-23 13:40:54 +000026012012-10-23 Carlos Garcia Campos <cgarcia@igalia.com>
2602
2603 Unreviewed. Update NEWS and configure.ac for 1.11.1 release
2604
2605 * configure.ac: Bump version numbers.
2606
ryuan.choi@samsung.com84707782012-10-23 12:34:51 +000026072012-10-23 Ryuan Choi <ryuan.choi@samsung.com>
2608
2609 [EFL][WK2] Add support for IMF composition
2610 https://bugs.webkit.org/show_bug.cgi?id=89552
2611
2612 Reviewed by Gyuyoung Kim.
2613
2614 * Source/cmake/FindEcore.cmake: Checked Ecore_IMF.
2615
abecsi@webkit.orgc9a1ed62012-10-23 09:15:12 +000026162012-10-23 Andras Becsi <andras.becsi@digia.com>
2617
2618 Remove devicePixelRatio from ViewportAttributes
2619 https://bugs.webkit.org/show_bug.cgi?id=99845
2620
2621 Reviewed by Adam Barth.
2622
2623 * Source/autotools/symbols.filter: Update symbol.
2624
pfeldman@chromium.orgf405be22012-10-22 08:52:03 +000026252012-10-22 Pavel Feldman <pfeldman@chromium.org>
2626
2627 Web Inspector: merge "docked" state into the "dock side" enum.
2628 https://bugs.webkit.org/show_bug.cgi?id=99717
2629
2630 Reviewed by Vsevolod Vlasov.
2631
2632 Otherwise, it is hard to manage these inter-dependent flags.
2633
2634 * Source/autotools/symbols.filter:
2635
tony@chromium.org152c093e2012-10-19 21:55:09 +000026362012-10-19 Tony Chang <tony@chromium.org>
2637
2638 Unreviewed, rolling out r131936.
2639 http://trac.webkit.org/changeset/131936
2640 https://bugs.webkit.org/show_bug.cgi?id=99717
2641
2642 Broke the clang build
2643
2644 * Source/autotools/symbols.filter:
2645
commit-queue@webkit.org85886a92012-10-19 18:53:11 +000026462012-10-19 Dongwoo Joshua Im <dw.im@samsung.com>
2647
2648 Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
2649 https://bugs.webkit.org/show_bug.cgi?id=99804
2650
2651 Reviewed by Julien Chaffraix.
2652
2653 CSS3 text related properties will be implemented under this flag,
2654 including text decoration, text-align-last, and text-justify.
2655
2656 * Source/cmake/OptionsEfl.cmake:
2657 * Source/cmake/WebKitFeatures.cmake:
2658 * Source/cmakeconfig.h.cmake:
2659
commit-queue@webkit.org8e351b52012-10-19 02:35:51 +000026602012-10-18 Laszlo Gombos <l.gombos@samsung.com>
2661
2662 [EFL] Buildfix if Netscape plugin support is disabled
2663 https://bugs.webkit.org/show_bug.cgi?id=99757
2664
2665 Reviewed by Gyuyoung Kim.
2666
2667 Set ENABLE_PLUGIN_PROCESS only if ENABLE_NETSCAPE_PLUGIN_API is set.
2668
2669 * Source/cmake/OptionsEfl.cmake:
2670
commit-queue@webkit.org80d18442012-10-18 18:43:15 +000026712012-10-18 Pablo Flouret <pablof@motorola.com>
2672
2673 Implement css3-conditional's @supports rule
2674 https://bugs.webkit.org/show_bug.cgi?id=86146
2675
2676 Reviewed by Antti Koivisto.
2677
2678 * Source/cmake/WebKitFeatures.cmake:
2679 * Source/cmakeconfig.h.cmake:
2680 * configure.ac:
2681 Add an ENABLE_CSS3_CONDITIONAL_RULES flag.
2682
hausmann@webkit.org30747fd2012-10-18 10:38:18 +000026832012-10-18 Simon Hausmann <simon.hausmann@digia.com>
2684
2685 [Qt] Clean up variables controlling Qt module creation/handling
2686
2687 Reviewed by Tor Arne Vestbø.
2688
2689 We now depend on a Qt 5 version that is new enough to allow us to
2690 clean this up. Qt's default_pre.prf uses MODULE_QMAKE_OUTDIR, but
2691 the other MODULE_BASE_* variables are onl used in qmodule.prf.
2692
2693 * Source/api.pri:
2694
vestbo@webkit.orgaf62b0e2012-10-18 08:38:19 +000026952012-10-17 Tor Arne Vestbø <tor.arne.vestbo@digia.com>
2696
2697 [Qt] Modularize documentation for QtWebKit
2698
2699 Running 'make docs' would fail unless 'make qmake_all' was ran first,
2700 but qmake_all involved generating all the derived sources, which seems
2701 overly complex just for building documentation.
2702
2703 We solve this by preventing all subdirs except QtWebKit from having a
2704 docs target. This would normally work fine on its own, but since we
2705 use CONFIG += ordered, there's now a missing doc target for the
2706 immediate dependency of the QtWebKit subdir. We solve this by adding
2707 a dummy-target ourselves.
2708
2709 Finally, we clean up the qdocconf file to match the rest of the Qt
2710 documentation modularization efforts.
2711
2712 Reviewed by Simon Hausmann.
2713
2714 * Source/QtWebKit.pro:
2715 * Source/api.pri:
2716 * Source/qtwebkit.qdocconf: Added.
2717
commit-queue@webkit.org22975d02012-10-17 10:30:52 +000027182012-10-17 Grzegorz Czajkowski <g.czajkowski@samsung.com>, Michal Roj <m.roj@sasmung.com>
2719
2720 [WK2][EFL] Implementation of spellchecking feature.
2721 https://bugs.webkit.org/show_bug.cgi?id=91854
2722
2723 Reviewed by Gyuyoung Kim.
2724
2725 Define SPELLCHECK macro and enable it for WK2-Efl.
2726 The spellchecking implementation is based on the Enchant library.
2727 It can be used by other WebKit ports.
2728
2729 * Source/cmake/FindEnchant.cmake: Added.
2730 * Source/cmake/OptionsEfl.cmake: Enable spellchecking feature for WebKit2-EFL.
2731 * Source/cmake/WebKitFeatures.cmake: Define the SPELLCHECK macro.
2732 * Source/cmakeconfig.h.cmake: Add the feature.
2733
tony@chromium.orgd46511e2012-10-16 18:04:01 +000027342012-10-16 Pablo Flouret <pablof@motorola.com>
2735
2736 Pre-process CSSGrammar.y before running through bison.
2737 https://bugs.webkit.org/show_bug.cgi?id=94290
2738
2739 Reviewed by Tony Chang.
2740
2741 * Source/cmake/WebKitMacros.cmake:
2742 Use WebCore/css/makegrammar.pl to generate bison grammar files.
2743
jer.noble@apple.com098aee82012-10-16 15:51:25 +000027442012-10-15 Jer Noble <jer.noble@apple.com>
2745
2746 WebAudio: limit output level to 0db
2747 https://bugs.webkit.org/show_bug.cgi?id=95792
2748 <rdar://problem/11966135>
2749
2750 Reviewed by Chris Rogers.
2751
2752 Add a manual test to determine that output volume has been limited to 0db.
2753
2754 * ManualTests/webaudio/limit-level-0db.html: Added.
2755
hausmann@webkit.org59b69f32012-10-16 14:12:59 +000027562012-10-16 Simon Hausmann <simon.hausmann@digia.com>
2757
2758 [Qt] Fix support for silent builds
2759
2760 Reviewed by Tor Arne Vestbø.
2761
2762 The .qmake.conf file in Qt modules usually contains a load(qt_build_config), which
2763 ends up loading qmodule.pri, which contains the CONFIG += silent if Qt was configured
2764 with -silent.
2765
2766 * .qmake.conf:
2767
hausmann@webkit.orgecd47222012-10-16 12:48:32 +000027682012-10-16 Simon Hausmann <simon.hausmann@digia.com>, Tor Arne Vestbø <tor.arne.vestbo@digia.com>
2769
2770 [Qt] Add logic for triggering clean builds on changes to build system files
2771
2772 Reviewed by Csaba Osztrogonác.
2773
2774 Add a line here that can be re-used for recording dummy commits to count how the clean-build-needed
2775 logic failed.
2776
2777 * WebKit.pro:
2778
hausmann@webkit.orge0b7a592012-10-16 10:14:36 +000027792012-10-16 Simon Hausmann <simon.hausmann@digia.com>
2780
hausmann@webkit.org50885d42012-10-16 10:49:40 +00002781 Unreviewed, rolling out r131436.
2782 http://trac.webkit.org/changeset/131436
2783
2784 Broke various Qt bots strangely
2785
2786 * .qmake.conf:
2787
27882012-10-16 Simon Hausmann <simon.hausmann@digia.com>
2789
hausmann@webkit.orge0b7a592012-10-16 10:14:36 +00002790 [Qt] Fix support for silent builds
2791
2792 Reviewed by Tor Arne Vestbø.
2793
2794 The .qmake.conf file in Qt modules usually contains a load(qt_build_config), which
2795 ends up loading qmodule.pri, which contains the CONFIG += silent if Qt was configured
2796 with -silent.
2797
2798 * .qmake.conf:
2799
ryuan.choi@samsung.com4075e182012-10-15 18:09:52 +000028002012-10-15 Ryuan Choi <ryuan.choi@samsung.com>
2801
2802 [EFL] Share resources installed for inspector
2803 https://bugs.webkit.org/show_bug.cgi?id=98991
2804
2805 Reviewed by Gyuyoung Kim.
2806
2807 Now, WebKit1/Efl and WebKit2/Efl install same resources to different directory
2808 when INSPECTOR is enabled.
2809
2810 This patch changes to install resources one time and share it.
2811
2812 * Source/PlatformEfl.cmake:
2813 Extracted build scripts which install resources from WebKit/PlatformEfl.cmake.
2814 * Source/cmake/OptionsEfl.cmake:
2815
hausmann@webkit.org19e084d2012-10-15 14:06:06 +000028162012-10-15 Simon Hausmann <simon.hausmann@digia.com>
2817
2818 [Qt] Separate Qt WebKit into Qt WebKit and Qt WebKit Widgets
2819 https://bugs.webkit.org/show_bug.cgi?id=88162
2820
2821 Reviewed by Kenneth Rohde Christiansen.
2822
2823 Rename the QtWebKit module to QtWebKitWidgets.
2824
2825 * Source/api.pri:
2826 * Source/sync.profile:
2827
paroga@webkit.org371c2952012-10-14 14:58:43 +000028282012-10-14 Patrick Gansterer <paroga@webkit.org>
2829
2830 Unreviewed, rolling out r130656.
2831 http://trac.webkit.org/changeset/130656
2832 https://bugs.webkit.org/show_bug.cgi?id=97592
2833
2834 Broke CMake build on Windows
2835
2836 * CMakeLists.txt:
2837
commit-queue@webkit.org7440c612012-10-12 16:57:26 +000028382012-10-12 Sheriff Bot <webkit.review.bot@gmail.com>
2839
2840 Unreviewed, rolling out r131189.
2841 http://trac.webkit.org/changeset/131189
2842 https://bugs.webkit.org/show_bug.cgi?id=99187
2843
2844 Made inspector http tests crash on WK2. (Requested by rakuco
2845 on #webkit).
2846
2847 * Source/PlatformEfl.cmake:
2848 * Source/cmake/OptionsEfl.cmake:
2849
ryuan.choi@samsung.comdaf3b242012-10-12 16:19:51 +000028502012-10-12 Ryuan Choi <ryuan.choi@samsung.com>
2851
2852 [EFL] Share resources installed for inspector
2853 https://bugs.webkit.org/show_bug.cgi?id=98991
2854
2855 Reviewed by Gyuyoung Kim.
2856
2857 Now, WebKit1/Efl and WebKit2/Efl install same resources to different directory
2858 when INSPECTOR is enabled.
2859
2860 This patch changes to install resources one time and share it.
2861
2862 * Source/PlatformEfl.cmake:
2863 Extracted build scripts which install resources from WebKit/PlatformEfl.cmake.
2864 * Source/cmake/OptionsEfl.cmake:
2865
kbalazs@webkit.org40cdf2d2012-10-12 09:24:40 +000028662012-10-12 Balazs Kelemen <kbalazs@webkit.org>
2867
2868 Unreviewed, rolling out r130389.
2869 http://trac.webkit.org/changeset/130389
2870 https://bugs.webkit.org/show_bug.cgi?id=98048
2871
2872 It broke chromium
2873
2874 * Source/autotools/symbols.filter:
2875
commit-queue@webkit.orge6a0fe82012-10-12 02:06:31 +000028762012-10-11 Jinwoo Song <jinwoo7.song@samsung.com>
2877
2878 [CMAKE] Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature
2879 https://bugs.webkit.org/show_bug.cgi?id=99030
2880
2881 Reviewed by Laszlo Gombos.
2882
2883 Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature which throttles DOM timers
2884 on hidden pages to WebKitFeatures.cmake and cmakeconfig.h.cmake.
2885
2886 * Source/cmake/WebKitFeatures.cmake:
2887 * Source/cmakeconfig.h.cmake:
2888
rniwa@webkit.orgcccc4242012-10-11 17:47:16 +000028892012-10-11 Ryosuke Niwa <rniwa@webkit.org>
2890
2891 Perf-o-matic build fixes.
2892
2893 Get the password from the first item of the array now that each JSON contains an array as
2894 the top-level structure instead of a dictionary, which is the first item in the array.
2895
2896 Remove spaces after comma to save space in Runs objects to work-around the AppEngine's
2897 object size limit. This should buy us a couple of days. We'll implement a proper fix later.
2898
2899 * Websites/webkit-perf.appspot.com/models.py:
2900 (Runs.update_incrementally):
2901 * Websites/webkit-perf.appspot.com/models_unittest.py:
2902 (RunsTest.test_update_or_insert):
2903 * Websites/webkit-perf.appspot.com/report_handler.py:
2904 (ReportHandler.post):
2905
tony@chromium.org70a18a42012-10-10 21:33:01 +000029062012-10-10 Tony Chang <tony@chromium.org>
2907
2908 Unreviewed, rolling out r130937, r130949, r130955, and
2909 r130957.
2910 http://trac.webkit.org/changeset/130937
2911 http://trac.webkit.org/changeset/130949
2912 http://trac.webkit.org/changeset/130955
2913 http://trac.webkit.org/changeset/130957
2914 https://bugs.webkit.org/show_bug.cgi?id=94290
2915
2916 Breaks Qt build
2917
2918 * Source/cmake/WebKitMacros.cmake:
2919
commit-queue@webkit.org761a2052012-10-10 18:34:22 +000029202012-10-10 Pablo Flouret <pablof@motorola.com>
2921
2922 Pre-process CSSGrammar.y before running through bison.
2923 https://bugs.webkit.org/show_bug.cgi?id=94290
2924
2925 Reviewed by Tony Chang.
2926
2927 * Source/cmake/WebKitMacros.cmake:
2928 Use WebCore/css/makegrammar.pl to generate bison grammar files.
2929
simon.fraser@apple.com94bfe712012-10-10 18:01:00 +000029302012-10-10 Simon Fraser <simon.fraser@apple.com>
2931
2932 Attempt to fix gtk build which controls exports via this mysteriously-named
2933 file.
2934
2935 * Source/autotools/symbols.filter:
2936
shinyak@chromium.orgb29d4aa2012-10-10 17:47:54 +000029372012-10-10 Shinya Kawanaka <shinyak@chromium.org>
2938
2939 Needs internal API to return distributed nodes for InsertionPoint
2940 https://bugs.webkit.org/show_bug.cgi?id=98868
2941
2942 Reviewed by Hajime Morita.
2943
2944 * Source/autotools/symbols.filter:
2945
yoli@rim.com314e3582012-10-10 15:48:45 +000029462012-10-10 Yong Li <yoli@rim.com>
2947
2948 [BlackBerry] Define WTF_USE_EXTRA_MACROS in cmake rather than Platform.h
2949 https://bugs.webkit.org/show_bug.cgi?id=98819
2950
2951 Reviewed by Rob Buis.
2952
2953 And make it depend on SHARED_CORE
2954 RIM PR# 221339.
2955
2956 * Source/cmake/OptionsBlackBerry.cmake:
2957
keishi@webkit.org94d82cd2012-10-10 11:29:49 +000029582012-10-10 Keishi Hattori <keishi@webkit.org>
2959
2960 REGRESSION (r129738): Calendar picker is too wide when the input is rtl
2961 https://bugs.webkit.org/show_bug.cgi?id=98881
2962
2963 Reviewed by kent Tamura.
2964
2965 * ManualTests/forms/calendar-picker.html: Added isCalendarRTL parameters.
2966
commit-queue@webkit.orgc6e67992012-10-10 11:22:29 +000029672012-10-10 Christophe Dumez <christophe.dumez@intel.com>
2968
2969 [EFL][WK2] Port MiniBrowser to Elementary
2970 https://bugs.webkit.org/show_bug.cgi?id=98748
2971
2972 Reviewed by Kenneth Rohde Christiansen.
2973
2974 Bump EFL librairies dependencies to v1.7
2975 and add Elementary as optional dependency now
2976 that it is needed to build MiniBrowser.
2977
2978 * Source/cmake/FindEet.cmake: Added.
2979 * Source/cmake/FindElementary.cmake: Added.
2980 * Source/cmake/OptionsEfl.cmake:
2981
commit-queue@webkit.org184a0ab2012-10-09 13:31:18 +000029822012-10-09 Simon Pena <spena@igalia.com>
2983
2984 [GTK] Add support for running JavaScript from GResources
2985 https://bugs.webkit.org/show_bug.cgi?id=98488
2986
2987 Reviewed by Carlos Garcia Campos.
2988
2989 GResources allow embedding certain resources, frequently used, in a "bundle"
2990 which can be kept separated or stored in the binary. This patch adds
2991 support for running JavaScript from GResources.
2992
2993 * configure.ac: Add support for compiling GResources
2994
zandobersek@gmail.comb2f10cc2012-10-09 07:10:56 +000029952012-10-09 Zan Dobersek <zandobersek@gmail.com>
2996
2997 Unreviewed GTK build fix after r130689.
2998
2999 Adding a required symbol to symbols.filter.
3000
3001 * Source/autotools/symbols.filter:
3002
commit-queue@webkit.orge28e6182012-10-08 18:10:17 +000030032012-10-08 Laszlo Gombos <l.gombos@samsung.com>
3004
3005 [EFL] Add minimum version information for tool dependencies
3006 https://bugs.webkit.org/show_bug.cgi?id=97592
3007
3008 Reviewed by Kenneth Rohde Christiansen.
3009
3010 Capture the minimum version information for the tools that are required
3011 to build the EFL port (or more generally WebKit).
3012
3013 * CMakeLists.txt:
3014
commit-queue@webkit.org72f86fd2012-10-08 09:47:55 +000030152012-10-08 Dongwoo Joshua Im <dw.im@samsung.com>
3016
3017 [EFL] Fix build break when WEB_AUDIO is enabled.
3018 https://bugs.webkit.org/show_bug.cgi?id=98635
3019
3020 Unreviewed build fix.
3021
3022 Build error is occurred because of the new flag, ENABLE_LEGACY_WEB_AUDIO,
3023 which was introduced by https://bugs.webkit.org/show_bug.cgi?id=97050.
3024
3025 * Source/cmakeconfig.h.cmake: Add ENABLE_LEGACY_WEB_AUDIO.
3026
joone.hur@intel.com6b755222012-10-08 09:23:31 +000030272012-10-08 Joone Hur <joone.hur@intel.com>
3028
3029 [EFL] Add support for -webkit-sticky
3030 https://bugs.webkit.org/show_bug.cgi?id=95182
3031
3032 Reviewed by Kenneth Rohde Christiansen.
3033
3034 Turn on CSS sticky position by default for WebKitEfl,
3035 but most of the CSS sticky position test cases still do not pass on WK1.
3036
3037 * Source/cmake/OptionsEfl.cmake:
3038
mrobinson@webkit.org1c2b02e2012-10-05 17:54:57 +000030392012-10-05 José Dapena Paz <jdapena@igalia.com>
3040
3041 [GTK] Add support for creating EGL contexts
3042 https://bugs.webkit.org/show_bug.cgi?id=77921
3043
3044 Reviewed by Martin Robinson.
3045
3046 This patch adds support for EGL, using OpenGL and OpenGL ES 2. Both
3047 options are set up on compile time, with the configure options
3048 --enable-egl and --enable-gles2.
3049
3050 The implementation only adds support for EGL on top of X11, to
3051 isolate the changes to the minimum. More changes should come
3052 later to enable EGL for other targets (as Wayland).
3053
3054 * GNUmakefile.am:
3055 * configure.ac: new configure options --enable-egl and --enable-gles2.
3056
rwlbuis@webkit.org18076902012-10-05 14:33:11 +000030572012-10-04 Rob Buis <rbuis@rim.com>
3058
3059 [BlackBerry] Sync up CMake files
3060 https://bugs.webkit.org/show_bug.cgi?id=98442
3061
3062 Reviewed by Gyuyoung Kim.
3063
3064 Amongst others some internal paths changed.
3065
3066 * Source/cmake/OptionsBlackBerry.cmake:
3067
commit-queue@webkit.org54c40662012-10-04 22:32:07 +000030682012-10-04 Christophe Dumez <christophe.dumez@intel.com>
3069
3070 [EFL] Add libxml 2.8.0 to jhbuild
3071 https://bugs.webkit.org/show_bug.cgi?id=98418
3072
3073 Reviewed by Laszlo Gombos.
3074
3075 Bump dependency for libxml to 2.8.0 to match
3076 jhbuild.
3077
3078 * Source/cmake/OptionsEfl.cmake:
3079
kbalazs@webkit.orge9055cb2012-10-04 13:42:11 +000030802012-10-04 Balazs Kelemen <kbalazs@webkit.org>
3081
3082 Don't allow to disable compositing in forced compositing mode
3083 https://bugs.webkit.org/show_bug.cgi?id=98048
3084
3085 Reviewed by Jocelyn Turcotte.
3086
3087 Export Settings::setAcceleratedCompositingEnabled because it has been deinlined.
3088
3089 * Source/autotools/symbols.filter:
3090
ryuan.choi@samsung.comec475c72012-10-04 05:46:28 +000030912012-10-03 Ryuan Choi <ryuan.choi@samsung.com>
3092
3093 [EFL] Default.edj should be generated although ENABLE_WEBKIT disabled.
3094 https://bugs.webkit.org/show_bug.cgi?id=97753
3095
3096 Reviewed by Laszlo Gombos.
3097
3098 default.edj is used in both webkit/efl and webkit2/efl.
3099 However, it has been generated only when ENABLE_WEBKIT is enabled.
3100
3101 This patch separates the script which generates default.edj
3102 from source/webkit/platformefl.cmake.
3103
3104 * Source/CMakeLists.txt:
3105 * Source/PlatformEfl.cmake: Added to generate custom target for default theme.
3106 * Source/cmake/OptionsEfl.cmake:
3107 Moved directory generation from WebKit/PlatformEfl.cmake
3108 because THEME_BINARY_DIR is used for both Default Theme and control theme in Tools.
3109
commit-queue@webkit.orgc0c0e812012-10-03 21:11:10 +000031102012-10-03 Otto Derek Cheung <otcheung@rim.com>
3111
3112 [BlackBerry] Implementing the NetworkInfo API for BB port
3113 https://bugs.webkit.org/show_bug.cgi?id=98273
3114
3115 Reviewed by Rob Buis.
3116
3117 Adding references to new classes added to support BlackBerry's
3118 NetworkInfo implementation.
3119
3120 * Source/cmake/OptionsBlackBerry.cmake:
3121
keishi@webkit.org2fb5b7d2012-10-02 02:37:27 +000031222012-10-01 Keishi Hattori <keishi@webkit.org>
3123
3124 Calendar picker should use zero as default step base
3125 https://bugs.webkit.org/show_bug.cgi?id=97976
3126
3127 Reviewed by Kent Tamura.
3128
3129 * ManualTests/forms/calendar-picker.html: Added stepBase parameters.
3130
commit-queue@webkit.org74ba6be2012-09-29 06:31:08 +000031312012-09-28 Mariusz Grzegorczyk <mariusz.g@samsung.com>
3132
3133 [WK2][GTK][EFL] Share WebKit2-GTK plugin process implementation with EFL port
3134 https://bugs.webkit.org/show_bug.cgi?id=91844
3135
3136 Reviewed by Simon Hausmann.
3137
3138 Turn on Netscape Plugin API by default for WebKit2-Efl.
3139
3140 * Source/cmake/OptionsEfl.cmake:
3141
hclam@chromium.orga8e31292012-09-28 23:58:22 +000031422012-09-28 Alpha Lam <hclam@chromium.org>
3143
3144 REGRESSION(r122215) - CachedImage::likelyToBeUsedSoon crashes on accessing a deleted CachedImageClient
3145 https://bugs.webkit.org/show_bug.cgi?id=97749
3146
3147 Reviewed by James Robinson.
3148
3149 Added a manual test to demonstrate drag image and crashing.
3150
3151 * ManualTests/drag-image-no-crash.html: Added.
3152
keishi@webkit.orgbca51ec2012-09-27 08:17:24 +000031532012-09-27 Keishi Hattori <keishi@webkit.org>
3154
3155 SuggestionPicker should support rtl
3156 https://bugs.webkit.org/show_bug.cgi?id=97555
3157
3158 Reviewed by Kent Tamura.
3159
3160 * ManualTests/forms/calendar-picker.html: Added tests for Arabic with datalist.
3161
paroga@webkit.org47f23e92012-09-27 07:30:06 +000031622012-09-27 Patrick Gansterer <paroga@webkit.org>
3163
3164 [WINCE] Enable JIT by default
3165
3166 * Source/cmake/OptionsWinCE.cmake:
3167
mrobinson@webkit.orgfc8c42f2012-09-26 15:53:42 +000031682012-09-26 Martin Robinson <mrobinson@igalia.com>
3169
3170 [GTK] Use XDamage to simplify RedirectedXCompositeWindow
3171 https://bugs.webkit.org/show_bug.cgi?id=97267
3172
3173 Reviewed by Alejandro G. Castro.
3174
3175 Use XDamage to queue redraws of the widget when redirecting accelerated compositing
3176 to an offscreen window. This allows removing a finicky timer-based approach, improves
3177 performance, and allows simplifying things greatly.
3178
3179 * configure.ac: Add support for finding XDamage via pkg-config.
3180
hausmann@webkit.org283c7c52012-09-26 08:38:35 +000031812012-09-26 Simon Hausmann <simon.hausmann@digia.com>
3182
3183 [Qt] Remove Qt Quick 1 support
3184
3185 Reviewed by Kenneth Rohde Christiansen.
3186
3187 It is being moved to the Qt5 QtQuick1 module.
3188
3189 * Source/tests.pri:
3190
zandobersek@gmail.com69904aa2012-09-26 07:38:12 +000031912012-09-26 Zan Dobersek <zandobersek@gmail.com>
3192
3193 [GTK] Enable some of the unstable CSS features
3194 https://bugs.webkit.org/show_bug.cgi?id=97572
3195
3196 Reviewed by Martin Robinson.
3197
3198 Export the required RuntimeEnabledFeatures symbol.
3199
3200 * Source/autotools/symbols.filter:
3201
commit-queue@webkit.orgfe797d02012-09-25 22:16:30 +000032022012-09-25 Cosmin Truta <ctruta@rim.com>
3203
3204 [BlackBerry] Enable LLInt
3205 https://bugs.webkit.org/show_bug.cgi?id=97604
3206
3207 Reviewed by Yong Li.
3208
3209 * Source/cmake/OptionsBlackBerry.cmake:
3210
rniwa@webkit.orgfa81ae52012-09-25 21:22:08 +000032112012-09-25 Ryosuke Niwa <rniwa@webkit.org>
3212
3213 Perf-o-matic should store "values" and support array'ed input
3214 https://bugs.webkit.org/show_bug.cgi?id=97601
3215
3216 Reviewed by Dirk Pranke.
3217
3218 Support new JSON format where the outermost structure is an array instead of a dictionary and results may
3219 contain "values". This change will let us remove some code from run-perf-tests.
3220
3221 Old: {"webkit-revision": 123456, "results": {"test": {"avg": 123}}
3222 New: [{"webkit-revision": 123456, "results": {"test": {"avg": 123, values: [122, 123, 124]}}}]
3223
3224 * Websites/webkit-perf.appspot.com/app.yaml: Incremented the version number.
3225 * Websites/webkit-perf.appspot.com/models.py:
3226 (TestResult): Added values property.
3227 (TestResult.get_or_insert_from_parsed_json): Pass in "values" to the constructor if the value is present.
3228 (ReportLog.get_value): Use the first item in the array if self._parsed uses the new format.
3229 (ReportLog.results_are_well_formed): Verifies that items in "values" are floats convertible. Also verify that
3230 if the JSON uses new format, there is exactly one set of results. In theory, we could support multiple results
3231 but we don't do that now for its complexity.
3232 * Websites/webkit-perf.appspot.com/models_unittest.py:
3233 (TestResultTests.test_get_or_insert_stat_value): Make sure values is present and is an empty list.
3234 (TestResultTests.test_get_or_insert_stat_value_with_values): Added.
3235 (ReportLogTests.test_results_are_well_formed):
3236 (ReportLogTests.test_chromium_revision): Renamed from chromium_revision so that it actually runs.
3237 (ReportLogTests.test_results_in_array):
3238
commit-queue@webkit.orgcef48762012-09-25 08:14:53 +000032392012-09-25 Laszlo Gombos <l.gombos@samsung.com>
3240
3241 [EFL] Update minimal required versions for dependencies
3242 https://bugs.webkit.org/show_bug.cgi?id=97523
3243
3244 Reviewed by Gyuyoung Kim.
3245
3246 Use the same versions numbers for dependencies as in Tools/efl/jhbuild.modules.
3247
3248 * Source/cmake/OptionsEfl.cmake:
3249
hausmann@webkit.orgf849a072012-09-25 08:08:17 +000032502012-09-24 Simon Hausmann <simon.hausmann@digia.com>
3251
3252 [Qt] Fix build with latest Qt 5
3253 https://bugs.webkit.org/show_bug.cgi?id=97479
3254
3255 Reviewed by Tor Arne Vestbø.
3256
3257 Define MODULE_BASE_DIR before loading qt_module.prf, which now calls syncqt. MODULE_BASE_DIR is
3258 passed as last parameter (source dir) to syncqt now, so set it to the directory that contains
3259 sync.profile.
3260
3261 * Source/api.pri:
3262
commit-queue@webkit.org67248b22012-09-25 06:51:39 +000032632012-09-24 Bo Liu <boliu@chromium.org>
3264
3265 Reland "Add in-place reload behavior to ImagesEnabled setting" with optimizations
3266 https://bugs.webkit.org/show_bug.cgi?id=97055
3267
3268 Reviewed by Adam Barth.
3269
3270 Relanding 128780, 128676, 128645. Was reverted in 128914 due to
3271 performance regression in Chromium.
3272
3273 New changes in addition to previously reverted patches:
3274
3275 Refactored CachedResource::requestResource, loadResource, and
3276 revalidateResource. Moved CachedResource::load method to end of
3277 requestResource so there is one place where load is called for all
3278 resources.
3279
3280 Added a enum parameter for requestResource and
3281 determineRevalidationPolicy so that FrameLoaderClient::allowImage call
3282 do not need to be called multiple times.
3283
3284 Removed CachedImage::load call in requestImage so it is not called
3285 twice.
3286
3287 Removed unnecessary Frame.h includes in CachedResource and
3288 CachedImage.
3289
3290 Removed dead load() method declaration in CachedImage.
3291
3292 Updated text expectation for two image-permissions tests to reflect
3293 the removed calls to allowImage.
3294
3295 * Source/autotools/symbols.filter:
3296
commit-queue@webkit.org143a7ff52012-09-25 03:22:13 +000032972012-09-24 Byungwoo Lee <bw80.lee@samsung.com>
3298
3299 [CMake] Change hardcoded 'lib' and 'bin' in CMakeLists.txt to 'LIB_INSTALL_DIR' and 'EXEC_INSTALL_DIR'.
3300 https://bugs.webkit.org/show_bug.cgi?id=97419
3301
3302 Reviewed by Gyuyoung Kim.
3303
3304 Use the value of LIB_INSTALL_DIR and EXEC_INSTALL_DIR instead of
3305 hardcoding 'lib' and 'bin' for CMAKE_{ARCHIVE,LIBRARY,RUNTIME}_OUTPUT_DIRECTORY.
3306
3307 * CMakeLists.txt:
3308 Use ${LIB_INSTALL_DIR} instead of hardcoding "lib".
3309 Use ${EXEC_INSTALL_DIR} instead of hardcoding "bin".
3310
commit-queue@webkit.orgc4157482012-09-24 20:07:13 +000033112012-09-24 Sheriff Bot <webkit.review.bot@gmail.com>
3312
ossy@webkit.org7fa15452012-09-24 20:47:45 +00003313 Unreviewed, rolling out r129343.
3314 http://trac.webkit.org/changeset/129343
3315 https://bugs.webkit.org/show_bug.cgi?id=97479
3316
3317 It broke the build (Requested by Ossy_NIGHT on #webkit).
3318
3319 * Source/api.pri:
3320
33212012-09-24 Sheriff Bot <webkit.review.bot@gmail.com>
3322
commit-queue@webkit.orgc4157482012-09-24 20:07:13 +00003323 Unreviewed, rolling out r129388.
3324 http://trac.webkit.org/changeset/129388
3325 https://bugs.webkit.org/show_bug.cgi?id=97477
3326
3327 Caused an assertion in a WebKit2 unit test (Requested by
3328 abarth on #webkit).
3329
3330 * Source/autotools/symbols.filter:
3331
dominik.rottsches@intel.comdfe84c82012-09-24 18:49:40 +000033322012-09-24 Dominik Röttsches <dominik.rottsches@intel.com>
3333
3334 [EFL][DRT] Enable Regions support
3335 https://bugs.webkit.org/show_bug.cgi?id=83897
3336
3337 Reviewed by Kenneth Rohde Christiansen.
3338
3339 Default build setting for CSS regions set to on.
3340
3341 * Source/cmake/OptionsEfl.cmake:
3342
commit-queue@webkit.org2a1dff22012-09-24 18:13:34 +000033432012-09-24 Bo Liu <boliu@chromium.org>
3344
3345 Reland "Add in-place reload behavior to ImagesEnabled setting" with optimizations
3346 https://bugs.webkit.org/show_bug.cgi?id=97055
3347
3348 Reviewed by Adam Barth.
3349
3350 Relanding 128780, 128676, 128645. Was reverted in 128914 due to
3351 performance regression in Chromium.
3352
3353 New changes in addition to previously reverted patches:
3354
3355 Refactored CachedResource::requestResource, loadResource, and
3356 revalidateResource. Moved CachedResource::load method to end of
3357 requestResource so there is one place where load is called for all
3358 resources.
3359
3360 Added a enum parameter for requestResource and
3361 determineRevalidationPolicy so that FrameLoaderClient::allowImage call
3362 do not need to be called multiple times.
3363
3364 Removed CachedImage::load call in requestImage so it is not called
3365 twice.
3366
3367 Removed unnecessary Frame.h includes in CachedResource and
3368 CachedImage.
3369
3370 Removed dead load() method declaration in CachedImage.
3371
3372 Updated text expectation for two image-permissions tests to reflect
3373 the removed calls to allowImage.
3374
3375 * Source/autotools/symbols.filter:
3376
commit-queue@webkit.orgb3cd24a2012-09-24 11:38:00 +000033772012-09-24 Vivek Galatage <vivekgalatage@gmail.com>
3378
3379 Web Inspector: implement testing harness for pure protocol tests.
3380 https://bugs.webkit.org/show_bug.cgi?id=90675
3381
3382 Reviewed by Yury Semikhatsky.
3383
3384 Added export symbols required for Gtk+ to support the Inspector Protocol
3385 testing harness.
3386
3387 * Source/autotools/symbols.filter:
3388
hausmann@webkit.org4bd09882012-09-24 11:07:29 +000033892012-09-24 Simon Hausmann <simon.hausmann@digia.com>
3390
3391 [Qt] Fix build with latest Qt 5
3392
3393 Reviewed by Tor Arne Vestbø.
3394
3395 Define MODULE_BASE_DIR before loading qt_module.prf, which now calls syncqt. MODULE_BASE_DIR is
3396 passed as last parameter (source dir) to syncqt now, so set it to the directory that contains
3397 sync.profile.
3398
3399 * Source/api.pri:
3400
keishi@webkit.orgec5c8e02012-09-24 04:39:09 +000034012012-09-23 Keishi Hattori <keishi@webkit.org>
3402
3403 Add suggestionPicker to CalendarPicker
3404 https://bugs.webkit.org/show_bug.cgi?id=97201
3405
3406 Reviewed by Kent Tamura.
3407
3408 * ManualTests/forms/calendar-picker.html: Added tests for SuggestionPicker.
3409
fischman@chromium.org9de834a2012-09-22 04:44:29 +000034102012-09-21 Ami Fischman <fischman@chromium.org>
3411
3412 HTMLMediaElement isn't garbage collected between document reloads
3413 https://bugs.webkit.org/show_bug.cgi?id=97020
3414
3415 Reviewed by Eric Carlson.
3416
3417 Manual test added: ManualTests/audio-freed-during-reload.html
3418
3419 * ManualTests/audio-freed-during-reload.html:
3420
crogers@google.com143fd022012-09-21 22:12:36 +000034212012-09-21 Chris Rogers <crogers@google.com>
3422
3423 Add Web Audio support for deprecated/legacy APIs
3424 https://bugs.webkit.org/show_bug.cgi?id=97050
3425
3426 Reviewed by Eric Carlson.
3427
3428 * Source/cmake/WebKitFeatures.cmake:
3429
hausmann@webkit.orgb2449d72012-09-21 12:05:41 +000034302012-09-21 Simon Hausmann <simon.hausmann@digia.com>
3431
3432 [Qt] Bail out when trying to build WebKit with Qt != 5
3433
3434 Reviewed by Tor Arne Vestbø.
3435
3436 Moved check for Qt version out of default_pre into top-level WebKit.pro,
3437 because we never reach default_pre.prf due to the lack of .qmake.conf support
3438 in older versions of Qt/QMake.
3439
3440 * WebKit.pro:
3441
hausmann@webkit.org7870ad12012-09-20 11:58:44 +000034422012-09-20 Simon Hausmann <simon.hausmann@digia.com>
3443
3444 [Qt] QtWebKit module header includes private dependencies
3445
3446 Reviewed by Tor Arne Vestbø.
3447
3448 Moved loading of webkit_modules.prf a few lines down after the definition
3449 of QT_API_DEPENDS, because webkit_modules.prf does the sanitization of the
3450 QT variable now and therefore needs QT_API_DEPENDS.
3451
3452 * Source/api.pri:
3453
commit-queue@webkit.orgd6c30c62012-09-19 03:39:04 +000034542012-09-18 Sailesh Agrawal <sail@chromium.org>
3455
3456 Chromium: Scrollbar with tickmarks doesn't respond to clicks
3457 https://bugs.webkit.org/show_bug.cgi?id=96049
3458
3459 Reviewed by Beth Dakin.
3460
3461 Update exported symbols.
3462
3463 * Source/autotools/symbols.filter:
3464
commit-queue@webkit.org0d7a7412012-09-18 18:18:08 +000034652012-09-18 Bo Liu <boliu@chromium.org>
3466
3467 Revert 128780, 128676, 128645
3468 https://bugs.webkit.org/show_bug.cgi?id=97022
3469
3470 Reviewed by Adam Barth.
3471
3472 I made these revisions to add in-place reload behavior to ImagesEnabled setting.
3473 Reverting this for now due to them causing performance regression in
3474 chromium, possibly caused by increased calls to
3475 PermissionClient::imageAllowed.
3476
3477 * Source/autotools/symbols.filter:
3478
ryuan.choi@samsung.com53f38802012-09-18 07:20:05 +000034792012-09-18 Ryuan Choi <ryuan.choi@samsung.com>
3480
3481 [CMAKE] Fix build break because of memory exhausted.
3482 https://bugs.webkit.org/show_bug.cgi?id=77327
3483
3484 Reviewed by Gyuyoung Kim.
3485
3486 Added to avoid memory exhaustion on 32bit linux debug build.
3487
3488 * Source/cmake/OptionsCommon.cmake:
3489
rwlbuis@webkit.org9c82b2d2012-09-17 20:55:20 +000034902012-09-17 Rob Buis <rbuis@rim.com>
3491
3492 [BlackBerry] Enable VIDEO_TRACK
3493 https://bugs.webkit.org/show_bug.cgi?id=96949
3494
3495 Reviewed by Antonio Gomes.
3496
3497 Turn on VIDEO_TRACK feature.
3498
3499 * Source/cmake/OptionsBlackBerry.cmake:
3500
zandobersek@gmail.comb975a612012-09-17 17:58:07 +000035012012-09-17 Zan Dobersek <zandobersek@gmail.com>
3502
3503 [Gtk] Remove configuration options for stable features that are currently enabled
3504 https://bugs.webkit.org/show_bug.cgi?id=96621
3505
3506 Reviewed by Martin Robinson.
3507
3508 Remove configuration flags that were used for either features that were enabled
3509 by default or were enabled only when unstable features support was enabled. In
3510 any case the feature was removed only if it does not introduce a dependency.
3511
3512 * configure.ac:
3513
vestbo@webkit.org10de7822012-09-17 13:32:37 +000035142012-09-17 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3515
3516 [Qt] Auto-generate the module pri file for QtWebKit
3517
3518 Reviewed by Simon Hausmann.
3519
3520 * Source/api.pri:
3521
jchaffraix@webkit.org5083f632012-09-15 01:24:30 +000035222012-09-14 Julien Chaffraix <jchaffraix@webkit.org>
3523
3524 Revert r127457 and following fixes due to several hit-testing regressions
3525 https://bugs.webkit.org/show_bug.cgi?id=96830
3526
3527 Reviewed by Antonio Gomes.
3528
3529 This change reverts r127457, r127863 and r128505.
3530
3531 * Source/autotools/symbols.filter:
3532
abarth@webkit.org79bb5eb2012-09-14 22:04:58 +000035332012-09-14 Adam Barth <abarth@webkit.org>
3534
3535 Remove webkitPostMessage
3536 https://bugs.webkit.org/show_bug.cgi?id=96577
3537
3538 Reviewed by Ojan Vafai.
3539
3540 Add ENABLE_LEGACY_VENDOR_PREFIXES flag.
3541
3542 * Source/cmake/WebKitFeatures.cmake:
3543 * Source/cmakeconfig.h.cmake:
3544
jpfau@apple.comaaef7312012-09-14 21:30:42 +000035452012-09-14 Jeffrey Pfau <jpfau@apple.com>
3546
3547 Allow third-party storage blocking setting to change while a page is loaded
3548 https://bugs.webkit.org/show_bug.cgi?id=95790
3549
3550 Reviewed by Brady Eidson.
3551
3552 Update exported symbols.
3553
3554 * Source/autotools/symbols.filter:
3555
commit-queue@webkit.orgd0a50672012-09-14 20:04:30 +000035562012-09-14 Bo Liu <boliu@chromium.org>
3557
3558 Add in-place reload behavior to ImagesEnabled setting
3559 https://bugs.webkit.org/show_bug.cgi?id=95478
3560
3561 Reviewed by Adam Barth.
3562
3563 Export WebCore::Settings::setImagesEnabled symbol.
3564
3565 * Source/autotools/symbols.filter:
3566
vestbo@webkit.orgbb5e6be2012-09-14 13:41:24 +000035672012-09-14 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3568
3569 [Qt] Fix handling of debug/release/debug_and_release/build_all
3570
3571 We now pick up the defaults from Qt, in default_pre (CONFIG already
3572 contains the appropriate values for debug and release). We then let
3573 the command line arguments to qmake, or the project files themselves,
3574 override the configuration, and finally we sanitize the configuration
3575 in default_post.
3576
3577 Reviewed by Simon Hausmann.
3578
3579 * Source/api.pri:
3580
keishi@webkit.org13c4f222012-09-14 11:11:17 +000035812012-09-14 Keishi Hattori <keishi@webkit.org>
3582
3583 Add runtime flag that enables lang attribute for form controls in LayoutTests
3584 https://bugs.webkit.org/show_bug.cgi?id=96636
3585
3586 Reviewed by Kent Tamura.
3587
3588 * Source/autotools/symbols.filter:
3589
commit-queue@webkit.org9a8a2e52012-09-13 15:31:12 +000035902012-09-13 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3591
3592 [CMake] Remove some redundant warning flags and enable a few more warnings.
3593 https://bugs.webkit.org/show_bug.cgi?id=96654
3594
3595 Reviewed by Kenneth Rohde Christiansen.
3596
3597 * Source/cmake/WebKitHelpers.cmake: Remove a few warning flags
3598 which are already enabled by -Wall and -Wextra, remove -W which
3599 looks useless and also enable a few more warnings by removing
3600 their -Wno-foo counterparts which were present.
3601
vestbo@webkit.orgbef66922012-09-13 12:39:46 +000036022012-09-13 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3603
vestbo@webkit.org18883b62012-09-13 15:10:43 +00003604 [Qt] Ensure that QT is finalized before loading qt_module.prf
3605
3606 As qt_module.prf does dependency tracking based on the content of the
3607 QT variable. The intermediate WebKit modules modify the variable in
3608 their .pri files, so we have to ensure we've loaded all the modules
3609 before loading qt_module.
3610
3611 Reviewed by Tor Arne Vestbø.
3612 Patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com> on 2012-09-13
3613
3614 * Source/api.pri:
3615
36162012-09-13 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3617
vestbo@webkit.orgbef66922012-09-13 12:39:46 +00003618 [Qt] Make sure LIBS, PKGCONFIG, and QT, do not affect QtWebKit's prl file
3619
3620 Unless it's actually a dependency of the public QtWebKit API.
3621
3622 We could replace every occurance of LIBS, PKGCONFIG, and QT, in the pri
3623 files with their _PRIVATE equivivalent, but that's likely to break when
3624 someone adds a new QT/LIBS/PKGCONFIG += foo line somewhere. Instead we
3625 clean up the variables in default_post.
3626
3627 This means that the CONFIG -= explicitlib in linkAgainstLibrary() is no
3628 longer needed, as it was a workaround for the intermediate libraries ending
3629 up in the prl file. And, since CONFIG -= staticlib was there to support
3630 the explicitlib option, we can remove that too (as well as the exception
3631 for gprof, since it would be empty). If gprof needs tweaks to always link
3632 statically they should go in gprof.prf.
3633
3634 Reviewed by Simon Hausmann.
3635
3636 * Source/api.pri:
3637
vestbo@webkit.orgab7c14a2012-09-13 10:37:28 +000036382012-09-13 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
3639
3640 [Qt] Fllow rename of qt_module_config.prf to qt_module.prf
3641
3642 Reviewed by Tor Arne Vestbø.
3643
3644 * Source/api.pri:
3645
hausmann@webkit.org5c756e22012-09-13 08:50:40 +000036462012-09-13 Simon Hausmann <simon.hausmann@nokia.com>
3647
3648 [Qt] syncqt isn't re-run when WebKit1.pro changes and we're building with --no-webkit2
3649 https://bugs.webkit.org/show_bug.cgi?id=96545
3650
3651 Reviewed by Tor Arne Vestbø.
3652
3653 Do the QMAKE_INTERNAL_INCLUDED_FILES trick separately for WebKit1.pro and WebKit2/Target.pri,
3654 depending on build?(webkit1) and build?(webkit2), as discussed earlier.
3655
3656 * Source/api.pri:
3657
commit-queue@webkit.org3f2c0092012-09-13 05:09:58 +000036582012-09-12 Sheriff Bot <webkit.review.bot@gmail.com>
3659
3660 Unreviewed, rolling out r127876.
3661 http://trac.webkit.org/changeset/127876
3662 https://bugs.webkit.org/show_bug.cgi?id=96600
3663
3664 mouse click doesn't work for spin button if spin button in
3665 iframe (Requested by yosin on #webkit).
3666
3667 * Source/autotools/symbols.filter:
3668
commit-queue@webkit.orge6e86232012-09-13 00:56:49 +000036692012-09-12 KyungTae Kim <ktf.kim@samsung.com>
3670
3671 [EFL] Support download attribute feature
3672 https://bugs.webkit.org/show_bug.cgi?id=96462
3673
3674 Reviewed by Gyuyoung Kim.
3675
3676 * Source/cmake/OptionsEfl.cmake: Enable DOWNLOAD_ATTRIBUTE feature.
3677
commit-queue@webkit.org4e9d4a02012-09-12 19:21:41 +000036782012-09-12 Sami Kyostila <skyostil@google.com>
3679
3680 Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING
3681 https://bugs.webkit.org/show_bug.cgi?id=96251
3682
3683 Reviewed by Simon Fraser.
3684
3685 Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING to better describe
3686 the feature it controls.
3687
3688 * Source/cmakeconfig.h.cmake:
3689
ryuan.choi@samsung.com47ae6ee2012-09-12 04:24:57 +000036902012-09-11 Ryuan Choi <ryuan.choi@samsung.com>
3691
3692 [CMAKE] Supply feature defines to CodeGeneratorTestRunner.
3693 https://bugs.webkit.org/show_bug.cgi?id=96273
3694
3695 Reviewed by Gyuyoung Kim.
3696
3697 * Source/cmake/WebKitFeatures.cmake: Generated FEATURE_DEFINES_WITH_SPACE_SEPARATOR.
3698
commit-queue@webkit.org17d4dad2012-09-11 22:32:24 +000036992012-09-11 Arnaud Renevier <a.renevier@sisa.samsung.com>
3700
3701 [Gtk] allow building with css-shaders
3702 https://bugs.webkit.org/show_bug.cgi?id=95603
3703
3704 Reviewed by Martin Robinson.
3705
3706 if unstable features and accelerated compositing are turned on, and
3707 acceleration backend is opengl, then build CSS Shaders and CSS
3708 Filters.
3709
3710 * configure.ac:
3711
commit-queue@webkit.org2f7ffce2012-09-11 18:31:11 +000037122012-09-11 Marcelo Lira <marcelo.lira@openbossa.org>
3713
3714 Restore original value of mock scrollbars enabled in InternalSettings
3715 https://bugs.webkit.org/show_bug.cgi?id=87680
3716
3717 Reviewed by Adam Barth.
3718
3719 Added backup support for mock scrollbars state in
3720 InternalSettings::Backup, and removed support for these
3721 from Qt's DumpRenderTree.
3722
3723 * Source/autotools/symbols.filter:
3724
rakuco@webkit.org72080602012-09-11 15:33:04 +000037252012-09-11 Raphael Kubo da Costa <rakuco@webkit.org>
3726
3727 [EFL] Rewrite the EFL-related Find modules
3728 https://bugs.webkit.org/show_bug.cgi?id=95237
3729
3730 Reviewed by Kenneth Rohde Christiansen.
3731
3732 FindEFL.cmake had several problems which caused unnecessary trouble
3733 when building the EFL port under some setups:
3734
3735 o It looked for some modules (such as ecore) more than once for no
3736 reason, which led to people adding libraries and include paths in
3737 different ways across the build system.
3738
3739 o It depended on pkg-config being present for the searches to
3740 succeed.
3741
3742 o It obtained the library definitions from pkg-config, so
3743 ${FOO_LIBRARIES} would be set to something like "foo;bar" which
3744 expanded to "-lfoo -lbar" to the linker. If a wrong -L<path> was
3745 passed before that, the wrong library installation would end up
3746 being picked up.
3747
3748 o Due to the problem above, we also needed to set the LINK_FLAGS
3749 property for each target with the value of ${FOO_LDFLAGS}, which was
3750 also obtained from pkg-config and sort of compensated the fact that
3751 the libraries did not use absolute paths and added the required -L
3752 paths. This also included dependencies for these libraries, so we
3753 ended up including libraries indirectly, which is bad.
3754
3755 We have now replaced that file with a set of Find-modules which are
3756 much more granular, each of them responsible for looking for a
3757 single library and its components and setting library and include
3758 locations the right way (with FIND_PATH() and FIND_LIBRARY()), so
3759 that all the problems above are fixed.
3760
3761 * Source/cmake/EFLHelpers.cmake: Added.
3762 * Source/cmake/FindEDBus.cmake: Added.
3763 * Source/cmake/FindEFL.cmake: Removed.
3764 * Source/cmake/FindEcore.cmake: Added.
3765 * Source/cmake/FindEdje.cmake: Added.
3766 * Source/cmake/FindEeze.cmake: Added.
3767 * Source/cmake/FindEfreet.cmake: Added.
3768 * Source/cmake/FindEina.cmake: Added.
3769 * Source/cmake/FindEvas.cmake: Added.
3770 * Source/cmake/OptionsEfl.cmake:
3771
hausmann@webkit.org3ce75262012-09-11 13:51:45 +000037722012-09-11 Simon Hausmann <simon.hausmann@nokia.com>
3773
3774 [Qt] In-source builds are broken
3775
3776 Reviewed by Tor Arne Vestbø.
3777
3778 The Tools sub-directory contains a Makefile checked into SVN. For in-source builds let's not try to
3779 overwrite it but instead generate a dedicated Makefile.Tools.
3780
3781 * Makefile:
3782 * WebKit.pro:
3783
vestbo@webkit.orga5de2262012-09-11 13:06:39 +000037842012-09-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3785
3786 [Qt] Add a configure step to the Qt build system
3787
3788 This allows building the Qt port using just 'qmake WebKit.pro'. Using
3789 the build-webkit script is still supported, and will add slightly more
3790 logic to the build, such as detecting the need for clean or incremental
3791 builds.
3792
3793 Internally, the build system now uses a new variable, WEBKIT_CONFIG, for
3794 all things related to configuring the build, such as use/have/enable flags,
3795 and these are translated to defines in default_post. Project files should
3796 no longer check contains(DEFINES,...) to detect features, but use the new
3797 enable?(), use?(), and have?() functions. The no_webkit1 and no_webkit2
3798 options have been translated into WEBKIT_CONFIG options as well, and can
3799 be checked using build?().
3800
3801 Reviewed by Simon Hausmann.
3802
3803 * Source/QtWebKit.pro:
3804 * Source/api.pri:
3805 * Source/tests.pri:
3806 * WebKit.pro:
3807
commit-queue@webkit.org934f4082012-09-10 16:06:32 +000038082012-09-10 Thiago Marcos P. Santos <thiago.santos@intel.com>
3809
3810 [CMake][EFL] Enable the LLInt
3811 https://bugs.webkit.org/show_bug.cgi?id=92682
3812
3813 Reviewed by Csaba Osztrogonác.
3814
3815 Added LLInt to CMake buildsystem and enabled it by default on EFL.
3816 Note that Ruby is not enforced: a secondary check is done when LLInt
3817 is enabled on the JSC's CMakeLists.txt.
3818
3819 * CMakeLists.txt:
3820 * Source/cmake/OptionsEfl.cmake:
3821 * Source/cmake/WebKitFeatures.cmake:
3822 * Source/cmakeconfig.h.cmake:
3823
simon.fraser@apple.com4030b0a2012-09-08 00:48:40 +000038242012-09-07 Simon Fraser <simon.fraser@apple.com>
3825
3826 box-shadow causes overlay scrollbars to be in the wrong position when element is composited
3827 https://bugs.webkit.org/show_bug.cgi?id=85647
3828
3829 Reviewed by James Robinson.
3830
3831 Test overlay scrollbars in composited layers.
3832
3833 * ManualTests/scrollbars/scrollbars-in-composited-layers.html: Added.
3834
mrobinson@webkit.org219213a2012-09-07 17:52:07 +000038352012-09-07 Martin Robinson <mrobinson@igalia.com>
3836
3837 [GTK] Move user agent helpers to WebCore
3838 https://bugs.webkit.org/show_bug.cgi?id=95745
3839
3840 Reviewed by Carlos Garcia Campos.
3841
3842 Added an autoconf step for the new user agent shared code header in
3843 WebCore. This is necessary so that we can use the user agent version
3844 based on the information in the configure.ac file.
3845
3846 * configure.ac:
3847
allan.jensen@nokia.com38071cd2012-09-07 16:09:16 +000038482012-09-07 Allan Sandfeld Jensen <allan.jensen@nokia.com>
3849
3850 Simplify hitTestResultAtPoint and nodesFromRect APIs
3851 https://bugs.webkit.org/show_bug.cgi?id=95720
3852
3853 Reviewed by Antonio Gomes.
3854
3855 Update exported symbols.
3856
3857 * Source/autotools/symbols.filter:
3858
zandobersek@gmail.com47053b32012-09-07 16:01:56 +000038592012-09-07 Zan Dobersek <zandobersek@gmail.com>
3860
3861 [GTK] Multiple feature defines in webcore_cppflags can occur
3862 https://bugs.webkit.org/show_bug.cgi?id=95942
3863
3864 Reviewed by Martin Robinson.
3865
3866 Add the feature_defines_unstable variable that should control values of feature
3867 defines for unstable features when unstable features are not enabled (e.g. release builds).
3868
3869 * GNUmakefile.am:
3870
zandobersek@gmail.com6a566432012-09-06 17:58:42 +000038712012-09-06 Zan Dobersek <zandobersek@gmail.com>
3872
3873 [Gtk] Remove configuration options for features that are not supported by the Gtk port
3874 https://bugs.webkit.org/show_bug.cgi?id=87664
3875
3876 Reviewed by Martin Robinson.
3877
3878 Remove configuration options for features that are completely unsupported by the GTK port.
3879 They only bloat the configure.ac file. They should be re-added when the feature becomes
3880 supported and introduces an external dependency that the users might want to avoid.
3881
3882 * configure.ac:
3883
hausmann@webkit.org516d3eb2012-09-06 10:55:43 +000038842012-09-06 Simon Hausmann <simon.hausmann@nokia.com>
3885
3886 [Qt] Fix build with ANGLE on platforms that provide EGL/GLESv2
3887 https://bugs.webkit.org/show_bug.cgi?id=95965
3888
3889 Reviewed by Tor Arne Vestbø.
3890
3891 Add ANGLE as separate static library to the build and dependencies.
3892
3893 * Source/api.pri:
3894 * WebKit.pro:
3895
staikos@webkit.orgfcde6392012-09-06 01:16:40 +000038962012-09-05 George Staikos <staikos@webkit.org>
3897
3898 [BlackBerry] Match th ebuild flags from the platform library
3899 https://bugs.webkit.org/show_bug.cgi?id=95423
3900
3901 Reviewed by Antonio Gomes.
3902
3903 Unaligned build flags can cause crashes and other strange behavior.
3904 These two were not defined here but were defined on the system.
3905
3906 * Source/cmake/OptionsBlackBerry.cmake:
3907
kaustubh@motorola.com478c5092012-09-05 11:36:03 +000039082012-09-05 Kaustubh Atrawalkar <kaustubh@motorola.com>
3909
3910 [DRT] LTC:: Move printing related APIs from LayoutTestController to Internals
3911 https://bugs.webkit.org/show_bug.cgi?id=92735
3912
3913 Reviewed by Hajime Morita.
3914
3915 Move numberOfPages, pageProperty & pageSizeAndMarginsInPixels in Internals and remove duplicated code from DumprenderTree & WebkitTestRunner.
3916 Added symbols for GTK builds for corresponding APIs.
3917
3918 * Source/autotools/symbols.filter:
3919
jchaffraix@webkit.orgdeb687a2012-09-04 23:39:00 +000039202012-09-04 Julien Chaffraix <jchaffraix@webkit.org>
3921
3922 REGRESSION(r120832): RenderLayer::clampScrollOffset doesn't properly clamp
3923 https://bugs.webkit.org/show_bug.cgi?id=95776
3924
3925 Reviewed by Simon Fraser.
3926
3927 * ManualTests/select-menu-list-wrongly-positioned.html: Added.
3928
commit-queue@webkit.org61e24692012-09-04 13:13:08 +000039292012-09-04 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3930
3931 [EFL] Context menu restore.
3932 https://bugs.webkit.org/show_bug.cgi?id=74179
3933
3934 Reviewed by Gyuyoung Kim.
3935
3936 Adds context menu support for EFL port using non-CROSS_PLATFORM_CONTEXT_MENUS
3937 approach, the same as used in WebKit2.
3938
3939 * Source/cmake/OptionsEfl.cmake: Turn on CONTEXT_MENUS flag for EFL port
3940
allan.jensen@nokia.com80831832012-09-04 11:56:46 +000039412012-09-04 Allan Sandfeld Jensen <allan.jensen@nokia.com>
3942
3943 Allow child-frame content in hit-tests.
3944 https://bugs.webkit.org/show_bug.cgi?id=95204
3945
3946 Reviewed by Antonio Gomes.
3947
3948 Update exported symbols.
3949
3950 * Source/autotools/symbols.filter:
3951
commit-queue@webkit.org3a5958b2012-09-04 09:25:24 +000039522012-09-04 Jinwoo Song <jinwoo7.song@samsung.com>
3953
3954 [CMAKE] Update cmakeconfig.h.cmake
3955 https://bugs.webkit.org/show_bug.cgi?id=95712
3956
3957 Reviewed by Gyuyoung Kim.
3958
3959 Update feature definitions which are missing compared to WebKitFeatures.cmake
3960
3961 * Source/cmakeconfig.h.cmake:
3962
commit-queue@webkit.org3b4355c2012-09-03 14:01:17 +000039632012-09-03 Jinwoo Song <jinwoo7.song@samsung.com>
3964
3965 [EFL] Use WebKitVersion.h to get version information
3966 https://bugs.webkit.org/show_bug.cgi?id=95669
3967
3968 Reviewed by Gyuyoung Kim.
3969
3970 WEBKIT_USER_AGENT_MAJOR_VERSION and WEBKIT_USER_AGENT_MINOR_VERSION
3971 are defined as constant in the OptionsEfl.cmake. But we do not need
3972 to define these here but can use the defined constant in WebKitVersion.h.
3973
3974 WebKitVersion.h is already generated with the version information
3975 from the Source/WebCore/Configurations/Version.xcconfig.
3976
3977 * Source/cmake/OptionsEfl.cmake: Do not set WEBKIT_USER_AGENT_* variables.
3978 * Source/cmakeconfig.h.cmake: Remove WEBKIT_USER_AGENT_* definitions
3979 as no more port uses.
3980
tony@chromium.orgb866aaa2012-08-31 21:17:19 +000039812012-08-31 Tony Chang <tony@chromium.org>
3982
3983 Remove ENABLE_CSS3_FLEXBOX compile time flag
3984 https://bugs.webkit.org/show_bug.cgi?id=95382
3985
3986 Reviewed by Ojan Vafai.
3987
3988 Everyone is already enabling this by default and the spec has stablized.
3989
3990 * Source/cmake/WebKitFeatures.cmake:
3991 * Source/cmakeconfig.h.cmake:
3992 * configure.ac:
3993
commit-queue@webkit.org9f7e2312012-08-30 21:56:45 +000039942012-08-30 JungJik Lee <jungjik.lee@samsung.com>
3995
3996 [EFL][WK2] Add WebMemorySampler feature.
3997 https://bugs.webkit.org/show_bug.cgi?id=91214
3998
3999 Reviewed by Kenneth Rohde Christiansen.
4000
4001 Set WebMemorySampler feature on in EFL port.
4002
4003 * Source/cmake/OptionsEfl.cmake:
4004 * Source/cmake/WebKitFeatures.cmake:
4005 * Source/cmakeconfig.h.cmake:
4006
rwlbuis@webkit.orgcd4492b2012-08-30 20:14:58 +000040072012-08-30 Rob Buis <rbuis@rim.com>
4008
4009 [CMake] Suppress ANGLE compilation warnings
4010 https://bugs.webkit.org/show_bug.cgi?id=95377
4011
4012 Reviewed by Antonio Gomes.
4013
4014 Change WEBKIT_SET_EXTRA_COMPILER_FLAGS so it has an option to suppress C++ warnings.
4015
4016 * Source/cmake/WebKitHelpers.cmake:
4017
hausmann@webkit.orgca4d6662012-08-29 18:50:56 +000040182012-08-29 Thiago Macieira <thiago.macieira@intel.com>
4019
4020 Tell git-archive to not export .gitattributes and .gitignore
4021
4022 Reviewed by Simon Hausmann.
4023
4024 Exclude git specific files from archives created via git-archive.
4025
4026 * .gitattributes:
4027
commit-queue@webkit.org32cc8762012-08-28 22:59:22 +000040282012-08-28 Mario Sanchez Prada <msanchez@igalia.com>
4029
4030 Add directory generated by Eclipse to .gitignore
4031 https://bugs.webkit.org/show_bug.cgi?id=95231
4032
4033 Reviewed by Andreas Kling.
4034
4035 * .gitignore: Ignore .settings directory.
4036
rwlbuis@webkit.org2e9fadb2012-08-27 15:51:09 +000040372012-08-27 Rob Buis <rbuis@rim.com>
4038
4039 [BlackBerry] remove -fno-rtti option in CMAKE_C_FLAGS
4040 https://bugs.webkit.org/show_bug.cgi?id=95089
4041
4042 Reviewed by Antonio Gomes.
4043
4044 This option does not make sense for compiling C and gives a warning.
4045
4046 * Source/cmake/OptionsBlackBerry.cmake:
4047
commit-queue@webkit.org30167702012-08-27 09:19:27 +000040482012-08-27 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
4049
4050 Rename RegisterProtocolHandler API to NavigatorContentUtils
4051 https://bugs.webkit.org/show_bug.cgi?id=94920
4052
4053 Reviewed by Adam Barth.
4054
4055 Modified configuration files so that they contain renamed NavigatorContentUtils-prefixed files.
4056
4057 * Source/cmake/OptionsBlackBerry.cmake:
4058 * Source/cmake/OptionsEfl.cmake:
4059 * Source/cmake/WebKitFeatures.cmake:
4060 * Source/cmakeconfig.h.cmake:
4061
kevino@webkit.org0ea72832012-08-23 18:41:33 +000040622012-08-23 Kevin Ollivier <kevino@theolliviers.com>
4063
4064 [wx] Unreviewed build fix. Disable compilation of WebDOM file for now,
4065 add the opentype directory, and remove old ATSUI files no longer in the tree.
4066
4067 * wscript:
4068
jesus@webkit.orgdcf00282012-08-23 18:28:41 +000040692012-08-22 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
4070
4071 [EFL] Use WTF_USE_SOUP instead BUILDING_SOUP__
4072 https://bugs.webkit.org/show_bug.cgi?id=94744
4073
4074 Reviewed by Gustavo Noronha Silva.
4075
4076 There is no need to define BUILDING_SOUP__ if only WTF_USE_SOUP
4077 is used.
4078
4079 * GNUmakefile.am:
4080 * Source/cmake/OptionsEfl.cmake:
4081
zandobersek@gmail.com56572452012-08-23 18:20:39 +000040822012-08-23 Zan Dobersek <zandobersek@gmail.com>
4083
4084 [Gtk] Move feature defines processing into a GNUmakefile that's simple to autogenerate
4085 https://bugs.webkit.org/show_bug.cgi?id=87127
4086
4087 Reviewed by Martin Robinson.
4088
4089 Add 'feature_defines_defaults' and 'feature_defines_overrides' variables
4090 and define them, along with 'feature_defines' (changed from the all-caps version),
4091 before webcore_cppflags.
4092
4093 * GNUmakefile.am:
4094
commit-queue@webkit.orgd89cca72012-08-23 16:26:04 +000040952012-08-23 Martin Robinson <mrobinson@igalia.com>
4096
4097 [GTK] The tarball should be called webkitgtk-x.x.x.tar.xz
4098 https://bugs.webkit.org/show_bug.cgi?id=94572
4099
4100 Reviewed by Carlos Garcia Campos.
4101
4102 Change the name of the tarball to match the name of the library
4103 and to disambiguate it from other WebKit ports.
4104
4105 * configure.ac: Update the tarball name.
4106
commit-queue@webkit.org0b980c72012-08-23 13:21:39 +000041072012-08-23 Carlos Garcia Campos <cgarcia@igalia.com>
4108
carlosgc@webkit.org132d6792012-08-23 15:48:18 +00004109 Unreviewed. Bump WebKitGTK+ version number.
4110
4111 * configure.ac: Bump version number to 1.11.0 now that we branched
4112 for 1.10.
4113
41142012-08-23 Carlos Garcia Campos <cgarcia@igalia.com>
4115
commit-queue@webkit.org0b980c72012-08-23 13:21:39 +00004116 REGRESSION(r126306): it broke the plugin process
4117 https://bugs.webkit.org/show_bug.cgi?id=94797
4118
4119 Reviewed by Xan Lopez.
4120
4121 * GNUmakefile.am:
4122
bdakin@apple.com231bd902012-08-22 20:20:14 +000041232012-08-22 Beth Dakin <bdakin@apple.com>
4124
4125 https://bugs.webkit.org/show_bug.cgi?id=94401
4126 Add support for making a web site become paginated using overflow:
4127 paged-x | paged-y
4128 -and corresponding-
4129 <rdar://problem/11831783>
4130
4131 Reviewed by Dave Hyatt.
4132
4133 * Source/autotools/symbols.filter:
4134
kov@webkit.orgd76520b2012-08-22 15:47:53 +000041352012-08-22 Gustavo Noronha Silva <gns@gnome.org>
4136
4137 [GTK] Split WebCore/platform into a separate library
4138 https://bugs.webkit.org/show_bug.cgi?id=94435
4139
4140 Reviewed by Martin Robinson.
4141
4142 More people have been reporting problems when linking WebCore because
4143 the command line limit is being exceeded. Splitting WebCore a bit more
4144 is in order.
4145
4146 * GNUmakefile.am: add variable that will hold the list of source files
4147 for libWebCorePlatform .
4148
commit-queue@webkit.org0d1aac52012-08-21 22:35:21 +000041492012-08-21 Thiago Marcos P. Santos <thiago.santos@intel.com>
4150
4151 [EFL] Enable CSS Text Decoration by default
4152 https://bugs.webkit.org/show_bug.cgi?id=94483
4153
4154 Reviewed by Kenneth Rohde Christiansen.
4155
4156 By enabling this feature by default, it will get tested by the bots
4157 and we can make sure no regressions will happen.
4158
4159 * Source/cmake/OptionsEfl.cmake:
4160
commit-queue@webkit.org1ac54b12012-08-21 22:32:32 +000041612012-08-21 Ulan Degenbaev <ulan@chromium.org>
4162
4163 Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer constructed and destructed
4164 https://bugs.webkit.org/show_bug.cgi?id=92993
4165
4166 Reviewed by Kenneth Russell.
4167
4168 Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer
4169 is constructed and destructed so that V8's garbage collection
4170 heuristics can account for the memory held by these objects.
4171
4172 * ManualTests/typed-array-memory.html: Added.
4173
mrobinson@webkit.org9632d0322012-08-21 20:29:16 +000041742012-08-21 Martin Robinson <mrobinson@igalia.com>
4175
4176 [GTK] Using a native window for the WebView breaks GtkOverlay
4177 https://bugs.webkit.org/show_bug.cgi?id=90085
4178
4179 Reviewed by Alejandro G. Castro.
4180
4181 * configure.ac: Parse xcomposite pkg-config file during configuration.
4182
paroga@webkit.org6363b4f2012-08-21 13:44:29 +000041832012-08-21 Patrick Gansterer <paroga@webkit.org>
4184
4185 Build fix for WinCE after r115348.
4186
4187 * Source/cmake/OptionsWindows.cmake: Removed duplicated WEBKIT_OPTION_DEFAULT_PORT_VALUE().
4188
staikos@webkit.orgd56466e2012-08-20 22:23:54 +000041892012-08-20 George Staikos <staikos@webkit.org>
4190
4191 [BlackBerry] Enable XHR Response BLOB
4192 https://bugs.webkit.org/show_bug.cgi?id=94525
4193
4194 Reviewed by Rob Buis.
4195
4196 Add the XHR response blob enable feature to the cmake build system and
4197 enable it for BlackBerry.
4198
4199 * Source/cmake/OptionsBlackBerry.cmake: Add the feature and enable
4200 * Source/cmakeconfig.h.cmake: Add the feature
4201
commit-queue@webkit.org2736b662012-08-20 09:09:26 +000042022012-08-20 Dominik Röttsches <dominik.rottsches@intel.com>
4203
4204 [EFL] Get rid of pango backend support once harfbuzz-ng is working
4205 https://bugs.webkit.org/show_bug.cgi?id=92102
4206
4207 Reviewed by Kenneth Rohde Christiansen.
4208
4209 Removing choice of font backend, Pango detection not required any more.
4210
4211 * Source/cmake/FindPango.cmake: Removed.
4212 * Source/cmake/LibFindMacros.cmake: Removed.
4213 * Source/cmake/OptionsEfl.cmake: Removing choice of font backend.
4214
rakuco@webkit.org1e351fd2012-08-17 19:12:16 +000042152012-08-17 Raphael Kubo da Costa <rakuco@webkit.org>
4216
4217 [CMake] Add FindDBus.cmake and use it in the EFL port.
4218 https://bugs.webkit.org/show_bug.cgi?id=94319
4219
4220 Reviewed by Daniel Bates.
4221
4222 Currently, the Battery Status-related code in the EFL port uses
4223 libdbus but does not directly include its directories or link
4224 against it, relying instead on the compiler flags coming via
4225 EDbus's pkg-config information.
4226
4227 That will break once we stop obtaining EFL's include directories
4228 and library paths from pkg-config, so write FindDBus.cmake to
4229 prepare for that.
4230
4231 * Source/cmake/FindDBus.cmake: Added.
4232 * Source/cmake/OptionsEfl.cmake: Look for D-Bus if BATTERY_STATUS
4233 support is enabled.
4234
rwlbuis@webkit.orge10c2a32012-08-17 15:12:52 +000042352012-08-17 Rob Buis <rbuis@rim.com>
4236
4237 [BlackBerry] Remove some shared libraries from linking
4238 https://bugs.webkit.org/show_bug.cgi?id=94253
4239
4240 Reviewed by Yong Li.
4241
4242 Remove some shared libraries.
4243
4244 * Source/cmake/OptionsBlackBerry.cmake:
4245
kov@webkit.org8e83d702012-08-16 23:39:35 +000042462012-08-16 Gustavo Noronha Silva <gns@gnome.org>
4247
4248 Unreviewed speculative 32 bits build fix.
4249
4250 * Source/autotools/symbols.filter: add symbol version that gets
4251 generated in 32 bits build.
4252
commit-queue@webkit.org830ba052012-08-16 20:54:21 +000042532012-08-16 Max Feil <mfeil@rim.com>
4254
4255 [BlackBerry] Some media controls are mispositioned for dynamic live streams (HLS)
4256 https://bugs.webkit.org/show_bug.cgi?id=94176
4257
4258 Reviewed by Antonio Gomes.
4259
4260 An automated layout test is not possible for this patch because
4261 dynamic live streams require a special dedicated web server.
4262 Putting an external video URL into an automated test is not
4263 correct either. So I have created a manual test that points to
4264 an external HLS video that works today.
4265
4266 * ManualTests/blackberry/video-hls-controls.html: Added.
4267
commit-queue@webkit.org2f936c82012-08-16 08:52:25 +000042682012-08-16 Marja Hölttä <marja@chromium.org>
4269
4270 FormController, WebHistoryItem: Enable reading selected file names from document state
4271 https://bugs.webkit.org/show_bug.cgi?id=91231
4272
4273 Reviewed by Jochen Eisinger.
4274
4275 This change enables Chromium to set up file permissions properly when
4276 the session restore feature restores a page with selected files.
4277
4278 * Source/autotools/symbols.filter: Exported FormController::getReferencedFilePaths and HistoryController::saveDocumentAndScrollState.
4279
tkent@chromium.org2f3dfdf2012-08-16 03:54:03 +000042802012-08-15 Kent Tamura <tkent@chromium.org>
4281
4282 Calendar Picker: Localize numbers in a calendar picker
4283 https://bugs.webkit.org/show_bug.cgi?id=93704
4284
4285 Reviewed by Hajime Morita.
4286
4287 * ManualTests/forms/calendar-picker.html:
4288 Add a mock pagePopupController.localizeNumberString().
4289
rniwa@webkit.orgff14beb2012-08-16 02:40:21 +000042902012-08-15 Ryosuke Niwa <rniwa@webkit.org>
4291
4292 Update manual tests and comments to refer to TestRunner instead of LayoutTestController
4293 https://bugs.webkit.org/show_bug.cgi?id=94168
4294
4295 Reviewed by Kent Tamura.
4296
4297 * ManualTests/resources/multiFileResources/post-echo-and-notify-done.cgi:
4298
commit-queue@webkit.orgb0d27632012-08-15 22:31:26 +000042992012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
4300
4301 [css3-text] Add CSS3 Text decoration compile flag
4302 https://bugs.webkit.org/show_bug.cgi?id=93863
4303
4304 Reviewed by Julien Chaffraix.
4305
4306 This patch handles the compile flag implementation, which will come disabled by
4307 default, thus not exposing the CSS3 text decoration features to the web, unless
4308 when explicitly enabling it with "--css3-text-decoration" build parameter.
4309
4310 * Source/cmake/WebKitFeatures.cmake:
4311 * Source/cmakeconfig.h.cmake:
4312 * configure.ac:
4313
beidson@apple.com6e913b22012-08-15 19:33:37 +000043142012-08-15 Brady Eidson <beidson@apple.com>
4315
4316 Removing a plug-in element from a page opened in a background tab in Safari crashes
4317 <rdar://problem/12057991> and https://bugs.webkit.org/show_bug.cgi?id=93913
4318
4319 Reviewed by Beth Dakin.
4320
4321 * Source/autotools/symbols.filter: Allow this symbol through for DRT's sake.
4322
keishi@webkit.orgd6779ca2012-08-15 03:34:14 +000043232012-08-14 Keishi Hattori <keishi@webkit.org>
4324
4325 Share common code between calendar picker and color suggestion picker
4326 https://bugs.webkit.org/show_bug.cgi?id=93802
4327
4328 Reviewed by Kent Tamura.
4329
4330 * ManualTests/forms/calendar-picker.html:
4331 * ManualTests/forms/color-suggestion-picker.html:
4332
commit-queue@webkit.org11ee93b2012-08-14 11:42:04 +000043332012-08-14 Milian Wolff <milian.wolff@kdab.com>
4334
4335 [Qt] QtWebKit linking fails for QNX cross build
4336 https://bugs.webkit.org/show_bug.cgi?id=93460
4337
4338 Reviewed by Simon Hausmann.
4339
4340 The GCC 4.4.2 used by the QNX BBNDK 2.0.1 fails to link QtWebKit.
4341 Apparently it does not properly support the linker invokation using
4342 -Wl,-whole-archive -l... -Wl,-no-whole-archive
4343 yielding a "cc: no files to process" error. This patch works around
4344 this issue by adding an empty dummy file (and thus object file) to
4345 the linking stage.
4346
4347 * Source/api.pri:
4348
keishi@webkit.org184ab5d2012-08-14 08:48:24 +000043492012-08-14 Keishi Hattori <keishi@webkit.org>
4350
4351 Move page popup resources to separate directory
4352 https://bugs.webkit.org/show_bug.cgi?id=93932
4353
4354 Reviewed by Kent Tamura.
4355
4356 * ManualTests/forms/calendar-picker.html:
4357 * ManualTests/forms/color-suggestion-picker.html:
4358
rakuco@webkit.org48d9a032012-08-13 23:30:23 +000043592012-08-11 Raphael Kubo da Costa <rakuco@webkit.org>
4360
4361 [CMake] Rewrite FindLibSoup2.cmake.
4362 https://bugs.webkit.org/show_bug.cgi?id=93191
4363
4364 Reviewed by Rob Buis.
4365
4366 The existing LibSoup2 was imported from somewhere else and not
4367 only did it contain a lot of unnecessary cruft to look for libsoup
4368 2.2 (which we do not support anyway), but it also relied on the
4369 paths returned by pkg-config for setting the library and include
4370 paths.
4371
4372 For one, this meant "-lsoup-2.4" was passed to the linked instead
4373 of "-L/path/to/libsoup-2.4.so", which would sometimes make a
4374 system version of libsoup to be picked up instead of the one
4375 installed by, say, jhbuild.
4376
4377 The new FindLibSoup.cmake now only looks for libsoup 2.4 and
4378 relies on pkg-config solely for retrieving the current LibSoup
4379 version.
4380
4381 * Source/cmake/FindLibSoup.cmake: Added.
4382 * Source/cmake/FindLibSoup2.cmake: Removed.
4383 * Source/cmake/OptionsEfl.cmake: Look for LibSoup instead of
4384 LibSoup2, look for the GObject component of Glib.
4385
rakuco@webkit.org56218832012-08-13 20:38:06 +000043862012-08-13 Raphael Kubo da Costa <rakuco@webkit.org>
4387
4388 [CMake] Remove glib-related Find modules and write single new one instead.
4389 https://bugs.webkit.org/show_bug.cgi?id=93786
4390
4391 Reviewed by Rob Buis.
4392
4393 As part of the ongoing effort to write proper Find modules that use
4394 absolute include and library paths instead of the short ones from
4395 pkg-config, replace Find{GIO,Glib,Gthread}.cmake with a single
4396 FindGLIB.cmake that optionally detects components such as GIO and
4397 GObject.
4398
4399 Library paths are now defined as "/full/path/to/libfoo.so" instead of
4400 simply "foo", so that the linker receives a full path and we can then
4401 avoid accidentally picking up a libfoo.so installed into /usr/lib
4402 instead of a local one built with jhbuild.
4403
4404 * Source/cmake/FindGIO.cmake: Removed.
4405 * Source/cmake/FindGLIB.cmake: Added.
4406 * Source/cmake/FindGlib.cmake: Removed.
4407 * Source/cmake/FindGthread.cmake: Removed.
4408 * Source/cmake/OptionsEfl.cmake: Look for GLIB with the GIO component.
4409
zandobersek@gmail.com98b4e512012-08-13 11:42:39 +000044102012-08-13 Zan Dobersek <zandobersek@gmail.com>
4411
4412 [Gtk] Remove SVG_FEATURES and HTML_FEATURES from Source/WebCore/GNUmakefile.am
4413 https://bugs.webkit.org/show_bug.cgi?id=90693
4414
4415 Reviewed by Philippe Normand.
4416
4417 Remove exportation of SVG_FLAGS and HTML_FLAGS as Automake conditionals
4418 as they are not required anymore.
4419
4420 * configure.ac:
4421
commit-queue@webkit.org1d4682c2012-08-12 16:52:54 +000044222012-08-12 Loïc Yhuel <loic.yhuel@softathome.com>
4423
4424 [Qt] Make it possible to build without QtTest/QtPrintSupport
4425 https://bugs.webkit.org/show_bug.cgi?id=93492
4426
4427 Reviewed by Tor Arne Vestbø.
4428
4429 * Source/QtWebKit.pro: Disable tests if no testlib
4430
rwlbuis@webkit.orgdf7c2552012-08-10 20:21:57 +000044312012-08-10 Rob Buis <rbuis@rim.com>
4432
4433 [BlackBerry] Enable relro link option for JSC executable
4434 https://bugs.webkit.org/show_bug.cgi?id=93726
4435
4436 Reviewed by Yong Li.
4437
4438 Enable relro link option for JSC executable.
4439
4440 * Source/cmake/OptionsBlackBerry.cmake:
4441
rakuco@webkit.org0fb09242012-08-10 00:58:49 +000044422012-08-09 Raphael Kubo da Costa <rakuco@webkit.org>
4443
4444 [CMake] Bump minimum required version to 2.8.3.
4445 https://bugs.webkit.org/show_bug.cgi?id=93450
4446
4447 Reviewed by Daniel Bates.
4448
4449 Following the discussion in bug 93189, it was decided that bumping
4450 the minimum required version from 2.8.0 to 2.8.3 was a good thing
4451 due to additional features, such as improved
4452 FIND_PACKAGE_HANDLE_STANDARD_ARGS() support and better argument
4453 handling in the PKG_CHECK_MODULES() call.
4454
4455 CMake 2.8.3 was released almost two years ago, so people are
4456 expected to have it or a later version installed.
4457
4458 * CMakeLists.txt:
4459
commit-queue@webkit.org656e6522012-08-09 02:29:35 +000044602012-08-08 Shane Stephens <shanestephens@google.com>
4461
4462 Compile flag for CSS Hierarchies
4463 https://bugs.webkit.org/show_bug.cgi?id=92433
4464
4465 Reviewed by Tony Chang.
4466
4467 * Source/cmake/WebKitFeatures.cmake:
4468
commit-queue@webkit.org7d33c4b2012-08-09 00:18:01 +000044692012-08-08 Ming Xie <mxie@rim.com>
4470
4471 [BlackBerry] Fix "-fPIC" define in the BlackBerry build
4472 https://bugs.webkit.org/show_bug.cgi?id=93548
4473
4474 Reviewed by Rob Buis.
4475
4476 In the current CMake release (version 2.8.5), ${CMAKE_SHARED
4477 _LIBRARY_C_FLAGS} and ${CMAKE_SHARED_LIBRARY_CXX_FLAGS} is
4478 set to empty (See cmake/Modules/Platform/QNX.cmake)
4479
4480 This breaks the assumption which WebKit CMake build system
4481 makes in Source/cmake/WebKitHelper.cmake
4482
4483 * Source/cmake/OptionsBlackBerry.cmake:
4484
philn@webkit.orgd3302192012-08-08 16:52:20 +000044852012-08-08 Philippe Normand <pnormand@igalia.com>
4486
4487 [GStreamer] 0.11 build broken (again)
4488 https://bugs.webkit.org/show_bug.cgi?id=93474
4489
4490 Reviewed by Martin Robinson.
4491
4492 * configure.ac: Disable media-stream build if GStreamer 0.11
4493 support is enabled, due to farstream-0.1 still messing up with
4494 gstreamer-0.10 include path.
4495
commit-queue@webkit.orgadb694d2012-08-08 05:38:28 +000044962012-08-07 YoungTaeck Song <youngtaeck.song@samsung.com>
4497
4498 [WK2][EFL] Implement accelerated compositing on WK2 Efl port
4499 https://bugs.webkit.org/show_bug.cgi?id=89840
4500
4501 Reviewed by Noam Rosenthal.
4502
4503 Implement accelerated composition with TiledBackingStore on WK2 Efl port.
4504 This implementation is based on COORDINATED_GRAPHICS.
4505 Add COORDINATED_GRAPHICS related definitions in OptionsEfl.cmake.
4506
4507 * Source/cmake/OptionsEfl.cmake:
4508
hausmann@webkit.org63555802012-08-07 15:04:25 +000045092012-08-07 No'am Rosenthal <noam.rosenthal@nokia.com>
4510
4511 [Qt] Make it possible to build without QtQuick
4512
4513 Reviewed by Simon Hausmann.
4514
4515 * Source/QtWebKit.pro:
4516 * Source/tests.pri:
4517
hausmann@webkit.org2d2e5352012-08-07 12:06:52 +000045182012-07-19 Simon Hausmann <simon.hausmann@nokia.com>
4519
4520 [Qt] Remove Qt 4 specific code paths
4521 https://bugs.webkit.org/show_bug.cgi?id=88161
4522
4523 Reviewed by Kenneth Rohde Christiansen.
4524
4525 * Source/api.pri:
4526 * WebKit.pro:
4527
gyuyoung.kim@samsung.com04d32b72012-08-07 06:37:09 +000045282012-08-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4529
4530 [EFL] Enable link prefetch
4531 https://bugs.webkit.org/show_bug.cgi?id=93281
4532
4533 Reviewed by Kentaro Hara.
4534
4535 * Source/cmake/OptionsEfl.cmake: Enable LINK_PREFETCH by default.
4536
commit-queue@webkit.org1342caa2012-08-07 01:07:01 +000045372012-08-06 Xan Lopez <xlopez@igalia.com>
4538
4539 [GTK] Cleanup configure.ac build options output
4540 https://bugs.webkit.org/show_bug.cgi?id=93245
4541
4542 Reviewed by Laszlo Gombos.
4543
4544 Remove duplicated elements, sort alphabetically.
4545
4546 * configure.ac: ditto.
4547
carlosgc@webkit.orgbd5ccdc2012-08-06 13:45:44 +000045482012-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
4549
4550 Unreviewed. Update NEWS and configure.ac for 1.9.6 release
4551
4552 * configure.ac: Bump version numbers.
4553
paroga@webkit.org62459992012-08-03 21:10:27 +000045542012-08-03 Patrick Gansterer <paroga@webkit.org>
4555
4556 [CMake][WIN] Disable C++ exceptions and RTTI
4557 https://bugs.webkit.org/show_bug.cgi?id=93104
4558
4559 Reviewed by Ryosuke Niwa.
4560
4561 Both features are not used in WebKit, so remove them to safe some code.
4562 Also enable compilation of plain c files with multiple processes.
4563
4564 * Source/cmake/OptionsWindows.cmake:
4565
mario@webkit.org31f68c82012-08-03 14:40:21 +000045662012-08-03 Mario Sanchez Prada <msanchez@igalia.com>
4567
4568 Unreviewed build fix for GTK after r124479.
4569
4570 * Source/autotools/symbols.filter: Removed unneeded symbol.
4571
vestbo@webkit.org7d1eb8c2012-08-03 14:11:03 +000045722012-08-03 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
4573
4574 [Qt] Populate .qmake.cache from the top-level project file
4575
4576 This makes it possible to build webkit without using the perl build
4577 script. The duplicated logic in build-webkit will be removed when we
4578 remove the Qt4 code paths. The build-webkit script will then simply
4579 call 'qmake WebKit.pro' from WEBKITOUTPUTDIR.
4580
4581 Reviewed by Tor Arne Vestbø.
4582
4583 * WebKit.pro:
4584
commit-queue@webkit.org8f475bd2012-08-03 10:02:37 +000045852012-08-03 Dominik Röttsches <dominik.rottsches@intel.com>
4586
4587 [cmake] Cleanup FindHarfBuzz.cmake
4588 https://bugs.webkit.org/show_bug.cgi?id=92984
4589
4590 Reviewed by Hajime Morita.
4591
4592 Cleanup which didn't make it into my previous ptch.
4593
4594 * Source/cmake/FindHarfBuzz.cmake: Remove duplicate line, add a bit of documentation.
4595
commit-queue@webkit.org366f5b62012-08-03 07:33:11 +000045962012-08-03 Joone Hur <joone.hur@intel.com>
4597
4598 [EFL][DRT] WebKitAnimation API compile-time disabled
4599 https://bugs.webkit.org/show_bug.cgi?id=84593
4600
4601 Reviewed by Laszlo Gombos.
4602
4603 Enable ENABLE_ANIMATION_API by default on the Efl port.
4604
4605 * Source/cmake/OptionsEfl.cmake:
4606 * Source/cmakeconfig.h.cmake:
4607
zandobersek@gmail.com74b95202012-08-03 06:27:38 +000046082012-08-02 Zan Dobersek <zandobersek@gmail.com>
4609
4610 Unreviewed attempt at fixing the GTK 64-bit debug build.
4611
4612 * Source/autotools/symbols.filter:
4613
mrobinson@webkit.orgd6721a52012-08-02 13:45:07 +000046142012-08-02 Martin Robinson <mrobinson@igalia.com>
4615
4616 [GTK] When farstream is not present do not enable MediaStream
4617
4618 Reviewed by Philippe Normand.
4619
4620 When farstream libraries are no present, simply do not build MediaStream
4621 support.
4622
4623 * configure.ac:
4624
jianli@chromium.orgf66b5812012-08-02 00:14:28 +000046252012-08-01 Jian Li <jianli@chromium.org>
4626
4627 Add new CSS property "-webkit-widget-region" to expose dashboard region support for other port
4628 https://bugs.webkit.org/show_bug.cgi?id=90298
4629
4630 Reviewed by Adam Barth.
4631
4632 * configure.ac: Add ENABLE_WIDGET_REGION define.
4633
commit-queue@webkit.orge68015d2012-07-31 19:52:34 +000046342012-07-31 Joshua Netterfield <jnetterfield@rim.com>
4635
4636 [BlackBerry] Enable CSS Filter Effects
4637 https://bugs.webkit.org/show_bug.cgi?id=92685
4638
4639 Reviewed by Rob Buis.
4640
4641 Enable CSS filter effects, with the exception of custom effects (CSS shaders) and reference effects (SVG effects)
4642
4643 Internally reviewed by Arvid Nilsson <anilsson@rim.com> and Antonio Gomes <agomes@rim.com>.
4644
4645 * Source/cmake/OptionsBlackBerry.cmake: Add LayerFilterRenderer
4646 * Source/cmakeconfig.h.cmake: Acknowledge CSS filter effects
4647
rniwa@webkit.orge8bea922012-07-31 09:00:33 +000046482012-07-31 Ryosuke Niwa <rniwa@webkit.org>
4649
4650 Perf-o-matic: dashboard images are not generated properly from incrementally updated JSON
4651 https://bugs.webkit.org/show_bug.cgi?id=92717
4652
4653 Reviewed by Hajime Morita.
4654
4655 Sort the values by timestamp. Unfortunately, there isn't a good way of testing this fix.
4656
4657 * Websites/webkit-perf.appspot.com/models.py:
4658 (Runs.chart_params):
4659
commit-queue@webkit.org26e3bd12012-07-31 08:46:59 +000046602012-07-31 Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
4661
4662 add Farstream flags/deps to WebKit, for WebRTC
4663 https://bugs.webkit.org/show_bug.cgi?id=87524
4664
4665 Reviewed by Philippe Normand.
4666
4667 Since Farstream will be used as the backend for GTK's WebRTC, this
4668 patch adds it as a dependency to the build system.
4669
4670 * GNUmakefile.am:
4671 * configure.ac:
4672
rniwa@webkit.orgfcde46b2012-07-31 06:19:17 +000046732012-07-30 Ryosuke Niwa <rniwa@webkit.org>
4674
4675 /api/test/runs/chart expires on perf-o-matic
4676 https://bugs.webkit.org/show_bug.cgi?id=92714
4677
4678 Reviewed by Hajime Morita.
4679
4680 Don't update the entire JSON while generating the dashboard images.
4681 This is a bug and not doing this will reduce the server load significantly.
4682
4683 * Websites/webkit-perf.appspot.com/controller.py:
4684 (RunsChartHandler.post):
4685
commit-queue@webkit.org1f756372012-07-30 23:13:25 +000046862012-07-30 Dominik Röttsches <dominik.rottsches@intel.com>
4687
4688 Avoid Assertion Failure in HarfBuzzRun::characterIndexForXPosition
4689 https://bugs.webkit.org/show_bug.cgi?id=92376
4690
4691 Reviewed by Tony Chang.
4692
4693 Added manual test to reliably reproduce assertion failure which is solved by this patch.
4694
4695 * ManualTests/harfbuzz-mouse-selection-crash.html: Added.
4696
vsevik@chromium.org58d6bc32012-07-30 15:58:48 +000046972012-07-29 Vsevolod Vlasov <vsevik@chromium.org>
4698
4699 Web Inspector: Resource agent's reference to cached resources should be weak.
4700 https://bugs.webkit.org/show_bug.cgi?id=92108
4701
4702 Reviewed by Pavel Feldman.
4703
4704 * Source/autotools/symbols.filter:
4705
shinyak@chromium.orgf5c4f8b2012-07-30 15:16:24 +000047062012-07-30 Shinya Kawanaka <shinyak@chromium.org>
4707
4708 Prohibit having AuthorShadowDOM of input or textarea element for a while and having a flag to enable it in Internals.
4709 https://bugs.webkit.org/show_bug.cgi?id=92611
4710
4711 Reviewed by Hajime Morita.
4712
4713 * Source/autotools/symbols.filter:
4714
vsevik@chromium.orge7823052012-07-30 12:21:00 +000047152012-07-30 Sheriff Bot <webkit.review.bot@gmail.com>
4716
4717 Unreviewed, rolling out r124000.
4718 http://trac.webkit.org/changeset/124000
4719 https://bugs.webkit.org/show_bug.cgi?id=92632
4720
4721 seems to have broken chromium Range_InstanceSizeUnknown unit
4722 test across many platforms (Requested by tomhudson on
4723 #webkit).
4724
4725 * Source/autotools/symbols.filter:
4726
paroga@webkit.org74b5be12012-07-30 10:25:41 +000047272012-07-30 Patrick Gansterer <paroga@webkit.org>
4728
4729 Replace UnicodeWinCE with UnicodeWchar
4730 https://bugs.webkit.org/show_bug.cgi?id=92539
4731
4732 Reviewed by Ryosuke Niwa.
4733
4734 UnicodeWinCE never contained WinCE specific code. UnicodeWchar
4735 is a replacement for it, which is mainly based on the functions
4736 from <wchar.h>. It is ment as a minimal Unicode backend, which
4737 can be used very easy and has no external dependencies.
4738
4739 * Source/cmake/OptionsWinCE.cmake:
4740
vsevik@chromium.orge14cf6d2012-07-30 07:54:54 +000047412012-07-29 Vsevolod Vlasov <vsevik@chromium.org>
4742
4743 Web Inspector: Resource agent's reference to cached resources should be weak.
4744 https://bugs.webkit.org/show_bug.cgi?id=92108
4745
4746 Reviewed by Pavel Feldman.
4747
4748 * Source/autotools/symbols.filter:
4749
commit-queue@webkit.orgc1c4f122012-07-29 21:59:53 +000047502012-07-29 Rik Cabanier <cabanier@adobe.com>
4751
4752 Add ENABLE_CSS_COMPOSITING flag
4753 https://bugs.webkit.org/show_bug.cgi?id=92553
4754
4755 Reviewed by Dirk Schulze.
4756
4757 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
4758
4759 * Source/cmake/WebKitFeatures.cmake:
4760 * Source/cmakeconfig.h.cmake:
4761 * configure.ac:
4762
commit-queue@webkit.org18fcb612012-07-28 06:00:39 +000047632012-07-27 Kihong Kwon <kihong.kwon@samsung.com>
4764
4765 [EFL] Support for HTML media capture
4766 https://bugs.webkit.org/show_bug.cgi?id=91842
4767
4768 Reviewed by Ryosuke Niwa.
4769
4770 Add HTML media capture feature, and enable that on the Efl port.
4771
4772 * Source/cmake/OptionsEfl.cmake:
4773 * Source/cmake/WebKitFeatures.cmake:
4774 * Source/cmakeconfig.h.cmake:
4775
rniwa@webkit.org43a62d42012-07-28 00:08:44 +000047762012-07-27 Ryosuke Niwa <rniwa@webkit.org>
4777
4778 Unreviewed perf-o-matic build fix for dashboard image generation.
4779 Also, only show Parser/html5-full-render on the dashboard by default
4780 so that it won't take forever to load it.
4781
4782 * Websites/webkit-perf.appspot.com/controller.py:
4783 (schedule_runs_update):
4784 (RunsChartHandler.post):
4785 * Websites/webkit-perf.appspot.com/models.py:
4786 (Runs.chart_params):
4787 (DashboardImage.get_image):
4788 * Websites/webkit-perf.appspot.com/models_unittest.py:
4789 (RunsTest.test_chart_params_with_value):
4790
commit-queue@webkit.org868e06e2012-07-27 11:32:44 +000047912012-07-27 Dominik Röttsches <dominik.rottsches@intel.com>
4792
4793 [Cairo] Add complex font drawing using HarfbuzzNG
4794 https://bugs.webkit.org/show_bug.cgi?id=91864
4795
4796 Reviewed by Simon Hausmann and Martin Robinson.
4797
4798 Configuring Freetype backend to use HarfBuzz by default.
4799
4800 * Source/cmake/FindHarfBuzz.cmake: Added pkgconfig based discovery of HarfBuzz.
4801 * Source/cmake/OptionsEfl.cmake: Adding Harfbuzz configuration.
4802
mitz@apple.comb285bee2012-07-27 03:24:09 +000048032012-07-26 Dan Bernstein <mitz@apple.com>
4804
4805 When Safari 6 is launched via the WebKit Xcode workspace, it does not link against the built frameworks
4806 https://bugs.webkit.org/show_bug.cgi?id=92331
4807
4808 Reviewed by Mark Rowe.
4809
4810 Changed references to the Safari executable to the SafariForWebKitDevelopment binary.
4811
4812 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
4813 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
4814
keishi@webkit.org01368682012-07-27 03:21:46 +000048152012-07-26 Keishi Hattori <keishi@webkit.org>
4816
4817 Implement ColorSuggestionPicker page popup
4818 https://bugs.webkit.org/show_bug.cgi?id=92109
4819
4820 Reviewed by Kent Tamura.
4821
4822 * ManualTests/forms/color-suggestion-picker.html: Added. Tests colorSuggestionPicker.{js,css}
4823
commit-queue@webkit.org9cb75d82012-07-26 12:01:37 +000048242012-07-26 Zoltan Nyul <zoltan.nyul@intel.com>
4825
4826 [EFL] EFL port should use XDG paths
4827 https://bugs.webkit.org/show_bug.cgi?id=91719
4828
4829 Reviewed by Kenneth Rohde Christiansen.
4830
4831 Efreet library added.
4832
4833 * Source/cmake/FindEFL.cmake:
4834
kaustubh@motorola.com8e91b052012-07-26 07:06:57 +000048352012-07-26 Kaustubh Atrawalkar <kaustubh@motorola.com>
4836
4837 [DRT] LTC:: pageNumberForElementById() could be moved to Internals.
4838 https://bugs.webkit.org/show_bug.cgi?id=92091
4839
4840 Reviewed by Adam Barth.
4841
4842 Exporting Internals::pageNumber symbols for the Gtk build.
4843
4844 * Source/autotools/symbols.filter:
4845
commit-queue@webkit.org43b1af32012-07-25 15:14:32 +000048462012-07-25 Sheriff Bot <webkit.review.bot@gmail.com>
4847
4848 Unreviewed, rolling out r123606.
4849 http://trac.webkit.org/changeset/123606
4850 https://bugs.webkit.org/show_bug.cgi?id=92247
4851
4852 broke Windows build of Chromium (Requested by tomhudson on
4853 #webkit).
4854
4855 * ManualTests/forms/color-suggestion-picker.html: Removed.
4856
keishi@webkit.org0cc6ae72012-07-25 11:57:21 +000048572012-07-25 Keishi Hattori <keishi@webkit.org>
4858
4859 Implement ColorSuggestionPicker page popup
4860 https://bugs.webkit.org/show_bug.cgi?id=92109
4861
4862 Reviewed by Kent Tamura.
4863
4864 * ManualTests/forms/color-suggestion-picker.html: Added. Tests colorSuggestionPicker.{js,css}
4865
tkent@chromium.org3528a712012-07-24 06:35:19 +000048662012-07-23 Kent Tamura <tkent@chromium.org>
4867
tkent@chromium.orgc08ca1c2012-07-24 06:43:17 +00004868 [GTK] Remove unnecessary trailing space in the previous commit.
4869
4870 * Source/autotools/symbols.filter:
4871
48722012-07-23 Kent Tamura <tkent@chromium.org>
4873
tkent@chromium.org3528a712012-07-24 06:35:19 +00004874 [GTK] Attempt to fix build
4875
4876 * Source/autotools/symbols.filter: Export DocumentMarkerController::addTextMatchMarker.
4877
commit-queue@webkit.orgc4534e12012-07-24 00:53:24 +000048782012-07-23 Sheriff Bot <webkit.review.bot@gmail.com>
4879
4880 Unreviewed, rolling out r123184, r123195, and r123197.
4881 http://trac.webkit.org/changeset/123184
4882 http://trac.webkit.org/changeset/123195
4883 http://trac.webkit.org/changeset/123197
4884 https://bugs.webkit.org/show_bug.cgi?id=92049
4885
4886 pagecycler regression (Requested by morrita on #webkit).
4887
4888 * Source/autotools/symbols.filter:
4889
commit-queue@webkit.orgdecb7a12012-07-24 00:48:06 +000048902012-07-23 Roger Fong <roger_fong@apple.com>
4891
4892 If select element in Windows is off screen horizontally,
4893 menu is either inappropriately resized or positioned offscreen.
4894 https://bugs.webkit.org/show_bug.cgi?id=91913
4895 <rdar://problem/7611229>
4896
4897 Reviewed by Tim Horton.
4898
4899 Add a manual test to verify that popup menus render in the correct place.
4900
4901 * ManualTests/win/select-menu-off-screen.html: Added.
4902
simon.fraser@apple.com5cc8c732012-07-23 17:45:43 +000049032012-07-23 Simon Fraser <simon.fraser@apple.com>
4904
4905 Implement sticky positioning
4906 https://bugs.webkit.org/show_bug.cgi?id=90046
4907
4908 Reviewed by Ojan Vafai.
4909
4910 Add ENABLE_CSS_STICKY_POSITION, defaulting to off initially.
4911
4912 Sort the ENABLE_CSS lines in the file.
4913
4914 * Source/cmake/WebKitFeatures.cmake:
4915 * Source/cmakeconfig.h.cmake:
4916
paroga@webkit.org4aa14752012-07-23 10:05:19 +000049172012-07-23 Patrick Gansterer <paroga@webkit.org>
4918
4919 [WINCE] Define NOMINMAX in the build system instead of Platform.h
4920 https://bugs.webkit.org/show_bug.cgi?id=91938
4921
4922 Reviewed by Ryosuke Niwa.
4923
4924 Define it in OptionsWindows.cmake, since NOMINMAX
4925 should to be defined for all windows ports.
4926
4927 * Source/cmake/OptionsWinCE.cmake:
4928 * Source/cmake/OptionsWindows.cmake:
4929
commit-queue@webkit.orgd97f5062012-07-23 01:08:49 +000049302012-07-22 Sheriff Bot <webkit.review.bot@gmail.com>
4931
4932 Unreviewed, rolling out r123298 and r123301.
4933 http://trac.webkit.org/changeset/123298
4934 http://trac.webkit.org/changeset/123301
4935 https://bugs.webkit.org/show_bug.cgi?id=91953
4936
4937 We need to think some more about the intricacies of exposing a
4938 CMake option for ENABLE_DFG_JIT as this option is specific to
4939 the port and architecture. (Requested by dydx on #webkit).
4940
4941 * Source/cmake/WebKitFeatures.cmake:
4942 * Source/cmakeconfig.h.cmake:
4943
dbates@webkit.org10974b82012-07-23 00:00:02 +000049442012-07-22 Daniel Bates <dbates@webkit.org>
4945
4946 Fix the Windows CE build after <http://trac.webkit.org/changeset/123298>
4947 (https://bugs.webkit.org/show_bug.cgi?id=91939)
4948
4949 Disable the DFG JIT across all CMake ports (by default) (*). Enabling DFG JIT
4950 breaks the Windows CE build as the Windows CE port builds with the JIT disabled
4951 (ENABLE_JIT := 0) and hence ENABLE_ASSEMBLER := 0.
4952
4953 (*) We should look to further discuss with CMake port maintainers about enabling
4954 the DFG JIT by default.
4955
4956 * Source/cmake/WebKitFeatures.cmake:
4957
tkent@chromium.orgd89d5452012-07-22 23:23:53 +000049582012-07-23 Kent Tamura <tkent@chromium.org>
4959
4960 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
4961 https://bugs.webkit.org/show_bug.cgi?id=91941
4962
4963 Reviewed by Kentaro Hara.
4964
4965 A flag name for an elmement should be ENABLE_*_ELEMENT.
4966
4967 * Source/cmake/WebKitFeatures.cmake:
4968 * Source/cmakeconfig.h.cmake:
4969 * configure.ac:
4970
paroga@webkit.org10675b52012-07-22 16:36:24 +000049712012-07-22 Patrick Gansterer <paroga@webkit.org>
4972
4973 [CMake] Add option for ENABLE_DFG_JIT
4974 https://bugs.webkit.org/show_bug.cgi?id=91939
4975
4976 Reviewed by Daniel Bates.
4977
4978 * Source/cmake/WebKitFeatures.cmake:
4979 * Source/cmakeconfig.h.cmake:
4980
tkent@chromium.org43921e62012-07-22 10:59:32 +000049812012-07-22 Kent Tamura <tkent@chromium.org>
4982
4983 Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT
4984 https://bugs.webkit.org/show_bug.cgi?id=91928
4985
4986 Reviewed by Kentaro Hara.
4987
4988 A flag name for an elmement should be ENABLE_*_ELEMENT.
4989
4990 * Source/cmake/WebKitFeatures.cmake:
4991 * Source/cmakeconfig.h.cmake:
4992 * configure.ac:
4993
tkent@chromium.org3d897372012-07-21 02:00:46 +000049942012-07-20 Kent Tamura <tkent@chromium.org>
4995
4996 Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT
4997 https://bugs.webkit.org/show_bug.cgi?id=91846
4998
4999 Reviewed by Kentaro Hara.
5000
5001 A flag name for an elmement should be ENABLE_*_ELEMENT.
5002
5003 * Source/cmake/OptionsEfl.cmake:
5004 * Source/cmake/WebKitFeatures.cmake:
5005 * Source/cmakeconfig.h.cmake:
5006 * configure.ac:
5007
morrita@google.com836359f2012-07-20 06:33:48 +000050082012-07-19 MORITA Hajime <morrita@google.com>
5009
5010 [Refactoring] Replace Node's Document pointer with a TreeScope pointer
5011 https://bugs.webkit.org/show_bug.cgi?id=59816
5012
5013 Reviewed by Ryosuke Niwa.
5014
5015 * Source/autotools/symbols.filter: Added newly exported symbols.
5016
commit-queue@webkit.org31d46402012-07-19 14:51:50 +000050172012-07-19 Christophe Dumez <christophe.dumez@intel.com>
5018
5019 [EFL] Bump libsoup dependency to v2.39.4.1 to fix cookie issues
5020 https://bugs.webkit.org/show_bug.cgi?id=91741
5021
5022 Reviewed by Kenneth Rohde Christiansen.
5023
5024 Bump libsoup dependency in CMake to v2.39.4.1 to fix issues
5025 with cookies in non-suffixed/private domains [GNOME #679230].
5026
5027 * Source/cmake/OptionsEfl.cmake:
5028
mario@webkit.org30fc09f2012-07-19 11:07:06 +000050292012-07-19 Mario Sanchez Prada <msanchez@igalia.com>
5030
5031 [GTK] Enable MHTML support by default at build time
5032 https://bugs.webkit.org/show_bug.cgi?id=89987
5033
5034 Reviewed by Carlos Garcia Campos.
5035
5036 Enable MHTML support by default for GTK in configure.ac.
5037
5038 * configure.ac:
5039
commit-queue@webkit.orgeb841ae2012-07-19 04:47:59 +000050402012-07-18 Christophe Dumez <christophe.dumez@intel.com>
5041
5042 [CMake][EFL] Should try to find the same libsoup version pulled by jhbuild
5043 https://bugs.webkit.org/show_bug.cgi?id=91626
5044
5045 Reviewed by Kenneth Rohde Christiansen.
5046
5047 Bump required version of libsoup in CMake to 2.39.3. This is the first
5048 tarball version to contain the API we need (soup_cookie_jar_get_cookies()
5049 and soup_cookie_jar_set_cookie_with_first_party()).
5050
5051 * Source/cmake/OptionsEfl.cmake:
5052
commit-queue@webkit.org6967c672012-07-18 18:43:13 +000050532012-07-18 Varun Jain <varunjain@chromium.org>
5054
5055 [chromium] Drag image for image elements should be scaled with device scale factor.
5056 https://bugs.webkit.org/show_bug.cgi?id=89688
5057
5058 Reviewed by Adam Barth.
5059
5060 * ManualTests/chromium/drag-image-accounts-for-device-scale.html:
5061
commit-queue@webkit.orgfc592f42012-07-18 11:15:41 +000050622012-07-18 Thiago Marcos P. Santos <thiago.santos@intel.com>
5063
5064 [CMake] Make gtest a shared library
5065 https://bugs.webkit.org/show_bug.cgi?id=90973
5066
5067 Reviewed by Daniel Bates.
5068
5069 It's nicer to make it a shared library because it might improve
5070 linking time and we don't need to force gtest users to link with gtest
5071 dependencies like pthreads (which causes linking errors when it is not
5072 available).
5073
5074 * Source/cmake/gtest/CMakeLists.txt:
5075
commit-queue@webkit.orga37d9a4f2012-07-17 14:51:54 +000050762012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu>
5077
5078 [Qt][V8] Remove the V8 related codepaths and configuration
5079 https://bugs.webkit.org/show_bug.cgi?id=90863
5080
5081 Reviewed by Simon Hausmann.
5082
5083 * Source/api.pri:
5084 * WebKit.pro:
5085
kkristof@inf.u-szeged.hu0069e292012-07-17 11:27:55 +000050862012-07-17 Sheriff Bot <webkit.review.bot@gmail.com>
5087
5088 Unreviewed, rolling out r122834.
5089 http://trac.webkit.org/changeset/122834
5090 https://bugs.webkit.org/show_bug.cgi?id=91492
5091
5092 it broke the chromium (Requested by kkristof on #webkit).
5093
5094 * Source/api.pri:
5095 * WebKit.pro:
5096
kkristof@inf.u-szeged.hudb065a42012-07-17 10:58:50 +000050972012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu>
5098
5099 [Qt][V8] Remove the V8 related codepaths and configuration
5100 https://bugs.webkit.org/show_bug.cgi?id=90863
5101
5102 Reviewed by Simon Hausmann.
5103
5104 * Source/api.pri:
5105 * WebKit.pro:
5106
commit-queue@webkit.org7bf73302012-07-17 07:11:52 +000051072012-07-17 David Barr <davidbarr@chromium.org>
5108
5109 Introduce ENABLE_CSS_IMAGE_ORIENTATION compile flag
5110 https://bugs.webkit.org/show_bug.cgi?id=89055
5111
5112 Reviewed by Kent Tamura.
5113
5114 The css3-images module is at candidate recommendation.
5115 http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-orientation
5116
5117 Add a configuration option for CSS image-orientation support, disabling it by default.
5118
5119 * Source/cmake/WebKitFeatures.cmake:
5120 * Source/cmakeconfig.h.cmake:
5121
commit-queue@webkit.org466dbd42012-07-17 04:37:29 +000051222012-07-16 Pete Williamson <petewil@google.com>
5123
5124 Expose an export for the iconUrl list so Internals can use it
5125 https://bugs.webkit.org/show_bug.cgi?id=88665
5126
5127 Reviewed by Kent Tamura.
5128
5129 * Source/autotools/symbols.filter: export iconURLs
5130
commit-queue@webkit.org241bd212012-07-17 04:33:25 +000051312012-07-16 Hajime Morrita <morrita@chromium.org>
5132
5133 WebCore needs WEBCORE_TESTING macro to mark methods being exported for testing.
5134 https://bugs.webkit.org/show_bug.cgi?id=90764
5135
5136 Reviewed by Adam Barth.
5137
5138 Removed symbols which are now covered by WEBCORE_TESTING.
5139
5140 * Source/autotools/symbols.filter:
5141
carlosgc@webkit.org193c4092012-07-16 09:43:44 +000051422012-07-16 Carlos Garcia Campos <cgarcia@igalia.com>
5143
5144 Unreviewed. Update NEWS and configure.ac for 1.9.5 release
5145
5146 * configure.ac: Bump version number.
5147
commit-queue@webkit.orgd9c31bf2012-07-14 00:33:28 +000051482012-07-12 Josh Hawn <jhawn@apple.com>
5149
5150 Fix for WebContext::getWebCoreStatistics() causes crash if no m_process
5151 https://bugs.webkit.org/show_bug.cgi?id=91116
5152
5153 Reviewed by Simon Fraser.
5154
5155 * Source/WebKit2/UIProcess/WebContext.cpp:
5156 WebContext::getWebCoreStatistics():
5157 Now invalidates callback if no m_process.
5158
commit-queue@webkit.org5b8a8ed2012-07-13 17:25:14 +000051592012-07-13 Thiago Marcos P. Santos <thiago.santos@intel.com>
5160
5161 [CMake] Proper handling of ENABLE_API_TESTS build option
5162 https://bugs.webkit.org/show_bug.cgi?id=91221
5163
5164 Reviewed by Rob Buis.
5165
5166 Make the flag reusable across the ports using CMake. We are about to enable the WTF,
5167 WebCore and WebKit 2 API's at Tools/TestWebKitAPI and other ports using CMake can get
5168 it almost for free.
5169
5170 * CMakeLists.txt:
5171 * Source/cmake/OptionsEfl.cmake:
5172 * Source/cmake/WebKitFeatures.cmake:
5173 * Source/cmakeconfig.h.cmake:
5174
commit-queue@webkit.org820c83b2012-07-12 05:33:03 +000051752012-07-11 Matt Falkenhagen <falken@chromium.org>
5176
5177 Add dialog element feature toggle to InternalSettings
5178 https://bugs.webkit.org/show_bug.cgi?id=90934
5179
5180 Reviewed by Hajime Morita.
5181
5182 * Source/autotools/symbols.filter: Added newly exported symbol.
5183
commit-queue@webkit.orgae1899f2012-07-11 18:14:47 +000051842012-07-11 Arnaud Renevier <a.renevier@sisa.samsung.com>
5185
5186 [Gtk] allow building with css-filters
5187 https://bugs.webkit.org/show_bug.cgi?id=90908
5188
5189 Add support for css-filters in Source/WebCore/GNUmakefile.am
5190 configure.ac
5191
5192 Reviewed by Eric Seidel.
5193
5194 * configure.ac:
5195
gyuyoung.kim@samsung.com96508f12012-07-10 22:53:58 +000051962012-07-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
5197
5198 [CMAKE] Add missing feature macros
5199 https://bugs.webkit.org/show_bug.cgi?id=90890
5200
5201 Reviewed by Eric Seidel.
5202
5203 ENABLE_CSS_EXCLUSIONS, ENABLE_CSS_REGIONS, ENABLE_TEXT_AUTOSIZING macros
5204 haven't defined in cmake feature list.
5205
5206 * Source/cmake/WebKitFeatures.cmake:
5207 * Source/cmakeconfig.h.cmake:
5208
tkent@chromium.orgae0b9702012-07-10 11:19:37 +000052092012-07-10 Kent Tamura <tkent@chromium.org>
5210
5211 RTL calendar picker for <input type=date> is too narrow and clipped
5212 https://bugs.webkit.org/show_bug.cgi?id=90864
5213
5214 Reviewed by Kentaro Hara.
5215
5216 * ManualTests/forms/calendar-picker.html:
5217 - Add isRTL:true for the arabic setting
5218 - Reset the iframe size when the setting is changed.
5219
ossy@webkit.org6aedce22012-07-10 08:46:08 +000052202012-07-10 Sheriff Bot <webkit.review.bot@gmail.com>
5221
5222 Unreviewed, rolling out r122178.
5223 http://trac.webkit.org/changeset/122178
5224 https://bugs.webkit.org/show_bug.cgi?id=90857
5225
5226 browser tests, PrerenderBrowserTest.PrerenderFavicon and other
5227 tests, started to fail (Requested by hayato on #webkit).
5228
5229 * Source/autotools/symbols.filter:
5230
commit-queue@webkit.orge1bba8e2012-07-10 05:45:21 +000052312012-07-09 Matt Falkenhagen <falken@chromium.org>
5232
5233 Add ENABLE_DIALOG_ELEMENT and skeleton files
5234 https://bugs.webkit.org/show_bug.cgi?id=90521
5235
5236 Reviewed by Kent Tamura.
5237
5238 * Source/cmake/WebKitFeatures.cmake:
5239 * Source/cmakeconfig.h.cmake:
5240
commit-queue@webkit.org546c67d2012-07-10 01:37:36 +000052412012-07-09 Pete Williamson <petewil@google.com>
5242
5243 Expose an export for the iconUrl list so Internals can use it
5244 https://bugs.webkit.org/show_bug.cgi?id=88665
5245
5246 Reviewed by Kent Tamura.
5247
5248 * Source/autotools/symbols.filter: export iconURLs
5249
commit-queue@webkit.org14ae5052012-07-09 19:27:11 +000052502012-07-09 Mike Lattanzio <mlattanzio@rim.com>
5251
5252 [BlackBerry] meta viewport initial-scale doesn't factor in device pixel ratio
5253 https://bugs.webkit.org/show_bug.cgi?id=90575
5254
5255 Reviewed by Rob Buis.
5256
5257 Add a manual test to verify wide content doesn't interfere
5258 with initial-scale calculations.
5259
5260 Internal review from Konrad Piascik.
5261
5262 * ManualTests/blackberry/meta-viewport-initial-scale-wide-content.html: Added.
5263
commit-queue@webkit.orgfb3c9682012-07-09 15:39:09 +000052642012-07-09 Sheriff Bot <webkit.review.bot@gmail.com>
5265
5266 Unreviewed, rolling out r122107.
5267 http://trac.webkit.org/changeset/122107
5268 https://bugs.webkit.org/show_bug.cgi?id=90794
5269
5270 Build failure on Mac debug bots (Requested by falken_ on
5271 #webkit).
5272
5273 * Source/cmake/WebKitFeatures.cmake:
5274 * Source/cmakeconfig.h.cmake:
5275
commit-queue@webkit.orgb46a45d2012-07-09 14:42:00 +000052762012-07-09 Matt Falkenhagen <falken@chromium.org>
5277
5278 Add ENABLE_DIALOG_ELEMENT and skeleton files
5279 https://bugs.webkit.org/show_bug.cgi?id=90521
5280
5281 Reviewed by Kent Tamura.
5282
5283 * Source/cmake/WebKitFeatures.cmake:
5284 * Source/cmakeconfig.h.cmake:
5285
commit-queue@webkit.orge0151792012-07-06 19:19:44 +000052862012-07-06 Thiago Marcos P. Santos <thiago.santos@intel.com>
5287
5288 [EFL][CMake] Move gtest sources to an upper level
5289 https://bugs.webkit.org/show_bug.cgi?id=90602
5290
5291 Reviewed by Chang Shu.
5292
5293 CTest was enabled for all the ports, but used only by EFL. Now
5294 ENABLE_API_TESTS has to be defined, which will also build gtest.
5295
5296 * CMakeLists.txt:
5297 * Source/CMakeLists.txt:
5298 * Source/cmake/OptionsEfl.cmake:
5299 * Source/cmake/gtest/CMakeLists.txt: Added.
5300
zandobersek@gmail.com03e439c2012-07-06 18:36:31 +000053012012-07-06 Zan Dobersek <zandobersek@gmail.com>
5302
5303 [Gtk] Add a configuration option for disabling unstable features in releases
5304 https://bugs.webkit.org/show_bug.cgi?id=87995
5305
5306 Reviewed by Martin Robinson.
5307
5308 Add a configuration flag for enabling the unstable features - features of which
5309 support in the Gtk port is being worked on but is not yet complete. The primary
5310 use of this flag is when compiling through the build-webkit script.
5311
5312 All the features that are currently enabled when building through build-webkit but
5313 are disabled by default when executing the configure script directly have their default
5314 value (when the correspondent flag is not passed) set to 'yes' when unstable features
5315 are enabled and 'no' otherwise. This way unstable features are kept disabled when performing
5316 a release build (unless they are specifically enabled).
5317
5318 * configure.ac:
5319
ossy@webkit.orgb9f1ca62012-07-06 13:12:01 +000053202012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
5321
ossy@webkit.org31681df2012-07-06 13:18:47 +00005322 [Qt] Remove custom qmake logic for module creation
5323
5324 Qmake now has the necessary hooks to cleanly override the build locations.
5325
5326 https://bugs.webkit.org/show_bug.cgi?id=90461
5327
5328 Reviewed by Tor Arne Vestbø.
5329
5330 * Source/api.pri:
5331
53322012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
5333
ossy@webkit.org98fee7a2012-07-06 13:17:36 +00005334 [Qt] Add top-level .qmake.conf
5335
5336 With Qt5, this makes setting $QMAKEPATH externally unnecessary.
5337
5338 The magic in the perl scripts to set QMAKEPATH is still there, as it doesn't
5339 hurt, and is still required for Qt4.
5340
5341 https://bugs.webkit.org/show_bug.cgi?id=90461
5342
5343 Reviewed by Tor Arne Vestbø.
5344
5345 * .qmake.conf: Added.
5346 * WebKit.pro:
5347
53482012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
5349
ossy@webkit.org69a64272012-07-06 13:15:24 +00005350 [Qt] Let qt_module_config create the forwarding module pri file
5351
5352 https://bugs.webkit.org/show_bug.cgi?id=90461
5353
5354 Reviewed by Tor Arne Vestbø.
5355
5356 * Source/sync.profile:
5357
53582012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
5359
ossy@webkit.org66972eb2012-07-06 13:14:20 +00005360 [Qt] Don't let qt_webkit.pri proclaim its own location
5361
5362 This won't work any more with recent Qt5 versions, as the forwarding
5363 pri is created by qt_module_config, which needs MODULE_PRI to be set
5364 up already.
5365
5366 We also need to load build_config, not qt_module.
5367
5368 https://bugs.webkit.org/show_bug.cgi?id=90461
5369
5370 Reviewed by Tor Arne Vestbø.
5371
5372 * Source/api.pri:
5373
53742012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
5375
ossy@webkit.orgd9eb8642012-07-06 13:13:07 +00005376 [Qt] Remove redundant CONFIG+=module
5377
5378 qt_module_config takes care of that.
5379
5380 In api.pri we are actually testing the flag ourselves, so now we need to
5381 test a related flag qt_module_config sets instead.
5382
5383 https://bugs.webkit.org/show_bug.cgi?id=90461
5384
5385 Reviewed by Tor Arne Vestbø.
5386
5387 * Source/api.pri:
5388
53892012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
5390
ossy@webkit.orgb9f1ca62012-07-06 13:12:01 +00005391 [Qt] Adjust to changed generation of master include file
5392
5393 The responsiblity for creating the master include was moved out of syncqt.
5394 @ignore_for_master_contents still stays, as syncqt (ab-)uses this for
5395 determining whether a header is private.
5396
5397 https://bugs.webkit.org/show_bug.cgi?id=90461
5398
5399 Reviewed by Tor Arne Vestbø.
5400
5401 * Source/sync.profile:
5402
rwlbuis@webkit.org45009b62012-07-05 17:46:09 +000054032012-07-05 Rob Buis <rbuis@rim.com>
5404
5405 [CMake] Fix some CMake warnings
5406 https://bugs.webkit.org/show_bug.cgi?id=90558
5407
5408 Fix WebKit options so they match with FeatureList.pm.
5409
5410 Reviewed by Dan Bates.
5411
5412 * Source/cmake/WebKitFeatures.cmake:
5413 * Source/cmakeconfig.h.cmake:
5414
vestbo@webkit.org19d488f2012-07-05 16:39:54 +000054152012-07-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
5416
5417 [Qt] Move Webkit1 before WebKit2 in the build order
5418
5419 Reviewed by Csaba Osztrogonác.
5420
5421 * WebKit.pro:
5422
ryuan.choi@samsung.comdfb773b2012-07-05 14:20:53 +000054232012-07-05 Ryuan Choi <ryuan.choi@samsung.com>
5424
5425 [CMAKE] Unreviewd typo fix after r121857
5426
5427 * Source/cmake/WebKitMacros.cmake:
5428
commit-queue@webkit.org19f54962012-07-05 10:52:48 +000054292012-07-05 Dongwoo Im <dw.im@samsung.com>
5430
5431 [EFL] Enable the CUSTOM_SCHEME_HANDLER feature as default.
5432 https://bugs.webkit.org/show_bug.cgi?id=88608
5433
5434 Reviewed by Hajime Morita.
5435
5436 * Source/cmake/OptionsEfl.cmake: Enable the CUSTOM_SCHEME_HANDLER feature as default.
5437
ryuan.choi@samsung.com8d2c4892012-07-05 08:47:49 +000054382012-07-05 Ryuan Choi <ryuan.choi@samsung.com>
5439
5440 [Wk2][EFL] EFL needs a WebKitTestRunner
5441 https://bugs.webkit.org/show_bug.cgi?id=87659
5442
5443 Reviewed by Kenneth Rohde Christiansen.
5444
5445 * Source/CMakeLists.txt:
5446 Set compiler flags for WebCoreTestSupport to be linked into TestRunnerInjectedBundle
5447 shared library.
5448 * Source/cmake/WebKitMacros.cmake: Remove unnecessary dependency.
5449
commit-queue@webkit.org1fcb31a2012-07-04 16:16:01 +000054502012-07-04 John Mellor <johnme@chromium.org>
5451
5452 Text Autosizing: Add compile flag and runtime setting
5453 https://bugs.webkit.org/show_bug.cgi?id=87394
5454
5455 This patch renames Font Boosting to Text Autosizing.
5456
5457 Reviewed by Adam Barth.
5458
5459 * configure.ac:
5460
ryuan.choi@samsung.com9d83d8d2012-07-04 15:25:35 +000054612012-07-04 Ryuan Choi <ryuan.choi@samsung.com>
5462
5463 [CMAKE] Add GENERATE_BINDINGS macro to share the codes which use generate-bindings.pl.
5464 https://bugs.webkit.org/show_bug.cgi?id=90258
5465
5466 Reviewed by Rob Buis.
5467
5468 This new macro calls generate-bindings.pl and append generated sources
5469 into proper source list.
5470
5471 * Source/cmake/WebKitMacros.cmake:
5472
vestbo@webkit.orgb29c0732012-07-04 14:21:59 +000054732012-07-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
5474
5475 [Qt] Get rid of un-needed QT += declarative for Qt 5
5476
5477 The declarative module has been renamed to quick1 in Qt 5, and the
5478 engine-only module for Qt 5 is named 'qml'. For many of the instances
5479 we could just remove 'declarative', since the project file was only
5480 used for Qt5/WebKit2 builds. In the other cases the module was wrapped
5481 in a haveQt(4) scope.
5482
5483 Reviewed by Csaba Osztrogonác.
5484
5485 * Source/api.pri:
5486
commit-queue@webkit.orgf8650c72012-07-04 01:56:08 +000054872012-07-03 Christophe Dumez <christophe.dumez@intel.com>
5488
5489 [EFL] Enable CSS variables support at compile time
5490 https://bugs.webkit.org/show_bug.cgi?id=90448
5491
5492 Reviewed by Kenneth Rohde Christiansen.
5493
5494 Turn on CSS_VARIABLES flag by default on EFL port.
5495
5496 * Source/cmake/OptionsEfl.cmake:
5497 * Source/cmakeconfig.h.cmake:
5498
staikos@webkit.orgcbaf17a2012-07-03 16:34:07 +000054992012-07-03 George Staikos <staikos@webkit.org>
5500
5501 [BlackBerry] Enable microdata support for BlackBerry.
5502 https://bugs.webkit.org/show_bug.cgi?id=90429
5503
5504 Reviewed by Rob Buis.
5505
5506 * Source/cmake/OptionsBlackBerry.cmake:
5507
vestbo@webkit.org15c931a2012-07-03 16:22:10 +000055082012-07-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
5509
5510 [Qt] Make use of .qmake.cache for caching features
5511
5512 Instead of loading() features from the files that need them (and re-running
5513 a bunch of checks), we now run feature detection as part of configure.pro,
5514 and have build-webkit write the computed feature-defines and CONFIG to
5515 .qmake.cache, which is then loaded by qmake _before_ even defaults_pre
5516 when building WebKit.pro.
5517
5518 At some point we'll be able to selectivly prevent running of config tests
5519 in configure.pro, which means we don't need a separate code-path for
5520 the build-webkit --help case.
5521
5522 We should also move the code in build-webkit that now uses .webkit.config
5523 to detect clean builds, to use .qmake.cache, since we now store the same
5524 thing there.
5525
5526 Original patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
5527
5528 Reviewed by Tor Arne Vestbø.
5529
5530 * Source/QtWebKit.pro:
5531 * Source/api.pri:
5532 * Source/tests.pri:
5533 * WebKit.pro:
5534
commit-queue@webkit.org26c3c5d2012-07-03 16:04:50 +000055352012-07-03 Sheriff Bot <webkit.review.bot@gmail.com>
5536
5537 Unreviewed, rolling out r121766.
5538 http://trac.webkit.org/changeset/121766
5539 https://bugs.webkit.org/show_bug.cgi?id=90465
5540
5541 It caused flakey build errors on the bots (Requested by Ossy
5542 on #webkit).
5543
5544 * Source/QtWebKit.pro:
5545 * Source/api.pri:
5546 * Source/tests.pri:
5547 * WebKit.pro:
5548
staikos@webkit.org8a898b42012-07-03 15:53:31 +000055492012-07-03 George Staikos <staikos@webkit.org>
5550
staikos@webkit.orga9fe4062012-07-03 16:00:22 +00005551 [BlackBerry] Enable Custom Scheme Handlers for BlackBerry.
5552 https://bugs.webkit.org/show_bug.cgi?id=90422
5553
5554 Reviewed by Rob Buis.
5555
5556 * Source/cmake/OptionsBlackBerry.cmake:
5557
55582012-07-03 George Staikos <staikos@webkit.org>
5559
staikos@webkit.org8a898b42012-07-03 15:53:31 +00005560 [BlackBerry] Enable RegisterProtocolHandler for BlackBerry.
5561 https://bugs.webkit.org/show_bug.cgi?id=90422
5562
5563 Reviewed by Rob Buis.
5564
5565 * Source/cmake/OptionsBlackBerry.cmake:
5566
commit-queue@webkit.org0f4231e2012-07-03 15:48:38 +000055672012-07-03 Priit Laes <plaes@plaes.org>
5568
5569 [GTK] Need to bump libsoup requirements (for `soup_cookie_jar_get_cookie_list`)
5570 https://bugs.webkit.org/show_bug.cgi?id=90332
5571
5572 Reviewed by Gustavo Noronha Silva.
5573
5574 * configure.ac: Bump libsoup requirements to 2.39.2
5575
vestbo@webkit.org3ad354f2012-07-03 15:23:20 +000055762012-07-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
5577
5578 [Qt] Make use of .qmake.cache for caching features
5579
5580 Instead of loading() features from the files that need them (and re-running
5581 a bunch of checks), we now run feature detection as part of configure.pro,
5582 and have build-webkit write the computed feature-defines and CONFIG to
5583 .qmake.cache, which is then loaded by qmake _before_ even defaults_pre
5584 when building WebKit.pro.
5585
5586 At some point we'll be able to selectivly prevent running of config tests
5587 in configure.pro, which means we don't need a separate code-path for
5588 the build-webkit --help case.
5589
5590 We should also move the code in build-webkit that now uses .webkit.config
5591 to detect clean builds, to use .qmake.cache, since we now store the same
5592 thing there.
5593
5594 Original patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
5595
5596 Reviewed by Tor Arne Vestbø.
5597
5598 * Source/QtWebKit.pro:
5599 * Source/api.pri:
5600 * Source/tests.pri:
5601 * WebKit.pro:
5602
commit-queue@webkit.orgb70cc582012-07-03 07:01:58 +000056032012-07-03 Christophe Dumez <christophe.dumez@intel.com>
5604
5605 [EFL] Enable MICRODATA support
5606 https://bugs.webkit.org/show_bug.cgi?id=90377
5607
5608 Reviewed by Kenneth Rohde Christiansen.
5609
5610 Turn on MICRODATA support by default for EFL port.
5611
5612 * Source/cmake/OptionsEfl.cmake:
5613
staikos@webkit.orgf09221f2012-07-03 03:40:34 +000056142012-07-02 George Staikos <staikos@webkit.org>
5615
5616 [BlackBerry] Enable scoped style for BlackBerry.
5617 https://bugs.webkit.org/show_bug.cgi?id=90418
5618
5619 Reviewed by Rob Buis.
5620
5621 * Source/cmake/OptionsBlackBerry.cmake:
5622 * Source/cmakeconfig.h.cmake:
5623
commit-queue@webkit.org081c9692012-07-03 03:38:29 +000056242012-07-02 Xiaobo Wang <xbwang@torchmobile.com.cn>
5625
5626 [BlackBerry] Use PUBLIC_BUILD to enable/disable DRT
5627 https://bugs.webkit.org/show_bug.cgi?id=90271
5628
5629 Reviewed by George Staikos.
5630
5631 RIM PR #154707
5632
5633 Currently DRT code will be compiled only if ENABLE_DRT is set, and it's not
5634 defined by default.
5635 We should enable DRT by default unless PUBLIC_BUILD is set. In this way we don't
5636 need to rebuild webkit before running DRT.
5637
5638 * Source/cmake/OptionsBlackBerry.cmake:
5639 * Source/cmakeconfig.h.cmake:
5640
commit-queue@webkit.orgcf833612012-07-02 19:46:16 +000056412012-07-02 Thiago Marcos P. Santos <thiago.santos@intel.com>
5642
5643 [EFL][CMake] Integrate API unit tests with CTest
5644 https://bugs.webkit.org/show_bug.cgi?id=87251
5645
5646 Reviewed by Daniel Bates.
5647
5648 Enable CTest on the root CMakeLists.txt as it is expected
5649 to be here. This will create a new build target ("make test")
5650 to run all the API unit tests.
5651
5652 * CMakeLists.txt:
5653
commit-queue@webkit.orgcdf5a922012-07-02 06:22:14 +000056542012-07-01 Christophe Dumez <christophe.dumez@intel.com>
5655
5656 [EFL] Add Gamepad support
5657 https://bugs.webkit.org/show_bug.cgi?id=90170
5658
5659 Reviewed by Kenneth Rohde Christiansen.
5660
5661 * Source/cmake/FindEFL.cmake: Bump EFL libs dependencies.
5662 * Source/cmake/OptionsEfl.cmake: Turn on GAMEPAD flag on EFL port.
5663 * Source/cmakeconfig.h.cmake: Add GAMEPAD flag to CMake.
5664
commit-queue@webkit.orgfc7dc862012-06-30 22:54:56 +000056652012-06-30 Jason Liu <jason.liu@torchmobile.com.cn>
5666
5667 [BlackBerry] WebView/Browser cause blank screen when selecting a dropdown field.
5668 https://bugs.webkit.org/show_bug.cgi?id=90241
5669
5670 This issue is caused by single quotes in option's labels.
5671 We should use the escape character of single quotes in JavaScript's string which
5672 starts and ends with single quotes.
5673 So we replace lablels' single quotes with its escape character during generating the
5674 select popUp's HTML.
5675
5676
5677 Reviewed by George Staikos.
5678
5679 * ManualTests/blackberry/select-popup-items-unicode-display.html:
5680
commit-queue@webkit.orgd62be1b2012-06-30 04:18:40 +000056812012-06-29 Luiz Agostini <luiz.agostini@nokia.com>
5682
5683 [Qt][WK2] Private non-QtQuick API
5684 https://bugs.webkit.org/show_bug.cgi?id=84532
5685
5686 Reviewed by Noam Rosenthal.
5687
5688 API tests for QRawWebView.
5689
5690 * Source/tests.pri:
5691
zandobersek@gmail.come0e4ce72012-06-29 14:38:23 +000056922012-06-29 Zan Dobersek <zandobersek@gmail.com>
5693
5694 Unreviewed build fix after r121518, adding a missing symbol to symbols.filter.
5695
5696 * Source/autotools/symbols.filter:
5697
morrita@google.comc9a96382012-06-29 06:00:56 +000056982012-06-28 MORITA Hajime <morrita@google.com>
5699
5700 [Refactoring] NodeRenderingContext ctor could be built on top of the ComposedShadowTreeWalker
5701 https://bugs.webkit.org/show_bug.cgi?id=89732
5702
5703 Reviewed by Dimitri Glazkov.
5704
5705 * Source/autotools/symbols.filter:
5706
commit-queue@webkit.org05cdaaa2012-06-29 04:20:18 +000057072012-06-28 Jason Liu <jason.liu@torchmobile.com.cn>
5708
5709 [BlackBerry] Selection items show as garbage for non-ascii characters.
5710 https://bugs.webkit.org/show_bug.cgi?id=89969
5711
5712 Add charset utf-8 to the select popup's page.
5713
5714 Reviewed by Antonio Gomes.
5715
5716 * ManualTests/blackberry/select-popup-items-unicode-display.html: Added.
5717
commit-queue@webkit.org0400b6e2012-06-28 21:02:30 +000057182012-06-28 Christophe Dumez <christophe.dumez@intel.com>
5719
5720 [EFL] Enable support for HTML5 datalist
5721 https://bugs.webkit.org/show_bug.cgi?id=90157
5722
5723 Reviewed by Martin Robinson.
5724
5725 Turn on DATALIST flag by default on EFL port to
5726 support HTML5 datalist tag.
5727
5728 * Source/cmake/OptionsEfl.cmake:
5729
zandobersek@gmail.comc8bac582012-06-27 09:19:15 +000057302012-06-27 Zan Dobersek <zandobersek@gmail.com>
5731
5732 [Gtk] Add support for the Gamepad API
5733 https://bugs.webkit.org/show_bug.cgi?id=87503
5734
5735 Reviewed by Carlos Garcia Campos.
5736
5737 Only enable the Gamepad feature on Linux as support
5738 for other operating systems is not present.
5739
5740 Check for the GIO Unix and GUdev dependencies when the
5741 Gamepad feature is enabled.
5742
5743 * configure.ac:
5744
hausmann@webkit.orged7b727a2012-06-26 04:47:14 +000057452012-06-25 Simon Hausmann <simon.hausmann@nokia.com>
5746
5747 [Qt] Make it possible to build WebKit without QtWidgets
5748 https://bugs.webkit.org/show_bug.cgi?id=78109
5749
5750 Reviewed by Tor Arne Vestbø.
5751
5752 * Source/QtWebKit.pro: Don't build WK1 tests and examples if WK1 is disabled.
5753 * Source/api.pri: Move WK1 sources away from here and use WEBKIT += webkit1 instead
5754 * WebKit.pro: Add WK1 to SUBDIRS unless no_webkit1 is set.
5755
gyuyoung.kim@samsung.comdb645152012-06-25 18:01:42 +000057562012-06-25 Gyuyoung Kim <gyuyoung.kim@samsung.com>
5757
5758 [EFL] Implement Network Information API
5759 https://bugs.webkit.org/show_bug.cgi?id=87067
5760
5761 Reviewed by Kenneth Rohde Christiansen.
5762
5763 * Source/cmake/FindEFL.cmake: Find eeze library in build system.
5764
carlosgc@webkit.org447b3712012-06-25 13:38:19 +000057652012-06-25 Carlos Garcia Campos <cgarcia@igalia.com>
5766
5767 Unreviewed. Update NEWS and configure.ac for 1.9.4 release
5768
5769 * configure.ac: Bump version number.
5770
commit-queue@webkit.orgc2df1f02012-06-22 20:10:10 +000057712012-06-22 Joshua Netterfield <jnetterfield@rim.com>
5772
5773 [BlackBerry] Sanitize GLSL code using ANGLE.
5774
5775 BlackBerry port does not sanitize GLSL code with ANGLE
5776 https://bugs.webkit.org/show_bug.cgi?id=89583
5777
5778 Reviewed by Rob Buis.
5779
5780 * Source/cmake/OptionsBlackBerry.cmake: Include ANGLE openGL headers as system headers in BlackBerry port.
5781
commit-queue@webkit.org618672d2012-06-21 19:20:00 +000057822012-06-21 Kalev Lember <kalevlember@gmail.com>
5783
5784 [GTK] Fix NPAPI plugins on Windows
5785 https://bugs.webkit.org/show_bug.cgi?id=54531
5786
5787 Reviewed by Martin Robinson.
5788
5789 Define XP_WIN on Windows for plugin support.
5790
5791 * GNUmakefile.am:
5792
commit-queue@webkit.orgbff9a102012-06-21 15:46:40 +000057932012-06-21 Ryuan Choi <ryuan.choi@gmail.com>
5794
5795 [EFL][WK2] Make WebKit2/Efl headers and resources installable.
5796 https://bugs.webkit.org/show_bug.cgi?id=88207
5797
5798 Reviewed by Chang Shu.
5799
5800 * Source/cmake/OptionsCommon.cmake:
5801 Provide new variable, EXEC_INSTALL_DIR to determine where to install
5802 executables.
5803
ryuan.choi@samsung.com71b54342012-06-21 15:11:48 +000058042012-06-21 Ryuan Choi <ryuan.choi@samsung.com>
5805
5806 [EFL[WK2] Add WKViewEfl and WebKit2 API Object to represent Evas_Object.
5807 https://bugs.webkit.org/show_bug.cgi?id=88935
5808
5809 Reviewed by Chang Shu.
5810
5811 * Source/cmake/OptionsEfl.cmake: Defines BUILDING_EFL__.
5812
commit-queue@webkit.org7a98dfe2012-06-20 22:49:13 +000058132012-06-20 Varun Jain <varunjain@chromium.org>
5814
5815 Account for device scale factor when creating image for dragging.
5816 https://bugs.webkit.org/show_bug.cgi?id=89489
5817
5818 Reviewed by Adam Barth.
5819
5820 * ManualTests/chromium/drag-image-accounts-for-device-scale.html: Added.
5821
philn@webkit.org36de8852012-06-20 02:25:14 +000058222012-06-18 Philippe Normand <pnormand@igalia.com>
5823
5824 [GStreamer] 0.11 video-sink
5825 https://bugs.webkit.org/show_bug.cgi?id=77087
5826
5827 Reviewed by Martin Robinson.
5828
5829 * configure.ac: Fix required gstreamer 0.11 version
5830
jocelyn.turcotte@nokia.com36177bb2012-06-19 15:15:00 +000058312012-06-19 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
5832
5833 [Qt] Fix the Windows build when Qt is built without -release or -debug
5834 https://bugs.webkit.org/show_bug.cgi?id=89471
5835
5836 Reviewed by Tor Arne Vestbø.
5837
5838 Make sure that we at least remove build_all on Windows for api.pri,
5839 as WebCore wasn't built for all configurations.
5840
5841 * Source/api.pri:
5842
commit-queue@webkit.orgf5584612012-06-19 09:13:52 +000058432012-06-19 Mike West <mkwst@chromium.org>
5844
5845 Introduce ENABLE_CSP_NEXT configuration flag.
5846 https://bugs.webkit.org/show_bug.cgi?id=89300
5847
5848 Reviewed by Adam Barth.
5849
5850 The 1.0 draft of the Content Security Policy spec is just about to
5851 move to Last Call. We'll hide work on the upcoming 1.1 spec behind
5852 this ENABLE flag, disabled by default.
5853
5854 Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html
5855
5856 * Source/cmake/WebKitFeatures.cmake:
5857 * Source/cmakeconfig.h.cmake:
5858
hausmann@webkit.orgfa23ca32012-06-19 07:35:06 +000058592012-06-19 Joel Dillon <joel.dillon@codethink.co.uk>, Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
5860
5861 [Qt] Allow the modules file generation to work on Windows.
5862 https://bugs.webkit.org/show_bug.cgi?id=89010
5863
5864 Reviewed by Csaba Osztrogonác.
5865
5866 Add calls to toSystemPath and use QMAKE_DIR_SEP where necessary.
5867
5868 * Source/api.pri:
5869
hausmann@webkit.org7c253c02012-06-19 07:32:50 +000058702012-06-19 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
5871
5872 [Qt] Fix TARGET not properly being set for QtWebKitd5.dll when building in debug.
5873 https://bugs.webkit.org/show_bug.cgi?id=88880
5874
5875 load(qt_module_config) adjusts the TARGET to add the "d" suffix when doing
5876 the debug build_pass. When doing the first pass, qt_module_config.prf doesn't
5877 adjust the target since it is in debug_and_release and expects the debug
5878 build_pass to come later. However, since we remove debug_and_release from CONFIG
5879 right after this, the TARGET hasn't been adjusted and the debug build_pass
5880 will not happen.
5881
5882 Work around it by disabling this optimization on Windows.
5883
5884 Reviewed by Tor Arne Vestbø.
5885
5886 * Source/api.pri:
5887
commit-queue@webkit.org828d2392012-06-19 07:27:33 +000058882012-06-19 Mike West <mkwst@chromium.org>
5889
5890 Add a scheme registry for bypassing Content Security Policy.
5891 https://bugs.webkit.org/show_bug.cgi?id=89373
5892
5893 Reviewed by Adam Barth.
5894
5895 * Source/autotools/symbols.filter:
5896
rwlbuis@webkit.orgbb8126f2012-06-18 22:08:53 +000058972012-06-18 Rob Buis <rbuis@rim.com>
5898
5899 [BlackBerry] Enable LEGACY_VIEWPORT_ADAPTION
5900 https://bugs.webkit.org/show_bug.cgi?id=89381
5901
5902 Reviewed by Antonio Gomes.
5903
5904 PR 163598
5905
5906 Enable LEGACY_VIEWPORT_ADAPTION.
5907
5908 * Source/cmake/OptionsBlackBerry.cmake:
5909
philn@webkit.org538a3bba2012-06-17 18:36:21 +000059102012-06-17 Philippe Normand <pnormand@igalia.com>
5911
philn@webkit.orgc668d9c2012-06-18 02:35:53 +00005912 Unreviewed, GTK 64-bit build fix after r120551.
5913
5914 * Source/autotools/symbols.filter:
5915
59162012-06-17 Philippe Normand <pnormand@igalia.com>
5917
philn@webkit.org538a3bba2012-06-17 18:36:21 +00005918 Unreviewed, GTK build fix after r120397.
5919
5920 * Source/autotools/symbols.filter:
5921
tkent@chromium.orgbcc71632012-06-15 04:34:25 +000059222012-06-14 Kent Tamura <tkent@chromium.org>
5923
5924 Validate form state strings in FormController::setStateForNewFormElements()
5925 https://bugs.webkit.org/show_bug.cgi?id=88768
5926
5927 Reviewed by Hajime Morita.
5928
5929 * Source/autotools/symbols.filter: Expose some symbols used by Internals.cpp.
5930
commit-queue@webkit.orgea3f3f02012-06-14 09:32:37 +000059312012-06-14 Chris Guan <chris.guan@torchmobile.com.cn>
5932
5933 [Blackberry] add a new Api named setAllowNotification
5934 https://bugs.webkit.org/show_bug.cgi?id=88950
5935
5936 Reviewed by Antonio Gomes.
5937
5938 Add a new API named setAllowNotification in webpage class to
5939 let client set those allowed domains into notifications.
5940
5941 Test case:
5942 * ManualTests/blackberry/notification.html: Added.
5943
zandobersek@gmail.com44a6ce72012-06-13 18:21:58 +000059442012-06-13 Zan Dobersek <zandobersek@gmail.com>
5945
5946 [Gtk] Enable link prefetch support in the developer builds
5947 https://bugs.webkit.org/show_bug.cgi?id=89011
5948
5949 Reviewed by Martin Robinson.
5950
5951 Rather export an automake conditional than define a preprocessor
5952 macro for enabling link prefetch support.
5953
5954 * configure.ac:
5955
commit-queue@webkit.org687a1a042012-06-13 12:28:50 +000059562012-06-13 Robin Cao <robin.cao@torchmobile.com.cn>
5957
5958 [BlackBerry] Enable MEDIA_STREAM by default
5959 https://bugs.webkit.org/show_bug.cgi?id=88849
5960
5961 Reviewed by Antonio Gomes.
5962
5963 * Source/cmake/OptionsBlackBerry.cmake:
5964 * Source/cmakeconfig.h.cmake:
5965
morrita@google.com649eaeb2012-06-13 01:28:33 +000059662012-06-12 MORITA Hajime <morrita@google.com>
5967
5968 Shadow Pseudo ID should be able to nest to point nested shadow DOM.
5969 https://bugs.webkit.org/show_bug.cgi?id=62218
5970
5971 Reviewed by Dimitri Glazkov.
5972
5973 * Source/autotools/symbols.filter:
5974
commit-queue@webkit.orge8e0b102012-06-12 16:32:58 +000059752012-06-12 Christophe Dumez <christophe.dumez@intel.com>
5976
commit-queue@webkit.orgf128e802012-06-13 00:28:03 +00005977 [EFL] Enable SHADOW_DOM flag
5978 https://bugs.webkit.org/show_bug.cgi?id=87732
5979
5980 Reviewed by Kentaro Hara.
5981
5982 Enable SHADOW_DOM flag by default at compile time for EFL port.
5983
5984 * Source/autotools/symbols.filter: Fix GTK build by adding new symbol.
5985 * Source/cmake/OptionsEfl.cmake:
5986 * Source/cmakeconfig.h.cmake:
5987
59882012-06-12 Christophe Dumez <christophe.dumez@intel.com>
5989
commit-queue@webkit.orge8e0b102012-06-12 16:32:58 +00005990 [EFL] enable LEGACY_WEBKIT_BLOB_BUILDER flag
5991 https://bugs.webkit.org/show_bug.cgi?id=88715
5992
5993 Reviewed by Noam Rosenthal.
5994
5995 Enable LEGACY_WEBKIT_BLOB_BUILDER flag by default on EFL port.
5996
5997 * Source/cmake/OptionsEfl.cmake:
5998 * Source/cmakeconfig.h.cmake:
5999
commit-queue@webkit.orgb6175312012-06-12 13:19:07 +000060002012-06-12 Thiago Marcos P. Santos <thiago.santos@intel.com>
6001
6002 [CMake] Enabled CSS_BOX_DECORATION_BREAK by default
6003 https://bugs.webkit.org/show_bug.cgi?id=88850
6004
6005 Reviewed by Alexis Menard.
6006
6007 Enabled it by default on CMake ports like in other ports.
6008 This patch is a follow up to r120029.
6009
6010 * Source/cmake/WebKitFeatures.cmake:
6011 * Source/cmakeconfig.h.cmake:
6012
kaustubh@motorola.com479cf832012-06-12 10:47:39 +000060132012-06-11 Kaustubh Atrawalkar <kaustubh@motorola.com>
6014
6015 [DRT] LTC:: counterValueForElementById() could be moved to Internals.
6016 https://bugs.webkit.org/show_bug.cgi?id=84406
6017
6018 Reviewed by Hajime Morita.
6019
6020 Exporting Internals::counterValueForElement symbols for the Gtk build.
6021
6022 * Source/autotools/symbols.filter:
6023
alexis.menard@openbossa.org91279ad2012-06-12 02:21:42 +000060242012-06-11 Alexis Menard <alexis.menard@openbossa.org>
6025
6026 [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag.
6027 https://bugs.webkit.org/show_bug.cgi?id=88804
6028
6029 Reviewed by Tony Chang.
6030
6031 Protect box-decoration-break behind a feature flag enabled by default.
6032
6033 * configure.ac:
6034
commit-queue@webkit.orgb12c4b92012-06-11 22:16:11 +000060352012-06-11 Arnaud Renevier <arno@renevier.net>
6036
6037 Replace obsolete mkdir_p variable with MKDIR_P
6038 https://bugs.webkit.org/show_bug.cgi?id=88790
6039
6040 Reviewed by Martin Robinson.
6041
6042 * GNUmakefile.am:
6043 * configure.ac:
6044
carlosgc@webkit.orgf4fbe002012-06-11 15:31:19 +000060452012-06-11 Carlos Garcia Campos <cgarcia@igalia.com>
6046
6047 Unreviewed. Fix make distcheck issues.
6048
6049 * GNUmakefile.am: Initialize jscore nosource variables.
6050
darin@apple.com7a26ab32012-06-10 17:15:55 +000060512012-06-10 Darin Adler <darin@apple.com>
6052
6053 Remove unneeded callRemovedLastRef function from TreeShared refactoring
6054 https://bugs.webkit.org/show_bug.cgi?id=88653
6055
6056 Reviewed by Sam Weinig.
6057
6058 * Source/autotools/symbols.filter: Filter removedLastRef instead of
6059 callRemovedLastRef.
6060
commit-queue@webkit.org5deb7492012-06-09 09:05:22 +000060612012-06-09 Sukolsak Sakshuwong <sukolsak@google.com>
6062
6063 Add UNDO_MANAGER flag
6064 https://bugs.webkit.org/show_bug.cgi?id=87908
6065
6066 Reviewed by Tony Chang.
6067
6068 * Source/cmake/WebKitFeatures.cmake:
6069
mrobinson@webkit.org940af952012-06-08 22:24:55 +000060702012-06-08 Martin Robinson <mrobinson@igalia.com>
6071
mrobinson@webkit.org214e0b82012-06-08 23:13:35 +00006072 Fix the GTK+ build when OpenGL is enabled.
6073
6074 * configure.ac: Fix the build.
6075
60762012-06-08 Martin Robinson <mrobinson@igalia.com>
6077
mrobinson@webkit.org940af952012-06-08 22:24:55 +00006078 [GTK] build accelerated compositing on by default if OpenGL is present
6079 https://bugs.webkit.org/show_bug.cgi?id=88677
6080
6081 Reviewed by Alejandro G. Castro.
6082
6083 Build accelerated compositing by default if OpenGL is present, just like WebGL.
6084 Also prevent enabling WebGL if Clutter is turned on.
6085
6086 * configure.ac: Build AC by default.
6087
carlosgc@webkit.org6ea8d202012-06-08 16:37:48 +000060882012-06-08 Carlos Garcia Campos <cgarcia@igalia.com>
6089
6090 [GTK] Add API to get the library version to WebKit2 GTK+
6091 https://bugs.webkit.org/show_bug.cgi?id=88426
6092
6093 Reviewed by Martin Robinson.
6094
6095 * configure.ac: Generate WebKitVersion.h from WebKitVersion.h.in
6096 file.
6097
commit-queue@webkit.org033422c2012-06-08 15:23:12 +000060982012-06-08 Ion Rosca <rosca@adobe.com>
6099
6100 Some overlay scrollbar API calls in ScrollAnimatorMac can lead to an assertion in RenderBox::mapAbsoluteToLocalPoint
6101 https://bugs.webkit.org/show_bug.cgi?id=74111
6102
6103 Reviewed by Simon Fraser.
6104
6105 * ManualTests/scrollbar-crash-on-hide-scrolled-area.html: Added.
6106
haraken@chromium.orgbba7c9c2012-06-08 06:28:12 +000061072012-06-07 Kentaro Hara <haraken@chromium.org>
6108
6109 Reduce Node object size from 72 byte to 64 byte
6110 https://bugs.webkit.org/show_bug.cgi?id=88528
6111
6112 Reviewed by Ryosuke Niwa.
6113
6114 Added a symbol for callRemovedLastRef().
6115
6116 * Source/autotools/symbols.filter:
6117
paroga@webkit.org40935152012-06-07 23:18:38 +000061182012-06-07 Patrick Gansterer <paroga@webkit.org>
6119
6120 Build fix for WinCE after r113570.
6121
6122 * Source/cmake/OptionsWinCE.cmake:
6123
abarth@webkit.org9a476fa2012-06-07 21:21:31 +000061242012-06-07 Adam Barth <abarth@webkit.org>
6125
6126 Settings::defaultDeviceScaleFactor is redundant with Page::deviceScaleFactor
6127 https://bugs.webkit.org/show_bug.cgi?id=88375
6128
6129 Reviewed by James Robinson.
6130
6131 This symbol no longer exists.
6132
6133 * Source/autotools/symbols.filter:
6134
ddkilzer@apple.com19f61db2012-06-06 21:19:38 +000061352012-06-06 David Kilzer <ddkilzer@apple.com>
6136
6137 Teach git about localizable *.strings files
6138 <http://webkit.org/b/88447>
6139
6140 Reviewed by Adam Roben.
6141
6142 * .gitattributes: Set diff attribute for *.strings files so
6143 git-diff doesn't complain about them being binary files once the
6144 git-config command is run.
6145
wingo@igalia.com4990fe82012-06-06 16:00:38 +000061462012-06-06 Andy Wingo <wingo@igalia.com>
6147
6148 [GTK] Enable the LLInt
6149 https://bugs.webkit.org/show_bug.cgi?id=88315
6150
6151 Reviewed by Filip Pizlo.
6152
6153 * configure.ac: Require Ruby, to build the low-level interpreter.
6154
loislo@chromium.org227483d2012-06-06 11:27:56 +000061552012-06-06 Sam D <dsam2912@gmail.com>
6156
6157 Web Inspector: Option for selecting/deselecting all breakpoints in breakpoint pane
6158 https://bugs.webkit.org/show_bug.cgi?id=87644
6159
6160 Reviewed by Pavel Feldman.
6161
6162 Added an option to enable/disable all breakpoints in Breakpoint pane.
6163
6164 * Source/WebCore/English.lproj/localizedStrings.js:
6165 * Source/WebCore/inspector/front-end/BreakpointManager.js:
6166 (WebInspector.BreakpointManager.prototype.enableAllBreakpoints):
6167 (WebInspector.BreakpointManager.prototype.disableAllBreakpoints):
6168 * Source/WebCore/inspector/front-end/BreakpointsSidebarPane.js:
6169 (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu.enabledBreakpointCount):
6170 (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu):
6171
commit-queue@webkit.org4b6f5b32012-06-06 05:19:18 +000061722012-06-05 Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
6173
6174 [GTK] show the feature list in alphabetical order
6175 https://bugs.webkit.org/show_bug.cgi?id=88343
6176
6177 Reviewed by Gustavo Noronha Silva.
6178
6179 * configure.ac:
6180
commit-queue@webkit.org3401b2d2012-06-05 11:32:22 +000061812012-06-05 Dongwoo Im <dw.im@samsung.com>
6182
6183 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
6184 https://bugs.webkit.org/show_bug.cgi?id=73176
6185
6186 Reviewed by Adam Barth.
6187
6188 Two more APIs are added in Custom Scheme Handler specification.
6189 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
6190 One is 'isProtocolHandlerRegistered' to query whether the specific URL
6191 is registered or not.
6192 The other is 'unregisterProtocolHandler' to remove the registered URL.
6193
6194 * Source/cmake/WebKitFeatures.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
6195 * Source/cmakeconfig.h.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
6196
commit-queue@webkit.org38d67852012-06-05 03:01:18 +000061972012-06-04 Hugo Parente Lima <hugo.lima@openbossa.org>
6198
6199 Turn LEGACY_VIEWPORT_ADAPTION USE flag into an ENABLE flag.
6200 https://bugs.webkit.org/show_bug.cgi?id=88243
6201
6202 Reviewed by Adam Barth.
6203
6204 * Source/cmake/WebKitFeatures.cmake:
6205
commit-queue@webkit.org14c5bee2012-06-04 20:11:36 +000062062012-06-04 Sadrul Habib Chowdhury <sadrul@chromium.org>
6207
6208 [chromium] Fix software rendering for device-scale-factor > 1
6209 https://bugs.webkit.org/show_bug.cgi?id=88136
6210
6211 Reviewed by Darin Fisher.
6212
6213 Export WebCore::Page::setDeviceScaleFactor and WebCore::Settings::setDefaultDeviceScaleFactor.
6214
6215 * Source/autotools/symbols.filter:
6216
commit-queue@webkit.org2c5253a2012-06-04 19:52:05 +000062172012-06-04 Kevin Greer <kgr@chromium.org>
6218
6219 [chromium] Issue async events for console.time/timeEnd
6220 https://bugs.webkit.org/show_bug.cgi?id=88003
6221
6222 Reviewed by Pavel Feldman.
6223
6224 * ../../Source/WebCore/page/Console.cpp:
6225
carlosgc@webkit.org380b0e12012-06-04 11:00:09 +000062262012-06-04 Carlos Garcia Campos <cgarcia@igalia.com>
6227
6228 Unreviewed. Update NEWS and configure.ac for 1.9.3 release
6229
6230 * configure.ac: Bump version number.
6231
kevino@webkit.orgf2b0e142012-06-02 18:54:52 +000062322012-06-02 Kevin Ollivier <kevino@theolliviers.com>
6233
6234 [wx] Unreviewed build fix. Temporarily disable DerivedSources cleanup on Windows.
6235
6236 * wscript:
6237
hausmann@webkit.org56ac0762012-06-01 20:00:43 +000062382012-06-01 Simon Hausmann <simon.hausmann@nokia.com>
6239
6240 [Qt] Use -Werror only in developer builds
6241
6242 Rubber-stamped by Tor Arne Vestbø.
6243
6244 In production builds -Werror with custom toolchains and wierd system
6245 headers, -Werror is of no use and just creates confusion. So use it
6246 only if Qt is configured with -developer-build.
6247
6248 * Source/api.pri: qt_developer_build determination moved to default_pre.prf
6249
caio.oliveira@openbossa.org8bbea2e2012-06-01 19:57:46 +000062502012-06-01 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
6251
6252 [Qt] Move QObject bridge related tests from tst_qwebframe to tst_qobjectbridge
6253 https://bugs.webkit.org/show_bug.cgi?id=88117
6254
6255 Reviewed by Noam Rosenthal.
6256
6257 * Source/tests.pri: Add new entry for tst_qobjectbridge.
6258
commit-queue@webkit.orgdc1f1da2012-06-01 16:35:49 +000062592012-06-01 Christophe Dumez <christophe.dumez@intel.com>
6260
6261 [EFL] EFL port does not enable WEB_INTENTS_TAG flag
6262 https://bugs.webkit.org/show_bug.cgi?id=86866
6263
6264 Reviewed by Adam Barth.
6265
6266 Enable WEB_INTENTS_TAG flag by default on EFL port.
6267
6268 * Source/cmake/OptionsEfl.cmake:
6269 * Source/cmake/WebKitFeatures.cmake:
6270 * Source/cmakeconfig.h.cmake:
6271
commit-queue@webkit.org82912a92012-05-31 14:47:30 +000062722012-05-31 Christophe Dumez <christophe.dumez@intel.com>
6273
6274 [EFL] Enable CSS_IMAGE_SET flag
6275 https://bugs.webkit.org/show_bug.cgi?id=87727
6276
6277 Reviewed by Adam Roben.
6278
6279 Add CSS_IMAGE_SET flag to CMake and enable it by default on EFL port.
6280
6281 * Source/cmake/OptionsEfl.cmake:
6282 * Source/cmake/WebKitFeatures.cmake:
6283 * Source/cmakeconfig.h.cmake:
6284
kevino@webkit.org3e068132012-05-30 21:05:29 +000062852012-05-30 Kevin Ollivier <kevino@theolliviers.com>
6286
6287 [wx] Unreviewed build fix. Add needed file back to the wx build.
6288
6289 * wscript:
6290
ryuan.choi@samsung.come9e65c22012-05-30 12:12:23 +000062912012-05-30 Mariusz Grzegorczyk <mariusz.g@samsung.com>, Ryuan Choi <ryuan.choi@samsung.com>
6292
6293 [EFL][WK2] Fix WebKit2-EFL build
6294 https://bugs.webkit.org/show_bug.cgi?id=83693
6295
6296 Reviewed by Carlos Garcia Campos.
6297
6298 * Source/cmake/OptionsEfl.cmake: Define BUILDING_SOUP__ to build WebKit2/Efl.
6299
commit-queue@webkit.org54f7a012012-05-30 03:51:23 +000063002012-05-29 Jonathan Dong <jonathan.dong@torchmobile.com.cn>
6301
6302 [BlackBerry] Loading media data with http authentication
6303 https://bugs.webkit.org/show_bug.cgi?id=84214
6304
6305 Reviewed by George Staikos.
6306
6307 Added a manual test case which needs user to provide a HTTP server
6308 with HTTP authentication support when loading the specified media
6309 resource. The test case will test if the media resource is successfully
6310 loaded.
6311
6312 * ManualTests/blackberry/video-load-with-authentication.html: Added.
6313
simon.fraser@apple.com9d127902012-05-29 20:49:15 +000063142012-05-29 Simon Fraser <simon.fraser@apple.com>
6315
6316 Incomplete repaint on twitter.com when replying to a tweet
6317 https://bugs.webkit.org/show_bug.cgi?id=87553
6318
6319 Reviewed by Dean Jackson.
6320
6321 Manual test that adds a transform to a layer, forcing that
6322 layer to gain backing store.
6323
6324 * ManualTests/compositing/requires-backing-change.html: Added.
6325
commit-queue@webkit.orgd5058402012-05-29 14:44:38 +000063262012-05-29 David Barr <davidbarr@chromium.org>
6327
6328 Introduce ENABLE_CSS_IMAGE_RESOLUTION compile flag
6329 https://bugs.webkit.org/show_bug.cgi?id=87685
6330
6331 Reviewed by Eric Seidel.
6332
6333 Add a configuration option for CSS image-resolution support, disabling it by default.
6334
6335 * Source/cmake/WebKitFeatures.cmake:
6336 * Source/cmakeconfig.h.cmake:
6337
jesus@webkit.org51166e12012-05-28 20:00:49 +000063382012-05-25 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
6339
6340 WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled
6341 https://bugs.webkit.org/show_bug.cgi?id=42328
6342
6343 Reviewed by Eric Seidel.
6344
6345 * Source/autotools/symbols.filter: Added needed symbols for GTK build.
6346
gyuyoung.kim@samsung.com741d3552012-05-28 09:05:52 +000063472012-05-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
6348
6349 Move allowRoundingHacks to Internals interface
6350 https://bugs.webkit.org/show_bug.cgi?id=87328
6351
6352 Reviewed by Hajime Morita.
6353
6354 * Source/autotools/symbols.filter: Add allowRoundingHacks symbol filter.
6355
commit-queue@webkit.org07ecccc2012-05-28 05:00:28 +000063562012-05-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
6357
6358 [EFL] Enable blob support for the EFL port
6359 https://bugs.webkit.org/show_bug.cgi?id=85363
6360
6361 Reviewed by Hajime Morita.
6362
6363 Enable Blob support by default for the EFL port.
6364
6365 * Source/cmake/OptionsEfl.cmake:
6366
rakuco@webkit.org1bc22102012-05-28 01:56:44 +000063672012-05-27 Raphael Kubo da Costa <rakuco@webkit.org>
6368
6369 [CMake] Make WEBKIT_SET_EXTRA_COMPILER_FLAGS work with clang.
6370 https://bugs.webkit.org/show_bug.cgi?id=87597
6371
6372 Reviewed by Daniel Bates.
6373
6374 Building with clang requires at least the -fPIC option being
6375 passed correctly, just like it is needed with gcc. clang is also
6376 compatible with most of gcc's compiler options, so we only need to
6377 check for clang besides g++ in the macro definition.
6378
6379 * Source/cmake/WebKitHelpers.cmake: Check for "Clang" and use
6380 CMAKE_COMPILER_IS_GNUCXX for the previous check, as it is shorter
6381 and achieves the same effect.
6382
zandobersek@gmail.com3f8e9712012-05-25 18:36:13 +000063832012-05-25 Zan Dobersek <zandobersek@gmail.com>
6384
zandobersek@gmail.comb8b19832012-05-25 19:40:04 +00006385 configure.ac has duplicated AC_MSG_RESULT([$enable_sandbox]) and nothing for seamless iframes
6386 https://bugs.webkit.org/show_bug.cgi?id=87453
6387
6388 Reviewed by Eric Seidel.
6389
6390 Report the value of $enable_iframe_seamless rather than $enable_sandbox
6391 after checking whether to enable the iframe seamless option.
6392
6393 * configure.ac:
6394
63952012-05-25 Zan Dobersek <zandobersek@gmail.com>
6396
zandobersek@gmail.com3f8e9712012-05-25 18:36:13 +00006397 [Gtk] Remove configuration options that do not apply anymore
6398 https://bugs.webkit.org/show_bug.cgi?id=87509
6399
6400 Reviewed by Martin Robinson.
6401
6402 Remove configuration options for enabling or disabling HTML5 datagrid,
6403 DOM storage, image resizer API and sandboxed iframe support. These
6404 features were either turned on by default with the feature defines
6405 removed from the code or removed from the source.
6406
6407 * configure.ac:
6408
commit-queue@webkit.org6e502412012-05-25 12:18:04 +000064092012-05-25 Zalan Bujtas <zbujtas@gmail.com>
6410
6411 [Qt] Broken controls rendering when transform is applied.
6412 https://bugs.webkit.org/show_bug.cgi?id=87483
6413
6414 Reviewed by Simon Hausmann.
6415
6416 * ManualTests/qt/control_paiting_with_transforms.html: Added.
6417
timothy_horton@apple.com3f03ac12012-05-25 06:53:27 +000064182012-05-24 Tim Horton <timothy_horton@apple.com>
6419
6420 Add feature defines for web-facing parts of CSS Regions and Exclusions
6421 https://bugs.webkit.org/show_bug.cgi?id=87442
6422 <rdar://problem/10887709>
6423
6424 Reviewed by Dan Bernstein.
6425
6426 * configure.ac:
6427
tkent@chromium.org9da8b8c2012-05-25 06:50:38 +000064282012-05-24 Kent Tamura <tkent@chromium.org>
6429
6430 PAGE_POPUP: window.setValueAndClosePopup should be moved to a
6431 per-context property of DOMWindow.
6432 https://bugs.webkit.org/show_bug.cgi?id=87086
6433
6434 Reviewed by Adam Barth.
6435
6436 * ManualTests/forms/calendar-picker.html:
6437 Introduce pseudo window.pagePopupController.
6438
commit-queue@webkit.org6d0c3bc2012-05-25 04:00:42 +000064392012-05-24 Philippe Normand <pnormand@igalia.com>
6440
6441 [GTK] Add --enable-css3-flexbox configure option after r118304.
6442 https://bugs.webkit.org/show_bug.cgi?id=87455
6443
6444 Reviewed by Xan Lopez.
6445
6446 * configure.ac:
6447
commit-queue@webkit.org2c8bcde2012-05-24 20:01:53 +000064482012-05-24 John Mellor <johnme@chromium.org>
6449
6450 Font Boosting: Add compile flag and runtime setting
6451 https://bugs.webkit.org/show_bug.cgi?id=87394
6452
6453 Reviewed by Adam Barth.
6454
6455 Add ENABLE_FONT_BOOSTING.
6456
6457 * configure.ac:
6458
rakuco@webkit.org4882cf92012-05-24 02:43:51 +000064592012-05-23 Raphael Kubo da Costa <rakuco@webkit.org>
6460
6461 [CMake] Unreviewed, add ENABLE_CSS3_FLEXBOX after r118304.
6462
6463 * Source/cmake/WebKitFeatures.cmake:
6464 * Source/cmakeconfig.h.cmake:
6465
commit-queue@webkit.orgbc19f902012-05-23 17:46:30 +000064662012-05-23 Xiaobo Wang <xbwang@torchmobile.com.cn>
6467
6468 [BlackBerry] Reset JS state for each test
6469 https://bugs.webkit.org/show_bug.cgi?id=86899
6470
6471 Reviewed by Nikolas Zimmermann.
6472
6473 * DumpRenderTree/blackberry/DumpRenderTree.cpp:
6474 (BlackBerry::WebKit::DumpRenderTree::resetToConsistentStateBeforeTesting):
6475
commit-queue@webkit.orge49ac252012-05-23 05:24:02 +000064762012-05-22 Dongwoo Im <dw.im@samsung.com>
6477
6478 [EFL] Implements the registerProtocolHandler method and option.
6479 https://bugs.webkit.org/show_bug.cgi?id=73638
6480
6481 Reviewed by Andreas Kling.
6482
6483 The registerProtocolHandler() method allows Web sites to register themselves
6484 as possible handlers for particular schemes.
6485
6486 http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler
6487
6488 * Source/cmake/OptionsEfl.cmake: Adds the build option.
6489 * Source/cmakeconfig.h.cmake: Adds the build option.
6490
commit-queue@webkit.org0db5ac72012-05-23 02:37:31 +000064912012-05-22 Kangil Han <kangil.han@samsung.com>
6492
6493 [EFL][DRT] Implement touch event
6494 https://bugs.webkit.org/show_bug.cgi?id=86720
6495
6496 Reviewed by Hajime Morita.
6497
6498 Currently EFL DRT doesn't support touch event.
6499 Therefore, this patch enabled it and implemented some eventSender function callbacks.
6500
6501 * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check.
6502 * Source/cmake/OptionsEfl.cmake: Enable touch event option.
6503
simon.fraser@apple.com9bd2c702012-05-22 20:37:14 +00006504== Rolled over to ChangeLog-2012-05-22 ==