1 2016-02-18 Anders Carlsson <andersca@apple.com>
3 Get rid of the "All Source (target WebProcess)" scheme.
5 Rubber-stamped by Dan Bernstein.
7 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
9 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
11 [CMake] Remove LLVM support
12 https://bugs.webkit.org/show_bug.cgi?id=154370
14 Reviewed by Csaba Osztrogonác.
16 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
17 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
18 but for the time being this is dead code.
20 * Source/cmake/FindLLVM.cmake: Removed.
21 * Source/cmake/OptionsCommon.cmake:
23 2016-02-18 Joonghun Park <jh718.park@samsung.com>
25 [CMake] Remove meaningless conditional statements in CMakeLists.txt
26 https://bugs.webkit.org/show_bug.cgi?id=153778
28 Reviewed by Csaba Osztrogonác.
31 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
32 And remove conditional statements which has enclosed these one
33 because they don't have meaning anymore.
35 2016-02-15 Alex Christensen <achristensen@webkit.org>
37 Re-enable INTL on WinCairo
38 https://bugs.webkit.org/show_bug.cgi?id=154256
40 Reviewed by Michael Catanzaro.
42 * Source/cmake/OptionsWin.cmake:
43 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
45 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
47 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
48 https://bugs.webkit.org/show_bug.cgi?id=154165
50 Reviewed by Alex Christensen.
52 * Source/cmake/OptionsEfl.cmake:
53 * Source/cmake/OptionsGTK.cmake:
55 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
57 [cmake] Consolidate TextureMapper file and include dir lists.
58 https://bugs.webkit.org/show_bug.cgi?id=154106
60 Reviewed by Michael Catanzaro.
62 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
64 * Source/cmake/OptionsWinCairo.cmake: Ditto.
66 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
68 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
69 https://bugs.webkit.org/show_bug.cgi?id=154033
71 Reviewed by Michael Catanzaro.
73 * Source/cmake/WebKitFeatures.cmake:
75 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
77 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
79 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
81 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
83 [GTK][EFL] Enable SamplingProfiler
84 https://bugs.webkit.org/show_bug.cgi?id=153638
86 Reviewed by Michael Catanzaro.
88 Enable SamplingProfiler in GTK and EFL.
89 And added option to CMake to switch this from the build command.
91 * Source/cmake/OptionsEfl.cmake:
92 * Source/cmake/OptionsGTK.cmake:
93 * Source/cmake/WebKitFeatures.cmake:
95 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
97 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
98 https://bugs.webkit.org/show_bug.cgi?id=153961
100 Reviewed by Michael Catanzaro.
102 * Source/cmake/OptionsCommon.cmake:
103 * Source/cmake/OptionsEfl.cmake:
104 * Source/cmake/OptionsGTK.cmake:
106 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
108 Unreviewed non X86_64 buildfix after r196077.
110 * Source/cmake/OptionsEfl.cmake:
111 * Source/cmake/OptionsGTK.cmake:
113 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
115 [GTK][EFL] Switch FTL to B3
116 https://bugs.webkit.org/show_bug.cgi?id=153478
118 Reviewed by Csaba Osztrogonác.
120 * Source/cmake/OptionsEfl.cmake:
121 * Source/cmake/OptionsGTK.cmake:
123 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
125 Unreviewed attempt to fix Mac CMake build after r195999.
127 * Source/cmake/OptionsMac.cmake:
128 * Source/cmake/WebKitFeatures.cmake:
129 Add ENABLE_RESOURCE_USAGE to CMake builds.
131 2016-02-02 Alejandro G. Castro <alex@igalia.com>
133 [GTK][EFL] Upgrade OpenWebRTC dependency
134 https://bugs.webkit.org/show_bug.cgi?id=153489
136 Reviewed by Philippe Normand.
138 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
139 required to make the mediastream work.
141 2016-02-01 Alex Christensen <achristensen@webkit.org>
143 [Win] WTFHeaderDetection.h no longer needed
144 https://bugs.webkit.org/show_bug.cgi?id=153753
145 rdar://problem/24434627
147 Reviewed by Darin Adler.
149 * Source/cmake/WebKitFS.cmake:
151 2016-01-31 Joonghun Park <jh718.park@samsung.com>
153 [EFL] All API tests are broken on 15.10
154 https://bugs.webkit.org/show_bug.cgi?id=153528
156 Reviewed by Gyuyoung Kim.
158 * CMakeLists.txt: Having include(WebKitCommon) statement follow
159 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
161 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
163 Enable SamplingProfiler on POSIX environment
164 https://bugs.webkit.org/show_bug.cgi?id=153584
166 Reviewed by Michael Saboff.
168 Add features.h header check. It will define __GLIBC__.
170 * Source/cmake/OptionsCommon.cmake:
172 2016-01-27 Alexey Proskuryakov <ap@apple.com>
174 Remove ENABLE_CURRENTSRC
175 https://bugs.webkit.org/show_bug.cgi?id=153545
177 Reviewed by Simon Fraser.
179 * Source/cmake/OptionsEfl.cmake:
180 * Source/cmake/OptionsGTK.cmake:
181 * Source/cmake/OptionsMac.cmake:
182 * Source/cmake/OptionsWin.cmake:
183 * Source/cmake/WebKitFeatures.cmake:
184 * Source/cmake/tools/vsprops/FeatureDefines.props:
185 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
187 2016-01-25 Alex Christensen <achristensen@webkit.org>
189 Fix internal Windows build
190 https://bugs.webkit.org/show_bug.cgi?id=153469
192 Reviewed by Brent Fulgham.
194 * Source/cmake/WebKitMacros.cmake:
195 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
197 2016-01-23 Aaron Chu <arona.chu@gmail.com>
199 Web Inspector: AXI: node-link-list should be collapsible
200 https://bugs.webkit.org/show_bug.cgi?id=130911
202 Added a manual test to test the node list in the Accessibility Inspector
204 Reviewed by Timothy Hatcher.
206 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
208 2016-01-22 Alex Christensen <achristensen@webkit.org>
210 Fix internal Windows build
211 https://bugs.webkit.org/show_bug.cgi?id=153385
212 rdar://problem/24310408
214 Reviewed by Brian Weinstein.
216 * Source/cmake/WinTools.make:
217 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
218 These property sheets are needed for some projects that are not in this repository
219 and don't use CMake in the official build. We want to leave them unchanged for now.
221 2016-01-22 Alex Christensen <achristensen@webkit.org>
223 Only set CMake output directories if they aren't already set
224 https://bugs.webkit.org/show_bug.cgi?id=153373
226 Reviewed by Michael Catanzaro.
229 r195242 caused Windows builds to copy files to bin instead of bin64.
230 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
231 This also makes it so you can set these variables by command line.
233 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
235 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
237 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
239 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
241 [CMake] Duplicate attempts to find software during cmake stage
242 https://bugs.webkit.org/show_bug.cgi?id=153211
244 Reviewed by Martin Robinson.
246 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
247 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
249 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
251 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
252 https://bugs.webkit.org/show_bug.cgi?id=153190
254 Reviewed by Csaba Osztrogonác.
256 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
258 * Source/CMakeLists.txt:
259 * Source/cmake/OptionsWin.cmake:
261 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
263 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
265 https://bugs.webkit.org/show_bug.cgi?id=153117
267 Reviewed by Michael Catanzaro.
269 * Source/cmake/OptionsGTK.cmake:
271 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
273 [CMake] Do not use LLVM static libraries for FTL JIT
274 https://bugs.webkit.org/show_bug.cgi?id=151559
276 Reviewed by Michael Catanzaro.
278 Also export LLVM_LIBRARIES variable that can be used to prefer
279 linking to the llvm dynamic libraries.
281 * Source/cmake/FindLLVM.cmake:
283 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
285 [GTK] Add comments above options declarations in OptionsGTK.cmake
286 https://bugs.webkit.org/show_bug.cgi?id=153074
288 Reviewed by Martin Robinson.
290 * Source/cmake/OptionsGTK.cmake:
292 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
294 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
296 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
298 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
300 Add a build flag for custom element
301 https://bugs.webkit.org/show_bug.cgi?id=153005
303 Reviewed by Alex Christensen.
305 * Source/cmake/OptionsEfl.cmake:
306 * Source/cmake/OptionsWin.cmake:
307 * Source/cmake/WebKitFeatures.cmake:
309 2016-01-08 Alex Christensen <achristensen@webkit.org>
311 Fix internal Windows build
312 https://bugs.webkit.org/show_bug.cgi?id=152937
314 Reviewed by Brent Fulgham.
316 * Source/cmake/WebKitCommon.cmake:
317 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
318 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
319 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
320 set PATH=%SystemDrive%\cygwin\bin;%PATH%
322 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
324 [EFL] Set WebKit2 process output name
325 https://bugs.webkit.org/show_bug.cgi?id=152773
327 Reviewed by Benjamin Poulain.
329 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
330 So this patch sets wk2 process output name.
332 * Source/cmake/OptionsEfl.cmake:
334 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
336 [CMake] Remove USE_UDIS86 variable
337 https://bugs.webkit.org/show_bug.cgi?id=152731
339 Reviewed by Gyuyoung Kim.
341 Remove the USE_UDIS86 variable in CMake files. The specific build guard
342 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
343 in CMake isn't required anymore. The Udis86-specific files have to be
344 built unconditionally now, though.
346 * Source/cmake/OptionsEfl.cmake:
347 * Source/cmake/OptionsGTK.cmake:
348 * Source/cmake/OptionsMac.cmake:
350 2016-01-04 Alex Christensen <achristensen@webkit.org>
352 Fix Mac CMake build after r194454.
354 * Source/cmake/OptionsMac.cmake:
355 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
356 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
358 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
360 [GTK][CMake] Do not override default values of build options with the default value
361 https://bugs.webkit.org/show_bug.cgi?id=152615
363 Reviewed by Martin Robinson.
365 Override the default value of build options only when the default value for the GTK+ port
366 is actually different than the default value in WebKitFeatures.cmake. This way we don't
367 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
368 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
370 * Source/cmake/OptionsGTK.cmake:
372 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
374 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
375 https://bugs.webkit.org/show_bug.cgi?id=144069
377 Reviewed by Martin Robinson.
379 * Source/cmake/OptionsWin.cmake:
380 Do not set options that no longer exist.
381 * Source/cmake/WebKitFeatures.cmake:
382 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
383 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
384 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
385 no CMake port was using it.
387 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
389 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
390 https://bugs.webkit.org/show_bug.cgi?id=152611
392 Reviewed by Martin Robinson.
394 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
395 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
396 not to the DOM bindings generator, for example).
398 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
399 called after WEBKIT_OPTION_END, they don't do anything.
401 Add error checking to catch these bugs.
403 * Source/cmake/WebKitFeatures.cmake:
405 2015-12-30 Philippe Normand <pnormand@igalia.com>
407 [GTK][Mac] Disable gtk-doc
408 https://bugs.webkit.org/show_bug.cgi?id=150798
410 Reviewed by Michael Catanzaro.
412 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
413 link error on Mac, so for now disable gtk-doc support on that
415 * Source/cmake/OptionsGTK.cmake: Ditto.
417 2015-12-23 Andy VanWagoner <andy@instructure.com>
419 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
420 https://bugs.webkit.org/show_bug.cgi?id=147603
422 Reviewed by Benjamin Poulain.
424 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
426 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
428 [Fetch API] Add fetch API compile time flag
429 https://bugs.webkit.org/show_bug.cgi?id=152254
431 Reviewed by Darin Adler.
433 * Source/cmake/OptionsWin.cmake:
434 * Source/cmake/WebKitFeatures.cmake:
436 2015-12-10 Brent Fulgham <bfulgham@apple.com>
438 [Win] Support building under Cygwin or native Perl
439 https://bugs.webkit.org/show_bug.cgi?id=152145
440 <rdar://problem/23839868>
442 Reviewed by David Kilzer.
444 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
448 2015-12-09 Daniel Bates <dabates@apple.com>
450 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
451 https://bugs.webkit.org/show_bug.cgi?id=151840
452 <rdar://problem/23753931>
454 Reviewed by Simon Fraser.
456 Add a manual test that can be used to verify that we suspend dispatching device motion and
457 device orientation events when the page is hidden.
459 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
462 (handleVisibilityChange):
463 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
465 2015-12-07 Alex Christensen <achristensen@webkit.org>
467 Fix internal Windows build
468 https://bugs.webkit.org/show_bug.cgi?id=151950
470 Reviewed by Brent Fulgham.
472 * Source/cmake/tools/scripts/auto-version.pl:
474 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
476 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
477 https://bugs.webkit.org/show_bug.cgi?id=150792
479 Reviewed by Saam Barati.
481 * Source/cmake/OptionsWin.cmake:
482 * Source/cmake/WebKitFeatures.cmake:
484 2015-12-01 Commit Queue <commit-queue@webkit.org>
486 Unreviewed, rolling out r192914.
487 https://bugs.webkit.org/show_bug.cgi?id=151734
489 JSC tests for this change are failing on 32 and 64-bit bots
490 (Requested by ryanhaddad on #webkit).
494 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
496 https://bugs.webkit.org/show_bug.cgi?id=150792
497 http://trac.webkit.org/changeset/192914
499 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
501 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
502 https://bugs.webkit.org/show_bug.cgi?id=150792
504 Reviewed by Saam Barati.
506 * Source/cmake/OptionsWin.cmake:
507 * Source/cmake/WebKitFeatures.cmake:
509 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
511 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
513 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
515 2015-11-20 Alex Christensen <achristensen@webkit.org>
517 Remove NETWORK_PROCESS compile flag
518 https://bugs.webkit.org/show_bug.cgi?id=151512
520 Reviewed by Tim Horton.
522 * Source/cmake/OptionsEfl.cmake:
523 * Source/cmake/OptionsGTK.cmake:
524 * Source/cmake/OptionsMac.cmake:
525 * Source/cmake/WebKitFeatures.cmake:
527 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
529 [EFL] Enable FTL JIT by default on X86_64
530 https://bugs.webkit.org/show_bug.cgi?id=143822
532 Reviewed by Carlos Garcia Campos.
534 * Source/cmake/OptionsEfl.cmake:
536 2015-11-19 Commit Queue <commit-queue@webkit.org>
538 Unreviewed, rolling out r192667 and r192668.
539 https://bugs.webkit.org/show_bug.cgi?id=151476
541 broke api tests (Requested by alexchristensen on #webkit).
545 "Remove the non-NetworkProcess configurations"
546 https://bugs.webkit.org/show_bug.cgi?id=151418
547 http://trac.webkit.org/changeset/192667
549 "Fix GTK Build after r192667."
550 http://trac.webkit.org/changeset/192668
552 2015-11-19 Alex Christensen <achristensen@webkit.org>
554 Remove the non-NetworkProcess configurations
555 https://bugs.webkit.org/show_bug.cgi?id=151418
557 Reviewed by Geoffrey Garen.
559 * Source/cmake/OptionsEfl.cmake:
560 * Source/cmake/OptionsGTK.cmake:
561 * Source/cmake/OptionsMac.cmake:
562 * Source/cmake/WebKitFeatures.cmake:
564 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
566 REGRESSION(r192459): [GTK] User agent string is broken after r192459
567 https://bugs.webkit.org/show_bug.cgi?id=151347
569 Reviewed by Žan Doberšek.
571 Pass UA version numbers as strings to the build.
573 * Source/cmake/OptionsGTK.cmake:
575 2015-11-16 Alex Christensen <achristensen@webkit.org>
577 Fix CMake build and make PluginProcess executable
578 https://bugs.webkit.org/show_bug.cgi?id=151332
580 Reviewed by Tim Horton.
582 * Source/cmake/OptionsMac.cmake:
584 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
586 [GTK] Use FTL by default when LLVM 3.7 is available
587 https://bugs.webkit.org/show_bug.cgi?id=142128
589 Reviewed by Csaba Osztrogonác.
591 Enable FTL by default when architecture is X86_64. It requires
592 LLVM 3.7, but can be disabled manually as a cmake configure
595 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
596 available if the metapackage is installed and it points to
597 llvm-config-3.5. So, here we check first if the llvm-config is
598 from a recent enough version, and if not we check several
599 llvm-config-<version> programs, so this should work on any distro.
600 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
601 target architecture is X86_64, and check the LLVM is at least
602 3.7. The option is now public, since we want people to be able to
605 2015-11-11 Anders Carlsson <andersca@apple.com>
607 Enable cross-platform context menus by default
608 https://bugs.webkit.org/show_bug.cgi?id=151173
610 Reviewed by Tim Horton.
612 * Source/cmake/OptionsEfl.cmake:
614 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
616 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
617 https://bugs.webkit.org/show_bug.cgi?id=150972
619 Reviewed by Darin Adler.
621 * Source/cmake/OptionsMac.cmake:
622 * Source/cmake/WebKitFeatures.cmake:
624 2015-11-11 Philippe Normand <pnormand@igalia.com>
626 [GTK][Mac] don't install .frameworks
627 https://bugs.webkit.org/show_bug.cgi?id=151136
629 Reviewed by Alex Christensen.
631 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
633 2015-11-10 Pranjal Jumde <pjumde@apple.com>
635 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
636 https://bugs.webkit.org/show_bug.cgi?id=150252
637 <rdar://problem/23149470>
639 Reviewed by Brent Fulgham.
642 * Source/WebCore/editing/ios/EditorIOS.mm
643 * Source/WebCore/editing/mac/EditorMac.mm
644 In Editor::fontForSelection moved the node removal code, so that the
645 node is only removed if style is not NULL.
646 * Source/WebCore/editing/cocoa/EditorCocoa.mm
647 In Editor::styleForSelectionStart checking if the parentNode can
648 accept the styleElement node.
649 * LayoutTests/editing/execCommand/150252.xhtml
650 * LayoutTests/editing/execCommand/150252_minimal.xhtml
651 * LayoutTests/editing/execCommand/150252-expected.txt
652 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
654 2015-11-09 Pranjal Jumde <pjumde@apple.com>
656 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
657 https://bugs.webkit.org/show_bug.cgi?id=150252
658 <rdar://problem/23149470>
660 Reviewed by Brent Fulgham.
662 * Source/WebCore/editing/ios/EditorIOS.mm
663 * Source/WebCore/editing/mac/EditorMac.mm
664 In Editor::fontForSelection moved the node removal code, so that the
665 node is only removed if style is not NULL.
666 * LayoutTests/editing/execCommand/150252.xhtml
667 * LayoutTests/editing/execCommand/150252_minimal.xhtml
668 * LayoutTests/editing/execCommand/150252-expected.txt
669 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
671 2015-11-06 Daniel Bates <dabates@apple.com>
673 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
674 https://bugs.webkit.org/show_bug.cgi?id=150849
676 Reviewed by Alexey Proskuryakov.
678 Add support for overriding the user-provided arguments SDKROOT and ARCHS
679 on a per Makefile basis.
683 2015-11-06 Philippe Normand <pnormand@igalia.com>
685 Unreviewed, GTK build fix after r192095.
687 * Source/cmake/FindGTK3.cmake:
689 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
691 [GTK] Re-enable Quartz backend on cmake build system
692 https://bugs.webkit.org/show_bug.cgi?id=144561
694 Reviewed by Philippe Normand.
696 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
697 the presence of of gtk+-quartz-3.0 module.
698 * Source/cmake/OptionsGTK.cmake: Reintroduce the
699 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
700 GTK+ Quartz backend on OS X.
702 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
704 Add runtime and compile time flags for enabling Web Animations API and model.
705 https://bugs.webkit.org/show_bug.cgi?id=150914
707 Reviewed by Benjamin Poulain.
709 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
711 * Source/cmake/OptionsWin.cmake:
712 * Source/cmake/WebKitFeatures.cmake:
714 2015-11-03 Brent Fulgham <bfulgham@apple.com>
716 [Win] CMake build update.
718 Rubberstamped by Tim Horton.
720 * Source/PlatformWin.cmake: Add internal tool to build
721 rules for internal use.
723 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
725 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
727 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
729 2015-11-02 Philippe Normand <pnormand@igalia.com>
731 [Mac][GTK] Disable Ninja response file support
732 https://bugs.webkit.org/show_bug.cgi?id=150801
734 Reviewed by Alex Christensen.
736 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
737 support response files, so instruct Ninja to not generate those.
739 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
741 Fix the FTL JIT build with system LLVM on Linux
742 https://bugs.webkit.org/show_bug.cgi?id=150795
744 Reviewed by Filip Pizlo.
746 * Source/cmake/FindLLVM.cmake:
748 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
750 Unreviewed. Bump GTK+ versions numbers.
752 * Source/cmake/OptionsGTK.cmake:
754 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
756 [ES6] Support Generator Syntax
757 https://bugs.webkit.org/show_bug.cgi?id=150769
759 Reviewed by Geoffrey Garen.
761 Added ENABLE_ES6_GENERATORS flag.
763 * Source/cmake/OptionsWin.cmake:
764 * Source/cmake/WebKitFeatures.cmake:
766 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
768 [EFL] Add Shadow DOM feature
769 https://bugs.webkit.org/show_bug.cgi?id=150611
771 Reviewed by Csaba Osztrogonác.
773 * Source/cmake/OptionsEfl.cmake:
774 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
776 2015-10-29 Alex Christensen <achristensen@webkit.org>
779 https://bugs.webkit.org/show_bug.cgi?id=150686
781 Reviewed by Filip Pizlo.
783 * Source/cmake/WebKitMacros.cmake:
785 2015-10-28 Alex Christensen <achristensen@webkit.org>
787 Compile and link with CMake on Mac
788 https://bugs.webkit.org/show_bug.cgi?id=150632
790 Reviewed by Tim Horton.
792 * Source/cmake/OptionsMac.cmake:
794 2015-10-26 Dana Burkart <dburkart@apple.com>
796 `make analyze` should build using the debug configuration
797 https://bugs.webkit.org/show_bug.cgi?id=150571
799 Reviewed by Lucas Forschler.
803 2015-10-26 Philippe Normand <pnormand@igalia.com>
805 Unreviewed, rolling out r191576.
807 broke the http/tests/media tests
811 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
812 https://bugs.webkit.org/show_bug.cgi?id=149594
813 http://trac.webkit.org/changeset/191576
815 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
817 [GStreamer] Bump internal jhbuild versions to 1.6.0
818 https://bugs.webkit.org/show_bug.cgi?id=149594
820 Reviewed by Philippe Normand.
822 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
824 * Source/cmake/FindGStreamer.cmake:
826 2015-10-22 Philippe Normand <pnormand@igalia.com>
828 [GTK][Mac] ICU-related build fixes
829 https://bugs.webkit.org/show_bug.cgi?id=150032
831 Rubber-stamped by Darin Adler.
833 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
835 2015-10-20 Yoav Weiss <yoav@yoav.ws>
837 Rename the PICTURE_SIZES flag to CURRENTSRC
838 https://bugs.webkit.org/show_bug.cgi?id=150275
840 Reviewed by Dean Jackson.
842 * Source/cmake/OptionsEfl.cmake:
843 * Source/cmake/OptionsGTK.cmake:
844 * Source/cmake/OptionsMac.cmake:
845 * Source/cmake/OptionsWin.cmake:
846 * Source/cmake/WebKitFeatures.cmake:
848 2015-10-14 Tomas Popela <tpopela@redhat.com>
850 [GTK][EFL] Fix build with cmake 3.4
851 https://bugs.webkit.org/show_bug.cgi?id=150117
853 Explicitely include the CheckIncludeFiles module before using
854 the CHECK_INCLUDE_FILES command.
856 Reviewed by Žan Doberšek.
858 * Source/cmake/FindOpenGL.cmake:
859 * Source/cmake/FindWebP.cmake:
860 * Source/cmake/OptionsEfl.cmake:
862 2015-10-13 Dean Jackson <dino@apple.com>
864 Device motion and orientation should only be visible from the main frame's security origin
865 https://bugs.webkit.org/show_bug.cgi?id=150072
866 <rdar://problem/23082036>
868 Reviewed by Brent Fulgham.
870 Add a manual test for cross-origin device orientation events, while
871 we're waiting on the mock client to be supported everywhere.
873 * ManualTests/deviceorientation-child-frame.html: Added.
874 * ManualTests/deviceorientation-main-frame-only.html: Added.
876 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
878 [GTK] OSX linker doesn't understand --whole-archive
879 https://bugs.webkit.org/show_bug.cgi?id=144557
881 Reviewed by Martin Robinson.
883 * Source/cmake/OptionsGTK.cmake: Turn the macro
884 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
885 because XCode's linker doesn't have the --whole-archive option.
887 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
889 [GTK] Use --version-script only on Linux
890 https://bugs.webkit.org/show_bug.cgi?id=144555
892 Reviewed by Philippe Normand.
894 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
895 option on Darwin (whose linker doesn't support it.)
897 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
899 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
900 https://bugs.webkit.org/show_bug.cgi?id=149947
902 Reviewed by Csaba Osztrogonác.
904 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
907 * Source/cmake/OptionsMac.cmake:
908 * Source/cmake/OptionsWin.cmake:
909 * Source/cmake/WebKitFeatures.cmake:
911 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
913 Fix ENABLE_OPENGL=OFF builds
914 https://bugs.webkit.org/show_bug.cgi?id=146511
916 Reviewed by Darin Adler.
918 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
919 ENABLE_OPENGL due to EGL usage.
921 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
923 Convert focused-input-should-assist-on-touch.html into an automated test
924 https://bugs.webkit.org/show_bug.cgi?id=149724
926 Reviewed by Simon Fraser.
928 Remove a manual test that can now be rewritten as an automated test.
930 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
932 2015-10-01 Brent Fulgham <bfulgham@apple.com>
934 [Win] Unreviewed CMake build fix.
936 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
937 and make sure exception handling is turned off.
939 2015-09-30 Brent Fulgham <bfulgham@apple.com>
941 [Win] Unreviewed build fix after CMake conversion.
943 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
945 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
947 [GTK][CMake] Warning about CMP0058
948 https://bugs.webkit.org/show_bug.cgi?id=149627
950 Reviewed by Martin Robinson.
952 Opt-in to the new behavior for CMP0058.
956 2015-09-28 Brent Fulgham <bfulgham@apple.com>
958 [Win] Unreviewed build fix for internal systems.
960 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
961 location for include and link libraries, rather than the system locations.
963 2015-09-28 Alex Christensen <achristensen@webkit.org>
965 Build WK1 with CMake on Mac
966 https://bugs.webkit.org/show_bug.cgi?id=149604
968 Reviewed by Chris Dumez.
970 * Source/cmake/OptionsMac.cmake:
971 * Source/cmake/WebKitMacros.cmake:
972 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
974 2015-09-25 Alex Christensen <achristensen@webkit.org>
976 Clean up CMake build on Mac
977 https://bugs.webkit.org/show_bug.cgi?id=149573
979 Reviewed by Chris Dumez.
981 * Source/cmake/OptionsMac.cmake:
983 2015-09-25 Alex Christensen <achristensen@webkit.org>
985 [Win] Switch to CMake
986 https://bugs.webkit.org/show_bug.cgi?id=148111
988 Reviewed by Brent Fulgham.
990 * Source/cmake/WinTools.make: Added.
991 * Source/cmake/tools: Added.
992 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
993 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
995 2015-09-25 Alex Christensen <achristensen@webkit.org>
997 Prepare internal AppleWin build for CMake
998 https://bugs.webkit.org/show_bug.cgi?id=149570
1000 Reviewed by Brent Fulgham.
1002 * Source/PlatformWin.cmake:
1003 Include internal CMake files if they exist.
1005 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1007 Add a file of pointer-lock to cmake ports
1008 https://bugs.webkit.org/show_bug.cgi?id=149453
1010 Reviewed by Csaba Osztrogonác.
1012 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1014 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1016 [CMake] Allow to enable OpenMP support.
1017 https://bugs.webkit.org/show_bug.cgi?id=149457
1019 Reviewed by Csaba Osztrogonác.
1021 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1022 will enable the support for OpenMP. Currently this is only used as
1023 an alternative implementation to native threads for the parallelization
1024 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1025 as it could be also used to enable future features that depend on OpenMP.
1027 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1029 [EFL] Build break when DEVELOPER_MODE is OFF
1030 https://bugs.webkit.org/show_bug.cgi?id=149448
1032 Reviewed by Gyuyoung Kim.
1034 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1036 * Source/cmake/eflsymbols.filter:
1038 2015-09-21 Alex Christensen <achristensen@webkit.org>
1040 Disable PICTURE_SIZES in Windows CMake build like r189745.
1041 https://bugs.webkit.org/show_bug.cgi?id=149125
1043 * Source/cmake/OptionsWin.cmake:
1044 Do the same thing as r189745.
1046 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1048 Removing XHR_TIMEOUT guard
1050 Remove XHR_TIMEOUT compilation guard
1051 https://bugs.webkit.org/show_bug.cgi?id=149260
1053 Reviewed by Benjamin Poulain.
1055 * Source/cmake/OptionsEfl.cmake:
1056 * Source/cmake/OptionsGTK.cmake:
1057 * Source/cmake/OptionsMac.cmake:
1058 * Source/cmake/OptionsWin.cmake:
1059 * Source/cmake/WebKitFeatures.cmake:
1061 2015-09-18 Alex Christensen <achristensen@webkit.org>
1063 Fix tests on Windows after switching to CMake.
1064 https://bugs.webkit.org/show_bug.cgi?id=149339
1066 Reviewed by Brent Fulgham.
1068 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1070 2015-09-17 Alex Christensen <achristensen@webkit.org>
1072 Fix Windows EWS build after r189934.
1074 * Source/cmake/OptionsWin.cmake:
1075 Use WEBKIT_LIBRARIES environment variable if it exists.
1076 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1078 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1080 Add ShadowRoot interface and Element.prototype.attachShadow
1081 https://bugs.webkit.org/show_bug.cgi?id=149187
1083 Reviewed by Antti Koivisto.
1085 * Source/cmake/OptionsGTK.cmake:
1087 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1089 [cmake] Enable debug fission only if it is supported
1090 https://bugs.webkit.org/show_bug.cgi?id=149161
1092 Reviewed by Martin Robinson.
1094 * Source/cmake/OptionsCommon.cmake:
1096 2015-09-14 Alex Christensen <achristensen@webkit.org>
1098 Progress towards CMake on Mac.
1099 https://bugs.webkit.org/show_bug.cgi?id=149123
1101 Reviewed by Chris Dumez.
1103 * Source/cmake/OptionsMac.cmake:
1104 * Source/cmake/WebKitFeatures.cmake:
1105 Defined and enabled some more features needed on Mac.
1106 * Source/cmake/WebKitMacros.cmake:
1107 Objective C bindings need special changes when generating:
1108 Some of the bindings do not generate a .mm file but the header is needed.
1109 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1110 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1112 2015-09-08 Daniel Bates <dabates@apple.com>
1114 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1115 https://bugs.webkit.org/show_bug.cgi?id=74729
1116 <rdar://problem/22550195>
1118 Reviewed by Jon Honeycutt.
1120 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1121 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1123 2015-09-06 Andy Estes <aestes@apple.com>
1125 WebKit.xcworkspace should be be able to build iOS platforms
1126 https://bugs.webkit.org/show_bug.cgi?id=148881
1128 Reviewed by Daniel Bates.
1130 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1131 for all supported platforms.
1133 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1134 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1136 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1138 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1139 photo library uploads a JPEG
1140 https://bugs.webkit.org/show_bug.cgi?id=148849
1142 Reviewed by Daniel Bates.
1144 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1145 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1146 functionality doesn't exist on iOS, so we'll add a manual test.
1147 This tests that the first few bytes of the selected file are "GIF".
1149 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1151 Follow-up patch for r189343.
1152 https://bugs.webkit.org/show_bug.cgi?id=148795
1154 Rubber-stamped by Csaba Osztrogonác.
1156 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1157 to 1.9, since this seems to be enough to fix the build failure.
1158 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1160 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1162 [CMake] Trigger the memory-reduction tricks on armhf too
1163 https://bugs.webkit.org/show_bug.cgi?id=146640
1165 Reviewed by Csaba Osztrogonác.
1167 * Source/cmake/OptionsCommon.cmake:
1168 Activate --no-keep-memory even on armhf to reduce the amount of memory
1169 needed during linking, to avoid out-of-memory failures as much as
1172 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1174 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1175 https://bugs.webkit.org/show_bug.cgi?id=148795
1177 Rubber-stamped by Carlos Garcia Campos.
1179 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1181 2015-09-02 Alex Christensen <achristensen@webkit.org>
1183 Make bison grammar compatible with bison 2.1
1184 https://bugs.webkit.org/show_bug.cgi?id=148731
1186 Reviewed by Tim Horton.
1188 * Source/cmake/WebKitCommon.cmake:
1191 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1193 [CMake] Build with Debug Fission on by default on Debug builds.
1194 https://bugs.webkit.org/show_bug.cgi?id=148639
1196 Reviewed by Martin Robinson.
1198 * Source/cmake/OptionsCommon.cmake:
1200 2015-08-29 Alex Christensen <achristensen@webkit.org>
1202 Unreviewed build fix after r179923.
1204 * Source/CMakeLists.txt:
1205 bmalloc isn't ported to Windows yet.
1207 2015-08-27 Alex Christensen <achristensen@webkit.org>
1209 Isolate Source directories in CMake build
1210 https://bugs.webkit.org/show_bug.cgi?id=148389
1212 Reviewed by Brent Fulgham.
1215 * Source/cmake/WebKitCommon.cmake:
1216 Move package finding to WebKitCommon.
1218 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1220 [Win] Build does not generate debug info.
1221 https://bugs.webkit.org/show_bug.cgi?id=148431
1223 Reviewed by Alex Christensen.
1225 Generate debug info for Windows builds.
1227 * Source/cmake/OptionsWin.cmake:
1229 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1231 [GTK] Disable ACCELERATED_2D_CANVAS by default
1232 https://bugs.webkit.org/show_bug.cgi?id=148473
1234 Reviewed by Martin Robinson.
1236 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1237 but not on Debian (which does not). We've known this was problematic for a while, since it
1238 means we have two different sets of distro-dependent bugs, but never decided whether that
1239 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1240 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1241 to turn it on for Debian.
1243 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1246 * Source/cmake/OptionsGTK.cmake:
1248 2015-08-25 Commit Queue <commit-queue@webkit.org>
1250 Unreviewed, rolling out r188919.
1251 https://bugs.webkit.org/show_bug.cgi?id=148452
1253 broke build (Requested by alexchristensen on #webkit).
1257 "[Win] Build does not generate debug info."
1258 https://bugs.webkit.org/show_bug.cgi?id=148431
1259 http://trac.webkit.org/changeset/188919
1261 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1263 [GTK] r186800 broke the build on Ubuntu 14.04
1264 https://bugs.webkit.org/show_bug.cgi?id=147559
1266 Reviewed by Martin Robinson.
1268 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1269 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1271 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1273 [Win] Build does not generate debug info.
1274 https://bugs.webkit.org/show_bug.cgi?id=148431
1276 Reviewed by Brent Fulgham.
1278 Generate debug info for Windows builds.
1280 * Source/cmake/OptionsWin.cmake:
1282 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1284 [GTK] Auto-detection of cairo-gl fails
1285 https://bugs.webkit.org/show_bug.cgi?id=148189
1287 Reviewed by Žan Doberšek.
1289 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1290 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1291 deemed available, which might not be the case.
1292 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1294 2015-08-19 Alex Christensen <achristensen@webkit.org>
1296 CMake Windows build should not include files directly from other Source directories
1297 https://bugs.webkit.org/show_bug.cgi?id=148198
1299 Reviewed by Brent Fulgham.
1301 * Source/cmake/WebKitMacros.cmake:
1303 2015-08-19 Alex Christensen <achristensen@webkit.org>
1305 Build TestWTF on Mac with CMake.
1306 https://bugs.webkit.org/show_bug.cgi?id=147972
1308 Reviewed by Tim Horton.
1310 * Source/cmake/OptionsMac.cmake:
1311 Enable API tests in Mac's CMake build.
1313 2015-08-18 Alex Christensen <achristensen@webkit.org>
1315 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1316 https://bugs.webkit.org/show_bug.cgi?id=148127
1318 Reviewed by Martin Robinson.
1321 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1323 2015-08-17 Alex Christensen <achristensen@webkit.org>
1325 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1326 https://bugs.webkit.org/show_bug.cgi?id=148112
1328 Reviewed by Brent Fulgham.
1330 * Source/cmake/OptionsWin.cmake:
1331 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1332 Instead, use the default location if nothing is passed in from the command line.
1333 This way we can set it from the command line for the AppleInternal build.
1334 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1336 2015-08-17 Alex Christensen <achristensen@webkit.org>
1338 Build Debug Suffix on Windows with CMake
1339 https://bugs.webkit.org/show_bug.cgi?id=148083
1341 Reviewed by Brent Fulgham.
1343 * Source/cmake/OptionsWin.cmake:
1344 Use debug libraries in debug suffix builds.
1346 2015-08-17 Alex Christensen <achristensen@webkit.org>
1348 Move some commands from ./CMakeLists.txt to Source/cmake
1349 https://bugs.webkit.org/show_bug.cgi?id=148003
1351 Reviewed by Brent Fulgham.
1354 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1355 so we can change directory structure from command line parameters.
1356 * Source/cmake/OptionsAppleWin.cmake:
1357 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1358 * Source/cmake/OptionsWinCairo.cmake:
1359 * Source/cmake/OptionsWindows.cmake: Removed.
1360 * Source/cmake/WebKitCommon.cmake: Added.
1361 * Source/cmake/WebKitFS.cmake:
1363 2015-08-13 Commit Queue <commit-queue@webkit.org>
1365 Unreviewed, rolling out r188428.
1366 https://bugs.webkit.org/show_bug.cgi?id=148015
1368 broke cmake build (Requested by alexchristensen on #webkit).
1372 "Move some commands from ./CMakeLists.txt to Source/cmake"
1373 https://bugs.webkit.org/show_bug.cgi?id=148003
1374 http://trac.webkit.org/changeset/188428
1376 2015-08-13 Alex Christensen <achristensen@webkit.org>
1378 Move some commands from ./CMakeLists.txt to Source/cmake
1379 https://bugs.webkit.org/show_bug.cgi?id=148003
1381 Reviewed by Brent Fulgham.
1384 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1385 so we can change directory structure from command line parameters.
1386 * Source/cmake/WebKitCommon.cmake: Added.
1387 * Source/cmake/WebKitFS.cmake:
1389 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1391 A focused node should not be assisted when handling touch events synchronously
1392 https://bugs.webkit.org/show_bug.cgi?id=147836
1394 Reviewed by Enrica Casucci.
1396 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1398 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1399 input can still be assisted due to a touch event.
1400 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1401 event does not automatically cause us to assist the currently focused node.
1403 2015-08-12 Alex Christensen <achristensen@webkit.org>
1405 Fix Debug CMake builds on Windows
1406 https://bugs.webkit.org/show_bug.cgi?id=147940
1408 Reviewed by Chris Dumez.
1410 * Source/cmake/OptionsWindows.cmake:
1411 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1413 2015-08-10 Alex Christensen <achristensen@webkit.org>
1415 Build TestWebKitAPI with CMake on Windows
1416 https://bugs.webkit.org/show_bug.cgi?id=147851
1418 Reviewed by Chris Dumez.
1420 * Source/cmake/OptionsWindows.cmake:
1421 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1423 2015-08-06 Alex Christensen <achristensen@webkit.org>
1425 [Win] CMake build fix after r188098.
1427 * Source/cmake/OptionsWinCairo.cmake:
1428 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1430 2015-08-04 Alex Christensen <achristensen@webkit.org>
1432 Fix quirks with CMake and VS2015
1433 https://bugs.webkit.org/show_bug.cgi?id=147663
1435 Reviewed by Brent Fulgham.
1437 * Source/cmake/OptionsWindows.cmake:
1438 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1439 Disable INTL for now.
1441 2015-08-04 Alex Christensen <achristensen@webkit.org>
1443 Enable WebGL on Windows CMake build.
1444 https://bugs.webkit.org/show_bug.cgi?id=143311
1446 Reviewed by Csaba Osztrogonác.
1448 * Source/cmake/OptionsWindows.cmake:
1449 Enable WebGL by default in CMake builds now that it works.
1451 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1453 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1454 https://bugs.webkit.org/show_bug.cgi?id=147625
1456 Reviewed by Martin Robinson.
1458 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1459 components unless they were actually found, not to accidentally
1460 enable Accelerated 2D canvas, which would cause the build to fail.
1462 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1463 pkg_check_modules() had actually found the relevant component.
1465 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1467 [CMake] Add an option to build AllInOne files
1468 https://bugs.webkit.org/show_bug.cgi?id=102647
1470 Reviewed by Alex Christensen.
1472 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1473 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1474 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1475 * Source/cmake/WebKitFeatures.cmake:
1476 * Source/cmake/WebKitMacros.cmake:
1478 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1480 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1482 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1484 2015-07-31 Alex Christensen <achristensen@webkit.org>
1486 Prepare for debug CMake builds on Windows.
1487 https://bugs.webkit.org/show_bug.cgi?id=147484
1489 Reviewed by Tim Horton.
1491 * Source/cmake/OptionsWindows.cmake:
1492 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1494 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1496 [EFL] Enable IndexedDB based on DatabaseProcess
1497 https://bugs.webkit.org/show_bug.cgi?id=147221
1499 Reviewed by Csaba Osztrogonác.
1501 * Source/cmake/OptionsEfl.cmake:
1503 2015-07-30 Alex Christensen <achristensen@webkit.org>
1505 Build AppleWin port with CMake
1506 https://bugs.webkit.org/show_bug.cgi?id=147385
1508 Reviewed by Martin Robinson.
1510 * Source/cmake/OptionsWindows.cmake:
1511 Use the static multithreaded runtime. Based on
1512 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1514 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1516 Implement basic types for ECMAScript Internationalization API
1517 https://bugs.webkit.org/show_bug.cgi?id=146926
1519 Reviewed by Benjamin Poulain.
1521 Enable flag now that the basic objects are in place.
1523 * Source/cmake/WebKitFeatures.cmake: enable INTL
1525 2015-07-29 Basile Clement <basile_clement@apple.com>
1527 Remove native call inlining
1528 https://bugs.webkit.org/show_bug.cgi?id=147417
1530 Rubber-stamped by Filip Pizlo.
1532 * Source/cmake/OptionsEfl.cmake:
1533 * Source/cmake/WebKitFeatures.cmake:
1535 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1537 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1538 https://bugs.webkit.org/show_bug.cgi?id=147350
1540 Reviewed by Sam Weinig.
1542 * Source/cmake/WebKitFeatures.cmake:
1544 2015-07-27 Alex Christensen <achristensen@webkit.org>
1546 Use Ninja on Windows.
1547 https://bugs.webkit.org/show_bug.cgi?id=147228
1549 Reviewed by Martin Robinson.
1551 * Source/cmake/OptionsWindows.cmake:
1552 Only use /MP when using generated Visual Studio solution files to build.
1553 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1555 2015-07-27 Alex Christensen <achristensen@webkit.org>
1557 Progress towards building AppleWin with CMake
1558 https://bugs.webkit.org/show_bug.cgi?id=147325
1560 Reviewed by Martin Robinson.
1562 * Source/cmake/OptionsWindows.cmake:
1563 Link with 64-bit libraries if building 64-bit binaries.
1564 Don't run regular expressions on empty strings when using Ninja.
1565 Removed DebugSuffix Visual Studio environment variables.
1567 2015-07-23 Alex Christensen <achristensen@webkit.org>
1569 Remove compile and runtime flags for promises.
1570 https://bugs.webkit.org/show_bug.cgi?id=147244
1572 Reviewed by Yusuke Suzuki.
1574 * Source/cmake/OptionsMac.cmake:
1575 * Source/cmake/OptionsWindows.cmake:
1576 * Source/cmake/WebKitFeatures.cmake:
1578 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1580 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1581 https://bugs.webkit.org/show_bug.cgi?id=147212
1583 Reviewed by Filip Pizlo.
1585 * Source/cmake/WebKitFeatures.cmake:
1587 2015-07-22 Alex Christensen <achristensen@webkit.org>
1589 Fix quirks in CMake build on Mac and Windows
1590 https://bugs.webkit.org/show_bug.cgi?id=147174
1592 Reviewed by Gyuyoung Kim.
1595 * Source/cmake/OptionsWindows.cmake:
1596 Added options I removed in r187022. They are indeed needed.
1597 * Source/cmake/WebKitFS.cmake:
1598 Make the DerivedSources/WebKit directory.
1600 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1602 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1604 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1606 2015-07-20 Alex Christensen <achristensen@webkit.org>
1608 Resurrect CMake build on Windows.
1609 https://bugs.webkit.org/show_bug.cgi?id=147083
1611 Reviewed by Gyuyoung Kim.
1613 * Source/cmake/OptionsCommon.cmake:
1614 * Source/cmake/OptionsWindows.cmake:
1615 Change features to get it to compile. Still not a complete feature set.
1617 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1619 [GTK] Add seccomp filters support
1620 https://bugs.webkit.org/show_bug.cgi?id=110014
1622 Reviewed by Žan Doberšek.
1624 Find needed compiler and linker flags for libseccomp.
1626 * Source/cmake/OptionsGTK.cmake:
1628 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1630 Bring back the GNU ar check to create thin archives on non-Linux systems
1631 https://bugs.webkit.org/show_bug.cgi?id=146681
1633 Reviewed by Martin Robinson.
1635 We already use GNU ar thin archive feature to save time and disk space
1636 on creating static archives, but it is only enabled on Linux. Without
1637 this feature, the debug build of WebCore can be larger than 4 GiB,
1638 which can cause error because GNU ar format uses 32-bit integer to
1639 store offsets in the symbol table. This patch is similar to
1640 https://bugs.webkit.org/show_bug.cgi?id=128596.
1642 * Source/cmake/OptionsCommon.cmake:
1644 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1646 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1647 https://bugs.webkit.org/show_bug.cgi?id=146057
1649 Reviewed by Carlos Garcia Campos.
1651 * Source/cmake/OptionsGTK.cmake:
1653 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1655 [GTK] ar warning when linking static libraries
1656 https://bugs.webkit.org/show_bug.cgi?id=144988
1658 Reviewed by Carlos Garcia Campos.
1660 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1661 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1662 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1663 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1664 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1665 archives. Using 'U' should result in a somewhat faster build (at least when using the
1666 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1667 remove 'u' until someone determines otherwise. This seems like a better option than adding
1668 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1669 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1670 behavior change on distributions that do not use --enable-deterministic-archives, notably
1673 * Source/cmake/OptionsCommon.cmake:
1675 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1677 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1678 https://bugs.webkit.org/show_bug.cgi?id=146590
1680 Reviewed by Martin Robinson.
1682 * Source/PlatformGTK.cmake: override the cached variables to
1683 forcefully disable gtk-doc and gobject-introspection when
1685 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1686 documentation syntax when cross-building.
1689 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1691 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1692 https://bugs.webkit.org/show_bug.cgi?id=146016
1694 Reviewed by Gyuyoung Kim.
1696 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1697 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1698 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1700 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1702 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1704 Implement ECMAScript Internationalization API
1705 https://bugs.webkit.org/show_bug.cgi?id=90906
1707 Reviewed by Benjamin Poulain.
1709 Begin implementing the Intl apis behind ENABLE_INTL flag.
1710 Create the base Intl namespace object.
1712 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1714 2015-06-30 Philippe Normand <pnormand@igalia.com>
1716 [CMake] Error when gst-plugins-base is missing is too confusing
1717 https://bugs.webkit.org/show_bug.cgi?id=145682
1719 Reviewed by Carlos Garcia Campos.
1721 * Source/cmake/OptionsGTK.cmake: Error out if the required
1722 GStreamer libraries are not found on the host.
1724 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1726 CairoGL should be checked unconditionally
1727 https://bugs.webkit.org/show_bug.cgi?id=146390
1729 Reviewed by Darin Adler.
1731 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1732 it is run unconditionally; this is necessary because its result
1733 is used later on, outside of any conditions.
1735 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1737 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1738 https://bugs.webkit.org/show_bug.cgi?id=146318
1740 Reviewed by Sergio Villar Senin.
1742 Enable PUBLIC_SUFFIX_LIST for GTK+.
1744 * Source/cmake/OptionsGTK.cmake:
1746 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1748 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1750 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1752 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1754 [EFL] Hyphenation is not supported
1755 https://bugs.webkit.org/show_bug.cgi?id=89830
1757 Reviewed by Gyuyoung Kim.
1759 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1761 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1763 [CMake] Add support for building with various sanitizer tools
1764 https://bugs.webkit.org/show_bug.cgi?id=131941
1766 Reviewed by Martin Robinson.
1768 * Source/PlatformGTK.cmake: Don't generate any documentation
1769 when compiling with sanitizers enabled.
1770 * Source/cmake/OptionsCommon.cmake: Allow linking with
1771 undefined symbols when compiling with sanitizers enabled.
1773 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1775 libwebkit2gtk fails to link without opengl
1776 https://bugs.webkit.org/show_bug.cgi?id=138332
1778 Reviewed by Carlos Garcia Campos.
1780 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1781 enabled regardless of whether OpenGL is, because certain symbols
1782 such as WebCore::GraphicsLayer::create() need to be built.
1784 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1786 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1787 https://bugs.webkit.org/show_bug.cgi?id=146181
1789 Reviewed by Martin Robinson.
1791 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1793 * Source/cmake/OptionsGTK.cmake:
1795 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1797 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1798 https://bugs.webkit.org/show_bug.cgi?id=146171
1800 Reviewed by Gyuyoung Kim.
1802 * Source/cmake/OptionsEfl.cmake:
1803 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1805 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1807 [CMake] FindGTK3.cmake should not modify the values of build options
1808 https://bugs.webkit.org/show_bug.cgi?id=144613
1810 Reviewed by Martin Robinson.
1812 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1813 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1814 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1815 GTK3_SUPPORTS_GESTURES for consistency.
1816 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1817 available. It's not possible to automatically select a backend correctly anymore, since all
1818 options are set at the same time.
1820 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1822 Remove unnecessary svn:executable flags
1823 https://bugs.webkit.org/show_bug.cgi?id=146107
1825 Reviewed by Alexey Proskuryakov.
1827 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1828 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1829 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1830 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
1831 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
1833 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
1835 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
1836 https://bugs.webkit.org/show_bug.cgi?id=146108
1838 Reviewed by Gyuyoung Kim.
1840 * Source/cmake/OptionsEfl.cmake:
1842 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
1844 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
1845 https://bugs.webkit.org/show_bug.cgi?id=146035
1847 Reviewed by Gyuyoung Kim.
1849 * Source/cmake/OptionsEfl.cmake:
1851 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1853 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1854 https://bugs.webkit.org/show_bug.cgi?id=145701
1856 Reviewed by Darin Adler.
1858 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1860 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
1862 [iOS] Crash long pressing on <input type=file>
1863 https://bugs.webkit.org/show_bug.cgi?id=146009
1864 <rdar://problem/21234453>
1866 Reviewed by Ryosuke Niwa.
1868 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
1870 2015-06-16 Brent Fulgham <bfulgham@apple.com>
1872 Rollout accidental Xcode project change.
1874 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1876 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1878 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
1879 https://bugs.webkit.org/show_bug.cgi?id=145909
1881 Reviewed by Csaba Osztrogonác.
1883 Bump EWebKit version based on efl library version used by the EWebKit.
1885 * Source/cmake/OptionsEfl.cmake:
1887 2015-06-11 Commit Queue <commit-queue@webkit.org>
1889 Unreviewed, rolling out r185453.
1890 https://bugs.webkit.org/show_bug.cgi?id=145881
1892 it broke the 32-bit build (Requested by clopez on #webkit).
1896 "[GTK] [Wayland] Should be possible to build with support for
1897 both X11 and Wayland."
1898 https://bugs.webkit.org/show_bug.cgi?id=145701
1899 http://trac.webkit.org/changeset/185453
1901 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1903 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1904 https://bugs.webkit.org/show_bug.cgi?id=145701
1906 Reviewed by Žan Doberšek.
1908 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1910 2015-06-03 Daniel Bates <dabates@apple.com>
1912 Caps lock indicator should not be shown in read-only or disabled field
1913 https://bugs.webkit.org/show_bug.cgi?id=145612
1914 <rdar://problem/21227454>
1916 Reviewed by Darin Adler.
1918 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
1919 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
1920 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
1922 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
1924 [cmake] Suppress parentheses-equality warnings
1925 https://bugs.webkit.org/show_bug.cgi?id=145126
1927 Reviewed by Darin Adler.
1929 * Source/cmake/WebKitHelpers.cmake:
1931 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1933 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
1934 https://bugs.webkit.org/show_bug.cgi?id=145408
1936 Reviewed by Carlos Garcia Campos.
1938 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
1939 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
1940 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
1942 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
1943 libraries. Detect also GLX libraries.
1944 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
1945 libraries. Use find_path() to get the include path.
1946 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
1948 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
1949 depending on the libraries found on the system.
1950 Move the detection of GLX (and the include of CMakePushCheckState)
1951 to FindOpenGL.cmake.
1952 Ensure that we only define USE_GLX when we build with OpenGL
1953 (but not with GLESv2).
1955 2015-05-27 Dean Jackson <dino@apple.com>
1957 img.currentSrc problem in strict mode with old picturefill
1958 https://bugs.webkit.org/show_bug.cgi?id=144095
1959 <rdar://problem/21087013>
1961 Reviewed by Simon Fraser.
1963 Add a PICTURE_SIZES flag.
1965 * Source/cmake/OptionsEfl.cmake:
1966 * Source/cmake/OptionsGTK.cmake:
1967 * Source/cmake/OptionsMac.cmake:
1968 * Source/cmake/OptionsWindows.cmake:
1969 * Source/cmake/WebKitFeatures.cmake:
1971 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1973 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1975 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1977 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1979 Unreviewed. Export DatabaseProcessMainUnix symbol.
1981 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1982 is exported in production builds.
1984 * Source/cmake/gtksymbols.filter:
1986 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1988 [GTK] Enable IndexedDB
1989 https://bugs.webkit.org/show_bug.cgi?id=98932
1991 Reviewed by Žan Doberšek.
1993 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1994 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1996 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1998 [GTK] Bump GCC requirements to 4.9.0
1999 https://bugs.webkit.org/show_bug.cgi?id=145211
2001 Reviewed by Žan Doberšek.
2003 It's required to build with IndexedDB support when using GCC,
2004 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2006 * Source/cmake/OptionsGTK.cmake:
2008 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2010 [CMake] Ignore warnings in system headers
2011 https://bugs.webkit.org/show_bug.cgi?id=144747
2013 Reviewed by Darin Adler.
2015 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2016 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2017 use the SYSTEM argument to the command (added in 2.8.12).
2021 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2023 [CMake] Error out when ruby is too old
2024 https://bugs.webkit.org/show_bug.cgi?id=145014
2026 Reviewed by Martin Robinson.
2028 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2033 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2035 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2036 https://bugs.webkit.org/show_bug.cgi?id=144995
2038 Reviewed by Carlos Garcia Campos.
2040 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2041 the X11 windowing target at the moment, so the following options
2042 and variables should be enabled or disabled accordingly:
2043 - ENABLE_PLUGIN_PROCESS_GTK2
2044 - ENABLE_NETSCAPE_PLUGIN_API
2045 - ENABLE_PLUGIN_PROCESS
2047 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2049 Linker fails without -DDEVELOPER_MODE=ON
2050 https://bugs.webkit.org/show_bug.cgi?id=144117
2052 Reviewed by Gyuyoung Kim.
2054 * Source/cmake/OptionsEfl.cmake:
2055 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2056 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2058 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2060 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2061 https://bugs.webkit.org/show_bug.cgi?id=144846
2063 Reviewed by Martin Robinson.
2065 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2066 CAIRO_GL_* throughout, because find_package will define
2068 * Source/cmake/OptionsGTK.cmake: Ditto.
2070 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2072 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2073 https://bugs.webkit.org/show_bug.cgi?id=144845
2075 Reviewed by Martin Robinson.
2077 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2078 if their corresponding WTF options are ON. The code in npapi.h
2079 relies on these being undefined if they are to be switched off.
2081 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2083 Remove the PICTURE_SIZES build flag
2084 https://bugs.webkit.org/show_bug.cgi?id=144679
2086 Reviewed by Benjamin Poulain.
2088 Removed the PICTURE_SIZES build time flag.
2090 * Source/cmake/OptionsEfl.cmake:
2091 * Source/cmake/OptionsGTK.cmake:
2092 * Source/cmake/OptionsMac.cmake:
2093 * Source/cmake/OptionsWindows.cmake:
2094 * Source/cmake/WebKitFeatures.cmake:
2096 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2098 [GTK] [CMake] Check for required X libraries
2099 https://bugs.webkit.org/show_bug.cgi?id=144823
2101 Reviewed by Martin Robinson.
2103 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2105 * Source/cmake/OptionsGTK.cmake:
2107 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2109 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2110 https://bugs.webkit.org/show_bug.cgi?id=144746
2112 Reviewed by Carlos Garcia Campos.
2114 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2115 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2116 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2118 * Source/cmake/OptionsGTK.cmake:
2120 2015-05-08 Daniel Bates <dabates@apple.com>
2122 [iOS] WebSQL operations are not performed after device is locked
2123 https://bugs.webkit.org/show_bug.cgi?id=137503
2124 <rdar://problem/20844952>
2126 Rubber-stamped by Alexey Proskuryakov.
2128 Add a manual test to help verify that we do not regress this issue.
2130 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2132 2015-05-08 Commit Queue <commit-queue@webkit.org>
2134 Unreviewed, rolling out r183945.
2135 https://bugs.webkit.org/show_bug.cgi?id=144789
2137 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2141 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2142 https://bugs.webkit.org/show_bug.cgi?id=144746
2143 http://trac.webkit.org/changeset/183945
2145 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2147 Cleanup after r183940
2148 https://bugs.webkit.org/show_bug.cgi?id=144768
2152 Looks like the empty directories were not deleted.
2154 * Source/PAL: Removed.
2155 * Source/PAL/Configurations: Removed.
2156 * Source/PAL/PAL.xcodeproj: Removed.
2157 * Source/PAL/graphics: Removed.
2159 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2161 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2162 https://bugs.webkit.org/show_bug.cgi?id=144746
2164 Reviewed by Martin Robinson.
2166 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2167 what it is defined to, so defining it to 0 effectively turned it on always.
2169 * Source/cmake/OptionsGTK.cmake:
2171 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2173 Revert "Introducing the Platform Abstraction Layer (PAL)"
2174 https://bugs.webkit.org/show_bug.cgi?id=144751
2178 PAL should be a new target inside WebCore, rather than a top-level folder.
2180 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2182 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2184 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2186 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2188 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2190 Introducing the Platform Abstraction Layer (PAL)
2191 https://bugs.webkit.org/show_bug.cgi?id=143358
2193 Reviewed by Simon Fraser.
2195 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2197 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2199 [cmake] Disable GNU Gold linker on Cortex A53
2200 https://bugs.webkit.org/show_bug.cgi?id=144382
2202 Reviewed by Carlos Garcia Campos.
2204 * Source/cmake/OptionsCommon.cmake:
2206 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2208 USE(...) macro should expect unprefixed variables
2209 https://bugs.webkit.org/show_bug.cgi?id=144454
2211 Reviewed by Daniel Bates.
2213 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2214 * Source/cmake/OptionsEfl.cmake: Ditto.
2215 * Source/cmake/OptionsGTK.cmake: Ditto.
2216 * Source/cmake/OptionsMac.cmake: Ditto.
2217 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2218 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2221 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2223 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2224 https://bugs.webkit.org/show_bug.cgi?id=144394
2226 Reviewed by Carlos Garcia Campos.
2228 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2229 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2230 disabled in previous reworking of the CMake configuration.
2232 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2233 version of USE variables.
2234 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2235 is exposed to the build.
2237 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2239 Unreviewed. Bump GTK+ version numbers.
2241 * Source/cmake/OptionsGTK.cmake:
2243 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2245 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2246 https://bugs.webkit.org/show_bug.cgi?id=144435
2248 Reviewed by Gyuyoung Kim.
2250 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2251 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2253 * Source/cmake/OptionsEfl.cmake:
2255 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2257 REGRESSION(183583): [Mac] make without SDKROOT has issues
2258 https://bugs.webkit.org/show_bug.cgi?id=144431
2260 Reviewed by Dan Bernstein.
2263 Assume an empty SDKROOT means an macosx variant, so only
2264 enable settings if the SDKROOT is not empty and does not
2267 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2269 Fix the GTK+ build after r183584
2271 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2273 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2275 [GTK] Add support for automatic hyphenation
2276 https://bugs.webkit.org/show_bug.cgi?id=44478
2278 Reviewed by Carlos Garcia Campos.
2280 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2281 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2282 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2284 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2286 Failure when building WebKit for appletvsimulator.
2287 https://bugs.webkit.org/show_bug.cgi?id=144356
2289 Reviewed by Alexey Proskuryakov.
2291 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2292 make TVOS and WatchOS behave correctly.
2296 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2298 [CMake] [GTK] Organize and clean up unused CMake variables
2299 https://bugs.webkit.org/show_bug.cgi?id=144364
2301 Reviewed by Gyuyoung Kim.
2303 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2304 specific to certain projects into their PlatformGTK.cmake files.
2306 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2308 [EFL] Build failure to find gio-unix
2309 https://bugs.webkit.org/show_bug.cgi?id=144083
2311 Reviewed by Gyuyoung Kim.
2313 Original patch by Doug Newgard <scimma22@outlook.com>
2315 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2317 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2319 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2320 https://bugs.webkit.org/show_bug.cgi?id=143001
2322 Reviewed by Gyuyoung Kim.
2324 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2325 * Source/cmake/OptionsGTK.cmake: Ditto.
2327 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2329 Unreviewed, fix typo in previous commit
2331 libsecretr -> libsecret in the error message.
2333 * Source/cmake/OptionsGTK.cmake:
2335 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2337 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2338 https://bugs.webkit.org/show_bug.cgi?id=143546
2340 Reviewed by Martin Robinson.
2342 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2343 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2344 default. Fail the build with an informative error message if an optional dependency required
2345 for an enabled feature is not present. Perform find_package commands only when necessary.
2346 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2349 * Source/cmake/OptionsGTK.cmake:
2351 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2353 [GTK] Make all options actually options
2354 https://bugs.webkit.org/show_bug.cgi?id=144106
2356 Reviewed by Martin Robinson.
2358 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2359 ENABLE_WAYLAND_TARGET.
2361 * Source/cmake/OptionsGTK.cmake:
2363 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2365 Unreviewed, fix GTK build after r183452
2367 * Source/cmake/OptionsGTK.cmake:
2369 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2371 [GTK] Add one single option to control all OpenGL-related options
2372 https://bugs.webkit.org/show_bug.cgi?id=144105
2374 Reviewed by Martin Robinson.
2376 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2377 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2378 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2379 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2380 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2381 presence of CairoGL.
2383 * Source/cmake/OptionsGTK.cmake:
2385 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2387 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2388 https://bugs.webkit.org/show_bug.cgi?id=144306
2390 Reviewed by Martin Robinson.
2392 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2394 * Source/cmake/OptionsGTK.cmake:
2396 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2398 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2399 https://bugs.webkit.org/show_bug.cgi?id=144193
2401 Reviewed by Darin Adler.
2403 * Source/cmake/OptionsEfl.cmake:
2404 * Source/cmake/OptionsGTK.cmake:
2405 * Source/cmake/OptionsWinCairo.cmake:
2406 * Source/cmake/WebKitFeatures.cmake:
2408 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2410 [CMake] Should be possible for an option to conflict with other options
2411 https://bugs.webkit.org/show_bug.cgi?id=143956
2413 Reviewed by Martin Robinson.
2415 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2417 * Source/cmake/WebKitFeatures.cmake:
2419 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2421 [CMake] Autogenerate cmakeconfig.h.cmake
2422 https://bugs.webkit.org/show_bug.cgi?id=143997
2424 Reviewed by Csaba Osztrogonác.
2426 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2427 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2428 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2429 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2430 Do some other miscellaneous related cleanup.
2431 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2432 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2433 build exposed variables. Add a macro to generate a configuration from them.
2434 * Source/cmakeconfig.h.cmake: Removed.
2436 2015-04-24 Philippe Normand <pnormand@igalia.com>
2438 [JHBuild] Move to upstream OpenWebRTC
2439 https://bugs.webkit.org/show_bug.cgi?id=144145
2441 Reviewed by Carlos Garcia Campos.
2443 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2446 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2448 [ES6] Implement ES6 template literals
2449 https://bugs.webkit.org/show_bug.cgi?id=142691
2451 Reviewed by Darin Adler.
2453 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2455 * Source/cmake/WebKitFeatures.cmake:
2456 * Source/cmakeconfig.h.cmake:
2458 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2460 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2461 https://bugs.webkit.org/show_bug.cgi?id=144182
2463 Reviewed by Simon Fraser.
2465 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2466 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2467 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2468 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2469 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2471 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2473 [GTK] Add more public options
2474 https://bugs.webkit.org/show_bug.cgi?id=144116
2476 Reviewed by Martin Robinson.
2478 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2480 * Source/cmake/OptionsGTK.cmake:
2482 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2484 [CMake] Some internal variables are not marked as advanced
2485 https://bugs.webkit.org/show_bug.cgi?id=143595
2487 Reviewed by Martin Robinson.
2489 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2490 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2492 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2494 [GTK] Mark as advanced the build options we don't want to expose
2495 https://bugs.webkit.org/show_bug.cgi?id=143558
2497 Reviewed by Martin Robinson.
2499 Mark various options as private instead of public.
2501 * Source/cmake/OptionsGTK.cmake:
2503 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2505 [CMake] Should be possible for an option to depend on multiple options
2506 https://bugs.webkit.org/show_bug.cgi?id=143839
2508 Reviewed by Martin Robinson.
2510 Use a list instead of a single variable to track the dependencies of each option. Iterate
2511 over the list as many times as necessary to ensure all options are properly disabled.
2513 * Source/cmake/WebKitFeatures.cmake:
2515 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2517 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2518 https://bugs.webkit.org/show_bug.cgi?id=144103
2520 Reviewed by Martin Robinson.
2522 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2524 * Source/cmake/WebKitFeatures.cmake:
2526 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2528 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2529 https://bugs.webkit.org/show_bug.cgi?id=144102
2531 Reviewed by Martin Robinson.
2533 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2534 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2535 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2537 * Source/cmake/OptionsGTK.cmake:
2539 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2541 [CMake] Clean up JSC JIT options
2542 https://bugs.webkit.org/show_bug.cgi?id=143998
2544 Reviewed by Filip Pizlo.
2546 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2547 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2548 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2549 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2550 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2551 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2553 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2555 [CMake] Use lowercase for local variables in macros
2556 https://bugs.webkit.org/show_bug.cgi?id=144059
2558 Reviewed by Martin Robinson.
2560 Convert some variable names to lowercase.
2562 * Source/cmake/WebKitFeatures.cmake:
2564 2015-04-22 Commit Queue <commit-queue@webkit.org>
2566 Unreviewed, rolling out r183116.
2567 https://bugs.webkit.org/show_bug.cgi?id=144060
2569 Inadvertently deleted a file... (Requested by mcatanzaro on
2574 "[CMake] Use lowercase for local variables in macros"
2575 https://bugs.webkit.org/show_bug.cgi?id=144059
2576 http://trac.webkit.org/changeset/183116
2578 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2580 [CMake] Use lowercase for local variables in macros
2581 https://bugs.webkit.org/show_bug.cgi?id=144059
2583 Reviewed by Martin Robinson.
2585 Convert some variable names to lowercase.
2587 * Source/cmake/WebKitFeatures.cmake:
2589 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2591 [CMake] Features list should print dots every other row
2592 https://bugs.webkit.org/show_bug.cgi?id=143832
2594 Reviewed by Martin Robinson.
2596 Discount private options when determining whether to print dots on a given row of the
2597 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2598 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2599 wasn't noticed because it only affects the first line, and use of the variable name as a
2600 string in a conditional.)
2602 * Source/cmake/WebKitFeatures.cmake:
2604 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2606 [CMake] Require specifying visibility of WebKit options
2607 https://bugs.webkit.org/show_bug.cgi?id=143831
2609 Reviewed by Alex Christensen.
2611 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2612 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2613 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2614 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2615 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2616 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2617 cross-platform options as PRIVATE.
2619 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2621 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2622 https://bugs.webkit.org/show_bug.cgi?id=143935
2624 Reviewed by Darin Adler.
2626 Some variables aren't defined in these files or unused variables aren't removed. This
2627 patch cleans up it as well as fix wrong alphabet order.
2629 * Source/cmake/WebKitFeatures.cmake:
2630 * Source/cmakeconfig.h.cmake:
2632 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2634 Restore the WebKit.xcworkspace to the way it was before r182899,
2635 which inadvertently added the Source directory and a couple of source
2638 * WebKit.xcworkspace/contents.xcworkspacedata:
2640 2015-04-16 Basile Clement <basile_clement@apple.com>
2642 Extract the allocation profile from JSFunction into a rare object
2643 https://bugs.webkit.org/show_bug.cgi?id=143807
2645 Reviewed by Filip Pizlo.
2647 * WebKit.xcworkspace/contents.xcworkspacedata:
2649 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2651 [EFL] Bump LLVM to version 3.6.0 on X86_64
2652 https://bugs.webkit.org/show_bug.cgi?id=143604
2654 Reviewed by Gyuyoung Kim.
2656 * Source/cmake/FindLLVM.cmake: Added version handling.
2657 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2659 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2661 Custom CSS cursors do not use -webkit-image-set on retina displays
2662 https://bugs.webkit.org/show_bug.cgi?id=120783
2664 Reviewed by Beth Dakin.
2665 Patch by Evan Wallace <evan.exe@gmail.com>.
2667 Add a manual test for custom CSS cursors on retina displays.
2669 * ManualTests/retina-cursors.html: Added.
2671 2015-04-15 Alex Christensen <achristensen@webkit.org>
2673 Progress towards CMake on Mac.
2674 https://bugs.webkit.org/show_bug.cgi?id=143785
2676 Reviewed by Csaba Osztrogonác.
2679 * Source/cmake/OptionsMac.cmake:
2680 * Source/cmake/WebKitFS.cmake:
2682 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2684 Cannot click "Next" button on Google two-factor auth setup page
2686 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2687 <rdar://problem/19175714>
2689 Reviewed by Darin Adler.
2691 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2693 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2695 [cmake] REGRESSION(182663): It broke feature dependency handling
2696 https://bugs.webkit.org/show_bug.cgi?id=143665
2698 Reviewed by Csaba Osztrogonác.
2700 Don't try to check the value of options before defining the options.
2702 * Source/cmake/WebKitFeatures.cmake:
2704 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2706 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2707 https://bugs.webkit.org/show_bug.cgi?id=143664
2709 Reviewed by Gyuyoung Kim.
2711 * Source/cmake/OptionsEfl.cmake:
2712 * Source/cmake/OptionsGTK.cmake:
2713 * Source/cmake/WebKitFeatures.cmake:
2714 * Source/cmakeconfig.h.cmake:
2716 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2718 [EFL] Enable Media Source
2719 https://bugs.webkit.org/show_bug.cgi?id=143635
2721 Reviewed by Csaba Osztrogonác.
2723 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2725 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2727 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2728 https://bugs.webkit.org/show_bug.cgi?id=143636
2730 Reviewed by Martin Robinson.
2732 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2733 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2735 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2736 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2738 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2740 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2742 Fix ENABLE_TOUCH_SLIDER so that it can be used
2746 * Source/cmake/WebKitFeatures.cmake:
2748 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2750 [CMake] Print sorted feature list at the very end of the configure process
2751 https://bugs.webkit.org/show_bug.cgi?id=143596
2753 Reviewed by Martin Robinson.
2755 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2756 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2757 and sort the options before printing. Reorder some code so that features still get
2758 propagated to the bindings generators.
2760 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2762 [CMake] Options should be marked as advanced by default
2763 https://bugs.webkit.org/show_bug.cgi?id=143572
2765 Reviewed by Gyuyoung Kim.
2767 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2768 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2769 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2770 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2771 option without making it public.
2773 * Source/cmake/WebKitFeatures.cmake:
2775 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2777 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2778 https://bugs.webkit.org/show_bug.cgi?id=143584
2780 Reviewed by Csaba Osztrogonác.
2782 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2786 * Source/CMakeLists.txt:
2787 * Source/cmake/OptionsGTK.cmake:
2788 * Source/cmake/WebKitFS.cmake:
2790 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2792 Unreviewed, revert accidental commit.
2796 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2798 Add CMake build system for WinCairo port.
2799 https://bugs.webkit.org/show_bug.cgi?id=115944
2801 Reviewed by Chris Dumez.
2803 * Source/cmake/OptionsWindows.cmake:
2804 * Source/cmake/WebKitMacros.cmake:
2805 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2807 2015-04-06 Alberto Garcia <berto@igalia.com>
2809 [GTK] Fix HPPA build
2810 https://bugs.webkit.org/show_bug.cgi?id=143453
2812 Reviewed by Darin Adler.
2814 Add HPPA to the list of supported CPUs.
2818 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2820 Unreviewed, kick the GTK bots to fix an incremental build issue.
2822 * Source/cmake/OptionsGTK.cmake:
2824 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2826 Fix the EFL and GTK build after r182243
2827 https://bugs.webkit.org/show_bug.cgi?id=143361
2829 Reviewed by Csaba Osztrogonác.
2831 * Source/PlatformEfl.cmake: Add a custom command that copies
2832 the InspectorBackendCommands.js file into the proper directory
2833 under DerivedSources/WebInspectorUI/.
2835 2015-04-01 Alex Christensen <achristensen@webkit.org>
2837 Progress towards CMake on Windows and Mac.
2838 https://bugs.webkit.org/show_bug.cgi?id=143293
2840 Reviewed by Filip Pizlo.
2843 Set DERIVED_SOURCES_WTF_DIR for Windows.
2844 * Source/CMakeLists.txt:
2845 Don't compile bmalloc on Windows.
2846 * Source/cmake/OptionsCommon.cmake:
2847 Use the absolute path of the C preprocessor.
2848 * Source/cmake/OptionsWinCairo.cmake:
2849 Added needed definitions.
2850 * Source/cmake/OptionsWindows.cmake:
2851 Set some default values and removed support for old Visual Studio versions before /MP.
2852 * Source/cmake/WebKitFS.cmake:
2853 Make WTF DerivedSources directory.
2854 * Source/cmake/WebKitMacros.cmake:
2855 Added ADD_PRECOMPILED_HEADER macro based on
2856 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2858 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
2860 Use colored diagnostics when building with cmake + ninja + clang
2861 https://bugs.webkit.org/show_bug.cgi?id=143297
2863 Reviewed by Žan Doberšek.
2865 Because that ninja sets subprocess stdout/stderr to a pipe, clang
2866 disables colored output.
2867 This patch forces clang to use colored diagnostics when we are using
2870 * Source/cmake/OptionsCommon.cmake:
2872 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2874 [CMake] Update old CMakeList.txt in gtest
2875 https://bugs.webkit.org/show_bug.cgi?id=143192
2877 Reviewed by Darin Adler.
2879 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
2880 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
2881 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
2883 * Source/CMakeLists.txt:
2884 * Source/cmake/gtest/CMakeLists.txt: Removed.
2886 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2888 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
2889 https://bugs.webkit.org/show_bug.cgi?id=143138
2891 Reviewed by Csaba Osztrogonác.
2893 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
2894 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
2896 * Source/cmake/OptionsWindows.cmake:
2897 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
2898 * Source/cmake/WebKitMacros.cmake:
2900 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2902 [GStreamer] share GL context in pipeline, part 2
2903 https://bugs.webkit.org/show_bug.cgi?id=143049
2905 Reviewed by Carlos Garcia Campos.
2907 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
2908 OpenGL/ES2 is found and GLX/EGL is found too.
2910 2015-03-26 Alex Christensen <achristensen@webkit.org>
2912 Progress towards CMake on Mac.
2913 https://bugs.webkit.org/show_bug.cgi?id=143112
2915 Reviewed by Chris Dumez.
2917 * Source/cmake/OptionsMac.cmake:
2919 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
2921 [EFL] Add OpenWebRTC in jhbuild
2922 https://bugs.webkit.org/show_bug.cgi?id=142778
2924 Reviewed by Gyuyoung Kim.
2926 Original patch by Philippe Normand <pnormand@igalia.com>
2928 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
2929 mediastream build is enabled.
2931 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
2933 [GTK] Add a configure option to build without Redirected XComposite Window
2934 https://bugs.webkit.org/show_bug.cgi?id=142865
2936 Reviewed by Žan Doberšek.
2938 The Redirected XComposite Window was added to support some
2939 features like GtkOverlay, but in cases where we don't need such
2940 features, it's more efficient to use the XID of the WebKitWebView
2941 window as the native surface handle for the accelerated
2942 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
2943 that is enabled by default for X11 target when OpenGL is enabled.
2945 * Source/cmake/OptionsGTK.cmake:
2947 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
2949 [GTK] Search for the Wayland dependency when enabling Wayland target
2950 https://bugs.webkit.org/show_bug.cgi?id=142876
2952 Reviewed by Carlos Garcia Campos.
2954 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
2955 requirement of either the GTK+ or GDK pkg-config files, so we have to
2956 search for it ourselves when WebKitGTK+ has been configured to support
2957 the Wayland windowing target.
2959 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2961 Unreviewed, kick the GTK bots to regenerate makefile.
2962 https://bugs.webkit.org/show_bug.cgi?id=137394
2964 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
2965 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
2967 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2969 Unreviewed, kick the GTK bots to regenerate makefile.
2970 https://bugs.webkit.org/show_bug.cgi?id=137394
2972 * Source/cmake/OptionsEfl.cmake:
2974 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2976 [GTK] Fix inspector userinterface related incremental build issue
2977 https://bugs.webkit.org/show_bug.cgi?id=142849
2979 Reviewed by Carlos Garcia Campos.
2981 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2983 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2985 Unreviewed, kick the GTK bots to regenerate makefile.
2987 * Source/cmake/OptionsGTK.cmake:
2989 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2991 [EFL] Expose JavaScript binding interface through ewk_extension
2992 https://bugs.webkit.org/show_bug.cgi?id=142033
2994 Reviewed by Gyuyoung Kim.
2996 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2998 2015-03-17 Philippe Normand <pnormand@igalia.com>
3000 [GTK] basic OpenWebRTC build support
3001 https://bugs.webkit.org/show_bug.cgi?id=142393
3003 Reviewed by Carlos Garcia Campos.
3005 * Source/cmake/FindOpenWebRTC.cmake: Added.
3006 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3007 mediastream build is enabled.
3009 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3011 [CMake][EFL] Build test tools only for developer mode
3012 https://bugs.webkit.org/show_bug.cgi?id=142761
3014 Reviewed by Csaba Osztrogonác.
3016 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3018 * Source/cmake/OptionsEfl.cmake:
3019 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3020 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3021 * Source/cmakeconfig.h.cmake:
3023 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3025 Enable ES6 classes by default
3026 https://bugs.webkit.org/show_bug.cgi?id=142774
3028 Reviewed by Gavin Barraclough.
3030 * Source/cmake/WebKitFeatures.cmake:
3032 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3034 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3035 https://bugs.webkit.org/show_bug.cgi?id=142722
3037 Reviewed by Csaba Osztrogonác.
3039 Categorize to define cmake variables, to find necessary packages,
3040 use upper case for "glib_conponents" cmake variable name, re-arrange
3041 wrong alphabet sorting, and so on.
3043 * CMakeLists.txt: Remove WinCE port.
3044 * Source/cmake/OptionsEfl.cmake:
3046 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3048 [GStreamer] share GL context in pipeline
3049 https://bugs.webkit.org/show_bug.cgi?id=142693
3051 Reviewed by Philippe Normand.
3053 Add search of gstreamer-gl library in the GStreamer installation. If
3054 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3056 * Source/cmake/FindGStreamer.cmake:
3057 * Source/cmake/OptionsGTK.cmake:
3059 2015-03-13 Alex Christensen <achristensen@webkit.org>
3061 Progress towards CMake on Mac.
3062 https://bugs.webkit.org/show_bug.cgi?id=142680
3064 Reviewed by Gyuyoung Kim.
3067 * Source/PlatformMac.cmake: Added stub.
3068 * Source/cmake/OptionsMac.cmake:
3069 Change defines to get CMake working.
3071 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3073 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3074 https://bugs.webkit.org/show_bug.cgi?id=126688
3076 Reviewed by Gustavo Noronha Silva.
3078 Add ENABLE_MINIBROWSER option, enabled by default for development
3079 builds and disabled for production builds unless explicilty enabled.
3081 * Source/cmake/OptionsGTK.cmake:
3083 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3085 [GTK] Do not look for child processes in the UI process binary path
3086 https://bugs.webkit.org/show_bug.cgi?id=135752
3088 Reviewed by Gustavo Noronha Silva.
3090 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3091 build for development builds.
3093 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3095 [GTK] Add a configure option to build with OpenGL ES 2
3096 https://bugs.webkit.org/show_bug.cgi?id=142498
3098 Reviewed by Martin Robinson.
3100 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3101 GLES2 is required and OpenGL is not even searched. Otherwise we
3102 search for OpenGL as usual, using it only if present.
3104 * Source/cmake/OptionsGTK.cmake:
3106 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3108 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3109 https://bugs.webkit.org/show_bug.cgi?id=142338
3111 Reviewed by Gyuyoung Kim.
3113 * Source/cmake/WebKitHelpers.cmake:
3115 2015-03-03 Daniel Bates <dabates@apple.com>
3117 Convert ManualTests/svg-tooltip.svg to a DRT test
3118 https://bugs.webkit.org/show_bug.cgi?id=140480
3120 Reviewed by Alex Christensen.
3122 * ManualTests/svg-tooltip.svg: Removed.
3124 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3126 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3127 https://bugs.webkit.org/show_bug.cgi?id=142165
3129 Reviewed by Carlos Garcia Campos.
3131 * Source/cmake/gtksymbols.filter:
3133 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3135 [EFL] Remove unnecessary comment after r179110
3136 https://bugs.webkit.org/show_bug.cgi?id=142042
3138 Reviewed by Gyuyoung Kim.
3140 * Source/cmake/OptionsEfl.cmake:
3142 2015-02-23 Tomas Popela <tpopela@redhat.com>
3144 [GTK] Fails to compile with cmake 3.2.x
3145 https://bugs.webkit.org/show_bug.cgi?id=141796
3147 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3148 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3149 added and the build will fail.
3151 Reviewed by Martin Robinson.
3153 * Source/cmake/OptionsGTK.cmake:
3155 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3157 Remove svn:keywords property.
3159 As far as I can tell, the property had no effect on any of these files, but also,
3160 when it has effect it's likely harmful.
3162 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3163 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3164 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3165 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3166 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3167 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3168 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3169 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3170 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3171 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3172 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3173 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3174 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3175 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3177 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3179 [CMAKE] Remove CMakeLists.txt in WK1 port
3180 https://bugs.webkit.org/show_bug.cgi?id=141617
3182 Reviewed by Anders Carlsson.
3184 Nobody uses CMake in WK1 port. Remove it.
3188 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3190 Unreviewed, remove empty directories.
3192 * ManualTests/qt: Removed.
3194 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3196 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3197 https://bugs.webkit.org/show_bug.cgi?id=141481
3199 Reviewed by Csaba Osztrogonác.
3201 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3203 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3205 [EFL][GTK] Use bmalloc instead of tcmalloc
3206 https://bugs.webkit.org/show_bug.cgi?id=140162
3208 Reviewed by Carlos Garcia Campos.
3210 Add bmalloc directory to build list.
3212 * CMakeLists.txt: Define BMALLOC_DIR directory.
3213 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3215 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3217 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3218 https://bugs.webkit.org/show_bug.cgi?id=141392
3220 Reviewed by Gustavo Noronha Silva.
3222 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3224 * Source/cmake/OptionsGTK.cmake:
3226 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3228 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3229 https://bugs.webkit.org/show_bug.cgi?id=141328
3231 Reviewed by Darin Adler.
3233 Added as manual test because it involves a huge grid allocation
3234 which is very slow on Debug bots, the only ones capable to trigger
3237 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3239 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3241 [Streams API] Implement a barebone ReadableStream interface
3242 https://bugs.webkit.org/show_bug.cgi?id=141045
3244 Reviewed by Benjamin Poulain.
3246 * Source/cmake/WebKitFeatures.cmake:
3247 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3249 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3251 Revert accidental change in r179490.
3255 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3257 Unreviewed, revert accidental change to Makefile.shared in r179478
3261 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3263 [CMake] Minimum python version should be 2.7.
3264 https://bugs.webkit.org/show_bug.cgi?id=140997
3266 Reviewed by Csaba Osztrogonác.
3270 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3272 Apply feTurbulence spec change to fix zero length vector generation
3273 https://bugs.webkit.org/show_bug.cgi?id=140812
3275 Reviewed by Darin Adler.
3277 Recently a bug with the turbulence algorithm was corrected in the
3278 Filter Effects specification.
3279 For some seed values this bug allowed zero length vectors to be generated.
3280 This resulted in large solid color squares being present in the generated image.
3281 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3282 applies that change in WebCore.
3284 Test: svg/filters/feTurbulence_bad_seeds.html
3286 * platform/graphics/filters/FETurbulence.cpp:
3287 (WebCore::FETurbulence::initPaint):
3288 Added rejection sampling during vector generation to avoid zero length vectors.
3290 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3292 [cmake] Remove compiler version calculate cruft
3293 https://bugs.webkit.org/show_bug.cgi?id=140885
3295 Reviewed by Darin Adler.
3297 * Source/cmake/WebKitHelpers.cmake:
3299 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3301 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3302 https://bugs.webkit.org/show_bug.cgi?id=140886
3304 Reviewed by Žan Doberšek.
3306 * Source/cmake/WebKitHelpers.cmake:
3308 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3310 [GTK] gtkdoc does not appear in DevHelp
3311 https://bugs.webkit.org/show_bug.cgi?id=139369
3313 Reviewed by Philippe Normand.
3315 Expect the gtkdoc to be generated in folders named with the API version.
3317 * Source/PlatformGTK.cmake:
3319 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3321 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
3322 https://bugs.webkit.org/show_bug.cgi?id=140609
3324 Reviewed by Csaba Osztrogonác.
3326 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
3327 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
3328 compilation flags. Those were added after the jsCStack branch merge, but
3329 can now be removed since the -ftree-dce issues were fixed in GCC, and
3330 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
3332 * Source/cmake/OptionsEfl.cmake:
3333 * Source/cmake/OptionsGTK.cmake:
3335 2015-01-26 Commit Queue <commit-queue@webkit.org>
3337 Unreviewed, rolling out r179107.
3338 https://bugs.webkit.org/show_bug.cgi?id=140880
3340 The GCC in the bots doesn't support the AsyncTask
3341 implementation (Requested by KaL on #webkit).
3345 "[GTK] Enable IndexedDB"
3346 https://bugs.webkit.org/show_bug.cgi?id=98932
3347 http://trac.webkit.org/changeset/179107
3349 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
3351 [GTK] Enable IndexedDB
3352 https://bugs.webkit.org/show_bug.cgi?id=98932
3354 Reviewed by Žan Doberšek.
3356 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3357 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3359 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
3361 [GTK] Add initial database process support
3362 https://bugs.webkit.org/show_bug.cgi?id=139491
3364 Reviewed by Sergio Villar Senin.
3366 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
3368 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
3370 Add a build flag for ES6 class syntax
3371 https://bugs.webkit.org/show_bug.cgi?id=140760
3373 Reviewed by Michael Saboff.
3375 * Source/cmake/WebKitFeatures.cmake:
3376 * Source/cmakeconfig.h.cmake:
3378 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3380 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
3381 https://bugs.webkit.org/show_bug.cgi?id=140049
3383 Reviewed by Gyuyoung Kim.
3385 * Source/cmake/OptionsCommon.cmake:
3387 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3389 Remove ENABLE(INSPECTOR) ifdef guards
3390 https://bugs.webkit.org/show_bug.cgi?id=140668
3392 Reviewed by Darin Adler.
3394 * Source/PlatformEfl.cmake:
3395 * Source/cmake/OptionsEfl.cmake:
3396 * Source/cmake/OptionsGTK.cmake:
3397 * Source/cmake/OptionsMac.cmake:
3398 * Source/cmake/WebKitFeatures.cmake:
3399 * Source/cmakeconfig.h.cmake:
3401 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
3403 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
3405 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3407 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3409 [CMAKE] Fix cmake warning
3410 https://bugs.webkit.org/show_bug.cgi?id=140497
3412 Reviewed by Gustavo Noronha Silva.
3414 r173155 already tried to fix cmake warning though, the warning is still exist.
3415 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
3416 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
3417 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
3418 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
3419 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
3423 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
3425 [GTK] Generate the make dist manifest from a CMake template file
3426 https://bugs.webkit.org/show_bug.cgi?id=139387
3428 Reviewed by Martin Robinson.
3430 Generate manifest.txt from manifest.txt.in. Only expose the dist and
3431 distcheck targets for developer builds, as they won't work when
3432 building from a tarball because the manifest is not distributed.
3434 * Source/PlatformGTK.cmake:
3436 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
3438 Remove ENABLE(SQL_DATABASE) guards
3439 https://bugs.webkit.org/show_bug.cgi?id=140434
3441 Reviewed by Darin Adler.
3443 * Source/cmake/OptionsMac.cmake:
3444 * Source/cmake/WebKitFeatures.cmake:
3445 * Source/cmakeconfig.h.cmake:
3447 2015-01-11 Sam Weinig <sam@webkit.org>
3449 Remove support for SharedWorkers
3450 https://bugs.webkit.org/show_bug.cgi?id=140344
3452 Reviewed by Anders Carlsson.
3454 * Source/cmake/OptionsEfl.cmake:
3455 * Source/cmake/OptionsGTK.cmake:
3456 * Source/cmake/OptionsMac.cmake:
3457 * Source/cmake/WebKitFeatures.cmake:
3458 * Source/cmakeconfig.h.cmake:
3460 2015-01-10 Dan Bernstein <mitz@apple.com>
3462 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
3463 https://bugs.webkit.org/show_bug.cgi?id=140339
3465 Reviewed by Mark Rowe.
3467 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
3468 prevents unnecessary rebuilding due to PATH differences.
3470 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
3472 [GTK][ThreadedCompositor] Add support for threaded compositor.
3473 https://bugs.webkit.org/show_bug.cgi?id=118265
3475 Reviewed by Martin Robinson.
3477 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
3478 autotools build systems. The feature is disabled by default.
3479 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
3480 from the feature flags.
3482 * Source/cmake/OptionsEfl.cmake:
3483 * Source/cmake/OptionsGTK.cmake:
3484 * Source/cmake/WebKitFeatures.cmake:
3485 * Source/cmakeconfig.h.cmake:
3487 2014-12-23 Alexey Proskuryakov <ap@apple.com>
3489 Simplify building with ASan
3490 https://bugs.webkit.org/show_bug.cgi?id=139916
3492 Reviewed by Mark Rowe.
3494 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
3496 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
3498 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
3500 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3502 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
3504 Null dereference performing a "TapAndAHalf" gesture in Google search field
3506 <https://bugs.webkit.org/show_bug.cgi?id=139506>
3507 <rdar://problem/19028828>
3509 Reviewed by Darin Adler.
3511 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
3513 2014-12-10 Dean Jackson <dino@apple.com>
3515 Blur filter performance test doesn't provide results
3516 https://bugs.webkit.org/show_bug.cgi?id=139462
3518 Reviewed by Sam Weinig.
3520 This can't currently work under our performance test
3521 infrastructure. Move it to a manual test to avoid
3522 putting FAILures into the results.
3524 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
3526 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3528 [GTK][WK2] Add HTML5 Notifications support
3529 https://bugs.webkit.org/show_bug.cgi?id=61140
3531 Reviewed by Carlos Garcia Campos.
3533 * Source/cmake/FindLibNotify.cmake: Added.
3534 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
3535 libnotify and use it for a default implementation when found.
3537 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
3539 REGRESSION(r155906): Page content disappears on Tuaw article after loading
3540 https://bugs.webkit.org/show_bug.cgi?id=138100
3542 Reviewed by Simon Fraser.
3544 DRT causes an extra paint which makes it impossible to test this with
3547 * ManualTests/float-layer-not-painting.html: Added.
3549 2014-12-07 Alberto Garcia <berto@igalia.com>
3551 [GTK] WebKit has a new required dependency on GnuTLS
3552 https://bugs.webkit.org/show_bug.cgi?id=136158
3554 Reviewed by Martin Robinson.
3556 Detect if GnuTLS is installed and enable or disable subtle crypto
3557 support accordingly.
3559 * Source/cmake/OptionsGTK.cmake:
3561 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3563 [GTK] Missing API detected in GObject DOM bindings after r176630
3564 https://bugs.webkit.org/show_bug.cgi?id=139201
3566 Reviewed by Gustavo Noronha Silva.
3568 Change GENERATE_BINDINGS macro to receive a list of optional
3569 additional dependencies, so that we can add more dependecies
3570 without having to change the macro.
3572 * Source/cmake/WebKitMacros.cmake:
3574 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3576 Programmatic scrolling and content changes are not always synchronized
3577 https://bugs.webkit.org/show_bug.cgi?id=139245
3578 rdar://problem/18833612
3580 Reviewed by Anders Carlsson.
3582 Manual test that tries to sync layout with programmatic scrolling.
3584 * ManualTests/programmatic-scroll-flicker.html: Added.
3586 2014-12-04 Alberto Garcia <berto@igalia.com>
3588 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3589 https://bugs.webkit.org/show_bug.cgi?id=136576
3591 Reviewed by Carlos Garcia Campos.
3593 CMake should complain if Accelerated 2D Canvas is explicitly
3594 enabled but cairo-gl is not found.
3596 * Source/cmake/OptionsGTK.cmake:
3598 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3600 [EFL] Add subtle crypto to the build system
3601 https://bugs.webkit.org/show_bug.cgi?id=138612
3603 Reviewed by Csaba Osztrogonác.
3605 * Source/cmake/OptionsEfl.cmake:
3607 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3609 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3610 https://bugs.webkit.org/show_bug.cgi?id=139085
3612 Reviewed by Andreas Kling.
3614 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3615 * Source/cmake/WebKitFeatures.cmake: ditto.
3616 * Source/cmakeconfig.h.cmake: ditto.
3618 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3620 [EFL] Drop support for the EFL 1.7
3621 https://bugs.webkit.org/show_bug.cgi?id=139114
3623 Reviewed by Gyuyoung Kim.
3625 * Source/cmake/EFLHelpers.cmake: Removed.
3626 * Source/cmake/FindEcore.cmake: Removed.
3627 * Source/cmake/FindEdje.cmake: Removed.
3628 * Source/cmake/FindEet.cmake: Removed.
3629 * Source/cmake/FindEeze.cmake: Removed.
3630 * Source/cmake/FindEfreet.cmake: Removed.
3631 * Source/cmake/FindEina.cmake: Removed.
3632 * Source/cmake/FindElementary.cmake: Removed.
3633 * Source/cmake/FindEvas.cmake: Removed.
3634 * Source/cmake/OptionsEfl.cmake:
3636 2014-11-28 Philippe Normand <pnormand@igalia.com>
3638 [CMake] Build failure against GStreamer git master
3639 https://bugs.webkit.org/show_bug.cgi?id=138872
3641 Reviewed by Csaba Osztrogon.
3643 * Source/cmake/FindGStreamer.cmake: Simplified the
3644 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3645 headers lookup, there's no need to do this manually. Also
3646 explicitely check the version specified in GStreamer_FIND_VERSION.
3648 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3650 [EFL] Remove E_Dbus dependency
3651 https://bugs.webkit.org/show_bug.cgi?id=136355
3653 Reviewed by Gyuyoung Kim.
3655 * Source/cmake/FindE_DBus.cmake: Removed.
3656 * Source/cmake/OptionsEfl.cmake:
3658 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
3660 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3662 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3664 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3666 [CMake] Use ld.gold if it is available to speedup builds
3667 https://bugs.webkit.org/show_bug.cgi?id=137953
3669 Reviewed by Carlos Garcia Campos.
3671 * Source/cmake/OptionsCommon.cmake:
3673 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3675 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3676 https://bugs.webkit.org/show_bug.cgi?id=138840
3678 Reviewed by Csaba Osztrogonác.
3680 * Source/cmake/OptionsCommon.cmake:
3682 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3684 Remove Source/Platform cruft
3685 https://bugs.webkit.org/show_bug.cgi?id=138658
3687 Reviewed by Anders Carlsson.
3690 * Source/Platform: Removed.
3692 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3694 Enable Cortex-A53-specific code paths by default if core is detected.
3695 https://bugs.webkit.org/show_bug.cgi?id=138499
3697 Reviewed by Csaba Osztrogonác.
3699 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3700 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3703 Since on ARM64/Linux the part number that cpuinfo reports depends on
3704 the core the query is run on, the check is bound to and executed on the
3705 available cores one by one.
3707 * Source/cmake/OptionsCommon.cmake:
3709 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3711 [EFL] Remove unnecessary version check from OptionsEfl.cmake
3712 https://bugs.webkit.org/show_bug.cgi?id=138498
3714 Reviewed by Csaba Osztrogonác.
3716 * Source/cmake/OptionsEfl.cmake:
3718 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3720 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3721 https://bugs.webkit.org/show_bug.cgi?id=138465
3723 Reviewed by Gyuyoung Kim.
3725 * Source/cmake/OptionsEfl.cmake:
3727 2014-11-03 Dean Jackson <dino@apple.com>
3729 Add ENABLE_FILTERS_LEVEL_2 feature guard.
3730 https://bugs.webkit.org/show_bug.cgi?id=138362
3732 Reviewed by Tim Horton.
3734 Add a new feature define for Level 2 of CSS Filters.
3735 http://dev.w3.org/fxtf/filters-2/
3737 * Source/cmake/OptionsEfl.cmake:
3738 * Source/cmake/OptionsGTK.cmake:
3739 * Source/cmake/OptionsMac.cmake:
3740 * Source/cmake/WebKitFeatures.cmake:
3741 * Source/cmakeconfig.h.cmake:
3743 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
3745 Workaround for Cortex-A53 erratum 835769
3746 https://bugs.webkit.org/show_bug.cgi?id=138315
3748 Reviewed by Filip Pizlo.
3750 This patch introduces CMake variable and preprocessor macro
3751 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
3752 code paths, if set true.
3754 * Source/cmake/OptionsCommon.cmake:
3755 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
3757 * Source/cmakeconfig.h.cmake:
3758 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
3760 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
3762 [GTK] Fix the build of FTL JIT
3763 https://bugs.webkit.org/show_bug.cgi?id=138298
3765 Reviewed by Carlos Garcia Campos.
3767 * Source/cmake/OptionsGTK.cmake:
3768 Remove the need for the LIBCXXABI package.
3770 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
3772 REGRESSION(CMake): Make it possible to build without introspection
3773 https://bugs.webkit.org/show_bug.cgi?id=138006
3775 Reviewed by Philippe Normand.
3777 Add ENABLE_INTROSPECTION option.
3779 * Source/PlatformGTK.cmake: Dot not add gir global target if
3780 introspection is disabled.
3781 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
3782 introspection is disabled.
3784 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
3786 [GTK] Support script message handlers WebKitUserContentManager
3787 https://bugs.webkit.org/show_bug.cgi?id=133730
3789 Reviewed by Carlos Garcia Campos.
3791 Support user script message handlers in WebKitUserContentManager.
3792 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
3793 an option is added to the CMake build files. The option is disabled
3794 globally by default, and the WebKitGTK port enables it. On the API
3795 level, two new methods to register and unregister names are provided
3796 in the "window.webkit" namespace, and on message reception the
3797 "WebKitUserContentManager::script-message-received" signal is
3798 emitted, using the registered names as signal detail.
3800 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
3801 ENABLE_USER_MESSAGE_HANDLERS feature by default.
3802 * Source/cmake/WebKitFeatures.cmake: Add feature description for
3803 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
3805 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
3807 [GTK] Bump libsoup's minimum version to 2.42.0.
3808 https://bugs.webkit.org/show_bug.cgi?id=138086
3810 Reviewed by Martin Robinson.
3812 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
3813 soup-version.h header was added to soup.h in 2.41.4, which then becomes
3814 the minimum version required to build the port these days.
3816 In addition, since the autotools build system required 2.42.0 before
3817 being retired, require the same version here. Version 2.42.0 was also
3819 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
3821 * Source/cmake/OptionsGTK.cmake:
3823 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3825 [EFL] Remove unnecessary defines from OptionsEfl.cmake
3826 https://bugs.webkit.org/show_bug.cgi?id=138132
3828 Reviewed by Csaba Osztrogonác.
3830 * Source/cmake/OptionsEfl.cmake:
3832 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
3834 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3836 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3838 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
3840 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
3841 https://bugs.webkit.org/show_bug.cgi?id=137946
3843 Reviewed by Gyuyoung Kim.
3845 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
3847 * Source/cmake/OptionsEfl.cmake:
3849 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3851 Fix FTL Native Inlining for EFL
3852 https://bugs.webkit.org/show_bug.cgi?id=137774
3854 Reviewed by Michael Saboff.
3856 Updated CMake for FTL Native Inlining.