1 2016-04-22 Carlos Garcia Campos <cgarcia@igalia.com>
3 [GTK] Enable the download attribute support
4 https://bugs.webkit.org/show_bug.cgi?id=99025
6 Reviewed by Žan Doberšek.
8 * Source/cmake/OptionsGTK.cmake:
10 2016-04-18 Yusuke Suzuki <utatane.tea@gmail.com>
12 [JSCOnly] Implement RunLoop and remove glib dependency
13 https://bugs.webkit.org/show_bug.cgi?id=155706
15 Reviewed by Michael Catanzaro.
17 * Source/cmake/OptionsJSCOnly.cmake:
19 2016-04-18 Carlos Garcia Campos <cgarcia@igalia.com>
21 [GTK] Menu list button doesn't use the text color from the theme
22 https://bugs.webkit.org/show_bug.cgi?id=118234
24 Reviewed by Darin Adler.
26 * ManualTests/gtk/theme.html: Add a disabled combo test.
28 2016-04-13 Konstantin Tokarev <annulen@yandex.ru>
30 FindWebP should not be misguided by pkg-config when cross-compiling.
31 https://bugs.webkit.org/show_bug.cgi?id=156544
33 Reviewed by Michael Catanzaro.
35 We should use pkg-config output only as a hint, like other modules do.
37 * Source/cmake/FindWebP.cmake:
39 2016-04-07 Carlos Garcia Campos <cgarcia@igalia.com>
41 [GTK] Rework the theming code for GTK+ 3.20
42 https://bugs.webkit.org/show_bug.cgi?id=156333
44 Reviewed by Michael Catanzaro.
46 Add a manual test to check how themed elements are rendered.
48 * ManualTests/gtk/theme.html: Added.
50 2016-04-11 Fujii Hironori <Hironori.Fujii@jp.sony.com>
52 [CMake] Make FOLDER property INHERITED
53 https://bugs.webkit.org/show_bug.cgi?id=156460
55 Reviewed by Brent Fulgham.
57 Some CMake targets are not setting the FOLDER property. This causes the
58 generated projects to be displayed in the top-level folder of the solution.
60 Making the FOLDER property INHERITED ensures that all the targets
61 are placed in their proper directories.
63 * Source/cmake/OptionsCommon.cmake:
64 Define FOLDER property as a inherited property.
65 * Source/cmake/WebKitMacros.cmake:
66 Do not set FOLDER target property.
68 2016-04-08 Alex Christensen <achristensen@webkit.org>
70 Progress towards running CMake WebKit2 on Mac
71 https://bugs.webkit.org/show_bug.cgi?id=156426
73 Reviewed by Tim Horton.
75 * Source/cmake/OptionsMac.cmake:
76 FTL works on Mac, so let's use it.
77 * Source/cmake/WebKitMacros.cmake:
79 2016-04-07 Joseph Pecoraro <pecoraro@apple.com>
81 Remove ENABLE(ENABLE_ES6_CLASS_SYNTAX) guards
82 https://bugs.webkit.org/show_bug.cgi?id=156384
84 Reviewed by Ryosuke Niwa.
86 * Source/cmake/WebKitFeatures.cmake:
88 2016-04-07 Dean Jackson <dino@apple.com>
90 [iOS] Play button on video is too dark
91 https://bugs.webkit.org/show_bug.cgi?id=156383
92 <rdar://problem/23540816>
94 Reviewed by Simon Fraser.
96 Add a manual test for iOS that shows the expected appearance
97 of a video element. Unfortunately, due to the way we take
98 snapshots on iOS within our test runner, we don't get the
99 platform blurring effect, which means an automated test
102 * ManualTests/ios/start-playback-button-appearance-expected.html: Added.
103 * ManualTests/ios/start-playback-button-appearance.html: Added.
105 2016-04-06 Alex Christensen <achristensen@webkit.org>
107 Fix CMake DumpRenderTree
108 https://bugs.webkit.org/show_bug.cgi?id=156305
110 Reviewed by Daniel Bates.
112 * Source/cmake/OptionsMac.cmake:
114 2016-04-05 Alex Christensen <achristensen@webkit.org>
116 Make CMake-generated binaries on Mac able to run
117 https://bugs.webkit.org/show_bug.cgi?id=156268
119 Reviewed by Daniel Bates.
121 * Source/cmake/OptionsMac.cmake:
123 2016-04-04 Alejandro G. Castro <alex@igalia.com>
125 REGRESSION(r198492): [GTK] The WEB_RTC flag was not correctly added in some situations
126 https://bugs.webkit.org/show_bug.cgi?id=156164
128 Reviewed by Philippe Normand.
130 Remove double space in the error message when openwebrtc is not present.
132 * Source/cmake/OptionsGTK.cmake:
134 2016-04-03 Carlos Garcia Campos <cgarcia@igalia.com>
136 Unreviewed. Bump GTK+ versions numbers.
138 * Source/cmake/OptionsGTK.cmake:
140 2016-03-31 Daniel Bates <dabates@apple.com>
142 tool tip/alt. text appears when mouse is no longer hovering over link
143 https://bugs.webkit.org/show_bug.cgi?id=24427
144 <rdar://problem/8045235>
146 Reviewed by Antonio Gomes.
148 Although the bug no longer reproduces, add a manual test that can be used to determine if a
149 tooltip for a hyperlink is shown when the cursor no longer hovers over it.
151 * ManualTests/tooltip-when-mouse-not-directly-over-hyperlink.html: Added.
153 2016-03-29 Commit Queue <commit-queue@webkit.org>
155 Unreviewed, rolling out r198781.
156 https://bugs.webkit.org/show_bug.cgi?id=155986
158 broke windows clean build (Requested by alexchristensen on
163 "[Win] CMake seems to build all generated files every time"
164 https://bugs.webkit.org/show_bug.cgi?id=155872
165 http://trac.webkit.org/changeset/198781
167 2016-03-29 Brent Fulgham <bfulgham@apple.com>
169 [Win] CMake seems to build all generated files every time
170 https://bugs.webkit.org/show_bug.cgi?id=155872
172 Reviewed by Alex Christensen.
174 This seems to be caused by Visual Studio being unhappy receiving multiple output targets
175 for its custom build rules. If I limit the output to just the header file on Windows, the
176 dependency check seems to do the right thing.
178 * Source/cmake/WebKitMacros.cmake:
180 2016-03-28 Alex Christensen <achristensen@webkit.org>
182 Fix Mac Ninja build after r198766.
184 * Source/cmake/WebKitMacros.cmake:
185 WebCore_DERIVED_SOURCES are intentionally in a separate library to reduce linker line length.
186 This is now only specific to WebKit2_DERIVED_SOURCES, so I'm moving it there.
188 2016-03-28 Alex Christensen <achristensen@webkit.org>
190 Fix Windows build after r198766.
192 * Source/cmake/WebKitMacros.cmake:
193 Use the filename from the cpp so that WebCorePrefix.cpp and WebCoreDerivedSourcesPrefix.cpp
194 generate unique .pch files, even though they both include WebCorePrefix.h
196 2016-03-28 Alex Christensen <achristensen@webkit.org>
198 Fix Ninja build on Mac
199 https://bugs.webkit.org/show_bug.cgi?id=151399
201 Reviewed by Darin Adler.
203 * Source/CMakeLists.txt:
204 * Source/cmake/WebKitMacros.cmake:
206 2016-03-27 Daniel Bates <dabates@apple.com>
208 WebKit.xcworkspace "All Source" scheme always copies OS X WebKitSystemInterface libraries
209 https://bugs.webkit.org/show_bug.cgi?id=155889
211 Reviewed by Alexey Proskuryakov.
213 Fixes an issue where building the "All Source" scheme in WebKit.xcworkspace would
214 always copy the OS X WebKitSystemInterface libraries regardless of the selected
215 base SDK. In particular, it would copy the OS X WebKitSystemInterface libraries
216 when building with SDK iphonesimulator. WebKit.xcworkspace should copy the SDK-
217 specific WebKitSystemInterface libraries.
219 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
221 2016-03-25 Brady Eidson <beidson@apple.com>
223 Soften push/replaceState frequency restrictions.
224 <rdar://problem/25228439> and https://bugs.webkit.org/show_bug.cgi?id=155901
226 Rubber-stamped by Timothy Hatcher.
228 * ManualTests/state-objects-time-limit.html: Added.
230 2016-03-25 Daniel Bates <dabates@apple.com>
232 REGRESSION (r197358): WebKitSystemInterface.h copied into directory named "--llvm"
233 https://bugs.webkit.org/show_bug.cgi?id=155838
235 Reviewed by Alexey Proskuryakov.
237 Do not pass command line flag --llvm when calling script copy-webkitlibraries-to-product-directory
238 to avoid copying the WebKitSystemInterface libraries to an incorrect location. The --llvm flag was
239 removed from copy-webkitlibraries-to-product-directory in <http://trac.webkit.org/changeset/197358>.
241 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
243 2016-03-25 Bill Ming <mbbill@gmail.com>
245 Detect correct number of processors on windows
246 https://bugs.webkit.org/show_bug.cgi?id=155884
248 Reviewed by Alex Christensen.
250 * Tools/Scripts/run-jsc-stress-tests:
252 2016-03-25 Brent Fulgham <bfulgham@apple.com>
254 [Win] Improve CMake build performance
255 https://bugs.webkit.org/show_bug.cgi?id=155871
256 <rdar://problem/24747822>
258 Reviewed by Alex Christensen.
260 Add a flag to the PROCESS_ALLINONE_FILE macro so that it does not remove
261 the files contained in the passed all-in-one file, since this breaks
262 dependency checking and generation of the derived sources from the IDL.
263 Instead, include the header files in the project so that all files get
266 * Source/cmake/WebKitMacros: Updated for 'DerivedSources.cpp' use case.
268 2016-03-25 Konstantin Tokarev <annulen@yandex.ru>
270 Turned on ENABLE_REQUEST_ANIMATION_FRAME by default for any port.
271 https://bugs.webkit.org/show_bug.cgi?id=155882
273 Reviewed by Michael Catanzaro.
275 It was already enabled in all trunk ports, and is required for
276 WebInspectorUI to work.
278 * Source/cmake/OptionsGTK.cmake: Removed duplication of default value.
279 * Source/cmake/OptionsMac.cmake: Ditto.
280 * Source/cmake/WebKitFeatures.cmake: Turned
281 ENABLE_REQUEST_ANIMATION_FRAME ON.
283 2016-03-24 Bill Ming <mbbill@gmail.com>
285 Determine architecture for running jsc stress tests on windows
286 https://bugs.webkit.org/show_bug.cgi?id=155840
288 Reviewed by Alex Christensen.
290 * Tools/Scripts/run-jsc-stress-tests:
292 2016-03-23 Bill Ming <mbbill@gmail.com>
294 Fixed ninja build path.
295 https://bugs.webkit.org/show_bug.cgi?id=155796
297 Reviewed by Alex Christensen.
299 * Tools/Scripts/build-webkit:
301 2016-03-21 Eric Carlson <eric.carlson@apple.com>
303 Add a WebRTC specific compile flag
304 https://bugs.webkit.org/show_bug.cgi?id=155663
306 Reviewed by Jer Noble.
308 * Source/cmake/OptionsEfl.cmake:
309 * Source/cmake/OptionsGTK.cmake:
310 * Source/cmake/WebKitFeatures.cmake:
312 2016-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
314 Unreviewed, missing SET_AND_EXPOSE_TO_BUILD for USE_UDIS86 in JSCOnly port
315 https://bugs.webkit.org/show_bug.cgi?id=155628
317 * Source/cmake/OptionsJSCOnly.cmake:
319 2016-03-17 Yusuke Suzuki <utatane.tea@gmail.com>
321 [JSCOnly] Enable udis86
322 https://bugs.webkit.org/show_bug.cgi?id=155628
324 Reviewed by Carlos Garcia Campos.
326 Enable udis86 for disassembler. The current flag name is incorrect.
328 * Source/cmake/OptionsJSCOnly.cmake:
330 2016-03-14 Konstantin Tokarev <annulen@yandex.ru>
332 Restored ENABLE_WEBCORE option and used it in JSCOnly port.
333 https://bugs.webkit.org/show_bug.cgi?id=155428
335 Reviewed by Michael Catanzaro.
337 This is a partial revert of r182624.
340 * Source/CMakeLists.txt:
341 * Source/cmake/OptionsJSCOnly.cmake:
342 * Source/cmake/WebKitFS.cmake:
344 2016-03-13 Joseph Pecoraro <pecoraro@apple.com>
346 Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
347 https://bugs.webkit.org/show_bug.cgi?id=155417
349 Reviewed by Yusuke Suzuki.
351 * Source/cmake/OptionsWin.cmake:
352 * Source/cmake/WebKitFeatures.cmake:
353 * Source/cmake/tools/vsprops/FeatureDefines.props:
354 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
356 2016-03-13 Konstantin Tokarev <annulen@yandex.ru>
358 Added new port JSCOnly.
359 https://bugs.webkit.org/show_bug.cgi?id=154512
361 Reviewed by Michael Catanzaro.
363 This port allows to build JavaScriptCore engine with minimal
367 * Source/cmake/OptionsJSCOnly.cmake: Added.
369 2016-03-12 Myles C. Maxfield <mmaxfield@apple.com>
371 Delete dead SVG Font code
372 https://bugs.webkit.org/show_bug.cgi?id=154718
374 Reviewed by Antti Koivisto.
376 * Source/cmake/OptionsEfl.cmake:
377 * Source/cmake/OptionsWin.cmake:
378 * Source/cmake/WebKitFeatures.cmake:
379 * Source/cmake/tools/vsprops/FeatureDefines.props:
380 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
382 2016-03-12 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
384 [GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
385 https://bugs.webkit.org/show_bug.cgi?id=152650
387 Reviewed by Carlos Garcia Campos.
389 * Source/cmake/OptionsGTK.cmake:
391 2016-03-10 Frederic Wang <fwang@igalia.org>
393 [GTK] Add support for WOFF2
394 https://bugs.webkit.org/show_bug.cgi?id=152616
396 Reviewed by Carlos Garcia Campos.
398 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
399 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
401 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
403 [cmake] Fixed All-in-One build.
404 https://bugs.webkit.org/show_bug.cgi?id=155241
406 Reviewed by Csaba Osztrogonác.
408 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
409 not removed in PROCESS_ALLINONE_FILE.
411 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
413 [EFL] Enable the SVG -> OTF Font Converter
414 https://bugs.webkit.org/show_bug.cgi?id=155192
416 Reviewed by Gyuyoung Kim.
418 * Source/cmake/OptionsEfl.cmake:
420 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
422 [GTK] Enable the SVG -> OTF Font Converter
423 https://bugs.webkit.org/show_bug.cgi?id=155191
425 Reviewed by Martin Robinson.
427 * Source/cmake/OptionsGTK.cmake:
429 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
431 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
433 * Source/cmake/OptionsEfl.cmake:
434 * Source/cmake/OptionsGTK.cmake:
436 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
438 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
439 https://bugs.webkit.org/show_bug.cgi?id=154651
441 Reviewed by Alex Christensen.
443 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
444 CMake's PRE_BUILD COMMAND feature because the latter actually
445 generates pre-link target instead of pre-build.
447 2016-03-01 Alex Christensen <achristensen@webkit.org>
449 Reduce size of internal windows build output
450 https://bugs.webkit.org/show_bug.cgi?id=154763
452 Reviewed by Brent Fulgham.
454 * Source/cmake/OptionsWin.cmake:
456 2016-03-01 Commit Queue <commit-queue@webkit.org>
458 Unreviewed, rolling out r197056.
459 https://bugs.webkit.org/show_bug.cgi?id=154870
461 broke win ews (Requested by alexchristensen on #webkit).
465 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
466 https://bugs.webkit.org/show_bug.cgi?id=154651
467 http://trac.webkit.org/changeset/197056
469 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
471 [cmake] Allow using FindGLIB in case glib is optional dependency.
472 https://bugs.webkit.org/show_bug.cgi?id=154796
474 Reviewed by Michael Catanzaro.
476 FindGLIB caused internal CMake error in case glibconfig.h is not
479 * Source/cmake/FindGLIB.cmake:
481 2016-02-29 Commit Queue <commit-queue@webkit.org>
483 Unreviewed, rolling out r197297.
484 https://bugs.webkit.org/show_bug.cgi?id=154810
486 This change broke build of GTK from scratch (Requested by
491 "[cmake] Allow using FindGLIB in case glib is optional
493 https://bugs.webkit.org/show_bug.cgi?id=154796
494 http://trac.webkit.org/changeset/197297
496 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
498 [cmake] Allow using FindGLIB in case glib is optional dependency.
499 https://bugs.webkit.org/show_bug.cgi?id=154796
501 Reviewed by Michael Catanzaro.
503 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
506 * Source/cmake/FindGLIB.cmake:
508 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
510 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
511 https://bugs.webkit.org/show_bug.cgi?id=143402
513 Reviewed by Alex Christensen.
515 Turn on by default, and turn on for Windows.
517 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
519 * Source/cmake/OptionsWin.cmake:
520 * Source/cmake/WebKitFeatures.cmake:
522 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
524 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
525 https://bugs.webkit.org/show_bug.cgi?id=151688
527 Reviewed by Dean Jackson.
529 Enables the WEB_ANIMATIONS compiler switch.
531 * Source/cmake/OptionsWin.cmake:
533 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
535 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
536 https://bugs.webkit.org/show_bug.cgi?id=154651
538 Reviewed by Alex Christensen.
540 * Source/cmake/WebKitMacros.cmake:
542 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
544 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
545 https://bugs.webkit.org/show_bug.cgi?id=154450
547 Reviewed by Alex Christensen.
549 * Source/cmake/WebKitMacros.cmake:
551 2016-02-18 Philippe Normand <pnormand@igalia.com>
553 [GStreamer] Bump internal jhbuild versions to 1.6.3
554 https://bugs.webkit.org/show_bug.cgi?id=149594
556 Reviewed by Michael Catanzaro.
558 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
560 2016-02-18 Anders Carlsson <andersca@apple.com>
562 Get rid of the "All Source (target WebProcess)" scheme.
564 Rubber-stamped by Dan Bernstein.
566 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
568 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
570 [CMake] Remove LLVM support
571 https://bugs.webkit.org/show_bug.cgi?id=154370
573 Reviewed by Csaba Osztrogonác.
575 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
576 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
577 but for the time being this is dead code.
579 * Source/cmake/FindLLVM.cmake: Removed.
580 * Source/cmake/OptionsCommon.cmake:
582 2016-02-18 Joonghun Park <jh718.park@samsung.com>
584 [CMake] Remove meaningless conditional statements in CMakeLists.txt
585 https://bugs.webkit.org/show_bug.cgi?id=153778
587 Reviewed by Csaba Osztrogonác.
590 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
591 And remove conditional statements which has enclosed these one
592 because they don't have meaning anymore.
594 2016-02-15 Alex Christensen <achristensen@webkit.org>
596 Re-enable INTL on WinCairo
597 https://bugs.webkit.org/show_bug.cgi?id=154256
599 Reviewed by Michael Catanzaro.
601 * Source/cmake/OptionsWin.cmake:
602 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
604 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
606 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
607 https://bugs.webkit.org/show_bug.cgi?id=154165
609 Reviewed by Alex Christensen.
611 * Source/cmake/OptionsEfl.cmake:
612 * Source/cmake/OptionsGTK.cmake:
614 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
616 [cmake] Consolidate TextureMapper file and include dir lists.
617 https://bugs.webkit.org/show_bug.cgi?id=154106
619 Reviewed by Michael Catanzaro.
621 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
623 * Source/cmake/OptionsWinCairo.cmake: Ditto.
625 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
627 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
628 https://bugs.webkit.org/show_bug.cgi?id=154033
630 Reviewed by Michael Catanzaro.
632 * Source/cmake/WebKitFeatures.cmake:
634 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
636 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
638 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
640 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
642 [GTK][EFL] Enable SamplingProfiler
643 https://bugs.webkit.org/show_bug.cgi?id=153638
645 Reviewed by Michael Catanzaro.
647 Enable SamplingProfiler in GTK and EFL.
648 And added option to CMake to switch this from the build command.
650 * Source/cmake/OptionsEfl.cmake:
651 * Source/cmake/OptionsGTK.cmake:
652 * Source/cmake/WebKitFeatures.cmake:
654 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
656 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
657 https://bugs.webkit.org/show_bug.cgi?id=153961
659 Reviewed by Michael Catanzaro.
661 * Source/cmake/OptionsCommon.cmake:
662 * Source/cmake/OptionsEfl.cmake:
663 * Source/cmake/OptionsGTK.cmake:
665 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
667 Unreviewed non X86_64 buildfix after r196077.
669 * Source/cmake/OptionsEfl.cmake:
670 * Source/cmake/OptionsGTK.cmake:
672 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
674 [GTK][EFL] Switch FTL to B3
675 https://bugs.webkit.org/show_bug.cgi?id=153478
677 Reviewed by Csaba Osztrogonác.
679 * Source/cmake/OptionsEfl.cmake:
680 * Source/cmake/OptionsGTK.cmake:
682 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
684 Unreviewed attempt to fix Mac CMake build after r195999.
686 * Source/cmake/OptionsMac.cmake:
687 * Source/cmake/WebKitFeatures.cmake:
688 Add ENABLE_RESOURCE_USAGE to CMake builds.
690 2016-02-02 Alejandro G. Castro <alex@igalia.com>
692 [GTK][EFL] Upgrade OpenWebRTC dependency
693 https://bugs.webkit.org/show_bug.cgi?id=153489
695 Reviewed by Philippe Normand.
697 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
698 required to make the mediastream work.
700 2016-02-01 Alex Christensen <achristensen@webkit.org>
702 [Win] WTFHeaderDetection.h no longer needed
703 https://bugs.webkit.org/show_bug.cgi?id=153753
704 rdar://problem/24434627
706 Reviewed by Darin Adler.
708 * Source/cmake/WebKitFS.cmake:
710 2016-01-31 Joonghun Park <jh718.park@samsung.com>
712 [EFL] All API tests are broken on 15.10
713 https://bugs.webkit.org/show_bug.cgi?id=153528
715 Reviewed by Gyuyoung Kim.
717 * CMakeLists.txt: Having include(WebKitCommon) statement follow
718 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
720 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
722 Enable SamplingProfiler on POSIX environment
723 https://bugs.webkit.org/show_bug.cgi?id=153584
725 Reviewed by Michael Saboff.
727 Add features.h header check. It will define __GLIBC__.
729 * Source/cmake/OptionsCommon.cmake:
731 2016-01-27 Alexey Proskuryakov <ap@apple.com>
733 Remove ENABLE_CURRENTSRC
734 https://bugs.webkit.org/show_bug.cgi?id=153545
736 Reviewed by Simon Fraser.
738 * Source/cmake/OptionsEfl.cmake:
739 * Source/cmake/OptionsGTK.cmake:
740 * Source/cmake/OptionsMac.cmake:
741 * Source/cmake/OptionsWin.cmake:
742 * Source/cmake/WebKitFeatures.cmake:
743 * Source/cmake/tools/vsprops/FeatureDefines.props:
744 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
746 2016-01-25 Alex Christensen <achristensen@webkit.org>
748 Fix internal Windows build
749 https://bugs.webkit.org/show_bug.cgi?id=153469
751 Reviewed by Brent Fulgham.
753 * Source/cmake/WebKitMacros.cmake:
754 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
756 2016-01-23 Aaron Chu <arona.chu@gmail.com>
758 Web Inspector: AXI: node-link-list should be collapsible
759 https://bugs.webkit.org/show_bug.cgi?id=130911
761 Added a manual test to test the node list in the Accessibility Inspector
763 Reviewed by Timothy Hatcher.
765 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
767 2016-01-22 Alex Christensen <achristensen@webkit.org>
769 Fix internal Windows build
770 https://bugs.webkit.org/show_bug.cgi?id=153385
771 rdar://problem/24310408
773 Reviewed by Brian Weinstein.
775 * Source/cmake/WinTools.make:
776 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
777 These property sheets are needed for some projects that are not in this repository
778 and don't use CMake in the official build. We want to leave them unchanged for now.
780 2016-01-22 Alex Christensen <achristensen@webkit.org>
782 Only set CMake output directories if they aren't already set
783 https://bugs.webkit.org/show_bug.cgi?id=153373
785 Reviewed by Michael Catanzaro.
788 r195242 caused Windows builds to copy files to bin instead of bin64.
789 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
790 This also makes it so you can set these variables by command line.
792 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
794 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
796 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
798 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
800 [CMake] Duplicate attempts to find software during cmake stage
801 https://bugs.webkit.org/show_bug.cgi?id=153211
803 Reviewed by Martin Robinson.
805 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
806 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
808 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
810 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
811 https://bugs.webkit.org/show_bug.cgi?id=153190
813 Reviewed by Csaba Osztrogonác.
815 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
817 * Source/CMakeLists.txt:
818 * Source/cmake/OptionsWin.cmake:
820 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
822 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
824 https://bugs.webkit.org/show_bug.cgi?id=153117
826 Reviewed by Michael Catanzaro.
828 * Source/cmake/OptionsGTK.cmake:
830 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
832 [CMake] Do not use LLVM static libraries for FTL JIT
833 https://bugs.webkit.org/show_bug.cgi?id=151559
835 Reviewed by Michael Catanzaro.
837 Also export LLVM_LIBRARIES variable that can be used to prefer
838 linking to the llvm dynamic libraries.
840 * Source/cmake/FindLLVM.cmake:
842 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
844 [GTK] Add comments above options declarations in OptionsGTK.cmake
845 https://bugs.webkit.org/show_bug.cgi?id=153074
847 Reviewed by Martin Robinson.
849 * Source/cmake/OptionsGTK.cmake:
851 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
853 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
855 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
857 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
859 Add a build flag for custom element
860 https://bugs.webkit.org/show_bug.cgi?id=153005
862 Reviewed by Alex Christensen.
864 * Source/cmake/OptionsEfl.cmake:
865 * Source/cmake/OptionsWin.cmake:
866 * Source/cmake/WebKitFeatures.cmake:
868 2016-01-08 Alex Christensen <achristensen@webkit.org>
870 Fix internal Windows build
871 https://bugs.webkit.org/show_bug.cgi?id=152937
873 Reviewed by Brent Fulgham.
875 * Source/cmake/WebKitCommon.cmake:
876 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
877 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
878 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
879 set PATH=%SystemDrive%\cygwin\bin;%PATH%
881 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
883 [EFL] Set WebKit2 process output name
884 https://bugs.webkit.org/show_bug.cgi?id=152773
886 Reviewed by Benjamin Poulain.
888 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
889 So this patch sets wk2 process output name.
891 * Source/cmake/OptionsEfl.cmake:
893 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
895 [CMake] Remove USE_UDIS86 variable
896 https://bugs.webkit.org/show_bug.cgi?id=152731
898 Reviewed by Gyuyoung Kim.
900 Remove the USE_UDIS86 variable in CMake files. The specific build guard
901 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
902 in CMake isn't required anymore. The Udis86-specific files have to be
903 built unconditionally now, though.
905 * Source/cmake/OptionsEfl.cmake:
906 * Source/cmake/OptionsGTK.cmake:
907 * Source/cmake/OptionsMac.cmake:
909 2016-01-04 Alex Christensen <achristensen@webkit.org>
911 Fix Mac CMake build after r194454.
913 * Source/cmake/OptionsMac.cmake:
914 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
915 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
917 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
919 [GTK][CMake] Do not override default values of build options with the default value
920 https://bugs.webkit.org/show_bug.cgi?id=152615
922 Reviewed by Martin Robinson.
924 Override the default value of build options only when the default value for the GTK+ port
925 is actually different than the default value in WebKitFeatures.cmake. This way we don't
926 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
927 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
929 * Source/cmake/OptionsGTK.cmake:
931 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
933 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
934 https://bugs.webkit.org/show_bug.cgi?id=144069
936 Reviewed by Martin Robinson.
938 * Source/cmake/OptionsWin.cmake:
939 Do not set options that no longer exist.
940 * Source/cmake/WebKitFeatures.cmake:
941 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
942 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
943 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
944 no CMake port was using it.
946 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
948 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
949 https://bugs.webkit.org/show_bug.cgi?id=152611
951 Reviewed by Martin Robinson.
953 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
954 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
955 not to the DOM bindings generator, for example).
957 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
958 called after WEBKIT_OPTION_END, they don't do anything.
960 Add error checking to catch these bugs.
962 * Source/cmake/WebKitFeatures.cmake:
964 2015-12-30 Philippe Normand <pnormand@igalia.com>
966 [GTK][Mac] Disable gtk-doc
967 https://bugs.webkit.org/show_bug.cgi?id=150798
969 Reviewed by Michael Catanzaro.
971 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
972 link error on Mac, so for now disable gtk-doc support on that
974 * Source/cmake/OptionsGTK.cmake: Ditto.
976 2015-12-23 Andy VanWagoner <andy@instructure.com>
978 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
979 https://bugs.webkit.org/show_bug.cgi?id=147603
981 Reviewed by Benjamin Poulain.
983 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
985 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
987 [Fetch API] Add fetch API compile time flag
988 https://bugs.webkit.org/show_bug.cgi?id=152254
990 Reviewed by Darin Adler.
992 * Source/cmake/OptionsWin.cmake:
993 * Source/cmake/WebKitFeatures.cmake:
995 2015-12-10 Brent Fulgham <bfulgham@apple.com>
997 [Win] Support building under Cygwin or native Perl
998 https://bugs.webkit.org/show_bug.cgi?id=152145
999 <rdar://problem/23839868>
1001 Reviewed by David Kilzer.
1003 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
1007 2015-12-09 Daniel Bates <dabates@apple.com>
1009 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
1010 https://bugs.webkit.org/show_bug.cgi?id=151840
1011 <rdar://problem/23753931>
1013 Reviewed by Simon Fraser.
1015 Add a manual test that can be used to verify that we suspend dispatching device motion and
1016 device orientation events when the page is hidden.
1018 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
1021 (handleVisibilityChange):
1022 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
1024 2015-12-07 Alex Christensen <achristensen@webkit.org>
1026 Fix internal Windows build
1027 https://bugs.webkit.org/show_bug.cgi?id=151950
1029 Reviewed by Brent Fulgham.
1031 * Source/cmake/tools/scripts/auto-version.pl:
1033 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
1035 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
1036 https://bugs.webkit.org/show_bug.cgi?id=150792
1038 Reviewed by Saam Barati.
1040 * Source/cmake/OptionsWin.cmake:
1041 * Source/cmake/WebKitFeatures.cmake:
1043 2015-12-01 Commit Queue <commit-queue@webkit.org>
1045 Unreviewed, rolling out r192914.
1046 https://bugs.webkit.org/show_bug.cgi?id=151734
1048 JSC tests for this change are failing on 32 and 64-bit bots
1049 (Requested by ryanhaddad on #webkit).
1053 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
1054 enable this feature"
1055 https://bugs.webkit.org/show_bug.cgi?id=150792
1056 http://trac.webkit.org/changeset/192914
1058 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
1060 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
1061 https://bugs.webkit.org/show_bug.cgi?id=150792
1063 Reviewed by Saam Barati.
1065 * Source/cmake/OptionsWin.cmake:
1066 * Source/cmake/WebKitFeatures.cmake:
1068 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
1070 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
1072 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1074 2015-11-20 Alex Christensen <achristensen@webkit.org>
1076 Remove NETWORK_PROCESS compile flag
1077 https://bugs.webkit.org/show_bug.cgi?id=151512
1079 Reviewed by Tim Horton.
1081 * Source/cmake/OptionsEfl.cmake:
1082 * Source/cmake/OptionsGTK.cmake:
1083 * Source/cmake/OptionsMac.cmake:
1084 * Source/cmake/WebKitFeatures.cmake:
1086 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
1088 [EFL] Enable FTL JIT by default on X86_64
1089 https://bugs.webkit.org/show_bug.cgi?id=143822
1091 Reviewed by Carlos Garcia Campos.
1093 * Source/cmake/OptionsEfl.cmake:
1095 2015-11-19 Commit Queue <commit-queue@webkit.org>
1097 Unreviewed, rolling out r192667 and r192668.
1098 https://bugs.webkit.org/show_bug.cgi?id=151476
1100 broke api tests (Requested by alexchristensen on #webkit).
1102 Reverted changesets:
1104 "Remove the non-NetworkProcess configurations"
1105 https://bugs.webkit.org/show_bug.cgi?id=151418
1106 http://trac.webkit.org/changeset/192667
1108 "Fix GTK Build after r192667."
1109 http://trac.webkit.org/changeset/192668
1111 2015-11-19 Alex Christensen <achristensen@webkit.org>
1113 Remove the non-NetworkProcess configurations
1114 https://bugs.webkit.org/show_bug.cgi?id=151418
1116 Reviewed by Geoffrey Garen.
1118 * Source/cmake/OptionsEfl.cmake:
1119 * Source/cmake/OptionsGTK.cmake:
1120 * Source/cmake/OptionsMac.cmake:
1121 * Source/cmake/WebKitFeatures.cmake:
1123 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
1125 REGRESSION(r192459): [GTK] User agent string is broken after r192459
1126 https://bugs.webkit.org/show_bug.cgi?id=151347
1128 Reviewed by Žan Doberšek.
1130 Pass UA version numbers as strings to the build.
1132 * Source/cmake/OptionsGTK.cmake:
1134 2015-11-16 Alex Christensen <achristensen@webkit.org>
1136 Fix CMake build and make PluginProcess executable
1137 https://bugs.webkit.org/show_bug.cgi?id=151332
1139 Reviewed by Tim Horton.
1141 * Source/cmake/OptionsMac.cmake:
1143 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
1145 [GTK] Use FTL by default when LLVM 3.7 is available
1146 https://bugs.webkit.org/show_bug.cgi?id=142128
1148 Reviewed by Csaba Osztrogonác.
1150 Enable FTL by default when architecture is X86_64. It requires
1151 LLVM 3.7, but can be disabled manually as a cmake configure
1154 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
1155 available if the metapackage is installed and it points to
1156 llvm-config-3.5. So, here we check first if the llvm-config is
1157 from a recent enough version, and if not we check several
1158 llvm-config-<version> programs, so this should work on any distro.
1159 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
1160 target architecture is X86_64, and check the LLVM is at least
1161 3.7. The option is now public, since we want people to be able to
1162 disable it manually.
1164 2015-11-11 Anders Carlsson <andersca@apple.com>
1166 Enable cross-platform context menus by default
1167 https://bugs.webkit.org/show_bug.cgi?id=151173
1169 Reviewed by Tim Horton.
1171 * Source/cmake/OptionsEfl.cmake:
1173 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
1175 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
1176 https://bugs.webkit.org/show_bug.cgi?id=150972
1178 Reviewed by Darin Adler.
1180 * Source/cmake/OptionsMac.cmake:
1181 * Source/cmake/WebKitFeatures.cmake:
1183 2015-11-11 Philippe Normand <pnormand@igalia.com>
1185 [GTK][Mac] don't install .frameworks
1186 https://bugs.webkit.org/show_bug.cgi?id=151136
1188 Reviewed by Alex Christensen.
1190 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
1192 2015-11-10 Pranjal Jumde <pjumde@apple.com>
1194 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1195 https://bugs.webkit.org/show_bug.cgi?id=150252
1196 <rdar://problem/23149470>
1198 Reviewed by Brent Fulgham.
1201 * Source/WebCore/editing/ios/EditorIOS.mm
1202 * Source/WebCore/editing/mac/EditorMac.mm
1203 In Editor::fontForSelection moved the node removal code, so that the
1204 node is only removed if style is not NULL.
1205 * Source/WebCore/editing/cocoa/EditorCocoa.mm
1206 In Editor::styleForSelectionStart checking if the parentNode can
1207 accept the styleElement node.
1208 * LayoutTests/editing/execCommand/150252.xhtml
1209 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1210 * LayoutTests/editing/execCommand/150252-expected.txt
1211 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1213 2015-11-09 Pranjal Jumde <pjumde@apple.com>
1215 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1216 https://bugs.webkit.org/show_bug.cgi?id=150252
1217 <rdar://problem/23149470>
1219 Reviewed by Brent Fulgham.
1221 * Source/WebCore/editing/ios/EditorIOS.mm
1222 * Source/WebCore/editing/mac/EditorMac.mm
1223 In Editor::fontForSelection moved the node removal code, so that the
1224 node is only removed if style is not NULL.
1225 * LayoutTests/editing/execCommand/150252.xhtml
1226 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1227 * LayoutTests/editing/execCommand/150252-expected.txt
1228 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1230 2015-11-06 Daniel Bates <dabates@apple.com>
1232 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
1233 https://bugs.webkit.org/show_bug.cgi?id=150849
1235 Reviewed by Alexey Proskuryakov.
1237 Add support for overriding the user-provided arguments SDKROOT and ARCHS
1238 on a per Makefile basis.
1242 2015-11-06 Philippe Normand <pnormand@igalia.com>
1244 Unreviewed, GTK build fix after r192095.
1246 * Source/cmake/FindGTK3.cmake:
1248 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
1250 [GTK] Re-enable Quartz backend on cmake build system
1251 https://bugs.webkit.org/show_bug.cgi?id=144561
1253 Reviewed by Philippe Normand.
1255 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
1256 the presence of of gtk+-quartz-3.0 module.
1257 * Source/cmake/OptionsGTK.cmake: Reintroduce the
1258 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
1259 GTK+ Quartz backend on OS X.
1261 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1263 Add runtime and compile time flags for enabling Web Animations API and model.
1264 https://bugs.webkit.org/show_bug.cgi?id=150914
1266 Reviewed by Benjamin Poulain.
1268 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
1270 * Source/cmake/OptionsWin.cmake:
1271 * Source/cmake/WebKitFeatures.cmake:
1273 2015-11-03 Brent Fulgham <bfulgham@apple.com>
1275 [Win] CMake build update.
1277 Rubberstamped by Tim Horton.
1279 * Source/PlatformWin.cmake: Add internal tool to build
1280 rules for internal use.
1282 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
1284 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
1286 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1288 2015-11-02 Philippe Normand <pnormand@igalia.com>
1290 [Mac][GTK] Disable Ninja response file support
1291 https://bugs.webkit.org/show_bug.cgi?id=150801
1293 Reviewed by Alex Christensen.
1295 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
1296 support response files, so instruct Ninja to not generate those.
1298 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
1300 Fix the FTL JIT build with system LLVM on Linux
1301 https://bugs.webkit.org/show_bug.cgi?id=150795
1303 Reviewed by Filip Pizlo.
1305 * Source/cmake/FindLLVM.cmake:
1307 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
1309 Unreviewed. Bump GTK+ versions numbers.
1311 * Source/cmake/OptionsGTK.cmake:
1313 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
1315 [ES6] Support Generator Syntax
1316 https://bugs.webkit.org/show_bug.cgi?id=150769
1318 Reviewed by Geoffrey Garen.
1320 Added ENABLE_ES6_GENERATORS flag.
1322 * Source/cmake/OptionsWin.cmake:
1323 * Source/cmake/WebKitFeatures.cmake:
1325 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1327 [EFL] Add Shadow DOM feature
1328 https://bugs.webkit.org/show_bug.cgi?id=150611
1330 Reviewed by Csaba Osztrogonác.
1332 * Source/cmake/OptionsEfl.cmake:
1333 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
1335 2015-10-29 Alex Christensen <achristensen@webkit.org>
1338 https://bugs.webkit.org/show_bug.cgi?id=150686
1340 Reviewed by Filip Pizlo.
1342 * Source/cmake/WebKitMacros.cmake:
1344 2015-10-28 Alex Christensen <achristensen@webkit.org>
1346 Compile and link with CMake on Mac
1347 https://bugs.webkit.org/show_bug.cgi?id=150632
1349 Reviewed by Tim Horton.
1351 * Source/cmake/OptionsMac.cmake:
1353 2015-10-26 Dana Burkart <dburkart@apple.com>
1355 `make analyze` should build using the debug configuration
1356 https://bugs.webkit.org/show_bug.cgi?id=150571
1358 Reviewed by Lucas Forschler.
1362 2015-10-26 Philippe Normand <pnormand@igalia.com>
1364 Unreviewed, rolling out r191576.
1366 broke the http/tests/media tests
1370 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
1371 https://bugs.webkit.org/show_bug.cgi?id=149594
1372 http://trac.webkit.org/changeset/191576
1374 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
1376 [GStreamer] Bump internal jhbuild versions to 1.6.0
1377 https://bugs.webkit.org/show_bug.cgi?id=149594
1379 Reviewed by Philippe Normand.
1381 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
1383 * Source/cmake/FindGStreamer.cmake:
1385 2015-10-22 Philippe Normand <pnormand@igalia.com>
1387 [GTK][Mac] ICU-related build fixes
1388 https://bugs.webkit.org/show_bug.cgi?id=150032
1390 Rubber-stamped by Darin Adler.
1392 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
1394 2015-10-20 Yoav Weiss <yoav@yoav.ws>
1396 Rename the PICTURE_SIZES flag to CURRENTSRC
1397 https://bugs.webkit.org/show_bug.cgi?id=150275
1399 Reviewed by Dean Jackson.
1401 * Source/cmake/OptionsEfl.cmake:
1402 * Source/cmake/OptionsGTK.cmake:
1403 * Source/cmake/OptionsMac.cmake:
1404 * Source/cmake/OptionsWin.cmake:
1405 * Source/cmake/WebKitFeatures.cmake:
1407 2015-10-14 Tomas Popela <tpopela@redhat.com>
1409 [GTK][EFL] Fix build with cmake 3.4
1410 https://bugs.webkit.org/show_bug.cgi?id=150117
1412 Explicitely include the CheckIncludeFiles module before using
1413 the CHECK_INCLUDE_FILES command.
1415 Reviewed by Žan Doberšek.
1417 * Source/cmake/FindOpenGL.cmake:
1418 * Source/cmake/FindWebP.cmake:
1419 * Source/cmake/OptionsEfl.cmake:
1421 2015-10-13 Dean Jackson <dino@apple.com>
1423 Device motion and orientation should only be visible from the main frame's security origin
1424 https://bugs.webkit.org/show_bug.cgi?id=150072
1425 <rdar://problem/23082036>
1427 Reviewed by Brent Fulgham.
1429 Add a manual test for cross-origin device orientation events, while
1430 we're waiting on the mock client to be supported everywhere.
1432 * ManualTests/deviceorientation-child-frame.html: Added.
1433 * ManualTests/deviceorientation-main-frame-only.html: Added.
1435 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1437 [GTK] OSX linker doesn't understand --whole-archive
1438 https://bugs.webkit.org/show_bug.cgi?id=144557
1440 Reviewed by Martin Robinson.
1442 * Source/cmake/OptionsGTK.cmake: Turn the macro
1443 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1444 because XCode's linker doesn't have the --whole-archive option.
1446 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1448 [GTK] Use --version-script only on Linux
1449 https://bugs.webkit.org/show_bug.cgi?id=144555
1451 Reviewed by Philippe Normand.
1453 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1454 option on Darwin (whose linker doesn't support it.)
1456 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1458 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1459 https://bugs.webkit.org/show_bug.cgi?id=149947
1461 Reviewed by Csaba Osztrogonác.
1463 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1466 * Source/cmake/OptionsMac.cmake:
1467 * Source/cmake/OptionsWin.cmake:
1468 * Source/cmake/WebKitFeatures.cmake:
1470 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1472 Fix ENABLE_OPENGL=OFF builds
1473 https://bugs.webkit.org/show_bug.cgi?id=146511
1475 Reviewed by Darin Adler.
1477 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1478 ENABLE_OPENGL due to EGL usage.
1480 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1482 Convert focused-input-should-assist-on-touch.html into an automated test
1483 https://bugs.webkit.org/show_bug.cgi?id=149724
1485 Reviewed by Simon Fraser.
1487 Remove a manual test that can now be rewritten as an automated test.
1489 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1491 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1493 [Win] Unreviewed CMake build fix.
1495 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1496 and make sure exception handling is turned off.
1498 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1500 [Win] Unreviewed build fix after CMake conversion.
1502 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1504 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1506 [GTK][CMake] Warning about CMP0058
1507 https://bugs.webkit.org/show_bug.cgi?id=149627
1509 Reviewed by Martin Robinson.
1511 Opt-in to the new behavior for CMP0058.
1515 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1517 [Win] Unreviewed build fix for internal systems.
1519 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1520 location for include and link libraries, rather than the system locations.
1522 2015-09-28 Alex Christensen <achristensen@webkit.org>
1524 Build WK1 with CMake on Mac
1525 https://bugs.webkit.org/show_bug.cgi?id=149604
1527 Reviewed by Chris Dumez.
1529 * Source/cmake/OptionsMac.cmake:
1530 * Source/cmake/WebKitMacros.cmake:
1531 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1533 2015-09-25 Alex Christensen <achristensen@webkit.org>
1535 Clean up CMake build on Mac
1536 https://bugs.webkit.org/show_bug.cgi?id=149573
1538 Reviewed by Chris Dumez.
1540 * Source/cmake/OptionsMac.cmake:
1542 2015-09-25 Alex Christensen <achristensen@webkit.org>
1544 [Win] Switch to CMake
1545 https://bugs.webkit.org/show_bug.cgi?id=148111
1547 Reviewed by Brent Fulgham.
1549 * Source/cmake/WinTools.make: Added.
1550 * Source/cmake/tools: Added.
1551 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1552 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1554 2015-09-25 Alex Christensen <achristensen@webkit.org>
1556 Prepare internal AppleWin build for CMake
1557 https://bugs.webkit.org/show_bug.cgi?id=149570
1559 Reviewed by Brent Fulgham.
1561 * Source/PlatformWin.cmake:
1562 Include internal CMake files if they exist.
1564 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1566 Add a file of pointer-lock to cmake ports
1567 https://bugs.webkit.org/show_bug.cgi?id=149453
1569 Reviewed by Csaba Osztrogonác.
1571 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1573 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1575 [CMake] Allow to enable OpenMP support.
1576 https://bugs.webkit.org/show_bug.cgi?id=149457
1578 Reviewed by Csaba Osztrogonác.
1580 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1581 will enable the support for OpenMP. Currently this is only used as
1582 an alternative implementation to native threads for the parallelization
1583 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1584 as it could be also used to enable future features that depend on OpenMP.
1586 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1588 [EFL] Build break when DEVELOPER_MODE is OFF
1589 https://bugs.webkit.org/show_bug.cgi?id=149448
1591 Reviewed by Gyuyoung Kim.
1593 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1595 * Source/cmake/eflsymbols.filter:
1597 2015-09-21 Alex Christensen <achristensen@webkit.org>
1599 Disable PICTURE_SIZES in Windows CMake build like r189745.
1600 https://bugs.webkit.org/show_bug.cgi?id=149125
1602 * Source/cmake/OptionsWin.cmake:
1603 Do the same thing as r189745.
1605 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1607 Removing XHR_TIMEOUT guard
1609 Remove XHR_TIMEOUT compilation guard
1610 https://bugs.webkit.org/show_bug.cgi?id=149260
1612 Reviewed by Benjamin Poulain.
1614 * Source/cmake/OptionsEfl.cmake:
1615 * Source/cmake/OptionsGTK.cmake:
1616 * Source/cmake/OptionsMac.cmake:
1617 * Source/cmake/OptionsWin.cmake:
1618 * Source/cmake/WebKitFeatures.cmake:
1620 2015-09-18 Alex Christensen <achristensen@webkit.org>
1622 Fix tests on Windows after switching to CMake.
1623 https://bugs.webkit.org/show_bug.cgi?id=149339
1625 Reviewed by Brent Fulgham.
1627 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1629 2015-09-17 Alex Christensen <achristensen@webkit.org>
1631 Fix Windows EWS build after r189934.
1633 * Source/cmake/OptionsWin.cmake:
1634 Use WEBKIT_LIBRARIES environment variable if it exists.
1635 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1637 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1639 Add ShadowRoot interface and Element.prototype.attachShadow
1640 https://bugs.webkit.org/show_bug.cgi?id=149187
1642 Reviewed by Antti Koivisto.
1644 * Source/cmake/OptionsGTK.cmake:
1646 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1648 [cmake] Enable debug fission only if it is supported
1649 https://bugs.webkit.org/show_bug.cgi?id=149161
1651 Reviewed by Martin Robinson.
1653 * Source/cmake/OptionsCommon.cmake:
1655 2015-09-14 Alex Christensen <achristensen@webkit.org>
1657 Progress towards CMake on Mac.
1658 https://bugs.webkit.org/show_bug.cgi?id=149123
1660 Reviewed by Chris Dumez.
1662 * Source/cmake/OptionsMac.cmake:
1663 * Source/cmake/WebKitFeatures.cmake:
1664 Defined and enabled some more features needed on Mac.
1665 * Source/cmake/WebKitMacros.cmake:
1666 Objective C bindings need special changes when generating:
1667 Some of the bindings do not generate a .mm file but the header is needed.
1668 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1669 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1671 2015-09-08 Daniel Bates <dabates@apple.com>
1673 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1674 https://bugs.webkit.org/show_bug.cgi?id=74729
1675 <rdar://problem/22550195>
1677 Reviewed by Jon Honeycutt.
1679 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1680 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1682 2015-09-06 Andy Estes <aestes@apple.com>
1684 WebKit.xcworkspace should be be able to build iOS platforms
1685 https://bugs.webkit.org/show_bug.cgi?id=148881
1687 Reviewed by Daniel Bates.
1689 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1690 for all supported platforms.
1692 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1693 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1695 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1697 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1698 photo library uploads a JPEG
1699 https://bugs.webkit.org/show_bug.cgi?id=148849
1701 Reviewed by Daniel Bates.
1703 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1704 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1705 functionality doesn't exist on iOS, so we'll add a manual test.
1706 This tests that the first few bytes of the selected file are "GIF".
1708 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1710 Follow-up patch for r189343.
1711 https://bugs.webkit.org/show_bug.cgi?id=148795
1713 Rubber-stamped by Csaba Osztrogonác.
1715 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1716 to 1.9, since this seems to be enough to fix the build failure.
1717 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1719 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1721 [CMake] Trigger the memory-reduction tricks on armhf too
1722 https://bugs.webkit.org/show_bug.cgi?id=146640
1724 Reviewed by Csaba Osztrogonác.
1726 * Source/cmake/OptionsCommon.cmake:
1727 Activate --no-keep-memory even on armhf to reduce the amount of memory
1728 needed during linking, to avoid out-of-memory failures as much as
1731 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1733 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1734 https://bugs.webkit.org/show_bug.cgi?id=148795
1736 Rubber-stamped by Carlos Garcia Campos.
1738 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1740 2015-09-02 Alex Christensen <achristensen@webkit.org>
1742 Make bison grammar compatible with bison 2.1
1743 https://bugs.webkit.org/show_bug.cgi?id=148731
1745 Reviewed by Tim Horton.
1747 * Source/cmake/WebKitCommon.cmake:
1750 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1752 [CMake] Build with Debug Fission on by default on Debug builds.
1753 https://bugs.webkit.org/show_bug.cgi?id=148639
1755 Reviewed by Martin Robinson.
1757 * Source/cmake/OptionsCommon.cmake:
1759 2015-08-29 Alex Christensen <achristensen@webkit.org>
1761 Unreviewed build fix after r179923.
1763 * Source/CMakeLists.txt:
1764 bmalloc isn't ported to Windows yet.
1766 2015-08-27 Alex Christensen <achristensen@webkit.org>
1768 Isolate Source directories in CMake build
1769 https://bugs.webkit.org/show_bug.cgi?id=148389
1771 Reviewed by Brent Fulgham.
1774 * Source/cmake/WebKitCommon.cmake:
1775 Move package finding to WebKitCommon.
1777 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1779 [Win] Build does not generate debug info.
1780 https://bugs.webkit.org/show_bug.cgi?id=148431
1782 Reviewed by Alex Christensen.
1784 Generate debug info for Windows builds.
1786 * Source/cmake/OptionsWin.cmake:
1788 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1790 [GTK] Disable ACCELERATED_2D_CANVAS by default
1791 https://bugs.webkit.org/show_bug.cgi?id=148473
1793 Reviewed by Martin Robinson.
1795 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1796 but not on Debian (which does not). We've known this was problematic for a while, since it
1797 means we have two different sets of distro-dependent bugs, but never decided whether that
1798 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1799 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1800 to turn it on for Debian.
1802 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1805 * Source/cmake/OptionsGTK.cmake:
1807 2015-08-25 Commit Queue <commit-queue@webkit.org>
1809 Unreviewed, rolling out r188919.
1810 https://bugs.webkit.org/show_bug.cgi?id=148452
1812 broke build (Requested by alexchristensen on #webkit).
1816 "[Win] Build does not generate debug info."
1817 https://bugs.webkit.org/show_bug.cgi?id=148431
1818 http://trac.webkit.org/changeset/188919
1820 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1822 [GTK] r186800 broke the build on Ubuntu 14.04
1823 https://bugs.webkit.org/show_bug.cgi?id=147559
1825 Reviewed by Martin Robinson.
1827 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1828 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1830 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1832 [Win] Build does not generate debug info.
1833 https://bugs.webkit.org/show_bug.cgi?id=148431
1835 Reviewed by Brent Fulgham.
1837 Generate debug info for Windows builds.
1839 * Source/cmake/OptionsWin.cmake:
1841 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1843 [GTK] Auto-detection of cairo-gl fails
1844 https://bugs.webkit.org/show_bug.cgi?id=148189
1846 Reviewed by Žan Doberšek.
1848 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1849 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1850 deemed available, which might not be the case.
1851 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1853 2015-08-19 Alex Christensen <achristensen@webkit.org>
1855 CMake Windows build should not include files directly from other Source directories
1856 https://bugs.webkit.org/show_bug.cgi?id=148198
1858 Reviewed by Brent Fulgham.
1860 * Source/cmake/WebKitMacros.cmake:
1862 2015-08-19 Alex Christensen <achristensen@webkit.org>
1864 Build TestWTF on Mac with CMake.
1865 https://bugs.webkit.org/show_bug.cgi?id=147972
1867 Reviewed by Tim Horton.
1869 * Source/cmake/OptionsMac.cmake:
1870 Enable API tests in Mac's CMake build.
1872 2015-08-18 Alex Christensen <achristensen@webkit.org>
1874 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1875 https://bugs.webkit.org/show_bug.cgi?id=148127
1877 Reviewed by Martin Robinson.
1880 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1882 2015-08-17 Alex Christensen <achristensen@webkit.org>
1884 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1885 https://bugs.webkit.org/show_bug.cgi?id=148112
1887 Reviewed by Brent Fulgham.
1889 * Source/cmake/OptionsWin.cmake:
1890 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1891 Instead, use the default location if nothing is passed in from the command line.
1892 This way we can set it from the command line for the AppleInternal build.
1893 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1895 2015-08-17 Alex Christensen <achristensen@webkit.org>
1897 Build Debug Suffix on Windows with CMake
1898 https://bugs.webkit.org/show_bug.cgi?id=148083
1900 Reviewed by Brent Fulgham.
1902 * Source/cmake/OptionsWin.cmake:
1903 Use debug libraries in debug suffix builds.
1905 2015-08-17 Alex Christensen <achristensen@webkit.org>
1907 Move some commands from ./CMakeLists.txt to Source/cmake
1908 https://bugs.webkit.org/show_bug.cgi?id=148003
1910 Reviewed by Brent Fulgham.
1913 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1914 so we can change directory structure from command line parameters.
1915 * Source/cmake/OptionsAppleWin.cmake:
1916 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1917 * Source/cmake/OptionsWinCairo.cmake:
1918 * Source/cmake/OptionsWindows.cmake: Removed.
1919 * Source/cmake/WebKitCommon.cmake: Added.
1920 * Source/cmake/WebKitFS.cmake:
1922 2015-08-13 Commit Queue <commit-queue@webkit.org>
1924 Unreviewed, rolling out r188428.
1925 https://bugs.webkit.org/show_bug.cgi?id=148015
1927 broke cmake build (Requested by alexchristensen on #webkit).
1931 "Move some commands from ./CMakeLists.txt to Source/cmake"
1932 https://bugs.webkit.org/show_bug.cgi?id=148003
1933 http://trac.webkit.org/changeset/188428
1935 2015-08-13 Alex Christensen <achristensen@webkit.org>
1937 Move some commands from ./CMakeLists.txt to Source/cmake
1938 https://bugs.webkit.org/show_bug.cgi?id=148003
1940 Reviewed by Brent Fulgham.
1943 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1944 so we can change directory structure from command line parameters.
1945 * Source/cmake/WebKitCommon.cmake: Added.
1946 * Source/cmake/WebKitFS.cmake:
1948 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1950 A focused node should not be assisted when handling touch events synchronously
1951 https://bugs.webkit.org/show_bug.cgi?id=147836
1953 Reviewed by Enrica Casucci.
1955 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1957 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1958 input can still be assisted due to a touch event.
1959 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1960 event does not automatically cause us to assist the currently focused node.
1962 2015-08-12 Alex Christensen <achristensen@webkit.org>
1964 Fix Debug CMake builds on Windows
1965 https://bugs.webkit.org/show_bug.cgi?id=147940
1967 Reviewed by Chris Dumez.
1969 * Source/cmake/OptionsWindows.cmake:
1970 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1972 2015-08-10 Alex Christensen <achristensen@webkit.org>
1974 Build TestWebKitAPI with CMake on Windows
1975 https://bugs.webkit.org/show_bug.cgi?id=147851
1977 Reviewed by Chris Dumez.
1979 * Source/cmake/OptionsWindows.cmake:
1980 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1982 2015-08-06 Alex Christensen <achristensen@webkit.org>
1984 [Win] CMake build fix after r188098.
1986 * Source/cmake/OptionsWinCairo.cmake:
1987 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1989 2015-08-04 Alex Christensen <achristensen@webkit.org>
1991 Fix quirks with CMake and VS2015
1992 https://bugs.webkit.org/show_bug.cgi?id=147663
1994 Reviewed by Brent Fulgham.
1996 * Source/cmake/OptionsWindows.cmake:
1997 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1998 Disable INTL for now.
2000 2015-08-04 Alex Christensen <achristensen@webkit.org>
2002 Enable WebGL on Windows CMake build.
2003 https://bugs.webkit.org/show_bug.cgi?id=143311
2005 Reviewed by Csaba Osztrogonác.
2007 * Source/cmake/OptionsWindows.cmake:
2008 Enable WebGL by default in CMake builds now that it works.
2010 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
2012 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
2013 https://bugs.webkit.org/show_bug.cgi?id=147625
2015 Reviewed by Martin Robinson.
2017 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
2018 components unless they were actually found, not to accidentally
2019 enable Accelerated 2D canvas, which would cause the build to fail.
2021 * Source/cmake/FindCairoGL.cmake: Set this variables only when
2022 pkg_check_modules() had actually found the relevant component.
2024 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
2026 [CMake] Add an option to build AllInOne files
2027 https://bugs.webkit.org/show_bug.cgi?id=102647
2029 Reviewed by Alex Christensen.
2031 * Source/cmake/OptionsEfl.cmake: Disabled by default.
2032 * Source/cmake/OptionsGTK.cmake: Disabled by default.
2033 * Source/cmake/OptionsWindows.cmake: Enabled by default.
2034 * Source/cmake/WebKitFeatures.cmake:
2035 * Source/cmake/WebKitMacros.cmake:
2037 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
2039 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
2041 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2043 2015-07-31 Alex Christensen <achristensen@webkit.org>
2045 Prepare for debug CMake builds on Windows.
2046 https://bugs.webkit.org/show_bug.cgi?id=147484
2048 Reviewed by Tim Horton.
2050 * Source/cmake/OptionsWindows.cmake:
2051 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
2053 2015-07-30 Joonghun Park <jh718.park@samsung.com>
2055 [EFL] Enable IndexedDB based on DatabaseProcess
2056 https://bugs.webkit.org/show_bug.cgi?id=147221
2058 Reviewed by Csaba Osztrogonác.
2060 * Source/cmake/OptionsEfl.cmake:
2062 2015-07-30 Alex Christensen <achristensen@webkit.org>
2064 Build AppleWin port with CMake
2065 https://bugs.webkit.org/show_bug.cgi?id=147385
2067 Reviewed by Martin Robinson.
2069 * Source/cmake/OptionsWindows.cmake:
2070 Use the static multithreaded runtime. Based on
2071 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
2073 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
2075 Implement basic types for ECMAScript Internationalization API
2076 https://bugs.webkit.org/show_bug.cgi?id=146926
2078 Reviewed by Benjamin Poulain.
2080 Enable flag now that the basic objects are in place.
2082 * Source/cmake/WebKitFeatures.cmake: enable INTL
2084 2015-07-29 Basile Clement <basile_clement@apple.com>
2086 Remove native call inlining
2087 https://bugs.webkit.org/show_bug.cgi?id=147417
2089 Rubber-stamped by Filip Pizlo.
2091 * Source/cmake/OptionsEfl.cmake:
2092 * Source/cmake/WebKitFeatures.cmake:
2094 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
2096 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
2097 https://bugs.webkit.org/show_bug.cgi?id=147350
2099 Reviewed by Sam Weinig.
2101 * Source/cmake/WebKitFeatures.cmake:
2103 2015-07-27 Alex Christensen <achristensen@webkit.org>
2105 Use Ninja on Windows.
2106 https://bugs.webkit.org/show_bug.cgi?id=147228
2108 Reviewed by Martin Robinson.
2110 * Source/cmake/OptionsWindows.cmake:
2111 Only use /MP when using generated Visual Studio solution files to build.
2112 It makes compiling parallel in MSVC, but Ninja doesn't like it.
2114 2015-07-27 Alex Christensen <achristensen@webkit.org>
2116 Progress towards building AppleWin with CMake
2117 https://bugs.webkit.org/show_bug.cgi?id=147325
2119 Reviewed by Martin Robinson.
2121 * Source/cmake/OptionsWindows.cmake:
2122 Link with 64-bit libraries if building 64-bit binaries.
2123 Don't run regular expressions on empty strings when using Ninja.
2124 Removed DebugSuffix Visual Studio environment variables.
2126 2015-07-23 Alex Christensen <achristensen@webkit.org>
2128 Remove compile and runtime flags for promises.
2129 https://bugs.webkit.org/show_bug.cgi?id=147244
2131 Reviewed by Yusuke Suzuki.
2133 * Source/cmake/OptionsMac.cmake:
2134 * Source/cmake/OptionsWindows.cmake:
2135 * Source/cmake/WebKitFeatures.cmake:
2137 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
2139 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
2140 https://bugs.webkit.org/show_bug.cgi?id=147212
2142 Reviewed by Filip Pizlo.
2144 * Source/cmake/WebKitFeatures.cmake:
2146 2015-07-22 Alex Christensen <achristensen@webkit.org>
2148 Fix quirks in CMake build on Mac and Windows
2149 https://bugs.webkit.org/show_bug.cgi?id=147174
2151 Reviewed by Gyuyoung Kim.
2154 * Source/cmake/OptionsWindows.cmake:
2155 Added options I removed in r187022. They are indeed needed.
2156 * Source/cmake/WebKitFS.cmake:
2157 Make the DerivedSources/WebKit directory.
2159 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2161 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
2163 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2165 2015-07-20 Alex Christensen <achristensen@webkit.org>
2167 Resurrect CMake build on Windows.
2168 https://bugs.webkit.org/show_bug.cgi?id=147083
2170 Reviewed by Gyuyoung Kim.
2172 * Source/cmake/OptionsCommon.cmake:
2173 * Source/cmake/OptionsWindows.cmake:
2174 Change features to get it to compile. Still not a complete feature set.
2176 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
2178 [GTK] Add seccomp filters support
2179 https://bugs.webkit.org/show_bug.cgi?id=110014
2181 Reviewed by Žan Doberšek.
2183 Find needed compiler and linker flags for libseccomp.
2185 * Source/cmake/OptionsGTK.cmake:
2187 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
2189 Bring back the GNU ar check to create thin archives on non-Linux systems
2190 https://bugs.webkit.org/show_bug.cgi?id=146681
2192 Reviewed by Martin Robinson.
2194 We already use GNU ar thin archive feature to save time and disk space
2195 on creating static archives, but it is only enabled on Linux. Without
2196 this feature, the debug build of WebCore can be larger than 4 GiB,
2197 which can cause error because GNU ar format uses 32-bit integer to
2198 store offsets in the symbol table. This patch is similar to
2199 https://bugs.webkit.org/show_bug.cgi?id=128596.
2201 * Source/cmake/OptionsCommon.cmake:
2203 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2205 [GTK] [Wayland] Build by default the X11 and Wayland targets.
2206 https://bugs.webkit.org/show_bug.cgi?id=146057
2208 Reviewed by Carlos Garcia Campos.
2210 * Source/cmake/OptionsGTK.cmake:
2212 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
2214 [GTK] ar warning when linking static libraries
2215 https://bugs.webkit.org/show_bug.cgi?id=144988
2217 Reviewed by Carlos Garcia Campos.
2219 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
2220 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
2221 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
2222 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
2223 should either stop using 'u' or else add 'U' as well in order to disable deterministic
2224 archives. Using 'U' should result in a somewhat faster build (at least when using the
2225 Makefile generator), but it's unlikely that the difference is significant, so let's simply
2226 remove 'u' until someone determines otherwise. This seems like a better option than adding
2227 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
2228 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
2229 behavior change on distributions that do not use --enable-deterministic-archives, notably
2232 * Source/cmake/OptionsCommon.cmake:
2234 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
2236 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
2237 https://bugs.webkit.org/show_bug.cgi?id=146590
2239 Reviewed by Martin Robinson.
2241 * Source/PlatformGTK.cmake: override the cached variables to
2242 forcefully disable gtk-doc and gobject-introspection when
2244 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
2245 documentation syntax when cross-building.
2248 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
2250 [EFL] test_ewk2_application_cache_manager has been failed since r185527
2251 https://bugs.webkit.org/show_bug.cgi?id=146016
2253 Reviewed by Gyuyoung Kim.
2255 In order to handle properly WebApplicationCacheManagerProxy implementation which use
2256 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
2257 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
2259 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
2261 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
2263 Implement ECMAScript Internationalization API
2264 https://bugs.webkit.org/show_bug.cgi?id=90906
2266 Reviewed by Benjamin Poulain.
2268 Begin implementing the Intl apis behind ENABLE_INTL flag.
2269 Create the base Intl namespace object.
2271 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
2273 2015-06-30 Philippe Normand <pnormand@igalia.com>
2275 [CMake] Error when gst-plugins-base is missing is too confusing
2276 https://bugs.webkit.org/show_bug.cgi?id=145682
2278 Reviewed by Carlos Garcia Campos.
2280 * Source/cmake/OptionsGTK.cmake: Error out if the required
2281 GStreamer libraries are not found on the host.
2283 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
2285 CairoGL should be checked unconditionally
2286 https://bugs.webkit.org/show_bug.cgi?id=146390
2288 Reviewed by Darin Adler.
2290 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
2291 it is run unconditionally; this is necessary because its result
2292 is used later on, outside of any conditions.
2294 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
2296 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
2297 https://bugs.webkit.org/show_bug.cgi?id=146318
2299 Reviewed by Sergio Villar Senin.
2301 Enable PUBLIC_SUFFIX_LIST for GTK+.
2303 * Source/cmake/OptionsGTK.cmake:
2305 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
2307 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
2309 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2311 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
2313 [EFL] Hyphenation is not supported
2314 https://bugs.webkit.org/show_bug.cgi?id=89830
2316 Reviewed by Gyuyoung Kim.
2318 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
2320 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
2322 [CMake] Add support for building with various sanitizer tools
2323 https://bugs.webkit.org/show_bug.cgi?id=131941
2325 Reviewed by Martin Robinson.
2327 * Source/PlatformGTK.cmake: Don't generate any documentation
2328 when compiling with sanitizers enabled.
2329 * Source/cmake/OptionsCommon.cmake: Allow linking with
2330 undefined symbols when compiling with sanitizers enabled.
2332 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
2334 libwebkit2gtk fails to link without opengl
2335 https://bugs.webkit.org/show_bug.cgi?id=138332
2337 Reviewed by Carlos Garcia Campos.
2339 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
2340 enabled regardless of whether OpenGL is, because certain symbols
2341 such as WebCore::GraphicsLayer::create() need to be built.
2343 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
2345 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
2346 https://bugs.webkit.org/show_bug.cgi?id=146181
2348 Reviewed by Martin Robinson.
2350 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
2352 * Source/cmake/OptionsGTK.cmake:
2354 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
2356 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
2357 https://bugs.webkit.org/show_bug.cgi?id=146171
2359 Reviewed by Gyuyoung Kim.
2361 * Source/cmake/OptionsEfl.cmake:
2362 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
2364 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
2366 [CMake] FindGTK3.cmake should not modify the values of build options
2367 https://bugs.webkit.org/show_bug.cgi?id=144613
2369 Reviewed by Martin Robinson.
2371 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
2372 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
2373 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
2374 GTK3_SUPPORTS_GESTURES for consistency.
2375 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
2376 available. It's not possible to automatically select a backend correctly anymore, since all
2377 options are set at the same time.
2379 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2381 Remove unnecessary svn:executable flags
2382 https://bugs.webkit.org/show_bug.cgi?id=146107
2384 Reviewed by Alexey Proskuryakov.
2386 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
2387 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
2388 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
2389 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
2390 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
2392 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
2394 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
2395 https://bugs.webkit.org/show_bug.cgi?id=146108
2397 Reviewed by Gyuyoung Kim.
2399 * Source/cmake/OptionsEfl.cmake:
2401 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
2403 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
2404 https://bugs.webkit.org/show_bug.cgi?id=146035
2406 Reviewed by Gyuyoung Kim.
2408 * Source/cmake/OptionsEfl.cmake:
2410 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
2412 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2413 https://bugs.webkit.org/show_bug.cgi?id=145701
2415 Reviewed by Darin Adler.
2417 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2419 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
2421 [iOS] Crash long pressing on <input type=file>
2422 https://bugs.webkit.org/show_bug.cgi?id=146009
2423 <rdar://problem/21234453>
2425 Reviewed by Ryosuke Niwa.
2427 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
2429 2015-06-16 Brent Fulgham <bfulgham@apple.com>
2431 Rollout accidental Xcode project change.
2433 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2435 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2437 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2438 https://bugs.webkit.org/show_bug.cgi?id=145909
2440 Reviewed by Csaba Osztrogonác.
2442 Bump EWebKit version based on efl library version used by the EWebKit.
2444 * Source/cmake/OptionsEfl.cmake:
2446 2015-06-11 Commit Queue <commit-queue@webkit.org>
2448 Unreviewed, rolling out r185453.
2449 https://bugs.webkit.org/show_bug.cgi?id=145881
2451 it broke the 32-bit build (Requested by clopez on #webkit).
2455 "[GTK] [Wayland] Should be possible to build with support for
2456 both X11 and Wayland."
2457 https://bugs.webkit.org/show_bug.cgi?id=145701
2458 http://trac.webkit.org/changeset/185453
2460 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2462 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2463 https://bugs.webkit.org/show_bug.cgi?id=145701
2465 Reviewed by Žan Doberšek.
2467 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2469 2015-06-03 Daniel Bates <dabates@apple.com>
2471 Caps lock indicator should not be shown in read-only or disabled field
2472 https://bugs.webkit.org/show_bug.cgi?id=145612
2473 <rdar://problem/21227454>
2475 Reviewed by Darin Adler.
2477 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2478 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2479 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2481 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2483 [cmake] Suppress parentheses-equality warnings
2484 https://bugs.webkit.org/show_bug.cgi?id=145126
2486 Reviewed by Darin Adler.
2488 * Source/cmake/WebKitHelpers.cmake:
2490 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2492 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2493 https://bugs.webkit.org/show_bug.cgi?id=145408
2495 Reviewed by Carlos Garcia Campos.
2497 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2498 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2499 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2501 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2502 libraries. Detect also GLX libraries.
2503 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2504 libraries. Use find_path() to get the include path.
2505 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2507 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2508 depending on the libraries found on the system.
2509 Move the detection of GLX (and the include of CMakePushCheckState)
2510 to FindOpenGL.cmake.
2511 Ensure that we only define USE_GLX when we build with OpenGL
2512 (but not with GLESv2).
2514 2015-05-27 Dean Jackson <dino@apple.com>
2516 img.currentSrc problem in strict mode with old picturefill
2517 https://bugs.webkit.org/show_bug.cgi?id=144095
2518 <rdar://problem/21087013>
2520 Reviewed by Simon Fraser.
2522 Add a PICTURE_SIZES flag.
2524 * Source/cmake/OptionsEfl.cmake:
2525 * Source/cmake/OptionsGTK.cmake:
2526 * Source/cmake/OptionsMac.cmake:
2527 * Source/cmake/OptionsWindows.cmake:
2528 * Source/cmake/WebKitFeatures.cmake:
2530 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2532 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2534 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2536 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2538 Unreviewed. Export DatabaseProcessMainUnix symbol.
2540 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2541 is exported in production builds.
2543 * Source/cmake/gtksymbols.filter:
2545 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2547 [GTK] Enable IndexedDB
2548 https://bugs.webkit.org/show_bug.cgi?id=98932
2550 Reviewed by Žan Doberšek.
2552 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2553 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2555 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2557 [GTK] Bump GCC requirements to 4.9.0
2558 https://bugs.webkit.org/show_bug.cgi?id=145211
2560 Reviewed by Žan Doberšek.
2562 It's required to build with IndexedDB support when using GCC,
2563 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2565 * Source/cmake/OptionsGTK.cmake:
2567 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2569 [CMake] Ignore warnings in system headers
2570 https://bugs.webkit.org/show_bug.cgi?id=144747
2572 Reviewed by Darin Adler.
2574 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2575 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2576 use the SYSTEM argument to the command (added in 2.8.12).
2580 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2582 [CMake] Error out when ruby is too old
2583 https://bugs.webkit.org/show_bug.cgi?id=145014
2585 Reviewed by Martin Robinson.
2587 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2592 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2594 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2595 https://bugs.webkit.org/show_bug.cgi?id=144995
2597 Reviewed by Carlos Garcia Campos.
2599 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2600 the X11 windowing target at the moment, so the following options
2601 and variables should be enabled or disabled accordingly:
2602 - ENABLE_PLUGIN_PROCESS_GTK2
2603 - ENABLE_NETSCAPE_PLUGIN_API
2604 - ENABLE_PLUGIN_PROCESS
2606 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2608 Linker fails without -DDEVELOPER_MODE=ON
2609 https://bugs.webkit.org/show_bug.cgi?id=144117
2611 Reviewed by Gyuyoung Kim.
2613 * Source/cmake/OptionsEfl.cmake:
2614 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2615 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2617 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2619 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2620 https://bugs.webkit.org/show_bug.cgi?id=144846
2622 Reviewed by Martin Robinson.
2624 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2625 CAIRO_GL_* throughout, because find_package will define
2627 * Source/cmake/OptionsGTK.cmake: Ditto.
2629 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2631 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2632 https://bugs.webkit.org/show_bug.cgi?id=144845
2634 Reviewed by Martin Robinson.
2636 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2637 if their corresponding WTF options are ON. The code in npapi.h
2638 relies on these being undefined if they are to be switched off.
2640 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2642 Remove the PICTURE_SIZES build flag
2643 https://bugs.webkit.org/show_bug.cgi?id=144679
2645 Reviewed by Benjamin Poulain.
2647 Removed the PICTURE_SIZES build time flag.
2649 * Source/cmake/OptionsEfl.cmake:
2650 * Source/cmake/OptionsGTK.cmake:
2651 * Source/cmake/OptionsMac.cmake:
2652 * Source/cmake/OptionsWindows.cmake:
2653 * Source/cmake/WebKitFeatures.cmake:
2655 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2657 [GTK] [CMake] Check for required X libraries
2658 https://bugs.webkit.org/show_bug.cgi?id=144823
2660 Reviewed by Martin Robinson.
2662 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2664 * Source/cmake/OptionsGTK.cmake:
2666 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2668 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2669 https://bugs.webkit.org/show_bug.cgi?id=144746
2671 Reviewed by Carlos Garcia Campos.
2673 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2674 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2675 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2677 * Source/cmake/OptionsGTK.cmake:
2679 2015-05-08 Daniel Bates <dabates@apple.com>
2681 [iOS] WebSQL operations are not performed after device is locked
2682 https://bugs.webkit.org/show_bug.cgi?id=137503
2683 <rdar://problem/20844952>
2685 Rubber-stamped by Alexey Proskuryakov.
2687 Add a manual test to help verify that we do not regress this issue.
2689 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2691 2015-05-08 Commit Queue <commit-queue@webkit.org>
2693 Unreviewed, rolling out r183945.
2694 https://bugs.webkit.org/show_bug.cgi?id=144789
2696 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2700 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2701 https://bugs.webkit.org/show_bug.cgi?id=144746
2702 http://trac.webkit.org/changeset/183945
2704 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2706 Cleanup after r183940
2707 https://bugs.webkit.org/show_bug.cgi?id=144768
2711 Looks like the empty directories were not deleted.
2713 * Source/PAL: Removed.
2714 * Source/PAL/Configurations: Removed.
2715 * Source/PAL/PAL.xcodeproj: Removed.
2716 * Source/PAL/graphics: Removed.
2718 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2720 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2721 https://bugs.webkit.org/show_bug.cgi?id=144746
2723 Reviewed by Martin Robinson.
2725 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2726 what it is defined to, so defining it to 0 effectively turned it on always.
2728 * Source/cmake/OptionsGTK.cmake:
2730 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2732 Revert "Introducing the Platform Abstraction Layer (PAL)"
2733 https://bugs.webkit.org/show_bug.cgi?id=144751
2737 PAL should be a new target inside WebCore, rather than a top-level folder.
2739 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2741 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2743 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2745 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2747 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2749 Introducing the Platform Abstraction Layer (PAL)
2750 https://bugs.webkit.org/show_bug.cgi?id=143358
2752 Reviewed by Simon Fraser.
2754 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2756 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2758 [cmake] Disable GNU Gold linker on Cortex A53
2759 https://bugs.webkit.org/show_bug.cgi?id=144382
2761 Reviewed by Carlos Garcia Campos.
2763 * Source/cmake/OptionsCommon.cmake:
2765 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2767 USE(...) macro should expect unprefixed variables
2768 https://bugs.webkit.org/show_bug.cgi?id=144454
2770 Reviewed by Daniel Bates.
2772 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2773 * Source/cmake/OptionsEfl.cmake: Ditto.
2774 * Source/cmake/OptionsGTK.cmake: Ditto.
2775 * Source/cmake/OptionsMac.cmake: Ditto.
2776 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2777 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2780 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2782 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2783 https://bugs.webkit.org/show_bug.cgi?id=144394
2785 Reviewed by Carlos Garcia Campos.
2787 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2788 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2789 disabled in previous reworking of the CMake configuration.
2791 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2792 version of USE variables.
2793 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2794 is exposed to the build.
2796 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2798 Unreviewed. Bump GTK+ version numbers.
2800 * Source/cmake/OptionsGTK.cmake:
2802 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2804 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2805 https://bugs.webkit.org/show_bug.cgi?id=144435
2807 Reviewed by Gyuyoung Kim.
2809 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2810 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2812 * Source/cmake/OptionsEfl.cmake:
2814 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2816 REGRESSION(183583): [Mac] make without SDKROOT has issues
2817 https://bugs.webkit.org/show_bug.cgi?id=144431
2819 Reviewed by Dan Bernstein.
2822 Assume an empty SDKROOT means an macosx variant, so only
2823 enable settings if the SDKROOT is not empty and does not
2826 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2828 Fix the GTK+ build after r183584
2830 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2832 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2834 [GTK] Add support for automatic hyphenation
2835 https://bugs.webkit.org/show_bug.cgi?id=44478
2837 Reviewed by Carlos Garcia Campos.
2839 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2840 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2841 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2843 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2845 Failure when building WebKit for appletvsimulator.
2846 https://bugs.webkit.org/show_bug.cgi?id=144356
2848 Reviewed by Alexey Proskuryakov.
2850 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2851 make TVOS and WatchOS behave correctly.
2855 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2857 [CMake] [GTK] Organize and clean up unused CMake variables
2858 https://bugs.webkit.org/show_bug.cgi?id=144364
2860 Reviewed by Gyuyoung Kim.
2862 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2863 specific to certain projects into their PlatformGTK.cmake files.
2865 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2867 [EFL] Build failure to find gio-unix
2868 https://bugs.webkit.org/show_bug.cgi?id=144083
2870 Reviewed by Gyuyoung Kim.
2872 Original patch by Doug Newgard <scimma22@outlook.com>
2874 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2876 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2878 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2879 https://bugs.webkit.org/show_bug.cgi?id=143001
2881 Reviewed by Gyuyoung Kim.
2883 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2884 * Source/cmake/OptionsGTK.cmake: Ditto.
2886 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2888 Unreviewed, fix typo in previous commit
2890 libsecretr -> libsecret in the error message.
2892 * Source/cmake/OptionsGTK.cmake:
2894 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2896 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2897 https://bugs.webkit.org/show_bug.cgi?id=143546
2899 Reviewed by Martin Robinson.
2901 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2902 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2903 default. Fail the build with an informative error message if an optional dependency required
2904 for an enabled feature is not present. Perform find_package commands only when necessary.
2905 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2908 * Source/cmake/OptionsGTK.cmake:
2910 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2912 [GTK] Make all options actually options
2913 https://bugs.webkit.org/show_bug.cgi?id=144106
2915 Reviewed by Martin Robinson.
2917 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2918 ENABLE_WAYLAND_TARGET.
2920 * Source/cmake/OptionsGTK.cmake:
2922 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2924 Unreviewed, fix GTK build after r183452
2926 * Source/cmake/OptionsGTK.cmake:
2928 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2930 [GTK] Add one single option to control all OpenGL-related options
2931 https://bugs.webkit.org/show_bug.cgi?id=144105
2933 Reviewed by Martin Robinson.
2935 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2936 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2937 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2938 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2939 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2940 presence of CairoGL.
2942 * Source/cmake/OptionsGTK.cmake:
2944 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2946 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2947 https://bugs.webkit.org/show_bug.cgi?id=144306
2949 Reviewed by Martin Robinson.
2951 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2953 * Source/cmake/OptionsGTK.cmake:
2955 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2957 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2958 https://bugs.webkit.org/show_bug.cgi?id=144193
2960 Reviewed by Darin Adler.
2962 * Source/cmake/OptionsEfl.cmake:
2963 * Source/cmake/OptionsGTK.cmake:
2964 * Source/cmake/OptionsWinCairo.cmake:
2965 * Source/cmake/WebKitFeatures.cmake:
2967 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2969 [CMake] Should be possible for an option to conflict with other options
2970 https://bugs.webkit.org/show_bug.cgi?id=143956
2972 Reviewed by Martin Robinson.
2974 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2976 * Source/cmake/WebKitFeatures.cmake:
2978 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2980 [CMake] Autogenerate cmakeconfig.h.cmake
2981 https://bugs.webkit.org/show_bug.cgi?id=143997
2983 Reviewed by Csaba Osztrogonác.
2985 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2986 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2987 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2988 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2989 Do some other miscellaneous related cleanup.
2990 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2991 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2992 build exposed variables. Add a macro to generate a configuration from them.
2993 * Source/cmakeconfig.h.cmake: Removed.
2995 2015-04-24 Philippe Normand <pnormand@igalia.com>
2997 [JHBuild] Move to upstream OpenWebRTC
2998 https://bugs.webkit.org/show_bug.cgi?id=144145
3000 Reviewed by Carlos Garcia Campos.
3002 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
3005 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
3007 [ES6] Implement ES6 template literals
3008 https://bugs.webkit.org/show_bug.cgi?id=142691
3010 Reviewed by Darin Adler.
3012 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
3014 * Source/cmake/WebKitFeatures.cmake:
3015 * Source/cmakeconfig.h.cmake:
3017 2015-04-25 Martin Robinson <mrobinson@igalia.com>
3019 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
3020 https://bugs.webkit.org/show_bug.cgi?id=144182
3022 Reviewed by Simon Fraser.
3024 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3025 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3026 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3027 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3028 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3030 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3032 [GTK] Add more public options
3033 https://bugs.webkit.org/show_bug.cgi?id=144116
3035 Reviewed by Martin Robinson.
3037 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
3039 * Source/cmake/OptionsGTK.cmake:
3041 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3043 [CMake] Some internal variables are not marked as advanced
3044 https://bugs.webkit.org/show_bug.cgi?id=143595
3046 Reviewed by Martin Robinson.
3048 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
3049 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
3051 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3053 [GTK] Mark as advanced the build options we don't want to expose
3054 https://bugs.webkit.org/show_bug.cgi?id=143558
3056 Reviewed by Martin Robinson.
3058 Mark various options as private instead of public.
3060 * Source/cmake/OptionsGTK.cmake:
3062 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3064 [CMake] Should be possible for an option to depend on multiple options
3065 https://bugs.webkit.org/show_bug.cgi?id=143839
3067 Reviewed by Martin Robinson.
3069 Use a list instead of a single variable to track the dependencies of each option. Iterate
3070 over the list as many times as necessary to ensure all options are properly disabled.
3072 * Source/cmake/WebKitFeatures.cmake:
3074 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3076 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
3077 https://bugs.webkit.org/show_bug.cgi?id=144103
3079 Reviewed by Martin Robinson.
3081 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
3083 * Source/cmake/WebKitFeatures.cmake:
3085 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3087 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
3088 https://bugs.webkit.org/show_bug.cgi?id=144102
3090 Reviewed by Martin Robinson.
3092 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
3093 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
3094 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
3096 * Source/cmake/OptionsGTK.cmake:
3098 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3100 [CMake] Clean up JSC JIT options
3101 https://bugs.webkit.org/show_bug.cgi?id=143998
3103 Reviewed by Filip Pizlo.
3105 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
3106 define for ENABLE_FTL_NATIVE_CALL_INLINING.
3107 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
3108 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
3109 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
3110 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
3112 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3114 [CMake] Use lowercase for local variables in macros
3115 https://bugs.webkit.org/show_bug.cgi?id=144059
3117 Reviewed by Martin Robinson.
3119 Convert some variable names to lowercase.
3121 * Source/cmake/WebKitFeatures.cmake:
3123 2015-04-22 Commit Queue <commit-queue@webkit.org>
3125 Unreviewed, rolling out r183116.
3126 https://bugs.webkit.org/show_bug.cgi?id=144060
3128 Inadvertently deleted a file... (Requested by mcatanzaro on
3133 "[CMake] Use lowercase for local variables in macros"
3134 https://bugs.webkit.org/show_bug.cgi?id=144059
3135 http://trac.webkit.org/changeset/183116
3137 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3139 [CMake] Use lowercase for local variables in macros
3140 https://bugs.webkit.org/show_bug.cgi?id=144059
3142 Reviewed by Martin Robinson.
3144 Convert some variable names to lowercase.
3146 * Source/cmake/WebKitFeatures.cmake:
3148 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3150 [CMake] Features list should print dots every other row
3151 https://bugs.webkit.org/show_bug.cgi?id=143832
3153 Reviewed by Martin Robinson.
3155 Discount private options when determining whether to print dots on a given row of the
3156 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
3157 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
3158 wasn't noticed because it only affects the first line, and use of the variable name as a
3159 string in a conditional.)
3161 * Source/cmake/WebKitFeatures.cmake:
3163 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3165 [CMake] Require specifying visibility of WebKit options
3166 https://bugs.webkit.org/show_bug.cgi?id=143831
3168 Reviewed by Alex Christensen.
3170 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
3171 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
3172 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
3173 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
3174 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
3175 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
3176 cross-platform options as PRIVATE.
3178 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3180 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
3181 https://bugs.webkit.org/show_bug.cgi?id=143935
3183 Reviewed by Darin Adler.
3185 Some variables aren't defined in these files or unused variables aren't removed. This
3186 patch cleans up it as well as fix wrong alphabet order.
3188 * Source/cmake/WebKitFeatures.cmake:
3189 * Source/cmakeconfig.h.cmake:
3191 2015-04-19 Simon Fraser <simon.fraser@apple.com>
3193 Restore the WebKit.xcworkspace to the way it was before r182899,
3194 which inadvertently added the Source directory and a couple of source
3197 * WebKit.xcworkspace/contents.xcworkspacedata:
3199 2015-04-16 Basile Clement <basile_clement@apple.com>
3201 Extract the allocation profile from JSFunction into a rare object
3202 https://bugs.webkit.org/show_bug.cgi?id=143807
3204 Reviewed by Filip Pizlo.
3206 * WebKit.xcworkspace/contents.xcworkspacedata:
3208 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
3210 [EFL] Bump LLVM to version 3.6.0 on X86_64
3211 https://bugs.webkit.org/show_bug.cgi?id=143604
3213 Reviewed by Gyuyoung Kim.
3215 * Source/cmake/FindLLVM.cmake: Added version handling.
3216 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
3218 2015-04-15 Timothy Horton <timothy_horton@apple.com>
3220 Custom CSS cursors do not use -webkit-image-set on retina displays
3221 https://bugs.webkit.org/show_bug.cgi?id=120783
3223 Reviewed by Beth Dakin.
3224 Patch by Evan Wallace <evan.exe@gmail.com>.
3226 Add a manual test for custom CSS cursors on retina displays.
3228 * ManualTests/retina-cursors.html: Added.
3230 2015-04-15 Alex Christensen <achristensen@webkit.org>
3232 Progress towards CMake on Mac.
3233 https://bugs.webkit.org/show_bug.cgi?id=143785
3235 Reviewed by Csaba Osztrogonác.
3238 * Source/cmake/OptionsMac.cmake:
3239 * Source/cmake/WebKitFS.cmake:
3241 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
3243 Cannot click "Next" button on Google two-factor auth setup page
3245 <https://bugs.webkit.org/show_bug.cgi?id=143624>
3246 <rdar://problem/19175714>
3248 Reviewed by Darin Adler.
3250 * ManualTests/button-that-focuses-itself-on-click.html: Added.
3252 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
3254 [cmake] REGRESSION(182663): It broke feature dependency handling
3255 https://bugs.webkit.org/show_bug.cgi?id=143665
3257 Reviewed by Csaba Osztrogonác.
3259 Don't try to check the value of options before defining the options.
3261 * Source/cmake/WebKitFeatures.cmake:
3263 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
3265 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
3266 https://bugs.webkit.org/show_bug.cgi?id=143664
3268 Reviewed by Gyuyoung Kim.
3270 * Source/cmake/OptionsEfl.cmake:
3271 * Source/cmake/OptionsGTK.cmake:
3272 * Source/cmake/WebKitFeatures.cmake:
3273 * Source/cmakeconfig.h.cmake:
3275 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3277 [EFL] Enable Media Source
3278 https://bugs.webkit.org/show_bug.cgi?id=143635
3280 Reviewed by Csaba Osztrogonác.
3282 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
3284 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3286 [CMake] Miscellaneous issues in WebKitFeatures.cmake
3287 https://bugs.webkit.org/show_bug.cgi?id=143636
3289 Reviewed by Martin Robinson.
3291 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
3292 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
3294 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
3295 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
3297 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
3299 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
3301 Fix ENABLE_TOUCH_SLIDER so that it can be used
3305 * Source/cmake/WebKitFeatures.cmake:
3307 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3309 [CMake] Print sorted feature list at the very end of the configure process
3310 https://bugs.webkit.org/show_bug.cgi?id=143596
3312 Reviewed by Martin Robinson.
3314 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
3315 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
3316 and sort the options before printing. Reorder some code so that features still get
3317 propagated to the bindings generators.
3319 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3321 [CMake] Options should be marked as advanced by default
3322 https://bugs.webkit.org/show_bug.cgi?id=143572
3324 Reviewed by Gyuyoung Kim.
3326 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
3327 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
3328 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
3329 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
3330 option without making it public.
3332 * Source/cmake/WebKitFeatures.cmake:
3334 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3336 [CMake] Remove unnecessary ENABLE_WEBCORE switch
3337 https://bugs.webkit.org/show_bug.cgi?id=143584
3339 Reviewed by Csaba Osztrogonác.
3341 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
3345 * Source/CMakeLists.txt:
3346 * Source/cmake/OptionsGTK.cmake:
3347 * Source/cmake/WebKitFS.cmake:
3349 2015-04-08 Filip Pizlo <fpizlo@apple.com>
3351 Unreviewed, revert accidental commit.
3355 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
3357 Add CMake build system for WinCairo port.
3358 https://bugs.webkit.org/show_bug.cgi?id=115944
3360 Reviewed by Chris Dumez.
3362 * Source/cmake/OptionsWindows.cmake:
3363 * Source/cmake/WebKitMacros.cmake:
3364 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3366 2015-04-06 Alberto Garcia <berto@igalia.com>
3368 [GTK] Fix HPPA build
3369 https://bugs.webkit.org/show_bug.cgi?id=143453
3371 Reviewed by Darin Adler.
3373 Add HPPA to the list of supported CPUs.
3377 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
3379 Unreviewed, kick the GTK bots to fix an incremental build issue.
3381 * Source/cmake/OptionsGTK.cmake:
3383 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
3385 Fix the EFL and GTK build after r182243
3386 https://bugs.webkit.org/show_bug.cgi?id=143361
3388 Reviewed by Csaba Osztrogonác.
3390 * Source/PlatformEfl.cmake: Add a custom command that copies
3391 the InspectorBackendCommands.js file into the proper directory
3392 under DerivedSources/WebInspectorUI/.
3394 2015-04-01 Alex Christensen <achristensen@webkit.org>
3396 Progress towards CMake on Windows and Mac.
3397 https://bugs.webkit.org/show_bug.cgi?id=143293
3399 Reviewed by Filip Pizlo.
3402 Set DERIVED_SOURCES_WTF_DIR for Windows.
3403 * Source/CMakeLists.txt:
3404 Don't compile bmalloc on Windows.
3405 * Source/cmake/OptionsCommon.cmake:
3406 Use the absolute path of the C preprocessor.
3407 * Source/cmake/OptionsWinCairo.cmake:
3408 Added needed definitions.
3409 * Source/cmake/OptionsWindows.cmake:
3410 Set some default values and removed support for old Visual Studio versions before /MP.
3411 * Source/cmake/WebKitFS.cmake:
3412 Make WTF DerivedSources directory.
3413 * Source/cmake/WebKitMacros.cmake:
3414 Added ADD_PRECOMPILED_HEADER macro based on
3415 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3417 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
3419 Use colored diagnostics when building with cmake + ninja + clang
3420 https://bugs.webkit.org/show_bug.cgi?id=143297
3422 Reviewed by Žan Doberšek.
3424 Because that ninja sets subprocess stdout/stderr to a pipe, clang
3425 disables colored output.
3426 This patch forces clang to use colored diagnostics when we are using
3429 * Source/cmake/OptionsCommon.cmake:
3431 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3433 [CMake] Update old CMakeList.txt in gtest
3434 https://bugs.webkit.org/show_bug.cgi?id=143192
3436 Reviewed by Darin Adler.
3438 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3439 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3440 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3442 * Source/CMakeLists.txt:
3443 * Source/cmake/gtest/CMakeLists.txt: Removed.
3445 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3447 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3448 https://bugs.webkit.org/show_bug.cgi?id=143138
3450 Reviewed by Csaba Osztrogonác.
3452 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3453 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3455 * Source/cmake/OptionsWindows.cmake:
3456 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3457 * Source/cmake/WebKitMacros.cmake:
3459 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3461 [GStreamer] share GL context in pipeline, part 2
3462 https://bugs.webkit.org/show_bug.cgi?id=143049
3464 Reviewed by Carlos Garcia Campos.
3466 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3467 OpenGL/ES2 is found and GLX/EGL is found too.
3469 2015-03-26 Alex Christensen <achristensen@webkit.org>
3471 Progress towards CMake on Mac.
3472 https://bugs.webkit.org/show_bug.cgi?id=143112
3474 Reviewed by Chris Dumez.
3476 * Source/cmake/OptionsMac.cmake:
3478 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3480 [EFL] Add OpenWebRTC in jhbuild
3481 https://bugs.webkit.org/show_bug.cgi?id=142778
3483 Reviewed by Gyuyoung Kim.
3485 Original patch by Philippe Normand <pnormand@igalia.com>
3487 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3488 mediastream build is enabled.
3490 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3492 [GTK] Add a configure option to build without Redirected XComposite Window
3493 https://bugs.webkit.org/show_bug.cgi?id=142865
3495 Reviewed by Žan Doberšek.
3497 The Redirected XComposite Window was added to support some
3498 features like GtkOverlay, but in cases where we don't need such
3499 features, it's more efficient to use the XID of the WebKitWebView
3500 window as the native surface handle for the accelerated
3501 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3502 that is enabled by default for X11 target when OpenGL is enabled.
3504 * Source/cmake/OptionsGTK.cmake:
3506 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3508 [GTK] Search for the Wayland dependency when enabling Wayland target
3509 https://bugs.webkit.org/show_bug.cgi?id=142876
3511 Reviewed by Carlos Garcia Campos.
3513 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3514 requirement of either the GTK+ or GDK pkg-config files, so we have to
3515 search for it ourselves when WebKitGTK+ has been configured to support
3516 the Wayland windowing target.
3518 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3520 Unreviewed, kick the GTK bots to regenerate makefile.
3521 https://bugs.webkit.org/show_bug.cgi?id=137394
3523 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3524 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3526 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3528 Unreviewed, kick the GTK bots to regenerate makefile.
3529 https://bugs.webkit.org/show_bug.cgi?id=137394
3531 * Source/cmake/OptionsEfl.cmake:
3533 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3535 [GTK] Fix inspector userinterface related incremental build issue
3536 https://bugs.webkit.org/show_bug.cgi?id=142849
3538 Reviewed by Carlos Garcia Campos.
3540 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3542 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3544 Unreviewed, kick the GTK bots to regenerate makefile.
3546 * Source/cmake/OptionsGTK.cmake:
3548 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3550 [EFL] Expose JavaScript binding interface through ewk_extension
3551 https://bugs.webkit.org/show_bug.cgi?id=142033
3553 Reviewed by Gyuyoung Kim.
3555 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3557 2015-03-17 Philippe Normand <pnormand@igalia.com>
3559 [GTK] basic OpenWebRTC build support
3560 https://bugs.webkit.org/show_bug.cgi?id=142393
3562 Reviewed by Carlos Garcia Campos.
3564 * Source/cmake/FindOpenWebRTC.cmake: Added.
3565 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3566 mediastream build is enabled.
3568 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3570 [CMake][EFL] Build test tools only for developer mode
3571 https://bugs.webkit.org/show_bug.cgi?id=142761
3573 Reviewed by Csaba Osztrogonác.
3575 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3577 * Source/cmake/OptionsEfl.cmake:
3578 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3579 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3580 * Source/cmakeconfig.h.cmake:
3582 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3584 Enable ES6 classes by default
3585 https://bugs.webkit.org/show_bug.cgi?id=142774
3587 Reviewed by Gavin Barraclough.
3589 * Source/cmake/WebKitFeatures.cmake:
3591 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3593 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3594 https://bugs.webkit.org/show_bug.cgi?id=142722
3596 Reviewed by Csaba Osztrogonác.
3598 Categorize to define cmake variables, to find necessary packages,
3599 use upper case for "glib_conponents" cmake variable name, re-arrange
3600 wrong alphabet sorting, and so on.
3602 * CMakeLists.txt: Remove WinCE port.
3603 * Source/cmake/OptionsEfl.cmake:
3605 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3607 [GStreamer] share GL context in pipeline
3608 https://bugs.webkit.org/show_bug.cgi?id=142693
3610 Reviewed by Philippe Normand.
3612 Add search of gstreamer-gl library in the GStreamer installation. If
3613 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3615 * Source/cmake/FindGStreamer.cmake:
3616 * Source/cmake/OptionsGTK.cmake:
3618 2015-03-13 Alex Christensen <achristensen@webkit.org>
3620 Progress towards CMake on Mac.
3621 https://bugs.webkit.org/show_bug.cgi?id=142680
3623 Reviewed by Gyuyoung Kim.
3626 * Source/PlatformMac.cmake: Added stub.
3627 * Source/cmake/OptionsMac.cmake:
3628 Change defines to get CMake working.
3630 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3632 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3633 https://bugs.webkit.org/show_bug.cgi?id=126688
3635 Reviewed by Gustavo Noronha Silva.
3637 Add ENABLE_MINIBROWSER option, enabled by default for development
3638 builds and disabled for production builds unless explicilty enabled.
3640 * Source/cmake/OptionsGTK.cmake:
3642 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3644 [GTK] Do not look for child processes in the UI process binary path
3645 https://bugs.webkit.org/show_bug.cgi?id=135752
3647 Reviewed by Gustavo Noronha Silva.
3649 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3650 build for development builds.
3652 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3654 [GTK] Add a configure option to build with OpenGL ES 2
3655 https://bugs.webkit.org/show_bug.cgi?id=142498
3657 Reviewed by Martin Robinson.
3659 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3660 GLES2 is required and OpenGL is not even searched. Otherwise we
3661 search for OpenGL as usual, using it only if present.
3663 * Source/cmake/OptionsGTK.cmake:
3665 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3667 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3668 https://bugs.webkit.org/show_bug.cgi?id=142338
3670 Reviewed by Gyuyoung Kim.
3672 * Source/cmake/WebKitHelpers.cmake:
3674 2015-03-03 Daniel Bates <dabates@apple.com>
3676 Convert ManualTests/svg-tooltip.svg to a DRT test
3677 https://bugs.webkit.org/show_bug.cgi?id=140480
3679 Reviewed by Alex Christensen.
3681 * ManualTests/svg-tooltip.svg: Removed.
3683 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3685 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3686 https://bugs.webkit.org/show_bug.cgi?id=142165
3688 Reviewed by Carlos Garcia Campos.
3690 * Source/cmake/gtksymbols.filter:
3692 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3694 [EFL] Remove unnecessary comment after r179110
3695 https://bugs.webkit.org/show_bug.cgi?id=142042
3697 Reviewed by Gyuyoung Kim.
3699 * Source/cmake/OptionsEfl.cmake:
3701 2015-02-23 Tomas Popela <tpopela@redhat.com>
3703 [GTK] Fails to compile with cmake 3.2.x
3704 https://bugs.webkit.org/show_bug.cgi?id=141796
3706 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3707 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3708 added and the build will fail.
3710 Reviewed by Martin Robinson.
3712 * Source/cmake/OptionsGTK.cmake:
3714 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3716 Remove svn:keywords property.
3718 As far as I can tell, the property had no effect on any of these files, but also,
3719 when it has effect it's likely harmful.
3721 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3722 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3723 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3724 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3725 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3726 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3727 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3728 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3729 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3730 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3731 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3732 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3733 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3734 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3736 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3738 [CMAKE] Remove CMakeLists.txt in WK1 port
3739 https://bugs.webkit.org/show_bug.cgi?id=141617
3741 Reviewed by Anders Carlsson.
3743 Nobody uses CMake in WK1 port. Remove it.
3747 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3749 Unreviewed, remove empty directories.
3751 * ManualTests/qt: Removed.
3753 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3755 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3756 https://bugs.webkit.org/show_bug.cgi?id=141481
3758 Reviewed by Csaba Osztrogonác.
3760 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3762 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3764 [EFL][GTK] Use bmalloc instead of tcmalloc
3765 https://bugs.webkit.org/show_bug.cgi?id=140162
3767 Reviewed by Carlos Garcia Campos.
3769 Add bmalloc directory to build list.
3771 * CMakeLists.txt: Define BMALLOC_DIR directory.
3772 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3774 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3776 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3777 https://bugs.webkit.org/show_bug.cgi?id=141392
3779 Reviewed by Gustavo Noronha Silva.
3781 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3783 * Source/cmake/OptionsGTK.cmake:
3785 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3787 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3788 https://bugs.webkit.org/show_bug.cgi?id=141328
3790 Reviewed by Darin Adler.
3792 Added as manual test because it involves a huge grid allocation
3793 which is very slow on Debug bots, the only ones capable to trigger
3796 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3798 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3800 [Streams API] Implement a barebone ReadableStream interface
3801 https://bugs.webkit.org/show_bug.cgi?id=141045
3803 Reviewed by Benjamin Poulain.
3805 * Source/cmake/WebKitFeatures.cmake:
3806 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3808 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3810 Revert accidental change in r179490.
3814 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3816 Unreviewed, revert accidental change to Makefile.shared in r179478
3820 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3822 [CMake] Minimum python version should be 2.7.
3823 https://bugs.webkit.org/show_bug.cgi?id=140997
3825 Reviewed by Csaba Osztrogonác.
3829 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3831 Apply feTurbulence spec change to fix zero length vector generation
3832 https://bugs.webkit.org/show_bug.cgi?id=140812
3834 Reviewed by Darin Adler.
3836 Recently a bug with the turbulence algorithm was corrected in the
3837 Filter Effects specification.
3838 For some seed values this bug allowed zero length vectors to be generated.
3839 This resulted in large solid color squares being present in the generated image.
3840 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3841 applies that change in WebCore.
3843 Test: svg/filters/feTurbulence_bad_seeds.html
3845 * platform/graphics/filters/FETurbulence.cpp:
3846 (WebCore::FETurbulence::initPaint):
3847 Added rejection sampling during vector generation to avoid zero length vectors.
3849 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3851 [cmake] Remove compiler version calculate cruft
3852 https://bugs.webkit.org/show_bug.cgi?id=140885
3854 Reviewed by Darin Adler.
3856 * Source/cmake/WebKitHelpers.cmake:
3858 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3860 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3861 https://bugs.webkit.org/show_bug.cgi?id=140886