1 2016-03-01 Alex Christensen <achristensen@webkit.org>
3 Reduce size of internal windows build output
4 https://bugs.webkit.org/show_bug.cgi?id=154763
6 Reviewed by Brent Fulgham.
8 * Source/cmake/OptionsWin.cmake:
10 2016-03-01 Commit Queue <commit-queue@webkit.org>
12 Unreviewed, rolling out r197056.
13 https://bugs.webkit.org/show_bug.cgi?id=154870
15 broke win ews (Requested by alexchristensen on #webkit).
19 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
20 https://bugs.webkit.org/show_bug.cgi?id=154651
21 http://trac.webkit.org/changeset/197056
23 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
25 [cmake] Allow using FindGLIB in case glib is optional dependency.
26 https://bugs.webkit.org/show_bug.cgi?id=154796
28 Reviewed by Michael Catanzaro.
30 FindGLIB caused internal CMake error in case glibconfig.h is not
33 * Source/cmake/FindGLIB.cmake:
35 2016-02-29 Commit Queue <commit-queue@webkit.org>
37 Unreviewed, rolling out r197297.
38 https://bugs.webkit.org/show_bug.cgi?id=154810
40 This change broke build of GTK from scratch (Requested by
45 "[cmake] Allow using FindGLIB in case glib is optional
47 https://bugs.webkit.org/show_bug.cgi?id=154796
48 http://trac.webkit.org/changeset/197297
50 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
52 [cmake] Allow using FindGLIB in case glib is optional dependency.
53 https://bugs.webkit.org/show_bug.cgi?id=154796
55 Reviewed by Michael Catanzaro.
57 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
60 * Source/cmake/FindGLIB.cmake:
62 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
64 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
65 https://bugs.webkit.org/show_bug.cgi?id=143402
67 Reviewed by Alex Christensen.
69 Turn on by default, and turn on for Windows.
71 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
73 * Source/cmake/OptionsWin.cmake:
74 * Source/cmake/WebKitFeatures.cmake:
76 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
78 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
79 https://bugs.webkit.org/show_bug.cgi?id=151688
81 Reviewed by Dean Jackson.
83 Enables the WEB_ANIMATIONS compiler switch.
85 * Source/cmake/OptionsWin.cmake:
87 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
89 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
90 https://bugs.webkit.org/show_bug.cgi?id=154651
92 Reviewed by Alex Christensen.
94 * Source/cmake/WebKitMacros.cmake:
96 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
98 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
99 https://bugs.webkit.org/show_bug.cgi?id=154450
101 Reviewed by Alex Christensen.
103 * Source/cmake/WebKitMacros.cmake:
105 2016-02-18 Philippe Normand <pnormand@igalia.com>
107 [GStreamer] Bump internal jhbuild versions to 1.6.3
108 https://bugs.webkit.org/show_bug.cgi?id=149594
110 Reviewed by Michael Catanzaro.
112 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
114 2016-02-18 Anders Carlsson <andersca@apple.com>
116 Get rid of the "All Source (target WebProcess)" scheme.
118 Rubber-stamped by Dan Bernstein.
120 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
122 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
124 [CMake] Remove LLVM support
125 https://bugs.webkit.org/show_bug.cgi?id=154370
127 Reviewed by Csaba Osztrogonác.
129 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
130 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
131 but for the time being this is dead code.
133 * Source/cmake/FindLLVM.cmake: Removed.
134 * Source/cmake/OptionsCommon.cmake:
136 2016-02-18 Joonghun Park <jh718.park@samsung.com>
138 [CMake] Remove meaningless conditional statements in CMakeLists.txt
139 https://bugs.webkit.org/show_bug.cgi?id=153778
141 Reviewed by Csaba Osztrogonác.
144 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
145 And remove conditional statements which has enclosed these one
146 because they don't have meaning anymore.
148 2016-02-15 Alex Christensen <achristensen@webkit.org>
150 Re-enable INTL on WinCairo
151 https://bugs.webkit.org/show_bug.cgi?id=154256
153 Reviewed by Michael Catanzaro.
155 * Source/cmake/OptionsWin.cmake:
156 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
158 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
160 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
161 https://bugs.webkit.org/show_bug.cgi?id=154165
163 Reviewed by Alex Christensen.
165 * Source/cmake/OptionsEfl.cmake:
166 * Source/cmake/OptionsGTK.cmake:
168 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
170 [cmake] Consolidate TextureMapper file and include dir lists.
171 https://bugs.webkit.org/show_bug.cgi?id=154106
173 Reviewed by Michael Catanzaro.
175 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
177 * Source/cmake/OptionsWinCairo.cmake: Ditto.
179 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
181 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
182 https://bugs.webkit.org/show_bug.cgi?id=154033
184 Reviewed by Michael Catanzaro.
186 * Source/cmake/WebKitFeatures.cmake:
188 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
190 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
192 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
194 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
196 [GTK][EFL] Enable SamplingProfiler
197 https://bugs.webkit.org/show_bug.cgi?id=153638
199 Reviewed by Michael Catanzaro.
201 Enable SamplingProfiler in GTK and EFL.
202 And added option to CMake to switch this from the build command.
204 * Source/cmake/OptionsEfl.cmake:
205 * Source/cmake/OptionsGTK.cmake:
206 * Source/cmake/WebKitFeatures.cmake:
208 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
210 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
211 https://bugs.webkit.org/show_bug.cgi?id=153961
213 Reviewed by Michael Catanzaro.
215 * Source/cmake/OptionsCommon.cmake:
216 * Source/cmake/OptionsEfl.cmake:
217 * Source/cmake/OptionsGTK.cmake:
219 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
221 Unreviewed non X86_64 buildfix after r196077.
223 * Source/cmake/OptionsEfl.cmake:
224 * Source/cmake/OptionsGTK.cmake:
226 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
228 [GTK][EFL] Switch FTL to B3
229 https://bugs.webkit.org/show_bug.cgi?id=153478
231 Reviewed by Csaba Osztrogonác.
233 * Source/cmake/OptionsEfl.cmake:
234 * Source/cmake/OptionsGTK.cmake:
236 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
238 Unreviewed attempt to fix Mac CMake build after r195999.
240 * Source/cmake/OptionsMac.cmake:
241 * Source/cmake/WebKitFeatures.cmake:
242 Add ENABLE_RESOURCE_USAGE to CMake builds.
244 2016-02-02 Alejandro G. Castro <alex@igalia.com>
246 [GTK][EFL] Upgrade OpenWebRTC dependency
247 https://bugs.webkit.org/show_bug.cgi?id=153489
249 Reviewed by Philippe Normand.
251 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
252 required to make the mediastream work.
254 2016-02-01 Alex Christensen <achristensen@webkit.org>
256 [Win] WTFHeaderDetection.h no longer needed
257 https://bugs.webkit.org/show_bug.cgi?id=153753
258 rdar://problem/24434627
260 Reviewed by Darin Adler.
262 * Source/cmake/WebKitFS.cmake:
264 2016-01-31 Joonghun Park <jh718.park@samsung.com>
266 [EFL] All API tests are broken on 15.10
267 https://bugs.webkit.org/show_bug.cgi?id=153528
269 Reviewed by Gyuyoung Kim.
271 * CMakeLists.txt: Having include(WebKitCommon) statement follow
272 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
274 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
276 Enable SamplingProfiler on POSIX environment
277 https://bugs.webkit.org/show_bug.cgi?id=153584
279 Reviewed by Michael Saboff.
281 Add features.h header check. It will define __GLIBC__.
283 * Source/cmake/OptionsCommon.cmake:
285 2016-01-27 Alexey Proskuryakov <ap@apple.com>
287 Remove ENABLE_CURRENTSRC
288 https://bugs.webkit.org/show_bug.cgi?id=153545
290 Reviewed by Simon Fraser.
292 * Source/cmake/OptionsEfl.cmake:
293 * Source/cmake/OptionsGTK.cmake:
294 * Source/cmake/OptionsMac.cmake:
295 * Source/cmake/OptionsWin.cmake:
296 * Source/cmake/WebKitFeatures.cmake:
297 * Source/cmake/tools/vsprops/FeatureDefines.props:
298 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
300 2016-01-25 Alex Christensen <achristensen@webkit.org>
302 Fix internal Windows build
303 https://bugs.webkit.org/show_bug.cgi?id=153469
305 Reviewed by Brent Fulgham.
307 * Source/cmake/WebKitMacros.cmake:
308 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
310 2016-01-23 Aaron Chu <arona.chu@gmail.com>
312 Web Inspector: AXI: node-link-list should be collapsible
313 https://bugs.webkit.org/show_bug.cgi?id=130911
315 Added a manual test to test the node list in the Accessibility Inspector
317 Reviewed by Timothy Hatcher.
319 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
321 2016-01-22 Alex Christensen <achristensen@webkit.org>
323 Fix internal Windows build
324 https://bugs.webkit.org/show_bug.cgi?id=153385
325 rdar://problem/24310408
327 Reviewed by Brian Weinstein.
329 * Source/cmake/WinTools.make:
330 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
331 These property sheets are needed for some projects that are not in this repository
332 and don't use CMake in the official build. We want to leave them unchanged for now.
334 2016-01-22 Alex Christensen <achristensen@webkit.org>
336 Only set CMake output directories if they aren't already set
337 https://bugs.webkit.org/show_bug.cgi?id=153373
339 Reviewed by Michael Catanzaro.
342 r195242 caused Windows builds to copy files to bin instead of bin64.
343 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
344 This also makes it so you can set these variables by command line.
346 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
348 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
350 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
352 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
354 [CMake] Duplicate attempts to find software during cmake stage
355 https://bugs.webkit.org/show_bug.cgi?id=153211
357 Reviewed by Martin Robinson.
359 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
360 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
362 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
364 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
365 https://bugs.webkit.org/show_bug.cgi?id=153190
367 Reviewed by Csaba Osztrogonác.
369 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
371 * Source/CMakeLists.txt:
372 * Source/cmake/OptionsWin.cmake:
374 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
376 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
378 https://bugs.webkit.org/show_bug.cgi?id=153117
380 Reviewed by Michael Catanzaro.
382 * Source/cmake/OptionsGTK.cmake:
384 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
386 [CMake] Do not use LLVM static libraries for FTL JIT
387 https://bugs.webkit.org/show_bug.cgi?id=151559
389 Reviewed by Michael Catanzaro.
391 Also export LLVM_LIBRARIES variable that can be used to prefer
392 linking to the llvm dynamic libraries.
394 * Source/cmake/FindLLVM.cmake:
396 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
398 [GTK] Add comments above options declarations in OptionsGTK.cmake
399 https://bugs.webkit.org/show_bug.cgi?id=153074
401 Reviewed by Martin Robinson.
403 * Source/cmake/OptionsGTK.cmake:
405 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
407 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
409 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
411 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
413 Add a build flag for custom element
414 https://bugs.webkit.org/show_bug.cgi?id=153005
416 Reviewed by Alex Christensen.
418 * Source/cmake/OptionsEfl.cmake:
419 * Source/cmake/OptionsWin.cmake:
420 * Source/cmake/WebKitFeatures.cmake:
422 2016-01-08 Alex Christensen <achristensen@webkit.org>
424 Fix internal Windows build
425 https://bugs.webkit.org/show_bug.cgi?id=152937
427 Reviewed by Brent Fulgham.
429 * Source/cmake/WebKitCommon.cmake:
430 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
431 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
432 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
433 set PATH=%SystemDrive%\cygwin\bin;%PATH%
435 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
437 [EFL] Set WebKit2 process output name
438 https://bugs.webkit.org/show_bug.cgi?id=152773
440 Reviewed by Benjamin Poulain.
442 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
443 So this patch sets wk2 process output name.
445 * Source/cmake/OptionsEfl.cmake:
447 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
449 [CMake] Remove USE_UDIS86 variable
450 https://bugs.webkit.org/show_bug.cgi?id=152731
452 Reviewed by Gyuyoung Kim.
454 Remove the USE_UDIS86 variable in CMake files. The specific build guard
455 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
456 in CMake isn't required anymore. The Udis86-specific files have to be
457 built unconditionally now, though.
459 * Source/cmake/OptionsEfl.cmake:
460 * Source/cmake/OptionsGTK.cmake:
461 * Source/cmake/OptionsMac.cmake:
463 2016-01-04 Alex Christensen <achristensen@webkit.org>
465 Fix Mac CMake build after r194454.
467 * Source/cmake/OptionsMac.cmake:
468 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
469 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
471 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
473 [GTK][CMake] Do not override default values of build options with the default value
474 https://bugs.webkit.org/show_bug.cgi?id=152615
476 Reviewed by Martin Robinson.
478 Override the default value of build options only when the default value for the GTK+ port
479 is actually different than the default value in WebKitFeatures.cmake. This way we don't
480 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
481 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
483 * Source/cmake/OptionsGTK.cmake:
485 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
487 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
488 https://bugs.webkit.org/show_bug.cgi?id=144069
490 Reviewed by Martin Robinson.
492 * Source/cmake/OptionsWin.cmake:
493 Do not set options that no longer exist.
494 * Source/cmake/WebKitFeatures.cmake:
495 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
496 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
497 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
498 no CMake port was using it.
500 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
502 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
503 https://bugs.webkit.org/show_bug.cgi?id=152611
505 Reviewed by Martin Robinson.
507 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
508 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
509 not to the DOM bindings generator, for example).
511 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
512 called after WEBKIT_OPTION_END, they don't do anything.
514 Add error checking to catch these bugs.
516 * Source/cmake/WebKitFeatures.cmake:
518 2015-12-30 Philippe Normand <pnormand@igalia.com>
520 [GTK][Mac] Disable gtk-doc
521 https://bugs.webkit.org/show_bug.cgi?id=150798
523 Reviewed by Michael Catanzaro.
525 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
526 link error on Mac, so for now disable gtk-doc support on that
528 * Source/cmake/OptionsGTK.cmake: Ditto.
530 2015-12-23 Andy VanWagoner <andy@instructure.com>
532 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
533 https://bugs.webkit.org/show_bug.cgi?id=147603
535 Reviewed by Benjamin Poulain.
537 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
539 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
541 [Fetch API] Add fetch API compile time flag
542 https://bugs.webkit.org/show_bug.cgi?id=152254
544 Reviewed by Darin Adler.
546 * Source/cmake/OptionsWin.cmake:
547 * Source/cmake/WebKitFeatures.cmake:
549 2015-12-10 Brent Fulgham <bfulgham@apple.com>
551 [Win] Support building under Cygwin or native Perl
552 https://bugs.webkit.org/show_bug.cgi?id=152145
553 <rdar://problem/23839868>
555 Reviewed by David Kilzer.
557 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
561 2015-12-09 Daniel Bates <dabates@apple.com>
563 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
564 https://bugs.webkit.org/show_bug.cgi?id=151840
565 <rdar://problem/23753931>
567 Reviewed by Simon Fraser.
569 Add a manual test that can be used to verify that we suspend dispatching device motion and
570 device orientation events when the page is hidden.
572 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
575 (handleVisibilityChange):
576 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
578 2015-12-07 Alex Christensen <achristensen@webkit.org>
580 Fix internal Windows build
581 https://bugs.webkit.org/show_bug.cgi?id=151950
583 Reviewed by Brent Fulgham.
585 * Source/cmake/tools/scripts/auto-version.pl:
587 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
589 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
590 https://bugs.webkit.org/show_bug.cgi?id=150792
592 Reviewed by Saam Barati.
594 * Source/cmake/OptionsWin.cmake:
595 * Source/cmake/WebKitFeatures.cmake:
597 2015-12-01 Commit Queue <commit-queue@webkit.org>
599 Unreviewed, rolling out r192914.
600 https://bugs.webkit.org/show_bug.cgi?id=151734
602 JSC tests for this change are failing on 32 and 64-bit bots
603 (Requested by ryanhaddad on #webkit).
607 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
609 https://bugs.webkit.org/show_bug.cgi?id=150792
610 http://trac.webkit.org/changeset/192914
612 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
614 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
615 https://bugs.webkit.org/show_bug.cgi?id=150792
617 Reviewed by Saam Barati.
619 * Source/cmake/OptionsWin.cmake:
620 * Source/cmake/WebKitFeatures.cmake:
622 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
624 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
626 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
628 2015-11-20 Alex Christensen <achristensen@webkit.org>
630 Remove NETWORK_PROCESS compile flag
631 https://bugs.webkit.org/show_bug.cgi?id=151512
633 Reviewed by Tim Horton.
635 * Source/cmake/OptionsEfl.cmake:
636 * Source/cmake/OptionsGTK.cmake:
637 * Source/cmake/OptionsMac.cmake:
638 * Source/cmake/WebKitFeatures.cmake:
640 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
642 [EFL] Enable FTL JIT by default on X86_64
643 https://bugs.webkit.org/show_bug.cgi?id=143822
645 Reviewed by Carlos Garcia Campos.
647 * Source/cmake/OptionsEfl.cmake:
649 2015-11-19 Commit Queue <commit-queue@webkit.org>
651 Unreviewed, rolling out r192667 and r192668.
652 https://bugs.webkit.org/show_bug.cgi?id=151476
654 broke api tests (Requested by alexchristensen on #webkit).
658 "Remove the non-NetworkProcess configurations"
659 https://bugs.webkit.org/show_bug.cgi?id=151418
660 http://trac.webkit.org/changeset/192667
662 "Fix GTK Build after r192667."
663 http://trac.webkit.org/changeset/192668
665 2015-11-19 Alex Christensen <achristensen@webkit.org>
667 Remove the non-NetworkProcess configurations
668 https://bugs.webkit.org/show_bug.cgi?id=151418
670 Reviewed by Geoffrey Garen.
672 * Source/cmake/OptionsEfl.cmake:
673 * Source/cmake/OptionsGTK.cmake:
674 * Source/cmake/OptionsMac.cmake:
675 * Source/cmake/WebKitFeatures.cmake:
677 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
679 REGRESSION(r192459): [GTK] User agent string is broken after r192459
680 https://bugs.webkit.org/show_bug.cgi?id=151347
682 Reviewed by Žan Doberšek.
684 Pass UA version numbers as strings to the build.
686 * Source/cmake/OptionsGTK.cmake:
688 2015-11-16 Alex Christensen <achristensen@webkit.org>
690 Fix CMake build and make PluginProcess executable
691 https://bugs.webkit.org/show_bug.cgi?id=151332
693 Reviewed by Tim Horton.
695 * Source/cmake/OptionsMac.cmake:
697 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
699 [GTK] Use FTL by default when LLVM 3.7 is available
700 https://bugs.webkit.org/show_bug.cgi?id=142128
702 Reviewed by Csaba Osztrogonác.
704 Enable FTL by default when architecture is X86_64. It requires
705 LLVM 3.7, but can be disabled manually as a cmake configure
708 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
709 available if the metapackage is installed and it points to
710 llvm-config-3.5. So, here we check first if the llvm-config is
711 from a recent enough version, and if not we check several
712 llvm-config-<version> programs, so this should work on any distro.
713 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
714 target architecture is X86_64, and check the LLVM is at least
715 3.7. The option is now public, since we want people to be able to
718 2015-11-11 Anders Carlsson <andersca@apple.com>
720 Enable cross-platform context menus by default
721 https://bugs.webkit.org/show_bug.cgi?id=151173
723 Reviewed by Tim Horton.
725 * Source/cmake/OptionsEfl.cmake:
727 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
729 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
730 https://bugs.webkit.org/show_bug.cgi?id=150972
732 Reviewed by Darin Adler.
734 * Source/cmake/OptionsMac.cmake:
735 * Source/cmake/WebKitFeatures.cmake:
737 2015-11-11 Philippe Normand <pnormand@igalia.com>
739 [GTK][Mac] don't install .frameworks
740 https://bugs.webkit.org/show_bug.cgi?id=151136
742 Reviewed by Alex Christensen.
744 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
746 2015-11-10 Pranjal Jumde <pjumde@apple.com>
748 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
749 https://bugs.webkit.org/show_bug.cgi?id=150252
750 <rdar://problem/23149470>
752 Reviewed by Brent Fulgham.
755 * Source/WebCore/editing/ios/EditorIOS.mm
756 * Source/WebCore/editing/mac/EditorMac.mm
757 In Editor::fontForSelection moved the node removal code, so that the
758 node is only removed if style is not NULL.
759 * Source/WebCore/editing/cocoa/EditorCocoa.mm
760 In Editor::styleForSelectionStart checking if the parentNode can
761 accept the styleElement node.
762 * LayoutTests/editing/execCommand/150252.xhtml
763 * LayoutTests/editing/execCommand/150252_minimal.xhtml
764 * LayoutTests/editing/execCommand/150252-expected.txt
765 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
767 2015-11-09 Pranjal Jumde <pjumde@apple.com>
769 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
770 https://bugs.webkit.org/show_bug.cgi?id=150252
771 <rdar://problem/23149470>
773 Reviewed by Brent Fulgham.
775 * Source/WebCore/editing/ios/EditorIOS.mm
776 * Source/WebCore/editing/mac/EditorMac.mm
777 In Editor::fontForSelection moved the node removal code, so that the
778 node is only removed if style is not NULL.
779 * LayoutTests/editing/execCommand/150252.xhtml
780 * LayoutTests/editing/execCommand/150252_minimal.xhtml
781 * LayoutTests/editing/execCommand/150252-expected.txt
782 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
784 2015-11-06 Daniel Bates <dabates@apple.com>
786 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
787 https://bugs.webkit.org/show_bug.cgi?id=150849
789 Reviewed by Alexey Proskuryakov.
791 Add support for overriding the user-provided arguments SDKROOT and ARCHS
792 on a per Makefile basis.
796 2015-11-06 Philippe Normand <pnormand@igalia.com>
798 Unreviewed, GTK build fix after r192095.
800 * Source/cmake/FindGTK3.cmake:
802 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
804 [GTK] Re-enable Quartz backend on cmake build system
805 https://bugs.webkit.org/show_bug.cgi?id=144561
807 Reviewed by Philippe Normand.
809 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
810 the presence of of gtk+-quartz-3.0 module.
811 * Source/cmake/OptionsGTK.cmake: Reintroduce the
812 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
813 GTK+ Quartz backend on OS X.
815 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
817 Add runtime and compile time flags for enabling Web Animations API and model.
818 https://bugs.webkit.org/show_bug.cgi?id=150914
820 Reviewed by Benjamin Poulain.
822 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
824 * Source/cmake/OptionsWin.cmake:
825 * Source/cmake/WebKitFeatures.cmake:
827 2015-11-03 Brent Fulgham <bfulgham@apple.com>
829 [Win] CMake build update.
831 Rubberstamped by Tim Horton.
833 * Source/PlatformWin.cmake: Add internal tool to build
834 rules for internal use.
836 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
838 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
840 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
842 2015-11-02 Philippe Normand <pnormand@igalia.com>
844 [Mac][GTK] Disable Ninja response file support
845 https://bugs.webkit.org/show_bug.cgi?id=150801
847 Reviewed by Alex Christensen.
849 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
850 support response files, so instruct Ninja to not generate those.
852 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
854 Fix the FTL JIT build with system LLVM on Linux
855 https://bugs.webkit.org/show_bug.cgi?id=150795
857 Reviewed by Filip Pizlo.
859 * Source/cmake/FindLLVM.cmake:
861 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
863 Unreviewed. Bump GTK+ versions numbers.
865 * Source/cmake/OptionsGTK.cmake:
867 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
869 [ES6] Support Generator Syntax
870 https://bugs.webkit.org/show_bug.cgi?id=150769
872 Reviewed by Geoffrey Garen.
874 Added ENABLE_ES6_GENERATORS flag.
876 * Source/cmake/OptionsWin.cmake:
877 * Source/cmake/WebKitFeatures.cmake:
879 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
881 [EFL] Add Shadow DOM feature
882 https://bugs.webkit.org/show_bug.cgi?id=150611
884 Reviewed by Csaba Osztrogonác.
886 * Source/cmake/OptionsEfl.cmake:
887 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
889 2015-10-29 Alex Christensen <achristensen@webkit.org>
892 https://bugs.webkit.org/show_bug.cgi?id=150686
894 Reviewed by Filip Pizlo.
896 * Source/cmake/WebKitMacros.cmake:
898 2015-10-28 Alex Christensen <achristensen@webkit.org>
900 Compile and link with CMake on Mac
901 https://bugs.webkit.org/show_bug.cgi?id=150632
903 Reviewed by Tim Horton.
905 * Source/cmake/OptionsMac.cmake:
907 2015-10-26 Dana Burkart <dburkart@apple.com>
909 `make analyze` should build using the debug configuration
910 https://bugs.webkit.org/show_bug.cgi?id=150571
912 Reviewed by Lucas Forschler.
916 2015-10-26 Philippe Normand <pnormand@igalia.com>
918 Unreviewed, rolling out r191576.
920 broke the http/tests/media tests
924 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
925 https://bugs.webkit.org/show_bug.cgi?id=149594
926 http://trac.webkit.org/changeset/191576
928 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
930 [GStreamer] Bump internal jhbuild versions to 1.6.0
931 https://bugs.webkit.org/show_bug.cgi?id=149594
933 Reviewed by Philippe Normand.
935 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
937 * Source/cmake/FindGStreamer.cmake:
939 2015-10-22 Philippe Normand <pnormand@igalia.com>
941 [GTK][Mac] ICU-related build fixes
942 https://bugs.webkit.org/show_bug.cgi?id=150032
944 Rubber-stamped by Darin Adler.
946 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
948 2015-10-20 Yoav Weiss <yoav@yoav.ws>
950 Rename the PICTURE_SIZES flag to CURRENTSRC
951 https://bugs.webkit.org/show_bug.cgi?id=150275
953 Reviewed by Dean Jackson.
955 * Source/cmake/OptionsEfl.cmake:
956 * Source/cmake/OptionsGTK.cmake:
957 * Source/cmake/OptionsMac.cmake:
958 * Source/cmake/OptionsWin.cmake:
959 * Source/cmake/WebKitFeatures.cmake:
961 2015-10-14 Tomas Popela <tpopela@redhat.com>
963 [GTK][EFL] Fix build with cmake 3.4
964 https://bugs.webkit.org/show_bug.cgi?id=150117
966 Explicitely include the CheckIncludeFiles module before using
967 the CHECK_INCLUDE_FILES command.
969 Reviewed by Žan Doberšek.
971 * Source/cmake/FindOpenGL.cmake:
972 * Source/cmake/FindWebP.cmake:
973 * Source/cmake/OptionsEfl.cmake:
975 2015-10-13 Dean Jackson <dino@apple.com>
977 Device motion and orientation should only be visible from the main frame's security origin
978 https://bugs.webkit.org/show_bug.cgi?id=150072
979 <rdar://problem/23082036>
981 Reviewed by Brent Fulgham.
983 Add a manual test for cross-origin device orientation events, while
984 we're waiting on the mock client to be supported everywhere.
986 * ManualTests/deviceorientation-child-frame.html: Added.
987 * ManualTests/deviceorientation-main-frame-only.html: Added.
989 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
991 [GTK] OSX linker doesn't understand --whole-archive
992 https://bugs.webkit.org/show_bug.cgi?id=144557
994 Reviewed by Martin Robinson.
996 * Source/cmake/OptionsGTK.cmake: Turn the macro
997 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
998 because XCode's linker doesn't have the --whole-archive option.
1000 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1002 [GTK] Use --version-script only on Linux
1003 https://bugs.webkit.org/show_bug.cgi?id=144555
1005 Reviewed by Philippe Normand.
1007 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1008 option on Darwin (whose linker doesn't support it.)
1010 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1012 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1013 https://bugs.webkit.org/show_bug.cgi?id=149947
1015 Reviewed by Csaba Osztrogonác.
1017 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1020 * Source/cmake/OptionsMac.cmake:
1021 * Source/cmake/OptionsWin.cmake:
1022 * Source/cmake/WebKitFeatures.cmake:
1024 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1026 Fix ENABLE_OPENGL=OFF builds
1027 https://bugs.webkit.org/show_bug.cgi?id=146511
1029 Reviewed by Darin Adler.
1031 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1032 ENABLE_OPENGL due to EGL usage.
1034 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1036 Convert focused-input-should-assist-on-touch.html into an automated test
1037 https://bugs.webkit.org/show_bug.cgi?id=149724
1039 Reviewed by Simon Fraser.
1041 Remove a manual test that can now be rewritten as an automated test.
1043 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1045 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1047 [Win] Unreviewed CMake build fix.
1049 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1050 and make sure exception handling is turned off.
1052 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1054 [Win] Unreviewed build fix after CMake conversion.
1056 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1058 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1060 [GTK][CMake] Warning about CMP0058
1061 https://bugs.webkit.org/show_bug.cgi?id=149627
1063 Reviewed by Martin Robinson.
1065 Opt-in to the new behavior for CMP0058.
1069 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1071 [Win] Unreviewed build fix for internal systems.
1073 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1074 location for include and link libraries, rather than the system locations.
1076 2015-09-28 Alex Christensen <achristensen@webkit.org>
1078 Build WK1 with CMake on Mac
1079 https://bugs.webkit.org/show_bug.cgi?id=149604
1081 Reviewed by Chris Dumez.
1083 * Source/cmake/OptionsMac.cmake:
1084 * Source/cmake/WebKitMacros.cmake:
1085 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1087 2015-09-25 Alex Christensen <achristensen@webkit.org>
1089 Clean up CMake build on Mac
1090 https://bugs.webkit.org/show_bug.cgi?id=149573
1092 Reviewed by Chris Dumez.
1094 * Source/cmake/OptionsMac.cmake:
1096 2015-09-25 Alex Christensen <achristensen@webkit.org>
1098 [Win] Switch to CMake
1099 https://bugs.webkit.org/show_bug.cgi?id=148111
1101 Reviewed by Brent Fulgham.
1103 * Source/cmake/WinTools.make: Added.
1104 * Source/cmake/tools: Added.
1105 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1106 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1108 2015-09-25 Alex Christensen <achristensen@webkit.org>
1110 Prepare internal AppleWin build for CMake
1111 https://bugs.webkit.org/show_bug.cgi?id=149570
1113 Reviewed by Brent Fulgham.
1115 * Source/PlatformWin.cmake:
1116 Include internal CMake files if they exist.
1118 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1120 Add a file of pointer-lock to cmake ports
1121 https://bugs.webkit.org/show_bug.cgi?id=149453
1123 Reviewed by Csaba Osztrogonác.
1125 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1127 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1129 [CMake] Allow to enable OpenMP support.
1130 https://bugs.webkit.org/show_bug.cgi?id=149457
1132 Reviewed by Csaba Osztrogonác.
1134 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1135 will enable the support for OpenMP. Currently this is only used as
1136 an alternative implementation to native threads for the parallelization
1137 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1138 as it could be also used to enable future features that depend on OpenMP.
1140 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1142 [EFL] Build break when DEVELOPER_MODE is OFF
1143 https://bugs.webkit.org/show_bug.cgi?id=149448
1145 Reviewed by Gyuyoung Kim.
1147 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1149 * Source/cmake/eflsymbols.filter:
1151 2015-09-21 Alex Christensen <achristensen@webkit.org>
1153 Disable PICTURE_SIZES in Windows CMake build like r189745.
1154 https://bugs.webkit.org/show_bug.cgi?id=149125
1156 * Source/cmake/OptionsWin.cmake:
1157 Do the same thing as r189745.
1159 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1161 Removing XHR_TIMEOUT guard
1163 Remove XHR_TIMEOUT compilation guard
1164 https://bugs.webkit.org/show_bug.cgi?id=149260
1166 Reviewed by Benjamin Poulain.
1168 * Source/cmake/OptionsEfl.cmake:
1169 * Source/cmake/OptionsGTK.cmake:
1170 * Source/cmake/OptionsMac.cmake:
1171 * Source/cmake/OptionsWin.cmake:
1172 * Source/cmake/WebKitFeatures.cmake:
1174 2015-09-18 Alex Christensen <achristensen@webkit.org>
1176 Fix tests on Windows after switching to CMake.
1177 https://bugs.webkit.org/show_bug.cgi?id=149339
1179 Reviewed by Brent Fulgham.
1181 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1183 2015-09-17 Alex Christensen <achristensen@webkit.org>
1185 Fix Windows EWS build after r189934.
1187 * Source/cmake/OptionsWin.cmake:
1188 Use WEBKIT_LIBRARIES environment variable if it exists.
1189 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1191 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1193 Add ShadowRoot interface and Element.prototype.attachShadow
1194 https://bugs.webkit.org/show_bug.cgi?id=149187
1196 Reviewed by Antti Koivisto.
1198 * Source/cmake/OptionsGTK.cmake:
1200 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1202 [cmake] Enable debug fission only if it is supported
1203 https://bugs.webkit.org/show_bug.cgi?id=149161
1205 Reviewed by Martin Robinson.
1207 * Source/cmake/OptionsCommon.cmake:
1209 2015-09-14 Alex Christensen <achristensen@webkit.org>
1211 Progress towards CMake on Mac.
1212 https://bugs.webkit.org/show_bug.cgi?id=149123
1214 Reviewed by Chris Dumez.
1216 * Source/cmake/OptionsMac.cmake:
1217 * Source/cmake/WebKitFeatures.cmake:
1218 Defined and enabled some more features needed on Mac.
1219 * Source/cmake/WebKitMacros.cmake:
1220 Objective C bindings need special changes when generating:
1221 Some of the bindings do not generate a .mm file but the header is needed.
1222 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1223 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1225 2015-09-08 Daniel Bates <dabates@apple.com>
1227 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1228 https://bugs.webkit.org/show_bug.cgi?id=74729
1229 <rdar://problem/22550195>
1231 Reviewed by Jon Honeycutt.
1233 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1234 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1236 2015-09-06 Andy Estes <aestes@apple.com>
1238 WebKit.xcworkspace should be be able to build iOS platforms
1239 https://bugs.webkit.org/show_bug.cgi?id=148881
1241 Reviewed by Daniel Bates.
1243 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1244 for all supported platforms.
1246 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1247 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1249 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1251 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1252 photo library uploads a JPEG
1253 https://bugs.webkit.org/show_bug.cgi?id=148849
1255 Reviewed by Daniel Bates.
1257 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1258 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1259 functionality doesn't exist on iOS, so we'll add a manual test.
1260 This tests that the first few bytes of the selected file are "GIF".
1262 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1264 Follow-up patch for r189343.
1265 https://bugs.webkit.org/show_bug.cgi?id=148795
1267 Rubber-stamped by Csaba Osztrogonác.
1269 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1270 to 1.9, since this seems to be enough to fix the build failure.
1271 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1273 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1275 [CMake] Trigger the memory-reduction tricks on armhf too
1276 https://bugs.webkit.org/show_bug.cgi?id=146640
1278 Reviewed by Csaba Osztrogonác.
1280 * Source/cmake/OptionsCommon.cmake:
1281 Activate --no-keep-memory even on armhf to reduce the amount of memory
1282 needed during linking, to avoid out-of-memory failures as much as
1285 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1287 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1288 https://bugs.webkit.org/show_bug.cgi?id=148795
1290 Rubber-stamped by Carlos Garcia Campos.
1292 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1294 2015-09-02 Alex Christensen <achristensen@webkit.org>
1296 Make bison grammar compatible with bison 2.1
1297 https://bugs.webkit.org/show_bug.cgi?id=148731
1299 Reviewed by Tim Horton.
1301 * Source/cmake/WebKitCommon.cmake:
1304 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1306 [CMake] Build with Debug Fission on by default on Debug builds.
1307 https://bugs.webkit.org/show_bug.cgi?id=148639
1309 Reviewed by Martin Robinson.
1311 * Source/cmake/OptionsCommon.cmake:
1313 2015-08-29 Alex Christensen <achristensen@webkit.org>
1315 Unreviewed build fix after r179923.
1317 * Source/CMakeLists.txt:
1318 bmalloc isn't ported to Windows yet.
1320 2015-08-27 Alex Christensen <achristensen@webkit.org>
1322 Isolate Source directories in CMake build
1323 https://bugs.webkit.org/show_bug.cgi?id=148389
1325 Reviewed by Brent Fulgham.
1328 * Source/cmake/WebKitCommon.cmake:
1329 Move package finding to WebKitCommon.
1331 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1333 [Win] Build does not generate debug info.
1334 https://bugs.webkit.org/show_bug.cgi?id=148431
1336 Reviewed by Alex Christensen.
1338 Generate debug info for Windows builds.
1340 * Source/cmake/OptionsWin.cmake:
1342 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1344 [GTK] Disable ACCELERATED_2D_CANVAS by default
1345 https://bugs.webkit.org/show_bug.cgi?id=148473
1347 Reviewed by Martin Robinson.
1349 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1350 but not on Debian (which does not). We've known this was problematic for a while, since it
1351 means we have two different sets of distro-dependent bugs, but never decided whether that
1352 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1353 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1354 to turn it on for Debian.
1356 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1359 * Source/cmake/OptionsGTK.cmake:
1361 2015-08-25 Commit Queue <commit-queue@webkit.org>
1363 Unreviewed, rolling out r188919.
1364 https://bugs.webkit.org/show_bug.cgi?id=148452
1366 broke build (Requested by alexchristensen on #webkit).
1370 "[Win] Build does not generate debug info."
1371 https://bugs.webkit.org/show_bug.cgi?id=148431
1372 http://trac.webkit.org/changeset/188919
1374 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1376 [GTK] r186800 broke the build on Ubuntu 14.04
1377 https://bugs.webkit.org/show_bug.cgi?id=147559
1379 Reviewed by Martin Robinson.
1381 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1382 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1384 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1386 [Win] Build does not generate debug info.
1387 https://bugs.webkit.org/show_bug.cgi?id=148431
1389 Reviewed by Brent Fulgham.
1391 Generate debug info for Windows builds.
1393 * Source/cmake/OptionsWin.cmake:
1395 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1397 [GTK] Auto-detection of cairo-gl fails
1398 https://bugs.webkit.org/show_bug.cgi?id=148189
1400 Reviewed by Žan Doberšek.
1402 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1403 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1404 deemed available, which might not be the case.
1405 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1407 2015-08-19 Alex Christensen <achristensen@webkit.org>
1409 CMake Windows build should not include files directly from other Source directories
1410 https://bugs.webkit.org/show_bug.cgi?id=148198
1412 Reviewed by Brent Fulgham.
1414 * Source/cmake/WebKitMacros.cmake:
1416 2015-08-19 Alex Christensen <achristensen@webkit.org>
1418 Build TestWTF on Mac with CMake.
1419 https://bugs.webkit.org/show_bug.cgi?id=147972
1421 Reviewed by Tim Horton.
1423 * Source/cmake/OptionsMac.cmake:
1424 Enable API tests in Mac's CMake build.
1426 2015-08-18 Alex Christensen <achristensen@webkit.org>
1428 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1429 https://bugs.webkit.org/show_bug.cgi?id=148127
1431 Reviewed by Martin Robinson.
1434 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1436 2015-08-17 Alex Christensen <achristensen@webkit.org>
1438 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1439 https://bugs.webkit.org/show_bug.cgi?id=148112
1441 Reviewed by Brent Fulgham.
1443 * Source/cmake/OptionsWin.cmake:
1444 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1445 Instead, use the default location if nothing is passed in from the command line.
1446 This way we can set it from the command line for the AppleInternal build.
1447 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1449 2015-08-17 Alex Christensen <achristensen@webkit.org>
1451 Build Debug Suffix on Windows with CMake
1452 https://bugs.webkit.org/show_bug.cgi?id=148083
1454 Reviewed by Brent Fulgham.
1456 * Source/cmake/OptionsWin.cmake:
1457 Use debug libraries in debug suffix builds.
1459 2015-08-17 Alex Christensen <achristensen@webkit.org>
1461 Move some commands from ./CMakeLists.txt to Source/cmake
1462 https://bugs.webkit.org/show_bug.cgi?id=148003
1464 Reviewed by Brent Fulgham.
1467 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1468 so we can change directory structure from command line parameters.
1469 * Source/cmake/OptionsAppleWin.cmake:
1470 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1471 * Source/cmake/OptionsWinCairo.cmake:
1472 * Source/cmake/OptionsWindows.cmake: Removed.
1473 * Source/cmake/WebKitCommon.cmake: Added.
1474 * Source/cmake/WebKitFS.cmake:
1476 2015-08-13 Commit Queue <commit-queue@webkit.org>
1478 Unreviewed, rolling out r188428.
1479 https://bugs.webkit.org/show_bug.cgi?id=148015
1481 broke cmake build (Requested by alexchristensen on #webkit).
1485 "Move some commands from ./CMakeLists.txt to Source/cmake"
1486 https://bugs.webkit.org/show_bug.cgi?id=148003
1487 http://trac.webkit.org/changeset/188428
1489 2015-08-13 Alex Christensen <achristensen@webkit.org>
1491 Move some commands from ./CMakeLists.txt to Source/cmake
1492 https://bugs.webkit.org/show_bug.cgi?id=148003
1494 Reviewed by Brent Fulgham.
1497 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1498 so we can change directory structure from command line parameters.
1499 * Source/cmake/WebKitCommon.cmake: Added.
1500 * Source/cmake/WebKitFS.cmake:
1502 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1504 A focused node should not be assisted when handling touch events synchronously
1505 https://bugs.webkit.org/show_bug.cgi?id=147836
1507 Reviewed by Enrica Casucci.
1509 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1511 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1512 input can still be assisted due to a touch event.
1513 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1514 event does not automatically cause us to assist the currently focused node.
1516 2015-08-12 Alex Christensen <achristensen@webkit.org>
1518 Fix Debug CMake builds on Windows
1519 https://bugs.webkit.org/show_bug.cgi?id=147940
1521 Reviewed by Chris Dumez.
1523 * Source/cmake/OptionsWindows.cmake:
1524 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1526 2015-08-10 Alex Christensen <achristensen@webkit.org>
1528 Build TestWebKitAPI with CMake on Windows
1529 https://bugs.webkit.org/show_bug.cgi?id=147851
1531 Reviewed by Chris Dumez.
1533 * Source/cmake/OptionsWindows.cmake:
1534 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1536 2015-08-06 Alex Christensen <achristensen@webkit.org>
1538 [Win] CMake build fix after r188098.
1540 * Source/cmake/OptionsWinCairo.cmake:
1541 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1543 2015-08-04 Alex Christensen <achristensen@webkit.org>
1545 Fix quirks with CMake and VS2015
1546 https://bugs.webkit.org/show_bug.cgi?id=147663
1548 Reviewed by Brent Fulgham.
1550 * Source/cmake/OptionsWindows.cmake:
1551 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1552 Disable INTL for now.
1554 2015-08-04 Alex Christensen <achristensen@webkit.org>
1556 Enable WebGL on Windows CMake build.
1557 https://bugs.webkit.org/show_bug.cgi?id=143311
1559 Reviewed by Csaba Osztrogonác.
1561 * Source/cmake/OptionsWindows.cmake:
1562 Enable WebGL by default in CMake builds now that it works.
1564 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1566 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1567 https://bugs.webkit.org/show_bug.cgi?id=147625
1569 Reviewed by Martin Robinson.
1571 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1572 components unless they were actually found, not to accidentally
1573 enable Accelerated 2D canvas, which would cause the build to fail.
1575 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1576 pkg_check_modules() had actually found the relevant component.
1578 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1580 [CMake] Add an option to build AllInOne files
1581 https://bugs.webkit.org/show_bug.cgi?id=102647
1583 Reviewed by Alex Christensen.
1585 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1586 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1587 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1588 * Source/cmake/WebKitFeatures.cmake:
1589 * Source/cmake/WebKitMacros.cmake:
1591 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1593 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1595 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1597 2015-07-31 Alex Christensen <achristensen@webkit.org>
1599 Prepare for debug CMake builds on Windows.
1600 https://bugs.webkit.org/show_bug.cgi?id=147484
1602 Reviewed by Tim Horton.
1604 * Source/cmake/OptionsWindows.cmake:
1605 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1607 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1609 [EFL] Enable IndexedDB based on DatabaseProcess
1610 https://bugs.webkit.org/show_bug.cgi?id=147221
1612 Reviewed by Csaba Osztrogonác.
1614 * Source/cmake/OptionsEfl.cmake:
1616 2015-07-30 Alex Christensen <achristensen@webkit.org>
1618 Build AppleWin port with CMake
1619 https://bugs.webkit.org/show_bug.cgi?id=147385
1621 Reviewed by Martin Robinson.
1623 * Source/cmake/OptionsWindows.cmake:
1624 Use the static multithreaded runtime. Based on
1625 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1627 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1629 Implement basic types for ECMAScript Internationalization API
1630 https://bugs.webkit.org/show_bug.cgi?id=146926
1632 Reviewed by Benjamin Poulain.
1634 Enable flag now that the basic objects are in place.
1636 * Source/cmake/WebKitFeatures.cmake: enable INTL
1638 2015-07-29 Basile Clement <basile_clement@apple.com>
1640 Remove native call inlining
1641 https://bugs.webkit.org/show_bug.cgi?id=147417
1643 Rubber-stamped by Filip Pizlo.
1645 * Source/cmake/OptionsEfl.cmake:
1646 * Source/cmake/WebKitFeatures.cmake:
1648 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1650 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1651 https://bugs.webkit.org/show_bug.cgi?id=147350
1653 Reviewed by Sam Weinig.
1655 * Source/cmake/WebKitFeatures.cmake:
1657 2015-07-27 Alex Christensen <achristensen@webkit.org>
1659 Use Ninja on Windows.
1660 https://bugs.webkit.org/show_bug.cgi?id=147228
1662 Reviewed by Martin Robinson.
1664 * Source/cmake/OptionsWindows.cmake:
1665 Only use /MP when using generated Visual Studio solution files to build.
1666 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1668 2015-07-27 Alex Christensen <achristensen@webkit.org>
1670 Progress towards building AppleWin with CMake
1671 https://bugs.webkit.org/show_bug.cgi?id=147325
1673 Reviewed by Martin Robinson.
1675 * Source/cmake/OptionsWindows.cmake:
1676 Link with 64-bit libraries if building 64-bit binaries.
1677 Don't run regular expressions on empty strings when using Ninja.
1678 Removed DebugSuffix Visual Studio environment variables.
1680 2015-07-23 Alex Christensen <achristensen@webkit.org>
1682 Remove compile and runtime flags for promises.
1683 https://bugs.webkit.org/show_bug.cgi?id=147244
1685 Reviewed by Yusuke Suzuki.
1687 * Source/cmake/OptionsMac.cmake:
1688 * Source/cmake/OptionsWindows.cmake:
1689 * Source/cmake/WebKitFeatures.cmake:
1691 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1693 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1694 https://bugs.webkit.org/show_bug.cgi?id=147212
1696 Reviewed by Filip Pizlo.
1698 * Source/cmake/WebKitFeatures.cmake:
1700 2015-07-22 Alex Christensen <achristensen@webkit.org>
1702 Fix quirks in CMake build on Mac and Windows
1703 https://bugs.webkit.org/show_bug.cgi?id=147174
1705 Reviewed by Gyuyoung Kim.
1708 * Source/cmake/OptionsWindows.cmake:
1709 Added options I removed in r187022. They are indeed needed.
1710 * Source/cmake/WebKitFS.cmake:
1711 Make the DerivedSources/WebKit directory.
1713 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1715 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1717 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1719 2015-07-20 Alex Christensen <achristensen@webkit.org>
1721 Resurrect CMake build on Windows.
1722 https://bugs.webkit.org/show_bug.cgi?id=147083
1724 Reviewed by Gyuyoung Kim.
1726 * Source/cmake/OptionsCommon.cmake:
1727 * Source/cmake/OptionsWindows.cmake:
1728 Change features to get it to compile. Still not a complete feature set.
1730 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1732 [GTK] Add seccomp filters support
1733 https://bugs.webkit.org/show_bug.cgi?id=110014
1735 Reviewed by Žan Doberšek.
1737 Find needed compiler and linker flags for libseccomp.
1739 * Source/cmake/OptionsGTK.cmake:
1741 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1743 Bring back the GNU ar check to create thin archives on non-Linux systems
1744 https://bugs.webkit.org/show_bug.cgi?id=146681
1746 Reviewed by Martin Robinson.
1748 We already use GNU ar thin archive feature to save time and disk space
1749 on creating static archives, but it is only enabled on Linux. Without
1750 this feature, the debug build of WebCore can be larger than 4 GiB,
1751 which can cause error because GNU ar format uses 32-bit integer to
1752 store offsets in the symbol table. This patch is similar to
1753 https://bugs.webkit.org/show_bug.cgi?id=128596.
1755 * Source/cmake/OptionsCommon.cmake:
1757 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1759 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1760 https://bugs.webkit.org/show_bug.cgi?id=146057
1762 Reviewed by Carlos Garcia Campos.
1764 * Source/cmake/OptionsGTK.cmake:
1766 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1768 [GTK] ar warning when linking static libraries
1769 https://bugs.webkit.org/show_bug.cgi?id=144988
1771 Reviewed by Carlos Garcia Campos.
1773 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1774 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1775 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1776 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1777 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1778 archives. Using 'U' should result in a somewhat faster build (at least when using the
1779 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1780 remove 'u' until someone determines otherwise. This seems like a better option than adding
1781 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1782 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1783 behavior change on distributions that do not use --enable-deterministic-archives, notably
1786 * Source/cmake/OptionsCommon.cmake:
1788 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1790 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1791 https://bugs.webkit.org/show_bug.cgi?id=146590
1793 Reviewed by Martin Robinson.
1795 * Source/PlatformGTK.cmake: override the cached variables to
1796 forcefully disable gtk-doc and gobject-introspection when
1798 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1799 documentation syntax when cross-building.
1802 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1804 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1805 https://bugs.webkit.org/show_bug.cgi?id=146016
1807 Reviewed by Gyuyoung Kim.
1809 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1810 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1811 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1813 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1815 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1817 Implement ECMAScript Internationalization API
1818 https://bugs.webkit.org/show_bug.cgi?id=90906
1820 Reviewed by Benjamin Poulain.
1822 Begin implementing the Intl apis behind ENABLE_INTL flag.
1823 Create the base Intl namespace object.
1825 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1827 2015-06-30 Philippe Normand <pnormand@igalia.com>
1829 [CMake] Error when gst-plugins-base is missing is too confusing
1830 https://bugs.webkit.org/show_bug.cgi?id=145682
1832 Reviewed by Carlos Garcia Campos.
1834 * Source/cmake/OptionsGTK.cmake: Error out if the required
1835 GStreamer libraries are not found on the host.
1837 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1839 CairoGL should be checked unconditionally
1840 https://bugs.webkit.org/show_bug.cgi?id=146390
1842 Reviewed by Darin Adler.
1844 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1845 it is run unconditionally; this is necessary because its result
1846 is used later on, outside of any conditions.
1848 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1850 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1851 https://bugs.webkit.org/show_bug.cgi?id=146318
1853 Reviewed by Sergio Villar Senin.
1855 Enable PUBLIC_SUFFIX_LIST for GTK+.
1857 * Source/cmake/OptionsGTK.cmake:
1859 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1861 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1863 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1865 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1867 [EFL] Hyphenation is not supported
1868 https://bugs.webkit.org/show_bug.cgi?id=89830
1870 Reviewed by Gyuyoung Kim.
1872 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1874 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1876 [CMake] Add support for building with various sanitizer tools
1877 https://bugs.webkit.org/show_bug.cgi?id=131941
1879 Reviewed by Martin Robinson.
1881 * Source/PlatformGTK.cmake: Don't generate any documentation
1882 when compiling with sanitizers enabled.
1883 * Source/cmake/OptionsCommon.cmake: Allow linking with
1884 undefined symbols when compiling with sanitizers enabled.
1886 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1888 libwebkit2gtk fails to link without opengl
1889 https://bugs.webkit.org/show_bug.cgi?id=138332
1891 Reviewed by Carlos Garcia Campos.
1893 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1894 enabled regardless of whether OpenGL is, because certain symbols
1895 such as WebCore::GraphicsLayer::create() need to be built.
1897 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1899 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1900 https://bugs.webkit.org/show_bug.cgi?id=146181
1902 Reviewed by Martin Robinson.
1904 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1906 * Source/cmake/OptionsGTK.cmake:
1908 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1910 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1911 https://bugs.webkit.org/show_bug.cgi?id=146171
1913 Reviewed by Gyuyoung Kim.
1915 * Source/cmake/OptionsEfl.cmake:
1916 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1918 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1920 [CMake] FindGTK3.cmake should not modify the values of build options
1921 https://bugs.webkit.org/show_bug.cgi?id=144613
1923 Reviewed by Martin Robinson.
1925 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1926 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1927 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1928 GTK3_SUPPORTS_GESTURES for consistency.
1929 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1930 available. It's not possible to automatically select a backend correctly anymore, since all
1931 options are set at the same time.
1933 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1935 Remove unnecessary svn:executable flags
1936 https://bugs.webkit.org/show_bug.cgi?id=146107
1938 Reviewed by Alexey Proskuryakov.
1940 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1941 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1942 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1943 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
1944 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
1946 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
1948 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
1949 https://bugs.webkit.org/show_bug.cgi?id=146108
1951 Reviewed by Gyuyoung Kim.
1953 * Source/cmake/OptionsEfl.cmake:
1955 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
1957 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
1958 https://bugs.webkit.org/show_bug.cgi?id=146035
1960 Reviewed by Gyuyoung Kim.
1962 * Source/cmake/OptionsEfl.cmake:
1964 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1966 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1967 https://bugs.webkit.org/show_bug.cgi?id=145701
1969 Reviewed by Darin Adler.
1971 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1973 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
1975 [iOS] Crash long pressing on <input type=file>
1976 https://bugs.webkit.org/show_bug.cgi?id=146009
1977 <rdar://problem/21234453>
1979 Reviewed by Ryosuke Niwa.
1981 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
1983 2015-06-16 Brent Fulgham <bfulgham@apple.com>
1985 Rollout accidental Xcode project change.
1987 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1989 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1991 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
1992 https://bugs.webkit.org/show_bug.cgi?id=145909
1994 Reviewed by Csaba Osztrogonác.
1996 Bump EWebKit version based on efl library version used by the EWebKit.
1998 * Source/cmake/OptionsEfl.cmake:
2000 2015-06-11 Commit Queue <commit-queue@webkit.org>
2002 Unreviewed, rolling out r185453.
2003 https://bugs.webkit.org/show_bug.cgi?id=145881
2005 it broke the 32-bit build (Requested by clopez on #webkit).
2009 "[GTK] [Wayland] Should be possible to build with support for
2010 both X11 and Wayland."
2011 https://bugs.webkit.org/show_bug.cgi?id=145701
2012 http://trac.webkit.org/changeset/185453
2014 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2016 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2017 https://bugs.webkit.org/show_bug.cgi?id=145701
2019 Reviewed by Žan Doberšek.
2021 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2023 2015-06-03 Daniel Bates <dabates@apple.com>
2025 Caps lock indicator should not be shown in read-only or disabled field
2026 https://bugs.webkit.org/show_bug.cgi?id=145612
2027 <rdar://problem/21227454>
2029 Reviewed by Darin Adler.
2031 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2032 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2033 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2035 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2037 [cmake] Suppress parentheses-equality warnings
2038 https://bugs.webkit.org/show_bug.cgi?id=145126
2040 Reviewed by Darin Adler.
2042 * Source/cmake/WebKitHelpers.cmake:
2044 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2046 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2047 https://bugs.webkit.org/show_bug.cgi?id=145408
2049 Reviewed by Carlos Garcia Campos.
2051 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2052 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2053 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2055 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2056 libraries. Detect also GLX libraries.
2057 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2058 libraries. Use find_path() to get the include path.
2059 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2061 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2062 depending on the libraries found on the system.
2063 Move the detection of GLX (and the include of CMakePushCheckState)
2064 to FindOpenGL.cmake.
2065 Ensure that we only define USE_GLX when we build with OpenGL
2066 (but not with GLESv2).
2068 2015-05-27 Dean Jackson <dino@apple.com>
2070 img.currentSrc problem in strict mode with old picturefill
2071 https://bugs.webkit.org/show_bug.cgi?id=144095
2072 <rdar://problem/21087013>
2074 Reviewed by Simon Fraser.
2076 Add a PICTURE_SIZES flag.
2078 * Source/cmake/OptionsEfl.cmake:
2079 * Source/cmake/OptionsGTK.cmake:
2080 * Source/cmake/OptionsMac.cmake:
2081 * Source/cmake/OptionsWindows.cmake:
2082 * Source/cmake/WebKitFeatures.cmake:
2084 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2086 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2088 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2090 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2092 Unreviewed. Export DatabaseProcessMainUnix symbol.
2094 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2095 is exported in production builds.
2097 * Source/cmake/gtksymbols.filter:
2099 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2101 [GTK] Enable IndexedDB
2102 https://bugs.webkit.org/show_bug.cgi?id=98932
2104 Reviewed by Žan Doberšek.
2106 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2107 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2109 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2111 [GTK] Bump GCC requirements to 4.9.0
2112 https://bugs.webkit.org/show_bug.cgi?id=145211
2114 Reviewed by Žan Doberšek.
2116 It's required to build with IndexedDB support when using GCC,
2117 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2119 * Source/cmake/OptionsGTK.cmake:
2121 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2123 [CMake] Ignore warnings in system headers
2124 https://bugs.webkit.org/show_bug.cgi?id=144747
2126 Reviewed by Darin Adler.
2128 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2129 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2130 use the SYSTEM argument to the command (added in 2.8.12).
2134 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2136 [CMake] Error out when ruby is too old
2137 https://bugs.webkit.org/show_bug.cgi?id=145014
2139 Reviewed by Martin Robinson.
2141 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2146 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2148 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2149 https://bugs.webkit.org/show_bug.cgi?id=144995
2151 Reviewed by Carlos Garcia Campos.
2153 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2154 the X11 windowing target at the moment, so the following options
2155 and variables should be enabled or disabled accordingly:
2156 - ENABLE_PLUGIN_PROCESS_GTK2
2157 - ENABLE_NETSCAPE_PLUGIN_API
2158 - ENABLE_PLUGIN_PROCESS
2160 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2162 Linker fails without -DDEVELOPER_MODE=ON
2163 https://bugs.webkit.org/show_bug.cgi?id=144117
2165 Reviewed by Gyuyoung Kim.
2167 * Source/cmake/OptionsEfl.cmake:
2168 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2169 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2171 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2173 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2174 https://bugs.webkit.org/show_bug.cgi?id=144846
2176 Reviewed by Martin Robinson.
2178 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2179 CAIRO_GL_* throughout, because find_package will define
2181 * Source/cmake/OptionsGTK.cmake: Ditto.
2183 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2185 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2186 https://bugs.webkit.org/show_bug.cgi?id=144845
2188 Reviewed by Martin Robinson.
2190 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2191 if their corresponding WTF options are ON. The code in npapi.h
2192 relies on these being undefined if they are to be switched off.
2194 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2196 Remove the PICTURE_SIZES build flag
2197 https://bugs.webkit.org/show_bug.cgi?id=144679
2199 Reviewed by Benjamin Poulain.
2201 Removed the PICTURE_SIZES build time flag.
2203 * Source/cmake/OptionsEfl.cmake:
2204 * Source/cmake/OptionsGTK.cmake:
2205 * Source/cmake/OptionsMac.cmake:
2206 * Source/cmake/OptionsWindows.cmake:
2207 * Source/cmake/WebKitFeatures.cmake:
2209 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2211 [GTK] [CMake] Check for required X libraries
2212 https://bugs.webkit.org/show_bug.cgi?id=144823
2214 Reviewed by Martin Robinson.
2216 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2218 * Source/cmake/OptionsGTK.cmake:
2220 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2222 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2223 https://bugs.webkit.org/show_bug.cgi?id=144746
2225 Reviewed by Carlos Garcia Campos.
2227 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2228 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2229 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2231 * Source/cmake/OptionsGTK.cmake:
2233 2015-05-08 Daniel Bates <dabates@apple.com>
2235 [iOS] WebSQL operations are not performed after device is locked
2236 https://bugs.webkit.org/show_bug.cgi?id=137503
2237 <rdar://problem/20844952>
2239 Rubber-stamped by Alexey Proskuryakov.
2241 Add a manual test to help verify that we do not regress this issue.
2243 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2245 2015-05-08 Commit Queue <commit-queue@webkit.org>
2247 Unreviewed, rolling out r183945.
2248 https://bugs.webkit.org/show_bug.cgi?id=144789
2250 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2254 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2255 https://bugs.webkit.org/show_bug.cgi?id=144746
2256 http://trac.webkit.org/changeset/183945
2258 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2260 Cleanup after r183940
2261 https://bugs.webkit.org/show_bug.cgi?id=144768
2265 Looks like the empty directories were not deleted.
2267 * Source/PAL: Removed.
2268 * Source/PAL/Configurations: Removed.
2269 * Source/PAL/PAL.xcodeproj: Removed.
2270 * Source/PAL/graphics: Removed.
2272 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2274 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2275 https://bugs.webkit.org/show_bug.cgi?id=144746
2277 Reviewed by Martin Robinson.
2279 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2280 what it is defined to, so defining it to 0 effectively turned it on always.
2282 * Source/cmake/OptionsGTK.cmake:
2284 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2286 Revert "Introducing the Platform Abstraction Layer (PAL)"
2287 https://bugs.webkit.org/show_bug.cgi?id=144751
2291 PAL should be a new target inside WebCore, rather than a top-level folder.
2293 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2295 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2297 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2299 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2301 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2303 Introducing the Platform Abstraction Layer (PAL)
2304 https://bugs.webkit.org/show_bug.cgi?id=143358
2306 Reviewed by Simon Fraser.
2308 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2310 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2312 [cmake] Disable GNU Gold linker on Cortex A53
2313 https://bugs.webkit.org/show_bug.cgi?id=144382
2315 Reviewed by Carlos Garcia Campos.
2317 * Source/cmake/OptionsCommon.cmake:
2319 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2321 USE(...) macro should expect unprefixed variables
2322 https://bugs.webkit.org/show_bug.cgi?id=144454
2324 Reviewed by Daniel Bates.
2326 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2327 * Source/cmake/OptionsEfl.cmake: Ditto.
2328 * Source/cmake/OptionsGTK.cmake: Ditto.
2329 * Source/cmake/OptionsMac.cmake: Ditto.
2330 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2331 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2334 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2336 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2337 https://bugs.webkit.org/show_bug.cgi?id=144394
2339 Reviewed by Carlos Garcia Campos.
2341 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2342 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2343 disabled in previous reworking of the CMake configuration.
2345 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2346 version of USE variables.
2347 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2348 is exposed to the build.
2350 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2352 Unreviewed. Bump GTK+ version numbers.
2354 * Source/cmake/OptionsGTK.cmake:
2356 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2358 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2359 https://bugs.webkit.org/show_bug.cgi?id=144435
2361 Reviewed by Gyuyoung Kim.
2363 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2364 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2366 * Source/cmake/OptionsEfl.cmake:
2368 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2370 REGRESSION(183583): [Mac] make without SDKROOT has issues
2371 https://bugs.webkit.org/show_bug.cgi?id=144431
2373 Reviewed by Dan Bernstein.
2376 Assume an empty SDKROOT means an macosx variant, so only
2377 enable settings if the SDKROOT is not empty and does not
2380 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2382 Fix the GTK+ build after r183584
2384 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2386 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2388 [GTK] Add support for automatic hyphenation
2389 https://bugs.webkit.org/show_bug.cgi?id=44478
2391 Reviewed by Carlos Garcia Campos.
2393 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2394 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2395 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2397 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2399 Failure when building WebKit for appletvsimulator.
2400 https://bugs.webkit.org/show_bug.cgi?id=144356
2402 Reviewed by Alexey Proskuryakov.
2404 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2405 make TVOS and WatchOS behave correctly.
2409 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2411 [CMake] [GTK] Organize and clean up unused CMake variables
2412 https://bugs.webkit.org/show_bug.cgi?id=144364
2414 Reviewed by Gyuyoung Kim.
2416 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2417 specific to certain projects into their PlatformGTK.cmake files.
2419 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2421 [EFL] Build failure to find gio-unix
2422 https://bugs.webkit.org/show_bug.cgi?id=144083
2424 Reviewed by Gyuyoung Kim.
2426 Original patch by Doug Newgard <scimma22@outlook.com>
2428 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2430 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2432 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2433 https://bugs.webkit.org/show_bug.cgi?id=143001
2435 Reviewed by Gyuyoung Kim.
2437 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2438 * Source/cmake/OptionsGTK.cmake: Ditto.
2440 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2442 Unreviewed, fix typo in previous commit
2444 libsecretr -> libsecret in the error message.
2446 * Source/cmake/OptionsGTK.cmake:
2448 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2450 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2451 https://bugs.webkit.org/show_bug.cgi?id=143546
2453 Reviewed by Martin Robinson.
2455 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2456 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2457 default. Fail the build with an informative error message if an optional dependency required
2458 for an enabled feature is not present. Perform find_package commands only when necessary.
2459 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2462 * Source/cmake/OptionsGTK.cmake:
2464 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2466 [GTK] Make all options actually options
2467 https://bugs.webkit.org/show_bug.cgi?id=144106
2469 Reviewed by Martin Robinson.
2471 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2472 ENABLE_WAYLAND_TARGET.
2474 * Source/cmake/OptionsGTK.cmake:
2476 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2478 Unreviewed, fix GTK build after r183452
2480 * Source/cmake/OptionsGTK.cmake:
2482 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2484 [GTK] Add one single option to control all OpenGL-related options
2485 https://bugs.webkit.org/show_bug.cgi?id=144105
2487 Reviewed by Martin Robinson.
2489 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2490 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2491 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2492 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2493 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2494 presence of CairoGL.
2496 * Source/cmake/OptionsGTK.cmake:
2498 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2500 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2501 https://bugs.webkit.org/show_bug.cgi?id=144306
2503 Reviewed by Martin Robinson.
2505 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2507 * Source/cmake/OptionsGTK.cmake:
2509 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2511 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2512 https://bugs.webkit.org/show_bug.cgi?id=144193
2514 Reviewed by Darin Adler.
2516 * Source/cmake/OptionsEfl.cmake:
2517 * Source/cmake/OptionsGTK.cmake:
2518 * Source/cmake/OptionsWinCairo.cmake:
2519 * Source/cmake/WebKitFeatures.cmake:
2521 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2523 [CMake] Should be possible for an option to conflict with other options
2524 https://bugs.webkit.org/show_bug.cgi?id=143956
2526 Reviewed by Martin Robinson.
2528 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2530 * Source/cmake/WebKitFeatures.cmake:
2532 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2534 [CMake] Autogenerate cmakeconfig.h.cmake
2535 https://bugs.webkit.org/show_bug.cgi?id=143997
2537 Reviewed by Csaba Osztrogonác.
2539 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2540 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2541 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2542 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2543 Do some other miscellaneous related cleanup.
2544 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2545 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2546 build exposed variables. Add a macro to generate a configuration from them.
2547 * Source/cmakeconfig.h.cmake: Removed.
2549 2015-04-24 Philippe Normand <pnormand@igalia.com>
2551 [JHBuild] Move to upstream OpenWebRTC
2552 https://bugs.webkit.org/show_bug.cgi?id=144145
2554 Reviewed by Carlos Garcia Campos.
2556 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2559 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2561 [ES6] Implement ES6 template literals
2562 https://bugs.webkit.org/show_bug.cgi?id=142691
2564 Reviewed by Darin Adler.
2566 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2568 * Source/cmake/WebKitFeatures.cmake:
2569 * Source/cmakeconfig.h.cmake:
2571 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2573 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2574 https://bugs.webkit.org/show_bug.cgi?id=144182
2576 Reviewed by Simon Fraser.
2578 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2579 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2580 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2581 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2582 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2584 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2586 [GTK] Add more public options
2587 https://bugs.webkit.org/show_bug.cgi?id=144116
2589 Reviewed by Martin Robinson.
2591 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2593 * Source/cmake/OptionsGTK.cmake:
2595 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2597 [CMake] Some internal variables are not marked as advanced
2598 https://bugs.webkit.org/show_bug.cgi?id=143595
2600 Reviewed by Martin Robinson.
2602 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2603 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2605 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2607 [GTK] Mark as advanced the build options we don't want to expose
2608 https://bugs.webkit.org/show_bug.cgi?id=143558
2610 Reviewed by Martin Robinson.
2612 Mark various options as private instead of public.
2614 * Source/cmake/OptionsGTK.cmake:
2616 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2618 [CMake] Should be possible for an option to depend on multiple options
2619 https://bugs.webkit.org/show_bug.cgi?id=143839
2621 Reviewed by Martin Robinson.
2623 Use a list instead of a single variable to track the dependencies of each option. Iterate
2624 over the list as many times as necessary to ensure all options are properly disabled.
2626 * Source/cmake/WebKitFeatures.cmake:
2628 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2630 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2631 https://bugs.webkit.org/show_bug.cgi?id=144103
2633 Reviewed by Martin Robinson.
2635 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2637 * Source/cmake/WebKitFeatures.cmake:
2639 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2641 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2642 https://bugs.webkit.org/show_bug.cgi?id=144102
2644 Reviewed by Martin Robinson.
2646 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2647 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2648 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2650 * Source/cmake/OptionsGTK.cmake:
2652 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2654 [CMake] Clean up JSC JIT options
2655 https://bugs.webkit.org/show_bug.cgi?id=143998
2657 Reviewed by Filip Pizlo.
2659 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2660 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2661 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2662 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2663 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2664 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2666 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2668 [CMake] Use lowercase for local variables in macros
2669 https://bugs.webkit.org/show_bug.cgi?id=144059
2671 Reviewed by Martin Robinson.
2673 Convert some variable names to lowercase.
2675 * Source/cmake/WebKitFeatures.cmake:
2677 2015-04-22 Commit Queue <commit-queue@webkit.org>
2679 Unreviewed, rolling out r183116.
2680 https://bugs.webkit.org/show_bug.cgi?id=144060
2682 Inadvertently deleted a file... (Requested by mcatanzaro on
2687 "[CMake] Use lowercase for local variables in macros"
2688 https://bugs.webkit.org/show_bug.cgi?id=144059
2689 http://trac.webkit.org/changeset/183116
2691 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2693 [CMake] Use lowercase for local variables in macros
2694 https://bugs.webkit.org/show_bug.cgi?id=144059
2696 Reviewed by Martin Robinson.
2698 Convert some variable names to lowercase.
2700 * Source/cmake/WebKitFeatures.cmake:
2702 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2704 [CMake] Features list should print dots every other row
2705 https://bugs.webkit.org/show_bug.cgi?id=143832
2707 Reviewed by Martin Robinson.
2709 Discount private options when determining whether to print dots on a given row of the
2710 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2711 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2712 wasn't noticed because it only affects the first line, and use of the variable name as a
2713 string in a conditional.)
2715 * Source/cmake/WebKitFeatures.cmake:
2717 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2719 [CMake] Require specifying visibility of WebKit options
2720 https://bugs.webkit.org/show_bug.cgi?id=143831
2722 Reviewed by Alex Christensen.
2724 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2725 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2726 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2727 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2728 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2729 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2730 cross-platform options as PRIVATE.
2732 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2734 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2735 https://bugs.webkit.org/show_bug.cgi?id=143935
2737 Reviewed by Darin Adler.
2739 Some variables aren't defined in these files or unused variables aren't removed. This
2740 patch cleans up it as well as fix wrong alphabet order.
2742 * Source/cmake/WebKitFeatures.cmake:
2743 * Source/cmakeconfig.h.cmake:
2745 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2747 Restore the WebKit.xcworkspace to the way it was before r182899,
2748 which inadvertently added the Source directory and a couple of source
2751 * WebKit.xcworkspace/contents.xcworkspacedata:
2753 2015-04-16 Basile Clement <basile_clement@apple.com>
2755 Extract the allocation profile from JSFunction into a rare object
2756 https://bugs.webkit.org/show_bug.cgi?id=143807
2758 Reviewed by Filip Pizlo.
2760 * WebKit.xcworkspace/contents.xcworkspacedata:
2762 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2764 [EFL] Bump LLVM to version 3.6.0 on X86_64
2765 https://bugs.webkit.org/show_bug.cgi?id=143604
2767 Reviewed by Gyuyoung Kim.
2769 * Source/cmake/FindLLVM.cmake: Added version handling.
2770 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2772 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2774 Custom CSS cursors do not use -webkit-image-set on retina displays
2775 https://bugs.webkit.org/show_bug.cgi?id=120783
2777 Reviewed by Beth Dakin.
2778 Patch by Evan Wallace <evan.exe@gmail.com>.
2780 Add a manual test for custom CSS cursors on retina displays.
2782 * ManualTests/retina-cursors.html: Added.
2784 2015-04-15 Alex Christensen <achristensen@webkit.org>
2786 Progress towards CMake on Mac.
2787 https://bugs.webkit.org/show_bug.cgi?id=143785
2789 Reviewed by Csaba Osztrogonác.
2792 * Source/cmake/OptionsMac.cmake:
2793 * Source/cmake/WebKitFS.cmake:
2795 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2797 Cannot click "Next" button on Google two-factor auth setup page
2799 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2800 <rdar://problem/19175714>
2802 Reviewed by Darin Adler.
2804 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2806 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2808 [cmake] REGRESSION(182663): It broke feature dependency handling
2809 https://bugs.webkit.org/show_bug.cgi?id=143665
2811 Reviewed by Csaba Osztrogonác.
2813 Don't try to check the value of options before defining the options.
2815 * Source/cmake/WebKitFeatures.cmake:
2817 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2819 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2820 https://bugs.webkit.org/show_bug.cgi?id=143664
2822 Reviewed by Gyuyoung Kim.
2824 * Source/cmake/OptionsEfl.cmake:
2825 * Source/cmake/OptionsGTK.cmake:
2826 * Source/cmake/WebKitFeatures.cmake:
2827 * Source/cmakeconfig.h.cmake:
2829 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2831 [EFL] Enable Media Source
2832 https://bugs.webkit.org/show_bug.cgi?id=143635
2834 Reviewed by Csaba Osztrogonác.
2836 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2838 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2840 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2841 https://bugs.webkit.org/show_bug.cgi?id=143636
2843 Reviewed by Martin Robinson.
2845 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2846 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2848 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2849 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2851 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2853 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2855 Fix ENABLE_TOUCH_SLIDER so that it can be used
2859 * Source/cmake/WebKitFeatures.cmake:
2861 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2863 [CMake] Print sorted feature list at the very end of the configure process
2864 https://bugs.webkit.org/show_bug.cgi?id=143596
2866 Reviewed by Martin Robinson.
2868 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2869 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2870 and sort the options before printing. Reorder some code so that features still get
2871 propagated to the bindings generators.
2873 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2875 [CMake] Options should be marked as advanced by default
2876 https://bugs.webkit.org/show_bug.cgi?id=143572
2878 Reviewed by Gyuyoung Kim.
2880 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2881 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2882 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2883 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2884 option without making it public.
2886 * Source/cmake/WebKitFeatures.cmake:
2888 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2890 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2891 https://bugs.webkit.org/show_bug.cgi?id=143584
2893 Reviewed by Csaba Osztrogonác.
2895 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2899 * Source/CMakeLists.txt:
2900 * Source/cmake/OptionsGTK.cmake:
2901 * Source/cmake/WebKitFS.cmake:
2903 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2905 Unreviewed, revert accidental commit.
2909 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2911 Add CMake build system for WinCairo port.
2912 https://bugs.webkit.org/show_bug.cgi?id=115944
2914 Reviewed by Chris Dumez.
2916 * Source/cmake/OptionsWindows.cmake:
2917 * Source/cmake/WebKitMacros.cmake:
2918 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2920 2015-04-06 Alberto Garcia <berto@igalia.com>
2922 [GTK] Fix HPPA build
2923 https://bugs.webkit.org/show_bug.cgi?id=143453
2925 Reviewed by Darin Adler.
2927 Add HPPA to the list of supported CPUs.
2931 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2933 Unreviewed, kick the GTK bots to fix an incremental build issue.
2935 * Source/cmake/OptionsGTK.cmake:
2937 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2939 Fix the EFL and GTK build after r182243
2940 https://bugs.webkit.org/show_bug.cgi?id=143361
2942 Reviewed by Csaba Osztrogonác.
2944 * Source/PlatformEfl.cmake: Add a custom command that copies
2945 the InspectorBackendCommands.js file into the proper directory
2946 under DerivedSources/WebInspectorUI/.
2948 2015-04-01 Alex Christensen <achristensen@webkit.org>
2950 Progress towards CMake on Windows and Mac.
2951 https://bugs.webkit.org/show_bug.cgi?id=143293
2953 Reviewed by Filip Pizlo.
2956 Set DERIVED_SOURCES_WTF_DIR for Windows.
2957 * Source/CMakeLists.txt:
2958 Don't compile bmalloc on Windows.
2959 * Source/cmake/OptionsCommon.cmake:
2960 Use the absolute path of the C preprocessor.
2961 * Source/cmake/OptionsWinCairo.cmake:
2962 Added needed definitions.
2963 * Source/cmake/OptionsWindows.cmake:
2964 Set some default values and removed support for old Visual Studio versions before /MP.
2965 * Source/cmake/WebKitFS.cmake:
2966 Make WTF DerivedSources directory.
2967 * Source/cmake/WebKitMacros.cmake:
2968 Added ADD_PRECOMPILED_HEADER macro based on
2969 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2971 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
2973 Use colored diagnostics when building with cmake + ninja + clang
2974 https://bugs.webkit.org/show_bug.cgi?id=143297
2976 Reviewed by Žan Doberšek.
2978 Because that ninja sets subprocess stdout/stderr to a pipe, clang
2979 disables colored output.
2980 This patch forces clang to use colored diagnostics when we are using
2983 * Source/cmake/OptionsCommon.cmake:
2985 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2987 [CMake] Update old CMakeList.txt in gtest
2988 https://bugs.webkit.org/show_bug.cgi?id=143192
2990 Reviewed by Darin Adler.
2992 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
2993 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
2994 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
2996 * Source/CMakeLists.txt:
2997 * Source/cmake/gtest/CMakeLists.txt: Removed.
2999 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3001 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3002 https://bugs.webkit.org/show_bug.cgi?id=143138
3004 Reviewed by Csaba Osztrogonác.
3006 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3007 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3009 * Source/cmake/OptionsWindows.cmake:
3010 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3011 * Source/cmake/WebKitMacros.cmake:
3013 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3015 [GStreamer] share GL context in pipeline, part 2
3016 https://bugs.webkit.org/show_bug.cgi?id=143049
3018 Reviewed by Carlos Garcia Campos.
3020 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3021 OpenGL/ES2 is found and GLX/EGL is found too.
3023 2015-03-26 Alex Christensen <achristensen@webkit.org>
3025 Progress towards CMake on Mac.
3026 https://bugs.webkit.org/show_bug.cgi?id=143112
3028 Reviewed by Chris Dumez.
3030 * Source/cmake/OptionsMac.cmake:
3032 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3034 [EFL] Add OpenWebRTC in jhbuild
3035 https://bugs.webkit.org/show_bug.cgi?id=142778
3037 Reviewed by Gyuyoung Kim.
3039 Original patch by Philippe Normand <pnormand@igalia.com>
3041 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3042 mediastream build is enabled.
3044 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3046 [GTK] Add a configure option to build without Redirected XComposite Window
3047 https://bugs.webkit.org/show_bug.cgi?id=142865
3049 Reviewed by Žan Doberšek.
3051 The Redirected XComposite Window was added to support some
3052 features like GtkOverlay, but in cases where we don't need such
3053 features, it's more efficient to use the XID of the WebKitWebView
3054 window as the native surface handle for the accelerated
3055 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3056 that is enabled by default for X11 target when OpenGL is enabled.
3058 * Source/cmake/OptionsGTK.cmake:
3060 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3062 [GTK] Search for the Wayland dependency when enabling Wayland target
3063 https://bugs.webkit.org/show_bug.cgi?id=142876
3065 Reviewed by Carlos Garcia Campos.
3067 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3068 requirement of either the GTK+ or GDK pkg-config files, so we have to
3069 search for it ourselves when WebKitGTK+ has been configured to support
3070 the Wayland windowing target.
3072 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3074 Unreviewed, kick the GTK bots to regenerate makefile.
3075 https://bugs.webkit.org/show_bug.cgi?id=137394
3077 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3078 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3080 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3082 Unreviewed, kick the GTK bots to regenerate makefile.
3083 https://bugs.webkit.org/show_bug.cgi?id=137394
3085 * Source/cmake/OptionsEfl.cmake:
3087 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3089 [GTK] Fix inspector userinterface related incremental build issue
3090 https://bugs.webkit.org/show_bug.cgi?id=142849
3092 Reviewed by Carlos Garcia Campos.
3094 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3096 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3098 Unreviewed, kick the GTK bots to regenerate makefile.
3100 * Source/cmake/OptionsGTK.cmake:
3102 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3104 [EFL] Expose JavaScript binding interface through ewk_extension
3105 https://bugs.webkit.org/show_bug.cgi?id=142033
3107 Reviewed by Gyuyoung Kim.
3109 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3111 2015-03-17 Philippe Normand <pnormand@igalia.com>
3113 [GTK] basic OpenWebRTC build support
3114 https://bugs.webkit.org/show_bug.cgi?id=142393
3116 Reviewed by Carlos Garcia Campos.
3118 * Source/cmake/FindOpenWebRTC.cmake: Added.
3119 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3120 mediastream build is enabled.
3122 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3124 [CMake][EFL] Build test tools only for developer mode
3125 https://bugs.webkit.org/show_bug.cgi?id=142761
3127 Reviewed by Csaba Osztrogonác.
3129 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3131 * Source/cmake/OptionsEfl.cmake:
3132 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3133 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3134 * Source/cmakeconfig.h.cmake:
3136 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3138 Enable ES6 classes by default
3139 https://bugs.webkit.org/show_bug.cgi?id=142774
3141 Reviewed by Gavin Barraclough.
3143 * Source/cmake/WebKitFeatures.cmake:
3145 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3147 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3148 https://bugs.webkit.org/show_bug.cgi?id=142722
3150 Reviewed by Csaba Osztrogonác.
3152 Categorize to define cmake variables, to find necessary packages,
3153 use upper case for "glib_conponents" cmake variable name, re-arrange
3154 wrong alphabet sorting, and so on.
3156 * CMakeLists.txt: Remove WinCE port.
3157 * Source/cmake/OptionsEfl.cmake:
3159 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3161 [GStreamer] share GL context in pipeline
3162 https://bugs.webkit.org/show_bug.cgi?id=142693
3164 Reviewed by Philippe Normand.
3166 Add search of gstreamer-gl library in the GStreamer installation. If
3167 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3169 * Source/cmake/FindGStreamer.cmake:
3170 * Source/cmake/OptionsGTK.cmake:
3172 2015-03-13 Alex Christensen <achristensen@webkit.org>
3174 Progress towards CMake on Mac.
3175 https://bugs.webkit.org/show_bug.cgi?id=142680
3177 Reviewed by Gyuyoung Kim.
3180 * Source/PlatformMac.cmake: Added stub.
3181 * Source/cmake/OptionsMac.cmake:
3182 Change defines to get CMake working.
3184 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3186 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3187 https://bugs.webkit.org/show_bug.cgi?id=126688
3189 Reviewed by Gustavo Noronha Silva.
3191 Add ENABLE_MINIBROWSER option, enabled by default for development
3192 builds and disabled for production builds unless explicilty enabled.
3194 * Source/cmake/OptionsGTK.cmake:
3196 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3198 [GTK] Do not look for child processes in the UI process binary path
3199 https://bugs.webkit.org/show_bug.cgi?id=135752
3201 Reviewed by Gustavo Noronha Silva.
3203 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3204 build for development builds.
3206 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3208 [GTK] Add a configure option to build with OpenGL ES 2
3209 https://bugs.webkit.org/show_bug.cgi?id=142498
3211 Reviewed by Martin Robinson.
3213 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3214 GLES2 is required and OpenGL is not even searched. Otherwise we
3215 search for OpenGL as usual, using it only if present.
3217 * Source/cmake/OptionsGTK.cmake:
3219 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3221 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3222 https://bugs.webkit.org/show_bug.cgi?id=142338
3224 Reviewed by Gyuyoung Kim.
3226 * Source/cmake/WebKitHelpers.cmake:
3228 2015-03-03 Daniel Bates <dabates@apple.com>
3230 Convert ManualTests/svg-tooltip.svg to a DRT test
3231 https://bugs.webkit.org/show_bug.cgi?id=140480
3233 Reviewed by Alex Christensen.
3235 * ManualTests/svg-tooltip.svg: Removed.
3237 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3239 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3240 https://bugs.webkit.org/show_bug.cgi?id=142165
3242 Reviewed by Carlos Garcia Campos.
3244 * Source/cmake/gtksymbols.filter:
3246 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3248 [EFL] Remove unnecessary comment after r179110
3249 https://bugs.webkit.org/show_bug.cgi?id=142042
3251 Reviewed by Gyuyoung Kim.
3253 * Source/cmake/OptionsEfl.cmake:
3255 2015-02-23 Tomas Popela <tpopela@redhat.com>
3257 [GTK] Fails to compile with cmake 3.2.x
3258 https://bugs.webkit.org/show_bug.cgi?id=141796
3260 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3261 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3262 added and the build will fail.
3264 Reviewed by Martin Robinson.
3266 * Source/cmake/OptionsGTK.cmake:
3268 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3270 Remove svn:keywords property.
3272 As far as I can tell, the property had no effect on any of these files, but also,
3273 when it has effect it's likely harmful.
3275 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3276 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3277 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3278 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3279 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3280 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3281 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3282 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3283 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3284 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3285 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3286 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3287 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3288 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3290 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3292 [CMAKE] Remove CMakeLists.txt in WK1 port
3293 https://bugs.webkit.org/show_bug.cgi?id=141617
3295 Reviewed by Anders Carlsson.
3297 Nobody uses CMake in WK1 port. Remove it.
3301 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3303 Unreviewed, remove empty directories.
3305 * ManualTests/qt: Removed.
3307 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3309 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3310 https://bugs.webkit.org/show_bug.cgi?id=141481
3312 Reviewed by Csaba Osztrogonác.
3314 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3316 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3318 [EFL][GTK] Use bmalloc instead of tcmalloc
3319 https://bugs.webkit.org/show_bug.cgi?id=140162
3321 Reviewed by Carlos Garcia Campos.
3323 Add bmalloc directory to build list.
3325 * CMakeLists.txt: Define BMALLOC_DIR directory.
3326 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3328 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3330 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3331 https://bugs.webkit.org/show_bug.cgi?id=141392
3333 Reviewed by Gustavo Noronha Silva.
3335 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3337 * Source/cmake/OptionsGTK.cmake:
3339 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3341 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3342 https://bugs.webkit.org/show_bug.cgi?id=141328
3344 Reviewed by Darin Adler.
3346 Added as manual test because it involves a huge grid allocation
3347 which is very slow on Debug bots, the only ones capable to trigger
3350 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3352 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3354 [Streams API] Implement a barebone ReadableStream interface
3355 https://bugs.webkit.org/show_bug.cgi?id=141045
3357 Reviewed by Benjamin Poulain.
3359 * Source/cmake/WebKitFeatures.cmake:
3360 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3362 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3364 Revert accidental change in r179490.
3368 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3370 Unreviewed, revert accidental change to Makefile.shared in r179478
3374 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3376 [CMake] Minimum python version should be 2.7.
3377 https://bugs.webkit.org/show_bug.cgi?id=140997
3379 Reviewed by Csaba Osztrogonác.
3383 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3385 Apply feTurbulence spec change to fix zero length vector generation
3386 https://bugs.webkit.org/show_bug.cgi?id=140812
3388 Reviewed by Darin Adler.
3390 Recently a bug with the turbulence algorithm was corrected in the
3391 Filter Effects specification.
3392 For some seed values this bug allowed zero length vectors to be generated.
3393 This resulted in large solid color squares being present in the generated image.
3394 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3395 applies that change in WebCore.
3397 Test: svg/filters/feTurbulence_bad_seeds.html
3399 * platform/graphics/filters/FETurbulence.cpp:
3400 (WebCore::FETurbulence::initPaint):
3401 Added rejection sampling during vector generation to avoid zero length vectors.
3403 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3405 [cmake] Remove compiler version calculate cruft
3406 https://bugs.webkit.org/show_bug.cgi?id=140885
3408 Reviewed by Darin Adler.
3410 * Source/cmake/WebKitHelpers.cmake:
3412 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3414 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3415 https://bugs.webkit.org/show_bug.cgi?id=140886
3417 Reviewed by Žan Doberšek.
3419 * Source/cmake/WebKitHelpers.cmake:
3421 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3423 [GTK] gtkdoc does not appear in DevHelp
3424 https://bugs.webkit.org/show_bug.cgi?id=139369
3426 Reviewed by Philippe Normand.
3428 Expect the gtkdoc to be generated in folders named with the API version.
3430 * Source/PlatformGTK.cmake:
3432 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3434 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
3435 https://bugs.webkit.org/show_bug.cgi?id=140609
3437 Reviewed by Csaba Osztrogonác.
3439 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
3440 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
3441 compilation flags. Those were added after the jsCStack branch merge, but
3442 can now be removed since the -ftree-dce issues were fixed in GCC, and
3443 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
3445 * Source/cmake/OptionsEfl.cmake:
3446 * Source/cmake/OptionsGTK.cmake:
3448 2015-01-26 Commit Queue <commit-queue@webkit.org>
3450 Unreviewed, rolling out r179107.
3451 https://bugs.webkit.org/show_bug.cgi?id=140880
3453 The GCC in the bots doesn't support the AsyncTask
3454 implementation (Requested by KaL on #webkit).
3458 "[GTK] Enable IndexedDB"
3459 https://bugs.webkit.org/show_bug.cgi?id=98932
3460 http://trac.webkit.org/changeset/179107
3462 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
3464 [GTK] Enable IndexedDB
3465 https://bugs.webkit.org/show_bug.cgi?id=98932
3467 Reviewed by Žan Doberšek.
3469 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3470 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3472 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
3474 [GTK] Add initial database process support
3475 https://bugs.webkit.org/show_bug.cgi?id=139491
3477 Reviewed by Sergio Villar Senin.
3479 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
3481 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
3483 Add a build flag for ES6 class syntax
3484 https://bugs.webkit.org/show_bug.cgi?id=140760
3486 Reviewed by Michael Saboff.
3488 * Source/cmake/WebKitFeatures.cmake:
3489 * Source/cmakeconfig.h.cmake:
3491 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3493 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
3494 https://bugs.webkit.org/show_bug.cgi?id=140049
3496 Reviewed by Gyuyoung Kim.
3498 * Source/cmake/OptionsCommon.cmake:
3500 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3502 Remove ENABLE(INSPECTOR) ifdef guards
3503 https://bugs.webkit.org/show_bug.cgi?id=140668
3505 Reviewed by Darin Adler.
3507 * Source/PlatformEfl.cmake:
3508 * Source/cmake/OptionsEfl.cmake:
3509 * Source/cmake/OptionsGTK.cmake:
3510 * Source/cmake/OptionsMac.cmake:
3511 * Source/cmake/WebKitFeatures.cmake:
3512 * Source/cmakeconfig.h.cmake:
3514 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
3516 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
3518 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3520 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3522 [CMAKE] Fix cmake warning
3523 https://bugs.webkit.org/show_bug.cgi?id=140497
3525 Reviewed by Gustavo Noronha Silva.
3527 r173155 already tried to fix cmake warning though, the warning is still exist.
3528 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
3529 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
3530 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
3531 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
3532 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
3536 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
3538 [GTK] Generate the make dist manifest from a CMake template file
3539 https://bugs.webkit.org/show_bug.cgi?id=139387
3541 Reviewed by Martin Robinson.
3543 Generate manifest.txt from manifest.txt.in. Only expose the dist and
3544 distcheck targets for developer builds, as they won't work when
3545 building from a tarball because the manifest is not distributed.
3547 * Source/PlatformGTK.cmake:
3549 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
3551 Remove ENABLE(SQL_DATABASE) guards
3552 https://bugs.webkit.org/show_bug.cgi?id=140434
3554 Reviewed by Darin Adler.
3556 * Source/cmake/OptionsMac.cmake:
3557 * Source/cmake/WebKitFeatures.cmake:
3558 * Source/cmakeconfig.h.cmake:
3560 2015-01-11 Sam Weinig <sam@webkit.org>
3562 Remove support for SharedWorkers
3563 https://bugs.webkit.org/show_bug.cgi?id=140344
3565 Reviewed by Anders Carlsson.
3567 * Source/cmake/OptionsEfl.cmake:
3568 * Source/cmake/OptionsGTK.cmake:
3569 * Source/cmake/OptionsMac.cmake:
3570 * Source/cmake/WebKitFeatures.cmake:
3571 * Source/cmakeconfig.h.cmake:
3573 2015-01-10 Dan Bernstein <mitz@apple.com>
3575 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
3576 https://bugs.webkit.org/show_bug.cgi?id=140339
3578 Reviewed by Mark Rowe.
3580 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
3581 prevents unnecessary rebuilding due to PATH differences.
3583 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
3585 [GTK][ThreadedCompositor] Add support for threaded compositor.
3586 https://bugs.webkit.org/show_bug.cgi?id=118265
3588 Reviewed by Martin Robinson.
3590 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
3591 autotools build systems. The feature is disabled by default.
3592 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
3593 from the feature flags.
3595 * Source/cmake/OptionsEfl.cmake:
3596 * Source/cmake/OptionsGTK.cmake:
3597 * Source/cmake/WebKitFeatures.cmake:
3598 * Source/cmakeconfig.h.cmake:
3600 2014-12-23 Alexey Proskuryakov <ap@apple.com>
3602 Simplify building with ASan
3603 https://bugs.webkit.org/show_bug.cgi?id=139916
3605 Reviewed by Mark Rowe.
3607 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
3609 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
3611 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
3613 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3615 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
3617 Null dereference performing a "TapAndAHalf" gesture in Google search field
3619 <https://bugs.webkit.org/show_bug.cgi?id=139506>
3620 <rdar://problem/19028828>
3622 Reviewed by Darin Adler.
3624 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
3626 2014-12-10 Dean Jackson <dino@apple.com>
3628 Blur filter performance test doesn't provide results
3629 https://bugs.webkit.org/show_bug.cgi?id=139462
3631 Reviewed by Sam Weinig.
3633 This can't currently work under our performance test
3634 infrastructure. Move it to a manual test to avoid
3635 putting FAILures into the results.
3637 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
3639 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3641 [GTK][WK2] Add HTML5 Notifications support
3642 https://bugs.webkit.org/show_bug.cgi?id=61140
3644 Reviewed by Carlos Garcia Campos.
3646 * Source/cmake/FindLibNotify.cmake: Added.
3647 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
3648 libnotify and use it for a default implementation when found.
3650 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
3652 REGRESSION(r155906): Page content disappears on Tuaw article after loading
3653 https://bugs.webkit.org/show_bug.cgi?id=138100
3655 Reviewed by Simon Fraser.
3657 DRT causes an extra paint which makes it impossible to test this with
3660 * ManualTests/float-layer-not-painting.html: Added.
3662 2014-12-07 Alberto Garcia <berto@igalia.com>
3664 [GTK] WebKit has a new required dependency on GnuTLS
3665 https://bugs.webkit.org/show_bug.cgi?id=136158
3667 Reviewed by Martin Robinson.
3669 Detect if GnuTLS is installed and enable or disable subtle crypto
3670 support accordingly.
3672 * Source/cmake/OptionsGTK.cmake:
3674 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3676 [GTK] Missing API detected in GObject DOM bindings after r176630
3677 https://bugs.webkit.org/show_bug.cgi?id=139201
3679 Reviewed by Gustavo Noronha Silva.
3681 Change GENERATE_BINDINGS macro to receive a list of optional
3682 additional dependencies, so that we can add more dependecies
3683 without having to change the macro.
3685 * Source/cmake/WebKitMacros.cmake:
3687 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3689 Programmatic scrolling and content changes are not always synchronized
3690 https://bugs.webkit.org/show_bug.cgi?id=139245
3691 rdar://problem/18833612
3693 Reviewed by Anders Carlsson.
3695 Manual test that tries to sync layout with programmatic scrolling.
3697 * ManualTests/programmatic-scroll-flicker.html: Added.
3699 2014-12-04 Alberto Garcia <berto@igalia.com>
3701 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3702 https://bugs.webkit.org/show_bug.cgi?id=136576
3704 Reviewed by Carlos Garcia Campos.
3706 CMake should complain if Accelerated 2D Canvas is explicitly
3707 enabled but cairo-gl is not found.
3709 * Source/cmake/OptionsGTK.cmake:
3711 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3713 [EFL] Add subtle crypto to the build system
3714 https://bugs.webkit.org/show_bug.cgi?id=138612
3716 Reviewed by Csaba Osztrogonác.
3718 * Source/cmake/OptionsEfl.cmake:
3720 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3722 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3723 https://bugs.webkit.org/show_bug.cgi?id=139085
3725 Reviewed by Andreas Kling.
3727 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3728 * Source/cmake/WebKitFeatures.cmake: ditto.
3729 * Source/cmakeconfig.h.cmake: ditto.
3731 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3733 [EFL] Drop support for the EFL 1.7
3734 https://bugs.webkit.org/show_bug.cgi?id=139114
3736 Reviewed by Gyuyoung Kim.
3738 * Source/cmake/EFLHelpers.cmake: Removed.
3739 * Source/cmake/FindEcore.cmake: Removed.
3740 * Source/cmake/FindEdje.cmake: Removed.
3741 * Source/cmake/FindEet.cmake: Removed.
3742 * Source/cmake/FindEeze.cmake: Removed.
3743 * Source/cmake/FindEfreet.cmake: Removed.
3744 * Source/cmake/FindEina.cmake: Removed.
3745 * Source/cmake/FindElementary.cmake: Removed.
3746 * Source/cmake/FindEvas.cmake: Removed.
3747 * Source/cmake/OptionsEfl.cmake:
3749 2014-11-28 Philippe Normand <pnormand@igalia.com>
3751 [CMake] Build failure against GStreamer git master
3752 https://bugs.webkit.org/show_bug.cgi?id=138872
3754 Reviewed by Csaba Osztrogon.
3756 * Source/cmake/FindGStreamer.cmake: Simplified the
3757 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3758 headers lookup, there's no need to do this manually. Also
3759 explicitely check the version specified in GStreamer_FIND_VERSION.
3761 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3763 [EFL] Remove E_Dbus dependency
3764 https://bugs.webkit.org/show_bug.cgi?id=136355
3766 Reviewed by Gyuyoung Kim.
3768 * Source/cmake/FindE_DBus.cmake: Removed.
3769 * Source/cmake/OptionsEfl.cmake:
3771 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
3773 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3775 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3777 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3779 [CMake] Use ld.gold if it is available to speedup builds
3780 https://bugs.webkit.org/show_bug.cgi?id=137953
3782 Reviewed by Carlos Garcia Campos.
3784 * Source/cmake/OptionsCommon.cmake:
3786 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3788 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3789 https://bugs.webkit.org/show_bug.cgi?id=138840
3791 Reviewed by Csaba Osztrogonác.
3793 * Source/cmake/OptionsCommon.cmake:
3795 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3797 Remove Source/Platform cruft
3798 https://bugs.webkit.org/show_bug.cgi?id=138658
3800 Reviewed by Anders Carlsson.
3803 * Source/Platform: Removed.
3805 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3807 Enable Cortex-A53-specific code paths by default if core is detected.
3808 https://bugs.webkit.org/show_bug.cgi?id=138499
3810 Reviewed by Csaba Osztrogonác.
3812 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3813 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3816 Since on ARM64/Linux the part number that cpuinfo reports depends on
3817 the core the query is run on, the check is bound to and executed on the
3818 available cores one by one.
3820 * Source/cmake/OptionsCommon.cmake:
3822 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3824 [EFL] Remove unnecessary version check from OptionsEfl.cmake
3825 https://bugs.webkit.org/show_bug.cgi?id=138498
3827 Reviewed by Csaba Osztrogonác.
3829 * Source/cmake/OptionsEfl.cmake:
3831 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3833 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3834 https://bugs.webkit.org/show_bug.cgi?id=138465
3836 Reviewed by Gyuyoung Kim.
3838 * Source/cmake/OptionsEfl.cmake:
3840 2014-11-03 Dean Jackson <dino@apple.com>
3842 Add ENABLE_FILTERS_LEVEL_2 feature guard.
3843 https://bugs.webkit.org/show_bug.cgi?id=138362
3845 Reviewed by Tim Horton.
3847 Add a new feature define for Level 2 of CSS Filters.
3848 http://dev.w3.org/fxtf/filters-2/
3850 * Source/cmake/OptionsEfl.cmake:
3851 * Source/cmake/OptionsGTK.cmake:
3852 * Source/cmake/OptionsMac.cmake:
3853 * Source/cmake/WebKitFeatures.cmake:
3854 * Source/cmakeconfig.h.cmake:
3856 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
3858 Workaround for Cortex-A53 erratum 835769
3859 https://bugs.webkit.org/show_bug.cgi?id=138315
3861 Reviewed by Filip Pizlo.