blob: 784e8ba065c6cbaaa8f23770818304a66289ef3f [file] [log] [blame]
michael.bruning@digia.com2330ae32012-11-02 14:25:35 +000012012-11-02 Michael Brüning <michael.bruning@digia.com>
2
3 [Qt][WK2] ASSERT hit for every mouse click
4 https://bugs.webkit.org/show_bug.cgi?id=100607
5
6 Reviewed by Jocelyn Turcotte.
7
8 Added a test with a link that contains an <em> tag surrounding the entire inner text.
9 The test should be run on an assert enabled build and the assert should not be
10 triggered when tapping the link.
11
12 * ManualTests/tap-gesture-on-em-link-tap-highlight-assert.html: Added.
13
fischman@chromium.org5a493442012-11-02 01:38:30 +0000142012-11-01 Ami Fischman <fischman@chromium.org>
15
16 HTMLMediaPlayer should free m_player when src is set/changed
17 https://bugs.webkit.org/show_bug.cgi?id=99647
18
19 Reviewed by Eric Carlson.
20
21 * ManualTests/media-players-are-dropped-on-error.html: Added.
22 Various scenarios are tested to make sure players aren't
23 leaked in different ways for each of them.
24
bdakin@apple.com54ee0782012-11-01 18:57:39 +0000252012-11-01 Beth Dakin <bdakin@apple.com>
26
27 https://bugs.webkit.org/show_bug.cgi?id=100917
28 There should be a way to dump the scrolling tree from the layout tests
29
30 Reviewed by Simon Fraser.
31
32 * Source/autotools/symbols.filter:
33
commit-queue@webkit.orgc7f89c72012-10-31 22:22:07 +0000342012-10-31 Thiago Marcos P. Santos <thiago.santos@intel.com>
35
36 Added viewport at-rule to the CSS parser and tokenizer
37 https://bugs.webkit.org/show_bug.cgi?id=95961
38
39 Reviewed by Kenneth Rohde Christiansen.
40
41 Enable CSS Device Adaptation by default on EFL.
42
43 * Source/cmake/OptionsEfl.cmake:
44
vollick@chromium.org64eaafc2012-10-31 15:36:50 +0000452012-10-31 Ian Vollick <vollick@chromium.org>
46
47 Add support for text-based repaint testing
48 https://bugs.webkit.org/show_bug.cgi?id=100584
49
50 Reviewed by Simon Fraser.
51
52 Allows tracked repaint rects to be dumped as text.
53
54 * Source/autotools/symbols.filter:
55 Exports for:
56 FrameView::setTracksRepaints(bool)
57 Frame::trackedRepaintRectsAsText() const
58
59
commit-queue@webkit.orgf2242d92012-10-30 08:33:44 +0000602012-10-30 Vivek Galatage <vivekgalatage@gmail.com>
61
62 Add files generated by Windows to ignore list for git repository
63 https://bugs.webkit.org/show_bug.cgi?id=100729
64
65 Reviewed by Gyuyoung Kim.
66
67 Adding the additional files generated by windows port to the ignore list
68
69 * .gitignore:
70
carlosgc@webkit.org3764e562012-10-30 07:47:25 +0000712012-10-30 Carlos Garcia Campos <cgarcia@igalia.com>
72
73 [GTK] Add a configure option to build with -g1
74 https://bugs.webkit.org/show_bug.cgi?id=100670
75
76 Reviewed by Martin Robinson.
77
78 Add min and full options to the --enable-debug-symbols configure
79 option. Using --enable-debug-symbols=min will use -g1 instead of
80 -g (which is actually -g2). The first level is enough for most of
81 the cases, like getting a backtrace, and it's the only way to
82 build WebKit with debug symbols in a 32 bit system. The option
83 full is actually the same than yes for backwards compatibility.
84
85 * configure.ac:
86
rwlbuis@webkit.orgcb3807e2012-10-26 20:12:25 +0000872012-10-26 Rob Buis <rbuis@rim.com>
88
89 [BlackBerry] Platform Abstraction for WebKit Resource/Image Loading
90 https://bugs.webkit.org/show_bug.cgi?id=100518
91
92 PR 231732
93
94 Reviewed by Yong Li.
95
96 Remove RESOURCE_PATH from webkit, this is now abstracted in our platform layer.
97
98 * Source/cmake/OptionsBlackBerry.cmake:
99
hausmann@webkit.org68369572012-10-26 12:18:57 +00001002012-10-26 Regina Chung <heejin.r.chung@samsung.com>
101
102 [EFL][WK2] Enable WebGL
103 https://bugs.webkit.org/show_bug.cgi?id=97652
104
105 Reviewed by Gyuyoung Kim.
106
107 Use Graphics Surface to enable WebGL for WebKit2 EFL.
108
109 * Source/cmake/OptionsEfl.cmake:
110
ossy@webkit.org601b4b82012-10-26 10:52:27 +00001112012-10-26 Sheriff Bot <webkit.review.bot@gmail.com>
112
113 Unreviewed, rolling out r132601.
114 http://trac.webkit.org/changeset/132601
115 https://bugs.webkit.org/show_bug.cgi?id=100494
116
117 It broke the Qt build (Requested by Ossy on #webkit).
118
119 * Source/cmake/OptionsEfl.cmake:
120
commit-queue@webkit.org818cb172012-10-26 10:22:02 +00001212012-10-26 Regina Chung <heejin.r.chung@samsung.com>
122
123 [EFL][WK2] Enable WebGL
124 https://bugs.webkit.org/show_bug.cgi?id=97652
125
126 Reviewed by Gyuyoung Kim.
127
128 Use Graphics Surface to enable WebGL for WebKit2 EFL.
129
130 * Source/cmake/OptionsEfl.cmake:
131
commit-queue@webkit.orgb885adc2012-10-26 10:20:33 +00001322012-10-26 Thiago Marcos P. Santos <thiago.santos@intel.com>
133
134 Add feature flags for CSS Device Adaptation
135 https://bugs.webkit.org/show_bug.cgi?id=95960
136
137 Reviewed by Kenneth Rohde Christiansen.
138
139 * Source/cmake/WebKitFeatures.cmake:
140 * Source/cmakeconfig.h.cmake:
141 * configure.ac:
142
commit-queue@webkit.org1ec0f372012-10-26 05:08:13 +00001432012-10-25 Yael Aharon <yael.aharon@intel.com>
144
145 [EFL][WK2][AC] Enable 3D_RENDERING flag
146 https://bugs.webkit.org/show_bug.cgi?id=99535
147
148 Reviewed by Laszlo Gombos.
149
150 Turn on the flag ENABLE_3D_RENDERING when WTF_USE_TILE_BACKING_STORE flag is on.
151 This flag controls perspective and preserves-3d behavior.
152
153 * Source/cmake/OptionsEfl.cmake:
154
dominik.rottsches@intel.com6bf0b302012-10-25 19:26:47 +00001552012-10-25 Dominik Röttsches <dominik.rottsches@intel.com>
156
157 Adding feature for XHR_TIMEOUT
158
159 Conditionalize XHR timeout support
160 https://bugs.webkit.org/show_bug.cgi?id=100356
161
162 Reviewed by Adam Barth.
163
164 Adding feature for XHR_TIMEOUT to disable it on ports that don't have
165 network backend support for setTimeoutInterval.
166
167 * Source/cmake/OptionsEfl.cmake: Default ON on EFL.
168 * Source/cmake/WebKitFeatures.cmake: Default OFF for any CMAKE based port.
169 * Source/cmakeconfig.h.cmake: Adding define.
170 * configure.ac: Make autogen.sh support the --enable/--disable-xhr-timeout parameter.
171
commit-queue@webkit.orge8c2c662012-10-25 14:03:59 +00001722012-10-25 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
173
174 Add setMediaTypeOverride to window.internals.settings
175 https://bugs.webkit.org/show_bug.cgi?id=100249
176
177 Reviewed by Kenneth Rohde Christiansen.
178
179 Exported WebCore::Settings::setMediaTypeOverride(WTF::String const&) for GTK port.
180
181 * Source/autotools/symbols.filter:
182
commit-queue@webkit.orgfd1466c2012-10-24 22:49:03 +00001832012-10-24 Michael Carmody <mcarmody@rim.com>
184
185 [BlackBerry] change CMAKE_<CCXX|C>_FLAGS_<RELEASE|DEBUG> from enviroment flags
186 https://bugs.webkit.org/show_bug.cgi?id=100256
187
188 Reviewed by Rob Buis.
189
190 This allow override of compile flags without having to edit CMake files.
191
192 * Source/cmake/OptionsBlackBerry.cmake:
193
commit-queue@webkit.org06119ec2012-10-24 14:51:47 +00001942012-10-24 Priit Laes <plaes@plaes.org>
195
196 [GTK] ./configure output for CSS Shaders is broken
197 https://bugs.webkit.org/show_bug.cgi?id=100217
198
199 Reviewed by Martin Robinson.
200
201 Reformat CSS Filters / Shaders check to clean configure output.
202
203 * configure.ac:
204
commit-queue@webkit.org0d525682012-10-24 14:33:47 +00002052012-10-24 Thiago Marcos P. Santos <thiago.santos@intel.com>
206
207 [EFL] run-webkit-tests writes garbage on stderr when running on Xvfb
208 https://bugs.webkit.org/show_bug.cgi?id=100243
209
210 Reviewed by Kenneth Rohde Christiansen.
211
212 Search for X11 development libraries (and thus Xext), necessary to
213 disable the X extensions error reporting.
214
215 * Source/cmake/OptionsEfl.cmake:
216
mario@webkit.org094840652012-10-24 08:12:50 +00002172012-10-24 Mario Sanchez Prada <mario@webkit.org>
218
219 [WK2] [GTK] TestWebKitAccessibility is not being run
220 https://bugs.webkit.org/show_bug.cgi?id=100102
221
222 Reviewed by Carlos Garcia Campos.
223
224 Moved check for at-spi2 after the definition of enable_webkit2,
225 since it's only needed for WebKit2GTK API tests.
226
227 * configure.ac: Moved the check for at-spi2 down in the file.
228
mrobinson@webkit.org0aa1e1c2012-10-24 01:48:10 +00002292012-10-23 Martin Robinson <mrobinson@igalia.com>
230
231 POTFILES.in/.skip need updates for translators
232 https://bugs.webkit.org/show_bug.cgi?id=67580
233
234 Reviewed by Xan Lopez.
235
236 Now process POTFILES.in during configuration.
237
238 * configure.ac:
239
kenneth@webkit.org2a707b52012-10-23 15:15:43 +00002402012-10-23 Kenneth Rohde Christiansen <kenneth@webkit.org>
241
242 Add support for resolution media query
243 https://bugs.webkit.org/show_bug.cgi?id=99077
244
245 Reviewed by Antti Koivisto.
246
247 * Source/cmake/OptionsEfl.cmake:
248 * Source/cmake/WebKitFeatures.cmake:
249 * Source/cmakeconfig.h.cmake:
250
251 Add support for the RESOLUTION_MEDIA_QUERY feature flag.
252
253 * Source/autotools/symbols.filter:
254
255 Export the WebCore::Settings setting.
256
carlosgc@webkit.org7e57c572012-10-23 13:40:54 +00002572012-10-23 Carlos Garcia Campos <cgarcia@igalia.com>
258
259 Unreviewed. Update NEWS and configure.ac for 1.11.1 release
260
261 * configure.ac: Bump version numbers.
262
ryuan.choi@samsung.com84707782012-10-23 12:34:51 +00002632012-10-23 Ryuan Choi <ryuan.choi@samsung.com>
264
265 [EFL][WK2] Add support for IMF composition
266 https://bugs.webkit.org/show_bug.cgi?id=89552
267
268 Reviewed by Gyuyoung Kim.
269
270 * Source/cmake/FindEcore.cmake: Checked Ecore_IMF.
271
abecsi@webkit.orgc9a1ed62012-10-23 09:15:12 +00002722012-10-23 Andras Becsi <andras.becsi@digia.com>
273
274 Remove devicePixelRatio from ViewportAttributes
275 https://bugs.webkit.org/show_bug.cgi?id=99845
276
277 Reviewed by Adam Barth.
278
279 * Source/autotools/symbols.filter: Update symbol.
280
pfeldman@chromium.orgf405be22012-10-22 08:52:03 +00002812012-10-22 Pavel Feldman <pfeldman@chromium.org>
282
283 Web Inspector: merge "docked" state into the "dock side" enum.
284 https://bugs.webkit.org/show_bug.cgi?id=99717
285
286 Reviewed by Vsevolod Vlasov.
287
288 Otherwise, it is hard to manage these inter-dependent flags.
289
290 * Source/autotools/symbols.filter:
291
tony@chromium.org152c093e2012-10-19 21:55:09 +00002922012-10-19 Tony Chang <tony@chromium.org>
293
294 Unreviewed, rolling out r131936.
295 http://trac.webkit.org/changeset/131936
296 https://bugs.webkit.org/show_bug.cgi?id=99717
297
298 Broke the clang build
299
300 * Source/autotools/symbols.filter:
301
commit-queue@webkit.org85886a92012-10-19 18:53:11 +00003022012-10-19 Dongwoo Joshua Im <dw.im@samsung.com>
303
304 Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
305 https://bugs.webkit.org/show_bug.cgi?id=99804
306
307 Reviewed by Julien Chaffraix.
308
309 CSS3 text related properties will be implemented under this flag,
310 including text decoration, text-align-last, and text-justify.
311
312 * Source/cmake/OptionsEfl.cmake:
313 * Source/cmake/WebKitFeatures.cmake:
314 * Source/cmakeconfig.h.cmake:
315
commit-queue@webkit.org8e351b52012-10-19 02:35:51 +00003162012-10-18 Laszlo Gombos <l.gombos@samsung.com>
317
318 [EFL] Buildfix if Netscape plugin support is disabled
319 https://bugs.webkit.org/show_bug.cgi?id=99757
320
321 Reviewed by Gyuyoung Kim.
322
323 Set ENABLE_PLUGIN_PROCESS only if ENABLE_NETSCAPE_PLUGIN_API is set.
324
325 * Source/cmake/OptionsEfl.cmake:
326
commit-queue@webkit.org80d18442012-10-18 18:43:15 +00003272012-10-18 Pablo Flouret <pablof@motorola.com>
328
329 Implement css3-conditional's @supports rule
330 https://bugs.webkit.org/show_bug.cgi?id=86146
331
332 Reviewed by Antti Koivisto.
333
334 * Source/cmake/WebKitFeatures.cmake:
335 * Source/cmakeconfig.h.cmake:
336 * configure.ac:
337 Add an ENABLE_CSS3_CONDITIONAL_RULES flag.
338
hausmann@webkit.org30747fd2012-10-18 10:38:18 +00003392012-10-18 Simon Hausmann <simon.hausmann@digia.com>
340
341 [Qt] Clean up variables controlling Qt module creation/handling
342
343 Reviewed by Tor Arne Vestbø.
344
345 We now depend on a Qt 5 version that is new enough to allow us to
346 clean this up. Qt's default_pre.prf uses MODULE_QMAKE_OUTDIR, but
347 the other MODULE_BASE_* variables are onl used in qmodule.prf.
348
349 * Source/api.pri:
350
vestbo@webkit.orgaf62b0e2012-10-18 08:38:19 +00003512012-10-17 Tor Arne Vestbø <tor.arne.vestbo@digia.com>
352
353 [Qt] Modularize documentation for QtWebKit
354
355 Running 'make docs' would fail unless 'make qmake_all' was ran first,
356 but qmake_all involved generating all the derived sources, which seems
357 overly complex just for building documentation.
358
359 We solve this by preventing all subdirs except QtWebKit from having a
360 docs target. This would normally work fine on its own, but since we
361 use CONFIG += ordered, there's now a missing doc target for the
362 immediate dependency of the QtWebKit subdir. We solve this by adding
363 a dummy-target ourselves.
364
365 Finally, we clean up the qdocconf file to match the rest of the Qt
366 documentation modularization efforts.
367
368 Reviewed by Simon Hausmann.
369
370 * Source/QtWebKit.pro:
371 * Source/api.pri:
372 * Source/qtwebkit.qdocconf: Added.
373
commit-queue@webkit.org22975d02012-10-17 10:30:52 +00003742012-10-17 Grzegorz Czajkowski <g.czajkowski@samsung.com>, Michal Roj <m.roj@sasmung.com>
375
376 [WK2][EFL] Implementation of spellchecking feature.
377 https://bugs.webkit.org/show_bug.cgi?id=91854
378
379 Reviewed by Gyuyoung Kim.
380
381 Define SPELLCHECK macro and enable it for WK2-Efl.
382 The spellchecking implementation is based on the Enchant library.
383 It can be used by other WebKit ports.
384
385 * Source/cmake/FindEnchant.cmake: Added.
386 * Source/cmake/OptionsEfl.cmake: Enable spellchecking feature for WebKit2-EFL.
387 * Source/cmake/WebKitFeatures.cmake: Define the SPELLCHECK macro.
388 * Source/cmakeconfig.h.cmake: Add the feature.
389
tony@chromium.orgd46511e2012-10-16 18:04:01 +00003902012-10-16 Pablo Flouret <pablof@motorola.com>
391
392 Pre-process CSSGrammar.y before running through bison.
393 https://bugs.webkit.org/show_bug.cgi?id=94290
394
395 Reviewed by Tony Chang.
396
397 * Source/cmake/WebKitMacros.cmake:
398 Use WebCore/css/makegrammar.pl to generate bison grammar files.
399
jer.noble@apple.com098aee82012-10-16 15:51:25 +00004002012-10-15 Jer Noble <jer.noble@apple.com>
401
402 WebAudio: limit output level to 0db
403 https://bugs.webkit.org/show_bug.cgi?id=95792
404 <rdar://problem/11966135>
405
406 Reviewed by Chris Rogers.
407
408 Add a manual test to determine that output volume has been limited to 0db.
409
410 * ManualTests/webaudio/limit-level-0db.html: Added.
411
hausmann@webkit.org59b69f32012-10-16 14:12:59 +00004122012-10-16 Simon Hausmann <simon.hausmann@digia.com>
413
414 [Qt] Fix support for silent builds
415
416 Reviewed by Tor Arne Vestbø.
417
418 The .qmake.conf file in Qt modules usually contains a load(qt_build_config), which
419 ends up loading qmodule.pri, which contains the CONFIG += silent if Qt was configured
420 with -silent.
421
422 * .qmake.conf:
423
hausmann@webkit.orgecd47222012-10-16 12:48:32 +00004242012-10-16 Simon Hausmann <simon.hausmann@digia.com>, Tor Arne Vestbø <tor.arne.vestbo@digia.com>
425
426 [Qt] Add logic for triggering clean builds on changes to build system files
427
428 Reviewed by Csaba Osztrogonác.
429
430 Add a line here that can be re-used for recording dummy commits to count how the clean-build-needed
431 logic failed.
432
433 * WebKit.pro:
434
hausmann@webkit.orge0b7a592012-10-16 10:14:36 +00004352012-10-16 Simon Hausmann <simon.hausmann@digia.com>
436
hausmann@webkit.org50885d42012-10-16 10:49:40 +0000437 Unreviewed, rolling out r131436.
438 http://trac.webkit.org/changeset/131436
439
440 Broke various Qt bots strangely
441
442 * .qmake.conf:
443
4442012-10-16 Simon Hausmann <simon.hausmann@digia.com>
445
hausmann@webkit.orge0b7a592012-10-16 10:14:36 +0000446 [Qt] Fix support for silent builds
447
448 Reviewed by Tor Arne Vestbø.
449
450 The .qmake.conf file in Qt modules usually contains a load(qt_build_config), which
451 ends up loading qmodule.pri, which contains the CONFIG += silent if Qt was configured
452 with -silent.
453
454 * .qmake.conf:
455
ryuan.choi@samsung.com4075e182012-10-15 18:09:52 +00004562012-10-15 Ryuan Choi <ryuan.choi@samsung.com>
457
458 [EFL] Share resources installed for inspector
459 https://bugs.webkit.org/show_bug.cgi?id=98991
460
461 Reviewed by Gyuyoung Kim.
462
463 Now, WebKit1/Efl and WebKit2/Efl install same resources to different directory
464 when INSPECTOR is enabled.
465
466 This patch changes to install resources one time and share it.
467
468 * Source/PlatformEfl.cmake:
469 Extracted build scripts which install resources from WebKit/PlatformEfl.cmake.
470 * Source/cmake/OptionsEfl.cmake:
471
hausmann@webkit.org19e084d2012-10-15 14:06:06 +00004722012-10-15 Simon Hausmann <simon.hausmann@digia.com>
473
474 [Qt] Separate Qt WebKit into Qt WebKit and Qt WebKit Widgets
475 https://bugs.webkit.org/show_bug.cgi?id=88162
476
477 Reviewed by Kenneth Rohde Christiansen.
478
479 Rename the QtWebKit module to QtWebKitWidgets.
480
481 * Source/api.pri:
482 * Source/sync.profile:
483
paroga@webkit.org371c2952012-10-14 14:58:43 +00004842012-10-14 Patrick Gansterer <paroga@webkit.org>
485
486 Unreviewed, rolling out r130656.
487 http://trac.webkit.org/changeset/130656
488 https://bugs.webkit.org/show_bug.cgi?id=97592
489
490 Broke CMake build on Windows
491
492 * CMakeLists.txt:
493
commit-queue@webkit.org7440c612012-10-12 16:57:26 +00004942012-10-12 Sheriff Bot <webkit.review.bot@gmail.com>
495
496 Unreviewed, rolling out r131189.
497 http://trac.webkit.org/changeset/131189
498 https://bugs.webkit.org/show_bug.cgi?id=99187
499
500 Made inspector http tests crash on WK2. (Requested by rakuco
501 on #webkit).
502
503 * Source/PlatformEfl.cmake:
504 * Source/cmake/OptionsEfl.cmake:
505
ryuan.choi@samsung.comdaf3b242012-10-12 16:19:51 +00005062012-10-12 Ryuan Choi <ryuan.choi@samsung.com>
507
508 [EFL] Share resources installed for inspector
509 https://bugs.webkit.org/show_bug.cgi?id=98991
510
511 Reviewed by Gyuyoung Kim.
512
513 Now, WebKit1/Efl and WebKit2/Efl install same resources to different directory
514 when INSPECTOR is enabled.
515
516 This patch changes to install resources one time and share it.
517
518 * Source/PlatformEfl.cmake:
519 Extracted build scripts which install resources from WebKit/PlatformEfl.cmake.
520 * Source/cmake/OptionsEfl.cmake:
521
kbalazs@webkit.org40cdf2d2012-10-12 09:24:40 +00005222012-10-12 Balazs Kelemen <kbalazs@webkit.org>
523
524 Unreviewed, rolling out r130389.
525 http://trac.webkit.org/changeset/130389
526 https://bugs.webkit.org/show_bug.cgi?id=98048
527
528 It broke chromium
529
530 * Source/autotools/symbols.filter:
531
commit-queue@webkit.orge6a0fe82012-10-12 02:06:31 +00005322012-10-11 Jinwoo Song <jinwoo7.song@samsung.com>
533
534 [CMAKE] Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature
535 https://bugs.webkit.org/show_bug.cgi?id=99030
536
537 Reviewed by Laszlo Gombos.
538
539 Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature which throttles DOM timers
540 on hidden pages to WebKitFeatures.cmake and cmakeconfig.h.cmake.
541
542 * Source/cmake/WebKitFeatures.cmake:
543 * Source/cmakeconfig.h.cmake:
544
rniwa@webkit.orgcccc4242012-10-11 17:47:16 +00005452012-10-11 Ryosuke Niwa <rniwa@webkit.org>
546
547 Perf-o-matic build fixes.
548
549 Get the password from the first item of the array now that each JSON contains an array as
550 the top-level structure instead of a dictionary, which is the first item in the array.
551
552 Remove spaces after comma to save space in Runs objects to work-around the AppEngine's
553 object size limit. This should buy us a couple of days. We'll implement a proper fix later.
554
555 * Websites/webkit-perf.appspot.com/models.py:
556 (Runs.update_incrementally):
557 * Websites/webkit-perf.appspot.com/models_unittest.py:
558 (RunsTest.test_update_or_insert):
559 * Websites/webkit-perf.appspot.com/report_handler.py:
560 (ReportHandler.post):
561
tony@chromium.org70a18a42012-10-10 21:33:01 +00005622012-10-10 Tony Chang <tony@chromium.org>
563
564 Unreviewed, rolling out r130937, r130949, r130955, and
565 r130957.
566 http://trac.webkit.org/changeset/130937
567 http://trac.webkit.org/changeset/130949
568 http://trac.webkit.org/changeset/130955
569 http://trac.webkit.org/changeset/130957
570 https://bugs.webkit.org/show_bug.cgi?id=94290
571
572 Breaks Qt build
573
574 * Source/cmake/WebKitMacros.cmake:
575
commit-queue@webkit.org761a2052012-10-10 18:34:22 +00005762012-10-10 Pablo Flouret <pablof@motorola.com>
577
578 Pre-process CSSGrammar.y before running through bison.
579 https://bugs.webkit.org/show_bug.cgi?id=94290
580
581 Reviewed by Tony Chang.
582
583 * Source/cmake/WebKitMacros.cmake:
584 Use WebCore/css/makegrammar.pl to generate bison grammar files.
585
simon.fraser@apple.com94bfe712012-10-10 18:01:00 +00005862012-10-10 Simon Fraser <simon.fraser@apple.com>
587
588 Attempt to fix gtk build which controls exports via this mysteriously-named
589 file.
590
591 * Source/autotools/symbols.filter:
592
shinyak@chromium.orgb29d4aa2012-10-10 17:47:54 +00005932012-10-10 Shinya Kawanaka <shinyak@chromium.org>
594
595 Needs internal API to return distributed nodes for InsertionPoint
596 https://bugs.webkit.org/show_bug.cgi?id=98868
597
598 Reviewed by Hajime Morita.
599
600 * Source/autotools/symbols.filter:
601
yoli@rim.com314e3582012-10-10 15:48:45 +00006022012-10-10 Yong Li <yoli@rim.com>
603
604 [BlackBerry] Define WTF_USE_EXTRA_MACROS in cmake rather than Platform.h
605 https://bugs.webkit.org/show_bug.cgi?id=98819
606
607 Reviewed by Rob Buis.
608
609 And make it depend on SHARED_CORE
610 RIM PR# 221339.
611
612 * Source/cmake/OptionsBlackBerry.cmake:
613
keishi@webkit.org94d82cd2012-10-10 11:29:49 +00006142012-10-10 Keishi Hattori <keishi@webkit.org>
615
616 REGRESSION (r129738): Calendar picker is too wide when the input is rtl
617 https://bugs.webkit.org/show_bug.cgi?id=98881
618
619 Reviewed by kent Tamura.
620
621 * ManualTests/forms/calendar-picker.html: Added isCalendarRTL parameters.
622
commit-queue@webkit.orgc6e67992012-10-10 11:22:29 +00006232012-10-10 Christophe Dumez <christophe.dumez@intel.com>
624
625 [EFL][WK2] Port MiniBrowser to Elementary
626 https://bugs.webkit.org/show_bug.cgi?id=98748
627
628 Reviewed by Kenneth Rohde Christiansen.
629
630 Bump EFL librairies dependencies to v1.7
631 and add Elementary as optional dependency now
632 that it is needed to build MiniBrowser.
633
634 * Source/cmake/FindEet.cmake: Added.
635 * Source/cmake/FindElementary.cmake: Added.
636 * Source/cmake/OptionsEfl.cmake:
637
commit-queue@webkit.org184a0ab2012-10-09 13:31:18 +00006382012-10-09 Simon Pena <spena@igalia.com>
639
640 [GTK] Add support for running JavaScript from GResources
641 https://bugs.webkit.org/show_bug.cgi?id=98488
642
643 Reviewed by Carlos Garcia Campos.
644
645 GResources allow embedding certain resources, frequently used, in a "bundle"
646 which can be kept separated or stored in the binary. This patch adds
647 support for running JavaScript from GResources.
648
649 * configure.ac: Add support for compiling GResources
650
zandobersek@gmail.comb2f10cc2012-10-09 07:10:56 +00006512012-10-09 Zan Dobersek <zandobersek@gmail.com>
652
653 Unreviewed GTK build fix after r130689.
654
655 Adding a required symbol to symbols.filter.
656
657 * Source/autotools/symbols.filter:
658
commit-queue@webkit.orge28e6182012-10-08 18:10:17 +00006592012-10-08 Laszlo Gombos <l.gombos@samsung.com>
660
661 [EFL] Add minimum version information for tool dependencies
662 https://bugs.webkit.org/show_bug.cgi?id=97592
663
664 Reviewed by Kenneth Rohde Christiansen.
665
666 Capture the minimum version information for the tools that are required
667 to build the EFL port (or more generally WebKit).
668
669 * CMakeLists.txt:
670
commit-queue@webkit.org72f86fd2012-10-08 09:47:55 +00006712012-10-08 Dongwoo Joshua Im <dw.im@samsung.com>
672
673 [EFL] Fix build break when WEB_AUDIO is enabled.
674 https://bugs.webkit.org/show_bug.cgi?id=98635
675
676 Unreviewed build fix.
677
678 Build error is occurred because of the new flag, ENABLE_LEGACY_WEB_AUDIO,
679 which was introduced by https://bugs.webkit.org/show_bug.cgi?id=97050.
680
681 * Source/cmakeconfig.h.cmake: Add ENABLE_LEGACY_WEB_AUDIO.
682
joone.hur@intel.com6b755222012-10-08 09:23:31 +00006832012-10-08 Joone Hur <joone.hur@intel.com>
684
685 [EFL] Add support for -webkit-sticky
686 https://bugs.webkit.org/show_bug.cgi?id=95182
687
688 Reviewed by Kenneth Rohde Christiansen.
689
690 Turn on CSS sticky position by default for WebKitEfl,
691 but most of the CSS sticky position test cases still do not pass on WK1.
692
693 * Source/cmake/OptionsEfl.cmake:
694
mrobinson@webkit.org1c2b02e2012-10-05 17:54:57 +00006952012-10-05 José Dapena Paz <jdapena@igalia.com>
696
697 [GTK] Add support for creating EGL contexts
698 https://bugs.webkit.org/show_bug.cgi?id=77921
699
700 Reviewed by Martin Robinson.
701
702 This patch adds support for EGL, using OpenGL and OpenGL ES 2. Both
703 options are set up on compile time, with the configure options
704 --enable-egl and --enable-gles2.
705
706 The implementation only adds support for EGL on top of X11, to
707 isolate the changes to the minimum. More changes should come
708 later to enable EGL for other targets (as Wayland).
709
710 * GNUmakefile.am:
711 * configure.ac: new configure options --enable-egl and --enable-gles2.
712
rwlbuis@webkit.org18076902012-10-05 14:33:11 +00007132012-10-04 Rob Buis <rbuis@rim.com>
714
715 [BlackBerry] Sync up CMake files
716 https://bugs.webkit.org/show_bug.cgi?id=98442
717
718 Reviewed by Gyuyoung Kim.
719
720 Amongst others some internal paths changed.
721
722 * Source/cmake/OptionsBlackBerry.cmake:
723
commit-queue@webkit.org54c40662012-10-04 22:32:07 +00007242012-10-04 Christophe Dumez <christophe.dumez@intel.com>
725
726 [EFL] Add libxml 2.8.0 to jhbuild
727 https://bugs.webkit.org/show_bug.cgi?id=98418
728
729 Reviewed by Laszlo Gombos.
730
731 Bump dependency for libxml to 2.8.0 to match
732 jhbuild.
733
734 * Source/cmake/OptionsEfl.cmake:
735
kbalazs@webkit.orge9055cb2012-10-04 13:42:11 +00007362012-10-04 Balazs Kelemen <kbalazs@webkit.org>
737
738 Don't allow to disable compositing in forced compositing mode
739 https://bugs.webkit.org/show_bug.cgi?id=98048
740
741 Reviewed by Jocelyn Turcotte.
742
743 Export Settings::setAcceleratedCompositingEnabled because it has been deinlined.
744
745 * Source/autotools/symbols.filter:
746
ryuan.choi@samsung.comec475c72012-10-04 05:46:28 +00007472012-10-03 Ryuan Choi <ryuan.choi@samsung.com>
748
749 [EFL] Default.edj should be generated although ENABLE_WEBKIT disabled.
750 https://bugs.webkit.org/show_bug.cgi?id=97753
751
752 Reviewed by Laszlo Gombos.
753
754 default.edj is used in both webkit/efl and webkit2/efl.
755 However, it has been generated only when ENABLE_WEBKIT is enabled.
756
757 This patch separates the script which generates default.edj
758 from source/webkit/platformefl.cmake.
759
760 * Source/CMakeLists.txt:
761 * Source/PlatformEfl.cmake: Added to generate custom target for default theme.
762 * Source/cmake/OptionsEfl.cmake:
763 Moved directory generation from WebKit/PlatformEfl.cmake
764 because THEME_BINARY_DIR is used for both Default Theme and control theme in Tools.
765
commit-queue@webkit.orgc0c0e812012-10-03 21:11:10 +00007662012-10-03 Otto Derek Cheung <otcheung@rim.com>
767
768 [BlackBerry] Implementing the NetworkInfo API for BB port
769 https://bugs.webkit.org/show_bug.cgi?id=98273
770
771 Reviewed by Rob Buis.
772
773 Adding references to new classes added to support BlackBerry's
774 NetworkInfo implementation.
775
776 * Source/cmake/OptionsBlackBerry.cmake:
777
keishi@webkit.org2fb5b7d2012-10-02 02:37:27 +00007782012-10-01 Keishi Hattori <keishi@webkit.org>
779
780 Calendar picker should use zero as default step base
781 https://bugs.webkit.org/show_bug.cgi?id=97976
782
783 Reviewed by Kent Tamura.
784
785 * ManualTests/forms/calendar-picker.html: Added stepBase parameters.
786
commit-queue@webkit.org74ba6be2012-09-29 06:31:08 +00007872012-09-28 Mariusz Grzegorczyk <mariusz.g@samsung.com>
788
789 [WK2][GTK][EFL] Share WebKit2-GTK plugin process implementation with EFL port
790 https://bugs.webkit.org/show_bug.cgi?id=91844
791
792 Reviewed by Simon Hausmann.
793
794 Turn on Netscape Plugin API by default for WebKit2-Efl.
795
796 * Source/cmake/OptionsEfl.cmake:
797
hclam@chromium.orga8e31292012-09-28 23:58:22 +00007982012-09-28 Alpha Lam <hclam@chromium.org>
799
800 REGRESSION(r122215) - CachedImage::likelyToBeUsedSoon crashes on accessing a deleted CachedImageClient
801 https://bugs.webkit.org/show_bug.cgi?id=97749
802
803 Reviewed by James Robinson.
804
805 Added a manual test to demonstrate drag image and crashing.
806
807 * ManualTests/drag-image-no-crash.html: Added.
808
keishi@webkit.orgbca51ec2012-09-27 08:17:24 +00008092012-09-27 Keishi Hattori <keishi@webkit.org>
810
811 SuggestionPicker should support rtl
812 https://bugs.webkit.org/show_bug.cgi?id=97555
813
814 Reviewed by Kent Tamura.
815
816 * ManualTests/forms/calendar-picker.html: Added tests for Arabic with datalist.
817
paroga@webkit.org47f23e92012-09-27 07:30:06 +00008182012-09-27 Patrick Gansterer <paroga@webkit.org>
819
820 [WINCE] Enable JIT by default
821
822 * Source/cmake/OptionsWinCE.cmake:
823
mrobinson@webkit.orgfc8c42f2012-09-26 15:53:42 +00008242012-09-26 Martin Robinson <mrobinson@igalia.com>
825
826 [GTK] Use XDamage to simplify RedirectedXCompositeWindow
827 https://bugs.webkit.org/show_bug.cgi?id=97267
828
829 Reviewed by Alejandro G. Castro.
830
831 Use XDamage to queue redraws of the widget when redirecting accelerated compositing
832 to an offscreen window. This allows removing a finicky timer-based approach, improves
833 performance, and allows simplifying things greatly.
834
835 * configure.ac: Add support for finding XDamage via pkg-config.
836
hausmann@webkit.org283c7c52012-09-26 08:38:35 +00008372012-09-26 Simon Hausmann <simon.hausmann@digia.com>
838
839 [Qt] Remove Qt Quick 1 support
840
841 Reviewed by Kenneth Rohde Christiansen.
842
843 It is being moved to the Qt5 QtQuick1 module.
844
845 * Source/tests.pri:
846
zandobersek@gmail.com69904aa2012-09-26 07:38:12 +00008472012-09-26 Zan Dobersek <zandobersek@gmail.com>
848
849 [GTK] Enable some of the unstable CSS features
850 https://bugs.webkit.org/show_bug.cgi?id=97572
851
852 Reviewed by Martin Robinson.
853
854 Export the required RuntimeEnabledFeatures symbol.
855
856 * Source/autotools/symbols.filter:
857
commit-queue@webkit.orgfe797d02012-09-25 22:16:30 +00008582012-09-25 Cosmin Truta <ctruta@rim.com>
859
860 [BlackBerry] Enable LLInt
861 https://bugs.webkit.org/show_bug.cgi?id=97604
862
863 Reviewed by Yong Li.
864
865 * Source/cmake/OptionsBlackBerry.cmake:
866
rniwa@webkit.orgfa81ae52012-09-25 21:22:08 +00008672012-09-25 Ryosuke Niwa <rniwa@webkit.org>
868
869 Perf-o-matic should store "values" and support array'ed input
870 https://bugs.webkit.org/show_bug.cgi?id=97601
871
872 Reviewed by Dirk Pranke.
873
874 Support new JSON format where the outermost structure is an array instead of a dictionary and results may
875 contain "values". This change will let us remove some code from run-perf-tests.
876
877 Old: {"webkit-revision": 123456, "results": {"test": {"avg": 123}}
878 New: [{"webkit-revision": 123456, "results": {"test": {"avg": 123, values: [122, 123, 124]}}}]
879
880 * Websites/webkit-perf.appspot.com/app.yaml: Incremented the version number.
881 * Websites/webkit-perf.appspot.com/models.py:
882 (TestResult): Added values property.
883 (TestResult.get_or_insert_from_parsed_json): Pass in "values" to the constructor if the value is present.
884 (ReportLog.get_value): Use the first item in the array if self._parsed uses the new format.
885 (ReportLog.results_are_well_formed): Verifies that items in "values" are floats convertible. Also verify that
886 if the JSON uses new format, there is exactly one set of results. In theory, we could support multiple results
887 but we don't do that now for its complexity.
888 * Websites/webkit-perf.appspot.com/models_unittest.py:
889 (TestResultTests.test_get_or_insert_stat_value): Make sure values is present and is an empty list.
890 (TestResultTests.test_get_or_insert_stat_value_with_values): Added.
891 (ReportLogTests.test_results_are_well_formed):
892 (ReportLogTests.test_chromium_revision): Renamed from chromium_revision so that it actually runs.
893 (ReportLogTests.test_results_in_array):
894
commit-queue@webkit.orgcef48762012-09-25 08:14:53 +00008952012-09-25 Laszlo Gombos <l.gombos@samsung.com>
896
897 [EFL] Update minimal required versions for dependencies
898 https://bugs.webkit.org/show_bug.cgi?id=97523
899
900 Reviewed by Gyuyoung Kim.
901
902 Use the same versions numbers for dependencies as in Tools/efl/jhbuild.modules.
903
904 * Source/cmake/OptionsEfl.cmake:
905
hausmann@webkit.orgf849a072012-09-25 08:08:17 +00009062012-09-24 Simon Hausmann <simon.hausmann@digia.com>
907
908 [Qt] Fix build with latest Qt 5
909 https://bugs.webkit.org/show_bug.cgi?id=97479
910
911 Reviewed by Tor Arne Vestbø.
912
913 Define MODULE_BASE_DIR before loading qt_module.prf, which now calls syncqt. MODULE_BASE_DIR is
914 passed as last parameter (source dir) to syncqt now, so set it to the directory that contains
915 sync.profile.
916
917 * Source/api.pri:
918
commit-queue@webkit.org67248b22012-09-25 06:51:39 +00009192012-09-24 Bo Liu <boliu@chromium.org>
920
921 Reland "Add in-place reload behavior to ImagesEnabled setting" with optimizations
922 https://bugs.webkit.org/show_bug.cgi?id=97055
923
924 Reviewed by Adam Barth.
925
926 Relanding 128780, 128676, 128645. Was reverted in 128914 due to
927 performance regression in Chromium.
928
929 New changes in addition to previously reverted patches:
930
931 Refactored CachedResource::requestResource, loadResource, and
932 revalidateResource. Moved CachedResource::load method to end of
933 requestResource so there is one place where load is called for all
934 resources.
935
936 Added a enum parameter for requestResource and
937 determineRevalidationPolicy so that FrameLoaderClient::allowImage call
938 do not need to be called multiple times.
939
940 Removed CachedImage::load call in requestImage so it is not called
941 twice.
942
943 Removed unnecessary Frame.h includes in CachedResource and
944 CachedImage.
945
946 Removed dead load() method declaration in CachedImage.
947
948 Updated text expectation for two image-permissions tests to reflect
949 the removed calls to allowImage.
950
951 * Source/autotools/symbols.filter:
952
commit-queue@webkit.org143a7ff52012-09-25 03:22:13 +00009532012-09-24 Byungwoo Lee <bw80.lee@samsung.com>
954
955 [CMake] Change hardcoded 'lib' and 'bin' in CMakeLists.txt to 'LIB_INSTALL_DIR' and 'EXEC_INSTALL_DIR'.
956 https://bugs.webkit.org/show_bug.cgi?id=97419
957
958 Reviewed by Gyuyoung Kim.
959
960 Use the value of LIB_INSTALL_DIR and EXEC_INSTALL_DIR instead of
961 hardcoding 'lib' and 'bin' for CMAKE_{ARCHIVE,LIBRARY,RUNTIME}_OUTPUT_DIRECTORY.
962
963 * CMakeLists.txt:
964 Use ${LIB_INSTALL_DIR} instead of hardcoding "lib".
965 Use ${EXEC_INSTALL_DIR} instead of hardcoding "bin".
966
commit-queue@webkit.orgc4157482012-09-24 20:07:13 +00009672012-09-24 Sheriff Bot <webkit.review.bot@gmail.com>
968
ossy@webkit.org7fa15452012-09-24 20:47:45 +0000969 Unreviewed, rolling out r129343.
970 http://trac.webkit.org/changeset/129343
971 https://bugs.webkit.org/show_bug.cgi?id=97479
972
973 It broke the build (Requested by Ossy_NIGHT on #webkit).
974
975 * Source/api.pri:
976
9772012-09-24 Sheriff Bot <webkit.review.bot@gmail.com>
978
commit-queue@webkit.orgc4157482012-09-24 20:07:13 +0000979 Unreviewed, rolling out r129388.
980 http://trac.webkit.org/changeset/129388
981 https://bugs.webkit.org/show_bug.cgi?id=97477
982
983 Caused an assertion in a WebKit2 unit test (Requested by
984 abarth on #webkit).
985
986 * Source/autotools/symbols.filter:
987
dominik.rottsches@intel.comdfe84c82012-09-24 18:49:40 +00009882012-09-24 Dominik Röttsches <dominik.rottsches@intel.com>
989
990 [EFL][DRT] Enable Regions support
991 https://bugs.webkit.org/show_bug.cgi?id=83897
992
993 Reviewed by Kenneth Rohde Christiansen.
994
995 Default build setting for CSS regions set to on.
996
997 * Source/cmake/OptionsEfl.cmake:
998
commit-queue@webkit.org2a1dff22012-09-24 18:13:34 +00009992012-09-24 Bo Liu <boliu@chromium.org>
1000
1001 Reland "Add in-place reload behavior to ImagesEnabled setting" with optimizations
1002 https://bugs.webkit.org/show_bug.cgi?id=97055
1003
1004 Reviewed by Adam Barth.
1005
1006 Relanding 128780, 128676, 128645. Was reverted in 128914 due to
1007 performance regression in Chromium.
1008
1009 New changes in addition to previously reverted patches:
1010
1011 Refactored CachedResource::requestResource, loadResource, and
1012 revalidateResource. Moved CachedResource::load method to end of
1013 requestResource so there is one place where load is called for all
1014 resources.
1015
1016 Added a enum parameter for requestResource and
1017 determineRevalidationPolicy so that FrameLoaderClient::allowImage call
1018 do not need to be called multiple times.
1019
1020 Removed CachedImage::load call in requestImage so it is not called
1021 twice.
1022
1023 Removed unnecessary Frame.h includes in CachedResource and
1024 CachedImage.
1025
1026 Removed dead load() method declaration in CachedImage.
1027
1028 Updated text expectation for two image-permissions tests to reflect
1029 the removed calls to allowImage.
1030
1031 * Source/autotools/symbols.filter:
1032
commit-queue@webkit.orgb3cd24a2012-09-24 11:38:00 +000010332012-09-24 Vivek Galatage <vivekgalatage@gmail.com>
1034
1035 Web Inspector: implement testing harness for pure protocol tests.
1036 https://bugs.webkit.org/show_bug.cgi?id=90675
1037
1038 Reviewed by Yury Semikhatsky.
1039
1040 Added export symbols required for Gtk+ to support the Inspector Protocol
1041 testing harness.
1042
1043 * Source/autotools/symbols.filter:
1044
hausmann@webkit.org4bd09882012-09-24 11:07:29 +000010452012-09-24 Simon Hausmann <simon.hausmann@digia.com>
1046
1047 [Qt] Fix build with latest Qt 5
1048
1049 Reviewed by Tor Arne Vestbø.
1050
1051 Define MODULE_BASE_DIR before loading qt_module.prf, which now calls syncqt. MODULE_BASE_DIR is
1052 passed as last parameter (source dir) to syncqt now, so set it to the directory that contains
1053 sync.profile.
1054
1055 * Source/api.pri:
1056
keishi@webkit.orgec5c8e02012-09-24 04:39:09 +000010572012-09-23 Keishi Hattori <keishi@webkit.org>
1058
1059 Add suggestionPicker to CalendarPicker
1060 https://bugs.webkit.org/show_bug.cgi?id=97201
1061
1062 Reviewed by Kent Tamura.
1063
1064 * ManualTests/forms/calendar-picker.html: Added tests for SuggestionPicker.
1065
fischman@chromium.org9de834a2012-09-22 04:44:29 +000010662012-09-21 Ami Fischman <fischman@chromium.org>
1067
1068 HTMLMediaElement isn't garbage collected between document reloads
1069 https://bugs.webkit.org/show_bug.cgi?id=97020
1070
1071 Reviewed by Eric Carlson.
1072
1073 Manual test added: ManualTests/audio-freed-during-reload.html
1074
1075 * ManualTests/audio-freed-during-reload.html:
1076
crogers@google.com143fd022012-09-21 22:12:36 +000010772012-09-21 Chris Rogers <crogers@google.com>
1078
1079 Add Web Audio support for deprecated/legacy APIs
1080 https://bugs.webkit.org/show_bug.cgi?id=97050
1081
1082 Reviewed by Eric Carlson.
1083
1084 * Source/cmake/WebKitFeatures.cmake:
1085
hausmann@webkit.orgb2449d72012-09-21 12:05:41 +000010862012-09-21 Simon Hausmann <simon.hausmann@digia.com>
1087
1088 [Qt] Bail out when trying to build WebKit with Qt != 5
1089
1090 Reviewed by Tor Arne Vestbø.
1091
1092 Moved check for Qt version out of default_pre into top-level WebKit.pro,
1093 because we never reach default_pre.prf due to the lack of .qmake.conf support
1094 in older versions of Qt/QMake.
1095
1096 * WebKit.pro:
1097
hausmann@webkit.org7870ad12012-09-20 11:58:44 +000010982012-09-20 Simon Hausmann <simon.hausmann@digia.com>
1099
1100 [Qt] QtWebKit module header includes private dependencies
1101
1102 Reviewed by Tor Arne Vestbø.
1103
1104 Moved loading of webkit_modules.prf a few lines down after the definition
1105 of QT_API_DEPENDS, because webkit_modules.prf does the sanitization of the
1106 QT variable now and therefore needs QT_API_DEPENDS.
1107
1108 * Source/api.pri:
1109
commit-queue@webkit.orgd6c30c62012-09-19 03:39:04 +000011102012-09-18 Sailesh Agrawal <sail@chromium.org>
1111
1112 Chromium: Scrollbar with tickmarks doesn't respond to clicks
1113 https://bugs.webkit.org/show_bug.cgi?id=96049
1114
1115 Reviewed by Beth Dakin.
1116
1117 Update exported symbols.
1118
1119 * Source/autotools/symbols.filter:
1120
commit-queue@webkit.org0d7a7412012-09-18 18:18:08 +000011212012-09-18 Bo Liu <boliu@chromium.org>
1122
1123 Revert 128780, 128676, 128645
1124 https://bugs.webkit.org/show_bug.cgi?id=97022
1125
1126 Reviewed by Adam Barth.
1127
1128 I made these revisions to add in-place reload behavior to ImagesEnabled setting.
1129 Reverting this for now due to them causing performance regression in
1130 chromium, possibly caused by increased calls to
1131 PermissionClient::imageAllowed.
1132
1133 * Source/autotools/symbols.filter:
1134
ryuan.choi@samsung.com53f38802012-09-18 07:20:05 +000011352012-09-18 Ryuan Choi <ryuan.choi@samsung.com>
1136
1137 [CMAKE] Fix build break because of memory exhausted.
1138 https://bugs.webkit.org/show_bug.cgi?id=77327
1139
1140 Reviewed by Gyuyoung Kim.
1141
1142 Added to avoid memory exhaustion on 32bit linux debug build.
1143
1144 * Source/cmake/OptionsCommon.cmake:
1145
rwlbuis@webkit.org9c82b2d2012-09-17 20:55:20 +000011462012-09-17 Rob Buis <rbuis@rim.com>
1147
1148 [BlackBerry] Enable VIDEO_TRACK
1149 https://bugs.webkit.org/show_bug.cgi?id=96949
1150
1151 Reviewed by Antonio Gomes.
1152
1153 Turn on VIDEO_TRACK feature.
1154
1155 * Source/cmake/OptionsBlackBerry.cmake:
1156
zandobersek@gmail.comb975a612012-09-17 17:58:07 +000011572012-09-17 Zan Dobersek <zandobersek@gmail.com>
1158
1159 [Gtk] Remove configuration options for stable features that are currently enabled
1160 https://bugs.webkit.org/show_bug.cgi?id=96621
1161
1162 Reviewed by Martin Robinson.
1163
1164 Remove configuration flags that were used for either features that were enabled
1165 by default or were enabled only when unstable features support was enabled. In
1166 any case the feature was removed only if it does not introduce a dependency.
1167
1168 * configure.ac:
1169
vestbo@webkit.org10de7822012-09-17 13:32:37 +000011702012-09-17 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1171
1172 [Qt] Auto-generate the module pri file for QtWebKit
1173
1174 Reviewed by Simon Hausmann.
1175
1176 * Source/api.pri:
1177
jchaffraix@webkit.org5083f632012-09-15 01:24:30 +000011782012-09-14 Julien Chaffraix <jchaffraix@webkit.org>
1179
1180 Revert r127457 and following fixes due to several hit-testing regressions
1181 https://bugs.webkit.org/show_bug.cgi?id=96830
1182
1183 Reviewed by Antonio Gomes.
1184
1185 This change reverts r127457, r127863 and r128505.
1186
1187 * Source/autotools/symbols.filter:
1188
abarth@webkit.org79bb5eb2012-09-14 22:04:58 +000011892012-09-14 Adam Barth <abarth@webkit.org>
1190
1191 Remove webkitPostMessage
1192 https://bugs.webkit.org/show_bug.cgi?id=96577
1193
1194 Reviewed by Ojan Vafai.
1195
1196 Add ENABLE_LEGACY_VENDOR_PREFIXES flag.
1197
1198 * Source/cmake/WebKitFeatures.cmake:
1199 * Source/cmakeconfig.h.cmake:
1200
jpfau@apple.comaaef7312012-09-14 21:30:42 +000012012012-09-14 Jeffrey Pfau <jpfau@apple.com>
1202
1203 Allow third-party storage blocking setting to change while a page is loaded
1204 https://bugs.webkit.org/show_bug.cgi?id=95790
1205
1206 Reviewed by Brady Eidson.
1207
1208 Update exported symbols.
1209
1210 * Source/autotools/symbols.filter:
1211
commit-queue@webkit.orgd0a50672012-09-14 20:04:30 +000012122012-09-14 Bo Liu <boliu@chromium.org>
1213
1214 Add in-place reload behavior to ImagesEnabled setting
1215 https://bugs.webkit.org/show_bug.cgi?id=95478
1216
1217 Reviewed by Adam Barth.
1218
1219 Export WebCore::Settings::setImagesEnabled symbol.
1220
1221 * Source/autotools/symbols.filter:
1222
vestbo@webkit.orgbb5e6be2012-09-14 13:41:24 +000012232012-09-14 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1224
1225 [Qt] Fix handling of debug/release/debug_and_release/build_all
1226
1227 We now pick up the defaults from Qt, in default_pre (CONFIG already
1228 contains the appropriate values for debug and release). We then let
1229 the command line arguments to qmake, or the project files themselves,
1230 override the configuration, and finally we sanitize the configuration
1231 in default_post.
1232
1233 Reviewed by Simon Hausmann.
1234
1235 * Source/api.pri:
1236
keishi@webkit.org13c4f222012-09-14 11:11:17 +000012372012-09-14 Keishi Hattori <keishi@webkit.org>
1238
1239 Add runtime flag that enables lang attribute for form controls in LayoutTests
1240 https://bugs.webkit.org/show_bug.cgi?id=96636
1241
1242 Reviewed by Kent Tamura.
1243
1244 * Source/autotools/symbols.filter:
1245
commit-queue@webkit.org9a8a2e52012-09-13 15:31:12 +000012462012-09-13 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1247
1248 [CMake] Remove some redundant warning flags and enable a few more warnings.
1249 https://bugs.webkit.org/show_bug.cgi?id=96654
1250
1251 Reviewed by Kenneth Rohde Christiansen.
1252
1253 * Source/cmake/WebKitHelpers.cmake: Remove a few warning flags
1254 which are already enabled by -Wall and -Wextra, remove -W which
1255 looks useless and also enable a few more warnings by removing
1256 their -Wno-foo counterparts which were present.
1257
vestbo@webkit.orgbef66922012-09-13 12:39:46 +000012582012-09-13 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1259
vestbo@webkit.org18883b62012-09-13 15:10:43 +00001260 [Qt] Ensure that QT is finalized before loading qt_module.prf
1261
1262 As qt_module.prf does dependency tracking based on the content of the
1263 QT variable. The intermediate WebKit modules modify the variable in
1264 their .pri files, so we have to ensure we've loaded all the modules
1265 before loading qt_module.
1266
1267 Reviewed by Tor Arne Vestbø.
1268 Patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com> on 2012-09-13
1269
1270 * Source/api.pri:
1271
12722012-09-13 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1273
vestbo@webkit.orgbef66922012-09-13 12:39:46 +00001274 [Qt] Make sure LIBS, PKGCONFIG, and QT, do not affect QtWebKit's prl file
1275
1276 Unless it's actually a dependency of the public QtWebKit API.
1277
1278 We could replace every occurance of LIBS, PKGCONFIG, and QT, in the pri
1279 files with their _PRIVATE equivivalent, but that's likely to break when
1280 someone adds a new QT/LIBS/PKGCONFIG += foo line somewhere. Instead we
1281 clean up the variables in default_post.
1282
1283 This means that the CONFIG -= explicitlib in linkAgainstLibrary() is no
1284 longer needed, as it was a workaround for the intermediate libraries ending
1285 up in the prl file. And, since CONFIG -= staticlib was there to support
1286 the explicitlib option, we can remove that too (as well as the exception
1287 for gprof, since it would be empty). If gprof needs tweaks to always link
1288 statically they should go in gprof.prf.
1289
1290 Reviewed by Simon Hausmann.
1291
1292 * Source/api.pri:
1293
vestbo@webkit.orgab7c14a2012-09-13 10:37:28 +000012942012-09-13 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
1295
1296 [Qt] Fllow rename of qt_module_config.prf to qt_module.prf
1297
1298 Reviewed by Tor Arne Vestbø.
1299
1300 * Source/api.pri:
1301
hausmann@webkit.org5c756e22012-09-13 08:50:40 +000013022012-09-13 Simon Hausmann <simon.hausmann@nokia.com>
1303
1304 [Qt] syncqt isn't re-run when WebKit1.pro changes and we're building with --no-webkit2
1305 https://bugs.webkit.org/show_bug.cgi?id=96545
1306
1307 Reviewed by Tor Arne Vestbø.
1308
1309 Do the QMAKE_INTERNAL_INCLUDED_FILES trick separately for WebKit1.pro and WebKit2/Target.pri,
1310 depending on build?(webkit1) and build?(webkit2), as discussed earlier.
1311
1312 * Source/api.pri:
1313
commit-queue@webkit.org3f2c0092012-09-13 05:09:58 +000013142012-09-12 Sheriff Bot <webkit.review.bot@gmail.com>
1315
1316 Unreviewed, rolling out r127876.
1317 http://trac.webkit.org/changeset/127876
1318 https://bugs.webkit.org/show_bug.cgi?id=96600
1319
1320 mouse click doesn't work for spin button if spin button in
1321 iframe (Requested by yosin on #webkit).
1322
1323 * Source/autotools/symbols.filter:
1324
commit-queue@webkit.orge6e86232012-09-13 00:56:49 +000013252012-09-12 KyungTae Kim <ktf.kim@samsung.com>
1326
1327 [EFL] Support download attribute feature
1328 https://bugs.webkit.org/show_bug.cgi?id=96462
1329
1330 Reviewed by Gyuyoung Kim.
1331
1332 * Source/cmake/OptionsEfl.cmake: Enable DOWNLOAD_ATTRIBUTE feature.
1333
commit-queue@webkit.org4e9d4a02012-09-12 19:21:41 +000013342012-09-12 Sami Kyostila <skyostil@google.com>
1335
1336 Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING
1337 https://bugs.webkit.org/show_bug.cgi?id=96251
1338
1339 Reviewed by Simon Fraser.
1340
1341 Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING to better describe
1342 the feature it controls.
1343
1344 * Source/cmakeconfig.h.cmake:
1345
ryuan.choi@samsung.com47ae6ee2012-09-12 04:24:57 +000013462012-09-11 Ryuan Choi <ryuan.choi@samsung.com>
1347
1348 [CMAKE] Supply feature defines to CodeGeneratorTestRunner.
1349 https://bugs.webkit.org/show_bug.cgi?id=96273
1350
1351 Reviewed by Gyuyoung Kim.
1352
1353 * Source/cmake/WebKitFeatures.cmake: Generated FEATURE_DEFINES_WITH_SPACE_SEPARATOR.
1354
commit-queue@webkit.org17d4dad2012-09-11 22:32:24 +000013552012-09-11 Arnaud Renevier <a.renevier@sisa.samsung.com>
1356
1357 [Gtk] allow building with css-shaders
1358 https://bugs.webkit.org/show_bug.cgi?id=95603
1359
1360 Reviewed by Martin Robinson.
1361
1362 if unstable features and accelerated compositing are turned on, and
1363 acceleration backend is opengl, then build CSS Shaders and CSS
1364 Filters.
1365
1366 * configure.ac:
1367
commit-queue@webkit.org2f7ffce2012-09-11 18:31:11 +000013682012-09-11 Marcelo Lira <marcelo.lira@openbossa.org>
1369
1370 Restore original value of mock scrollbars enabled in InternalSettings
1371 https://bugs.webkit.org/show_bug.cgi?id=87680
1372
1373 Reviewed by Adam Barth.
1374
1375 Added backup support for mock scrollbars state in
1376 InternalSettings::Backup, and removed support for these
1377 from Qt's DumpRenderTree.
1378
1379 * Source/autotools/symbols.filter:
1380
rakuco@webkit.org72080602012-09-11 15:33:04 +000013812012-09-11 Raphael Kubo da Costa <rakuco@webkit.org>
1382
1383 [EFL] Rewrite the EFL-related Find modules
1384 https://bugs.webkit.org/show_bug.cgi?id=95237
1385
1386 Reviewed by Kenneth Rohde Christiansen.
1387
1388 FindEFL.cmake had several problems which caused unnecessary trouble
1389 when building the EFL port under some setups:
1390
1391 o It looked for some modules (such as ecore) more than once for no
1392 reason, which led to people adding libraries and include paths in
1393 different ways across the build system.
1394
1395 o It depended on pkg-config being present for the searches to
1396 succeed.
1397
1398 o It obtained the library definitions from pkg-config, so
1399 ${FOO_LIBRARIES} would be set to something like "foo;bar" which
1400 expanded to "-lfoo -lbar" to the linker. If a wrong -L<path> was
1401 passed before that, the wrong library installation would end up
1402 being picked up.
1403
1404 o Due to the problem above, we also needed to set the LINK_FLAGS
1405 property for each target with the value of ${FOO_LDFLAGS}, which was
1406 also obtained from pkg-config and sort of compensated the fact that
1407 the libraries did not use absolute paths and added the required -L
1408 paths. This also included dependencies for these libraries, so we
1409 ended up including libraries indirectly, which is bad.
1410
1411 We have now replaced that file with a set of Find-modules which are
1412 much more granular, each of them responsible for looking for a
1413 single library and its components and setting library and include
1414 locations the right way (with FIND_PATH() and FIND_LIBRARY()), so
1415 that all the problems above are fixed.
1416
1417 * Source/cmake/EFLHelpers.cmake: Added.
1418 * Source/cmake/FindEDBus.cmake: Added.
1419 * Source/cmake/FindEFL.cmake: Removed.
1420 * Source/cmake/FindEcore.cmake: Added.
1421 * Source/cmake/FindEdje.cmake: Added.
1422 * Source/cmake/FindEeze.cmake: Added.
1423 * Source/cmake/FindEfreet.cmake: Added.
1424 * Source/cmake/FindEina.cmake: Added.
1425 * Source/cmake/FindEvas.cmake: Added.
1426 * Source/cmake/OptionsEfl.cmake:
1427
hausmann@webkit.org3ce75262012-09-11 13:51:45 +000014282012-09-11 Simon Hausmann <simon.hausmann@nokia.com>
1429
1430 [Qt] In-source builds are broken
1431
1432 Reviewed by Tor Arne Vestbø.
1433
1434 The Tools sub-directory contains a Makefile checked into SVN. For in-source builds let's not try to
1435 overwrite it but instead generate a dedicated Makefile.Tools.
1436
1437 * Makefile:
1438 * WebKit.pro:
1439
vestbo@webkit.orga5de2262012-09-11 13:06:39 +000014402012-09-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1441
1442 [Qt] Add a configure step to the Qt build system
1443
1444 This allows building the Qt port using just 'qmake WebKit.pro'. Using
1445 the build-webkit script is still supported, and will add slightly more
1446 logic to the build, such as detecting the need for clean or incremental
1447 builds.
1448
1449 Internally, the build system now uses a new variable, WEBKIT_CONFIG, for
1450 all things related to configuring the build, such as use/have/enable flags,
1451 and these are translated to defines in default_post. Project files should
1452 no longer check contains(DEFINES,...) to detect features, but use the new
1453 enable?(), use?(), and have?() functions. The no_webkit1 and no_webkit2
1454 options have been translated into WEBKIT_CONFIG options as well, and can
1455 be checked using build?().
1456
1457 Reviewed by Simon Hausmann.
1458
1459 * Source/QtWebKit.pro:
1460 * Source/api.pri:
1461 * Source/tests.pri:
1462 * WebKit.pro:
1463
commit-queue@webkit.org934f4082012-09-10 16:06:32 +000014642012-09-10 Thiago Marcos P. Santos <thiago.santos@intel.com>
1465
1466 [CMake][EFL] Enable the LLInt
1467 https://bugs.webkit.org/show_bug.cgi?id=92682
1468
1469 Reviewed by Csaba Osztrogonác.
1470
1471 Added LLInt to CMake buildsystem and enabled it by default on EFL.
1472 Note that Ruby is not enforced: a secondary check is done when LLInt
1473 is enabled on the JSC's CMakeLists.txt.
1474
1475 * CMakeLists.txt:
1476 * Source/cmake/OptionsEfl.cmake:
1477 * Source/cmake/WebKitFeatures.cmake:
1478 * Source/cmakeconfig.h.cmake:
1479
simon.fraser@apple.com4030b0a2012-09-08 00:48:40 +000014802012-09-07 Simon Fraser <simon.fraser@apple.com>
1481
1482 box-shadow causes overlay scrollbars to be in the wrong position when element is composited
1483 https://bugs.webkit.org/show_bug.cgi?id=85647
1484
1485 Reviewed by James Robinson.
1486
1487 Test overlay scrollbars in composited layers.
1488
1489 * ManualTests/scrollbars/scrollbars-in-composited-layers.html: Added.
1490
mrobinson@webkit.org219213a2012-09-07 17:52:07 +000014912012-09-07 Martin Robinson <mrobinson@igalia.com>
1492
1493 [GTK] Move user agent helpers to WebCore
1494 https://bugs.webkit.org/show_bug.cgi?id=95745
1495
1496 Reviewed by Carlos Garcia Campos.
1497
1498 Added an autoconf step for the new user agent shared code header in
1499 WebCore. This is necessary so that we can use the user agent version
1500 based on the information in the configure.ac file.
1501
1502 * configure.ac:
1503
allan.jensen@nokia.com38071cd2012-09-07 16:09:16 +000015042012-09-07 Allan Sandfeld Jensen <allan.jensen@nokia.com>
1505
1506 Simplify hitTestResultAtPoint and nodesFromRect APIs
1507 https://bugs.webkit.org/show_bug.cgi?id=95720
1508
1509 Reviewed by Antonio Gomes.
1510
1511 Update exported symbols.
1512
1513 * Source/autotools/symbols.filter:
1514
zandobersek@gmail.com47053b32012-09-07 16:01:56 +000015152012-09-07 Zan Dobersek <zandobersek@gmail.com>
1516
1517 [GTK] Multiple feature defines in webcore_cppflags can occur
1518 https://bugs.webkit.org/show_bug.cgi?id=95942
1519
1520 Reviewed by Martin Robinson.
1521
1522 Add the feature_defines_unstable variable that should control values of feature
1523 defines for unstable features when unstable features are not enabled (e.g. release builds).
1524
1525 * GNUmakefile.am:
1526
zandobersek@gmail.com6a566432012-09-06 17:58:42 +000015272012-09-06 Zan Dobersek <zandobersek@gmail.com>
1528
1529 [Gtk] Remove configuration options for features that are not supported by the Gtk port
1530 https://bugs.webkit.org/show_bug.cgi?id=87664
1531
1532 Reviewed by Martin Robinson.
1533
1534 Remove configuration options for features that are completely unsupported by the GTK port.
1535 They only bloat the configure.ac file. They should be re-added when the feature becomes
1536 supported and introduces an external dependency that the users might want to avoid.
1537
1538 * configure.ac:
1539
hausmann@webkit.org516d3eb2012-09-06 10:55:43 +000015402012-09-06 Simon Hausmann <simon.hausmann@nokia.com>
1541
1542 [Qt] Fix build with ANGLE on platforms that provide EGL/GLESv2
1543 https://bugs.webkit.org/show_bug.cgi?id=95965
1544
1545 Reviewed by Tor Arne Vestbø.
1546
1547 Add ANGLE as separate static library to the build and dependencies.
1548
1549 * Source/api.pri:
1550 * WebKit.pro:
1551
staikos@webkit.orgfcde6392012-09-06 01:16:40 +000015522012-09-05 George Staikos <staikos@webkit.org>
1553
1554 [BlackBerry] Match th ebuild flags from the platform library
1555 https://bugs.webkit.org/show_bug.cgi?id=95423
1556
1557 Reviewed by Antonio Gomes.
1558
1559 Unaligned build flags can cause crashes and other strange behavior.
1560 These two were not defined here but were defined on the system.
1561
1562 * Source/cmake/OptionsBlackBerry.cmake:
1563
kaustubh@motorola.com478c5092012-09-05 11:36:03 +000015642012-09-05 Kaustubh Atrawalkar <kaustubh@motorola.com>
1565
1566 [DRT] LTC:: Move printing related APIs from LayoutTestController to Internals
1567 https://bugs.webkit.org/show_bug.cgi?id=92735
1568
1569 Reviewed by Hajime Morita.
1570
1571 Move numberOfPages, pageProperty & pageSizeAndMarginsInPixels in Internals and remove duplicated code from DumprenderTree & WebkitTestRunner.
1572 Added symbols for GTK builds for corresponding APIs.
1573
1574 * Source/autotools/symbols.filter:
1575
jchaffraix@webkit.orgdeb687a2012-09-04 23:39:00 +000015762012-09-04 Julien Chaffraix <jchaffraix@webkit.org>
1577
1578 REGRESSION(r120832): RenderLayer::clampScrollOffset doesn't properly clamp
1579 https://bugs.webkit.org/show_bug.cgi?id=95776
1580
1581 Reviewed by Simon Fraser.
1582
1583 * ManualTests/select-menu-list-wrongly-positioned.html: Added.
1584
commit-queue@webkit.org61e24692012-09-04 13:13:08 +000015852012-09-04 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1586
1587 [EFL] Context menu restore.
1588 https://bugs.webkit.org/show_bug.cgi?id=74179
1589
1590 Reviewed by Gyuyoung Kim.
1591
1592 Adds context menu support for EFL port using non-CROSS_PLATFORM_CONTEXT_MENUS
1593 approach, the same as used in WebKit2.
1594
1595 * Source/cmake/OptionsEfl.cmake: Turn on CONTEXT_MENUS flag for EFL port
1596
allan.jensen@nokia.com80831832012-09-04 11:56:46 +000015972012-09-04 Allan Sandfeld Jensen <allan.jensen@nokia.com>
1598
1599 Allow child-frame content in hit-tests.
1600 https://bugs.webkit.org/show_bug.cgi?id=95204
1601
1602 Reviewed by Antonio Gomes.
1603
1604 Update exported symbols.
1605
1606 * Source/autotools/symbols.filter:
1607
commit-queue@webkit.org3a5958b2012-09-04 09:25:24 +000016082012-09-04 Jinwoo Song <jinwoo7.song@samsung.com>
1609
1610 [CMAKE] Update cmakeconfig.h.cmake
1611 https://bugs.webkit.org/show_bug.cgi?id=95712
1612
1613 Reviewed by Gyuyoung Kim.
1614
1615 Update feature definitions which are missing compared to WebKitFeatures.cmake
1616
1617 * Source/cmakeconfig.h.cmake:
1618
commit-queue@webkit.org3b4355c2012-09-03 14:01:17 +000016192012-09-03 Jinwoo Song <jinwoo7.song@samsung.com>
1620
1621 [EFL] Use WebKitVersion.h to get version information
1622 https://bugs.webkit.org/show_bug.cgi?id=95669
1623
1624 Reviewed by Gyuyoung Kim.
1625
1626 WEBKIT_USER_AGENT_MAJOR_VERSION and WEBKIT_USER_AGENT_MINOR_VERSION
1627 are defined as constant in the OptionsEfl.cmake. But we do not need
1628 to define these here but can use the defined constant in WebKitVersion.h.
1629
1630 WebKitVersion.h is already generated with the version information
1631 from the Source/WebCore/Configurations/Version.xcconfig.
1632
1633 * Source/cmake/OptionsEfl.cmake: Do not set WEBKIT_USER_AGENT_* variables.
1634 * Source/cmakeconfig.h.cmake: Remove WEBKIT_USER_AGENT_* definitions
1635 as no more port uses.
1636
tony@chromium.orgb866aaa2012-08-31 21:17:19 +000016372012-08-31 Tony Chang <tony@chromium.org>
1638
1639 Remove ENABLE_CSS3_FLEXBOX compile time flag
1640 https://bugs.webkit.org/show_bug.cgi?id=95382
1641
1642 Reviewed by Ojan Vafai.
1643
1644 Everyone is already enabling this by default and the spec has stablized.
1645
1646 * Source/cmake/WebKitFeatures.cmake:
1647 * Source/cmakeconfig.h.cmake:
1648 * configure.ac:
1649
commit-queue@webkit.org9f7e2312012-08-30 21:56:45 +000016502012-08-30 JungJik Lee <jungjik.lee@samsung.com>
1651
1652 [EFL][WK2] Add WebMemorySampler feature.
1653 https://bugs.webkit.org/show_bug.cgi?id=91214
1654
1655 Reviewed by Kenneth Rohde Christiansen.
1656
1657 Set WebMemorySampler feature on in EFL port.
1658
1659 * Source/cmake/OptionsEfl.cmake:
1660 * Source/cmake/WebKitFeatures.cmake:
1661 * Source/cmakeconfig.h.cmake:
1662
rwlbuis@webkit.orgcd4492b2012-08-30 20:14:58 +000016632012-08-30 Rob Buis <rbuis@rim.com>
1664
1665 [CMake] Suppress ANGLE compilation warnings
1666 https://bugs.webkit.org/show_bug.cgi?id=95377
1667
1668 Reviewed by Antonio Gomes.
1669
1670 Change WEBKIT_SET_EXTRA_COMPILER_FLAGS so it has an option to suppress C++ warnings.
1671
1672 * Source/cmake/WebKitHelpers.cmake:
1673
hausmann@webkit.orgca4d6662012-08-29 18:50:56 +000016742012-08-29 Thiago Macieira <thiago.macieira@intel.com>
1675
1676 Tell git-archive to not export .gitattributes and .gitignore
1677
1678 Reviewed by Simon Hausmann.
1679
1680 Exclude git specific files from archives created via git-archive.
1681
1682 * .gitattributes:
1683
commit-queue@webkit.org32cc8762012-08-28 22:59:22 +000016842012-08-28 Mario Sanchez Prada <msanchez@igalia.com>
1685
1686 Add directory generated by Eclipse to .gitignore
1687 https://bugs.webkit.org/show_bug.cgi?id=95231
1688
1689 Reviewed by Andreas Kling.
1690
1691 * .gitignore: Ignore .settings directory.
1692
rwlbuis@webkit.org2e9fadb2012-08-27 15:51:09 +000016932012-08-27 Rob Buis <rbuis@rim.com>
1694
1695 [BlackBerry] remove -fno-rtti option in CMAKE_C_FLAGS
1696 https://bugs.webkit.org/show_bug.cgi?id=95089
1697
1698 Reviewed by Antonio Gomes.
1699
1700 This option does not make sense for compiling C and gives a warning.
1701
1702 * Source/cmake/OptionsBlackBerry.cmake:
1703
commit-queue@webkit.org30167702012-08-27 09:19:27 +000017042012-08-27 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
1705
1706 Rename RegisterProtocolHandler API to NavigatorContentUtils
1707 https://bugs.webkit.org/show_bug.cgi?id=94920
1708
1709 Reviewed by Adam Barth.
1710
1711 Modified configuration files so that they contain renamed NavigatorContentUtils-prefixed files.
1712
1713 * Source/cmake/OptionsBlackBerry.cmake:
1714 * Source/cmake/OptionsEfl.cmake:
1715 * Source/cmake/WebKitFeatures.cmake:
1716 * Source/cmakeconfig.h.cmake:
1717
kevino@webkit.org0ea72832012-08-23 18:41:33 +000017182012-08-23 Kevin Ollivier <kevino@theolliviers.com>
1719
1720 [wx] Unreviewed build fix. Disable compilation of WebDOM file for now,
1721 add the opentype directory, and remove old ATSUI files no longer in the tree.
1722
1723 * wscript:
1724
jesus@webkit.orgdcf00282012-08-23 18:28:41 +000017252012-08-22 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
1726
1727 [EFL] Use WTF_USE_SOUP instead BUILDING_SOUP__
1728 https://bugs.webkit.org/show_bug.cgi?id=94744
1729
1730 Reviewed by Gustavo Noronha Silva.
1731
1732 There is no need to define BUILDING_SOUP__ if only WTF_USE_SOUP
1733 is used.
1734
1735 * GNUmakefile.am:
1736 * Source/cmake/OptionsEfl.cmake:
1737
zandobersek@gmail.com56572452012-08-23 18:20:39 +000017382012-08-23 Zan Dobersek <zandobersek@gmail.com>
1739
1740 [Gtk] Move feature defines processing into a GNUmakefile that's simple to autogenerate
1741 https://bugs.webkit.org/show_bug.cgi?id=87127
1742
1743 Reviewed by Martin Robinson.
1744
1745 Add 'feature_defines_defaults' and 'feature_defines_overrides' variables
1746 and define them, along with 'feature_defines' (changed from the all-caps version),
1747 before webcore_cppflags.
1748
1749 * GNUmakefile.am:
1750
commit-queue@webkit.orgd89cca72012-08-23 16:26:04 +000017512012-08-23 Martin Robinson <mrobinson@igalia.com>
1752
1753 [GTK] The tarball should be called webkitgtk-x.x.x.tar.xz
1754 https://bugs.webkit.org/show_bug.cgi?id=94572
1755
1756 Reviewed by Carlos Garcia Campos.
1757
1758 Change the name of the tarball to match the name of the library
1759 and to disambiguate it from other WebKit ports.
1760
1761 * configure.ac: Update the tarball name.
1762
commit-queue@webkit.org0b980c72012-08-23 13:21:39 +000017632012-08-23 Carlos Garcia Campos <cgarcia@igalia.com>
1764
carlosgc@webkit.org132d6792012-08-23 15:48:18 +00001765 Unreviewed. Bump WebKitGTK+ version number.
1766
1767 * configure.ac: Bump version number to 1.11.0 now that we branched
1768 for 1.10.
1769
17702012-08-23 Carlos Garcia Campos <cgarcia@igalia.com>
1771
commit-queue@webkit.org0b980c72012-08-23 13:21:39 +00001772 REGRESSION(r126306): it broke the plugin process
1773 https://bugs.webkit.org/show_bug.cgi?id=94797
1774
1775 Reviewed by Xan Lopez.
1776
1777 * GNUmakefile.am:
1778
bdakin@apple.com231bd902012-08-22 20:20:14 +000017792012-08-22 Beth Dakin <bdakin@apple.com>
1780
1781 https://bugs.webkit.org/show_bug.cgi?id=94401
1782 Add support for making a web site become paginated using overflow:
1783 paged-x | paged-y
1784 -and corresponding-
1785 <rdar://problem/11831783>
1786
1787 Reviewed by Dave Hyatt.
1788
1789 * Source/autotools/symbols.filter:
1790
kov@webkit.orgd76520b2012-08-22 15:47:53 +000017912012-08-22 Gustavo Noronha Silva <gns@gnome.org>
1792
1793 [GTK] Split WebCore/platform into a separate library
1794 https://bugs.webkit.org/show_bug.cgi?id=94435
1795
1796 Reviewed by Martin Robinson.
1797
1798 More people have been reporting problems when linking WebCore because
1799 the command line limit is being exceeded. Splitting WebCore a bit more
1800 is in order.
1801
1802 * GNUmakefile.am: add variable that will hold the list of source files
1803 for libWebCorePlatform .
1804
commit-queue@webkit.org0d1aac52012-08-21 22:35:21 +000018052012-08-21 Thiago Marcos P. Santos <thiago.santos@intel.com>
1806
1807 [EFL] Enable CSS Text Decoration by default
1808 https://bugs.webkit.org/show_bug.cgi?id=94483
1809
1810 Reviewed by Kenneth Rohde Christiansen.
1811
1812 By enabling this feature by default, it will get tested by the bots
1813 and we can make sure no regressions will happen.
1814
1815 * Source/cmake/OptionsEfl.cmake:
1816
commit-queue@webkit.org1ac54b12012-08-21 22:32:32 +000018172012-08-21 Ulan Degenbaev <ulan@chromium.org>
1818
1819 Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer constructed and destructed
1820 https://bugs.webkit.org/show_bug.cgi?id=92993
1821
1822 Reviewed by Kenneth Russell.
1823
1824 Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer
1825 is constructed and destructed so that V8's garbage collection
1826 heuristics can account for the memory held by these objects.
1827
1828 * ManualTests/typed-array-memory.html: Added.
1829
mrobinson@webkit.org9632d0322012-08-21 20:29:16 +000018302012-08-21 Martin Robinson <mrobinson@igalia.com>
1831
1832 [GTK] Using a native window for the WebView breaks GtkOverlay
1833 https://bugs.webkit.org/show_bug.cgi?id=90085
1834
1835 Reviewed by Alejandro G. Castro.
1836
1837 * configure.ac: Parse xcomposite pkg-config file during configuration.
1838
paroga@webkit.org6363b4f2012-08-21 13:44:29 +000018392012-08-21 Patrick Gansterer <paroga@webkit.org>
1840
1841 Build fix for WinCE after r115348.
1842
1843 * Source/cmake/OptionsWindows.cmake: Removed duplicated WEBKIT_OPTION_DEFAULT_PORT_VALUE().
1844
staikos@webkit.orgd56466e2012-08-20 22:23:54 +000018452012-08-20 George Staikos <staikos@webkit.org>
1846
1847 [BlackBerry] Enable XHR Response BLOB
1848 https://bugs.webkit.org/show_bug.cgi?id=94525
1849
1850 Reviewed by Rob Buis.
1851
1852 Add the XHR response blob enable feature to the cmake build system and
1853 enable it for BlackBerry.
1854
1855 * Source/cmake/OptionsBlackBerry.cmake: Add the feature and enable
1856 * Source/cmakeconfig.h.cmake: Add the feature
1857
commit-queue@webkit.org2736b662012-08-20 09:09:26 +000018582012-08-20 Dominik Röttsches <dominik.rottsches@intel.com>
1859
1860 [EFL] Get rid of pango backend support once harfbuzz-ng is working
1861 https://bugs.webkit.org/show_bug.cgi?id=92102
1862
1863 Reviewed by Kenneth Rohde Christiansen.
1864
1865 Removing choice of font backend, Pango detection not required any more.
1866
1867 * Source/cmake/FindPango.cmake: Removed.
1868 * Source/cmake/LibFindMacros.cmake: Removed.
1869 * Source/cmake/OptionsEfl.cmake: Removing choice of font backend.
1870
rakuco@webkit.org1e351fd2012-08-17 19:12:16 +000018712012-08-17 Raphael Kubo da Costa <rakuco@webkit.org>
1872
1873 [CMake] Add FindDBus.cmake and use it in the EFL port.
1874 https://bugs.webkit.org/show_bug.cgi?id=94319
1875
1876 Reviewed by Daniel Bates.
1877
1878 Currently, the Battery Status-related code in the EFL port uses
1879 libdbus but does not directly include its directories or link
1880 against it, relying instead on the compiler flags coming via
1881 EDbus's pkg-config information.
1882
1883 That will break once we stop obtaining EFL's include directories
1884 and library paths from pkg-config, so write FindDBus.cmake to
1885 prepare for that.
1886
1887 * Source/cmake/FindDBus.cmake: Added.
1888 * Source/cmake/OptionsEfl.cmake: Look for D-Bus if BATTERY_STATUS
1889 support is enabled.
1890
rwlbuis@webkit.orge10c2a32012-08-17 15:12:52 +000018912012-08-17 Rob Buis <rbuis@rim.com>
1892
1893 [BlackBerry] Remove some shared libraries from linking
1894 https://bugs.webkit.org/show_bug.cgi?id=94253
1895
1896 Reviewed by Yong Li.
1897
1898 Remove some shared libraries.
1899
1900 * Source/cmake/OptionsBlackBerry.cmake:
1901
kov@webkit.org8e83d702012-08-16 23:39:35 +000019022012-08-16 Gustavo Noronha Silva <gns@gnome.org>
1903
1904 Unreviewed speculative 32 bits build fix.
1905
1906 * Source/autotools/symbols.filter: add symbol version that gets
1907 generated in 32 bits build.
1908
commit-queue@webkit.org830ba052012-08-16 20:54:21 +000019092012-08-16 Max Feil <mfeil@rim.com>
1910
1911 [BlackBerry] Some media controls are mispositioned for dynamic live streams (HLS)
1912 https://bugs.webkit.org/show_bug.cgi?id=94176
1913
1914 Reviewed by Antonio Gomes.
1915
1916 An automated layout test is not possible for this patch because
1917 dynamic live streams require a special dedicated web server.
1918 Putting an external video URL into an automated test is not
1919 correct either. So I have created a manual test that points to
1920 an external HLS video that works today.
1921
1922 * ManualTests/blackberry/video-hls-controls.html: Added.
1923
commit-queue@webkit.org2f936c82012-08-16 08:52:25 +000019242012-08-16 Marja Hölttä <marja@chromium.org>
1925
1926 FormController, WebHistoryItem: Enable reading selected file names from document state
1927 https://bugs.webkit.org/show_bug.cgi?id=91231
1928
1929 Reviewed by Jochen Eisinger.
1930
1931 This change enables Chromium to set up file permissions properly when
1932 the session restore feature restores a page with selected files.
1933
1934 * Source/autotools/symbols.filter: Exported FormController::getReferencedFilePaths and HistoryController::saveDocumentAndScrollState.
1935
tkent@chromium.org2f3dfdf2012-08-16 03:54:03 +000019362012-08-15 Kent Tamura <tkent@chromium.org>
1937
1938 Calendar Picker: Localize numbers in a calendar picker
1939 https://bugs.webkit.org/show_bug.cgi?id=93704
1940
1941 Reviewed by Hajime Morita.
1942
1943 * ManualTests/forms/calendar-picker.html:
1944 Add a mock pagePopupController.localizeNumberString().
1945
rniwa@webkit.orgff14beb2012-08-16 02:40:21 +000019462012-08-15 Ryosuke Niwa <rniwa@webkit.org>
1947
1948 Update manual tests and comments to refer to TestRunner instead of LayoutTestController
1949 https://bugs.webkit.org/show_bug.cgi?id=94168
1950
1951 Reviewed by Kent Tamura.
1952
1953 * ManualTests/resources/multiFileResources/post-echo-and-notify-done.cgi:
1954
commit-queue@webkit.orgb0d27632012-08-15 22:31:26 +000019552012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
1956
1957 [css3-text] Add CSS3 Text decoration compile flag
1958 https://bugs.webkit.org/show_bug.cgi?id=93863
1959
1960 Reviewed by Julien Chaffraix.
1961
1962 This patch handles the compile flag implementation, which will come disabled by
1963 default, thus not exposing the CSS3 text decoration features to the web, unless
1964 when explicitly enabling it with "--css3-text-decoration" build parameter.
1965
1966 * Source/cmake/WebKitFeatures.cmake:
1967 * Source/cmakeconfig.h.cmake:
1968 * configure.ac:
1969
beidson@apple.com6e913b22012-08-15 19:33:37 +000019702012-08-15 Brady Eidson <beidson@apple.com>
1971
1972 Removing a plug-in element from a page opened in a background tab in Safari crashes
1973 <rdar://problem/12057991> and https://bugs.webkit.org/show_bug.cgi?id=93913
1974
1975 Reviewed by Beth Dakin.
1976
1977 * Source/autotools/symbols.filter: Allow this symbol through for DRT's sake.
1978
keishi@webkit.orgd6779ca2012-08-15 03:34:14 +000019792012-08-14 Keishi Hattori <keishi@webkit.org>
1980
1981 Share common code between calendar picker and color suggestion picker
1982 https://bugs.webkit.org/show_bug.cgi?id=93802
1983
1984 Reviewed by Kent Tamura.
1985
1986 * ManualTests/forms/calendar-picker.html:
1987 * ManualTests/forms/color-suggestion-picker.html:
1988
commit-queue@webkit.org11ee93b2012-08-14 11:42:04 +000019892012-08-14 Milian Wolff <milian.wolff@kdab.com>
1990
1991 [Qt] QtWebKit linking fails for QNX cross build
1992 https://bugs.webkit.org/show_bug.cgi?id=93460
1993
1994 Reviewed by Simon Hausmann.
1995
1996 The GCC 4.4.2 used by the QNX BBNDK 2.0.1 fails to link QtWebKit.
1997 Apparently it does not properly support the linker invokation using
1998 -Wl,-whole-archive -l... -Wl,-no-whole-archive
1999 yielding a "cc: no files to process" error. This patch works around
2000 this issue by adding an empty dummy file (and thus object file) to
2001 the linking stage.
2002
2003 * Source/api.pri:
2004
keishi@webkit.org184ab5d2012-08-14 08:48:24 +000020052012-08-14 Keishi Hattori <keishi@webkit.org>
2006
2007 Move page popup resources to separate directory
2008 https://bugs.webkit.org/show_bug.cgi?id=93932
2009
2010 Reviewed by Kent Tamura.
2011
2012 * ManualTests/forms/calendar-picker.html:
2013 * ManualTests/forms/color-suggestion-picker.html:
2014
rakuco@webkit.org48d9a032012-08-13 23:30:23 +000020152012-08-11 Raphael Kubo da Costa <rakuco@webkit.org>
2016
2017 [CMake] Rewrite FindLibSoup2.cmake.
2018 https://bugs.webkit.org/show_bug.cgi?id=93191
2019
2020 Reviewed by Rob Buis.
2021
2022 The existing LibSoup2 was imported from somewhere else and not
2023 only did it contain a lot of unnecessary cruft to look for libsoup
2024 2.2 (which we do not support anyway), but it also relied on the
2025 paths returned by pkg-config for setting the library and include
2026 paths.
2027
2028 For one, this meant "-lsoup-2.4" was passed to the linked instead
2029 of "-L/path/to/libsoup-2.4.so", which would sometimes make a
2030 system version of libsoup to be picked up instead of the one
2031 installed by, say, jhbuild.
2032
2033 The new FindLibSoup.cmake now only looks for libsoup 2.4 and
2034 relies on pkg-config solely for retrieving the current LibSoup
2035 version.
2036
2037 * Source/cmake/FindLibSoup.cmake: Added.
2038 * Source/cmake/FindLibSoup2.cmake: Removed.
2039 * Source/cmake/OptionsEfl.cmake: Look for LibSoup instead of
2040 LibSoup2, look for the GObject component of Glib.
2041
rakuco@webkit.org56218832012-08-13 20:38:06 +000020422012-08-13 Raphael Kubo da Costa <rakuco@webkit.org>
2043
2044 [CMake] Remove glib-related Find modules and write single new one instead.
2045 https://bugs.webkit.org/show_bug.cgi?id=93786
2046
2047 Reviewed by Rob Buis.
2048
2049 As part of the ongoing effort to write proper Find modules that use
2050 absolute include and library paths instead of the short ones from
2051 pkg-config, replace Find{GIO,Glib,Gthread}.cmake with a single
2052 FindGLIB.cmake that optionally detects components such as GIO and
2053 GObject.
2054
2055 Library paths are now defined as "/full/path/to/libfoo.so" instead of
2056 simply "foo", so that the linker receives a full path and we can then
2057 avoid accidentally picking up a libfoo.so installed into /usr/lib
2058 instead of a local one built with jhbuild.
2059
2060 * Source/cmake/FindGIO.cmake: Removed.
2061 * Source/cmake/FindGLIB.cmake: Added.
2062 * Source/cmake/FindGlib.cmake: Removed.
2063 * Source/cmake/FindGthread.cmake: Removed.
2064 * Source/cmake/OptionsEfl.cmake: Look for GLIB with the GIO component.
2065
zandobersek@gmail.com98b4e512012-08-13 11:42:39 +000020662012-08-13 Zan Dobersek <zandobersek@gmail.com>
2067
2068 [Gtk] Remove SVG_FEATURES and HTML_FEATURES from Source/WebCore/GNUmakefile.am
2069 https://bugs.webkit.org/show_bug.cgi?id=90693
2070
2071 Reviewed by Philippe Normand.
2072
2073 Remove exportation of SVG_FLAGS and HTML_FLAGS as Automake conditionals
2074 as they are not required anymore.
2075
2076 * configure.ac:
2077
commit-queue@webkit.org1d4682c2012-08-12 16:52:54 +000020782012-08-12 Loïc Yhuel <loic.yhuel@softathome.com>
2079
2080 [Qt] Make it possible to build without QtTest/QtPrintSupport
2081 https://bugs.webkit.org/show_bug.cgi?id=93492
2082
2083 Reviewed by Tor Arne Vestbø.
2084
2085 * Source/QtWebKit.pro: Disable tests if no testlib
2086
rwlbuis@webkit.orgdf7c2552012-08-10 20:21:57 +000020872012-08-10 Rob Buis <rbuis@rim.com>
2088
2089 [BlackBerry] Enable relro link option for JSC executable
2090 https://bugs.webkit.org/show_bug.cgi?id=93726
2091
2092 Reviewed by Yong Li.
2093
2094 Enable relro link option for JSC executable.
2095
2096 * Source/cmake/OptionsBlackBerry.cmake:
2097
rakuco@webkit.org0fb09242012-08-10 00:58:49 +000020982012-08-09 Raphael Kubo da Costa <rakuco@webkit.org>
2099
2100 [CMake] Bump minimum required version to 2.8.3.
2101 https://bugs.webkit.org/show_bug.cgi?id=93450
2102
2103 Reviewed by Daniel Bates.
2104
2105 Following the discussion in bug 93189, it was decided that bumping
2106 the minimum required version from 2.8.0 to 2.8.3 was a good thing
2107 due to additional features, such as improved
2108 FIND_PACKAGE_HANDLE_STANDARD_ARGS() support and better argument
2109 handling in the PKG_CHECK_MODULES() call.
2110
2111 CMake 2.8.3 was released almost two years ago, so people are
2112 expected to have it or a later version installed.
2113
2114 * CMakeLists.txt:
2115
commit-queue@webkit.org656e6522012-08-09 02:29:35 +000021162012-08-08 Shane Stephens <shanestephens@google.com>
2117
2118 Compile flag for CSS Hierarchies
2119 https://bugs.webkit.org/show_bug.cgi?id=92433
2120
2121 Reviewed by Tony Chang.
2122
2123 * Source/cmake/WebKitFeatures.cmake:
2124
commit-queue@webkit.org7d33c4b2012-08-09 00:18:01 +000021252012-08-08 Ming Xie <mxie@rim.com>
2126
2127 [BlackBerry] Fix "-fPIC" define in the BlackBerry build
2128 https://bugs.webkit.org/show_bug.cgi?id=93548
2129
2130 Reviewed by Rob Buis.
2131
2132 In the current CMake release (version 2.8.5), ${CMAKE_SHARED
2133 _LIBRARY_C_FLAGS} and ${CMAKE_SHARED_LIBRARY_CXX_FLAGS} is
2134 set to empty (See cmake/Modules/Platform/QNX.cmake)
2135
2136 This breaks the assumption which WebKit CMake build system
2137 makes in Source/cmake/WebKitHelper.cmake
2138
2139 * Source/cmake/OptionsBlackBerry.cmake:
2140
philn@webkit.orgd3302192012-08-08 16:52:20 +000021412012-08-08 Philippe Normand <pnormand@igalia.com>
2142
2143 [GStreamer] 0.11 build broken (again)
2144 https://bugs.webkit.org/show_bug.cgi?id=93474
2145
2146 Reviewed by Martin Robinson.
2147
2148 * configure.ac: Disable media-stream build if GStreamer 0.11
2149 support is enabled, due to farstream-0.1 still messing up with
2150 gstreamer-0.10 include path.
2151
commit-queue@webkit.orgadb694d2012-08-08 05:38:28 +000021522012-08-07 YoungTaeck Song <youngtaeck.song@samsung.com>
2153
2154 [WK2][EFL] Implement accelerated compositing on WK2 Efl port
2155 https://bugs.webkit.org/show_bug.cgi?id=89840
2156
2157 Reviewed by Noam Rosenthal.
2158
2159 Implement accelerated composition with TiledBackingStore on WK2 Efl port.
2160 This implementation is based on COORDINATED_GRAPHICS.
2161 Add COORDINATED_GRAPHICS related definitions in OptionsEfl.cmake.
2162
2163 * Source/cmake/OptionsEfl.cmake:
2164
hausmann@webkit.org63555802012-08-07 15:04:25 +000021652012-08-07 No'am Rosenthal <noam.rosenthal@nokia.com>
2166
2167 [Qt] Make it possible to build without QtQuick
2168
2169 Reviewed by Simon Hausmann.
2170
2171 * Source/QtWebKit.pro:
2172 * Source/tests.pri:
2173
hausmann@webkit.org2d2e5352012-08-07 12:06:52 +000021742012-07-19 Simon Hausmann <simon.hausmann@nokia.com>
2175
2176 [Qt] Remove Qt 4 specific code paths
2177 https://bugs.webkit.org/show_bug.cgi?id=88161
2178
2179 Reviewed by Kenneth Rohde Christiansen.
2180
2181 * Source/api.pri:
2182 * WebKit.pro:
2183
gyuyoung.kim@samsung.com04d32b72012-08-07 06:37:09 +000021842012-08-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2185
2186 [EFL] Enable link prefetch
2187 https://bugs.webkit.org/show_bug.cgi?id=93281
2188
2189 Reviewed by Kentaro Hara.
2190
2191 * Source/cmake/OptionsEfl.cmake: Enable LINK_PREFETCH by default.
2192
commit-queue@webkit.org1342caa2012-08-07 01:07:01 +000021932012-08-06 Xan Lopez <xlopez@igalia.com>
2194
2195 [GTK] Cleanup configure.ac build options output
2196 https://bugs.webkit.org/show_bug.cgi?id=93245
2197
2198 Reviewed by Laszlo Gombos.
2199
2200 Remove duplicated elements, sort alphabetically.
2201
2202 * configure.ac: ditto.
2203
carlosgc@webkit.orgbd5ccdc2012-08-06 13:45:44 +000022042012-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
2205
2206 Unreviewed. Update NEWS and configure.ac for 1.9.6 release
2207
2208 * configure.ac: Bump version numbers.
2209
paroga@webkit.org62459992012-08-03 21:10:27 +000022102012-08-03 Patrick Gansterer <paroga@webkit.org>
2211
2212 [CMake][WIN] Disable C++ exceptions and RTTI
2213 https://bugs.webkit.org/show_bug.cgi?id=93104
2214
2215 Reviewed by Ryosuke Niwa.
2216
2217 Both features are not used in WebKit, so remove them to safe some code.
2218 Also enable compilation of plain c files with multiple processes.
2219
2220 * Source/cmake/OptionsWindows.cmake:
2221
mario@webkit.org31f68c82012-08-03 14:40:21 +000022222012-08-03 Mario Sanchez Prada <msanchez@igalia.com>
2223
2224 Unreviewed build fix for GTK after r124479.
2225
2226 * Source/autotools/symbols.filter: Removed unneeded symbol.
2227
vestbo@webkit.org7d1eb8c2012-08-03 14:11:03 +000022282012-08-03 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2229
2230 [Qt] Populate .qmake.cache from the top-level project file
2231
2232 This makes it possible to build webkit without using the perl build
2233 script. The duplicated logic in build-webkit will be removed when we
2234 remove the Qt4 code paths. The build-webkit script will then simply
2235 call 'qmake WebKit.pro' from WEBKITOUTPUTDIR.
2236
2237 Reviewed by Tor Arne Vestbø.
2238
2239 * WebKit.pro:
2240
commit-queue@webkit.org8f475bd2012-08-03 10:02:37 +000022412012-08-03 Dominik Röttsches <dominik.rottsches@intel.com>
2242
2243 [cmake] Cleanup FindHarfBuzz.cmake
2244 https://bugs.webkit.org/show_bug.cgi?id=92984
2245
2246 Reviewed by Hajime Morita.
2247
2248 Cleanup which didn't make it into my previous ptch.
2249
2250 * Source/cmake/FindHarfBuzz.cmake: Remove duplicate line, add a bit of documentation.
2251
commit-queue@webkit.org366f5b62012-08-03 07:33:11 +000022522012-08-03 Joone Hur <joone.hur@intel.com>
2253
2254 [EFL][DRT] WebKitAnimation API compile-time disabled
2255 https://bugs.webkit.org/show_bug.cgi?id=84593
2256
2257 Reviewed by Laszlo Gombos.
2258
2259 Enable ENABLE_ANIMATION_API by default on the Efl port.
2260
2261 * Source/cmake/OptionsEfl.cmake:
2262 * Source/cmakeconfig.h.cmake:
2263
zandobersek@gmail.com74b95202012-08-03 06:27:38 +000022642012-08-02 Zan Dobersek <zandobersek@gmail.com>
2265
2266 Unreviewed attempt at fixing the GTK 64-bit debug build.
2267
2268 * Source/autotools/symbols.filter:
2269
mrobinson@webkit.orgd6721a52012-08-02 13:45:07 +000022702012-08-02 Martin Robinson <mrobinson@igalia.com>
2271
2272 [GTK] When farstream is not present do not enable MediaStream
2273
2274 Reviewed by Philippe Normand.
2275
2276 When farstream libraries are no present, simply do not build MediaStream
2277 support.
2278
2279 * configure.ac:
2280
jianli@chromium.orgf66b5812012-08-02 00:14:28 +000022812012-08-01 Jian Li <jianli@chromium.org>
2282
2283 Add new CSS property "-webkit-widget-region" to expose dashboard region support for other port
2284 https://bugs.webkit.org/show_bug.cgi?id=90298
2285
2286 Reviewed by Adam Barth.
2287
2288 * configure.ac: Add ENABLE_WIDGET_REGION define.
2289
commit-queue@webkit.orge68015d2012-07-31 19:52:34 +000022902012-07-31 Joshua Netterfield <jnetterfield@rim.com>
2291
2292 [BlackBerry] Enable CSS Filter Effects
2293 https://bugs.webkit.org/show_bug.cgi?id=92685
2294
2295 Reviewed by Rob Buis.
2296
2297 Enable CSS filter effects, with the exception of custom effects (CSS shaders) and reference effects (SVG effects)
2298
2299 Internally reviewed by Arvid Nilsson <anilsson@rim.com> and Antonio Gomes <agomes@rim.com>.
2300
2301 * Source/cmake/OptionsBlackBerry.cmake: Add LayerFilterRenderer
2302 * Source/cmakeconfig.h.cmake: Acknowledge CSS filter effects
2303
rniwa@webkit.orge8bea922012-07-31 09:00:33 +000023042012-07-31 Ryosuke Niwa <rniwa@webkit.org>
2305
2306 Perf-o-matic: dashboard images are not generated properly from incrementally updated JSON
2307 https://bugs.webkit.org/show_bug.cgi?id=92717
2308
2309 Reviewed by Hajime Morita.
2310
2311 Sort the values by timestamp. Unfortunately, there isn't a good way of testing this fix.
2312
2313 * Websites/webkit-perf.appspot.com/models.py:
2314 (Runs.chart_params):
2315
commit-queue@webkit.org26e3bd12012-07-31 08:46:59 +000023162012-07-31 Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
2317
2318 add Farstream flags/deps to WebKit, for WebRTC
2319 https://bugs.webkit.org/show_bug.cgi?id=87524
2320
2321 Reviewed by Philippe Normand.
2322
2323 Since Farstream will be used as the backend for GTK's WebRTC, this
2324 patch adds it as a dependency to the build system.
2325
2326 * GNUmakefile.am:
2327 * configure.ac:
2328
rniwa@webkit.orgfcde46b2012-07-31 06:19:17 +000023292012-07-30 Ryosuke Niwa <rniwa@webkit.org>
2330
2331 /api/test/runs/chart expires on perf-o-matic
2332 https://bugs.webkit.org/show_bug.cgi?id=92714
2333
2334 Reviewed by Hajime Morita.
2335
2336 Don't update the entire JSON while generating the dashboard images.
2337 This is a bug and not doing this will reduce the server load significantly.
2338
2339 * Websites/webkit-perf.appspot.com/controller.py:
2340 (RunsChartHandler.post):
2341
commit-queue@webkit.org1f756372012-07-30 23:13:25 +000023422012-07-30 Dominik Röttsches <dominik.rottsches@intel.com>
2343
2344 Avoid Assertion Failure in HarfBuzzRun::characterIndexForXPosition
2345 https://bugs.webkit.org/show_bug.cgi?id=92376
2346
2347 Reviewed by Tony Chang.
2348
2349 Added manual test to reliably reproduce assertion failure which is solved by this patch.
2350
2351 * ManualTests/harfbuzz-mouse-selection-crash.html: Added.
2352
vsevik@chromium.org58d6bc32012-07-30 15:58:48 +000023532012-07-29 Vsevolod Vlasov <vsevik@chromium.org>
2354
2355 Web Inspector: Resource agent's reference to cached resources should be weak.
2356 https://bugs.webkit.org/show_bug.cgi?id=92108
2357
2358 Reviewed by Pavel Feldman.
2359
2360 * Source/autotools/symbols.filter:
2361
shinyak@chromium.orgf5c4f8b2012-07-30 15:16:24 +000023622012-07-30 Shinya Kawanaka <shinyak@chromium.org>
2363
2364 Prohibit having AuthorShadowDOM of input or textarea element for a while and having a flag to enable it in Internals.
2365 https://bugs.webkit.org/show_bug.cgi?id=92611
2366
2367 Reviewed by Hajime Morita.
2368
2369 * Source/autotools/symbols.filter:
2370
vsevik@chromium.orge7823052012-07-30 12:21:00 +000023712012-07-30 Sheriff Bot <webkit.review.bot@gmail.com>
2372
2373 Unreviewed, rolling out r124000.
2374 http://trac.webkit.org/changeset/124000
2375 https://bugs.webkit.org/show_bug.cgi?id=92632
2376
2377 seems to have broken chromium Range_InstanceSizeUnknown unit
2378 test across many platforms (Requested by tomhudson on
2379 #webkit).
2380
2381 * Source/autotools/symbols.filter:
2382
paroga@webkit.org74b5be12012-07-30 10:25:41 +000023832012-07-30 Patrick Gansterer <paroga@webkit.org>
2384
2385 Replace UnicodeWinCE with UnicodeWchar
2386 https://bugs.webkit.org/show_bug.cgi?id=92539
2387
2388 Reviewed by Ryosuke Niwa.
2389
2390 UnicodeWinCE never contained WinCE specific code. UnicodeWchar
2391 is a replacement for it, which is mainly based on the functions
2392 from <wchar.h>. It is ment as a minimal Unicode backend, which
2393 can be used very easy and has no external dependencies.
2394
2395 * Source/cmake/OptionsWinCE.cmake:
2396
vsevik@chromium.orge14cf6d2012-07-30 07:54:54 +000023972012-07-29 Vsevolod Vlasov <vsevik@chromium.org>
2398
2399 Web Inspector: Resource agent's reference to cached resources should be weak.
2400 https://bugs.webkit.org/show_bug.cgi?id=92108
2401
2402 Reviewed by Pavel Feldman.
2403
2404 * Source/autotools/symbols.filter:
2405
commit-queue@webkit.orgc1c4f122012-07-29 21:59:53 +000024062012-07-29 Rik Cabanier <cabanier@adobe.com>
2407
2408 Add ENABLE_CSS_COMPOSITING flag
2409 https://bugs.webkit.org/show_bug.cgi?id=92553
2410
2411 Reviewed by Dirk Schulze.
2412
2413 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
2414
2415 * Source/cmake/WebKitFeatures.cmake:
2416 * Source/cmakeconfig.h.cmake:
2417 * configure.ac:
2418
commit-queue@webkit.org18fcb612012-07-28 06:00:39 +000024192012-07-27 Kihong Kwon <kihong.kwon@samsung.com>
2420
2421 [EFL] Support for HTML media capture
2422 https://bugs.webkit.org/show_bug.cgi?id=91842
2423
2424 Reviewed by Ryosuke Niwa.
2425
2426 Add HTML media capture feature, and enable that on the Efl port.
2427
2428 * Source/cmake/OptionsEfl.cmake:
2429 * Source/cmake/WebKitFeatures.cmake:
2430 * Source/cmakeconfig.h.cmake:
2431
rniwa@webkit.org43a62d42012-07-28 00:08:44 +000024322012-07-27 Ryosuke Niwa <rniwa@webkit.org>
2433
2434 Unreviewed perf-o-matic build fix for dashboard image generation.
2435 Also, only show Parser/html5-full-render on the dashboard by default
2436 so that it won't take forever to load it.
2437
2438 * Websites/webkit-perf.appspot.com/controller.py:
2439 (schedule_runs_update):
2440 (RunsChartHandler.post):
2441 * Websites/webkit-perf.appspot.com/models.py:
2442 (Runs.chart_params):
2443 (DashboardImage.get_image):
2444 * Websites/webkit-perf.appspot.com/models_unittest.py:
2445 (RunsTest.test_chart_params_with_value):
2446
commit-queue@webkit.org868e06e2012-07-27 11:32:44 +000024472012-07-27 Dominik Röttsches <dominik.rottsches@intel.com>
2448
2449 [Cairo] Add complex font drawing using HarfbuzzNG
2450 https://bugs.webkit.org/show_bug.cgi?id=91864
2451
2452 Reviewed by Simon Hausmann and Martin Robinson.
2453
2454 Configuring Freetype backend to use HarfBuzz by default.
2455
2456 * Source/cmake/FindHarfBuzz.cmake: Added pkgconfig based discovery of HarfBuzz.
2457 * Source/cmake/OptionsEfl.cmake: Adding Harfbuzz configuration.
2458
mitz@apple.comb285bee2012-07-27 03:24:09 +000024592012-07-26 Dan Bernstein <mitz@apple.com>
2460
2461 When Safari 6 is launched via the WebKit Xcode workspace, it does not link against the built frameworks
2462 https://bugs.webkit.org/show_bug.cgi?id=92331
2463
2464 Reviewed by Mark Rowe.
2465
2466 Changed references to the Safari executable to the SafariForWebKitDevelopment binary.
2467
2468 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2469 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2470
keishi@webkit.org01368682012-07-27 03:21:46 +000024712012-07-26 Keishi Hattori <keishi@webkit.org>
2472
2473 Implement ColorSuggestionPicker page popup
2474 https://bugs.webkit.org/show_bug.cgi?id=92109
2475
2476 Reviewed by Kent Tamura.
2477
2478 * ManualTests/forms/color-suggestion-picker.html: Added. Tests colorSuggestionPicker.{js,css}
2479
commit-queue@webkit.org9cb75d82012-07-26 12:01:37 +000024802012-07-26 Zoltan Nyul <zoltan.nyul@intel.com>
2481
2482 [EFL] EFL port should use XDG paths
2483 https://bugs.webkit.org/show_bug.cgi?id=91719
2484
2485 Reviewed by Kenneth Rohde Christiansen.
2486
2487 Efreet library added.
2488
2489 * Source/cmake/FindEFL.cmake:
2490
kaustubh@motorola.com8e91b052012-07-26 07:06:57 +000024912012-07-26 Kaustubh Atrawalkar <kaustubh@motorola.com>
2492
2493 [DRT] LTC:: pageNumberForElementById() could be moved to Internals.
2494 https://bugs.webkit.org/show_bug.cgi?id=92091
2495
2496 Reviewed by Adam Barth.
2497
2498 Exporting Internals::pageNumber symbols for the Gtk build.
2499
2500 * Source/autotools/symbols.filter:
2501
commit-queue@webkit.org43b1af32012-07-25 15:14:32 +000025022012-07-25 Sheriff Bot <webkit.review.bot@gmail.com>
2503
2504 Unreviewed, rolling out r123606.
2505 http://trac.webkit.org/changeset/123606
2506 https://bugs.webkit.org/show_bug.cgi?id=92247
2507
2508 broke Windows build of Chromium (Requested by tomhudson on
2509 #webkit).
2510
2511 * ManualTests/forms/color-suggestion-picker.html: Removed.
2512
keishi@webkit.org0cc6ae72012-07-25 11:57:21 +000025132012-07-25 Keishi Hattori <keishi@webkit.org>
2514
2515 Implement ColorSuggestionPicker page popup
2516 https://bugs.webkit.org/show_bug.cgi?id=92109
2517
2518 Reviewed by Kent Tamura.
2519
2520 * ManualTests/forms/color-suggestion-picker.html: Added. Tests colorSuggestionPicker.{js,css}
2521
tkent@chromium.org3528a712012-07-24 06:35:19 +000025222012-07-23 Kent Tamura <tkent@chromium.org>
2523
tkent@chromium.orgc08ca1c2012-07-24 06:43:17 +00002524 [GTK] Remove unnecessary trailing space in the previous commit.
2525
2526 * Source/autotools/symbols.filter:
2527
25282012-07-23 Kent Tamura <tkent@chromium.org>
2529
tkent@chromium.org3528a712012-07-24 06:35:19 +00002530 [GTK] Attempt to fix build
2531
2532 * Source/autotools/symbols.filter: Export DocumentMarkerController::addTextMatchMarker.
2533
commit-queue@webkit.orgc4534e12012-07-24 00:53:24 +000025342012-07-23 Sheriff Bot <webkit.review.bot@gmail.com>
2535
2536 Unreviewed, rolling out r123184, r123195, and r123197.
2537 http://trac.webkit.org/changeset/123184
2538 http://trac.webkit.org/changeset/123195
2539 http://trac.webkit.org/changeset/123197
2540 https://bugs.webkit.org/show_bug.cgi?id=92049
2541
2542 pagecycler regression (Requested by morrita on #webkit).
2543
2544 * Source/autotools/symbols.filter:
2545
commit-queue@webkit.orgdecb7a12012-07-24 00:48:06 +000025462012-07-23 Roger Fong <roger_fong@apple.com>
2547
2548 If select element in Windows is off screen horizontally,
2549 menu is either inappropriately resized or positioned offscreen.
2550 https://bugs.webkit.org/show_bug.cgi?id=91913
2551 <rdar://problem/7611229>
2552
2553 Reviewed by Tim Horton.
2554
2555 Add a manual test to verify that popup menus render in the correct place.
2556
2557 * ManualTests/win/select-menu-off-screen.html: Added.
2558
simon.fraser@apple.com5cc8c732012-07-23 17:45:43 +000025592012-07-23 Simon Fraser <simon.fraser@apple.com>
2560
2561 Implement sticky positioning
2562 https://bugs.webkit.org/show_bug.cgi?id=90046
2563
2564 Reviewed by Ojan Vafai.
2565
2566 Add ENABLE_CSS_STICKY_POSITION, defaulting to off initially.
2567
2568 Sort the ENABLE_CSS lines in the file.
2569
2570 * Source/cmake/WebKitFeatures.cmake:
2571 * Source/cmakeconfig.h.cmake:
2572
paroga@webkit.org4aa14752012-07-23 10:05:19 +000025732012-07-23 Patrick Gansterer <paroga@webkit.org>
2574
2575 [WINCE] Define NOMINMAX in the build system instead of Platform.h
2576 https://bugs.webkit.org/show_bug.cgi?id=91938
2577
2578 Reviewed by Ryosuke Niwa.
2579
2580 Define it in OptionsWindows.cmake, since NOMINMAX
2581 should to be defined for all windows ports.
2582
2583 * Source/cmake/OptionsWinCE.cmake:
2584 * Source/cmake/OptionsWindows.cmake:
2585
commit-queue@webkit.orgd97f5062012-07-23 01:08:49 +000025862012-07-22 Sheriff Bot <webkit.review.bot@gmail.com>
2587
2588 Unreviewed, rolling out r123298 and r123301.
2589 http://trac.webkit.org/changeset/123298
2590 http://trac.webkit.org/changeset/123301
2591 https://bugs.webkit.org/show_bug.cgi?id=91953
2592
2593 We need to think some more about the intricacies of exposing a
2594 CMake option for ENABLE_DFG_JIT as this option is specific to
2595 the port and architecture. (Requested by dydx on #webkit).
2596
2597 * Source/cmake/WebKitFeatures.cmake:
2598 * Source/cmakeconfig.h.cmake:
2599
dbates@webkit.org10974b82012-07-23 00:00:02 +000026002012-07-22 Daniel Bates <dbates@webkit.org>
2601
2602 Fix the Windows CE build after <http://trac.webkit.org/changeset/123298>
2603 (https://bugs.webkit.org/show_bug.cgi?id=91939)
2604
2605 Disable the DFG JIT across all CMake ports (by default) (*). Enabling DFG JIT
2606 breaks the Windows CE build as the Windows CE port builds with the JIT disabled
2607 (ENABLE_JIT := 0) and hence ENABLE_ASSEMBLER := 0.
2608
2609 (*) We should look to further discuss with CMake port maintainers about enabling
2610 the DFG JIT by default.
2611
2612 * Source/cmake/WebKitFeatures.cmake:
2613
tkent@chromium.orgd89d5452012-07-22 23:23:53 +000026142012-07-23 Kent Tamura <tkent@chromium.org>
2615
2616 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
2617 https://bugs.webkit.org/show_bug.cgi?id=91941
2618
2619 Reviewed by Kentaro Hara.
2620
2621 A flag name for an elmement should be ENABLE_*_ELEMENT.
2622
2623 * Source/cmake/WebKitFeatures.cmake:
2624 * Source/cmakeconfig.h.cmake:
2625 * configure.ac:
2626
paroga@webkit.org10675b52012-07-22 16:36:24 +000026272012-07-22 Patrick Gansterer <paroga@webkit.org>
2628
2629 [CMake] Add option for ENABLE_DFG_JIT
2630 https://bugs.webkit.org/show_bug.cgi?id=91939
2631
2632 Reviewed by Daniel Bates.
2633
2634 * Source/cmake/WebKitFeatures.cmake:
2635 * Source/cmakeconfig.h.cmake:
2636
tkent@chromium.org43921e62012-07-22 10:59:32 +000026372012-07-22 Kent Tamura <tkent@chromium.org>
2638
2639 Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT
2640 https://bugs.webkit.org/show_bug.cgi?id=91928
2641
2642 Reviewed by Kentaro Hara.
2643
2644 A flag name for an elmement should be ENABLE_*_ELEMENT.
2645
2646 * Source/cmake/WebKitFeatures.cmake:
2647 * Source/cmakeconfig.h.cmake:
2648 * configure.ac:
2649
tkent@chromium.org3d897372012-07-21 02:00:46 +000026502012-07-20 Kent Tamura <tkent@chromium.org>
2651
2652 Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT
2653 https://bugs.webkit.org/show_bug.cgi?id=91846
2654
2655 Reviewed by Kentaro Hara.
2656
2657 A flag name for an elmement should be ENABLE_*_ELEMENT.
2658
2659 * Source/cmake/OptionsEfl.cmake:
2660 * Source/cmake/WebKitFeatures.cmake:
2661 * Source/cmakeconfig.h.cmake:
2662 * configure.ac:
2663
morrita@google.com836359f2012-07-20 06:33:48 +000026642012-07-19 MORITA Hajime <morrita@google.com>
2665
2666 [Refactoring] Replace Node's Document pointer with a TreeScope pointer
2667 https://bugs.webkit.org/show_bug.cgi?id=59816
2668
2669 Reviewed by Ryosuke Niwa.
2670
2671 * Source/autotools/symbols.filter: Added newly exported symbols.
2672
commit-queue@webkit.org31d46402012-07-19 14:51:50 +000026732012-07-19 Christophe Dumez <christophe.dumez@intel.com>
2674
2675 [EFL] Bump libsoup dependency to v2.39.4.1 to fix cookie issues
2676 https://bugs.webkit.org/show_bug.cgi?id=91741
2677
2678 Reviewed by Kenneth Rohde Christiansen.
2679
2680 Bump libsoup dependency in CMake to v2.39.4.1 to fix issues
2681 with cookies in non-suffixed/private domains [GNOME #679230].
2682
2683 * Source/cmake/OptionsEfl.cmake:
2684
mario@webkit.org30fc09f2012-07-19 11:07:06 +000026852012-07-19 Mario Sanchez Prada <msanchez@igalia.com>
2686
2687 [GTK] Enable MHTML support by default at build time
2688 https://bugs.webkit.org/show_bug.cgi?id=89987
2689
2690 Reviewed by Carlos Garcia Campos.
2691
2692 Enable MHTML support by default for GTK in configure.ac.
2693
2694 * configure.ac:
2695
commit-queue@webkit.orgeb841ae2012-07-19 04:47:59 +000026962012-07-18 Christophe Dumez <christophe.dumez@intel.com>
2697
2698 [CMake][EFL] Should try to find the same libsoup version pulled by jhbuild
2699 https://bugs.webkit.org/show_bug.cgi?id=91626
2700
2701 Reviewed by Kenneth Rohde Christiansen.
2702
2703 Bump required version of libsoup in CMake to 2.39.3. This is the first
2704 tarball version to contain the API we need (soup_cookie_jar_get_cookies()
2705 and soup_cookie_jar_set_cookie_with_first_party()).
2706
2707 * Source/cmake/OptionsEfl.cmake:
2708
commit-queue@webkit.org6967c672012-07-18 18:43:13 +000027092012-07-18 Varun Jain <varunjain@chromium.org>
2710
2711 [chromium] Drag image for image elements should be scaled with device scale factor.
2712 https://bugs.webkit.org/show_bug.cgi?id=89688
2713
2714 Reviewed by Adam Barth.
2715
2716 * ManualTests/chromium/drag-image-accounts-for-device-scale.html:
2717
commit-queue@webkit.orgfc592f42012-07-18 11:15:41 +000027182012-07-18 Thiago Marcos P. Santos <thiago.santos@intel.com>
2719
2720 [CMake] Make gtest a shared library
2721 https://bugs.webkit.org/show_bug.cgi?id=90973
2722
2723 Reviewed by Daniel Bates.
2724
2725 It's nicer to make it a shared library because it might improve
2726 linking time and we don't need to force gtest users to link with gtest
2727 dependencies like pthreads (which causes linking errors when it is not
2728 available).
2729
2730 * Source/cmake/gtest/CMakeLists.txt:
2731
commit-queue@webkit.orga37d9a4f2012-07-17 14:51:54 +000027322012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu>
2733
2734 [Qt][V8] Remove the V8 related codepaths and configuration
2735 https://bugs.webkit.org/show_bug.cgi?id=90863
2736
2737 Reviewed by Simon Hausmann.
2738
2739 * Source/api.pri:
2740 * WebKit.pro:
2741
kkristof@inf.u-szeged.hu0069e292012-07-17 11:27:55 +000027422012-07-17 Sheriff Bot <webkit.review.bot@gmail.com>
2743
2744 Unreviewed, rolling out r122834.
2745 http://trac.webkit.org/changeset/122834
2746 https://bugs.webkit.org/show_bug.cgi?id=91492
2747
2748 it broke the chromium (Requested by kkristof on #webkit).
2749
2750 * Source/api.pri:
2751 * WebKit.pro:
2752
kkristof@inf.u-szeged.hudb065a42012-07-17 10:58:50 +000027532012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu>
2754
2755 [Qt][V8] Remove the V8 related codepaths and configuration
2756 https://bugs.webkit.org/show_bug.cgi?id=90863
2757
2758 Reviewed by Simon Hausmann.
2759
2760 * Source/api.pri:
2761 * WebKit.pro:
2762
commit-queue@webkit.org7bf73302012-07-17 07:11:52 +000027632012-07-17 David Barr <davidbarr@chromium.org>
2764
2765 Introduce ENABLE_CSS_IMAGE_ORIENTATION compile flag
2766 https://bugs.webkit.org/show_bug.cgi?id=89055
2767
2768 Reviewed by Kent Tamura.
2769
2770 The css3-images module is at candidate recommendation.
2771 http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-orientation
2772
2773 Add a configuration option for CSS image-orientation support, disabling it by default.
2774
2775 * Source/cmake/WebKitFeatures.cmake:
2776 * Source/cmakeconfig.h.cmake:
2777
commit-queue@webkit.org466dbd42012-07-17 04:37:29 +000027782012-07-16 Pete Williamson <petewil@google.com>
2779
2780 Expose an export for the iconUrl list so Internals can use it
2781 https://bugs.webkit.org/show_bug.cgi?id=88665
2782
2783 Reviewed by Kent Tamura.
2784
2785 * Source/autotools/symbols.filter: export iconURLs
2786
commit-queue@webkit.org241bd212012-07-17 04:33:25 +000027872012-07-16 Hajime Morrita <morrita@chromium.org>
2788
2789 WebCore needs WEBCORE_TESTING macro to mark methods being exported for testing.
2790 https://bugs.webkit.org/show_bug.cgi?id=90764
2791
2792 Reviewed by Adam Barth.
2793
2794 Removed symbols which are now covered by WEBCORE_TESTING.
2795
2796 * Source/autotools/symbols.filter:
2797
carlosgc@webkit.org193c4092012-07-16 09:43:44 +000027982012-07-16 Carlos Garcia Campos <cgarcia@igalia.com>
2799
2800 Unreviewed. Update NEWS and configure.ac for 1.9.5 release
2801
2802 * configure.ac: Bump version number.
2803
commit-queue@webkit.orgd9c31bf2012-07-14 00:33:28 +000028042012-07-12 Josh Hawn <jhawn@apple.com>
2805
2806 Fix for WebContext::getWebCoreStatistics() causes crash if no m_process
2807 https://bugs.webkit.org/show_bug.cgi?id=91116
2808
2809 Reviewed by Simon Fraser.
2810
2811 * Source/WebKit2/UIProcess/WebContext.cpp:
2812 WebContext::getWebCoreStatistics():
2813 Now invalidates callback if no m_process.
2814
commit-queue@webkit.org5b8a8ed2012-07-13 17:25:14 +000028152012-07-13 Thiago Marcos P. Santos <thiago.santos@intel.com>
2816
2817 [CMake] Proper handling of ENABLE_API_TESTS build option
2818 https://bugs.webkit.org/show_bug.cgi?id=91221
2819
2820 Reviewed by Rob Buis.
2821
2822 Make the flag reusable across the ports using CMake. We are about to enable the WTF,
2823 WebCore and WebKit 2 API's at Tools/TestWebKitAPI and other ports using CMake can get
2824 it almost for free.
2825
2826 * CMakeLists.txt:
2827 * Source/cmake/OptionsEfl.cmake:
2828 * Source/cmake/WebKitFeatures.cmake:
2829 * Source/cmakeconfig.h.cmake:
2830
commit-queue@webkit.org820c83b2012-07-12 05:33:03 +000028312012-07-11 Matt Falkenhagen <falken@chromium.org>
2832
2833 Add dialog element feature toggle to InternalSettings
2834 https://bugs.webkit.org/show_bug.cgi?id=90934
2835
2836 Reviewed by Hajime Morita.
2837
2838 * Source/autotools/symbols.filter: Added newly exported symbol.
2839
commit-queue@webkit.orgae1899f2012-07-11 18:14:47 +000028402012-07-11 Arnaud Renevier <a.renevier@sisa.samsung.com>
2841
2842 [Gtk] allow building with css-filters
2843 https://bugs.webkit.org/show_bug.cgi?id=90908
2844
2845 Add support for css-filters in Source/WebCore/GNUmakefile.am
2846 configure.ac
2847
2848 Reviewed by Eric Seidel.
2849
2850 * configure.ac:
2851
gyuyoung.kim@samsung.com96508f12012-07-10 22:53:58 +000028522012-07-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2853
2854 [CMAKE] Add missing feature macros
2855 https://bugs.webkit.org/show_bug.cgi?id=90890
2856
2857 Reviewed by Eric Seidel.
2858
2859 ENABLE_CSS_EXCLUSIONS, ENABLE_CSS_REGIONS, ENABLE_TEXT_AUTOSIZING macros
2860 haven't defined in cmake feature list.
2861
2862 * Source/cmake/WebKitFeatures.cmake:
2863 * Source/cmakeconfig.h.cmake:
2864
tkent@chromium.orgae0b9702012-07-10 11:19:37 +000028652012-07-10 Kent Tamura <tkent@chromium.org>
2866
2867 RTL calendar picker for <input type=date> is too narrow and clipped
2868 https://bugs.webkit.org/show_bug.cgi?id=90864
2869
2870 Reviewed by Kentaro Hara.
2871
2872 * ManualTests/forms/calendar-picker.html:
2873 - Add isRTL:true for the arabic setting
2874 - Reset the iframe size when the setting is changed.
2875
ossy@webkit.org6aedce22012-07-10 08:46:08 +000028762012-07-10 Sheriff Bot <webkit.review.bot@gmail.com>
2877
2878 Unreviewed, rolling out r122178.
2879 http://trac.webkit.org/changeset/122178
2880 https://bugs.webkit.org/show_bug.cgi?id=90857
2881
2882 browser tests, PrerenderBrowserTest.PrerenderFavicon and other
2883 tests, started to fail (Requested by hayato on #webkit).
2884
2885 * Source/autotools/symbols.filter:
2886
commit-queue@webkit.orge1bba8e2012-07-10 05:45:21 +000028872012-07-09 Matt Falkenhagen <falken@chromium.org>
2888
2889 Add ENABLE_DIALOG_ELEMENT and skeleton files
2890 https://bugs.webkit.org/show_bug.cgi?id=90521
2891
2892 Reviewed by Kent Tamura.
2893
2894 * Source/cmake/WebKitFeatures.cmake:
2895 * Source/cmakeconfig.h.cmake:
2896
commit-queue@webkit.org546c67d2012-07-10 01:37:36 +000028972012-07-09 Pete Williamson <petewil@google.com>
2898
2899 Expose an export for the iconUrl list so Internals can use it
2900 https://bugs.webkit.org/show_bug.cgi?id=88665
2901
2902 Reviewed by Kent Tamura.
2903
2904 * Source/autotools/symbols.filter: export iconURLs
2905
commit-queue@webkit.org14ae5052012-07-09 19:27:11 +000029062012-07-09 Mike Lattanzio <mlattanzio@rim.com>
2907
2908 [BlackBerry] meta viewport initial-scale doesn't factor in device pixel ratio
2909 https://bugs.webkit.org/show_bug.cgi?id=90575
2910
2911 Reviewed by Rob Buis.
2912
2913 Add a manual test to verify wide content doesn't interfere
2914 with initial-scale calculations.
2915
2916 Internal review from Konrad Piascik.
2917
2918 * ManualTests/blackberry/meta-viewport-initial-scale-wide-content.html: Added.
2919
commit-queue@webkit.orgfb3c9682012-07-09 15:39:09 +000029202012-07-09 Sheriff Bot <webkit.review.bot@gmail.com>
2921
2922 Unreviewed, rolling out r122107.
2923 http://trac.webkit.org/changeset/122107
2924 https://bugs.webkit.org/show_bug.cgi?id=90794
2925
2926 Build failure on Mac debug bots (Requested by falken_ on
2927 #webkit).
2928
2929 * Source/cmake/WebKitFeatures.cmake:
2930 * Source/cmakeconfig.h.cmake:
2931
commit-queue@webkit.orgb46a45d2012-07-09 14:42:00 +000029322012-07-09 Matt Falkenhagen <falken@chromium.org>
2933
2934 Add ENABLE_DIALOG_ELEMENT and skeleton files
2935 https://bugs.webkit.org/show_bug.cgi?id=90521
2936
2937 Reviewed by Kent Tamura.
2938
2939 * Source/cmake/WebKitFeatures.cmake:
2940 * Source/cmakeconfig.h.cmake:
2941
commit-queue@webkit.orge0151792012-07-06 19:19:44 +000029422012-07-06 Thiago Marcos P. Santos <thiago.santos@intel.com>
2943
2944 [EFL][CMake] Move gtest sources to an upper level
2945 https://bugs.webkit.org/show_bug.cgi?id=90602
2946
2947 Reviewed by Chang Shu.
2948
2949 CTest was enabled for all the ports, but used only by EFL. Now
2950 ENABLE_API_TESTS has to be defined, which will also build gtest.
2951
2952 * CMakeLists.txt:
2953 * Source/CMakeLists.txt:
2954 * Source/cmake/OptionsEfl.cmake:
2955 * Source/cmake/gtest/CMakeLists.txt: Added.
2956
zandobersek@gmail.com03e439c2012-07-06 18:36:31 +000029572012-07-06 Zan Dobersek <zandobersek@gmail.com>
2958
2959 [Gtk] Add a configuration option for disabling unstable features in releases
2960 https://bugs.webkit.org/show_bug.cgi?id=87995
2961
2962 Reviewed by Martin Robinson.
2963
2964 Add a configuration flag for enabling the unstable features - features of which
2965 support in the Gtk port is being worked on but is not yet complete. The primary
2966 use of this flag is when compiling through the build-webkit script.
2967
2968 All the features that are currently enabled when building through build-webkit but
2969 are disabled by default when executing the configure script directly have their default
2970 value (when the correspondent flag is not passed) set to 'yes' when unstable features
2971 are enabled and 'no' otherwise. This way unstable features are kept disabled when performing
2972 a release build (unless they are specifically enabled).
2973
2974 * configure.ac:
2975
ossy@webkit.orgb9f1ca62012-07-06 13:12:01 +000029762012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2977
ossy@webkit.org31681df2012-07-06 13:18:47 +00002978 [Qt] Remove custom qmake logic for module creation
2979
2980 Qmake now has the necessary hooks to cleanly override the build locations.
2981
2982 https://bugs.webkit.org/show_bug.cgi?id=90461
2983
2984 Reviewed by Tor Arne Vestbø.
2985
2986 * Source/api.pri:
2987
29882012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2989
ossy@webkit.org98fee7a2012-07-06 13:17:36 +00002990 [Qt] Add top-level .qmake.conf
2991
2992 With Qt5, this makes setting $QMAKEPATH externally unnecessary.
2993
2994 The magic in the perl scripts to set QMAKEPATH is still there, as it doesn't
2995 hurt, and is still required for Qt4.
2996
2997 https://bugs.webkit.org/show_bug.cgi?id=90461
2998
2999 Reviewed by Tor Arne Vestbø.
3000
3001 * .qmake.conf: Added.
3002 * WebKit.pro:
3003
30042012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
3005
ossy@webkit.org69a64272012-07-06 13:15:24 +00003006 [Qt] Let qt_module_config create the forwarding module pri file
3007
3008 https://bugs.webkit.org/show_bug.cgi?id=90461
3009
3010 Reviewed by Tor Arne Vestbø.
3011
3012 * Source/sync.profile:
3013
30142012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
3015
ossy@webkit.org66972eb2012-07-06 13:14:20 +00003016 [Qt] Don't let qt_webkit.pri proclaim its own location
3017
3018 This won't work any more with recent Qt5 versions, as the forwarding
3019 pri is created by qt_module_config, which needs MODULE_PRI to be set
3020 up already.
3021
3022 We also need to load build_config, not qt_module.
3023
3024 https://bugs.webkit.org/show_bug.cgi?id=90461
3025
3026 Reviewed by Tor Arne Vestbø.
3027
3028 * Source/api.pri:
3029
30302012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
3031
ossy@webkit.orgd9eb8642012-07-06 13:13:07 +00003032 [Qt] Remove redundant CONFIG+=module
3033
3034 qt_module_config takes care of that.
3035
3036 In api.pri we are actually testing the flag ourselves, so now we need to
3037 test a related flag qt_module_config sets instead.
3038
3039 https://bugs.webkit.org/show_bug.cgi?id=90461
3040
3041 Reviewed by Tor Arne Vestbø.
3042
3043 * Source/api.pri:
3044
30452012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
3046
ossy@webkit.orgb9f1ca62012-07-06 13:12:01 +00003047 [Qt] Adjust to changed generation of master include file
3048
3049 The responsiblity for creating the master include was moved out of syncqt.
3050 @ignore_for_master_contents still stays, as syncqt (ab-)uses this for
3051 determining whether a header is private.
3052
3053 https://bugs.webkit.org/show_bug.cgi?id=90461
3054
3055 Reviewed by Tor Arne Vestbø.
3056
3057 * Source/sync.profile:
3058
rwlbuis@webkit.org45009b62012-07-05 17:46:09 +000030592012-07-05 Rob Buis <rbuis@rim.com>
3060
3061 [CMake] Fix some CMake warnings
3062 https://bugs.webkit.org/show_bug.cgi?id=90558
3063
3064 Fix WebKit options so they match with FeatureList.pm.
3065
3066 Reviewed by Dan Bates.
3067
3068 * Source/cmake/WebKitFeatures.cmake:
3069 * Source/cmakeconfig.h.cmake:
3070
vestbo@webkit.org19d488f2012-07-05 16:39:54 +000030712012-07-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3072
3073 [Qt] Move Webkit1 before WebKit2 in the build order
3074
3075 Reviewed by Csaba Osztrogonác.
3076
3077 * WebKit.pro:
3078
ryuan.choi@samsung.comdfb773b2012-07-05 14:20:53 +000030792012-07-05 Ryuan Choi <ryuan.choi@samsung.com>
3080
3081 [CMAKE] Unreviewd typo fix after r121857
3082
3083 * Source/cmake/WebKitMacros.cmake:
3084
commit-queue@webkit.org19f54962012-07-05 10:52:48 +000030852012-07-05 Dongwoo Im <dw.im@samsung.com>
3086
3087 [EFL] Enable the CUSTOM_SCHEME_HANDLER feature as default.
3088 https://bugs.webkit.org/show_bug.cgi?id=88608
3089
3090 Reviewed by Hajime Morita.
3091
3092 * Source/cmake/OptionsEfl.cmake: Enable the CUSTOM_SCHEME_HANDLER feature as default.
3093
ryuan.choi@samsung.com8d2c4892012-07-05 08:47:49 +000030942012-07-05 Ryuan Choi <ryuan.choi@samsung.com>
3095
3096 [Wk2][EFL] EFL needs a WebKitTestRunner
3097 https://bugs.webkit.org/show_bug.cgi?id=87659
3098
3099 Reviewed by Kenneth Rohde Christiansen.
3100
3101 * Source/CMakeLists.txt:
3102 Set compiler flags for WebCoreTestSupport to be linked into TestRunnerInjectedBundle
3103 shared library.
3104 * Source/cmake/WebKitMacros.cmake: Remove unnecessary dependency.
3105
commit-queue@webkit.org1fcb31a2012-07-04 16:16:01 +000031062012-07-04 John Mellor <johnme@chromium.org>
3107
3108 Text Autosizing: Add compile flag and runtime setting
3109 https://bugs.webkit.org/show_bug.cgi?id=87394
3110
3111 This patch renames Font Boosting to Text Autosizing.
3112
3113 Reviewed by Adam Barth.
3114
3115 * configure.ac:
3116
ryuan.choi@samsung.com9d83d8d2012-07-04 15:25:35 +000031172012-07-04 Ryuan Choi <ryuan.choi@samsung.com>
3118
3119 [CMAKE] Add GENERATE_BINDINGS macro to share the codes which use generate-bindings.pl.
3120 https://bugs.webkit.org/show_bug.cgi?id=90258
3121
3122 Reviewed by Rob Buis.
3123
3124 This new macro calls generate-bindings.pl and append generated sources
3125 into proper source list.
3126
3127 * Source/cmake/WebKitMacros.cmake:
3128
vestbo@webkit.orgb29c0732012-07-04 14:21:59 +000031292012-07-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3130
3131 [Qt] Get rid of un-needed QT += declarative for Qt 5
3132
3133 The declarative module has been renamed to quick1 in Qt 5, and the
3134 engine-only module for Qt 5 is named 'qml'. For many of the instances
3135 we could just remove 'declarative', since the project file was only
3136 used for Qt5/WebKit2 builds. In the other cases the module was wrapped
3137 in a haveQt(4) scope.
3138
3139 Reviewed by Csaba Osztrogonác.
3140
3141 * Source/api.pri:
3142
commit-queue@webkit.orgf8650c72012-07-04 01:56:08 +000031432012-07-03 Christophe Dumez <christophe.dumez@intel.com>
3144
3145 [EFL] Enable CSS variables support at compile time
3146 https://bugs.webkit.org/show_bug.cgi?id=90448
3147
3148 Reviewed by Kenneth Rohde Christiansen.
3149
3150 Turn on CSS_VARIABLES flag by default on EFL port.
3151
3152 * Source/cmake/OptionsEfl.cmake:
3153 * Source/cmakeconfig.h.cmake:
3154
staikos@webkit.orgcbaf17a2012-07-03 16:34:07 +000031552012-07-03 George Staikos <staikos@webkit.org>
3156
3157 [BlackBerry] Enable microdata support for BlackBerry.
3158 https://bugs.webkit.org/show_bug.cgi?id=90429
3159
3160 Reviewed by Rob Buis.
3161
3162 * Source/cmake/OptionsBlackBerry.cmake:
3163
vestbo@webkit.org15c931a2012-07-03 16:22:10 +000031642012-07-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3165
3166 [Qt] Make use of .qmake.cache for caching features
3167
3168 Instead of loading() features from the files that need them (and re-running
3169 a bunch of checks), we now run feature detection as part of configure.pro,
3170 and have build-webkit write the computed feature-defines and CONFIG to
3171 .qmake.cache, which is then loaded by qmake _before_ even defaults_pre
3172 when building WebKit.pro.
3173
3174 At some point we'll be able to selectivly prevent running of config tests
3175 in configure.pro, which means we don't need a separate code-path for
3176 the build-webkit --help case.
3177
3178 We should also move the code in build-webkit that now uses .webkit.config
3179 to detect clean builds, to use .qmake.cache, since we now store the same
3180 thing there.
3181
3182 Original patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
3183
3184 Reviewed by Tor Arne Vestbø.
3185
3186 * Source/QtWebKit.pro:
3187 * Source/api.pri:
3188 * Source/tests.pri:
3189 * WebKit.pro:
3190
commit-queue@webkit.org26c3c5d2012-07-03 16:04:50 +000031912012-07-03 Sheriff Bot <webkit.review.bot@gmail.com>
3192
3193 Unreviewed, rolling out r121766.
3194 http://trac.webkit.org/changeset/121766
3195 https://bugs.webkit.org/show_bug.cgi?id=90465
3196
3197 It caused flakey build errors on the bots (Requested by Ossy
3198 on #webkit).
3199
3200 * Source/QtWebKit.pro:
3201 * Source/api.pri:
3202 * Source/tests.pri:
3203 * WebKit.pro:
3204
staikos@webkit.org8a898b42012-07-03 15:53:31 +000032052012-07-03 George Staikos <staikos@webkit.org>
3206
staikos@webkit.orga9fe4062012-07-03 16:00:22 +00003207 [BlackBerry] Enable Custom Scheme Handlers for BlackBerry.
3208 https://bugs.webkit.org/show_bug.cgi?id=90422
3209
3210 Reviewed by Rob Buis.
3211
3212 * Source/cmake/OptionsBlackBerry.cmake:
3213
32142012-07-03 George Staikos <staikos@webkit.org>
3215
staikos@webkit.org8a898b42012-07-03 15:53:31 +00003216 [BlackBerry] Enable RegisterProtocolHandler for BlackBerry.
3217 https://bugs.webkit.org/show_bug.cgi?id=90422
3218
3219 Reviewed by Rob Buis.
3220
3221 * Source/cmake/OptionsBlackBerry.cmake:
3222
commit-queue@webkit.org0f4231e2012-07-03 15:48:38 +000032232012-07-03 Priit Laes <plaes@plaes.org>
3224
3225 [GTK] Need to bump libsoup requirements (for `soup_cookie_jar_get_cookie_list`)
3226 https://bugs.webkit.org/show_bug.cgi?id=90332
3227
3228 Reviewed by Gustavo Noronha Silva.
3229
3230 * configure.ac: Bump libsoup requirements to 2.39.2
3231
vestbo@webkit.org3ad354f2012-07-03 15:23:20 +000032322012-07-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3233
3234 [Qt] Make use of .qmake.cache for caching features
3235
3236 Instead of loading() features from the files that need them (and re-running
3237 a bunch of checks), we now run feature detection as part of configure.pro,
3238 and have build-webkit write the computed feature-defines and CONFIG to
3239 .qmake.cache, which is then loaded by qmake _before_ even defaults_pre
3240 when building WebKit.pro.
3241
3242 At some point we'll be able to selectivly prevent running of config tests
3243 in configure.pro, which means we don't need a separate code-path for
3244 the build-webkit --help case.
3245
3246 We should also move the code in build-webkit that now uses .webkit.config
3247 to detect clean builds, to use .qmake.cache, since we now store the same
3248 thing there.
3249
3250 Original patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
3251
3252 Reviewed by Tor Arne Vestbø.
3253
3254 * Source/QtWebKit.pro:
3255 * Source/api.pri:
3256 * Source/tests.pri:
3257 * WebKit.pro:
3258
commit-queue@webkit.orgb70cc582012-07-03 07:01:58 +000032592012-07-03 Christophe Dumez <christophe.dumez@intel.com>
3260
3261 [EFL] Enable MICRODATA support
3262 https://bugs.webkit.org/show_bug.cgi?id=90377
3263
3264 Reviewed by Kenneth Rohde Christiansen.
3265
3266 Turn on MICRODATA support by default for EFL port.
3267
3268 * Source/cmake/OptionsEfl.cmake:
3269
staikos@webkit.orgf09221f2012-07-03 03:40:34 +000032702012-07-02 George Staikos <staikos@webkit.org>
3271
3272 [BlackBerry] Enable scoped style for BlackBerry.
3273 https://bugs.webkit.org/show_bug.cgi?id=90418
3274
3275 Reviewed by Rob Buis.
3276
3277 * Source/cmake/OptionsBlackBerry.cmake:
3278 * Source/cmakeconfig.h.cmake:
3279
commit-queue@webkit.org081c9692012-07-03 03:38:29 +000032802012-07-02 Xiaobo Wang <xbwang@torchmobile.com.cn>
3281
3282 [BlackBerry] Use PUBLIC_BUILD to enable/disable DRT
3283 https://bugs.webkit.org/show_bug.cgi?id=90271
3284
3285 Reviewed by George Staikos.
3286
3287 RIM PR #154707
3288
3289 Currently DRT code will be compiled only if ENABLE_DRT is set, and it's not
3290 defined by default.
3291 We should enable DRT by default unless PUBLIC_BUILD is set. In this way we don't
3292 need to rebuild webkit before running DRT.
3293
3294 * Source/cmake/OptionsBlackBerry.cmake:
3295 * Source/cmakeconfig.h.cmake:
3296
commit-queue@webkit.orgcf833612012-07-02 19:46:16 +000032972012-07-02 Thiago Marcos P. Santos <thiago.santos@intel.com>
3298
3299 [EFL][CMake] Integrate API unit tests with CTest
3300 https://bugs.webkit.org/show_bug.cgi?id=87251
3301
3302 Reviewed by Daniel Bates.
3303
3304 Enable CTest on the root CMakeLists.txt as it is expected
3305 to be here. This will create a new build target ("make test")
3306 to run all the API unit tests.
3307
3308 * CMakeLists.txt:
3309
commit-queue@webkit.orgcdf5a922012-07-02 06:22:14 +000033102012-07-01 Christophe Dumez <christophe.dumez@intel.com>
3311
3312 [EFL] Add Gamepad support
3313 https://bugs.webkit.org/show_bug.cgi?id=90170
3314
3315 Reviewed by Kenneth Rohde Christiansen.
3316
3317 * Source/cmake/FindEFL.cmake: Bump EFL libs dependencies.
3318 * Source/cmake/OptionsEfl.cmake: Turn on GAMEPAD flag on EFL port.
3319 * Source/cmakeconfig.h.cmake: Add GAMEPAD flag to CMake.
3320
commit-queue@webkit.orgfc7dc862012-06-30 22:54:56 +000033212012-06-30 Jason Liu <jason.liu@torchmobile.com.cn>
3322
3323 [BlackBerry] WebView/Browser cause blank screen when selecting a dropdown field.
3324 https://bugs.webkit.org/show_bug.cgi?id=90241
3325
3326 This issue is caused by single quotes in option's labels.
3327 We should use the escape character of single quotes in JavaScript's string which
3328 starts and ends with single quotes.
3329 So we replace lablels' single quotes with its escape character during generating the
3330 select popUp's HTML.
3331
3332
3333 Reviewed by George Staikos.
3334
3335 * ManualTests/blackberry/select-popup-items-unicode-display.html:
3336
commit-queue@webkit.orgd62be1b2012-06-30 04:18:40 +000033372012-06-29 Luiz Agostini <luiz.agostini@nokia.com>
3338
3339 [Qt][WK2] Private non-QtQuick API
3340 https://bugs.webkit.org/show_bug.cgi?id=84532
3341
3342 Reviewed by Noam Rosenthal.
3343
3344 API tests for QRawWebView.
3345
3346 * Source/tests.pri:
3347
zandobersek@gmail.come0e4ce72012-06-29 14:38:23 +000033482012-06-29 Zan Dobersek <zandobersek@gmail.com>
3349
3350 Unreviewed build fix after r121518, adding a missing symbol to symbols.filter.
3351
3352 * Source/autotools/symbols.filter:
3353
morrita@google.comc9a96382012-06-29 06:00:56 +000033542012-06-28 MORITA Hajime <morrita@google.com>
3355
3356 [Refactoring] NodeRenderingContext ctor could be built on top of the ComposedShadowTreeWalker
3357 https://bugs.webkit.org/show_bug.cgi?id=89732
3358
3359 Reviewed by Dimitri Glazkov.
3360
3361 * Source/autotools/symbols.filter:
3362
commit-queue@webkit.org05cdaaa2012-06-29 04:20:18 +000033632012-06-28 Jason Liu <jason.liu@torchmobile.com.cn>
3364
3365 [BlackBerry] Selection items show as garbage for non-ascii characters.
3366 https://bugs.webkit.org/show_bug.cgi?id=89969
3367
3368 Add charset utf-8 to the select popup's page.
3369
3370 Reviewed by Antonio Gomes.
3371
3372 * ManualTests/blackberry/select-popup-items-unicode-display.html: Added.
3373
commit-queue@webkit.org0400b6e2012-06-28 21:02:30 +000033742012-06-28 Christophe Dumez <christophe.dumez@intel.com>
3375
3376 [EFL] Enable support for HTML5 datalist
3377 https://bugs.webkit.org/show_bug.cgi?id=90157
3378
3379 Reviewed by Martin Robinson.
3380
3381 Turn on DATALIST flag by default on EFL port to
3382 support HTML5 datalist tag.
3383
3384 * Source/cmake/OptionsEfl.cmake:
3385
zandobersek@gmail.comc8bac582012-06-27 09:19:15 +000033862012-06-27 Zan Dobersek <zandobersek@gmail.com>
3387
3388 [Gtk] Add support for the Gamepad API
3389 https://bugs.webkit.org/show_bug.cgi?id=87503
3390
3391 Reviewed by Carlos Garcia Campos.
3392
3393 Only enable the Gamepad feature on Linux as support
3394 for other operating systems is not present.
3395
3396 Check for the GIO Unix and GUdev dependencies when the
3397 Gamepad feature is enabled.
3398
3399 * configure.ac:
3400
hausmann@webkit.orged7b727a2012-06-26 04:47:14 +000034012012-06-25 Simon Hausmann <simon.hausmann@nokia.com>
3402
3403 [Qt] Make it possible to build WebKit without QtWidgets
3404 https://bugs.webkit.org/show_bug.cgi?id=78109
3405
3406 Reviewed by Tor Arne Vestbø.
3407
3408 * Source/QtWebKit.pro: Don't build WK1 tests and examples if WK1 is disabled.
3409 * Source/api.pri: Move WK1 sources away from here and use WEBKIT += webkit1 instead
3410 * WebKit.pro: Add WK1 to SUBDIRS unless no_webkit1 is set.
3411
gyuyoung.kim@samsung.comdb645152012-06-25 18:01:42 +000034122012-06-25 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3413
3414 [EFL] Implement Network Information API
3415 https://bugs.webkit.org/show_bug.cgi?id=87067
3416
3417 Reviewed by Kenneth Rohde Christiansen.
3418
3419 * Source/cmake/FindEFL.cmake: Find eeze library in build system.
3420
carlosgc@webkit.org447b3712012-06-25 13:38:19 +000034212012-06-25 Carlos Garcia Campos <cgarcia@igalia.com>
3422
3423 Unreviewed. Update NEWS and configure.ac for 1.9.4 release
3424
3425 * configure.ac: Bump version number.
3426
commit-queue@webkit.orgc2df1f02012-06-22 20:10:10 +000034272012-06-22 Joshua Netterfield <jnetterfield@rim.com>
3428
3429 [BlackBerry] Sanitize GLSL code using ANGLE.
3430
3431 BlackBerry port does not sanitize GLSL code with ANGLE
3432 https://bugs.webkit.org/show_bug.cgi?id=89583
3433
3434 Reviewed by Rob Buis.
3435
3436 * Source/cmake/OptionsBlackBerry.cmake: Include ANGLE openGL headers as system headers in BlackBerry port.
3437
commit-queue@webkit.org618672d2012-06-21 19:20:00 +000034382012-06-21 Kalev Lember <kalevlember@gmail.com>
3439
3440 [GTK] Fix NPAPI plugins on Windows
3441 https://bugs.webkit.org/show_bug.cgi?id=54531
3442
3443 Reviewed by Martin Robinson.
3444
3445 Define XP_WIN on Windows for plugin support.
3446
3447 * GNUmakefile.am:
3448
commit-queue@webkit.orgbff9a102012-06-21 15:46:40 +000034492012-06-21 Ryuan Choi <ryuan.choi@gmail.com>
3450
3451 [EFL][WK2] Make WebKit2/Efl headers and resources installable.
3452 https://bugs.webkit.org/show_bug.cgi?id=88207
3453
3454 Reviewed by Chang Shu.
3455
3456 * Source/cmake/OptionsCommon.cmake:
3457 Provide new variable, EXEC_INSTALL_DIR to determine where to install
3458 executables.
3459
ryuan.choi@samsung.com71b54342012-06-21 15:11:48 +000034602012-06-21 Ryuan Choi <ryuan.choi@samsung.com>
3461
3462 [EFL[WK2] Add WKViewEfl and WebKit2 API Object to represent Evas_Object.
3463 https://bugs.webkit.org/show_bug.cgi?id=88935
3464
3465 Reviewed by Chang Shu.
3466
3467 * Source/cmake/OptionsEfl.cmake: Defines BUILDING_EFL__.
3468
commit-queue@webkit.org7a98dfe2012-06-20 22:49:13 +000034692012-06-20 Varun Jain <varunjain@chromium.org>
3470
3471 Account for device scale factor when creating image for dragging.
3472 https://bugs.webkit.org/show_bug.cgi?id=89489
3473
3474 Reviewed by Adam Barth.
3475
3476 * ManualTests/chromium/drag-image-accounts-for-device-scale.html: Added.
3477
philn@webkit.org36de8852012-06-20 02:25:14 +000034782012-06-18 Philippe Normand <pnormand@igalia.com>
3479
3480 [GStreamer] 0.11 video-sink
3481 https://bugs.webkit.org/show_bug.cgi?id=77087
3482
3483 Reviewed by Martin Robinson.
3484
3485 * configure.ac: Fix required gstreamer 0.11 version
3486
jocelyn.turcotte@nokia.com36177bb2012-06-19 15:15:00 +000034872012-06-19 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
3488
3489 [Qt] Fix the Windows build when Qt is built without -release or -debug
3490 https://bugs.webkit.org/show_bug.cgi?id=89471
3491
3492 Reviewed by Tor Arne Vestbø.
3493
3494 Make sure that we at least remove build_all on Windows for api.pri,
3495 as WebCore wasn't built for all configurations.
3496
3497 * Source/api.pri:
3498
commit-queue@webkit.orgf5584612012-06-19 09:13:52 +000034992012-06-19 Mike West <mkwst@chromium.org>
3500
3501 Introduce ENABLE_CSP_NEXT configuration flag.
3502 https://bugs.webkit.org/show_bug.cgi?id=89300
3503
3504 Reviewed by Adam Barth.
3505
3506 The 1.0 draft of the Content Security Policy spec is just about to
3507 move to Last Call. We'll hide work on the upcoming 1.1 spec behind
3508 this ENABLE flag, disabled by default.
3509
3510 Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html
3511
3512 * Source/cmake/WebKitFeatures.cmake:
3513 * Source/cmakeconfig.h.cmake:
3514
hausmann@webkit.orgfa23ca32012-06-19 07:35:06 +000035152012-06-19 Joel Dillon <joel.dillon@codethink.co.uk>, Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
3516
3517 [Qt] Allow the modules file generation to work on Windows.
3518 https://bugs.webkit.org/show_bug.cgi?id=89010
3519
3520 Reviewed by Csaba Osztrogonác.
3521
3522 Add calls to toSystemPath and use QMAKE_DIR_SEP where necessary.
3523
3524 * Source/api.pri:
3525
hausmann@webkit.org7c253c02012-06-19 07:32:50 +000035262012-06-19 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
3527
3528 [Qt] Fix TARGET not properly being set for QtWebKitd5.dll when building in debug.
3529 https://bugs.webkit.org/show_bug.cgi?id=88880
3530
3531 load(qt_module_config) adjusts the TARGET to add the "d" suffix when doing
3532 the debug build_pass. When doing the first pass, qt_module_config.prf doesn't
3533 adjust the target since it is in debug_and_release and expects the debug
3534 build_pass to come later. However, since we remove debug_and_release from CONFIG
3535 right after this, the TARGET hasn't been adjusted and the debug build_pass
3536 will not happen.
3537
3538 Work around it by disabling this optimization on Windows.
3539
3540 Reviewed by Tor Arne Vestbø.
3541
3542 * Source/api.pri:
3543
commit-queue@webkit.org828d2392012-06-19 07:27:33 +000035442012-06-19 Mike West <mkwst@chromium.org>
3545
3546 Add a scheme registry for bypassing Content Security Policy.
3547 https://bugs.webkit.org/show_bug.cgi?id=89373
3548
3549 Reviewed by Adam Barth.
3550
3551 * Source/autotools/symbols.filter:
3552
rwlbuis@webkit.orgbb8126f2012-06-18 22:08:53 +000035532012-06-18 Rob Buis <rbuis@rim.com>
3554
3555 [BlackBerry] Enable LEGACY_VIEWPORT_ADAPTION
3556 https://bugs.webkit.org/show_bug.cgi?id=89381
3557
3558 Reviewed by Antonio Gomes.
3559
3560 PR 163598
3561
3562 Enable LEGACY_VIEWPORT_ADAPTION.
3563
3564 * Source/cmake/OptionsBlackBerry.cmake:
3565
philn@webkit.org538a3bba2012-06-17 18:36:21 +000035662012-06-17 Philippe Normand <pnormand@igalia.com>
3567
philn@webkit.orgc668d9c2012-06-18 02:35:53 +00003568 Unreviewed, GTK 64-bit build fix after r120551.
3569
3570 * Source/autotools/symbols.filter:
3571
35722012-06-17 Philippe Normand <pnormand@igalia.com>
3573
philn@webkit.org538a3bba2012-06-17 18:36:21 +00003574 Unreviewed, GTK build fix after r120397.
3575
3576 * Source/autotools/symbols.filter:
3577
tkent@chromium.orgbcc71632012-06-15 04:34:25 +000035782012-06-14 Kent Tamura <tkent@chromium.org>
3579
3580 Validate form state strings in FormController::setStateForNewFormElements()
3581 https://bugs.webkit.org/show_bug.cgi?id=88768
3582
3583 Reviewed by Hajime Morita.
3584
3585 * Source/autotools/symbols.filter: Expose some symbols used by Internals.cpp.
3586
commit-queue@webkit.orgea3f3f02012-06-14 09:32:37 +000035872012-06-14 Chris Guan <chris.guan@torchmobile.com.cn>
3588
3589 [Blackberry] add a new Api named setAllowNotification
3590 https://bugs.webkit.org/show_bug.cgi?id=88950
3591
3592 Reviewed by Antonio Gomes.
3593
3594 Add a new API named setAllowNotification in webpage class to
3595 let client set those allowed domains into notifications.
3596
3597 Test case:
3598 * ManualTests/blackberry/notification.html: Added.
3599
zandobersek@gmail.com44a6ce72012-06-13 18:21:58 +000036002012-06-13 Zan Dobersek <zandobersek@gmail.com>
3601
3602 [Gtk] Enable link prefetch support in the developer builds
3603 https://bugs.webkit.org/show_bug.cgi?id=89011
3604
3605 Reviewed by Martin Robinson.
3606
3607 Rather export an automake conditional than define a preprocessor
3608 macro for enabling link prefetch support.
3609
3610 * configure.ac:
3611
commit-queue@webkit.org687a1a042012-06-13 12:28:50 +000036122012-06-13 Robin Cao <robin.cao@torchmobile.com.cn>
3613
3614 [BlackBerry] Enable MEDIA_STREAM by default
3615 https://bugs.webkit.org/show_bug.cgi?id=88849
3616
3617 Reviewed by Antonio Gomes.
3618
3619 * Source/cmake/OptionsBlackBerry.cmake:
3620 * Source/cmakeconfig.h.cmake:
3621
morrita@google.com649eaeb2012-06-13 01:28:33 +000036222012-06-12 MORITA Hajime <morrita@google.com>
3623
3624 Shadow Pseudo ID should be able to nest to point nested shadow DOM.
3625 https://bugs.webkit.org/show_bug.cgi?id=62218
3626
3627 Reviewed by Dimitri Glazkov.
3628
3629 * Source/autotools/symbols.filter:
3630
commit-queue@webkit.orge8e0b102012-06-12 16:32:58 +000036312012-06-12 Christophe Dumez <christophe.dumez@intel.com>
3632
commit-queue@webkit.orgf128e802012-06-13 00:28:03 +00003633 [EFL] Enable SHADOW_DOM flag
3634 https://bugs.webkit.org/show_bug.cgi?id=87732
3635
3636 Reviewed by Kentaro Hara.
3637
3638 Enable SHADOW_DOM flag by default at compile time for EFL port.
3639
3640 * Source/autotools/symbols.filter: Fix GTK build by adding new symbol.
3641 * Source/cmake/OptionsEfl.cmake:
3642 * Source/cmakeconfig.h.cmake:
3643
36442012-06-12 Christophe Dumez <christophe.dumez@intel.com>
3645
commit-queue@webkit.orge8e0b102012-06-12 16:32:58 +00003646 [EFL] enable LEGACY_WEBKIT_BLOB_BUILDER flag
3647 https://bugs.webkit.org/show_bug.cgi?id=88715
3648
3649 Reviewed by Noam Rosenthal.
3650
3651 Enable LEGACY_WEBKIT_BLOB_BUILDER flag by default on EFL port.
3652
3653 * Source/cmake/OptionsEfl.cmake:
3654 * Source/cmakeconfig.h.cmake:
3655
commit-queue@webkit.orgb6175312012-06-12 13:19:07 +000036562012-06-12 Thiago Marcos P. Santos <thiago.santos@intel.com>
3657
3658 [CMake] Enabled CSS_BOX_DECORATION_BREAK by default
3659 https://bugs.webkit.org/show_bug.cgi?id=88850
3660
3661 Reviewed by Alexis Menard.
3662
3663 Enabled it by default on CMake ports like in other ports.
3664 This patch is a follow up to r120029.
3665
3666 * Source/cmake/WebKitFeatures.cmake:
3667 * Source/cmakeconfig.h.cmake:
3668
kaustubh@motorola.com479cf832012-06-12 10:47:39 +000036692012-06-11 Kaustubh Atrawalkar <kaustubh@motorola.com>
3670
3671 [DRT] LTC:: counterValueForElementById() could be moved to Internals.
3672 https://bugs.webkit.org/show_bug.cgi?id=84406
3673
3674 Reviewed by Hajime Morita.
3675
3676 Exporting Internals::counterValueForElement symbols for the Gtk build.
3677
3678 * Source/autotools/symbols.filter:
3679
alexis.menard@openbossa.org91279ad2012-06-12 02:21:42 +000036802012-06-11 Alexis Menard <alexis.menard@openbossa.org>
3681
3682 [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag.
3683 https://bugs.webkit.org/show_bug.cgi?id=88804
3684
3685 Reviewed by Tony Chang.
3686
3687 Protect box-decoration-break behind a feature flag enabled by default.
3688
3689 * configure.ac:
3690
commit-queue@webkit.orgb12c4b92012-06-11 22:16:11 +000036912012-06-11 Arnaud Renevier <arno@renevier.net>
3692
3693 Replace obsolete mkdir_p variable with MKDIR_P
3694 https://bugs.webkit.org/show_bug.cgi?id=88790
3695
3696 Reviewed by Martin Robinson.
3697
3698 * GNUmakefile.am:
3699 * configure.ac:
3700
carlosgc@webkit.orgf4fbe002012-06-11 15:31:19 +000037012012-06-11 Carlos Garcia Campos <cgarcia@igalia.com>
3702
3703 Unreviewed. Fix make distcheck issues.
3704
3705 * GNUmakefile.am: Initialize jscore nosource variables.
3706
darin@apple.com7a26ab32012-06-10 17:15:55 +000037072012-06-10 Darin Adler <darin@apple.com>
3708
3709 Remove unneeded callRemovedLastRef function from TreeShared refactoring
3710 https://bugs.webkit.org/show_bug.cgi?id=88653
3711
3712 Reviewed by Sam Weinig.
3713
3714 * Source/autotools/symbols.filter: Filter removedLastRef instead of
3715 callRemovedLastRef.
3716
commit-queue@webkit.org5deb7492012-06-09 09:05:22 +000037172012-06-09 Sukolsak Sakshuwong <sukolsak@google.com>
3718
3719 Add UNDO_MANAGER flag
3720 https://bugs.webkit.org/show_bug.cgi?id=87908
3721
3722 Reviewed by Tony Chang.
3723
3724 * Source/cmake/WebKitFeatures.cmake:
3725
mrobinson@webkit.org940af952012-06-08 22:24:55 +000037262012-06-08 Martin Robinson <mrobinson@igalia.com>
3727
mrobinson@webkit.org214e0b82012-06-08 23:13:35 +00003728 Fix the GTK+ build when OpenGL is enabled.
3729
3730 * configure.ac: Fix the build.
3731
37322012-06-08 Martin Robinson <mrobinson@igalia.com>
3733
mrobinson@webkit.org940af952012-06-08 22:24:55 +00003734 [GTK] build accelerated compositing on by default if OpenGL is present
3735 https://bugs.webkit.org/show_bug.cgi?id=88677
3736
3737 Reviewed by Alejandro G. Castro.
3738
3739 Build accelerated compositing by default if OpenGL is present, just like WebGL.
3740 Also prevent enabling WebGL if Clutter is turned on.
3741
3742 * configure.ac: Build AC by default.
3743
carlosgc@webkit.org6ea8d202012-06-08 16:37:48 +000037442012-06-08 Carlos Garcia Campos <cgarcia@igalia.com>
3745
3746 [GTK] Add API to get the library version to WebKit2 GTK+
3747 https://bugs.webkit.org/show_bug.cgi?id=88426
3748
3749 Reviewed by Martin Robinson.
3750
3751 * configure.ac: Generate WebKitVersion.h from WebKitVersion.h.in
3752 file.
3753
commit-queue@webkit.org033422c2012-06-08 15:23:12 +000037542012-06-08 Ion Rosca <rosca@adobe.com>
3755
3756 Some overlay scrollbar API calls in ScrollAnimatorMac can lead to an assertion in RenderBox::mapAbsoluteToLocalPoint
3757 https://bugs.webkit.org/show_bug.cgi?id=74111
3758
3759 Reviewed by Simon Fraser.
3760
3761 * ManualTests/scrollbar-crash-on-hide-scrolled-area.html: Added.
3762
haraken@chromium.orgbba7c9c2012-06-08 06:28:12 +000037632012-06-07 Kentaro Hara <haraken@chromium.org>
3764
3765 Reduce Node object size from 72 byte to 64 byte
3766 https://bugs.webkit.org/show_bug.cgi?id=88528
3767
3768 Reviewed by Ryosuke Niwa.
3769
3770 Added a symbol for callRemovedLastRef().
3771
3772 * Source/autotools/symbols.filter:
3773
paroga@webkit.org40935152012-06-07 23:18:38 +000037742012-06-07 Patrick Gansterer <paroga@webkit.org>
3775
3776 Build fix for WinCE after r113570.
3777
3778 * Source/cmake/OptionsWinCE.cmake:
3779
abarth@webkit.org9a476fa2012-06-07 21:21:31 +000037802012-06-07 Adam Barth <abarth@webkit.org>
3781
3782 Settings::defaultDeviceScaleFactor is redundant with Page::deviceScaleFactor
3783 https://bugs.webkit.org/show_bug.cgi?id=88375
3784
3785 Reviewed by James Robinson.
3786
3787 This symbol no longer exists.
3788
3789 * Source/autotools/symbols.filter:
3790
ddkilzer@apple.com19f61db2012-06-06 21:19:38 +000037912012-06-06 David Kilzer <ddkilzer@apple.com>
3792
3793 Teach git about localizable *.strings files
3794 <http://webkit.org/b/88447>
3795
3796 Reviewed by Adam Roben.
3797
3798 * .gitattributes: Set diff attribute for *.strings files so
3799 git-diff doesn't complain about them being binary files once the
3800 git-config command is run.
3801
wingo@igalia.com4990fe82012-06-06 16:00:38 +000038022012-06-06 Andy Wingo <wingo@igalia.com>
3803
3804 [GTK] Enable the LLInt
3805 https://bugs.webkit.org/show_bug.cgi?id=88315
3806
3807 Reviewed by Filip Pizlo.
3808
3809 * configure.ac: Require Ruby, to build the low-level interpreter.
3810
loislo@chromium.org227483d2012-06-06 11:27:56 +000038112012-06-06 Sam D <dsam2912@gmail.com>
3812
3813 Web Inspector: Option for selecting/deselecting all breakpoints in breakpoint pane
3814 https://bugs.webkit.org/show_bug.cgi?id=87644
3815
3816 Reviewed by Pavel Feldman.
3817
3818 Added an option to enable/disable all breakpoints in Breakpoint pane.
3819
3820 * Source/WebCore/English.lproj/localizedStrings.js:
3821 * Source/WebCore/inspector/front-end/BreakpointManager.js:
3822 (WebInspector.BreakpointManager.prototype.enableAllBreakpoints):
3823 (WebInspector.BreakpointManager.prototype.disableAllBreakpoints):
3824 * Source/WebCore/inspector/front-end/BreakpointsSidebarPane.js:
3825 (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu.enabledBreakpointCount):
3826 (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu):
3827
commit-queue@webkit.org4b6f5b32012-06-06 05:19:18 +000038282012-06-05 Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
3829
3830 [GTK] show the feature list in alphabetical order
3831 https://bugs.webkit.org/show_bug.cgi?id=88343
3832
3833 Reviewed by Gustavo Noronha Silva.
3834
3835 * configure.ac:
3836
commit-queue@webkit.org3401b2d2012-06-05 11:32:22 +000038372012-06-05 Dongwoo Im <dw.im@samsung.com>
3838
3839 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
3840 https://bugs.webkit.org/show_bug.cgi?id=73176
3841
3842 Reviewed by Adam Barth.
3843
3844 Two more APIs are added in Custom Scheme Handler specification.
3845 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
3846 One is 'isProtocolHandlerRegistered' to query whether the specific URL
3847 is registered or not.
3848 The other is 'unregisterProtocolHandler' to remove the registered URL.
3849
3850 * Source/cmake/WebKitFeatures.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
3851 * Source/cmakeconfig.h.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
3852
commit-queue@webkit.org38d67852012-06-05 03:01:18 +000038532012-06-04 Hugo Parente Lima <hugo.lima@openbossa.org>
3854
3855 Turn LEGACY_VIEWPORT_ADAPTION USE flag into an ENABLE flag.
3856 https://bugs.webkit.org/show_bug.cgi?id=88243
3857
3858 Reviewed by Adam Barth.
3859
3860 * Source/cmake/WebKitFeatures.cmake:
3861
commit-queue@webkit.org14c5bee2012-06-04 20:11:36 +000038622012-06-04 Sadrul Habib Chowdhury <sadrul@chromium.org>
3863
3864 [chromium] Fix software rendering for device-scale-factor > 1
3865 https://bugs.webkit.org/show_bug.cgi?id=88136
3866
3867 Reviewed by Darin Fisher.
3868
3869 Export WebCore::Page::setDeviceScaleFactor and WebCore::Settings::setDefaultDeviceScaleFactor.
3870
3871 * Source/autotools/symbols.filter:
3872
commit-queue@webkit.org2c5253a2012-06-04 19:52:05 +000038732012-06-04 Kevin Greer <kgr@chromium.org>
3874
3875 [chromium] Issue async events for console.time/timeEnd
3876 https://bugs.webkit.org/show_bug.cgi?id=88003
3877
3878 Reviewed by Pavel Feldman.
3879
3880 * ../../Source/WebCore/page/Console.cpp:
3881
carlosgc@webkit.org380b0e12012-06-04 11:00:09 +000038822012-06-04 Carlos Garcia Campos <cgarcia@igalia.com>
3883
3884 Unreviewed. Update NEWS and configure.ac for 1.9.3 release
3885
3886 * configure.ac: Bump version number.
3887
kevino@webkit.orgf2b0e142012-06-02 18:54:52 +000038882012-06-02 Kevin Ollivier <kevino@theolliviers.com>
3889
3890 [wx] Unreviewed build fix. Temporarily disable DerivedSources cleanup on Windows.
3891
3892 * wscript:
3893
hausmann@webkit.org56ac0762012-06-01 20:00:43 +000038942012-06-01 Simon Hausmann <simon.hausmann@nokia.com>
3895
3896 [Qt] Use -Werror only in developer builds
3897
3898 Rubber-stamped by Tor Arne Vestbø.
3899
3900 In production builds -Werror with custom toolchains and wierd system
3901 headers, -Werror is of no use and just creates confusion. So use it
3902 only if Qt is configured with -developer-build.
3903
3904 * Source/api.pri: qt_developer_build determination moved to default_pre.prf
3905
caio.oliveira@openbossa.org8bbea2e2012-06-01 19:57:46 +000039062012-06-01 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
3907
3908 [Qt] Move QObject bridge related tests from tst_qwebframe to tst_qobjectbridge
3909 https://bugs.webkit.org/show_bug.cgi?id=88117
3910
3911 Reviewed by Noam Rosenthal.
3912
3913 * Source/tests.pri: Add new entry for tst_qobjectbridge.
3914
commit-queue@webkit.orgdc1f1da2012-06-01 16:35:49 +000039152012-06-01 Christophe Dumez <christophe.dumez@intel.com>
3916
3917 [EFL] EFL port does not enable WEB_INTENTS_TAG flag
3918 https://bugs.webkit.org/show_bug.cgi?id=86866
3919
3920 Reviewed by Adam Barth.
3921
3922 Enable WEB_INTENTS_TAG flag by default on EFL port.
3923
3924 * Source/cmake/OptionsEfl.cmake:
3925 * Source/cmake/WebKitFeatures.cmake:
3926 * Source/cmakeconfig.h.cmake:
3927
commit-queue@webkit.org82912a92012-05-31 14:47:30 +000039282012-05-31 Christophe Dumez <christophe.dumez@intel.com>
3929
3930 [EFL] Enable CSS_IMAGE_SET flag
3931 https://bugs.webkit.org/show_bug.cgi?id=87727
3932
3933 Reviewed by Adam Roben.
3934
3935 Add CSS_IMAGE_SET flag to CMake and enable it by default on EFL port.
3936
3937 * Source/cmake/OptionsEfl.cmake:
3938 * Source/cmake/WebKitFeatures.cmake:
3939 * Source/cmakeconfig.h.cmake:
3940
kevino@webkit.org3e068132012-05-30 21:05:29 +000039412012-05-30 Kevin Ollivier <kevino@theolliviers.com>
3942
3943 [wx] Unreviewed build fix. Add needed file back to the wx build.
3944
3945 * wscript:
3946
ryuan.choi@samsung.come9e65c22012-05-30 12:12:23 +000039472012-05-30 Mariusz Grzegorczyk <mariusz.g@samsung.com>, Ryuan Choi <ryuan.choi@samsung.com>
3948
3949 [EFL][WK2] Fix WebKit2-EFL build
3950 https://bugs.webkit.org/show_bug.cgi?id=83693
3951
3952 Reviewed by Carlos Garcia Campos.
3953
3954 * Source/cmake/OptionsEfl.cmake: Define BUILDING_SOUP__ to build WebKit2/Efl.
3955
commit-queue@webkit.org54f7a012012-05-30 03:51:23 +000039562012-05-29 Jonathan Dong <jonathan.dong@torchmobile.com.cn>
3957
3958 [BlackBerry] Loading media data with http authentication
3959 https://bugs.webkit.org/show_bug.cgi?id=84214
3960
3961 Reviewed by George Staikos.
3962
3963 Added a manual test case which needs user to provide a HTTP server
3964 with HTTP authentication support when loading the specified media
3965 resource. The test case will test if the media resource is successfully
3966 loaded.
3967
3968 * ManualTests/blackberry/video-load-with-authentication.html: Added.
3969
simon.fraser@apple.com9d127902012-05-29 20:49:15 +000039702012-05-29 Simon Fraser <simon.fraser@apple.com>
3971
3972 Incomplete repaint on twitter.com when replying to a tweet
3973 https://bugs.webkit.org/show_bug.cgi?id=87553
3974
3975 Reviewed by Dean Jackson.
3976
3977 Manual test that adds a transform to a layer, forcing that
3978 layer to gain backing store.
3979
3980 * ManualTests/compositing/requires-backing-change.html: Added.
3981
commit-queue@webkit.orgd5058402012-05-29 14:44:38 +000039822012-05-29 David Barr <davidbarr@chromium.org>
3983
3984 Introduce ENABLE_CSS_IMAGE_RESOLUTION compile flag
3985 https://bugs.webkit.org/show_bug.cgi?id=87685
3986
3987 Reviewed by Eric Seidel.
3988
3989 Add a configuration option for CSS image-resolution support, disabling it by default.
3990
3991 * Source/cmake/WebKitFeatures.cmake:
3992 * Source/cmakeconfig.h.cmake:
3993
jesus@webkit.org51166e12012-05-28 20:00:49 +000039942012-05-25 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
3995
3996 WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled
3997 https://bugs.webkit.org/show_bug.cgi?id=42328
3998
3999 Reviewed by Eric Seidel.
4000
4001 * Source/autotools/symbols.filter: Added needed symbols for GTK build.
4002
gyuyoung.kim@samsung.com741d3552012-05-28 09:05:52 +000040032012-05-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4004
4005 Move allowRoundingHacks to Internals interface
4006 https://bugs.webkit.org/show_bug.cgi?id=87328
4007
4008 Reviewed by Hajime Morita.
4009
4010 * Source/autotools/symbols.filter: Add allowRoundingHacks symbol filter.
4011
commit-queue@webkit.org07ecccc2012-05-28 05:00:28 +000040122012-05-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
4013
4014 [EFL] Enable blob support for the EFL port
4015 https://bugs.webkit.org/show_bug.cgi?id=85363
4016
4017 Reviewed by Hajime Morita.
4018
4019 Enable Blob support by default for the EFL port.
4020
4021 * Source/cmake/OptionsEfl.cmake:
4022
rakuco@webkit.org1bc22102012-05-28 01:56:44 +000040232012-05-27 Raphael Kubo da Costa <rakuco@webkit.org>
4024
4025 [CMake] Make WEBKIT_SET_EXTRA_COMPILER_FLAGS work with clang.
4026 https://bugs.webkit.org/show_bug.cgi?id=87597
4027
4028 Reviewed by Daniel Bates.
4029
4030 Building with clang requires at least the -fPIC option being
4031 passed correctly, just like it is needed with gcc. clang is also
4032 compatible with most of gcc's compiler options, so we only need to
4033 check for clang besides g++ in the macro definition.
4034
4035 * Source/cmake/WebKitHelpers.cmake: Check for "Clang" and use
4036 CMAKE_COMPILER_IS_GNUCXX for the previous check, as it is shorter
4037 and achieves the same effect.
4038
zandobersek@gmail.com3f8e9712012-05-25 18:36:13 +000040392012-05-25 Zan Dobersek <zandobersek@gmail.com>
4040
zandobersek@gmail.comb8b19832012-05-25 19:40:04 +00004041 configure.ac has duplicated AC_MSG_RESULT([$enable_sandbox]) and nothing for seamless iframes
4042 https://bugs.webkit.org/show_bug.cgi?id=87453
4043
4044 Reviewed by Eric Seidel.
4045
4046 Report the value of $enable_iframe_seamless rather than $enable_sandbox
4047 after checking whether to enable the iframe seamless option.
4048
4049 * configure.ac:
4050
40512012-05-25 Zan Dobersek <zandobersek@gmail.com>
4052
zandobersek@gmail.com3f8e9712012-05-25 18:36:13 +00004053 [Gtk] Remove configuration options that do not apply anymore
4054 https://bugs.webkit.org/show_bug.cgi?id=87509
4055
4056 Reviewed by Martin Robinson.
4057
4058 Remove configuration options for enabling or disabling HTML5 datagrid,
4059 DOM storage, image resizer API and sandboxed iframe support. These
4060 features were either turned on by default with the feature defines
4061 removed from the code or removed from the source.
4062
4063 * configure.ac:
4064
commit-queue@webkit.org6e502412012-05-25 12:18:04 +000040652012-05-25 Zalan Bujtas <zbujtas@gmail.com>
4066
4067 [Qt] Broken controls rendering when transform is applied.
4068 https://bugs.webkit.org/show_bug.cgi?id=87483
4069
4070 Reviewed by Simon Hausmann.
4071
4072 * ManualTests/qt/control_paiting_with_transforms.html: Added.
4073
timothy_horton@apple.com3f03ac12012-05-25 06:53:27 +000040742012-05-24 Tim Horton <timothy_horton@apple.com>
4075
4076 Add feature defines for web-facing parts of CSS Regions and Exclusions
4077 https://bugs.webkit.org/show_bug.cgi?id=87442
4078 <rdar://problem/10887709>
4079
4080 Reviewed by Dan Bernstein.
4081
4082 * configure.ac:
4083
tkent@chromium.org9da8b8c2012-05-25 06:50:38 +000040842012-05-24 Kent Tamura <tkent@chromium.org>
4085
4086 PAGE_POPUP: window.setValueAndClosePopup should be moved to a
4087 per-context property of DOMWindow.
4088 https://bugs.webkit.org/show_bug.cgi?id=87086
4089
4090 Reviewed by Adam Barth.
4091
4092 * ManualTests/forms/calendar-picker.html:
4093 Introduce pseudo window.pagePopupController.
4094
commit-queue@webkit.org6d0c3bc2012-05-25 04:00:42 +000040952012-05-24 Philippe Normand <pnormand@igalia.com>
4096
4097 [GTK] Add --enable-css3-flexbox configure option after r118304.
4098 https://bugs.webkit.org/show_bug.cgi?id=87455
4099
4100 Reviewed by Xan Lopez.
4101
4102 * configure.ac:
4103
commit-queue@webkit.org2c8bcde2012-05-24 20:01:53 +000041042012-05-24 John Mellor <johnme@chromium.org>
4105
4106 Font Boosting: Add compile flag and runtime setting
4107 https://bugs.webkit.org/show_bug.cgi?id=87394
4108
4109 Reviewed by Adam Barth.
4110
4111 Add ENABLE_FONT_BOOSTING.
4112
4113 * configure.ac:
4114
rakuco@webkit.org4882cf92012-05-24 02:43:51 +000041152012-05-23 Raphael Kubo da Costa <rakuco@webkit.org>
4116
4117 [CMake] Unreviewed, add ENABLE_CSS3_FLEXBOX after r118304.
4118
4119 * Source/cmake/WebKitFeatures.cmake:
4120 * Source/cmakeconfig.h.cmake:
4121
commit-queue@webkit.orgbc19f902012-05-23 17:46:30 +000041222012-05-23 Xiaobo Wang <xbwang@torchmobile.com.cn>
4123
4124 [BlackBerry] Reset JS state for each test
4125 https://bugs.webkit.org/show_bug.cgi?id=86899
4126
4127 Reviewed by Nikolas Zimmermann.
4128
4129 * DumpRenderTree/blackberry/DumpRenderTree.cpp:
4130 (BlackBerry::WebKit::DumpRenderTree::resetToConsistentStateBeforeTesting):
4131
commit-queue@webkit.orge49ac252012-05-23 05:24:02 +000041322012-05-22 Dongwoo Im <dw.im@samsung.com>
4133
4134 [EFL] Implements the registerProtocolHandler method and option.
4135 https://bugs.webkit.org/show_bug.cgi?id=73638
4136
4137 Reviewed by Andreas Kling.
4138
4139 The registerProtocolHandler() method allows Web sites to register themselves
4140 as possible handlers for particular schemes.
4141
4142 http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler
4143
4144 * Source/cmake/OptionsEfl.cmake: Adds the build option.
4145 * Source/cmakeconfig.h.cmake: Adds the build option.
4146
commit-queue@webkit.org0db5ac72012-05-23 02:37:31 +000041472012-05-22 Kangil Han <kangil.han@samsung.com>
4148
4149 [EFL][DRT] Implement touch event
4150 https://bugs.webkit.org/show_bug.cgi?id=86720
4151
4152 Reviewed by Hajime Morita.
4153
4154 Currently EFL DRT doesn't support touch event.
4155 Therefore, this patch enabled it and implemented some eventSender function callbacks.
4156
4157 * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check.
4158 * Source/cmake/OptionsEfl.cmake: Enable touch event option.
4159
simon.fraser@apple.com9bd2c702012-05-22 20:37:14 +00004160== Rolled over to ChangeLog-2012-05-22 ==