1 2016-04-07 Carlos Garcia Campos <cgarcia@igalia.com>
3 [GTK] Rework the theming code for GTK+ 3.20
4 https://bugs.webkit.org/show_bug.cgi?id=156333
6 Reviewed by Michael Catanzaro.
8 Add a manual test to check how themed elements are rendered.
10 * ManualTests/gtk/theme.html: Added.
12 2016-04-11 Fujii Hironori <Hironori.Fujii@jp.sony.com>
14 [CMake] Make FOLDER property INHERITED
15 https://bugs.webkit.org/show_bug.cgi?id=156460
17 Reviewed by Brent Fulgham.
19 Some CMake targets are not setting the FOLDER property. This causes the
20 generated projects to be displayed in the top-level folder of the solution.
22 Making the FOLDER property INHERITED ensures that all the targets
23 are placed in their proper directories.
25 * Source/cmake/OptionsCommon.cmake:
26 Define FOLDER property as a inherited property.
27 * Source/cmake/WebKitMacros.cmake:
28 Do not set FOLDER target property.
30 2016-04-08 Alex Christensen <achristensen@webkit.org>
32 Progress towards running CMake WebKit2 on Mac
33 https://bugs.webkit.org/show_bug.cgi?id=156426
35 Reviewed by Tim Horton.
37 * Source/cmake/OptionsMac.cmake:
38 FTL works on Mac, so let's use it.
39 * Source/cmake/WebKitMacros.cmake:
41 2016-04-07 Joseph Pecoraro <pecoraro@apple.com>
43 Remove ENABLE(ENABLE_ES6_CLASS_SYNTAX) guards
44 https://bugs.webkit.org/show_bug.cgi?id=156384
46 Reviewed by Ryosuke Niwa.
48 * Source/cmake/WebKitFeatures.cmake:
50 2016-04-07 Dean Jackson <dino@apple.com>
52 [iOS] Play button on video is too dark
53 https://bugs.webkit.org/show_bug.cgi?id=156383
54 <rdar://problem/23540816>
56 Reviewed by Simon Fraser.
58 Add a manual test for iOS that shows the expected appearance
59 of a video element. Unfortunately, due to the way we take
60 snapshots on iOS within our test runner, we don't get the
61 platform blurring effect, which means an automated test
64 * ManualTests/ios/start-playback-button-appearance-expected.html: Added.
65 * ManualTests/ios/start-playback-button-appearance.html: Added.
67 2016-04-06 Alex Christensen <achristensen@webkit.org>
69 Fix CMake DumpRenderTree
70 https://bugs.webkit.org/show_bug.cgi?id=156305
72 Reviewed by Daniel Bates.
74 * Source/cmake/OptionsMac.cmake:
76 2016-04-05 Alex Christensen <achristensen@webkit.org>
78 Make CMake-generated binaries on Mac able to run
79 https://bugs.webkit.org/show_bug.cgi?id=156268
81 Reviewed by Daniel Bates.
83 * Source/cmake/OptionsMac.cmake:
85 2016-04-04 Alejandro G. Castro <alex@igalia.com>
87 REGRESSION(r198492): [GTK] The WEB_RTC flag was not correctly added in some situations
88 https://bugs.webkit.org/show_bug.cgi?id=156164
90 Reviewed by Philippe Normand.
92 Remove double space in the error message when openwebrtc is not present.
94 * Source/cmake/OptionsGTK.cmake:
96 2016-04-03 Carlos Garcia Campos <cgarcia@igalia.com>
98 Unreviewed. Bump GTK+ versions numbers.
100 * Source/cmake/OptionsGTK.cmake:
102 2016-03-31 Daniel Bates <dabates@apple.com>
104 tool tip/alt. text appears when mouse is no longer hovering over link
105 https://bugs.webkit.org/show_bug.cgi?id=24427
106 <rdar://problem/8045235>
108 Reviewed by Antonio Gomes.
110 Although the bug no longer reproduces, add a manual test that can be used to determine if a
111 tooltip for a hyperlink is shown when the cursor no longer hovers over it.
113 * ManualTests/tooltip-when-mouse-not-directly-over-hyperlink.html: Added.
115 2016-03-29 Commit Queue <commit-queue@webkit.org>
117 Unreviewed, rolling out r198781.
118 https://bugs.webkit.org/show_bug.cgi?id=155986
120 broke windows clean build (Requested by alexchristensen on
125 "[Win] CMake seems to build all generated files every time"
126 https://bugs.webkit.org/show_bug.cgi?id=155872
127 http://trac.webkit.org/changeset/198781
129 2016-03-29 Brent Fulgham <bfulgham@apple.com>
131 [Win] CMake seems to build all generated files every time
132 https://bugs.webkit.org/show_bug.cgi?id=155872
134 Reviewed by Alex Christensen.
136 This seems to be caused by Visual Studio being unhappy receiving multiple output targets
137 for its custom build rules. If I limit the output to just the header file on Windows, the
138 dependency check seems to do the right thing.
140 * Source/cmake/WebKitMacros.cmake:
142 2016-03-28 Alex Christensen <achristensen@webkit.org>
144 Fix Mac Ninja build after r198766.
146 * Source/cmake/WebKitMacros.cmake:
147 WebCore_DERIVED_SOURCES are intentionally in a separate library to reduce linker line length.
148 This is now only specific to WebKit2_DERIVED_SOURCES, so I'm moving it there.
150 2016-03-28 Alex Christensen <achristensen@webkit.org>
152 Fix Windows build after r198766.
154 * Source/cmake/WebKitMacros.cmake:
155 Use the filename from the cpp so that WebCorePrefix.cpp and WebCoreDerivedSourcesPrefix.cpp
156 generate unique .pch files, even though they both include WebCorePrefix.h
158 2016-03-28 Alex Christensen <achristensen@webkit.org>
160 Fix Ninja build on Mac
161 https://bugs.webkit.org/show_bug.cgi?id=151399
163 Reviewed by Darin Adler.
165 * Source/CMakeLists.txt:
166 * Source/cmake/WebKitMacros.cmake:
168 2016-03-27 Daniel Bates <dabates@apple.com>
170 WebKit.xcworkspace "All Source" scheme always copies OS X WebKitSystemInterface libraries
171 https://bugs.webkit.org/show_bug.cgi?id=155889
173 Reviewed by Alexey Proskuryakov.
175 Fixes an issue where building the "All Source" scheme in WebKit.xcworkspace would
176 always copy the OS X WebKitSystemInterface libraries regardless of the selected
177 base SDK. In particular, it would copy the OS X WebKitSystemInterface libraries
178 when building with SDK iphonesimulator. WebKit.xcworkspace should copy the SDK-
179 specific WebKitSystemInterface libraries.
181 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
183 2016-03-25 Brady Eidson <beidson@apple.com>
185 Soften push/replaceState frequency restrictions.
186 <rdar://problem/25228439> and https://bugs.webkit.org/show_bug.cgi?id=155901
188 Rubber-stamped by Timothy Hatcher.
190 * ManualTests/state-objects-time-limit.html: Added.
192 2016-03-25 Daniel Bates <dabates@apple.com>
194 REGRESSION (r197358): WebKitSystemInterface.h copied into directory named "--llvm"
195 https://bugs.webkit.org/show_bug.cgi?id=155838
197 Reviewed by Alexey Proskuryakov.
199 Do not pass command line flag --llvm when calling script copy-webkitlibraries-to-product-directory
200 to avoid copying the WebKitSystemInterface libraries to an incorrect location. The --llvm flag was
201 removed from copy-webkitlibraries-to-product-directory in <http://trac.webkit.org/changeset/197358>.
203 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
205 2016-03-25 Bill Ming <mbbill@gmail.com>
207 Detect correct number of processors on windows
208 https://bugs.webkit.org/show_bug.cgi?id=155884
210 Reviewed by Alex Christensen.
212 * Tools/Scripts/run-jsc-stress-tests:
214 2016-03-25 Brent Fulgham <bfulgham@apple.com>
216 [Win] Improve CMake build performance
217 https://bugs.webkit.org/show_bug.cgi?id=155871
218 <rdar://problem/24747822>
220 Reviewed by Alex Christensen.
222 Add a flag to the PROCESS_ALLINONE_FILE macro so that it does not remove
223 the files contained in the passed all-in-one file, since this breaks
224 dependency checking and generation of the derived sources from the IDL.
225 Instead, include the header files in the project so that all files get
228 * Source/cmake/WebKitMacros: Updated for 'DerivedSources.cpp' use case.
230 2016-03-25 Konstantin Tokarev <annulen@yandex.ru>
232 Turned on ENABLE_REQUEST_ANIMATION_FRAME by default for any port.
233 https://bugs.webkit.org/show_bug.cgi?id=155882
235 Reviewed by Michael Catanzaro.
237 It was already enabled in all trunk ports, and is required for
238 WebInspectorUI to work.
240 * Source/cmake/OptionsGTK.cmake: Removed duplication of default value.
241 * Source/cmake/OptionsMac.cmake: Ditto.
242 * Source/cmake/WebKitFeatures.cmake: Turned
243 ENABLE_REQUEST_ANIMATION_FRAME ON.
245 2016-03-24 Bill Ming <mbbill@gmail.com>
247 Determine architecture for running jsc stress tests on windows
248 https://bugs.webkit.org/show_bug.cgi?id=155840
250 Reviewed by Alex Christensen.
252 * Tools/Scripts/run-jsc-stress-tests:
254 2016-03-23 Bill Ming <mbbill@gmail.com>
256 Fixed ninja build path.
257 https://bugs.webkit.org/show_bug.cgi?id=155796
259 Reviewed by Alex Christensen.
261 * Tools/Scripts/build-webkit:
263 2016-03-21 Eric Carlson <eric.carlson@apple.com>
265 Add a WebRTC specific compile flag
266 https://bugs.webkit.org/show_bug.cgi?id=155663
268 Reviewed by Jer Noble.
270 * Source/cmake/OptionsEfl.cmake:
271 * Source/cmake/OptionsGTK.cmake:
272 * Source/cmake/WebKitFeatures.cmake:
274 2016-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
276 Unreviewed, missing SET_AND_EXPOSE_TO_BUILD for USE_UDIS86 in JSCOnly port
277 https://bugs.webkit.org/show_bug.cgi?id=155628
279 * Source/cmake/OptionsJSCOnly.cmake:
281 2016-03-17 Yusuke Suzuki <utatane.tea@gmail.com>
283 [JSCOnly] Enable udis86
284 https://bugs.webkit.org/show_bug.cgi?id=155628
286 Reviewed by Carlos Garcia Campos.
288 Enable udis86 for disassembler. The current flag name is incorrect.
290 * Source/cmake/OptionsJSCOnly.cmake:
292 2016-03-14 Konstantin Tokarev <annulen@yandex.ru>
294 Restored ENABLE_WEBCORE option and used it in JSCOnly port.
295 https://bugs.webkit.org/show_bug.cgi?id=155428
297 Reviewed by Michael Catanzaro.
299 This is a partial revert of r182624.
302 * Source/CMakeLists.txt:
303 * Source/cmake/OptionsJSCOnly.cmake:
304 * Source/cmake/WebKitFS.cmake:
306 2016-03-13 Joseph Pecoraro <pecoraro@apple.com>
308 Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
309 https://bugs.webkit.org/show_bug.cgi?id=155417
311 Reviewed by Yusuke Suzuki.
313 * Source/cmake/OptionsWin.cmake:
314 * Source/cmake/WebKitFeatures.cmake:
315 * Source/cmake/tools/vsprops/FeatureDefines.props:
316 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
318 2016-03-13 Konstantin Tokarev <annulen@yandex.ru>
320 Added new port JSCOnly.
321 https://bugs.webkit.org/show_bug.cgi?id=154512
323 Reviewed by Michael Catanzaro.
325 This port allows to build JavaScriptCore engine with minimal
329 * Source/cmake/OptionsJSCOnly.cmake: Added.
331 2016-03-12 Myles C. Maxfield <mmaxfield@apple.com>
333 Delete dead SVG Font code
334 https://bugs.webkit.org/show_bug.cgi?id=154718
336 Reviewed by Antti Koivisto.
338 * Source/cmake/OptionsEfl.cmake:
339 * Source/cmake/OptionsWin.cmake:
340 * Source/cmake/WebKitFeatures.cmake:
341 * Source/cmake/tools/vsprops/FeatureDefines.props:
342 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
344 2016-03-12 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
346 [GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
347 https://bugs.webkit.org/show_bug.cgi?id=152650
349 Reviewed by Carlos Garcia Campos.
351 * Source/cmake/OptionsGTK.cmake:
353 2016-03-10 Frederic Wang <fwang@igalia.org>
355 [GTK] Add support for WOFF2
356 https://bugs.webkit.org/show_bug.cgi?id=152616
358 Reviewed by Carlos Garcia Campos.
360 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
361 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
363 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
365 [cmake] Fixed All-in-One build.
366 https://bugs.webkit.org/show_bug.cgi?id=155241
368 Reviewed by Csaba Osztrogonác.
370 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
371 not removed in PROCESS_ALLINONE_FILE.
373 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
375 [EFL] Enable the SVG -> OTF Font Converter
376 https://bugs.webkit.org/show_bug.cgi?id=155192
378 Reviewed by Gyuyoung Kim.
380 * Source/cmake/OptionsEfl.cmake:
382 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
384 [GTK] Enable the SVG -> OTF Font Converter
385 https://bugs.webkit.org/show_bug.cgi?id=155191
387 Reviewed by Martin Robinson.
389 * Source/cmake/OptionsGTK.cmake:
391 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
393 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
395 * Source/cmake/OptionsEfl.cmake:
396 * Source/cmake/OptionsGTK.cmake:
398 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
400 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
401 https://bugs.webkit.org/show_bug.cgi?id=154651
403 Reviewed by Alex Christensen.
405 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
406 CMake's PRE_BUILD COMMAND feature because the latter actually
407 generates pre-link target instead of pre-build.
409 2016-03-01 Alex Christensen <achristensen@webkit.org>
411 Reduce size of internal windows build output
412 https://bugs.webkit.org/show_bug.cgi?id=154763
414 Reviewed by Brent Fulgham.
416 * Source/cmake/OptionsWin.cmake:
418 2016-03-01 Commit Queue <commit-queue@webkit.org>
420 Unreviewed, rolling out r197056.
421 https://bugs.webkit.org/show_bug.cgi?id=154870
423 broke win ews (Requested by alexchristensen on #webkit).
427 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
428 https://bugs.webkit.org/show_bug.cgi?id=154651
429 http://trac.webkit.org/changeset/197056
431 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
433 [cmake] Allow using FindGLIB in case glib is optional dependency.
434 https://bugs.webkit.org/show_bug.cgi?id=154796
436 Reviewed by Michael Catanzaro.
438 FindGLIB caused internal CMake error in case glibconfig.h is not
441 * Source/cmake/FindGLIB.cmake:
443 2016-02-29 Commit Queue <commit-queue@webkit.org>
445 Unreviewed, rolling out r197297.
446 https://bugs.webkit.org/show_bug.cgi?id=154810
448 This change broke build of GTK from scratch (Requested by
453 "[cmake] Allow using FindGLIB in case glib is optional
455 https://bugs.webkit.org/show_bug.cgi?id=154796
456 http://trac.webkit.org/changeset/197297
458 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
460 [cmake] Allow using FindGLIB in case glib is optional dependency.
461 https://bugs.webkit.org/show_bug.cgi?id=154796
463 Reviewed by Michael Catanzaro.
465 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
468 * Source/cmake/FindGLIB.cmake:
470 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
472 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
473 https://bugs.webkit.org/show_bug.cgi?id=143402
475 Reviewed by Alex Christensen.
477 Turn on by default, and turn on for Windows.
479 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
481 * Source/cmake/OptionsWin.cmake:
482 * Source/cmake/WebKitFeatures.cmake:
484 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
486 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
487 https://bugs.webkit.org/show_bug.cgi?id=151688
489 Reviewed by Dean Jackson.
491 Enables the WEB_ANIMATIONS compiler switch.
493 * Source/cmake/OptionsWin.cmake:
495 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
497 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
498 https://bugs.webkit.org/show_bug.cgi?id=154651
500 Reviewed by Alex Christensen.
502 * Source/cmake/WebKitMacros.cmake:
504 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
506 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
507 https://bugs.webkit.org/show_bug.cgi?id=154450
509 Reviewed by Alex Christensen.
511 * Source/cmake/WebKitMacros.cmake:
513 2016-02-18 Philippe Normand <pnormand@igalia.com>
515 [GStreamer] Bump internal jhbuild versions to 1.6.3
516 https://bugs.webkit.org/show_bug.cgi?id=149594
518 Reviewed by Michael Catanzaro.
520 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
522 2016-02-18 Anders Carlsson <andersca@apple.com>
524 Get rid of the "All Source (target WebProcess)" scheme.
526 Rubber-stamped by Dan Bernstein.
528 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
530 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
532 [CMake] Remove LLVM support
533 https://bugs.webkit.org/show_bug.cgi?id=154370
535 Reviewed by Csaba Osztrogonác.
537 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
538 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
539 but for the time being this is dead code.
541 * Source/cmake/FindLLVM.cmake: Removed.
542 * Source/cmake/OptionsCommon.cmake:
544 2016-02-18 Joonghun Park <jh718.park@samsung.com>
546 [CMake] Remove meaningless conditional statements in CMakeLists.txt
547 https://bugs.webkit.org/show_bug.cgi?id=153778
549 Reviewed by Csaba Osztrogonác.
552 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
553 And remove conditional statements which has enclosed these one
554 because they don't have meaning anymore.
556 2016-02-15 Alex Christensen <achristensen@webkit.org>
558 Re-enable INTL on WinCairo
559 https://bugs.webkit.org/show_bug.cgi?id=154256
561 Reviewed by Michael Catanzaro.
563 * Source/cmake/OptionsWin.cmake:
564 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
566 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
568 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
569 https://bugs.webkit.org/show_bug.cgi?id=154165
571 Reviewed by Alex Christensen.
573 * Source/cmake/OptionsEfl.cmake:
574 * Source/cmake/OptionsGTK.cmake:
576 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
578 [cmake] Consolidate TextureMapper file and include dir lists.
579 https://bugs.webkit.org/show_bug.cgi?id=154106
581 Reviewed by Michael Catanzaro.
583 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
585 * Source/cmake/OptionsWinCairo.cmake: Ditto.
587 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
589 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
590 https://bugs.webkit.org/show_bug.cgi?id=154033
592 Reviewed by Michael Catanzaro.
594 * Source/cmake/WebKitFeatures.cmake:
596 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
598 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
600 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
602 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
604 [GTK][EFL] Enable SamplingProfiler
605 https://bugs.webkit.org/show_bug.cgi?id=153638
607 Reviewed by Michael Catanzaro.
609 Enable SamplingProfiler in GTK and EFL.
610 And added option to CMake to switch this from the build command.
612 * Source/cmake/OptionsEfl.cmake:
613 * Source/cmake/OptionsGTK.cmake:
614 * Source/cmake/WebKitFeatures.cmake:
616 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
618 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
619 https://bugs.webkit.org/show_bug.cgi?id=153961
621 Reviewed by Michael Catanzaro.
623 * Source/cmake/OptionsCommon.cmake:
624 * Source/cmake/OptionsEfl.cmake:
625 * Source/cmake/OptionsGTK.cmake:
627 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
629 Unreviewed non X86_64 buildfix after r196077.
631 * Source/cmake/OptionsEfl.cmake:
632 * Source/cmake/OptionsGTK.cmake:
634 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
636 [GTK][EFL] Switch FTL to B3
637 https://bugs.webkit.org/show_bug.cgi?id=153478
639 Reviewed by Csaba Osztrogonác.
641 * Source/cmake/OptionsEfl.cmake:
642 * Source/cmake/OptionsGTK.cmake:
644 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
646 Unreviewed attempt to fix Mac CMake build after r195999.
648 * Source/cmake/OptionsMac.cmake:
649 * Source/cmake/WebKitFeatures.cmake:
650 Add ENABLE_RESOURCE_USAGE to CMake builds.
652 2016-02-02 Alejandro G. Castro <alex@igalia.com>
654 [GTK][EFL] Upgrade OpenWebRTC dependency
655 https://bugs.webkit.org/show_bug.cgi?id=153489
657 Reviewed by Philippe Normand.
659 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
660 required to make the mediastream work.
662 2016-02-01 Alex Christensen <achristensen@webkit.org>
664 [Win] WTFHeaderDetection.h no longer needed
665 https://bugs.webkit.org/show_bug.cgi?id=153753
666 rdar://problem/24434627
668 Reviewed by Darin Adler.
670 * Source/cmake/WebKitFS.cmake:
672 2016-01-31 Joonghun Park <jh718.park@samsung.com>
674 [EFL] All API tests are broken on 15.10
675 https://bugs.webkit.org/show_bug.cgi?id=153528
677 Reviewed by Gyuyoung Kim.
679 * CMakeLists.txt: Having include(WebKitCommon) statement follow
680 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
682 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
684 Enable SamplingProfiler on POSIX environment
685 https://bugs.webkit.org/show_bug.cgi?id=153584
687 Reviewed by Michael Saboff.
689 Add features.h header check. It will define __GLIBC__.
691 * Source/cmake/OptionsCommon.cmake:
693 2016-01-27 Alexey Proskuryakov <ap@apple.com>
695 Remove ENABLE_CURRENTSRC
696 https://bugs.webkit.org/show_bug.cgi?id=153545
698 Reviewed by Simon Fraser.
700 * Source/cmake/OptionsEfl.cmake:
701 * Source/cmake/OptionsGTK.cmake:
702 * Source/cmake/OptionsMac.cmake:
703 * Source/cmake/OptionsWin.cmake:
704 * Source/cmake/WebKitFeatures.cmake:
705 * Source/cmake/tools/vsprops/FeatureDefines.props:
706 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
708 2016-01-25 Alex Christensen <achristensen@webkit.org>
710 Fix internal Windows build
711 https://bugs.webkit.org/show_bug.cgi?id=153469
713 Reviewed by Brent Fulgham.
715 * Source/cmake/WebKitMacros.cmake:
716 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
718 2016-01-23 Aaron Chu <arona.chu@gmail.com>
720 Web Inspector: AXI: node-link-list should be collapsible
721 https://bugs.webkit.org/show_bug.cgi?id=130911
723 Added a manual test to test the node list in the Accessibility Inspector
725 Reviewed by Timothy Hatcher.
727 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
729 2016-01-22 Alex Christensen <achristensen@webkit.org>
731 Fix internal Windows build
732 https://bugs.webkit.org/show_bug.cgi?id=153385
733 rdar://problem/24310408
735 Reviewed by Brian Weinstein.
737 * Source/cmake/WinTools.make:
738 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
739 These property sheets are needed for some projects that are not in this repository
740 and don't use CMake in the official build. We want to leave them unchanged for now.
742 2016-01-22 Alex Christensen <achristensen@webkit.org>
744 Only set CMake output directories if they aren't already set
745 https://bugs.webkit.org/show_bug.cgi?id=153373
747 Reviewed by Michael Catanzaro.
750 r195242 caused Windows builds to copy files to bin instead of bin64.
751 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
752 This also makes it so you can set these variables by command line.
754 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
756 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
758 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
760 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
762 [CMake] Duplicate attempts to find software during cmake stage
763 https://bugs.webkit.org/show_bug.cgi?id=153211
765 Reviewed by Martin Robinson.
767 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
768 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
770 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
772 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
773 https://bugs.webkit.org/show_bug.cgi?id=153190
775 Reviewed by Csaba Osztrogonác.
777 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
779 * Source/CMakeLists.txt:
780 * Source/cmake/OptionsWin.cmake:
782 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
784 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
786 https://bugs.webkit.org/show_bug.cgi?id=153117
788 Reviewed by Michael Catanzaro.
790 * Source/cmake/OptionsGTK.cmake:
792 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
794 [CMake] Do not use LLVM static libraries for FTL JIT
795 https://bugs.webkit.org/show_bug.cgi?id=151559
797 Reviewed by Michael Catanzaro.
799 Also export LLVM_LIBRARIES variable that can be used to prefer
800 linking to the llvm dynamic libraries.
802 * Source/cmake/FindLLVM.cmake:
804 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
806 [GTK] Add comments above options declarations in OptionsGTK.cmake
807 https://bugs.webkit.org/show_bug.cgi?id=153074
809 Reviewed by Martin Robinson.
811 * Source/cmake/OptionsGTK.cmake:
813 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
815 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
817 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
819 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
821 Add a build flag for custom element
822 https://bugs.webkit.org/show_bug.cgi?id=153005
824 Reviewed by Alex Christensen.
826 * Source/cmake/OptionsEfl.cmake:
827 * Source/cmake/OptionsWin.cmake:
828 * Source/cmake/WebKitFeatures.cmake:
830 2016-01-08 Alex Christensen <achristensen@webkit.org>
832 Fix internal Windows build
833 https://bugs.webkit.org/show_bug.cgi?id=152937
835 Reviewed by Brent Fulgham.
837 * Source/cmake/WebKitCommon.cmake:
838 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
839 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
840 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
841 set PATH=%SystemDrive%\cygwin\bin;%PATH%
843 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
845 [EFL] Set WebKit2 process output name
846 https://bugs.webkit.org/show_bug.cgi?id=152773
848 Reviewed by Benjamin Poulain.
850 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
851 So this patch sets wk2 process output name.
853 * Source/cmake/OptionsEfl.cmake:
855 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
857 [CMake] Remove USE_UDIS86 variable
858 https://bugs.webkit.org/show_bug.cgi?id=152731
860 Reviewed by Gyuyoung Kim.
862 Remove the USE_UDIS86 variable in CMake files. The specific build guard
863 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
864 in CMake isn't required anymore. The Udis86-specific files have to be
865 built unconditionally now, though.
867 * Source/cmake/OptionsEfl.cmake:
868 * Source/cmake/OptionsGTK.cmake:
869 * Source/cmake/OptionsMac.cmake:
871 2016-01-04 Alex Christensen <achristensen@webkit.org>
873 Fix Mac CMake build after r194454.
875 * Source/cmake/OptionsMac.cmake:
876 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
877 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
879 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
881 [GTK][CMake] Do not override default values of build options with the default value
882 https://bugs.webkit.org/show_bug.cgi?id=152615
884 Reviewed by Martin Robinson.
886 Override the default value of build options only when the default value for the GTK+ port
887 is actually different than the default value in WebKitFeatures.cmake. This way we don't
888 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
889 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
891 * Source/cmake/OptionsGTK.cmake:
893 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
895 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
896 https://bugs.webkit.org/show_bug.cgi?id=144069
898 Reviewed by Martin Robinson.
900 * Source/cmake/OptionsWin.cmake:
901 Do not set options that no longer exist.
902 * Source/cmake/WebKitFeatures.cmake:
903 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
904 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
905 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
906 no CMake port was using it.
908 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
910 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
911 https://bugs.webkit.org/show_bug.cgi?id=152611
913 Reviewed by Martin Robinson.
915 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
916 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
917 not to the DOM bindings generator, for example).
919 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
920 called after WEBKIT_OPTION_END, they don't do anything.
922 Add error checking to catch these bugs.
924 * Source/cmake/WebKitFeatures.cmake:
926 2015-12-30 Philippe Normand <pnormand@igalia.com>
928 [GTK][Mac] Disable gtk-doc
929 https://bugs.webkit.org/show_bug.cgi?id=150798
931 Reviewed by Michael Catanzaro.
933 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
934 link error on Mac, so for now disable gtk-doc support on that
936 * Source/cmake/OptionsGTK.cmake: Ditto.
938 2015-12-23 Andy VanWagoner <andy@instructure.com>
940 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
941 https://bugs.webkit.org/show_bug.cgi?id=147603
943 Reviewed by Benjamin Poulain.
945 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
947 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
949 [Fetch API] Add fetch API compile time flag
950 https://bugs.webkit.org/show_bug.cgi?id=152254
952 Reviewed by Darin Adler.
954 * Source/cmake/OptionsWin.cmake:
955 * Source/cmake/WebKitFeatures.cmake:
957 2015-12-10 Brent Fulgham <bfulgham@apple.com>
959 [Win] Support building under Cygwin or native Perl
960 https://bugs.webkit.org/show_bug.cgi?id=152145
961 <rdar://problem/23839868>
963 Reviewed by David Kilzer.
965 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
969 2015-12-09 Daniel Bates <dabates@apple.com>
971 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
972 https://bugs.webkit.org/show_bug.cgi?id=151840
973 <rdar://problem/23753931>
975 Reviewed by Simon Fraser.
977 Add a manual test that can be used to verify that we suspend dispatching device motion and
978 device orientation events when the page is hidden.
980 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
983 (handleVisibilityChange):
984 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
986 2015-12-07 Alex Christensen <achristensen@webkit.org>
988 Fix internal Windows build
989 https://bugs.webkit.org/show_bug.cgi?id=151950
991 Reviewed by Brent Fulgham.
993 * Source/cmake/tools/scripts/auto-version.pl:
995 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
997 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
998 https://bugs.webkit.org/show_bug.cgi?id=150792
1000 Reviewed by Saam Barati.
1002 * Source/cmake/OptionsWin.cmake:
1003 * Source/cmake/WebKitFeatures.cmake:
1005 2015-12-01 Commit Queue <commit-queue@webkit.org>
1007 Unreviewed, rolling out r192914.
1008 https://bugs.webkit.org/show_bug.cgi?id=151734
1010 JSC tests for this change are failing on 32 and 64-bit bots
1011 (Requested by ryanhaddad on #webkit).
1015 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
1016 enable this feature"
1017 https://bugs.webkit.org/show_bug.cgi?id=150792
1018 http://trac.webkit.org/changeset/192914
1020 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
1022 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
1023 https://bugs.webkit.org/show_bug.cgi?id=150792
1025 Reviewed by Saam Barati.
1027 * Source/cmake/OptionsWin.cmake:
1028 * Source/cmake/WebKitFeatures.cmake:
1030 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
1032 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
1034 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1036 2015-11-20 Alex Christensen <achristensen@webkit.org>
1038 Remove NETWORK_PROCESS compile flag
1039 https://bugs.webkit.org/show_bug.cgi?id=151512
1041 Reviewed by Tim Horton.
1043 * Source/cmake/OptionsEfl.cmake:
1044 * Source/cmake/OptionsGTK.cmake:
1045 * Source/cmake/OptionsMac.cmake:
1046 * Source/cmake/WebKitFeatures.cmake:
1048 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
1050 [EFL] Enable FTL JIT by default on X86_64
1051 https://bugs.webkit.org/show_bug.cgi?id=143822
1053 Reviewed by Carlos Garcia Campos.
1055 * Source/cmake/OptionsEfl.cmake:
1057 2015-11-19 Commit Queue <commit-queue@webkit.org>
1059 Unreviewed, rolling out r192667 and r192668.
1060 https://bugs.webkit.org/show_bug.cgi?id=151476
1062 broke api tests (Requested by alexchristensen on #webkit).
1064 Reverted changesets:
1066 "Remove the non-NetworkProcess configurations"
1067 https://bugs.webkit.org/show_bug.cgi?id=151418
1068 http://trac.webkit.org/changeset/192667
1070 "Fix GTK Build after r192667."
1071 http://trac.webkit.org/changeset/192668
1073 2015-11-19 Alex Christensen <achristensen@webkit.org>
1075 Remove the non-NetworkProcess configurations
1076 https://bugs.webkit.org/show_bug.cgi?id=151418
1078 Reviewed by Geoffrey Garen.
1080 * Source/cmake/OptionsEfl.cmake:
1081 * Source/cmake/OptionsGTK.cmake:
1082 * Source/cmake/OptionsMac.cmake:
1083 * Source/cmake/WebKitFeatures.cmake:
1085 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
1087 REGRESSION(r192459): [GTK] User agent string is broken after r192459
1088 https://bugs.webkit.org/show_bug.cgi?id=151347
1090 Reviewed by Žan Doberšek.
1092 Pass UA version numbers as strings to the build.
1094 * Source/cmake/OptionsGTK.cmake:
1096 2015-11-16 Alex Christensen <achristensen@webkit.org>
1098 Fix CMake build and make PluginProcess executable
1099 https://bugs.webkit.org/show_bug.cgi?id=151332
1101 Reviewed by Tim Horton.
1103 * Source/cmake/OptionsMac.cmake:
1105 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
1107 [GTK] Use FTL by default when LLVM 3.7 is available
1108 https://bugs.webkit.org/show_bug.cgi?id=142128
1110 Reviewed by Csaba Osztrogonác.
1112 Enable FTL by default when architecture is X86_64. It requires
1113 LLVM 3.7, but can be disabled manually as a cmake configure
1116 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
1117 available if the metapackage is installed and it points to
1118 llvm-config-3.5. So, here we check first if the llvm-config is
1119 from a recent enough version, and if not we check several
1120 llvm-config-<version> programs, so this should work on any distro.
1121 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
1122 target architecture is X86_64, and check the LLVM is at least
1123 3.7. The option is now public, since we want people to be able to
1124 disable it manually.
1126 2015-11-11 Anders Carlsson <andersca@apple.com>
1128 Enable cross-platform context menus by default
1129 https://bugs.webkit.org/show_bug.cgi?id=151173
1131 Reviewed by Tim Horton.
1133 * Source/cmake/OptionsEfl.cmake:
1135 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
1137 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
1138 https://bugs.webkit.org/show_bug.cgi?id=150972
1140 Reviewed by Darin Adler.
1142 * Source/cmake/OptionsMac.cmake:
1143 * Source/cmake/WebKitFeatures.cmake:
1145 2015-11-11 Philippe Normand <pnormand@igalia.com>
1147 [GTK][Mac] don't install .frameworks
1148 https://bugs.webkit.org/show_bug.cgi?id=151136
1150 Reviewed by Alex Christensen.
1152 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
1154 2015-11-10 Pranjal Jumde <pjumde@apple.com>
1156 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1157 https://bugs.webkit.org/show_bug.cgi?id=150252
1158 <rdar://problem/23149470>
1160 Reviewed by Brent Fulgham.
1163 * Source/WebCore/editing/ios/EditorIOS.mm
1164 * Source/WebCore/editing/mac/EditorMac.mm
1165 In Editor::fontForSelection moved the node removal code, so that the
1166 node is only removed if style is not NULL.
1167 * Source/WebCore/editing/cocoa/EditorCocoa.mm
1168 In Editor::styleForSelectionStart checking if the parentNode can
1169 accept the styleElement node.
1170 * LayoutTests/editing/execCommand/150252.xhtml
1171 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1172 * LayoutTests/editing/execCommand/150252-expected.txt
1173 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1175 2015-11-09 Pranjal Jumde <pjumde@apple.com>
1177 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1178 https://bugs.webkit.org/show_bug.cgi?id=150252
1179 <rdar://problem/23149470>
1181 Reviewed by Brent Fulgham.
1183 * Source/WebCore/editing/ios/EditorIOS.mm
1184 * Source/WebCore/editing/mac/EditorMac.mm
1185 In Editor::fontForSelection moved the node removal code, so that the
1186 node is only removed if style is not NULL.
1187 * LayoutTests/editing/execCommand/150252.xhtml
1188 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1189 * LayoutTests/editing/execCommand/150252-expected.txt
1190 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1192 2015-11-06 Daniel Bates <dabates@apple.com>
1194 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
1195 https://bugs.webkit.org/show_bug.cgi?id=150849
1197 Reviewed by Alexey Proskuryakov.
1199 Add support for overriding the user-provided arguments SDKROOT and ARCHS
1200 on a per Makefile basis.
1204 2015-11-06 Philippe Normand <pnormand@igalia.com>
1206 Unreviewed, GTK build fix after r192095.
1208 * Source/cmake/FindGTK3.cmake:
1210 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
1212 [GTK] Re-enable Quartz backend on cmake build system
1213 https://bugs.webkit.org/show_bug.cgi?id=144561
1215 Reviewed by Philippe Normand.
1217 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
1218 the presence of of gtk+-quartz-3.0 module.
1219 * Source/cmake/OptionsGTK.cmake: Reintroduce the
1220 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
1221 GTK+ Quartz backend on OS X.
1223 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1225 Add runtime and compile time flags for enabling Web Animations API and model.
1226 https://bugs.webkit.org/show_bug.cgi?id=150914
1228 Reviewed by Benjamin Poulain.
1230 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
1232 * Source/cmake/OptionsWin.cmake:
1233 * Source/cmake/WebKitFeatures.cmake:
1235 2015-11-03 Brent Fulgham <bfulgham@apple.com>
1237 [Win] CMake build update.
1239 Rubberstamped by Tim Horton.
1241 * Source/PlatformWin.cmake: Add internal tool to build
1242 rules for internal use.
1244 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
1246 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
1248 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1250 2015-11-02 Philippe Normand <pnormand@igalia.com>
1252 [Mac][GTK] Disable Ninja response file support
1253 https://bugs.webkit.org/show_bug.cgi?id=150801
1255 Reviewed by Alex Christensen.
1257 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
1258 support response files, so instruct Ninja to not generate those.
1260 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
1262 Fix the FTL JIT build with system LLVM on Linux
1263 https://bugs.webkit.org/show_bug.cgi?id=150795
1265 Reviewed by Filip Pizlo.
1267 * Source/cmake/FindLLVM.cmake:
1269 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
1271 Unreviewed. Bump GTK+ versions numbers.
1273 * Source/cmake/OptionsGTK.cmake:
1275 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
1277 [ES6] Support Generator Syntax
1278 https://bugs.webkit.org/show_bug.cgi?id=150769
1280 Reviewed by Geoffrey Garen.
1282 Added ENABLE_ES6_GENERATORS flag.
1284 * Source/cmake/OptionsWin.cmake:
1285 * Source/cmake/WebKitFeatures.cmake:
1287 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1289 [EFL] Add Shadow DOM feature
1290 https://bugs.webkit.org/show_bug.cgi?id=150611
1292 Reviewed by Csaba Osztrogonác.
1294 * Source/cmake/OptionsEfl.cmake:
1295 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
1297 2015-10-29 Alex Christensen <achristensen@webkit.org>
1300 https://bugs.webkit.org/show_bug.cgi?id=150686
1302 Reviewed by Filip Pizlo.
1304 * Source/cmake/WebKitMacros.cmake:
1306 2015-10-28 Alex Christensen <achristensen@webkit.org>
1308 Compile and link with CMake on Mac
1309 https://bugs.webkit.org/show_bug.cgi?id=150632
1311 Reviewed by Tim Horton.
1313 * Source/cmake/OptionsMac.cmake:
1315 2015-10-26 Dana Burkart <dburkart@apple.com>
1317 `make analyze` should build using the debug configuration
1318 https://bugs.webkit.org/show_bug.cgi?id=150571
1320 Reviewed by Lucas Forschler.
1324 2015-10-26 Philippe Normand <pnormand@igalia.com>
1326 Unreviewed, rolling out r191576.
1328 broke the http/tests/media tests
1332 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
1333 https://bugs.webkit.org/show_bug.cgi?id=149594
1334 http://trac.webkit.org/changeset/191576
1336 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
1338 [GStreamer] Bump internal jhbuild versions to 1.6.0
1339 https://bugs.webkit.org/show_bug.cgi?id=149594
1341 Reviewed by Philippe Normand.
1343 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
1345 * Source/cmake/FindGStreamer.cmake:
1347 2015-10-22 Philippe Normand <pnormand@igalia.com>
1349 [GTK][Mac] ICU-related build fixes
1350 https://bugs.webkit.org/show_bug.cgi?id=150032
1352 Rubber-stamped by Darin Adler.
1354 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
1356 2015-10-20 Yoav Weiss <yoav@yoav.ws>
1358 Rename the PICTURE_SIZES flag to CURRENTSRC
1359 https://bugs.webkit.org/show_bug.cgi?id=150275
1361 Reviewed by Dean Jackson.
1363 * Source/cmake/OptionsEfl.cmake:
1364 * Source/cmake/OptionsGTK.cmake:
1365 * Source/cmake/OptionsMac.cmake:
1366 * Source/cmake/OptionsWin.cmake:
1367 * Source/cmake/WebKitFeatures.cmake:
1369 2015-10-14 Tomas Popela <tpopela@redhat.com>
1371 [GTK][EFL] Fix build with cmake 3.4
1372 https://bugs.webkit.org/show_bug.cgi?id=150117
1374 Explicitely include the CheckIncludeFiles module before using
1375 the CHECK_INCLUDE_FILES command.
1377 Reviewed by Žan Doberšek.
1379 * Source/cmake/FindOpenGL.cmake:
1380 * Source/cmake/FindWebP.cmake:
1381 * Source/cmake/OptionsEfl.cmake:
1383 2015-10-13 Dean Jackson <dino@apple.com>
1385 Device motion and orientation should only be visible from the main frame's security origin
1386 https://bugs.webkit.org/show_bug.cgi?id=150072
1387 <rdar://problem/23082036>
1389 Reviewed by Brent Fulgham.
1391 Add a manual test for cross-origin device orientation events, while
1392 we're waiting on the mock client to be supported everywhere.
1394 * ManualTests/deviceorientation-child-frame.html: Added.
1395 * ManualTests/deviceorientation-main-frame-only.html: Added.
1397 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1399 [GTK] OSX linker doesn't understand --whole-archive
1400 https://bugs.webkit.org/show_bug.cgi?id=144557
1402 Reviewed by Martin Robinson.
1404 * Source/cmake/OptionsGTK.cmake: Turn the macro
1405 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1406 because XCode's linker doesn't have the --whole-archive option.
1408 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1410 [GTK] Use --version-script only on Linux
1411 https://bugs.webkit.org/show_bug.cgi?id=144555
1413 Reviewed by Philippe Normand.
1415 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1416 option on Darwin (whose linker doesn't support it.)
1418 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1420 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1421 https://bugs.webkit.org/show_bug.cgi?id=149947
1423 Reviewed by Csaba Osztrogonác.
1425 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1428 * Source/cmake/OptionsMac.cmake:
1429 * Source/cmake/OptionsWin.cmake:
1430 * Source/cmake/WebKitFeatures.cmake:
1432 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1434 Fix ENABLE_OPENGL=OFF builds
1435 https://bugs.webkit.org/show_bug.cgi?id=146511
1437 Reviewed by Darin Adler.
1439 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1440 ENABLE_OPENGL due to EGL usage.
1442 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1444 Convert focused-input-should-assist-on-touch.html into an automated test
1445 https://bugs.webkit.org/show_bug.cgi?id=149724
1447 Reviewed by Simon Fraser.
1449 Remove a manual test that can now be rewritten as an automated test.
1451 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1453 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1455 [Win] Unreviewed CMake build fix.
1457 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1458 and make sure exception handling is turned off.
1460 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1462 [Win] Unreviewed build fix after CMake conversion.
1464 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1466 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1468 [GTK][CMake] Warning about CMP0058
1469 https://bugs.webkit.org/show_bug.cgi?id=149627
1471 Reviewed by Martin Robinson.
1473 Opt-in to the new behavior for CMP0058.
1477 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1479 [Win] Unreviewed build fix for internal systems.
1481 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1482 location for include and link libraries, rather than the system locations.
1484 2015-09-28 Alex Christensen <achristensen@webkit.org>
1486 Build WK1 with CMake on Mac
1487 https://bugs.webkit.org/show_bug.cgi?id=149604
1489 Reviewed by Chris Dumez.
1491 * Source/cmake/OptionsMac.cmake:
1492 * Source/cmake/WebKitMacros.cmake:
1493 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1495 2015-09-25 Alex Christensen <achristensen@webkit.org>
1497 Clean up CMake build on Mac
1498 https://bugs.webkit.org/show_bug.cgi?id=149573
1500 Reviewed by Chris Dumez.
1502 * Source/cmake/OptionsMac.cmake:
1504 2015-09-25 Alex Christensen <achristensen@webkit.org>
1506 [Win] Switch to CMake
1507 https://bugs.webkit.org/show_bug.cgi?id=148111
1509 Reviewed by Brent Fulgham.
1511 * Source/cmake/WinTools.make: Added.
1512 * Source/cmake/tools: Added.
1513 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1514 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1516 2015-09-25 Alex Christensen <achristensen@webkit.org>
1518 Prepare internal AppleWin build for CMake
1519 https://bugs.webkit.org/show_bug.cgi?id=149570
1521 Reviewed by Brent Fulgham.
1523 * Source/PlatformWin.cmake:
1524 Include internal CMake files if they exist.
1526 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1528 Add a file of pointer-lock to cmake ports
1529 https://bugs.webkit.org/show_bug.cgi?id=149453
1531 Reviewed by Csaba Osztrogonác.
1533 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1535 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1537 [CMake] Allow to enable OpenMP support.
1538 https://bugs.webkit.org/show_bug.cgi?id=149457
1540 Reviewed by Csaba Osztrogonác.
1542 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1543 will enable the support for OpenMP. Currently this is only used as
1544 an alternative implementation to native threads for the parallelization
1545 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1546 as it could be also used to enable future features that depend on OpenMP.
1548 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1550 [EFL] Build break when DEVELOPER_MODE is OFF
1551 https://bugs.webkit.org/show_bug.cgi?id=149448
1553 Reviewed by Gyuyoung Kim.
1555 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1557 * Source/cmake/eflsymbols.filter:
1559 2015-09-21 Alex Christensen <achristensen@webkit.org>
1561 Disable PICTURE_SIZES in Windows CMake build like r189745.
1562 https://bugs.webkit.org/show_bug.cgi?id=149125
1564 * Source/cmake/OptionsWin.cmake:
1565 Do the same thing as r189745.
1567 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1569 Removing XHR_TIMEOUT guard
1571 Remove XHR_TIMEOUT compilation guard
1572 https://bugs.webkit.org/show_bug.cgi?id=149260
1574 Reviewed by Benjamin Poulain.
1576 * Source/cmake/OptionsEfl.cmake:
1577 * Source/cmake/OptionsGTK.cmake:
1578 * Source/cmake/OptionsMac.cmake:
1579 * Source/cmake/OptionsWin.cmake:
1580 * Source/cmake/WebKitFeatures.cmake:
1582 2015-09-18 Alex Christensen <achristensen@webkit.org>
1584 Fix tests on Windows after switching to CMake.
1585 https://bugs.webkit.org/show_bug.cgi?id=149339
1587 Reviewed by Brent Fulgham.
1589 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1591 2015-09-17 Alex Christensen <achristensen@webkit.org>
1593 Fix Windows EWS build after r189934.
1595 * Source/cmake/OptionsWin.cmake:
1596 Use WEBKIT_LIBRARIES environment variable if it exists.
1597 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1599 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1601 Add ShadowRoot interface and Element.prototype.attachShadow
1602 https://bugs.webkit.org/show_bug.cgi?id=149187
1604 Reviewed by Antti Koivisto.
1606 * Source/cmake/OptionsGTK.cmake:
1608 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1610 [cmake] Enable debug fission only if it is supported
1611 https://bugs.webkit.org/show_bug.cgi?id=149161
1613 Reviewed by Martin Robinson.
1615 * Source/cmake/OptionsCommon.cmake:
1617 2015-09-14 Alex Christensen <achristensen@webkit.org>
1619 Progress towards CMake on Mac.
1620 https://bugs.webkit.org/show_bug.cgi?id=149123
1622 Reviewed by Chris Dumez.
1624 * Source/cmake/OptionsMac.cmake:
1625 * Source/cmake/WebKitFeatures.cmake:
1626 Defined and enabled some more features needed on Mac.
1627 * Source/cmake/WebKitMacros.cmake:
1628 Objective C bindings need special changes when generating:
1629 Some of the bindings do not generate a .mm file but the header is needed.
1630 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1631 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1633 2015-09-08 Daniel Bates <dabates@apple.com>
1635 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1636 https://bugs.webkit.org/show_bug.cgi?id=74729
1637 <rdar://problem/22550195>
1639 Reviewed by Jon Honeycutt.
1641 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1642 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1644 2015-09-06 Andy Estes <aestes@apple.com>
1646 WebKit.xcworkspace should be be able to build iOS platforms
1647 https://bugs.webkit.org/show_bug.cgi?id=148881
1649 Reviewed by Daniel Bates.
1651 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1652 for all supported platforms.
1654 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1655 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1657 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1659 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1660 photo library uploads a JPEG
1661 https://bugs.webkit.org/show_bug.cgi?id=148849
1663 Reviewed by Daniel Bates.
1665 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1666 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1667 functionality doesn't exist on iOS, so we'll add a manual test.
1668 This tests that the first few bytes of the selected file are "GIF".
1670 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1672 Follow-up patch for r189343.
1673 https://bugs.webkit.org/show_bug.cgi?id=148795
1675 Rubber-stamped by Csaba Osztrogonác.
1677 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1678 to 1.9, since this seems to be enough to fix the build failure.
1679 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1681 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1683 [CMake] Trigger the memory-reduction tricks on armhf too
1684 https://bugs.webkit.org/show_bug.cgi?id=146640
1686 Reviewed by Csaba Osztrogonác.
1688 * Source/cmake/OptionsCommon.cmake:
1689 Activate --no-keep-memory even on armhf to reduce the amount of memory
1690 needed during linking, to avoid out-of-memory failures as much as
1693 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1695 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1696 https://bugs.webkit.org/show_bug.cgi?id=148795
1698 Rubber-stamped by Carlos Garcia Campos.
1700 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1702 2015-09-02 Alex Christensen <achristensen@webkit.org>
1704 Make bison grammar compatible with bison 2.1
1705 https://bugs.webkit.org/show_bug.cgi?id=148731
1707 Reviewed by Tim Horton.
1709 * Source/cmake/WebKitCommon.cmake:
1712 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1714 [CMake] Build with Debug Fission on by default on Debug builds.
1715 https://bugs.webkit.org/show_bug.cgi?id=148639
1717 Reviewed by Martin Robinson.
1719 * Source/cmake/OptionsCommon.cmake:
1721 2015-08-29 Alex Christensen <achristensen@webkit.org>
1723 Unreviewed build fix after r179923.
1725 * Source/CMakeLists.txt:
1726 bmalloc isn't ported to Windows yet.
1728 2015-08-27 Alex Christensen <achristensen@webkit.org>
1730 Isolate Source directories in CMake build
1731 https://bugs.webkit.org/show_bug.cgi?id=148389
1733 Reviewed by Brent Fulgham.
1736 * Source/cmake/WebKitCommon.cmake:
1737 Move package finding to WebKitCommon.
1739 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1741 [Win] Build does not generate debug info.
1742 https://bugs.webkit.org/show_bug.cgi?id=148431
1744 Reviewed by Alex Christensen.
1746 Generate debug info for Windows builds.
1748 * Source/cmake/OptionsWin.cmake:
1750 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1752 [GTK] Disable ACCELERATED_2D_CANVAS by default
1753 https://bugs.webkit.org/show_bug.cgi?id=148473
1755 Reviewed by Martin Robinson.
1757 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1758 but not on Debian (which does not). We've known this was problematic for a while, since it
1759 means we have two different sets of distro-dependent bugs, but never decided whether that
1760 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1761 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1762 to turn it on for Debian.
1764 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1767 * Source/cmake/OptionsGTK.cmake:
1769 2015-08-25 Commit Queue <commit-queue@webkit.org>
1771 Unreviewed, rolling out r188919.
1772 https://bugs.webkit.org/show_bug.cgi?id=148452
1774 broke build (Requested by alexchristensen on #webkit).
1778 "[Win] Build does not generate debug info."
1779 https://bugs.webkit.org/show_bug.cgi?id=148431
1780 http://trac.webkit.org/changeset/188919
1782 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1784 [GTK] r186800 broke the build on Ubuntu 14.04
1785 https://bugs.webkit.org/show_bug.cgi?id=147559
1787 Reviewed by Martin Robinson.
1789 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1790 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1792 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1794 [Win] Build does not generate debug info.
1795 https://bugs.webkit.org/show_bug.cgi?id=148431
1797 Reviewed by Brent Fulgham.
1799 Generate debug info for Windows builds.
1801 * Source/cmake/OptionsWin.cmake:
1803 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1805 [GTK] Auto-detection of cairo-gl fails
1806 https://bugs.webkit.org/show_bug.cgi?id=148189
1808 Reviewed by Žan Doberšek.
1810 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1811 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1812 deemed available, which might not be the case.
1813 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1815 2015-08-19 Alex Christensen <achristensen@webkit.org>
1817 CMake Windows build should not include files directly from other Source directories
1818 https://bugs.webkit.org/show_bug.cgi?id=148198
1820 Reviewed by Brent Fulgham.
1822 * Source/cmake/WebKitMacros.cmake:
1824 2015-08-19 Alex Christensen <achristensen@webkit.org>
1826 Build TestWTF on Mac with CMake.
1827 https://bugs.webkit.org/show_bug.cgi?id=147972
1829 Reviewed by Tim Horton.
1831 * Source/cmake/OptionsMac.cmake:
1832 Enable API tests in Mac's CMake build.
1834 2015-08-18 Alex Christensen <achristensen@webkit.org>
1836 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1837 https://bugs.webkit.org/show_bug.cgi?id=148127
1839 Reviewed by Martin Robinson.
1842 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1844 2015-08-17 Alex Christensen <achristensen@webkit.org>
1846 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1847 https://bugs.webkit.org/show_bug.cgi?id=148112
1849 Reviewed by Brent Fulgham.
1851 * Source/cmake/OptionsWin.cmake:
1852 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1853 Instead, use the default location if nothing is passed in from the command line.
1854 This way we can set it from the command line for the AppleInternal build.
1855 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1857 2015-08-17 Alex Christensen <achristensen@webkit.org>
1859 Build Debug Suffix on Windows with CMake
1860 https://bugs.webkit.org/show_bug.cgi?id=148083
1862 Reviewed by Brent Fulgham.
1864 * Source/cmake/OptionsWin.cmake:
1865 Use debug libraries in debug suffix builds.
1867 2015-08-17 Alex Christensen <achristensen@webkit.org>
1869 Move some commands from ./CMakeLists.txt to Source/cmake
1870 https://bugs.webkit.org/show_bug.cgi?id=148003
1872 Reviewed by Brent Fulgham.
1875 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1876 so we can change directory structure from command line parameters.
1877 * Source/cmake/OptionsAppleWin.cmake:
1878 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1879 * Source/cmake/OptionsWinCairo.cmake:
1880 * Source/cmake/OptionsWindows.cmake: Removed.
1881 * Source/cmake/WebKitCommon.cmake: Added.
1882 * Source/cmake/WebKitFS.cmake:
1884 2015-08-13 Commit Queue <commit-queue@webkit.org>
1886 Unreviewed, rolling out r188428.
1887 https://bugs.webkit.org/show_bug.cgi?id=148015
1889 broke cmake build (Requested by alexchristensen on #webkit).
1893 "Move some commands from ./CMakeLists.txt to Source/cmake"
1894 https://bugs.webkit.org/show_bug.cgi?id=148003
1895 http://trac.webkit.org/changeset/188428
1897 2015-08-13 Alex Christensen <achristensen@webkit.org>
1899 Move some commands from ./CMakeLists.txt to Source/cmake
1900 https://bugs.webkit.org/show_bug.cgi?id=148003
1902 Reviewed by Brent Fulgham.
1905 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1906 so we can change directory structure from command line parameters.
1907 * Source/cmake/WebKitCommon.cmake: Added.
1908 * Source/cmake/WebKitFS.cmake:
1910 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1912 A focused node should not be assisted when handling touch events synchronously
1913 https://bugs.webkit.org/show_bug.cgi?id=147836
1915 Reviewed by Enrica Casucci.
1917 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1919 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1920 input can still be assisted due to a touch event.
1921 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1922 event does not automatically cause us to assist the currently focused node.
1924 2015-08-12 Alex Christensen <achristensen@webkit.org>
1926 Fix Debug CMake builds on Windows
1927 https://bugs.webkit.org/show_bug.cgi?id=147940
1929 Reviewed by Chris Dumez.
1931 * Source/cmake/OptionsWindows.cmake:
1932 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1934 2015-08-10 Alex Christensen <achristensen@webkit.org>
1936 Build TestWebKitAPI with CMake on Windows
1937 https://bugs.webkit.org/show_bug.cgi?id=147851
1939 Reviewed by Chris Dumez.
1941 * Source/cmake/OptionsWindows.cmake:
1942 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1944 2015-08-06 Alex Christensen <achristensen@webkit.org>
1946 [Win] CMake build fix after r188098.
1948 * Source/cmake/OptionsWinCairo.cmake:
1949 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1951 2015-08-04 Alex Christensen <achristensen@webkit.org>
1953 Fix quirks with CMake and VS2015
1954 https://bugs.webkit.org/show_bug.cgi?id=147663
1956 Reviewed by Brent Fulgham.
1958 * Source/cmake/OptionsWindows.cmake:
1959 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1960 Disable INTL for now.
1962 2015-08-04 Alex Christensen <achristensen@webkit.org>
1964 Enable WebGL on Windows CMake build.
1965 https://bugs.webkit.org/show_bug.cgi?id=143311
1967 Reviewed by Csaba Osztrogonác.
1969 * Source/cmake/OptionsWindows.cmake:
1970 Enable WebGL by default in CMake builds now that it works.
1972 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1974 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1975 https://bugs.webkit.org/show_bug.cgi?id=147625
1977 Reviewed by Martin Robinson.
1979 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1980 components unless they were actually found, not to accidentally
1981 enable Accelerated 2D canvas, which would cause the build to fail.
1983 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1984 pkg_check_modules() had actually found the relevant component.
1986 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1988 [CMake] Add an option to build AllInOne files
1989 https://bugs.webkit.org/show_bug.cgi?id=102647
1991 Reviewed by Alex Christensen.
1993 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1994 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1995 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1996 * Source/cmake/WebKitFeatures.cmake:
1997 * Source/cmake/WebKitMacros.cmake:
1999 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
2001 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
2003 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2005 2015-07-31 Alex Christensen <achristensen@webkit.org>
2007 Prepare for debug CMake builds on Windows.
2008 https://bugs.webkit.org/show_bug.cgi?id=147484
2010 Reviewed by Tim Horton.
2012 * Source/cmake/OptionsWindows.cmake:
2013 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
2015 2015-07-30 Joonghun Park <jh718.park@samsung.com>
2017 [EFL] Enable IndexedDB based on DatabaseProcess
2018 https://bugs.webkit.org/show_bug.cgi?id=147221
2020 Reviewed by Csaba Osztrogonác.
2022 * Source/cmake/OptionsEfl.cmake:
2024 2015-07-30 Alex Christensen <achristensen@webkit.org>
2026 Build AppleWin port with CMake
2027 https://bugs.webkit.org/show_bug.cgi?id=147385
2029 Reviewed by Martin Robinson.
2031 * Source/cmake/OptionsWindows.cmake:
2032 Use the static multithreaded runtime. Based on
2033 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
2035 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
2037 Implement basic types for ECMAScript Internationalization API
2038 https://bugs.webkit.org/show_bug.cgi?id=146926
2040 Reviewed by Benjamin Poulain.
2042 Enable flag now that the basic objects are in place.
2044 * Source/cmake/WebKitFeatures.cmake: enable INTL
2046 2015-07-29 Basile Clement <basile_clement@apple.com>
2048 Remove native call inlining
2049 https://bugs.webkit.org/show_bug.cgi?id=147417
2051 Rubber-stamped by Filip Pizlo.
2053 * Source/cmake/OptionsEfl.cmake:
2054 * Source/cmake/WebKitFeatures.cmake:
2056 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
2058 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
2059 https://bugs.webkit.org/show_bug.cgi?id=147350
2061 Reviewed by Sam Weinig.
2063 * Source/cmake/WebKitFeatures.cmake:
2065 2015-07-27 Alex Christensen <achristensen@webkit.org>
2067 Use Ninja on Windows.
2068 https://bugs.webkit.org/show_bug.cgi?id=147228
2070 Reviewed by Martin Robinson.
2072 * Source/cmake/OptionsWindows.cmake:
2073 Only use /MP when using generated Visual Studio solution files to build.
2074 It makes compiling parallel in MSVC, but Ninja doesn't like it.
2076 2015-07-27 Alex Christensen <achristensen@webkit.org>
2078 Progress towards building AppleWin with CMake
2079 https://bugs.webkit.org/show_bug.cgi?id=147325
2081 Reviewed by Martin Robinson.
2083 * Source/cmake/OptionsWindows.cmake:
2084 Link with 64-bit libraries if building 64-bit binaries.
2085 Don't run regular expressions on empty strings when using Ninja.
2086 Removed DebugSuffix Visual Studio environment variables.
2088 2015-07-23 Alex Christensen <achristensen@webkit.org>
2090 Remove compile and runtime flags for promises.
2091 https://bugs.webkit.org/show_bug.cgi?id=147244
2093 Reviewed by Yusuke Suzuki.
2095 * Source/cmake/OptionsMac.cmake:
2096 * Source/cmake/OptionsWindows.cmake:
2097 * Source/cmake/WebKitFeatures.cmake:
2099 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
2101 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
2102 https://bugs.webkit.org/show_bug.cgi?id=147212
2104 Reviewed by Filip Pizlo.
2106 * Source/cmake/WebKitFeatures.cmake:
2108 2015-07-22 Alex Christensen <achristensen@webkit.org>
2110 Fix quirks in CMake build on Mac and Windows
2111 https://bugs.webkit.org/show_bug.cgi?id=147174
2113 Reviewed by Gyuyoung Kim.
2116 * Source/cmake/OptionsWindows.cmake:
2117 Added options I removed in r187022. They are indeed needed.
2118 * Source/cmake/WebKitFS.cmake:
2119 Make the DerivedSources/WebKit directory.
2121 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2123 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
2125 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2127 2015-07-20 Alex Christensen <achristensen@webkit.org>
2129 Resurrect CMake build on Windows.
2130 https://bugs.webkit.org/show_bug.cgi?id=147083
2132 Reviewed by Gyuyoung Kim.
2134 * Source/cmake/OptionsCommon.cmake:
2135 * Source/cmake/OptionsWindows.cmake:
2136 Change features to get it to compile. Still not a complete feature set.
2138 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
2140 [GTK] Add seccomp filters support
2141 https://bugs.webkit.org/show_bug.cgi?id=110014
2143 Reviewed by Žan Doberšek.
2145 Find needed compiler and linker flags for libseccomp.
2147 * Source/cmake/OptionsGTK.cmake:
2149 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
2151 Bring back the GNU ar check to create thin archives on non-Linux systems
2152 https://bugs.webkit.org/show_bug.cgi?id=146681
2154 Reviewed by Martin Robinson.
2156 We already use GNU ar thin archive feature to save time and disk space
2157 on creating static archives, but it is only enabled on Linux. Without
2158 this feature, the debug build of WebCore can be larger than 4 GiB,
2159 which can cause error because GNU ar format uses 32-bit integer to
2160 store offsets in the symbol table. This patch is similar to
2161 https://bugs.webkit.org/show_bug.cgi?id=128596.
2163 * Source/cmake/OptionsCommon.cmake:
2165 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2167 [GTK] [Wayland] Build by default the X11 and Wayland targets.
2168 https://bugs.webkit.org/show_bug.cgi?id=146057
2170 Reviewed by Carlos Garcia Campos.
2172 * Source/cmake/OptionsGTK.cmake:
2174 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
2176 [GTK] ar warning when linking static libraries
2177 https://bugs.webkit.org/show_bug.cgi?id=144988
2179 Reviewed by Carlos Garcia Campos.
2181 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
2182 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
2183 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
2184 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
2185 should either stop using 'u' or else add 'U' as well in order to disable deterministic
2186 archives. Using 'U' should result in a somewhat faster build (at least when using the
2187 Makefile generator), but it's unlikely that the difference is significant, so let's simply
2188 remove 'u' until someone determines otherwise. This seems like a better option than adding
2189 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
2190 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
2191 behavior change on distributions that do not use --enable-deterministic-archives, notably
2194 * Source/cmake/OptionsCommon.cmake:
2196 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
2198 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
2199 https://bugs.webkit.org/show_bug.cgi?id=146590
2201 Reviewed by Martin Robinson.
2203 * Source/PlatformGTK.cmake: override the cached variables to
2204 forcefully disable gtk-doc and gobject-introspection when
2206 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
2207 documentation syntax when cross-building.
2210 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
2212 [EFL] test_ewk2_application_cache_manager has been failed since r185527
2213 https://bugs.webkit.org/show_bug.cgi?id=146016
2215 Reviewed by Gyuyoung Kim.
2217 In order to handle properly WebApplicationCacheManagerProxy implementation which use
2218 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
2219 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
2221 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
2223 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
2225 Implement ECMAScript Internationalization API
2226 https://bugs.webkit.org/show_bug.cgi?id=90906
2228 Reviewed by Benjamin Poulain.
2230 Begin implementing the Intl apis behind ENABLE_INTL flag.
2231 Create the base Intl namespace object.
2233 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
2235 2015-06-30 Philippe Normand <pnormand@igalia.com>
2237 [CMake] Error when gst-plugins-base is missing is too confusing
2238 https://bugs.webkit.org/show_bug.cgi?id=145682
2240 Reviewed by Carlos Garcia Campos.
2242 * Source/cmake/OptionsGTK.cmake: Error out if the required
2243 GStreamer libraries are not found on the host.
2245 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
2247 CairoGL should be checked unconditionally
2248 https://bugs.webkit.org/show_bug.cgi?id=146390
2250 Reviewed by Darin Adler.
2252 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
2253 it is run unconditionally; this is necessary because its result
2254 is used later on, outside of any conditions.
2256 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
2258 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
2259 https://bugs.webkit.org/show_bug.cgi?id=146318
2261 Reviewed by Sergio Villar Senin.
2263 Enable PUBLIC_SUFFIX_LIST for GTK+.
2265 * Source/cmake/OptionsGTK.cmake:
2267 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
2269 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
2271 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2273 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
2275 [EFL] Hyphenation is not supported
2276 https://bugs.webkit.org/show_bug.cgi?id=89830
2278 Reviewed by Gyuyoung Kim.
2280 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
2282 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
2284 [CMake] Add support for building with various sanitizer tools
2285 https://bugs.webkit.org/show_bug.cgi?id=131941
2287 Reviewed by Martin Robinson.
2289 * Source/PlatformGTK.cmake: Don't generate any documentation
2290 when compiling with sanitizers enabled.
2291 * Source/cmake/OptionsCommon.cmake: Allow linking with
2292 undefined symbols when compiling with sanitizers enabled.
2294 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
2296 libwebkit2gtk fails to link without opengl
2297 https://bugs.webkit.org/show_bug.cgi?id=138332
2299 Reviewed by Carlos Garcia Campos.
2301 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
2302 enabled regardless of whether OpenGL is, because certain symbols
2303 such as WebCore::GraphicsLayer::create() need to be built.
2305 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
2307 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
2308 https://bugs.webkit.org/show_bug.cgi?id=146181
2310 Reviewed by Martin Robinson.
2312 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
2314 * Source/cmake/OptionsGTK.cmake:
2316 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
2318 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
2319 https://bugs.webkit.org/show_bug.cgi?id=146171
2321 Reviewed by Gyuyoung Kim.
2323 * Source/cmake/OptionsEfl.cmake:
2324 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
2326 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
2328 [CMake] FindGTK3.cmake should not modify the values of build options
2329 https://bugs.webkit.org/show_bug.cgi?id=144613
2331 Reviewed by Martin Robinson.
2333 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
2334 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
2335 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
2336 GTK3_SUPPORTS_GESTURES for consistency.
2337 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
2338 available. It's not possible to automatically select a backend correctly anymore, since all
2339 options are set at the same time.
2341 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2343 Remove unnecessary svn:executable flags
2344 https://bugs.webkit.org/show_bug.cgi?id=146107
2346 Reviewed by Alexey Proskuryakov.
2348 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
2349 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
2350 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
2351 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
2352 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
2354 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
2356 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
2357 https://bugs.webkit.org/show_bug.cgi?id=146108
2359 Reviewed by Gyuyoung Kim.
2361 * Source/cmake/OptionsEfl.cmake:
2363 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
2365 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
2366 https://bugs.webkit.org/show_bug.cgi?id=146035
2368 Reviewed by Gyuyoung Kim.
2370 * Source/cmake/OptionsEfl.cmake:
2372 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
2374 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2375 https://bugs.webkit.org/show_bug.cgi?id=145701
2377 Reviewed by Darin Adler.
2379 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2381 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
2383 [iOS] Crash long pressing on <input type=file>
2384 https://bugs.webkit.org/show_bug.cgi?id=146009
2385 <rdar://problem/21234453>
2387 Reviewed by Ryosuke Niwa.
2389 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
2391 2015-06-16 Brent Fulgham <bfulgham@apple.com>
2393 Rollout accidental Xcode project change.
2395 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2397 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2399 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2400 https://bugs.webkit.org/show_bug.cgi?id=145909
2402 Reviewed by Csaba Osztrogonác.
2404 Bump EWebKit version based on efl library version used by the EWebKit.
2406 * Source/cmake/OptionsEfl.cmake:
2408 2015-06-11 Commit Queue <commit-queue@webkit.org>
2410 Unreviewed, rolling out r185453.
2411 https://bugs.webkit.org/show_bug.cgi?id=145881
2413 it broke the 32-bit build (Requested by clopez on #webkit).
2417 "[GTK] [Wayland] Should be possible to build with support for
2418 both X11 and Wayland."
2419 https://bugs.webkit.org/show_bug.cgi?id=145701
2420 http://trac.webkit.org/changeset/185453
2422 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2424 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2425 https://bugs.webkit.org/show_bug.cgi?id=145701
2427 Reviewed by Žan Doberšek.
2429 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2431 2015-06-03 Daniel Bates <dabates@apple.com>
2433 Caps lock indicator should not be shown in read-only or disabled field
2434 https://bugs.webkit.org/show_bug.cgi?id=145612
2435 <rdar://problem/21227454>
2437 Reviewed by Darin Adler.
2439 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2440 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2441 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2443 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2445 [cmake] Suppress parentheses-equality warnings
2446 https://bugs.webkit.org/show_bug.cgi?id=145126
2448 Reviewed by Darin Adler.
2450 * Source/cmake/WebKitHelpers.cmake:
2452 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2454 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2455 https://bugs.webkit.org/show_bug.cgi?id=145408
2457 Reviewed by Carlos Garcia Campos.
2459 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2460 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2461 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2463 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2464 libraries. Detect also GLX libraries.
2465 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2466 libraries. Use find_path() to get the include path.
2467 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2469 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2470 depending on the libraries found on the system.
2471 Move the detection of GLX (and the include of CMakePushCheckState)
2472 to FindOpenGL.cmake.
2473 Ensure that we only define USE_GLX when we build with OpenGL
2474 (but not with GLESv2).
2476 2015-05-27 Dean Jackson <dino@apple.com>
2478 img.currentSrc problem in strict mode with old picturefill
2479 https://bugs.webkit.org/show_bug.cgi?id=144095
2480 <rdar://problem/21087013>
2482 Reviewed by Simon Fraser.
2484 Add a PICTURE_SIZES flag.
2486 * Source/cmake/OptionsEfl.cmake:
2487 * Source/cmake/OptionsGTK.cmake:
2488 * Source/cmake/OptionsMac.cmake:
2489 * Source/cmake/OptionsWindows.cmake:
2490 * Source/cmake/WebKitFeatures.cmake:
2492 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2494 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2496 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2498 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2500 Unreviewed. Export DatabaseProcessMainUnix symbol.
2502 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2503 is exported in production builds.
2505 * Source/cmake/gtksymbols.filter:
2507 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2509 [GTK] Enable IndexedDB
2510 https://bugs.webkit.org/show_bug.cgi?id=98932
2512 Reviewed by Žan Doberšek.
2514 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2515 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2517 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2519 [GTK] Bump GCC requirements to 4.9.0
2520 https://bugs.webkit.org/show_bug.cgi?id=145211
2522 Reviewed by Žan Doberšek.
2524 It's required to build with IndexedDB support when using GCC,
2525 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2527 * Source/cmake/OptionsGTK.cmake:
2529 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2531 [CMake] Ignore warnings in system headers
2532 https://bugs.webkit.org/show_bug.cgi?id=144747
2534 Reviewed by Darin Adler.
2536 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2537 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2538 use the SYSTEM argument to the command (added in 2.8.12).
2542 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2544 [CMake] Error out when ruby is too old
2545 https://bugs.webkit.org/show_bug.cgi?id=145014
2547 Reviewed by Martin Robinson.
2549 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2554 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2556 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2557 https://bugs.webkit.org/show_bug.cgi?id=144995
2559 Reviewed by Carlos Garcia Campos.
2561 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2562 the X11 windowing target at the moment, so the following options
2563 and variables should be enabled or disabled accordingly:
2564 - ENABLE_PLUGIN_PROCESS_GTK2
2565 - ENABLE_NETSCAPE_PLUGIN_API
2566 - ENABLE_PLUGIN_PROCESS
2568 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2570 Linker fails without -DDEVELOPER_MODE=ON
2571 https://bugs.webkit.org/show_bug.cgi?id=144117
2573 Reviewed by Gyuyoung Kim.
2575 * Source/cmake/OptionsEfl.cmake:
2576 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2577 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2579 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2581 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2582 https://bugs.webkit.org/show_bug.cgi?id=144846
2584 Reviewed by Martin Robinson.
2586 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2587 CAIRO_GL_* throughout, because find_package will define
2589 * Source/cmake/OptionsGTK.cmake: Ditto.
2591 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2593 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2594 https://bugs.webkit.org/show_bug.cgi?id=144845
2596 Reviewed by Martin Robinson.
2598 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2599 if their corresponding WTF options are ON. The code in npapi.h
2600 relies on these being undefined if they are to be switched off.
2602 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2604 Remove the PICTURE_SIZES build flag
2605 https://bugs.webkit.org/show_bug.cgi?id=144679
2607 Reviewed by Benjamin Poulain.
2609 Removed the PICTURE_SIZES build time flag.
2611 * Source/cmake/OptionsEfl.cmake:
2612 * Source/cmake/OptionsGTK.cmake:
2613 * Source/cmake/OptionsMac.cmake:
2614 * Source/cmake/OptionsWindows.cmake:
2615 * Source/cmake/WebKitFeatures.cmake:
2617 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2619 [GTK] [CMake] Check for required X libraries
2620 https://bugs.webkit.org/show_bug.cgi?id=144823
2622 Reviewed by Martin Robinson.
2624 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2626 * Source/cmake/OptionsGTK.cmake:
2628 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2630 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2631 https://bugs.webkit.org/show_bug.cgi?id=144746
2633 Reviewed by Carlos Garcia Campos.
2635 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2636 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2637 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2639 * Source/cmake/OptionsGTK.cmake:
2641 2015-05-08 Daniel Bates <dabates@apple.com>
2643 [iOS] WebSQL operations are not performed after device is locked
2644 https://bugs.webkit.org/show_bug.cgi?id=137503
2645 <rdar://problem/20844952>
2647 Rubber-stamped by Alexey Proskuryakov.
2649 Add a manual test to help verify that we do not regress this issue.
2651 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2653 2015-05-08 Commit Queue <commit-queue@webkit.org>
2655 Unreviewed, rolling out r183945.
2656 https://bugs.webkit.org/show_bug.cgi?id=144789
2658 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2662 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2663 https://bugs.webkit.org/show_bug.cgi?id=144746
2664 http://trac.webkit.org/changeset/183945
2666 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2668 Cleanup after r183940
2669 https://bugs.webkit.org/show_bug.cgi?id=144768
2673 Looks like the empty directories were not deleted.
2675 * Source/PAL: Removed.
2676 * Source/PAL/Configurations: Removed.
2677 * Source/PAL/PAL.xcodeproj: Removed.
2678 * Source/PAL/graphics: Removed.
2680 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2682 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2683 https://bugs.webkit.org/show_bug.cgi?id=144746
2685 Reviewed by Martin Robinson.
2687 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2688 what it is defined to, so defining it to 0 effectively turned it on always.
2690 * Source/cmake/OptionsGTK.cmake:
2692 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2694 Revert "Introducing the Platform Abstraction Layer (PAL)"
2695 https://bugs.webkit.org/show_bug.cgi?id=144751
2699 PAL should be a new target inside WebCore, rather than a top-level folder.
2701 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2703 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2705 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2707 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2709 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2711 Introducing the Platform Abstraction Layer (PAL)
2712 https://bugs.webkit.org/show_bug.cgi?id=143358
2714 Reviewed by Simon Fraser.
2716 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2718 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2720 [cmake] Disable GNU Gold linker on Cortex A53
2721 https://bugs.webkit.org/show_bug.cgi?id=144382
2723 Reviewed by Carlos Garcia Campos.
2725 * Source/cmake/OptionsCommon.cmake:
2727 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2729 USE(...) macro should expect unprefixed variables
2730 https://bugs.webkit.org/show_bug.cgi?id=144454
2732 Reviewed by Daniel Bates.
2734 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2735 * Source/cmake/OptionsEfl.cmake: Ditto.
2736 * Source/cmake/OptionsGTK.cmake: Ditto.
2737 * Source/cmake/OptionsMac.cmake: Ditto.
2738 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2739 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2742 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2744 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2745 https://bugs.webkit.org/show_bug.cgi?id=144394
2747 Reviewed by Carlos Garcia Campos.
2749 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2750 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2751 disabled in previous reworking of the CMake configuration.
2753 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2754 version of USE variables.
2755 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2756 is exposed to the build.
2758 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2760 Unreviewed. Bump GTK+ version numbers.
2762 * Source/cmake/OptionsGTK.cmake:
2764 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2766 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2767 https://bugs.webkit.org/show_bug.cgi?id=144435
2769 Reviewed by Gyuyoung Kim.
2771 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2772 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2774 * Source/cmake/OptionsEfl.cmake:
2776 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2778 REGRESSION(183583): [Mac] make without SDKROOT has issues
2779 https://bugs.webkit.org/show_bug.cgi?id=144431
2781 Reviewed by Dan Bernstein.
2784 Assume an empty SDKROOT means an macosx variant, so only
2785 enable settings if the SDKROOT is not empty and does not
2788 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2790 Fix the GTK+ build after r183584
2792 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2794 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2796 [GTK] Add support for automatic hyphenation
2797 https://bugs.webkit.org/show_bug.cgi?id=44478
2799 Reviewed by Carlos Garcia Campos.
2801 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2802 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2803 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2805 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2807 Failure when building WebKit for appletvsimulator.
2808 https://bugs.webkit.org/show_bug.cgi?id=144356
2810 Reviewed by Alexey Proskuryakov.
2812 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2813 make TVOS and WatchOS behave correctly.
2817 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2819 [CMake] [GTK] Organize and clean up unused CMake variables
2820 https://bugs.webkit.org/show_bug.cgi?id=144364
2822 Reviewed by Gyuyoung Kim.
2824 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2825 specific to certain projects into their PlatformGTK.cmake files.
2827 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2829 [EFL] Build failure to find gio-unix
2830 https://bugs.webkit.org/show_bug.cgi?id=144083
2832 Reviewed by Gyuyoung Kim.
2834 Original patch by Doug Newgard <scimma22@outlook.com>
2836 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2838 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2840 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2841 https://bugs.webkit.org/show_bug.cgi?id=143001
2843 Reviewed by Gyuyoung Kim.
2845 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2846 * Source/cmake/OptionsGTK.cmake: Ditto.
2848 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2850 Unreviewed, fix typo in previous commit
2852 libsecretr -> libsecret in the error message.
2854 * Source/cmake/OptionsGTK.cmake:
2856 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2858 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2859 https://bugs.webkit.org/show_bug.cgi?id=143546
2861 Reviewed by Martin Robinson.
2863 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2864 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2865 default. Fail the build with an informative error message if an optional dependency required
2866 for an enabled feature is not present. Perform find_package commands only when necessary.
2867 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2870 * Source/cmake/OptionsGTK.cmake:
2872 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2874 [GTK] Make all options actually options
2875 https://bugs.webkit.org/show_bug.cgi?id=144106
2877 Reviewed by Martin Robinson.
2879 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2880 ENABLE_WAYLAND_TARGET.
2882 * Source/cmake/OptionsGTK.cmake:
2884 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2886 Unreviewed, fix GTK build after r183452
2888 * Source/cmake/OptionsGTK.cmake:
2890 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2892 [GTK] Add one single option to control all OpenGL-related options
2893 https://bugs.webkit.org/show_bug.cgi?id=144105
2895 Reviewed by Martin Robinson.
2897 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2898 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2899 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2900 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2901 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2902 presence of CairoGL.
2904 * Source/cmake/OptionsGTK.cmake:
2906 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2908 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2909 https://bugs.webkit.org/show_bug.cgi?id=144306
2911 Reviewed by Martin Robinson.
2913 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2915 * Source/cmake/OptionsGTK.cmake:
2917 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2919 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2920 https://bugs.webkit.org/show_bug.cgi?id=144193
2922 Reviewed by Darin Adler.
2924 * Source/cmake/OptionsEfl.cmake:
2925 * Source/cmake/OptionsGTK.cmake:
2926 * Source/cmake/OptionsWinCairo.cmake:
2927 * Source/cmake/WebKitFeatures.cmake:
2929 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2931 [CMake] Should be possible for an option to conflict with other options
2932 https://bugs.webkit.org/show_bug.cgi?id=143956
2934 Reviewed by Martin Robinson.
2936 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2938 * Source/cmake/WebKitFeatures.cmake:
2940 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2942 [CMake] Autogenerate cmakeconfig.h.cmake
2943 https://bugs.webkit.org/show_bug.cgi?id=143997
2945 Reviewed by Csaba Osztrogonác.
2947 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2948 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2949 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2950 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2951 Do some other miscellaneous related cleanup.
2952 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2953 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2954 build exposed variables. Add a macro to generate a configuration from them.
2955 * Source/cmakeconfig.h.cmake: Removed.
2957 2015-04-24 Philippe Normand <pnormand@igalia.com>
2959 [JHBuild] Move to upstream OpenWebRTC
2960 https://bugs.webkit.org/show_bug.cgi?id=144145
2962 Reviewed by Carlos Garcia Campos.
2964 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2967 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2969 [ES6] Implement ES6 template literals
2970 https://bugs.webkit.org/show_bug.cgi?id=142691
2972 Reviewed by Darin Adler.
2974 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2976 * Source/cmake/WebKitFeatures.cmake:
2977 * Source/cmakeconfig.h.cmake:
2979 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2981 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2982 https://bugs.webkit.org/show_bug.cgi?id=144182
2984 Reviewed by Simon Fraser.
2986 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2987 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2988 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2989 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2990 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2992 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2994 [GTK] Add more public options
2995 https://bugs.webkit.org/show_bug.cgi?id=144116
2997 Reviewed by Martin Robinson.
2999 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
3001 * Source/cmake/OptionsGTK.cmake:
3003 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3005 [CMake] Some internal variables are not marked as advanced
3006 https://bugs.webkit.org/show_bug.cgi?id=143595
3008 Reviewed by Martin Robinson.
3010 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
3011 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
3013 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3015 [GTK] Mark as advanced the build options we don't want to expose
3016 https://bugs.webkit.org/show_bug.cgi?id=143558
3018 Reviewed by Martin Robinson.
3020 Mark various options as private instead of public.
3022 * Source/cmake/OptionsGTK.cmake:
3024 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3026 [CMake] Should be possible for an option to depend on multiple options
3027 https://bugs.webkit.org/show_bug.cgi?id=143839
3029 Reviewed by Martin Robinson.
3031 Use a list instead of a single variable to track the dependencies of each option. Iterate
3032 over the list as many times as necessary to ensure all options are properly disabled.
3034 * Source/cmake/WebKitFeatures.cmake:
3036 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3038 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
3039 https://bugs.webkit.org/show_bug.cgi?id=144103
3041 Reviewed by Martin Robinson.
3043 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
3045 * Source/cmake/WebKitFeatures.cmake:
3047 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3049 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
3050 https://bugs.webkit.org/show_bug.cgi?id=144102
3052 Reviewed by Martin Robinson.
3054 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
3055 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
3056 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
3058 * Source/cmake/OptionsGTK.cmake:
3060 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3062 [CMake] Clean up JSC JIT options
3063 https://bugs.webkit.org/show_bug.cgi?id=143998
3065 Reviewed by Filip Pizlo.
3067 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
3068 define for ENABLE_FTL_NATIVE_CALL_INLINING.
3069 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
3070 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
3071 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
3072 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
3074 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3076 [CMake] Use lowercase for local variables in macros
3077 https://bugs.webkit.org/show_bug.cgi?id=144059
3079 Reviewed by Martin Robinson.
3081 Convert some variable names to lowercase.
3083 * Source/cmake/WebKitFeatures.cmake:
3085 2015-04-22 Commit Queue <commit-queue@webkit.org>
3087 Unreviewed, rolling out r183116.
3088 https://bugs.webkit.org/show_bug.cgi?id=144060
3090 Inadvertently deleted a file... (Requested by mcatanzaro on
3095 "[CMake] Use lowercase for local variables in macros"
3096 https://bugs.webkit.org/show_bug.cgi?id=144059
3097 http://trac.webkit.org/changeset/183116
3099 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3101 [CMake] Use lowercase for local variables in macros
3102 https://bugs.webkit.org/show_bug.cgi?id=144059
3104 Reviewed by Martin Robinson.
3106 Convert some variable names to lowercase.
3108 * Source/cmake/WebKitFeatures.cmake:
3110 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3112 [CMake] Features list should print dots every other row
3113 https://bugs.webkit.org/show_bug.cgi?id=143832
3115 Reviewed by Martin Robinson.
3117 Discount private options when determining whether to print dots on a given row of the
3118 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
3119 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
3120 wasn't noticed because it only affects the first line, and use of the variable name as a
3121 string in a conditional.)
3123 * Source/cmake/WebKitFeatures.cmake:
3125 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3127 [CMake] Require specifying visibility of WebKit options
3128 https://bugs.webkit.org/show_bug.cgi?id=143831
3130 Reviewed by Alex Christensen.
3132 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
3133 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
3134 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
3135 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
3136 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
3137 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
3138 cross-platform options as PRIVATE.
3140 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3142 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
3143 https://bugs.webkit.org/show_bug.cgi?id=143935
3145 Reviewed by Darin Adler.
3147 Some variables aren't defined in these files or unused variables aren't removed. This
3148 patch cleans up it as well as fix wrong alphabet order.
3150 * Source/cmake/WebKitFeatures.cmake:
3151 * Source/cmakeconfig.h.cmake:
3153 2015-04-19 Simon Fraser <simon.fraser@apple.com>
3155 Restore the WebKit.xcworkspace to the way it was before r182899,
3156 which inadvertently added the Source directory and a couple of source
3159 * WebKit.xcworkspace/contents.xcworkspacedata:
3161 2015-04-16 Basile Clement <basile_clement@apple.com>
3163 Extract the allocation profile from JSFunction into a rare object
3164 https://bugs.webkit.org/show_bug.cgi?id=143807
3166 Reviewed by Filip Pizlo.
3168 * WebKit.xcworkspace/contents.xcworkspacedata:
3170 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
3172 [EFL] Bump LLVM to version 3.6.0 on X86_64
3173 https://bugs.webkit.org/show_bug.cgi?id=143604
3175 Reviewed by Gyuyoung Kim.
3177 * Source/cmake/FindLLVM.cmake: Added version handling.
3178 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
3180 2015-04-15 Timothy Horton <timothy_horton@apple.com>
3182 Custom CSS cursors do not use -webkit-image-set on retina displays
3183 https://bugs.webkit.org/show_bug.cgi?id=120783
3185 Reviewed by Beth Dakin.
3186 Patch by Evan Wallace <evan.exe@gmail.com>.
3188 Add a manual test for custom CSS cursors on retina displays.
3190 * ManualTests/retina-cursors.html: Added.
3192 2015-04-15 Alex Christensen <achristensen@webkit.org>
3194 Progress towards CMake on Mac.
3195 https://bugs.webkit.org/show_bug.cgi?id=143785
3197 Reviewed by Csaba Osztrogonác.
3200 * Source/cmake/OptionsMac.cmake:
3201 * Source/cmake/WebKitFS.cmake:
3203 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
3205 Cannot click "Next" button on Google two-factor auth setup page
3207 <https://bugs.webkit.org/show_bug.cgi?id=143624>
3208 <rdar://problem/19175714>
3210 Reviewed by Darin Adler.
3212 * ManualTests/button-that-focuses-itself-on-click.html: Added.
3214 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
3216 [cmake] REGRESSION(182663): It broke feature dependency handling
3217 https://bugs.webkit.org/show_bug.cgi?id=143665
3219 Reviewed by Csaba Osztrogonác.
3221 Don't try to check the value of options before defining the options.
3223 * Source/cmake/WebKitFeatures.cmake:
3225 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
3227 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
3228 https://bugs.webkit.org/show_bug.cgi?id=143664
3230 Reviewed by Gyuyoung Kim.
3232 * Source/cmake/OptionsEfl.cmake:
3233 * Source/cmake/OptionsGTK.cmake:
3234 * Source/cmake/WebKitFeatures.cmake:
3235 * Source/cmakeconfig.h.cmake:
3237 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3239 [EFL] Enable Media Source
3240 https://bugs.webkit.org/show_bug.cgi?id=143635
3242 Reviewed by Csaba Osztrogonác.
3244 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
3246 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3248 [CMake] Miscellaneous issues in WebKitFeatures.cmake
3249 https://bugs.webkit.org/show_bug.cgi?id=143636
3251 Reviewed by Martin Robinson.
3253 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
3254 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
3256 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
3257 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
3259 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
3261 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
3263 Fix ENABLE_TOUCH_SLIDER so that it can be used
3267 * Source/cmake/WebKitFeatures.cmake:
3269 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3271 [CMake] Print sorted feature list at the very end of the configure process
3272 https://bugs.webkit.org/show_bug.cgi?id=143596
3274 Reviewed by Martin Robinson.
3276 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
3277 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
3278 and sort the options before printing. Reorder some code so that features still get
3279 propagated to the bindings generators.
3281 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3283 [CMake] Options should be marked as advanced by default
3284 https://bugs.webkit.org/show_bug.cgi?id=143572
3286 Reviewed by Gyuyoung Kim.
3288 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
3289 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
3290 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
3291 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
3292 option without making it public.
3294 * Source/cmake/WebKitFeatures.cmake:
3296 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3298 [CMake] Remove unnecessary ENABLE_WEBCORE switch
3299 https://bugs.webkit.org/show_bug.cgi?id=143584
3301 Reviewed by Csaba Osztrogonác.
3303 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
3307 * Source/CMakeLists.txt:
3308 * Source/cmake/OptionsGTK.cmake:
3309 * Source/cmake/WebKitFS.cmake:
3311 2015-04-08 Filip Pizlo <fpizlo@apple.com>
3313 Unreviewed, revert accidental commit.
3317 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
3319 Add CMake build system for WinCairo port.
3320 https://bugs.webkit.org/show_bug.cgi?id=115944
3322 Reviewed by Chris Dumez.
3324 * Source/cmake/OptionsWindows.cmake:
3325 * Source/cmake/WebKitMacros.cmake:
3326 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3328 2015-04-06 Alberto Garcia <berto@igalia.com>
3330 [GTK] Fix HPPA build
3331 https://bugs.webkit.org/show_bug.cgi?id=143453
3333 Reviewed by Darin Adler.
3335 Add HPPA to the list of supported CPUs.
3339 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
3341 Unreviewed, kick the GTK bots to fix an incremental build issue.
3343 * Source/cmake/OptionsGTK.cmake:
3345 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
3347 Fix the EFL and GTK build after r182243
3348 https://bugs.webkit.org/show_bug.cgi?id=143361
3350 Reviewed by Csaba Osztrogonác.
3352 * Source/PlatformEfl.cmake: Add a custom command that copies
3353 the InspectorBackendCommands.js file into the proper directory
3354 under DerivedSources/WebInspectorUI/.
3356 2015-04-01 Alex Christensen <achristensen@webkit.org>
3358 Progress towards CMake on Windows and Mac.
3359 https://bugs.webkit.org/show_bug.cgi?id=143293
3361 Reviewed by Filip Pizlo.
3364 Set DERIVED_SOURCES_WTF_DIR for Windows.
3365 * Source/CMakeLists.txt:
3366 Don't compile bmalloc on Windows.
3367 * Source/cmake/OptionsCommon.cmake:
3368 Use the absolute path of the C preprocessor.
3369 * Source/cmake/OptionsWinCairo.cmake:
3370 Added needed definitions.
3371 * Source/cmake/OptionsWindows.cmake:
3372 Set some default values and removed support for old Visual Studio versions before /MP.
3373 * Source/cmake/WebKitFS.cmake:
3374 Make WTF DerivedSources directory.
3375 * Source/cmake/WebKitMacros.cmake:
3376 Added ADD_PRECOMPILED_HEADER macro based on
3377 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3379 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
3381 Use colored diagnostics when building with cmake + ninja + clang
3382 https://bugs.webkit.org/show_bug.cgi?id=143297
3384 Reviewed by Žan Doberšek.
3386 Because that ninja sets subprocess stdout/stderr to a pipe, clang
3387 disables colored output.
3388 This patch forces clang to use colored diagnostics when we are using
3391 * Source/cmake/OptionsCommon.cmake:
3393 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3395 [CMake] Update old CMakeList.txt in gtest
3396 https://bugs.webkit.org/show_bug.cgi?id=143192
3398 Reviewed by Darin Adler.
3400 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3401 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3402 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3404 * Source/CMakeLists.txt:
3405 * Source/cmake/gtest/CMakeLists.txt: Removed.
3407 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3409 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3410 https://bugs.webkit.org/show_bug.cgi?id=143138
3412 Reviewed by Csaba Osztrogonác.
3414 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3415 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3417 * Source/cmake/OptionsWindows.cmake:
3418 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3419 * Source/cmake/WebKitMacros.cmake:
3421 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3423 [GStreamer] share GL context in pipeline, part 2
3424 https://bugs.webkit.org/show_bug.cgi?id=143049
3426 Reviewed by Carlos Garcia Campos.
3428 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3429 OpenGL/ES2 is found and GLX/EGL is found too.
3431 2015-03-26 Alex Christensen <achristensen@webkit.org>
3433 Progress towards CMake on Mac.
3434 https://bugs.webkit.org/show_bug.cgi?id=143112
3436 Reviewed by Chris Dumez.
3438 * Source/cmake/OptionsMac.cmake:
3440 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3442 [EFL] Add OpenWebRTC in jhbuild
3443 https://bugs.webkit.org/show_bug.cgi?id=142778
3445 Reviewed by Gyuyoung Kim.
3447 Original patch by Philippe Normand <pnormand@igalia.com>
3449 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3450 mediastream build is enabled.
3452 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3454 [GTK] Add a configure option to build without Redirected XComposite Window
3455 https://bugs.webkit.org/show_bug.cgi?id=142865
3457 Reviewed by Žan Doberšek.
3459 The Redirected XComposite Window was added to support some
3460 features like GtkOverlay, but in cases where we don't need such
3461 features, it's more efficient to use the XID of the WebKitWebView
3462 window as the native surface handle for the accelerated
3463 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3464 that is enabled by default for X11 target when OpenGL is enabled.
3466 * Source/cmake/OptionsGTK.cmake:
3468 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3470 [GTK] Search for the Wayland dependency when enabling Wayland target
3471 https://bugs.webkit.org/show_bug.cgi?id=142876
3473 Reviewed by Carlos Garcia Campos.
3475 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3476 requirement of either the GTK+ or GDK pkg-config files, so we have to
3477 search for it ourselves when WebKitGTK+ has been configured to support
3478 the Wayland windowing target.
3480 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3482 Unreviewed, kick the GTK bots to regenerate makefile.
3483 https://bugs.webkit.org/show_bug.cgi?id=137394
3485 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3486 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3488 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3490 Unreviewed, kick the GTK bots to regenerate makefile.
3491 https://bugs.webkit.org/show_bug.cgi?id=137394
3493 * Source/cmake/OptionsEfl.cmake:
3495 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3497 [GTK] Fix inspector userinterface related incremental build issue
3498 https://bugs.webkit.org/show_bug.cgi?id=142849
3500 Reviewed by Carlos Garcia Campos.
3502 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3504 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3506 Unreviewed, kick the GTK bots to regenerate makefile.
3508 * Source/cmake/OptionsGTK.cmake:
3510 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3512 [EFL] Expose JavaScript binding interface through ewk_extension
3513 https://bugs.webkit.org/show_bug.cgi?id=142033
3515 Reviewed by Gyuyoung Kim.
3517 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3519 2015-03-17 Philippe Normand <pnormand@igalia.com>
3521 [GTK] basic OpenWebRTC build support
3522 https://bugs.webkit.org/show_bug.cgi?id=142393
3524 Reviewed by Carlos Garcia Campos.
3526 * Source/cmake/FindOpenWebRTC.cmake: Added.
3527 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3528 mediastream build is enabled.
3530 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3532 [CMake][EFL] Build test tools only for developer mode
3533 https://bugs.webkit.org/show_bug.cgi?id=142761
3535 Reviewed by Csaba Osztrogonác.
3537 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3539 * Source/cmake/OptionsEfl.cmake:
3540 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3541 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3542 * Source/cmakeconfig.h.cmake:
3544 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3546 Enable ES6 classes by default
3547 https://bugs.webkit.org/show_bug.cgi?id=142774
3549 Reviewed by Gavin Barraclough.
3551 * Source/cmake/WebKitFeatures.cmake:
3553 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3555 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3556 https://bugs.webkit.org/show_bug.cgi?id=142722
3558 Reviewed by Csaba Osztrogonác.
3560 Categorize to define cmake variables, to find necessary packages,
3561 use upper case for "glib_conponents" cmake variable name, re-arrange
3562 wrong alphabet sorting, and so on.
3564 * CMakeLists.txt: Remove WinCE port.
3565 * Source/cmake/OptionsEfl.cmake:
3567 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3569 [GStreamer] share GL context in pipeline
3570 https://bugs.webkit.org/show_bug.cgi?id=142693
3572 Reviewed by Philippe Normand.
3574 Add search of gstreamer-gl library in the GStreamer installation. If
3575 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3577 * Source/cmake/FindGStreamer.cmake:
3578 * Source/cmake/OptionsGTK.cmake:
3580 2015-03-13 Alex Christensen <achristensen@webkit.org>
3582 Progress towards CMake on Mac.
3583 https://bugs.webkit.org/show_bug.cgi?id=142680
3585 Reviewed by Gyuyoung Kim.
3588 * Source/PlatformMac.cmake: Added stub.
3589 * Source/cmake/OptionsMac.cmake:
3590 Change defines to get CMake working.
3592 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3594 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3595 https://bugs.webkit.org/show_bug.cgi?id=126688
3597 Reviewed by Gustavo Noronha Silva.
3599 Add ENABLE_MINIBROWSER option, enabled by default for development
3600 builds and disabled for production builds unless explicilty enabled.
3602 * Source/cmake/OptionsGTK.cmake:
3604 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3606 [GTK] Do not look for child processes in the UI process binary path
3607 https://bugs.webkit.org/show_bug.cgi?id=135752
3609 Reviewed by Gustavo Noronha Silva.
3611 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3612 build for development builds.
3614 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3616 [GTK] Add a configure option to build with OpenGL ES 2
3617 https://bugs.webkit.org/show_bug.cgi?id=142498
3619 Reviewed by Martin Robinson.
3621 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3622 GLES2 is required and OpenGL is not even searched. Otherwise we
3623 search for OpenGL as usual, using it only if present.
3625 * Source/cmake/OptionsGTK.cmake:
3627 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3629 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3630 https://bugs.webkit.org/show_bug.cgi?id=142338
3632 Reviewed by Gyuyoung Kim.
3634 * Source/cmake/WebKitHelpers.cmake:
3636 2015-03-03 Daniel Bates <dabates@apple.com>
3638 Convert ManualTests/svg-tooltip.svg to a DRT test
3639 https://bugs.webkit.org/show_bug.cgi?id=140480
3641 Reviewed by Alex Christensen.
3643 * ManualTests/svg-tooltip.svg: Removed.
3645 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3647 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3648 https://bugs.webkit.org/show_bug.cgi?id=142165
3650 Reviewed by Carlos Garcia Campos.
3652 * Source/cmake/gtksymbols.filter:
3654 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3656 [EFL] Remove unnecessary comment after r179110
3657 https://bugs.webkit.org/show_bug.cgi?id=142042
3659 Reviewed by Gyuyoung Kim.
3661 * Source/cmake/OptionsEfl.cmake:
3663 2015-02-23 Tomas Popela <tpopela@redhat.com>
3665 [GTK] Fails to compile with cmake 3.2.x
3666 https://bugs.webkit.org/show_bug.cgi?id=141796
3668 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3669 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3670 added and the build will fail.
3672 Reviewed by Martin Robinson.
3674 * Source/cmake/OptionsGTK.cmake:
3676 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3678 Remove svn:keywords property.
3680 As far as I can tell, the property had no effect on any of these files, but also,
3681 when it has effect it's likely harmful.
3683 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3684 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3685 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3686 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3687 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3688 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3689 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3690 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3691 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3692 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3693 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3694 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3695 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3696 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3698 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3700 [CMAKE] Remove CMakeLists.txt in WK1 port
3701 https://bugs.webkit.org/show_bug.cgi?id=141617
3703 Reviewed by Anders Carlsson.
3705 Nobody uses CMake in WK1 port. Remove it.
3709 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3711 Unreviewed, remove empty directories.
3713 * ManualTests/qt: Removed.
3715 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3717 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3718 https://bugs.webkit.org/show_bug.cgi?id=141481
3720 Reviewed by Csaba Osztrogonác.
3722 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3724 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3726 [EFL][GTK] Use bmalloc instead of tcmalloc
3727 https://bugs.webkit.org/show_bug.cgi?id=140162
3729 Reviewed by Carlos Garcia Campos.
3731 Add bmalloc directory to build list.
3733 * CMakeLists.txt: Define BMALLOC_DIR directory.
3734 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3736 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3738 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3739 https://bugs.webkit.org/show_bug.cgi?id=141392
3741 Reviewed by Gustavo Noronha Silva.
3743 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3745 * Source/cmake/OptionsGTK.cmake:
3747 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3749 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3750 https://bugs.webkit.org/show_bug.cgi?id=141328
3752 Reviewed by Darin Adler.
3754 Added as manual test because it involves a huge grid allocation
3755 which is very slow on Debug bots, the only ones capable to trigger
3758 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3760 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3762 [Streams API] Implement a barebone ReadableStream interface
3763 https://bugs.webkit.org/show_bug.cgi?id=141045
3765 Reviewed by Benjamin Poulain.
3767 * Source/cmake/WebKitFeatures.cmake:
3768 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3770 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3772 Revert accidental change in r179490.
3776 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3778 Unreviewed, revert accidental change to Makefile.shared in r179478
3782 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3784 [CMake] Minimum python version should be 2.7.
3785 https://bugs.webkit.org/show_bug.cgi?id=140997
3787 Reviewed by Csaba Osztrogonác.
3791 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3793 Apply feTurbulence spec change to fix zero length vector generation
3794 https://bugs.webkit.org/show_bug.cgi?id=140812
3796 Reviewed by Darin Adler.
3798 Recently a bug with the turbulence algorithm was corrected in the
3799 Filter Effects specification.
3800 For some seed values this bug allowed zero length vectors to be generated.
3801 This resulted in large solid color squares being present in the generated image.
3802 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3803 applies that change in WebCore.
3805 Test: svg/filters/feTurbulence_bad_seeds.html
3807 * platform/graphics/filters/FETurbulence.cpp:
3808 (WebCore::FETurbulence::initPaint):
3809 Added rejection sampling during vector generation to avoid zero length vectors.
3811 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3813 [cmake] Remove compiler version calculate cruft
3814 https://bugs.webkit.org/show_bug.cgi?id=140885
3816 Reviewed by Darin Adler.
3818 * Source/cmake/WebKitHelpers.cmake:
3820 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3822 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3823 https://bugs.webkit.org/show_bug.cgi?id=140886
3825 Reviewed by Žan Doberšek.
3827 * Source/cmake/WebKitHelpers.cmake:
3829 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3831 [GTK] gtkdoc does not appear in DevHelp
3832 https://bugs.webkit.org/show_bug.cgi?id=139369
3834 Reviewed by Philippe Normand.
3836 Expect the gtkdoc to be generated in folders named with the API version.
3838 * Source/PlatformGTK.cmake:
3840 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3842 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
3843 https://bugs.webkit.org/show_bug.cgi?id=140609
3845 Reviewed by Csaba Osztrogonác.
3847 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
3848 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
3849 compilation flags. Those were added after the jsCStack branch merge, but
3850 can now be removed since the -ftree-dce issues were fixed in GCC, and
3851 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
3853 * Source/cmake/OptionsEfl.cmake:
3854 * Source/cmake/OptionsGTK.cmake:
3856 2015-01-26 Commit Queue <commit-queue@webkit.org>
3858 Unreviewed, rolling out r179107.
3859 https://bugs.webkit.org/show_bug.cgi?id=140880
3861 The GCC in the bots doesn't support the AsyncTask
3862 implementation (Requested by KaL on #webkit).
3866 "[GTK] Enable IndexedDB"
3867 https://bugs.webkit.org/show_bug.cgi?id=98932
3868 http://trac.webkit.org/changeset/179107
3870 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
3872 [GTK] Enable IndexedDB
3873 https://bugs.webkit.org/show_bug.cgi?id=98932
3875 Reviewed by Žan Doberšek.
3877 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3878 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3880 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
3882 [GTK] Add initial database process support
3883 https://bugs.webkit.org/show_bug.cgi?id=139491
3885 Reviewed by Sergio Villar Senin.
3887 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
3889 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
3891 Add a build flag for ES6 class syntax
3892 https://bugs.webkit.org/show_bug.cgi?id=140760
3894 Reviewed by Michael Saboff.
3896 * Source/cmake/WebKitFeatures.cmake:
3897 * Source/cmakeconfig.h.cmake:
3899 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3901 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
3902 https://bugs.webkit.org/show_bug.cgi?id=140049
3904 Reviewed by Gyuyoung Kim.
3906 * Source/cmake/OptionsCommon.cmake:
3908 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3910 Remove ENABLE(INSPECTOR) ifdef guards
3911 https://bugs.webkit.org/show_bug.cgi?id=140668
3913 Reviewed by Darin Adler.
3915 * Source/PlatformEfl.cmake:
3916 * Source/cmake/OptionsEfl.cmake:
3917 * Source/cmake/OptionsGTK.cmake:
3918 * Source/cmake/OptionsMac.cmake:
3919 * Source/cmake/WebKitFeatures.cmake:
3920 * Source/cmakeconfig.h.cmake:
3922 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
3924 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
3926 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3928 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3930 [CMAKE] Fix cmake warning
3931 https://bugs.webkit.org/show_bug.cgi?id=140497
3933 Reviewed by Gustavo Noronha Silva.
3935 r173155 already tried to fix cmake warning though, the warning is still exist.
3936 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
3937 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
3938 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
3939 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
3940 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
3944 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
3946 [GTK] Generate the make dist manifest from a CMake template file
3947 https://bugs.webkit.org/show_bug.cgi?id=139387
3949 Reviewed by Martin Robinson.