1 2016-03-14 Konstantin Tokarev <annulen@yandex.ru>
3 Restored ENABLE_WEBCORE option and used it in JSCOnly port.
4 https://bugs.webkit.org/show_bug.cgi?id=155428
6 Reviewed by Michael Catanzaro.
8 This is a partial revert of r182624.
11 * Source/CMakeLists.txt:
12 * Source/cmake/OptionsJSCOnly.cmake:
13 * Source/cmake/WebKitFS.cmake:
15 2016-03-13 Joseph Pecoraro <pecoraro@apple.com>
17 Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
18 https://bugs.webkit.org/show_bug.cgi?id=155417
20 Reviewed by Yusuke Suzuki.
22 * Source/cmake/OptionsWin.cmake:
23 * Source/cmake/WebKitFeatures.cmake:
24 * Source/cmake/tools/vsprops/FeatureDefines.props:
25 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
27 2016-03-13 Konstantin Tokarev <annulen@yandex.ru>
29 Added new port JSCOnly.
30 https://bugs.webkit.org/show_bug.cgi?id=154512
32 Reviewed by Michael Catanzaro.
34 This port allows to build JavaScriptCore engine with minimal
38 * Source/cmake/OptionsJSCOnly.cmake: Added.
40 2016-03-12 Myles C. Maxfield <mmaxfield@apple.com>
42 Delete dead SVG Font code
43 https://bugs.webkit.org/show_bug.cgi?id=154718
45 Reviewed by Antti Koivisto.
47 * Source/cmake/OptionsEfl.cmake:
48 * Source/cmake/OptionsWin.cmake:
49 * Source/cmake/WebKitFeatures.cmake:
50 * Source/cmake/tools/vsprops/FeatureDefines.props:
51 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
53 2016-03-12 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
55 [GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
56 https://bugs.webkit.org/show_bug.cgi?id=152650
58 Reviewed by Carlos Garcia Campos.
60 * Source/cmake/OptionsGTK.cmake:
62 2016-03-10 Frederic Wang <fwang@igalia.org>
64 [GTK] Add support for WOFF2
65 https://bugs.webkit.org/show_bug.cgi?id=152616
67 Reviewed by Carlos Garcia Campos.
69 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
70 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
72 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
74 [cmake] Fixed All-in-One build.
75 https://bugs.webkit.org/show_bug.cgi?id=155241
77 Reviewed by Csaba Osztrogonác.
79 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
80 not removed in PROCESS_ALLINONE_FILE.
82 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
84 [EFL] Enable the SVG -> OTF Font Converter
85 https://bugs.webkit.org/show_bug.cgi?id=155192
87 Reviewed by Gyuyoung Kim.
89 * Source/cmake/OptionsEfl.cmake:
91 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
93 [GTK] Enable the SVG -> OTF Font Converter
94 https://bugs.webkit.org/show_bug.cgi?id=155191
96 Reviewed by Martin Robinson.
98 * Source/cmake/OptionsGTK.cmake:
100 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
102 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
104 * Source/cmake/OptionsEfl.cmake:
105 * Source/cmake/OptionsGTK.cmake:
107 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
109 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
110 https://bugs.webkit.org/show_bug.cgi?id=154651
112 Reviewed by Alex Christensen.
114 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
115 CMake's PRE_BUILD COMMAND feature because the latter actually
116 generates pre-link target instead of pre-build.
118 2016-03-01 Alex Christensen <achristensen@webkit.org>
120 Reduce size of internal windows build output
121 https://bugs.webkit.org/show_bug.cgi?id=154763
123 Reviewed by Brent Fulgham.
125 * Source/cmake/OptionsWin.cmake:
127 2016-03-01 Commit Queue <commit-queue@webkit.org>
129 Unreviewed, rolling out r197056.
130 https://bugs.webkit.org/show_bug.cgi?id=154870
132 broke win ews (Requested by alexchristensen on #webkit).
136 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
137 https://bugs.webkit.org/show_bug.cgi?id=154651
138 http://trac.webkit.org/changeset/197056
140 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
142 [cmake] Allow using FindGLIB in case glib is optional dependency.
143 https://bugs.webkit.org/show_bug.cgi?id=154796
145 Reviewed by Michael Catanzaro.
147 FindGLIB caused internal CMake error in case glibconfig.h is not
150 * Source/cmake/FindGLIB.cmake:
152 2016-02-29 Commit Queue <commit-queue@webkit.org>
154 Unreviewed, rolling out r197297.
155 https://bugs.webkit.org/show_bug.cgi?id=154810
157 This change broke build of GTK from scratch (Requested by
162 "[cmake] Allow using FindGLIB in case glib is optional
164 https://bugs.webkit.org/show_bug.cgi?id=154796
165 http://trac.webkit.org/changeset/197297
167 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
169 [cmake] Allow using FindGLIB in case glib is optional dependency.
170 https://bugs.webkit.org/show_bug.cgi?id=154796
172 Reviewed by Michael Catanzaro.
174 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
177 * Source/cmake/FindGLIB.cmake:
179 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
181 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
182 https://bugs.webkit.org/show_bug.cgi?id=143402
184 Reviewed by Alex Christensen.
186 Turn on by default, and turn on for Windows.
188 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
190 * Source/cmake/OptionsWin.cmake:
191 * Source/cmake/WebKitFeatures.cmake:
193 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
195 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
196 https://bugs.webkit.org/show_bug.cgi?id=151688
198 Reviewed by Dean Jackson.
200 Enables the WEB_ANIMATIONS compiler switch.
202 * Source/cmake/OptionsWin.cmake:
204 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
206 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
207 https://bugs.webkit.org/show_bug.cgi?id=154651
209 Reviewed by Alex Christensen.
211 * Source/cmake/WebKitMacros.cmake:
213 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
215 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
216 https://bugs.webkit.org/show_bug.cgi?id=154450
218 Reviewed by Alex Christensen.
220 * Source/cmake/WebKitMacros.cmake:
222 2016-02-18 Philippe Normand <pnormand@igalia.com>
224 [GStreamer] Bump internal jhbuild versions to 1.6.3
225 https://bugs.webkit.org/show_bug.cgi?id=149594
227 Reviewed by Michael Catanzaro.
229 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
231 2016-02-18 Anders Carlsson <andersca@apple.com>
233 Get rid of the "All Source (target WebProcess)" scheme.
235 Rubber-stamped by Dan Bernstein.
237 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
239 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
241 [CMake] Remove LLVM support
242 https://bugs.webkit.org/show_bug.cgi?id=154370
244 Reviewed by Csaba Osztrogonác.
246 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
247 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
248 but for the time being this is dead code.
250 * Source/cmake/FindLLVM.cmake: Removed.
251 * Source/cmake/OptionsCommon.cmake:
253 2016-02-18 Joonghun Park <jh718.park@samsung.com>
255 [CMake] Remove meaningless conditional statements in CMakeLists.txt
256 https://bugs.webkit.org/show_bug.cgi?id=153778
258 Reviewed by Csaba Osztrogonác.
261 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
262 And remove conditional statements which has enclosed these one
263 because they don't have meaning anymore.
265 2016-02-15 Alex Christensen <achristensen@webkit.org>
267 Re-enable INTL on WinCairo
268 https://bugs.webkit.org/show_bug.cgi?id=154256
270 Reviewed by Michael Catanzaro.
272 * Source/cmake/OptionsWin.cmake:
273 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
275 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
277 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
278 https://bugs.webkit.org/show_bug.cgi?id=154165
280 Reviewed by Alex Christensen.
282 * Source/cmake/OptionsEfl.cmake:
283 * Source/cmake/OptionsGTK.cmake:
285 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
287 [cmake] Consolidate TextureMapper file and include dir lists.
288 https://bugs.webkit.org/show_bug.cgi?id=154106
290 Reviewed by Michael Catanzaro.
292 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
294 * Source/cmake/OptionsWinCairo.cmake: Ditto.
296 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
298 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
299 https://bugs.webkit.org/show_bug.cgi?id=154033
301 Reviewed by Michael Catanzaro.
303 * Source/cmake/WebKitFeatures.cmake:
305 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
307 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
309 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
311 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
313 [GTK][EFL] Enable SamplingProfiler
314 https://bugs.webkit.org/show_bug.cgi?id=153638
316 Reviewed by Michael Catanzaro.
318 Enable SamplingProfiler in GTK and EFL.
319 And added option to CMake to switch this from the build command.
321 * Source/cmake/OptionsEfl.cmake:
322 * Source/cmake/OptionsGTK.cmake:
323 * Source/cmake/WebKitFeatures.cmake:
325 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
327 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
328 https://bugs.webkit.org/show_bug.cgi?id=153961
330 Reviewed by Michael Catanzaro.
332 * Source/cmake/OptionsCommon.cmake:
333 * Source/cmake/OptionsEfl.cmake:
334 * Source/cmake/OptionsGTK.cmake:
336 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
338 Unreviewed non X86_64 buildfix after r196077.
340 * Source/cmake/OptionsEfl.cmake:
341 * Source/cmake/OptionsGTK.cmake:
343 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
345 [GTK][EFL] Switch FTL to B3
346 https://bugs.webkit.org/show_bug.cgi?id=153478
348 Reviewed by Csaba Osztrogonác.
350 * Source/cmake/OptionsEfl.cmake:
351 * Source/cmake/OptionsGTK.cmake:
353 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
355 Unreviewed attempt to fix Mac CMake build after r195999.
357 * Source/cmake/OptionsMac.cmake:
358 * Source/cmake/WebKitFeatures.cmake:
359 Add ENABLE_RESOURCE_USAGE to CMake builds.
361 2016-02-02 Alejandro G. Castro <alex@igalia.com>
363 [GTK][EFL] Upgrade OpenWebRTC dependency
364 https://bugs.webkit.org/show_bug.cgi?id=153489
366 Reviewed by Philippe Normand.
368 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
369 required to make the mediastream work.
371 2016-02-01 Alex Christensen <achristensen@webkit.org>
373 [Win] WTFHeaderDetection.h no longer needed
374 https://bugs.webkit.org/show_bug.cgi?id=153753
375 rdar://problem/24434627
377 Reviewed by Darin Adler.
379 * Source/cmake/WebKitFS.cmake:
381 2016-01-31 Joonghun Park <jh718.park@samsung.com>
383 [EFL] All API tests are broken on 15.10
384 https://bugs.webkit.org/show_bug.cgi?id=153528
386 Reviewed by Gyuyoung Kim.
388 * CMakeLists.txt: Having include(WebKitCommon) statement follow
389 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
391 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
393 Enable SamplingProfiler on POSIX environment
394 https://bugs.webkit.org/show_bug.cgi?id=153584
396 Reviewed by Michael Saboff.
398 Add features.h header check. It will define __GLIBC__.
400 * Source/cmake/OptionsCommon.cmake:
402 2016-01-27 Alexey Proskuryakov <ap@apple.com>
404 Remove ENABLE_CURRENTSRC
405 https://bugs.webkit.org/show_bug.cgi?id=153545
407 Reviewed by Simon Fraser.
409 * Source/cmake/OptionsEfl.cmake:
410 * Source/cmake/OptionsGTK.cmake:
411 * Source/cmake/OptionsMac.cmake:
412 * Source/cmake/OptionsWin.cmake:
413 * Source/cmake/WebKitFeatures.cmake:
414 * Source/cmake/tools/vsprops/FeatureDefines.props:
415 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
417 2016-01-25 Alex Christensen <achristensen@webkit.org>
419 Fix internal Windows build
420 https://bugs.webkit.org/show_bug.cgi?id=153469
422 Reviewed by Brent Fulgham.
424 * Source/cmake/WebKitMacros.cmake:
425 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
427 2016-01-23 Aaron Chu <arona.chu@gmail.com>
429 Web Inspector: AXI: node-link-list should be collapsible
430 https://bugs.webkit.org/show_bug.cgi?id=130911
432 Added a manual test to test the node list in the Accessibility Inspector
434 Reviewed by Timothy Hatcher.
436 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
438 2016-01-22 Alex Christensen <achristensen@webkit.org>
440 Fix internal Windows build
441 https://bugs.webkit.org/show_bug.cgi?id=153385
442 rdar://problem/24310408
444 Reviewed by Brian Weinstein.
446 * Source/cmake/WinTools.make:
447 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
448 These property sheets are needed for some projects that are not in this repository
449 and don't use CMake in the official build. We want to leave them unchanged for now.
451 2016-01-22 Alex Christensen <achristensen@webkit.org>
453 Only set CMake output directories if they aren't already set
454 https://bugs.webkit.org/show_bug.cgi?id=153373
456 Reviewed by Michael Catanzaro.
459 r195242 caused Windows builds to copy files to bin instead of bin64.
460 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
461 This also makes it so you can set these variables by command line.
463 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
465 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
467 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
469 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
471 [CMake] Duplicate attempts to find software during cmake stage
472 https://bugs.webkit.org/show_bug.cgi?id=153211
474 Reviewed by Martin Robinson.
476 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
477 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
479 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
481 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
482 https://bugs.webkit.org/show_bug.cgi?id=153190
484 Reviewed by Csaba Osztrogonác.
486 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
488 * Source/CMakeLists.txt:
489 * Source/cmake/OptionsWin.cmake:
491 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
493 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
495 https://bugs.webkit.org/show_bug.cgi?id=153117
497 Reviewed by Michael Catanzaro.
499 * Source/cmake/OptionsGTK.cmake:
501 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
503 [CMake] Do not use LLVM static libraries for FTL JIT
504 https://bugs.webkit.org/show_bug.cgi?id=151559
506 Reviewed by Michael Catanzaro.
508 Also export LLVM_LIBRARIES variable that can be used to prefer
509 linking to the llvm dynamic libraries.
511 * Source/cmake/FindLLVM.cmake:
513 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
515 [GTK] Add comments above options declarations in OptionsGTK.cmake
516 https://bugs.webkit.org/show_bug.cgi?id=153074
518 Reviewed by Martin Robinson.
520 * Source/cmake/OptionsGTK.cmake:
522 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
524 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
526 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
528 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
530 Add a build flag for custom element
531 https://bugs.webkit.org/show_bug.cgi?id=153005
533 Reviewed by Alex Christensen.
535 * Source/cmake/OptionsEfl.cmake:
536 * Source/cmake/OptionsWin.cmake:
537 * Source/cmake/WebKitFeatures.cmake:
539 2016-01-08 Alex Christensen <achristensen@webkit.org>
541 Fix internal Windows build
542 https://bugs.webkit.org/show_bug.cgi?id=152937
544 Reviewed by Brent Fulgham.
546 * Source/cmake/WebKitCommon.cmake:
547 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
548 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
549 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
550 set PATH=%SystemDrive%\cygwin\bin;%PATH%
552 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
554 [EFL] Set WebKit2 process output name
555 https://bugs.webkit.org/show_bug.cgi?id=152773
557 Reviewed by Benjamin Poulain.
559 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
560 So this patch sets wk2 process output name.
562 * Source/cmake/OptionsEfl.cmake:
564 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
566 [CMake] Remove USE_UDIS86 variable
567 https://bugs.webkit.org/show_bug.cgi?id=152731
569 Reviewed by Gyuyoung Kim.
571 Remove the USE_UDIS86 variable in CMake files. The specific build guard
572 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
573 in CMake isn't required anymore. The Udis86-specific files have to be
574 built unconditionally now, though.
576 * Source/cmake/OptionsEfl.cmake:
577 * Source/cmake/OptionsGTK.cmake:
578 * Source/cmake/OptionsMac.cmake:
580 2016-01-04 Alex Christensen <achristensen@webkit.org>
582 Fix Mac CMake build after r194454.
584 * Source/cmake/OptionsMac.cmake:
585 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
586 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
588 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
590 [GTK][CMake] Do not override default values of build options with the default value
591 https://bugs.webkit.org/show_bug.cgi?id=152615
593 Reviewed by Martin Robinson.
595 Override the default value of build options only when the default value for the GTK+ port
596 is actually different than the default value in WebKitFeatures.cmake. This way we don't
597 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
598 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
600 * Source/cmake/OptionsGTK.cmake:
602 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
604 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
605 https://bugs.webkit.org/show_bug.cgi?id=144069
607 Reviewed by Martin Robinson.
609 * Source/cmake/OptionsWin.cmake:
610 Do not set options that no longer exist.
611 * Source/cmake/WebKitFeatures.cmake:
612 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
613 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
614 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
615 no CMake port was using it.
617 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
619 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
620 https://bugs.webkit.org/show_bug.cgi?id=152611
622 Reviewed by Martin Robinson.
624 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
625 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
626 not to the DOM bindings generator, for example).
628 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
629 called after WEBKIT_OPTION_END, they don't do anything.
631 Add error checking to catch these bugs.
633 * Source/cmake/WebKitFeatures.cmake:
635 2015-12-30 Philippe Normand <pnormand@igalia.com>
637 [GTK][Mac] Disable gtk-doc
638 https://bugs.webkit.org/show_bug.cgi?id=150798
640 Reviewed by Michael Catanzaro.
642 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
643 link error on Mac, so for now disable gtk-doc support on that
645 * Source/cmake/OptionsGTK.cmake: Ditto.
647 2015-12-23 Andy VanWagoner <andy@instructure.com>
649 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
650 https://bugs.webkit.org/show_bug.cgi?id=147603
652 Reviewed by Benjamin Poulain.
654 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
656 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
658 [Fetch API] Add fetch API compile time flag
659 https://bugs.webkit.org/show_bug.cgi?id=152254
661 Reviewed by Darin Adler.
663 * Source/cmake/OptionsWin.cmake:
664 * Source/cmake/WebKitFeatures.cmake:
666 2015-12-10 Brent Fulgham <bfulgham@apple.com>
668 [Win] Support building under Cygwin or native Perl
669 https://bugs.webkit.org/show_bug.cgi?id=152145
670 <rdar://problem/23839868>
672 Reviewed by David Kilzer.
674 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
678 2015-12-09 Daniel Bates <dabates@apple.com>
680 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
681 https://bugs.webkit.org/show_bug.cgi?id=151840
682 <rdar://problem/23753931>
684 Reviewed by Simon Fraser.
686 Add a manual test that can be used to verify that we suspend dispatching device motion and
687 device orientation events when the page is hidden.
689 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
692 (handleVisibilityChange):
693 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
695 2015-12-07 Alex Christensen <achristensen@webkit.org>
697 Fix internal Windows build
698 https://bugs.webkit.org/show_bug.cgi?id=151950
700 Reviewed by Brent Fulgham.
702 * Source/cmake/tools/scripts/auto-version.pl:
704 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
706 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
707 https://bugs.webkit.org/show_bug.cgi?id=150792
709 Reviewed by Saam Barati.
711 * Source/cmake/OptionsWin.cmake:
712 * Source/cmake/WebKitFeatures.cmake:
714 2015-12-01 Commit Queue <commit-queue@webkit.org>
716 Unreviewed, rolling out r192914.
717 https://bugs.webkit.org/show_bug.cgi?id=151734
719 JSC tests for this change are failing on 32 and 64-bit bots
720 (Requested by ryanhaddad on #webkit).
724 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
726 https://bugs.webkit.org/show_bug.cgi?id=150792
727 http://trac.webkit.org/changeset/192914
729 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
731 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
732 https://bugs.webkit.org/show_bug.cgi?id=150792
734 Reviewed by Saam Barati.
736 * Source/cmake/OptionsWin.cmake:
737 * Source/cmake/WebKitFeatures.cmake:
739 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
741 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
743 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
745 2015-11-20 Alex Christensen <achristensen@webkit.org>
747 Remove NETWORK_PROCESS compile flag
748 https://bugs.webkit.org/show_bug.cgi?id=151512
750 Reviewed by Tim Horton.
752 * Source/cmake/OptionsEfl.cmake:
753 * Source/cmake/OptionsGTK.cmake:
754 * Source/cmake/OptionsMac.cmake:
755 * Source/cmake/WebKitFeatures.cmake:
757 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
759 [EFL] Enable FTL JIT by default on X86_64
760 https://bugs.webkit.org/show_bug.cgi?id=143822
762 Reviewed by Carlos Garcia Campos.
764 * Source/cmake/OptionsEfl.cmake:
766 2015-11-19 Commit Queue <commit-queue@webkit.org>
768 Unreviewed, rolling out r192667 and r192668.
769 https://bugs.webkit.org/show_bug.cgi?id=151476
771 broke api tests (Requested by alexchristensen on #webkit).
775 "Remove the non-NetworkProcess configurations"
776 https://bugs.webkit.org/show_bug.cgi?id=151418
777 http://trac.webkit.org/changeset/192667
779 "Fix GTK Build after r192667."
780 http://trac.webkit.org/changeset/192668
782 2015-11-19 Alex Christensen <achristensen@webkit.org>
784 Remove the non-NetworkProcess configurations
785 https://bugs.webkit.org/show_bug.cgi?id=151418
787 Reviewed by Geoffrey Garen.
789 * Source/cmake/OptionsEfl.cmake:
790 * Source/cmake/OptionsGTK.cmake:
791 * Source/cmake/OptionsMac.cmake:
792 * Source/cmake/WebKitFeatures.cmake:
794 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
796 REGRESSION(r192459): [GTK] User agent string is broken after r192459
797 https://bugs.webkit.org/show_bug.cgi?id=151347
799 Reviewed by Žan Doberšek.
801 Pass UA version numbers as strings to the build.
803 * Source/cmake/OptionsGTK.cmake:
805 2015-11-16 Alex Christensen <achristensen@webkit.org>
807 Fix CMake build and make PluginProcess executable
808 https://bugs.webkit.org/show_bug.cgi?id=151332
810 Reviewed by Tim Horton.
812 * Source/cmake/OptionsMac.cmake:
814 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
816 [GTK] Use FTL by default when LLVM 3.7 is available
817 https://bugs.webkit.org/show_bug.cgi?id=142128
819 Reviewed by Csaba Osztrogonác.
821 Enable FTL by default when architecture is X86_64. It requires
822 LLVM 3.7, but can be disabled manually as a cmake configure
825 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
826 available if the metapackage is installed and it points to
827 llvm-config-3.5. So, here we check first if the llvm-config is
828 from a recent enough version, and if not we check several
829 llvm-config-<version> programs, so this should work on any distro.
830 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
831 target architecture is X86_64, and check the LLVM is at least
832 3.7. The option is now public, since we want people to be able to
835 2015-11-11 Anders Carlsson <andersca@apple.com>
837 Enable cross-platform context menus by default
838 https://bugs.webkit.org/show_bug.cgi?id=151173
840 Reviewed by Tim Horton.
842 * Source/cmake/OptionsEfl.cmake:
844 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
846 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
847 https://bugs.webkit.org/show_bug.cgi?id=150972
849 Reviewed by Darin Adler.
851 * Source/cmake/OptionsMac.cmake:
852 * Source/cmake/WebKitFeatures.cmake:
854 2015-11-11 Philippe Normand <pnormand@igalia.com>
856 [GTK][Mac] don't install .frameworks
857 https://bugs.webkit.org/show_bug.cgi?id=151136
859 Reviewed by Alex Christensen.
861 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
863 2015-11-10 Pranjal Jumde <pjumde@apple.com>
865 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
866 https://bugs.webkit.org/show_bug.cgi?id=150252
867 <rdar://problem/23149470>
869 Reviewed by Brent Fulgham.
872 * Source/WebCore/editing/ios/EditorIOS.mm
873 * Source/WebCore/editing/mac/EditorMac.mm
874 In Editor::fontForSelection moved the node removal code, so that the
875 node is only removed if style is not NULL.
876 * Source/WebCore/editing/cocoa/EditorCocoa.mm
877 In Editor::styleForSelectionStart checking if the parentNode can
878 accept the styleElement node.
879 * LayoutTests/editing/execCommand/150252.xhtml
880 * LayoutTests/editing/execCommand/150252_minimal.xhtml
881 * LayoutTests/editing/execCommand/150252-expected.txt
882 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
884 2015-11-09 Pranjal Jumde <pjumde@apple.com>
886 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
887 https://bugs.webkit.org/show_bug.cgi?id=150252
888 <rdar://problem/23149470>
890 Reviewed by Brent Fulgham.
892 * Source/WebCore/editing/ios/EditorIOS.mm
893 * Source/WebCore/editing/mac/EditorMac.mm
894 In Editor::fontForSelection moved the node removal code, so that the
895 node is only removed if style is not NULL.
896 * LayoutTests/editing/execCommand/150252.xhtml
897 * LayoutTests/editing/execCommand/150252_minimal.xhtml
898 * LayoutTests/editing/execCommand/150252-expected.txt
899 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
901 2015-11-06 Daniel Bates <dabates@apple.com>
903 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
904 https://bugs.webkit.org/show_bug.cgi?id=150849
906 Reviewed by Alexey Proskuryakov.
908 Add support for overriding the user-provided arguments SDKROOT and ARCHS
909 on a per Makefile basis.
913 2015-11-06 Philippe Normand <pnormand@igalia.com>
915 Unreviewed, GTK build fix after r192095.
917 * Source/cmake/FindGTK3.cmake:
919 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
921 [GTK] Re-enable Quartz backend on cmake build system
922 https://bugs.webkit.org/show_bug.cgi?id=144561
924 Reviewed by Philippe Normand.
926 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
927 the presence of of gtk+-quartz-3.0 module.
928 * Source/cmake/OptionsGTK.cmake: Reintroduce the
929 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
930 GTK+ Quartz backend on OS X.
932 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
934 Add runtime and compile time flags for enabling Web Animations API and model.
935 https://bugs.webkit.org/show_bug.cgi?id=150914
937 Reviewed by Benjamin Poulain.
939 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
941 * Source/cmake/OptionsWin.cmake:
942 * Source/cmake/WebKitFeatures.cmake:
944 2015-11-03 Brent Fulgham <bfulgham@apple.com>
946 [Win] CMake build update.
948 Rubberstamped by Tim Horton.
950 * Source/PlatformWin.cmake: Add internal tool to build
951 rules for internal use.
953 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
955 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
957 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
959 2015-11-02 Philippe Normand <pnormand@igalia.com>
961 [Mac][GTK] Disable Ninja response file support
962 https://bugs.webkit.org/show_bug.cgi?id=150801
964 Reviewed by Alex Christensen.
966 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
967 support response files, so instruct Ninja to not generate those.
969 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
971 Fix the FTL JIT build with system LLVM on Linux
972 https://bugs.webkit.org/show_bug.cgi?id=150795
974 Reviewed by Filip Pizlo.
976 * Source/cmake/FindLLVM.cmake:
978 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
980 Unreviewed. Bump GTK+ versions numbers.
982 * Source/cmake/OptionsGTK.cmake:
984 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
986 [ES6] Support Generator Syntax
987 https://bugs.webkit.org/show_bug.cgi?id=150769
989 Reviewed by Geoffrey Garen.
991 Added ENABLE_ES6_GENERATORS flag.
993 * Source/cmake/OptionsWin.cmake:
994 * Source/cmake/WebKitFeatures.cmake:
996 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
998 [EFL] Add Shadow DOM feature
999 https://bugs.webkit.org/show_bug.cgi?id=150611
1001 Reviewed by Csaba Osztrogonác.
1003 * Source/cmake/OptionsEfl.cmake:
1004 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
1006 2015-10-29 Alex Christensen <achristensen@webkit.org>
1009 https://bugs.webkit.org/show_bug.cgi?id=150686
1011 Reviewed by Filip Pizlo.
1013 * Source/cmake/WebKitMacros.cmake:
1015 2015-10-28 Alex Christensen <achristensen@webkit.org>
1017 Compile and link with CMake on Mac
1018 https://bugs.webkit.org/show_bug.cgi?id=150632
1020 Reviewed by Tim Horton.
1022 * Source/cmake/OptionsMac.cmake:
1024 2015-10-26 Dana Burkart <dburkart@apple.com>
1026 `make analyze` should build using the debug configuration
1027 https://bugs.webkit.org/show_bug.cgi?id=150571
1029 Reviewed by Lucas Forschler.
1033 2015-10-26 Philippe Normand <pnormand@igalia.com>
1035 Unreviewed, rolling out r191576.
1037 broke the http/tests/media tests
1041 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
1042 https://bugs.webkit.org/show_bug.cgi?id=149594
1043 http://trac.webkit.org/changeset/191576
1045 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
1047 [GStreamer] Bump internal jhbuild versions to 1.6.0
1048 https://bugs.webkit.org/show_bug.cgi?id=149594
1050 Reviewed by Philippe Normand.
1052 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
1054 * Source/cmake/FindGStreamer.cmake:
1056 2015-10-22 Philippe Normand <pnormand@igalia.com>
1058 [GTK][Mac] ICU-related build fixes
1059 https://bugs.webkit.org/show_bug.cgi?id=150032
1061 Rubber-stamped by Darin Adler.
1063 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
1065 2015-10-20 Yoav Weiss <yoav@yoav.ws>
1067 Rename the PICTURE_SIZES flag to CURRENTSRC
1068 https://bugs.webkit.org/show_bug.cgi?id=150275
1070 Reviewed by Dean Jackson.
1072 * Source/cmake/OptionsEfl.cmake:
1073 * Source/cmake/OptionsGTK.cmake:
1074 * Source/cmake/OptionsMac.cmake:
1075 * Source/cmake/OptionsWin.cmake:
1076 * Source/cmake/WebKitFeatures.cmake:
1078 2015-10-14 Tomas Popela <tpopela@redhat.com>
1080 [GTK][EFL] Fix build with cmake 3.4
1081 https://bugs.webkit.org/show_bug.cgi?id=150117
1083 Explicitely include the CheckIncludeFiles module before using
1084 the CHECK_INCLUDE_FILES command.
1086 Reviewed by Žan Doberšek.
1088 * Source/cmake/FindOpenGL.cmake:
1089 * Source/cmake/FindWebP.cmake:
1090 * Source/cmake/OptionsEfl.cmake:
1092 2015-10-13 Dean Jackson <dino@apple.com>
1094 Device motion and orientation should only be visible from the main frame's security origin
1095 https://bugs.webkit.org/show_bug.cgi?id=150072
1096 <rdar://problem/23082036>
1098 Reviewed by Brent Fulgham.
1100 Add a manual test for cross-origin device orientation events, while
1101 we're waiting on the mock client to be supported everywhere.
1103 * ManualTests/deviceorientation-child-frame.html: Added.
1104 * ManualTests/deviceorientation-main-frame-only.html: Added.
1106 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1108 [GTK] OSX linker doesn't understand --whole-archive
1109 https://bugs.webkit.org/show_bug.cgi?id=144557
1111 Reviewed by Martin Robinson.
1113 * Source/cmake/OptionsGTK.cmake: Turn the macro
1114 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1115 because XCode's linker doesn't have the --whole-archive option.
1117 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1119 [GTK] Use --version-script only on Linux
1120 https://bugs.webkit.org/show_bug.cgi?id=144555
1122 Reviewed by Philippe Normand.
1124 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1125 option on Darwin (whose linker doesn't support it.)
1127 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1129 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1130 https://bugs.webkit.org/show_bug.cgi?id=149947
1132 Reviewed by Csaba Osztrogonác.
1134 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1137 * Source/cmake/OptionsMac.cmake:
1138 * Source/cmake/OptionsWin.cmake:
1139 * Source/cmake/WebKitFeatures.cmake:
1141 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1143 Fix ENABLE_OPENGL=OFF builds
1144 https://bugs.webkit.org/show_bug.cgi?id=146511
1146 Reviewed by Darin Adler.
1148 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1149 ENABLE_OPENGL due to EGL usage.
1151 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1153 Convert focused-input-should-assist-on-touch.html into an automated test
1154 https://bugs.webkit.org/show_bug.cgi?id=149724
1156 Reviewed by Simon Fraser.
1158 Remove a manual test that can now be rewritten as an automated test.
1160 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1162 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1164 [Win] Unreviewed CMake build fix.
1166 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1167 and make sure exception handling is turned off.
1169 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1171 [Win] Unreviewed build fix after CMake conversion.
1173 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1175 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1177 [GTK][CMake] Warning about CMP0058
1178 https://bugs.webkit.org/show_bug.cgi?id=149627
1180 Reviewed by Martin Robinson.
1182 Opt-in to the new behavior for CMP0058.
1186 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1188 [Win] Unreviewed build fix for internal systems.
1190 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1191 location for include and link libraries, rather than the system locations.
1193 2015-09-28 Alex Christensen <achristensen@webkit.org>
1195 Build WK1 with CMake on Mac
1196 https://bugs.webkit.org/show_bug.cgi?id=149604
1198 Reviewed by Chris Dumez.
1200 * Source/cmake/OptionsMac.cmake:
1201 * Source/cmake/WebKitMacros.cmake:
1202 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1204 2015-09-25 Alex Christensen <achristensen@webkit.org>
1206 Clean up CMake build on Mac
1207 https://bugs.webkit.org/show_bug.cgi?id=149573
1209 Reviewed by Chris Dumez.
1211 * Source/cmake/OptionsMac.cmake:
1213 2015-09-25 Alex Christensen <achristensen@webkit.org>
1215 [Win] Switch to CMake
1216 https://bugs.webkit.org/show_bug.cgi?id=148111
1218 Reviewed by Brent Fulgham.
1220 * Source/cmake/WinTools.make: Added.
1221 * Source/cmake/tools: Added.
1222 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1223 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1225 2015-09-25 Alex Christensen <achristensen@webkit.org>
1227 Prepare internal AppleWin build for CMake
1228 https://bugs.webkit.org/show_bug.cgi?id=149570
1230 Reviewed by Brent Fulgham.
1232 * Source/PlatformWin.cmake:
1233 Include internal CMake files if they exist.
1235 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1237 Add a file of pointer-lock to cmake ports
1238 https://bugs.webkit.org/show_bug.cgi?id=149453
1240 Reviewed by Csaba Osztrogonác.
1242 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1244 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1246 [CMake] Allow to enable OpenMP support.
1247 https://bugs.webkit.org/show_bug.cgi?id=149457
1249 Reviewed by Csaba Osztrogonác.
1251 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1252 will enable the support for OpenMP. Currently this is only used as
1253 an alternative implementation to native threads for the parallelization
1254 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1255 as it could be also used to enable future features that depend on OpenMP.
1257 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1259 [EFL] Build break when DEVELOPER_MODE is OFF
1260 https://bugs.webkit.org/show_bug.cgi?id=149448
1262 Reviewed by Gyuyoung Kim.
1264 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1266 * Source/cmake/eflsymbols.filter:
1268 2015-09-21 Alex Christensen <achristensen@webkit.org>
1270 Disable PICTURE_SIZES in Windows CMake build like r189745.
1271 https://bugs.webkit.org/show_bug.cgi?id=149125
1273 * Source/cmake/OptionsWin.cmake:
1274 Do the same thing as r189745.
1276 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1278 Removing XHR_TIMEOUT guard
1280 Remove XHR_TIMEOUT compilation guard
1281 https://bugs.webkit.org/show_bug.cgi?id=149260
1283 Reviewed by Benjamin Poulain.
1285 * Source/cmake/OptionsEfl.cmake:
1286 * Source/cmake/OptionsGTK.cmake:
1287 * Source/cmake/OptionsMac.cmake:
1288 * Source/cmake/OptionsWin.cmake:
1289 * Source/cmake/WebKitFeatures.cmake:
1291 2015-09-18 Alex Christensen <achristensen@webkit.org>
1293 Fix tests on Windows after switching to CMake.
1294 https://bugs.webkit.org/show_bug.cgi?id=149339
1296 Reviewed by Brent Fulgham.
1298 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1300 2015-09-17 Alex Christensen <achristensen@webkit.org>
1302 Fix Windows EWS build after r189934.
1304 * Source/cmake/OptionsWin.cmake:
1305 Use WEBKIT_LIBRARIES environment variable if it exists.
1306 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1308 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1310 Add ShadowRoot interface and Element.prototype.attachShadow
1311 https://bugs.webkit.org/show_bug.cgi?id=149187
1313 Reviewed by Antti Koivisto.
1315 * Source/cmake/OptionsGTK.cmake:
1317 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1319 [cmake] Enable debug fission only if it is supported
1320 https://bugs.webkit.org/show_bug.cgi?id=149161
1322 Reviewed by Martin Robinson.
1324 * Source/cmake/OptionsCommon.cmake:
1326 2015-09-14 Alex Christensen <achristensen@webkit.org>
1328 Progress towards CMake on Mac.
1329 https://bugs.webkit.org/show_bug.cgi?id=149123
1331 Reviewed by Chris Dumez.
1333 * Source/cmake/OptionsMac.cmake:
1334 * Source/cmake/WebKitFeatures.cmake:
1335 Defined and enabled some more features needed on Mac.
1336 * Source/cmake/WebKitMacros.cmake:
1337 Objective C bindings need special changes when generating:
1338 Some of the bindings do not generate a .mm file but the header is needed.
1339 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1340 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1342 2015-09-08 Daniel Bates <dabates@apple.com>
1344 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1345 https://bugs.webkit.org/show_bug.cgi?id=74729
1346 <rdar://problem/22550195>
1348 Reviewed by Jon Honeycutt.
1350 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1351 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1353 2015-09-06 Andy Estes <aestes@apple.com>
1355 WebKit.xcworkspace should be be able to build iOS platforms
1356 https://bugs.webkit.org/show_bug.cgi?id=148881
1358 Reviewed by Daniel Bates.
1360 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1361 for all supported platforms.
1363 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1364 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1366 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1368 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1369 photo library uploads a JPEG
1370 https://bugs.webkit.org/show_bug.cgi?id=148849
1372 Reviewed by Daniel Bates.
1374 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1375 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1376 functionality doesn't exist on iOS, so we'll add a manual test.
1377 This tests that the first few bytes of the selected file are "GIF".
1379 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1381 Follow-up patch for r189343.
1382 https://bugs.webkit.org/show_bug.cgi?id=148795
1384 Rubber-stamped by Csaba Osztrogonác.
1386 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1387 to 1.9, since this seems to be enough to fix the build failure.
1388 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1390 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1392 [CMake] Trigger the memory-reduction tricks on armhf too
1393 https://bugs.webkit.org/show_bug.cgi?id=146640
1395 Reviewed by Csaba Osztrogonác.
1397 * Source/cmake/OptionsCommon.cmake:
1398 Activate --no-keep-memory even on armhf to reduce the amount of memory
1399 needed during linking, to avoid out-of-memory failures as much as
1402 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1404 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1405 https://bugs.webkit.org/show_bug.cgi?id=148795
1407 Rubber-stamped by Carlos Garcia Campos.
1409 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1411 2015-09-02 Alex Christensen <achristensen@webkit.org>
1413 Make bison grammar compatible with bison 2.1
1414 https://bugs.webkit.org/show_bug.cgi?id=148731
1416 Reviewed by Tim Horton.
1418 * Source/cmake/WebKitCommon.cmake:
1421 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1423 [CMake] Build with Debug Fission on by default on Debug builds.
1424 https://bugs.webkit.org/show_bug.cgi?id=148639
1426 Reviewed by Martin Robinson.
1428 * Source/cmake/OptionsCommon.cmake:
1430 2015-08-29 Alex Christensen <achristensen@webkit.org>
1432 Unreviewed build fix after r179923.
1434 * Source/CMakeLists.txt:
1435 bmalloc isn't ported to Windows yet.
1437 2015-08-27 Alex Christensen <achristensen@webkit.org>
1439 Isolate Source directories in CMake build
1440 https://bugs.webkit.org/show_bug.cgi?id=148389
1442 Reviewed by Brent Fulgham.
1445 * Source/cmake/WebKitCommon.cmake:
1446 Move package finding to WebKitCommon.
1448 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1450 [Win] Build does not generate debug info.
1451 https://bugs.webkit.org/show_bug.cgi?id=148431
1453 Reviewed by Alex Christensen.
1455 Generate debug info for Windows builds.
1457 * Source/cmake/OptionsWin.cmake:
1459 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1461 [GTK] Disable ACCELERATED_2D_CANVAS by default
1462 https://bugs.webkit.org/show_bug.cgi?id=148473
1464 Reviewed by Martin Robinson.
1466 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1467 but not on Debian (which does not). We've known this was problematic for a while, since it
1468 means we have two different sets of distro-dependent bugs, but never decided whether that
1469 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1470 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1471 to turn it on for Debian.
1473 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1476 * Source/cmake/OptionsGTK.cmake:
1478 2015-08-25 Commit Queue <commit-queue@webkit.org>
1480 Unreviewed, rolling out r188919.
1481 https://bugs.webkit.org/show_bug.cgi?id=148452
1483 broke build (Requested by alexchristensen on #webkit).
1487 "[Win] Build does not generate debug info."
1488 https://bugs.webkit.org/show_bug.cgi?id=148431
1489 http://trac.webkit.org/changeset/188919
1491 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1493 [GTK] r186800 broke the build on Ubuntu 14.04
1494 https://bugs.webkit.org/show_bug.cgi?id=147559
1496 Reviewed by Martin Robinson.
1498 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1499 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1501 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1503 [Win] Build does not generate debug info.
1504 https://bugs.webkit.org/show_bug.cgi?id=148431
1506 Reviewed by Brent Fulgham.
1508 Generate debug info for Windows builds.
1510 * Source/cmake/OptionsWin.cmake:
1512 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1514 [GTK] Auto-detection of cairo-gl fails
1515 https://bugs.webkit.org/show_bug.cgi?id=148189
1517 Reviewed by Žan Doberšek.
1519 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1520 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1521 deemed available, which might not be the case.
1522 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1524 2015-08-19 Alex Christensen <achristensen@webkit.org>
1526 CMake Windows build should not include files directly from other Source directories
1527 https://bugs.webkit.org/show_bug.cgi?id=148198
1529 Reviewed by Brent Fulgham.
1531 * Source/cmake/WebKitMacros.cmake:
1533 2015-08-19 Alex Christensen <achristensen@webkit.org>
1535 Build TestWTF on Mac with CMake.
1536 https://bugs.webkit.org/show_bug.cgi?id=147972
1538 Reviewed by Tim Horton.
1540 * Source/cmake/OptionsMac.cmake:
1541 Enable API tests in Mac's CMake build.
1543 2015-08-18 Alex Christensen <achristensen@webkit.org>
1545 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1546 https://bugs.webkit.org/show_bug.cgi?id=148127
1548 Reviewed by Martin Robinson.
1551 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1553 2015-08-17 Alex Christensen <achristensen@webkit.org>
1555 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1556 https://bugs.webkit.org/show_bug.cgi?id=148112
1558 Reviewed by Brent Fulgham.
1560 * Source/cmake/OptionsWin.cmake:
1561 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1562 Instead, use the default location if nothing is passed in from the command line.
1563 This way we can set it from the command line for the AppleInternal build.
1564 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1566 2015-08-17 Alex Christensen <achristensen@webkit.org>
1568 Build Debug Suffix on Windows with CMake
1569 https://bugs.webkit.org/show_bug.cgi?id=148083
1571 Reviewed by Brent Fulgham.
1573 * Source/cmake/OptionsWin.cmake:
1574 Use debug libraries in debug suffix builds.
1576 2015-08-17 Alex Christensen <achristensen@webkit.org>
1578 Move some commands from ./CMakeLists.txt to Source/cmake
1579 https://bugs.webkit.org/show_bug.cgi?id=148003
1581 Reviewed by Brent Fulgham.
1584 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1585 so we can change directory structure from command line parameters.
1586 * Source/cmake/OptionsAppleWin.cmake:
1587 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1588 * Source/cmake/OptionsWinCairo.cmake:
1589 * Source/cmake/OptionsWindows.cmake: Removed.
1590 * Source/cmake/WebKitCommon.cmake: Added.
1591 * Source/cmake/WebKitFS.cmake:
1593 2015-08-13 Commit Queue <commit-queue@webkit.org>
1595 Unreviewed, rolling out r188428.
1596 https://bugs.webkit.org/show_bug.cgi?id=148015
1598 broke cmake build (Requested by alexchristensen on #webkit).
1602 "Move some commands from ./CMakeLists.txt to Source/cmake"
1603 https://bugs.webkit.org/show_bug.cgi?id=148003
1604 http://trac.webkit.org/changeset/188428
1606 2015-08-13 Alex Christensen <achristensen@webkit.org>
1608 Move some commands from ./CMakeLists.txt to Source/cmake
1609 https://bugs.webkit.org/show_bug.cgi?id=148003
1611 Reviewed by Brent Fulgham.
1614 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1615 so we can change directory structure from command line parameters.
1616 * Source/cmake/WebKitCommon.cmake: Added.
1617 * Source/cmake/WebKitFS.cmake:
1619 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1621 A focused node should not be assisted when handling touch events synchronously
1622 https://bugs.webkit.org/show_bug.cgi?id=147836
1624 Reviewed by Enrica Casucci.
1626 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1628 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1629 input can still be assisted due to a touch event.
1630 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1631 event does not automatically cause us to assist the currently focused node.
1633 2015-08-12 Alex Christensen <achristensen@webkit.org>
1635 Fix Debug CMake builds on Windows
1636 https://bugs.webkit.org/show_bug.cgi?id=147940
1638 Reviewed by Chris Dumez.
1640 * Source/cmake/OptionsWindows.cmake:
1641 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1643 2015-08-10 Alex Christensen <achristensen@webkit.org>
1645 Build TestWebKitAPI with CMake on Windows
1646 https://bugs.webkit.org/show_bug.cgi?id=147851
1648 Reviewed by Chris Dumez.
1650 * Source/cmake/OptionsWindows.cmake:
1651 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1653 2015-08-06 Alex Christensen <achristensen@webkit.org>
1655 [Win] CMake build fix after r188098.
1657 * Source/cmake/OptionsWinCairo.cmake:
1658 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1660 2015-08-04 Alex Christensen <achristensen@webkit.org>
1662 Fix quirks with CMake and VS2015
1663 https://bugs.webkit.org/show_bug.cgi?id=147663
1665 Reviewed by Brent Fulgham.
1667 * Source/cmake/OptionsWindows.cmake:
1668 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1669 Disable INTL for now.
1671 2015-08-04 Alex Christensen <achristensen@webkit.org>
1673 Enable WebGL on Windows CMake build.
1674 https://bugs.webkit.org/show_bug.cgi?id=143311
1676 Reviewed by Csaba Osztrogonác.
1678 * Source/cmake/OptionsWindows.cmake:
1679 Enable WebGL by default in CMake builds now that it works.
1681 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1683 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1684 https://bugs.webkit.org/show_bug.cgi?id=147625
1686 Reviewed by Martin Robinson.
1688 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1689 components unless they were actually found, not to accidentally
1690 enable Accelerated 2D canvas, which would cause the build to fail.
1692 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1693 pkg_check_modules() had actually found the relevant component.
1695 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1697 [CMake] Add an option to build AllInOne files
1698 https://bugs.webkit.org/show_bug.cgi?id=102647
1700 Reviewed by Alex Christensen.
1702 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1703 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1704 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1705 * Source/cmake/WebKitFeatures.cmake:
1706 * Source/cmake/WebKitMacros.cmake:
1708 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1710 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1712 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1714 2015-07-31 Alex Christensen <achristensen@webkit.org>
1716 Prepare for debug CMake builds on Windows.
1717 https://bugs.webkit.org/show_bug.cgi?id=147484
1719 Reviewed by Tim Horton.
1721 * Source/cmake/OptionsWindows.cmake:
1722 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1724 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1726 [EFL] Enable IndexedDB based on DatabaseProcess
1727 https://bugs.webkit.org/show_bug.cgi?id=147221
1729 Reviewed by Csaba Osztrogonác.
1731 * Source/cmake/OptionsEfl.cmake:
1733 2015-07-30 Alex Christensen <achristensen@webkit.org>
1735 Build AppleWin port with CMake
1736 https://bugs.webkit.org/show_bug.cgi?id=147385
1738 Reviewed by Martin Robinson.
1740 * Source/cmake/OptionsWindows.cmake:
1741 Use the static multithreaded runtime. Based on
1742 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1744 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1746 Implement basic types for ECMAScript Internationalization API
1747 https://bugs.webkit.org/show_bug.cgi?id=146926
1749 Reviewed by Benjamin Poulain.
1751 Enable flag now that the basic objects are in place.
1753 * Source/cmake/WebKitFeatures.cmake: enable INTL
1755 2015-07-29 Basile Clement <basile_clement@apple.com>
1757 Remove native call inlining
1758 https://bugs.webkit.org/show_bug.cgi?id=147417
1760 Rubber-stamped by Filip Pizlo.
1762 * Source/cmake/OptionsEfl.cmake:
1763 * Source/cmake/WebKitFeatures.cmake:
1765 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1767 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1768 https://bugs.webkit.org/show_bug.cgi?id=147350
1770 Reviewed by Sam Weinig.
1772 * Source/cmake/WebKitFeatures.cmake:
1774 2015-07-27 Alex Christensen <achristensen@webkit.org>
1776 Use Ninja on Windows.
1777 https://bugs.webkit.org/show_bug.cgi?id=147228
1779 Reviewed by Martin Robinson.
1781 * Source/cmake/OptionsWindows.cmake:
1782 Only use /MP when using generated Visual Studio solution files to build.
1783 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1785 2015-07-27 Alex Christensen <achristensen@webkit.org>
1787 Progress towards building AppleWin with CMake
1788 https://bugs.webkit.org/show_bug.cgi?id=147325
1790 Reviewed by Martin Robinson.
1792 * Source/cmake/OptionsWindows.cmake:
1793 Link with 64-bit libraries if building 64-bit binaries.
1794 Don't run regular expressions on empty strings when using Ninja.
1795 Removed DebugSuffix Visual Studio environment variables.
1797 2015-07-23 Alex Christensen <achristensen@webkit.org>
1799 Remove compile and runtime flags for promises.
1800 https://bugs.webkit.org/show_bug.cgi?id=147244
1802 Reviewed by Yusuke Suzuki.
1804 * Source/cmake/OptionsMac.cmake:
1805 * Source/cmake/OptionsWindows.cmake:
1806 * Source/cmake/WebKitFeatures.cmake:
1808 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1810 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1811 https://bugs.webkit.org/show_bug.cgi?id=147212
1813 Reviewed by Filip Pizlo.
1815 * Source/cmake/WebKitFeatures.cmake:
1817 2015-07-22 Alex Christensen <achristensen@webkit.org>
1819 Fix quirks in CMake build on Mac and Windows
1820 https://bugs.webkit.org/show_bug.cgi?id=147174
1822 Reviewed by Gyuyoung Kim.
1825 * Source/cmake/OptionsWindows.cmake:
1826 Added options I removed in r187022. They are indeed needed.
1827 * Source/cmake/WebKitFS.cmake:
1828 Make the DerivedSources/WebKit directory.
1830 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1832 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1834 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1836 2015-07-20 Alex Christensen <achristensen@webkit.org>
1838 Resurrect CMake build on Windows.
1839 https://bugs.webkit.org/show_bug.cgi?id=147083
1841 Reviewed by Gyuyoung Kim.
1843 * Source/cmake/OptionsCommon.cmake:
1844 * Source/cmake/OptionsWindows.cmake:
1845 Change features to get it to compile. Still not a complete feature set.
1847 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1849 [GTK] Add seccomp filters support
1850 https://bugs.webkit.org/show_bug.cgi?id=110014
1852 Reviewed by Žan Doberšek.
1854 Find needed compiler and linker flags for libseccomp.
1856 * Source/cmake/OptionsGTK.cmake:
1858 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1860 Bring back the GNU ar check to create thin archives on non-Linux systems
1861 https://bugs.webkit.org/show_bug.cgi?id=146681
1863 Reviewed by Martin Robinson.
1865 We already use GNU ar thin archive feature to save time and disk space
1866 on creating static archives, but it is only enabled on Linux. Without
1867 this feature, the debug build of WebCore can be larger than 4 GiB,
1868 which can cause error because GNU ar format uses 32-bit integer to
1869 store offsets in the symbol table. This patch is similar to
1870 https://bugs.webkit.org/show_bug.cgi?id=128596.
1872 * Source/cmake/OptionsCommon.cmake:
1874 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1876 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1877 https://bugs.webkit.org/show_bug.cgi?id=146057
1879 Reviewed by Carlos Garcia Campos.
1881 * Source/cmake/OptionsGTK.cmake:
1883 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1885 [GTK] ar warning when linking static libraries
1886 https://bugs.webkit.org/show_bug.cgi?id=144988
1888 Reviewed by Carlos Garcia Campos.
1890 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1891 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1892 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1893 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1894 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1895 archives. Using 'U' should result in a somewhat faster build (at least when using the
1896 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1897 remove 'u' until someone determines otherwise. This seems like a better option than adding
1898 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1899 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1900 behavior change on distributions that do not use --enable-deterministic-archives, notably
1903 * Source/cmake/OptionsCommon.cmake:
1905 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1907 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1908 https://bugs.webkit.org/show_bug.cgi?id=146590
1910 Reviewed by Martin Robinson.
1912 * Source/PlatformGTK.cmake: override the cached variables to
1913 forcefully disable gtk-doc and gobject-introspection when
1915 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1916 documentation syntax when cross-building.
1919 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1921 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1922 https://bugs.webkit.org/show_bug.cgi?id=146016
1924 Reviewed by Gyuyoung Kim.
1926 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1927 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1928 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1930 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1932 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1934 Implement ECMAScript Internationalization API
1935 https://bugs.webkit.org/show_bug.cgi?id=90906
1937 Reviewed by Benjamin Poulain.
1939 Begin implementing the Intl apis behind ENABLE_INTL flag.
1940 Create the base Intl namespace object.
1942 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1944 2015-06-30 Philippe Normand <pnormand@igalia.com>
1946 [CMake] Error when gst-plugins-base is missing is too confusing
1947 https://bugs.webkit.org/show_bug.cgi?id=145682
1949 Reviewed by Carlos Garcia Campos.
1951 * Source/cmake/OptionsGTK.cmake: Error out if the required
1952 GStreamer libraries are not found on the host.
1954 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1956 CairoGL should be checked unconditionally
1957 https://bugs.webkit.org/show_bug.cgi?id=146390
1959 Reviewed by Darin Adler.
1961 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1962 it is run unconditionally; this is necessary because its result
1963 is used later on, outside of any conditions.
1965 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1967 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1968 https://bugs.webkit.org/show_bug.cgi?id=146318
1970 Reviewed by Sergio Villar Senin.
1972 Enable PUBLIC_SUFFIX_LIST for GTK+.
1974 * Source/cmake/OptionsGTK.cmake:
1976 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1978 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1980 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1982 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1984 [EFL] Hyphenation is not supported
1985 https://bugs.webkit.org/show_bug.cgi?id=89830
1987 Reviewed by Gyuyoung Kim.
1989 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1991 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1993 [CMake] Add support for building with various sanitizer tools
1994 https://bugs.webkit.org/show_bug.cgi?id=131941
1996 Reviewed by Martin Robinson.
1998 * Source/PlatformGTK.cmake: Don't generate any documentation
1999 when compiling with sanitizers enabled.
2000 * Source/cmake/OptionsCommon.cmake: Allow linking with
2001 undefined symbols when compiling with sanitizers enabled.
2003 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
2005 libwebkit2gtk fails to link without opengl
2006 https://bugs.webkit.org/show_bug.cgi?id=138332
2008 Reviewed by Carlos Garcia Campos.
2010 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
2011 enabled regardless of whether OpenGL is, because certain symbols
2012 such as WebCore::GraphicsLayer::create() need to be built.
2014 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
2016 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
2017 https://bugs.webkit.org/show_bug.cgi?id=146181
2019 Reviewed by Martin Robinson.
2021 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
2023 * Source/cmake/OptionsGTK.cmake:
2025 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
2027 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
2028 https://bugs.webkit.org/show_bug.cgi?id=146171
2030 Reviewed by Gyuyoung Kim.
2032 * Source/cmake/OptionsEfl.cmake:
2033 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
2035 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
2037 [CMake] FindGTK3.cmake should not modify the values of build options
2038 https://bugs.webkit.org/show_bug.cgi?id=144613
2040 Reviewed by Martin Robinson.
2042 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
2043 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
2044 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
2045 GTK3_SUPPORTS_GESTURES for consistency.
2046 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
2047 available. It's not possible to automatically select a backend correctly anymore, since all
2048 options are set at the same time.
2050 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2052 Remove unnecessary svn:executable flags
2053 https://bugs.webkit.org/show_bug.cgi?id=146107
2055 Reviewed by Alexey Proskuryakov.
2057 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
2058 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
2059 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
2060 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
2061 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
2063 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
2065 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
2066 https://bugs.webkit.org/show_bug.cgi?id=146108
2068 Reviewed by Gyuyoung Kim.
2070 * Source/cmake/OptionsEfl.cmake:
2072 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
2074 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
2075 https://bugs.webkit.org/show_bug.cgi?id=146035
2077 Reviewed by Gyuyoung Kim.
2079 * Source/cmake/OptionsEfl.cmake:
2081 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
2083 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2084 https://bugs.webkit.org/show_bug.cgi?id=145701
2086 Reviewed by Darin Adler.
2088 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2090 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
2092 [iOS] Crash long pressing on <input type=file>
2093 https://bugs.webkit.org/show_bug.cgi?id=146009
2094 <rdar://problem/21234453>
2096 Reviewed by Ryosuke Niwa.
2098 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
2100 2015-06-16 Brent Fulgham <bfulgham@apple.com>
2102 Rollout accidental Xcode project change.
2104 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2106 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2108 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2109 https://bugs.webkit.org/show_bug.cgi?id=145909
2111 Reviewed by Csaba Osztrogonác.
2113 Bump EWebKit version based on efl library version used by the EWebKit.
2115 * Source/cmake/OptionsEfl.cmake:
2117 2015-06-11 Commit Queue <commit-queue@webkit.org>
2119 Unreviewed, rolling out r185453.
2120 https://bugs.webkit.org/show_bug.cgi?id=145881
2122 it broke the 32-bit build (Requested by clopez on #webkit).
2126 "[GTK] [Wayland] Should be possible to build with support for
2127 both X11 and Wayland."
2128 https://bugs.webkit.org/show_bug.cgi?id=145701
2129 http://trac.webkit.org/changeset/185453
2131 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2133 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2134 https://bugs.webkit.org/show_bug.cgi?id=145701
2136 Reviewed by Žan Doberšek.
2138 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2140 2015-06-03 Daniel Bates <dabates@apple.com>
2142 Caps lock indicator should not be shown in read-only or disabled field
2143 https://bugs.webkit.org/show_bug.cgi?id=145612
2144 <rdar://problem/21227454>
2146 Reviewed by Darin Adler.
2148 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2149 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2150 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2152 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2154 [cmake] Suppress parentheses-equality warnings
2155 https://bugs.webkit.org/show_bug.cgi?id=145126
2157 Reviewed by Darin Adler.
2159 * Source/cmake/WebKitHelpers.cmake:
2161 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2163 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2164 https://bugs.webkit.org/show_bug.cgi?id=145408
2166 Reviewed by Carlos Garcia Campos.
2168 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2169 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2170 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2172 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2173 libraries. Detect also GLX libraries.
2174 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2175 libraries. Use find_path() to get the include path.
2176 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2178 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2179 depending on the libraries found on the system.
2180 Move the detection of GLX (and the include of CMakePushCheckState)
2181 to FindOpenGL.cmake.
2182 Ensure that we only define USE_GLX when we build with OpenGL
2183 (but not with GLESv2).
2185 2015-05-27 Dean Jackson <dino@apple.com>
2187 img.currentSrc problem in strict mode with old picturefill
2188 https://bugs.webkit.org/show_bug.cgi?id=144095
2189 <rdar://problem/21087013>
2191 Reviewed by Simon Fraser.
2193 Add a PICTURE_SIZES flag.
2195 * Source/cmake/OptionsEfl.cmake:
2196 * Source/cmake/OptionsGTK.cmake:
2197 * Source/cmake/OptionsMac.cmake:
2198 * Source/cmake/OptionsWindows.cmake:
2199 * Source/cmake/WebKitFeatures.cmake:
2201 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2203 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2205 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2207 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2209 Unreviewed. Export DatabaseProcessMainUnix symbol.
2211 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2212 is exported in production builds.
2214 * Source/cmake/gtksymbols.filter:
2216 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2218 [GTK] Enable IndexedDB
2219 https://bugs.webkit.org/show_bug.cgi?id=98932
2221 Reviewed by Žan Doberšek.
2223 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2224 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2226 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2228 [GTK] Bump GCC requirements to 4.9.0
2229 https://bugs.webkit.org/show_bug.cgi?id=145211
2231 Reviewed by Žan Doberšek.
2233 It's required to build with IndexedDB support when using GCC,
2234 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2236 * Source/cmake/OptionsGTK.cmake:
2238 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2240 [CMake] Ignore warnings in system headers
2241 https://bugs.webkit.org/show_bug.cgi?id=144747
2243 Reviewed by Darin Adler.
2245 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2246 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2247 use the SYSTEM argument to the command (added in 2.8.12).
2251 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2253 [CMake] Error out when ruby is too old
2254 https://bugs.webkit.org/show_bug.cgi?id=145014
2256 Reviewed by Martin Robinson.
2258 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2263 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2265 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2266 https://bugs.webkit.org/show_bug.cgi?id=144995
2268 Reviewed by Carlos Garcia Campos.
2270 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2271 the X11 windowing target at the moment, so the following options
2272 and variables should be enabled or disabled accordingly:
2273 - ENABLE_PLUGIN_PROCESS_GTK2
2274 - ENABLE_NETSCAPE_PLUGIN_API
2275 - ENABLE_PLUGIN_PROCESS
2277 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2279 Linker fails without -DDEVELOPER_MODE=ON
2280 https://bugs.webkit.org/show_bug.cgi?id=144117
2282 Reviewed by Gyuyoung Kim.
2284 * Source/cmake/OptionsEfl.cmake:
2285 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2286 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2288 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2290 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2291 https://bugs.webkit.org/show_bug.cgi?id=144846
2293 Reviewed by Martin Robinson.
2295 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2296 CAIRO_GL_* throughout, because find_package will define
2298 * Source/cmake/OptionsGTK.cmake: Ditto.
2300 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2302 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2303 https://bugs.webkit.org/show_bug.cgi?id=144845
2305 Reviewed by Martin Robinson.
2307 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2308 if their corresponding WTF options are ON. The code in npapi.h
2309 relies on these being undefined if they are to be switched off.
2311 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2313 Remove the PICTURE_SIZES build flag
2314 https://bugs.webkit.org/show_bug.cgi?id=144679
2316 Reviewed by Benjamin Poulain.
2318 Removed the PICTURE_SIZES build time flag.
2320 * Source/cmake/OptionsEfl.cmake:
2321 * Source/cmake/OptionsGTK.cmake:
2322 * Source/cmake/OptionsMac.cmake:
2323 * Source/cmake/OptionsWindows.cmake:
2324 * Source/cmake/WebKitFeatures.cmake:
2326 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2328 [GTK] [CMake] Check for required X libraries
2329 https://bugs.webkit.org/show_bug.cgi?id=144823
2331 Reviewed by Martin Robinson.
2333 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2335 * Source/cmake/OptionsGTK.cmake:
2337 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2339 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2340 https://bugs.webkit.org/show_bug.cgi?id=144746
2342 Reviewed by Carlos Garcia Campos.
2344 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2345 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2346 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2348 * Source/cmake/OptionsGTK.cmake:
2350 2015-05-08 Daniel Bates <dabates@apple.com>
2352 [iOS] WebSQL operations are not performed after device is locked
2353 https://bugs.webkit.org/show_bug.cgi?id=137503
2354 <rdar://problem/20844952>
2356 Rubber-stamped by Alexey Proskuryakov.
2358 Add a manual test to help verify that we do not regress this issue.
2360 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2362 2015-05-08 Commit Queue <commit-queue@webkit.org>
2364 Unreviewed, rolling out r183945.
2365 https://bugs.webkit.org/show_bug.cgi?id=144789
2367 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2371 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2372 https://bugs.webkit.org/show_bug.cgi?id=144746
2373 http://trac.webkit.org/changeset/183945
2375 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2377 Cleanup after r183940
2378 https://bugs.webkit.org/show_bug.cgi?id=144768
2382 Looks like the empty directories were not deleted.
2384 * Source/PAL: Removed.
2385 * Source/PAL/Configurations: Removed.
2386 * Source/PAL/PAL.xcodeproj: Removed.
2387 * Source/PAL/graphics: Removed.
2389 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2391 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2392 https://bugs.webkit.org/show_bug.cgi?id=144746
2394 Reviewed by Martin Robinson.
2396 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2397 what it is defined to, so defining it to 0 effectively turned it on always.
2399 * Source/cmake/OptionsGTK.cmake:
2401 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2403 Revert "Introducing the Platform Abstraction Layer (PAL)"
2404 https://bugs.webkit.org/show_bug.cgi?id=144751
2408 PAL should be a new target inside WebCore, rather than a top-level folder.
2410 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2412 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2414 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2416 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2418 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2420 Introducing the Platform Abstraction Layer (PAL)
2421 https://bugs.webkit.org/show_bug.cgi?id=143358
2423 Reviewed by Simon Fraser.
2425 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2427 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2429 [cmake] Disable GNU Gold linker on Cortex A53
2430 https://bugs.webkit.org/show_bug.cgi?id=144382
2432 Reviewed by Carlos Garcia Campos.
2434 * Source/cmake/OptionsCommon.cmake:
2436 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2438 USE(...) macro should expect unprefixed variables
2439 https://bugs.webkit.org/show_bug.cgi?id=144454
2441 Reviewed by Daniel Bates.
2443 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2444 * Source/cmake/OptionsEfl.cmake: Ditto.
2445 * Source/cmake/OptionsGTK.cmake: Ditto.
2446 * Source/cmake/OptionsMac.cmake: Ditto.
2447 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2448 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2451 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2453 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2454 https://bugs.webkit.org/show_bug.cgi?id=144394
2456 Reviewed by Carlos Garcia Campos.
2458 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2459 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2460 disabled in previous reworking of the CMake configuration.
2462 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2463 version of USE variables.
2464 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2465 is exposed to the build.
2467 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2469 Unreviewed. Bump GTK+ version numbers.
2471 * Source/cmake/OptionsGTK.cmake:
2473 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2475 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2476 https://bugs.webkit.org/show_bug.cgi?id=144435
2478 Reviewed by Gyuyoung Kim.
2480 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2481 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2483 * Source/cmake/OptionsEfl.cmake:
2485 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2487 REGRESSION(183583): [Mac] make without SDKROOT has issues
2488 https://bugs.webkit.org/show_bug.cgi?id=144431
2490 Reviewed by Dan Bernstein.
2493 Assume an empty SDKROOT means an macosx variant, so only
2494 enable settings if the SDKROOT is not empty and does not
2497 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2499 Fix the GTK+ build after r183584
2501 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2503 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2505 [GTK] Add support for automatic hyphenation
2506 https://bugs.webkit.org/show_bug.cgi?id=44478
2508 Reviewed by Carlos Garcia Campos.
2510 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2511 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2512 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2514 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2516 Failure when building WebKit for appletvsimulator.
2517 https://bugs.webkit.org/show_bug.cgi?id=144356
2519 Reviewed by Alexey Proskuryakov.
2521 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2522 make TVOS and WatchOS behave correctly.
2526 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2528 [CMake] [GTK] Organize and clean up unused CMake variables
2529 https://bugs.webkit.org/show_bug.cgi?id=144364
2531 Reviewed by Gyuyoung Kim.
2533 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2534 specific to certain projects into their PlatformGTK.cmake files.
2536 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2538 [EFL] Build failure to find gio-unix
2539 https://bugs.webkit.org/show_bug.cgi?id=144083
2541 Reviewed by Gyuyoung Kim.
2543 Original patch by Doug Newgard <scimma22@outlook.com>
2545 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2547 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2549 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2550 https://bugs.webkit.org/show_bug.cgi?id=143001
2552 Reviewed by Gyuyoung Kim.
2554 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2555 * Source/cmake/OptionsGTK.cmake: Ditto.
2557 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2559 Unreviewed, fix typo in previous commit
2561 libsecretr -> libsecret in the error message.
2563 * Source/cmake/OptionsGTK.cmake:
2565 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2567 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2568 https://bugs.webkit.org/show_bug.cgi?id=143546
2570 Reviewed by Martin Robinson.
2572 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2573 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2574 default. Fail the build with an informative error message if an optional dependency required
2575 for an enabled feature is not present. Perform find_package commands only when necessary.
2576 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2579 * Source/cmake/OptionsGTK.cmake:
2581 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2583 [GTK] Make all options actually options
2584 https://bugs.webkit.org/show_bug.cgi?id=144106
2586 Reviewed by Martin Robinson.
2588 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2589 ENABLE_WAYLAND_TARGET.
2591 * Source/cmake/OptionsGTK.cmake:
2593 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2595 Unreviewed, fix GTK build after r183452
2597 * Source/cmake/OptionsGTK.cmake:
2599 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2601 [GTK] Add one single option to control all OpenGL-related options
2602 https://bugs.webkit.org/show_bug.cgi?id=144105
2604 Reviewed by Martin Robinson.
2606 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2607 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2608 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2609 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2610 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2611 presence of CairoGL.
2613 * Source/cmake/OptionsGTK.cmake:
2615 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2617 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2618 https://bugs.webkit.org/show_bug.cgi?id=144306
2620 Reviewed by Martin Robinson.
2622 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2624 * Source/cmake/OptionsGTK.cmake:
2626 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2628 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2629 https://bugs.webkit.org/show_bug.cgi?id=144193
2631 Reviewed by Darin Adler.
2633 * Source/cmake/OptionsEfl.cmake:
2634 * Source/cmake/OptionsGTK.cmake:
2635 * Source/cmake/OptionsWinCairo.cmake:
2636 * Source/cmake/WebKitFeatures.cmake:
2638 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2640 [CMake] Should be possible for an option to conflict with other options
2641 https://bugs.webkit.org/show_bug.cgi?id=143956
2643 Reviewed by Martin Robinson.
2645 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2647 * Source/cmake/WebKitFeatures.cmake:
2649 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2651 [CMake] Autogenerate cmakeconfig.h.cmake
2652 https://bugs.webkit.org/show_bug.cgi?id=143997
2654 Reviewed by Csaba Osztrogonác.
2656 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2657 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2658 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2659 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2660 Do some other miscellaneous related cleanup.
2661 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2662 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2663 build exposed variables. Add a macro to generate a configuration from them.
2664 * Source/cmakeconfig.h.cmake: Removed.
2666 2015-04-24 Philippe Normand <pnormand@igalia.com>
2668 [JHBuild] Move to upstream OpenWebRTC
2669 https://bugs.webkit.org/show_bug.cgi?id=144145
2671 Reviewed by Carlos Garcia Campos.
2673 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2676 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2678 [ES6] Implement ES6 template literals
2679 https://bugs.webkit.org/show_bug.cgi?id=142691
2681 Reviewed by Darin Adler.
2683 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2685 * Source/cmake/WebKitFeatures.cmake:
2686 * Source/cmakeconfig.h.cmake:
2688 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2690 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2691 https://bugs.webkit.org/show_bug.cgi?id=144182
2693 Reviewed by Simon Fraser.
2695 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2696 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2697 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2698 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2699 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2701 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2703 [GTK] Add more public options
2704 https://bugs.webkit.org/show_bug.cgi?id=144116
2706 Reviewed by Martin Robinson.
2708 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2710 * Source/cmake/OptionsGTK.cmake:
2712 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2714 [CMake] Some internal variables are not marked as advanced
2715 https://bugs.webkit.org/show_bug.cgi?id=143595
2717 Reviewed by Martin Robinson.
2719 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2720 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2722 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2724 [GTK] Mark as advanced the build options we don't want to expose
2725 https://bugs.webkit.org/show_bug.cgi?id=143558
2727 Reviewed by Martin Robinson.
2729 Mark various options as private instead of public.
2731 * Source/cmake/OptionsGTK.cmake:
2733 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2735 [CMake] Should be possible for an option to depend on multiple options
2736 https://bugs.webkit.org/show_bug.cgi?id=143839
2738 Reviewed by Martin Robinson.
2740 Use a list instead of a single variable to track the dependencies of each option. Iterate
2741 over the list as many times as necessary to ensure all options are properly disabled.
2743 * Source/cmake/WebKitFeatures.cmake:
2745 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2747 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2748 https://bugs.webkit.org/show_bug.cgi?id=144103
2750 Reviewed by Martin Robinson.
2752 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2754 * Source/cmake/WebKitFeatures.cmake:
2756 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2758 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2759 https://bugs.webkit.org/show_bug.cgi?id=144102
2761 Reviewed by Martin Robinson.
2763 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2764 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2765 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2767 * Source/cmake/OptionsGTK.cmake:
2769 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2771 [CMake] Clean up JSC JIT options
2772 https://bugs.webkit.org/show_bug.cgi?id=143998
2774 Reviewed by Filip Pizlo.
2776 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2777 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2778 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2779 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2780 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2781 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2783 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2785 [CMake] Use lowercase for local variables in macros
2786 https://bugs.webkit.org/show_bug.cgi?id=144059
2788 Reviewed by Martin Robinson.
2790 Convert some variable names to lowercase.
2792 * Source/cmake/WebKitFeatures.cmake:
2794 2015-04-22 Commit Queue <commit-queue@webkit.org>
2796 Unreviewed, rolling out r183116.
2797 https://bugs.webkit.org/show_bug.cgi?id=144060
2799 Inadvertently deleted a file... (Requested by mcatanzaro on
2804 "[CMake] Use lowercase for local variables in macros"
2805 https://bugs.webkit.org/show_bug.cgi?id=144059
2806 http://trac.webkit.org/changeset/183116
2808 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2810 [CMake] Use lowercase for local variables in macros
2811 https://bugs.webkit.org/show_bug.cgi?id=144059
2813 Reviewed by Martin Robinson.
2815 Convert some variable names to lowercase.
2817 * Source/cmake/WebKitFeatures.cmake:
2819 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2821 [CMake] Features list should print dots every other row
2822 https://bugs.webkit.org/show_bug.cgi?id=143832
2824 Reviewed by Martin Robinson.
2826 Discount private options when determining whether to print dots on a given row of the
2827 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2828 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2829 wasn't noticed because it only affects the first line, and use of the variable name as a
2830 string in a conditional.)
2832 * Source/cmake/WebKitFeatures.cmake:
2834 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2836 [CMake] Require specifying visibility of WebKit options
2837 https://bugs.webkit.org/show_bug.cgi?id=143831
2839 Reviewed by Alex Christensen.
2841 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2842 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2843 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2844 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2845 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2846 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2847 cross-platform options as PRIVATE.
2849 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2851 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2852 https://bugs.webkit.org/show_bug.cgi?id=143935
2854 Reviewed by Darin Adler.
2856 Some variables aren't defined in these files or unused variables aren't removed. This
2857 patch cleans up it as well as fix wrong alphabet order.
2859 * Source/cmake/WebKitFeatures.cmake:
2860 * Source/cmakeconfig.h.cmake:
2862 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2864 Restore the WebKit.xcworkspace to the way it was before r182899,
2865 which inadvertently added the Source directory and a couple of source
2868 * WebKit.xcworkspace/contents.xcworkspacedata:
2870 2015-04-16 Basile Clement <basile_clement@apple.com>
2872 Extract the allocation profile from JSFunction into a rare object
2873 https://bugs.webkit.org/show_bug.cgi?id=143807
2875 Reviewed by Filip Pizlo.
2877 * WebKit.xcworkspace/contents.xcworkspacedata:
2879 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2881 [EFL] Bump LLVM to version 3.6.0 on X86_64
2882 https://bugs.webkit.org/show_bug.cgi?id=143604
2884 Reviewed by Gyuyoung Kim.
2886 * Source/cmake/FindLLVM.cmake: Added version handling.
2887 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2889 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2891 Custom CSS cursors do not use -webkit-image-set on retina displays
2892 https://bugs.webkit.org/show_bug.cgi?id=120783
2894 Reviewed by Beth Dakin.
2895 Patch by Evan Wallace <evan.exe@gmail.com>.
2897 Add a manual test for custom CSS cursors on retina displays.
2899 * ManualTests/retina-cursors.html: Added.
2901 2015-04-15 Alex Christensen <achristensen@webkit.org>
2903 Progress towards CMake on Mac.
2904 https://bugs.webkit.org/show_bug.cgi?id=143785
2906 Reviewed by Csaba Osztrogonác.
2909 * Source/cmake/OptionsMac.cmake:
2910 * Source/cmake/WebKitFS.cmake:
2912 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2914 Cannot click "Next" button on Google two-factor auth setup page
2916 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2917 <rdar://problem/19175714>
2919 Reviewed by Darin Adler.
2921 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2923 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2925 [cmake] REGRESSION(182663): It broke feature dependency handling
2926 https://bugs.webkit.org/show_bug.cgi?id=143665
2928 Reviewed by Csaba Osztrogonác.
2930 Don't try to check the value of options before defining the options.
2932 * Source/cmake/WebKitFeatures.cmake:
2934 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2936 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2937 https://bugs.webkit.org/show_bug.cgi?id=143664
2939 Reviewed by Gyuyoung Kim.
2941 * Source/cmake/OptionsEfl.cmake:
2942 * Source/cmake/OptionsGTK.cmake:
2943 * Source/cmake/WebKitFeatures.cmake:
2944 * Source/cmakeconfig.h.cmake:
2946 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2948 [EFL] Enable Media Source
2949 https://bugs.webkit.org/show_bug.cgi?id=143635
2951 Reviewed by Csaba Osztrogonác.
2953 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2955 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2957 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2958 https://bugs.webkit.org/show_bug.cgi?id=143636
2960 Reviewed by Martin Robinson.
2962 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2963 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2965 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2966 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2968 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2970 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2972 Fix ENABLE_TOUCH_SLIDER so that it can be used
2976 * Source/cmake/WebKitFeatures.cmake:
2978 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2980 [CMake] Print sorted feature list at the very end of the configure process
2981 https://bugs.webkit.org/show_bug.cgi?id=143596
2983 Reviewed by Martin Robinson.
2985 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2986 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2987 and sort the options before printing. Reorder some code so that features still get
2988 propagated to the bindings generators.
2990 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2992 [CMake] Options should be marked as advanced by default
2993 https://bugs.webkit.org/show_bug.cgi?id=143572
2995 Reviewed by Gyuyoung Kim.
2997 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2998 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2999 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
3000 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
3001 option without making it public.
3003 * Source/cmake/WebKitFeatures.cmake:
3005 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3007 [CMake] Remove unnecessary ENABLE_WEBCORE switch
3008 https://bugs.webkit.org/show_bug.cgi?id=143584
3010 Reviewed by Csaba Osztrogonác.
3012 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
3016 * Source/CMakeLists.txt:
3017 * Source/cmake/OptionsGTK.cmake:
3018 * Source/cmake/WebKitFS.cmake:
3020 2015-04-08 Filip Pizlo <fpizlo@apple.com>
3022 Unreviewed, revert accidental commit.
3026 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
3028 Add CMake build system for WinCairo port.
3029 https://bugs.webkit.org/show_bug.cgi?id=115944
3031 Reviewed by Chris Dumez.
3033 * Source/cmake/OptionsWindows.cmake:
3034 * Source/cmake/WebKitMacros.cmake:
3035 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3037 2015-04-06 Alberto Garcia <berto@igalia.com>
3039 [GTK] Fix HPPA build
3040 https://bugs.webkit.org/show_bug.cgi?id=143453
3042 Reviewed by Darin Adler.
3044 Add HPPA to the list of supported CPUs.
3048 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
3050 Unreviewed, kick the GTK bots to fix an incremental build issue.
3052 * Source/cmake/OptionsGTK.cmake:
3054 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
3056 Fix the EFL and GTK build after r182243
3057 https://bugs.webkit.org/show_bug.cgi?id=143361
3059 Reviewed by Csaba Osztrogonác.
3061 * Source/PlatformEfl.cmake: Add a custom command that copies
3062 the InspectorBackendCommands.js file into the proper directory
3063 under DerivedSources/WebInspectorUI/.
3065 2015-04-01 Alex Christensen <achristensen@webkit.org>
3067 Progress towards CMake on Windows and Mac.
3068 https://bugs.webkit.org/show_bug.cgi?id=143293
3070 Reviewed by Filip Pizlo.
3073 Set DERIVED_SOURCES_WTF_DIR for Windows.
3074 * Source/CMakeLists.txt:
3075 Don't compile bmalloc on Windows.
3076 * Source/cmake/OptionsCommon.cmake:
3077 Use the absolute path of the C preprocessor.
3078 * Source/cmake/OptionsWinCairo.cmake:
3079 Added needed definitions.
3080 * Source/cmake/OptionsWindows.cmake:
3081 Set some default values and removed support for old Visual Studio versions before /MP.
3082 * Source/cmake/WebKitFS.cmake:
3083 Make WTF DerivedSources directory.
3084 * Source/cmake/WebKitMacros.cmake:
3085 Added ADD_PRECOMPILED_HEADER macro based on
3086 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3088 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
3090 Use colored diagnostics when building with cmake + ninja + clang
3091 https://bugs.webkit.org/show_bug.cgi?id=143297
3093 Reviewed by Žan Doberšek.
3095 Because that ninja sets subprocess stdout/stderr to a pipe, clang
3096 disables colored output.
3097 This patch forces clang to use colored diagnostics when we are using
3100 * Source/cmake/OptionsCommon.cmake:
3102 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3104 [CMake] Update old CMakeList.txt in gtest
3105 https://bugs.webkit.org/show_bug.cgi?id=143192
3107 Reviewed by Darin Adler.
3109 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3110 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3111 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3113 * Source/CMakeLists.txt:
3114 * Source/cmake/gtest/CMakeLists.txt: Removed.
3116 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3118 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3119 https://bugs.webkit.org/show_bug.cgi?id=143138
3121 Reviewed by Csaba Osztrogonác.
3123 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3124 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3126 * Source/cmake/OptionsWindows.cmake:
3127 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3128 * Source/cmake/WebKitMacros.cmake:
3130 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3132 [GStreamer] share GL context in pipeline, part 2
3133 https://bugs.webkit.org/show_bug.cgi?id=143049
3135 Reviewed by Carlos Garcia Campos.
3137 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3138 OpenGL/ES2 is found and GLX/EGL is found too.
3140 2015-03-26 Alex Christensen <achristensen@webkit.org>
3142 Progress towards CMake on Mac.
3143 https://bugs.webkit.org/show_bug.cgi?id=143112
3145 Reviewed by Chris Dumez.
3147 * Source/cmake/OptionsMac.cmake:
3149 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3151 [EFL] Add OpenWebRTC in jhbuild
3152 https://bugs.webkit.org/show_bug.cgi?id=142778
3154 Reviewed by Gyuyoung Kim.
3156 Original patch by Philippe Normand <pnormand@igalia.com>
3158 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3159 mediastream build is enabled.
3161 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3163 [GTK] Add a configure option to build without Redirected XComposite Window
3164 https://bugs.webkit.org/show_bug.cgi?id=142865
3166 Reviewed by Žan Doberšek.
3168 The Redirected XComposite Window was added to support some
3169 features like GtkOverlay, but in cases where we don't need such
3170 features, it's more efficient to use the XID of the WebKitWebView
3171 window as the native surface handle for the accelerated
3172 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3173 that is enabled by default for X11 target when OpenGL is enabled.
3175 * Source/cmake/OptionsGTK.cmake:
3177 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3179 [GTK] Search for the Wayland dependency when enabling Wayland target
3180 https://bugs.webkit.org/show_bug.cgi?id=142876
3182 Reviewed by Carlos Garcia Campos.
3184 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3185 requirement of either the GTK+ or GDK pkg-config files, so we have to
3186 search for it ourselves when WebKitGTK+ has been configured to support
3187 the Wayland windowing target.
3189 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3191 Unreviewed, kick the GTK bots to regenerate makefile.
3192 https://bugs.webkit.org/show_bug.cgi?id=137394
3194 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3195 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3197 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3199 Unreviewed, kick the GTK bots to regenerate makefile.
3200 https://bugs.webkit.org/show_bug.cgi?id=137394
3202 * Source/cmake/OptionsEfl.cmake:
3204 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3206 [GTK] Fix inspector userinterface related incremental build issue
3207 https://bugs.webkit.org/show_bug.cgi?id=142849
3209 Reviewed by Carlos Garcia Campos.
3211 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3213 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3215 Unreviewed, kick the GTK bots to regenerate makefile.
3217 * Source/cmake/OptionsGTK.cmake:
3219 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3221 [EFL] Expose JavaScript binding interface through ewk_extension
3222 https://bugs.webkit.org/show_bug.cgi?id=142033
3224 Reviewed by Gyuyoung Kim.
3226 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3228 2015-03-17 Philippe Normand <pnormand@igalia.com>
3230 [GTK] basic OpenWebRTC build support
3231 https://bugs.webkit.org/show_bug.cgi?id=142393
3233 Reviewed by Carlos Garcia Campos.
3235 * Source/cmake/FindOpenWebRTC.cmake: Added.
3236 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3237 mediastream build is enabled.
3239 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3241 [CMake][EFL] Build test tools only for developer mode
3242 https://bugs.webkit.org/show_bug.cgi?id=142761
3244 Reviewed by Csaba Osztrogonác.
3246 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3248 * Source/cmake/OptionsEfl.cmake:
3249 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3250 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3251 * Source/cmakeconfig.h.cmake:
3253 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3255 Enable ES6 classes by default
3256 https://bugs.webkit.org/show_bug.cgi?id=142774
3258 Reviewed by Gavin Barraclough.
3260 * Source/cmake/WebKitFeatures.cmake:
3262 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3264 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3265 https://bugs.webkit.org/show_bug.cgi?id=142722
3267 Reviewed by Csaba Osztrogonác.
3269 Categorize to define cmake variables, to find necessary packages,
3270 use upper case for "glib_conponents" cmake variable name, re-arrange
3271 wrong alphabet sorting, and so on.
3273 * CMakeLists.txt: Remove WinCE port.
3274 * Source/cmake/OptionsEfl.cmake:
3276 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3278 [GStreamer] share GL context in pipeline
3279 https://bugs.webkit.org/show_bug.cgi?id=142693
3281 Reviewed by Philippe Normand.
3283 Add search of gstreamer-gl library in the GStreamer installation. If
3284 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3286 * Source/cmake/FindGStreamer.cmake:
3287 * Source/cmake/OptionsGTK.cmake:
3289 2015-03-13 Alex Christensen <achristensen@webkit.org>
3291 Progress towards CMake on Mac.
3292 https://bugs.webkit.org/show_bug.cgi?id=142680
3294 Reviewed by Gyuyoung Kim.
3297 * Source/PlatformMac.cmake: Added stub.
3298 * Source/cmake/OptionsMac.cmake:
3299 Change defines to get CMake working.
3301 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3303 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3304 https://bugs.webkit.org/show_bug.cgi?id=126688
3306 Reviewed by Gustavo Noronha Silva.
3308 Add ENABLE_MINIBROWSER option, enabled by default for development
3309 builds and disabled for production builds unless explicilty enabled.
3311 * Source/cmake/OptionsGTK.cmake:
3313 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3315 [GTK] Do not look for child processes in the UI process binary path
3316 https://bugs.webkit.org/show_bug.cgi?id=135752
3318 Reviewed by Gustavo Noronha Silva.
3320 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3321 build for development builds.
3323 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3325 [GTK] Add a configure option to build with OpenGL ES 2
3326 https://bugs.webkit.org/show_bug.cgi?id=142498
3328 Reviewed by Martin Robinson.
3330 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3331 GLES2 is required and OpenGL is not even searched. Otherwise we
3332 search for OpenGL as usual, using it only if present.
3334 * Source/cmake/OptionsGTK.cmake:
3336 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3338 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3339 https://bugs.webkit.org/show_bug.cgi?id=142338
3341 Reviewed by Gyuyoung Kim.
3343 * Source/cmake/WebKitHelpers.cmake:
3345 2015-03-03 Daniel Bates <dabates@apple.com>
3347 Convert ManualTests/svg-tooltip.svg to a DRT test
3348 https://bugs.webkit.org/show_bug.cgi?id=140480
3350 Reviewed by Alex Christensen.
3352 * ManualTests/svg-tooltip.svg: Removed.
3354 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3356 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3357 https://bugs.webkit.org/show_bug.cgi?id=142165
3359 Reviewed by Carlos Garcia Campos.
3361 * Source/cmake/gtksymbols.filter:
3363 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3365 [EFL] Remove unnecessary comment after r179110
3366 https://bugs.webkit.org/show_bug.cgi?id=142042
3368 Reviewed by Gyuyoung Kim.
3370 * Source/cmake/OptionsEfl.cmake:
3372 2015-02-23 Tomas Popela <tpopela@redhat.com>
3374 [GTK] Fails to compile with cmake 3.2.x
3375 https://bugs.webkit.org/show_bug.cgi?id=141796
3377 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3378 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3379 added and the build will fail.
3381 Reviewed by Martin Robinson.
3383 * Source/cmake/OptionsGTK.cmake:
3385 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3387 Remove svn:keywords property.
3389 As far as I can tell, the property had no effect on any of these files, but also,
3390 when it has effect it's likely harmful.
3392 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3393 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3394 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3395 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3396 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3397 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3398 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3399 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3400 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3401 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3402 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3403 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3404 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3405 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3407 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3409 [CMAKE] Remove CMakeLists.txt in WK1 port
3410 https://bugs.webkit.org/show_bug.cgi?id=141617
3412 Reviewed by Anders Carlsson.
3414 Nobody uses CMake in WK1 port. Remove it.
3418 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3420 Unreviewed, remove empty directories.
3422 * ManualTests/qt: Removed.
3424 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3426 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3427 https://bugs.webkit.org/show_bug.cgi?id=141481
3429 Reviewed by Csaba Osztrogonác.
3431 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3433 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3435 [EFL][GTK] Use bmalloc instead of tcmalloc
3436 https://bugs.webkit.org/show_bug.cgi?id=140162
3438 Reviewed by Carlos Garcia Campos.
3440 Add bmalloc directory to build list.
3442 * CMakeLists.txt: Define BMALLOC_DIR directory.
3443 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3445 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3447 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3448 https://bugs.webkit.org/show_bug.cgi?id=141392
3450 Reviewed by Gustavo Noronha Silva.
3452 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3454 * Source/cmake/OptionsGTK.cmake:
3456 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3458 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3459 https://bugs.webkit.org/show_bug.cgi?id=141328
3461 Reviewed by Darin Adler.
3463 Added as manual test because it involves a huge grid allocation
3464 which is very slow on Debug bots, the only ones capable to trigger
3467 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3469 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3471 [Streams API] Implement a barebone ReadableStream interface
3472 https://bugs.webkit.org/show_bug.cgi?id=141045
3474 Reviewed by Benjamin Poulain.
3476 * Source/cmake/WebKitFeatures.cmake:
3477 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3479 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3481 Revert accidental change in r179490.
3485 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3487 Unreviewed, revert accidental change to Makefile.shared in r179478
3491 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3493 [CMake] Minimum python version should be 2.7.
3494 https://bugs.webkit.org/show_bug.cgi?id=140997
3496 Reviewed by Csaba Osztrogonác.
3500 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3502 Apply feTurbulence spec change to fix zero length vector generation
3503 https://bugs.webkit.org/show_bug.cgi?id=140812
3505 Reviewed by Darin Adler.
3507 Recently a bug with the turbulence algorithm was corrected in the
3508 Filter Effects specification.
3509 For some seed values this bug allowed zero length vectors to be generated.
3510 This resulted in large solid color squares being present in the generated image.
3511 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3512 applies that change in WebCore.
3514 Test: svg/filters/feTurbulence_bad_seeds.html
3516 * platform/graphics/filters/FETurbulence.cpp:
3517 (WebCore::FETurbulence::initPaint):
3518 Added rejection sampling during vector generation to avoid zero length vectors.
3520 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3522 [cmake] Remove compiler version calculate cruft
3523 https://bugs.webkit.org/show_bug.cgi?id=140885
3525 Reviewed by Darin Adler.
3527 * Source/cmake/WebKitHelpers.cmake:
3529 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3531 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3532 https://bugs.webkit.org/show_bug.cgi?id=140886
3534 Reviewed by Žan Doberšek.
3536 * Source/cmake/WebKitHelpers.cmake:
3538 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3540 [GTK] gtkdoc does not appear in DevHelp
3541 https://bugs.webkit.org/show_bug.cgi?id=139369
3543 Reviewed by Philippe Normand.
3545 Expect the gtkdoc to be generated in folders named with the API version.
3547 * Source/PlatformGTK.cmake:
3549 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3551 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
3552 https://bugs.webkit.org/show_bug.cgi?id=140609
3554 Reviewed by Csaba Osztrogonác.
3556 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
3557 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
3558 compilation flags. Those were added after the jsCStack branch merge, but
3559 can now be removed since the -ftree-dce issues were fixed in GCC, and
3560 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
3562 * Source/cmake/OptionsEfl.cmake:
3563 * Source/cmake/OptionsGTK.cmake:
3565 2015-01-26 Commit Queue <commit-queue@webkit.org>
3567 Unreviewed, rolling out r179107.
3568 https://bugs.webkit.org/show_bug.cgi?id=140880
3570 The GCC in the bots doesn't support the AsyncTask
3571 implementation (Requested by KaL on #webkit).
3575 "[GTK] Enable IndexedDB"
3576 https://bugs.webkit.org/show_bug.cgi?id=98932
3577 http://trac.webkit.org/changeset/179107
3579 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
3581 [GTK] Enable IndexedDB
3582 https://bugs.webkit.org/show_bug.cgi?id=98932
3584 Reviewed by Žan Doberšek.
3586 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3587 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3589 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
3591 [GTK] Add initial database process support
3592 https://bugs.webkit.org/show_bug.cgi?id=139491
3594 Reviewed by Sergio Villar Senin.
3596 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
3598 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
3600 Add a build flag for ES6 class syntax
3601 https://bugs.webkit.org/show_bug.cgi?id=140760
3603 Reviewed by Michael Saboff.
3605 * Source/cmake/WebKitFeatures.cmake:
3606 * Source/cmakeconfig.h.cmake:
3608 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3610 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
3611 https://bugs.webkit.org/show_bug.cgi?id=140049
3613 Reviewed by Gyuyoung Kim.
3615 * Source/cmake/OptionsCommon.cmake:
3617 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3619 Remove ENABLE(INSPECTOR) ifdef guards
3620 https://bugs.webkit.org/show_bug.cgi?id=140668
3622 Reviewed by Darin Adler.
3624 * Source/PlatformEfl.cmake:
3625 * Source/cmake/OptionsEfl.cmake:
3626 * Source/cmake/OptionsGTK.cmake:
3627 * Source/cmake/OptionsMac.cmake:
3628 * Source/cmake/WebKitFeatures.cmake:
3629 * Source/cmakeconfig.h.cmake:
3631 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
3633 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
3635 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3637 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3639 [CMAKE] Fix cmake warning
3640 https://bugs.webkit.org/show_bug.cgi?id=140497
3642 Reviewed by Gustavo Noronha Silva.
3644 r173155 already tried to fix cmake warning though, the warning is still exist.
3645 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
3646 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
3647 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
3648 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
3649 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
3653 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
3655 [GTK] Generate the make dist manifest from a CMake template file
3656 https://bugs.webkit.org/show_bug.cgi?id=139387
3658 Reviewed by Martin Robinson.
3660 Generate manifest.txt from manifest.txt.in. Only expose the dist and
3661 distcheck targets for developer builds, as they won't work when
3662 building from a tarball because the manifest is not distributed.
3664 * Source/PlatformGTK.cmake:
3666 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
3668 Remove ENABLE(SQL_DATABASE) guards
3669 https://bugs.webkit.org/show_bug.cgi?id=140434
3671 Reviewed by Darin Adler.
3673 * Source/cmake/OptionsMac.cmake:
3674 * Source/cmake/WebKitFeatures.cmake:
3675 * Source/cmakeconfig.h.cmake:
3677 2015-01-11 Sam Weinig <sam@webkit.org>
3679 Remove support for SharedWorkers
3680 https://bugs.webkit.org/show_bug.cgi?id=140344
3682 Reviewed by Anders Carlsson.
3684 * Source/cmake/OptionsEfl.cmake:
3685 * Source/cmake/OptionsGTK.cmake:
3686 * Source/cmake/OptionsMac.cmake:
3687 * Source/cmake/WebKitFeatures.cmake:
3688 * Source/cmakeconfig.h.cmake:
3690 2015-01-10 Dan Bernstein <mitz@apple.com>
3692 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
3693 https://bugs.webkit.org/show_bug.cgi?id=140339
3695 Reviewed by Mark Rowe.
3697 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
3698 prevents unnecessary rebuilding due to PATH differences.
3700 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
3702 [GTK][ThreadedCompositor] Add support for threaded compositor.
3703 https://bugs.webkit.org/show_bug.cgi?id=118265
3705 Reviewed by Martin Robinson.
3707 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
3708 autotools build systems. The feature is disabled by default.
3709 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
3710 from the feature flags.
3712 * Source/cmake/OptionsEfl.cmake:
3713 * Source/cmake/OptionsGTK.cmake:
3714 * Source/cmake/WebKitFeatures.cmake:
3715 * Source/cmakeconfig.h.cmake:
3717 2014-12-23 Alexey Proskuryakov <ap@apple.com>
3719 Simplify building with ASan
3720 https://bugs.webkit.org/show_bug.cgi?id=139916
3722 Reviewed by Mark Rowe.
3724 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
3726 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
3728 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
3730 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3732 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
3734 Null dereference performing a "TapAndAHalf" gesture in Google search field
3736 <https://bugs.webkit.org/show_bug.cgi?id=139506>
3737 <rdar://problem/19028828>
3739 Reviewed by Darin Adler.
3741 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
3743 2014-12-10 Dean Jackson <dino@apple.com>
3745 Blur filter performance test doesn't provide results
3746 https://bugs.webkit.org/show_bug.cgi?id=139462
3748 Reviewed by Sam Weinig.
3750 This can't currently work under our performance test
3751 infrastructure. Move it to a manual test to avoid
3752 putting FAILures into the results.
3754 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
3756 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3758 [GTK][WK2] Add HTML5 Notifications support
3759 https://bugs.webkit.org/show_bug.cgi?id=61140
3761 Reviewed by Carlos Garcia Campos.
3763 * Source/cmake/FindLibNotify.cmake: Added.
3764 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
3765 libnotify and use it for a default implementation when found.
3767 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
3769 REGRESSION(r155906): Page content disappears on Tuaw article after loading
3770 https://bugs.webkit.org/show_bug.cgi?id=138100
3772 Reviewed by Simon Fraser.
3774 DRT causes an extra paint which makes it impossible to test this with
3777 * ManualTests/float-layer-not-painting.html: Added.
3779 2014-12-07 Alberto Garcia <berto@igalia.com>
3781 [GTK] WebKit has a new required dependency on GnuTLS
3782 https://bugs.webkit.org/show_bug.cgi?id=136158
3784 Reviewed by Martin Robinson.
3786 Detect if GnuTLS is installed and enable or disable subtle crypto
3787 support accordingly.
3789 * Source/cmake/OptionsGTK.cmake:
3791 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3793 [GTK] Missing API detected in GObject DOM bindings after r176630
3794 https://bugs.webkit.org/show_bug.cgi?id=139201
3796 Reviewed by Gustavo Noronha Silva.
3798 Change GENERATE_BINDINGS macro to receive a list of optional
3799 additional dependencies, so that we can add more dependecies
3800 without having to change the macro.
3802 * Source/cmake/WebKitMacros.cmake:
3804 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3806 Programmatic scrolling and content changes are not always synchronized
3807 https://bugs.webkit.org/show_bug.cgi?id=139245
3808 rdar://problem/18833612
3810 Reviewed by Anders Carlsson.
3812 Manual test that tries to sync layout with programmatic scrolling.
3814 * ManualTests/programmatic-scroll-flicker.html: Added.
3816 2014-12-04 Alberto Garcia <berto@igalia.com>
3818 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3819 https://bugs.webkit.org/show_bug.cgi?id=136576
3821 Reviewed by Carlos Garcia Campos.
3823 CMake should complain if Accelerated 2D Canvas is explicitly
3824 enabled but cairo-gl is not found.
3826 * Source/cmake/OptionsGTK.cmake:
3828 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3830 [EFL] Add subtle crypto to the build system
3831 https://bugs.webkit.org/show_bug.cgi?id=138612
3833 Reviewed by Csaba Osztrogonác.
3835 * Source/cmake/OptionsEfl.cmake:
3837 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3839 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3840 https://bugs.webkit.org/show_bug.cgi?id=139085
3842 Reviewed by Andreas Kling.
3844 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3845 * Source/cmake/WebKitFeatures.cmake: ditto.
3846 * Source/cmakeconfig.h.cmake: ditto.
3848 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3850 [EFL] Drop support for the EFL 1.7
3851 https://bugs.webkit.org/show_bug.cgi?id=139114
3853 Reviewed by Gyuyoung Kim.
3855 * Source/cmake/EFLHelpers.cmake: Removed.
3856 * Source/cmake/FindEcore.cmake: Removed.
3857 * Source/cmake/FindEdje.cmake: Removed.
3858 * Source/cmake/FindEet.cmake: Removed.
3859 * Source/cmake/FindEeze.cmake: Removed.
3860 * Source/cmake/FindEfreet.cmake: Removed.
3861 * Source/cmake/FindEina.cmake: Removed.
3862 * Source/cmake/FindElementary.cmake: Removed.
3863 * Source/cmake/FindEvas.cmake: Removed.
3864 * Source/cmake/OptionsEfl.cmake:
3866 2014-11-28 Philippe Normand <pnormand@igalia.com>
3868 [CMake] Build failure against GStreamer git master
3869 https://bugs.webkit.org/show_bug.cgi?id=138872
3871 Reviewed by Csaba Osztrogon.
3873 * Source/cmake/FindGStreamer.cmake: Simplified the
3874 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3875 headers lookup, there's no need to do this manually. Also
3876 explicitely check the version specified in GStreamer_FIND_VERSION.
3878 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3880 [EFL] Remove E_Dbus dependency
3881 https://bugs.webkit.org/show_bug.cgi?id=136355
3883 Reviewed by Gyuyoung Kim.
3885 * Source/cmake/FindE_DBus.cmake: Removed.
3886 * Source/cmake/OptionsEfl.cmake:
3888 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
3890 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3892 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3894 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3896 [CMake] Use ld.gold if it is available to speedup builds
3897 https://bugs.webkit.org/show_bug.cgi?id=137953
3899 Reviewed by Carlos Garcia Campos.
3901 * Source/cmake/OptionsCommon.cmake:
3903 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3905 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3906 https://bugs.webkit.org/show_bug.cgi?id=138840
3908 Reviewed by Csaba Osztrogonác.
3910 * Source/cmake/OptionsCommon.cmake:
3912 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3914 Remove Source/Platform cruft
3915 https://bugs.webkit.org/show_bug.cgi?id=138658
3917 Reviewed by Anders Carlsson.
3920 * Source/Platform: Removed.
3922 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3924 Enable Cortex-A53-specific code paths by default if core is detected.
3925 https://bugs.webkit.org/show_bug.cgi?id=138499
3927 Reviewed by Csaba Osztrogonác.
3929 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3930 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3933 Since on ARM64/Linux the part number that cpuinfo reports depends on
3934 the core the query is run on, the check is bound to and executed on the
3935 available cores one by one.
3937 * Source/cmake/OptionsCommon.cmake:
3939 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3941 [EFL] Remove unnecessary version check from OptionsEfl.cmake
3942 https://bugs.webkit.org/show_bug.cgi?id=138498
3944 Reviewed by Csaba Osztrogonác.
3946 * Source/cmake/OptionsEfl.cmake:
3948 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3950 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3951 https://bugs.webkit.org/show_bug.cgi?id=138465