1 2016-05-18 Gwang Yoon Hwang <yoon@igalia.com>
3 [GStreamer] Use FakeSink to get a decoded texture from a pipeline
4 https://bugs.webkit.org/show_bug.cgi?id=153641
6 Reviewed by Philippe Normand.
8 * Source/cmake/FindGStreamer.cmake: Bump gst-gl version to 1.8.0
10 2016-05-17 Dean Jackson <dino@apple.com>
12 Remove ES6_GENERATORS flag
13 https://bugs.webkit.org/show_bug.cgi?id=157815
14 <rdar://problem/26332894>
16 Reviewed by Geoffrey Garen.
18 This flag isn't needed. Generators are enabled everywhere and
19 part of a stable specification.
21 * Source/cmake/OptionsWin.cmake:
22 * Source/cmake/WebKitFeatures.cmake:
23 * Source/cmake/tools/vsprops/FeatureDefines.props:
24 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
26 2016-05-16 Joseph Pecoraro <pecoraro@apple.com>
28 Unreviewed rollout r200924. Caused js/regress/string-replace-generic.html to fail.
30 * ManualTests/inspector/profiler-test-call.html: Added.
31 * ManualTests/inspector/profiler-test-many-calls-in-the-same-scope.html: Added.
33 2016-05-14 Joseph Pecoraro <pecoraro@apple.com>
36 https://bugs.webkit.org/show_bug.cgi?id=153565
40 * ManualTests/inspector/profiler-test-call.html: Removed.
41 * ManualTests/inspector/profiler-test-many-calls-in-the-same-scope.html: Removed.
43 2016-05-13 Yoav Weiss <yoav@yoav.ws>
45 Turn on WEB_TIMING for all ports
46 https://bugs.webkit.org/show_bug.cgi?id=157673
48 Reviewed by Alex Christensen.
50 Turn on WEB_TIMING by default on the cmake Mac port, to match it with all other ports,
51 and make sure that the flag will be on by default for all ports.
53 * Source/cmake/OptionsGTK.cmake: Remove the specific private flag for WEB_TIMING.
54 * Source/cmake/OptionsMac.cmake: Remove the specific private flag for WEB_TIMING.
55 * Source/cmake/WebKitFeatures.cmake: Turn on WEB_TIMING for all ports by default.
57 2016-05-12 Csaba Osztrogonác <ossy@webkit.org>
59 Remove ENABLE(ES6_ARROWFUNCTION_SYNTAX) guards
60 https://bugs.webkit.org/show_bug.cgi?id=157564
62 Reviewed by Darin Adler.
64 * Source/cmake/WebKitFeatures.cmake:
66 2016-05-10 Michael Catanzaro <mcatanzaro@igalia.com>
68 [Linux] Remove seccomp filters support
69 https://bugs.webkit.org/show_bug.cgi?id=157380
71 Reviewed by Darin Adler.
73 * Source/cmake/FindLibSeccomp.cmake: Removed.
74 * Source/cmake/OptionsEfl.cmake:
75 * Source/cmake/OptionsGTK.cmake:
76 * Source/cmake/WebKitFeatures.cmake:
78 2016-05-06 Manuel Rego Casasnovas <rego@igalia.com>
80 [css-grid] Unprefix CSS Grid Layout properties
81 https://bugs.webkit.org/show_bug.cgi?id=157137
83 Reviewed by Simon Fraser.
85 Remove "-webkit" prefix from all the grid layout properties,
86 including the display value.
87 Update the source code to remove the prefix where it was used too.
89 * ManualTests/css-grid-layout-item-with-huge-span-crash.html:
91 2016-05-02 Per Arne Vollan <peavo@outlook.com>
93 [Win] Enable IndexedDB.
94 https://bugs.webkit.org/show_bug.cgi?id=157192
96 Reviewed by Brent Fulgham.
98 * Source/cmake/OptionsWin.cmake:
100 2016-05-02 Yoav Weiss <yoav@yoav.ws>
102 Move ResourceTiming behind a runtime flag
103 https://bugs.webkit.org/show_bug.cgi?id=157133
105 Reviewed by Alex Christensen.
107 * Source/cmake/WebKitFeatures.cmake: Remove the PERFORMANCE_TIMELINE build flag.
109 2016-04-29 Commit Queue <commit-queue@webkit.org>
111 Unreviewed, rolling out r200232.
112 https://bugs.webkit.org/show_bug.cgi?id=157189
114 This change broke the Mac CMake build and its LayoutTest is
115 failing and/or flaky on all platforms (Requested by ryanhaddad
120 "Move ResourceTiming behind a runtime flag"
121 https://bugs.webkit.org/show_bug.cgi?id=157133
122 http://trac.webkit.org/changeset/200232
124 2016-04-29 Yoav Weiss <yoav@yoav.ws>
126 Move ResourceTiming behind a runtime flag
127 https://bugs.webkit.org/show_bug.cgi?id=157133
129 Reviewed by Alex Christensen.
131 * Source/cmake/WebKitFeatures.cmake: Remove the PERFORMANCE_TIMELINE build flag.
133 2016-04-28 Commit Queue <commit-queue@webkit.org>
135 Unreviewed, rolling out r200185.
136 https://bugs.webkit.org/show_bug.cgi?id=157131
138 Bad temporary file added unintentionally (Requested by fredw
143 "RenderMathMLOperator refactoring: introduce getBaseGlyph and
144 remove parameter from getDisplayStyleLargeOperator"
145 https://bugs.webkit.org/show_bug.cgi?id=156910
146 http://trac.webkit.org/changeset/200185
148 2016-04-25 Ryosuke Niwa <rniwa@webkit.org>
150 Remove the build flag for template elements
151 https://bugs.webkit.org/show_bug.cgi?id=157022
153 Reviewed by Daniel Bates.
155 * Source/cmake/OptionsEfl.cmake:
156 * Source/cmake/OptionsMac.cmake:
157 * Source/cmake/OptionsWin.cmake:
158 * Source/cmake/WebKitFeatures.cmake:
159 * Source/cmake/tools/vsprops/FeatureDefines.props:
160 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
162 2016-04-22 Carlos Garcia Campos <cgarcia@igalia.com>
164 [GTK] Enable the download attribute support
165 https://bugs.webkit.org/show_bug.cgi?id=99025
167 Reviewed by Žan Doberšek.
169 * Source/cmake/OptionsGTK.cmake:
171 2016-04-18 Yusuke Suzuki <utatane.tea@gmail.com>
173 [JSCOnly] Implement RunLoop and remove glib dependency
174 https://bugs.webkit.org/show_bug.cgi?id=155706
176 Reviewed by Michael Catanzaro.
178 * Source/cmake/OptionsJSCOnly.cmake:
180 2016-04-18 Carlos Garcia Campos <cgarcia@igalia.com>
182 [GTK] Menu list button doesn't use the text color from the theme
183 https://bugs.webkit.org/show_bug.cgi?id=118234
185 Reviewed by Darin Adler.
187 * ManualTests/gtk/theme.html: Add a disabled combo test.
189 2016-04-13 Konstantin Tokarev <annulen@yandex.ru>
191 FindWebP should not be misguided by pkg-config when cross-compiling.
192 https://bugs.webkit.org/show_bug.cgi?id=156544
194 Reviewed by Michael Catanzaro.
196 We should use pkg-config output only as a hint, like other modules do.
198 * Source/cmake/FindWebP.cmake:
200 2016-04-07 Carlos Garcia Campos <cgarcia@igalia.com>
202 [GTK] Rework the theming code for GTK+ 3.20
203 https://bugs.webkit.org/show_bug.cgi?id=156333
205 Reviewed by Michael Catanzaro.
207 Add a manual test to check how themed elements are rendered.
209 * ManualTests/gtk/theme.html: Added.
211 2016-04-11 Fujii Hironori <Hironori.Fujii@jp.sony.com>
213 [CMake] Make FOLDER property INHERITED
214 https://bugs.webkit.org/show_bug.cgi?id=156460
216 Reviewed by Brent Fulgham.
218 Some CMake targets are not setting the FOLDER property. This causes the
219 generated projects to be displayed in the top-level folder of the solution.
221 Making the FOLDER property INHERITED ensures that all the targets
222 are placed in their proper directories.
224 * Source/cmake/OptionsCommon.cmake:
225 Define FOLDER property as a inherited property.
226 * Source/cmake/WebKitMacros.cmake:
227 Do not set FOLDER target property.
229 2016-04-08 Alex Christensen <achristensen@webkit.org>
231 Progress towards running CMake WebKit2 on Mac
232 https://bugs.webkit.org/show_bug.cgi?id=156426
234 Reviewed by Tim Horton.
236 * Source/cmake/OptionsMac.cmake:
237 FTL works on Mac, so let's use it.
238 * Source/cmake/WebKitMacros.cmake:
240 2016-04-07 Joseph Pecoraro <pecoraro@apple.com>
242 Remove ENABLE(ENABLE_ES6_CLASS_SYNTAX) guards
243 https://bugs.webkit.org/show_bug.cgi?id=156384
245 Reviewed by Ryosuke Niwa.
247 * Source/cmake/WebKitFeatures.cmake:
249 2016-04-07 Dean Jackson <dino@apple.com>
251 [iOS] Play button on video is too dark
252 https://bugs.webkit.org/show_bug.cgi?id=156383
253 <rdar://problem/23540816>
255 Reviewed by Simon Fraser.
257 Add a manual test for iOS that shows the expected appearance
258 of a video element. Unfortunately, due to the way we take
259 snapshots on iOS within our test runner, we don't get the
260 platform blurring effect, which means an automated test
263 * ManualTests/ios/start-playback-button-appearance-expected.html: Added.
264 * ManualTests/ios/start-playback-button-appearance.html: Added.
266 2016-04-06 Alex Christensen <achristensen@webkit.org>
268 Fix CMake DumpRenderTree
269 https://bugs.webkit.org/show_bug.cgi?id=156305
271 Reviewed by Daniel Bates.
273 * Source/cmake/OptionsMac.cmake:
275 2016-04-05 Alex Christensen <achristensen@webkit.org>
277 Make CMake-generated binaries on Mac able to run
278 https://bugs.webkit.org/show_bug.cgi?id=156268
280 Reviewed by Daniel Bates.
282 * Source/cmake/OptionsMac.cmake:
284 2016-04-04 Alejandro G. Castro <alex@igalia.com>
286 REGRESSION(r198492): [GTK] The WEB_RTC flag was not correctly added in some situations
287 https://bugs.webkit.org/show_bug.cgi?id=156164
289 Reviewed by Philippe Normand.
291 Remove double space in the error message when openwebrtc is not present.
293 * Source/cmake/OptionsGTK.cmake:
295 2016-04-03 Carlos Garcia Campos <cgarcia@igalia.com>
297 Unreviewed. Bump GTK+ versions numbers.
299 * Source/cmake/OptionsGTK.cmake:
301 2016-03-31 Daniel Bates <dabates@apple.com>
303 tool tip/alt. text appears when mouse is no longer hovering over link
304 https://bugs.webkit.org/show_bug.cgi?id=24427
305 <rdar://problem/8045235>
307 Reviewed by Antonio Gomes.
309 Although the bug no longer reproduces, add a manual test that can be used to determine if a
310 tooltip for a hyperlink is shown when the cursor no longer hovers over it.
312 * ManualTests/tooltip-when-mouse-not-directly-over-hyperlink.html: Added.
314 2016-03-29 Commit Queue <commit-queue@webkit.org>
316 Unreviewed, rolling out r198781.
317 https://bugs.webkit.org/show_bug.cgi?id=155986
319 broke windows clean build (Requested by alexchristensen on
324 "[Win] CMake seems to build all generated files every time"
325 https://bugs.webkit.org/show_bug.cgi?id=155872
326 http://trac.webkit.org/changeset/198781
328 2016-03-29 Brent Fulgham <bfulgham@apple.com>
330 [Win] CMake seems to build all generated files every time
331 https://bugs.webkit.org/show_bug.cgi?id=155872
333 Reviewed by Alex Christensen.
335 This seems to be caused by Visual Studio being unhappy receiving multiple output targets
336 for its custom build rules. If I limit the output to just the header file on Windows, the
337 dependency check seems to do the right thing.
339 * Source/cmake/WebKitMacros.cmake:
341 2016-03-28 Alex Christensen <achristensen@webkit.org>
343 Fix Mac Ninja build after r198766.
345 * Source/cmake/WebKitMacros.cmake:
346 WebCore_DERIVED_SOURCES are intentionally in a separate library to reduce linker line length.
347 This is now only specific to WebKit2_DERIVED_SOURCES, so I'm moving it there.
349 2016-03-28 Alex Christensen <achristensen@webkit.org>
351 Fix Windows build after r198766.
353 * Source/cmake/WebKitMacros.cmake:
354 Use the filename from the cpp so that WebCorePrefix.cpp and WebCoreDerivedSourcesPrefix.cpp
355 generate unique .pch files, even though they both include WebCorePrefix.h
357 2016-03-28 Alex Christensen <achristensen@webkit.org>
359 Fix Ninja build on Mac
360 https://bugs.webkit.org/show_bug.cgi?id=151399
362 Reviewed by Darin Adler.
364 * Source/CMakeLists.txt:
365 * Source/cmake/WebKitMacros.cmake:
367 2016-03-27 Daniel Bates <dabates@apple.com>
369 WebKit.xcworkspace "All Source" scheme always copies OS X WebKitSystemInterface libraries
370 https://bugs.webkit.org/show_bug.cgi?id=155889
372 Reviewed by Alexey Proskuryakov.
374 Fixes an issue where building the "All Source" scheme in WebKit.xcworkspace would
375 always copy the OS X WebKitSystemInterface libraries regardless of the selected
376 base SDK. In particular, it would copy the OS X WebKitSystemInterface libraries
377 when building with SDK iphonesimulator. WebKit.xcworkspace should copy the SDK-
378 specific WebKitSystemInterface libraries.
380 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
382 2016-03-25 Brady Eidson <beidson@apple.com>
384 Soften push/replaceState frequency restrictions.
385 <rdar://problem/25228439> and https://bugs.webkit.org/show_bug.cgi?id=155901
387 Rubber-stamped by Timothy Hatcher.
389 * ManualTests/state-objects-time-limit.html: Added.
391 2016-03-25 Daniel Bates <dabates@apple.com>
393 REGRESSION (r197358): WebKitSystemInterface.h copied into directory named "--llvm"
394 https://bugs.webkit.org/show_bug.cgi?id=155838
396 Reviewed by Alexey Proskuryakov.
398 Do not pass command line flag --llvm when calling script copy-webkitlibraries-to-product-directory
399 to avoid copying the WebKitSystemInterface libraries to an incorrect location. The --llvm flag was
400 removed from copy-webkitlibraries-to-product-directory in <http://trac.webkit.org/changeset/197358>.
402 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
404 2016-03-25 Bill Ming <mbbill@gmail.com>
406 Detect correct number of processors on windows
407 https://bugs.webkit.org/show_bug.cgi?id=155884
409 Reviewed by Alex Christensen.
411 * Tools/Scripts/run-jsc-stress-tests:
413 2016-03-25 Brent Fulgham <bfulgham@apple.com>
415 [Win] Improve CMake build performance
416 https://bugs.webkit.org/show_bug.cgi?id=155871
417 <rdar://problem/24747822>
419 Reviewed by Alex Christensen.
421 Add a flag to the PROCESS_ALLINONE_FILE macro so that it does not remove
422 the files contained in the passed all-in-one file, since this breaks
423 dependency checking and generation of the derived sources from the IDL.
424 Instead, include the header files in the project so that all files get
427 * Source/cmake/WebKitMacros: Updated for 'DerivedSources.cpp' use case.
429 2016-03-25 Konstantin Tokarev <annulen@yandex.ru>
431 Turned on ENABLE_REQUEST_ANIMATION_FRAME by default for any port.
432 https://bugs.webkit.org/show_bug.cgi?id=155882
434 Reviewed by Michael Catanzaro.
436 It was already enabled in all trunk ports, and is required for
437 WebInspectorUI to work.
439 * Source/cmake/OptionsGTK.cmake: Removed duplication of default value.
440 * Source/cmake/OptionsMac.cmake: Ditto.
441 * Source/cmake/WebKitFeatures.cmake: Turned
442 ENABLE_REQUEST_ANIMATION_FRAME ON.
444 2016-03-24 Bill Ming <mbbill@gmail.com>
446 Determine architecture for running jsc stress tests on windows
447 https://bugs.webkit.org/show_bug.cgi?id=155840
449 Reviewed by Alex Christensen.
451 * Tools/Scripts/run-jsc-stress-tests:
453 2016-03-23 Bill Ming <mbbill@gmail.com>
455 Fixed ninja build path.
456 https://bugs.webkit.org/show_bug.cgi?id=155796
458 Reviewed by Alex Christensen.
460 * Tools/Scripts/build-webkit:
462 2016-03-21 Eric Carlson <eric.carlson@apple.com>
464 Add a WebRTC specific compile flag
465 https://bugs.webkit.org/show_bug.cgi?id=155663
467 Reviewed by Jer Noble.
469 * Source/cmake/OptionsEfl.cmake:
470 * Source/cmake/OptionsGTK.cmake:
471 * Source/cmake/WebKitFeatures.cmake:
473 2016-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
475 Unreviewed, missing SET_AND_EXPOSE_TO_BUILD for USE_UDIS86 in JSCOnly port
476 https://bugs.webkit.org/show_bug.cgi?id=155628
478 * Source/cmake/OptionsJSCOnly.cmake:
480 2016-03-17 Yusuke Suzuki <utatane.tea@gmail.com>
482 [JSCOnly] Enable udis86
483 https://bugs.webkit.org/show_bug.cgi?id=155628
485 Reviewed by Carlos Garcia Campos.
487 Enable udis86 for disassembler. The current flag name is incorrect.
489 * Source/cmake/OptionsJSCOnly.cmake:
491 2016-03-14 Konstantin Tokarev <annulen@yandex.ru>
493 Restored ENABLE_WEBCORE option and used it in JSCOnly port.
494 https://bugs.webkit.org/show_bug.cgi?id=155428
496 Reviewed by Michael Catanzaro.
498 This is a partial revert of r182624.
501 * Source/CMakeLists.txt:
502 * Source/cmake/OptionsJSCOnly.cmake:
503 * Source/cmake/WebKitFS.cmake:
505 2016-03-13 Joseph Pecoraro <pecoraro@apple.com>
507 Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
508 https://bugs.webkit.org/show_bug.cgi?id=155417
510 Reviewed by Yusuke Suzuki.
512 * Source/cmake/OptionsWin.cmake:
513 * Source/cmake/WebKitFeatures.cmake:
514 * Source/cmake/tools/vsprops/FeatureDefines.props:
515 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
517 2016-03-13 Konstantin Tokarev <annulen@yandex.ru>
519 Added new port JSCOnly.
520 https://bugs.webkit.org/show_bug.cgi?id=154512
522 Reviewed by Michael Catanzaro.
524 This port allows to build JavaScriptCore engine with minimal
528 * Source/cmake/OptionsJSCOnly.cmake: Added.
530 2016-03-12 Myles C. Maxfield <mmaxfield@apple.com>
532 Delete dead SVG Font code
533 https://bugs.webkit.org/show_bug.cgi?id=154718
535 Reviewed by Antti Koivisto.
537 * Source/cmake/OptionsEfl.cmake:
538 * Source/cmake/OptionsWin.cmake:
539 * Source/cmake/WebKitFeatures.cmake:
540 * Source/cmake/tools/vsprops/FeatureDefines.props:
541 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
543 2016-03-12 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
545 [GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
546 https://bugs.webkit.org/show_bug.cgi?id=152650
548 Reviewed by Carlos Garcia Campos.
550 * Source/cmake/OptionsGTK.cmake:
552 2016-03-10 Frederic Wang <fwang@igalia.org>
554 [GTK] Add support for WOFF2
555 https://bugs.webkit.org/show_bug.cgi?id=152616
557 Reviewed by Carlos Garcia Campos.
559 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
560 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
562 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
564 [cmake] Fixed All-in-One build.
565 https://bugs.webkit.org/show_bug.cgi?id=155241
567 Reviewed by Csaba Osztrogonác.
569 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
570 not removed in PROCESS_ALLINONE_FILE.
572 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
574 [EFL] Enable the SVG -> OTF Font Converter
575 https://bugs.webkit.org/show_bug.cgi?id=155192
577 Reviewed by Gyuyoung Kim.
579 * Source/cmake/OptionsEfl.cmake:
581 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
583 [GTK] Enable the SVG -> OTF Font Converter
584 https://bugs.webkit.org/show_bug.cgi?id=155191
586 Reviewed by Martin Robinson.
588 * Source/cmake/OptionsGTK.cmake:
590 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
592 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
594 * Source/cmake/OptionsEfl.cmake:
595 * Source/cmake/OptionsGTK.cmake:
597 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
599 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
600 https://bugs.webkit.org/show_bug.cgi?id=154651
602 Reviewed by Alex Christensen.
604 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
605 CMake's PRE_BUILD COMMAND feature because the latter actually
606 generates pre-link target instead of pre-build.
608 2016-03-01 Alex Christensen <achristensen@webkit.org>
610 Reduce size of internal windows build output
611 https://bugs.webkit.org/show_bug.cgi?id=154763
613 Reviewed by Brent Fulgham.
615 * Source/cmake/OptionsWin.cmake:
617 2016-03-01 Commit Queue <commit-queue@webkit.org>
619 Unreviewed, rolling out r197056.
620 https://bugs.webkit.org/show_bug.cgi?id=154870
622 broke win ews (Requested by alexchristensen on #webkit).
626 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
627 https://bugs.webkit.org/show_bug.cgi?id=154651
628 http://trac.webkit.org/changeset/197056
630 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
632 [cmake] Allow using FindGLIB in case glib is optional dependency.
633 https://bugs.webkit.org/show_bug.cgi?id=154796
635 Reviewed by Michael Catanzaro.
637 FindGLIB caused internal CMake error in case glibconfig.h is not
640 * Source/cmake/FindGLIB.cmake:
642 2016-02-29 Commit Queue <commit-queue@webkit.org>
644 Unreviewed, rolling out r197297.
645 https://bugs.webkit.org/show_bug.cgi?id=154810
647 This change broke build of GTK from scratch (Requested by
652 "[cmake] Allow using FindGLIB in case glib is optional
654 https://bugs.webkit.org/show_bug.cgi?id=154796
655 http://trac.webkit.org/changeset/197297
657 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
659 [cmake] Allow using FindGLIB in case glib is optional dependency.
660 https://bugs.webkit.org/show_bug.cgi?id=154796
662 Reviewed by Michael Catanzaro.
664 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
667 * Source/cmake/FindGLIB.cmake:
669 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
671 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
672 https://bugs.webkit.org/show_bug.cgi?id=143402
674 Reviewed by Alex Christensen.
676 Turn on by default, and turn on for Windows.
678 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
680 * Source/cmake/OptionsWin.cmake:
681 * Source/cmake/WebKitFeatures.cmake:
683 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
685 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
686 https://bugs.webkit.org/show_bug.cgi?id=151688
688 Reviewed by Dean Jackson.
690 Enables the WEB_ANIMATIONS compiler switch.
692 * Source/cmake/OptionsWin.cmake:
694 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
696 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
697 https://bugs.webkit.org/show_bug.cgi?id=154651
699 Reviewed by Alex Christensen.
701 * Source/cmake/WebKitMacros.cmake:
703 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
705 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
706 https://bugs.webkit.org/show_bug.cgi?id=154450
708 Reviewed by Alex Christensen.
710 * Source/cmake/WebKitMacros.cmake:
712 2016-02-18 Philippe Normand <pnormand@igalia.com>
714 [GStreamer] Bump internal jhbuild versions to 1.6.3
715 https://bugs.webkit.org/show_bug.cgi?id=149594
717 Reviewed by Michael Catanzaro.
719 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
721 2016-02-18 Anders Carlsson <andersca@apple.com>
723 Get rid of the "All Source (target WebProcess)" scheme.
725 Rubber-stamped by Dan Bernstein.
727 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
729 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
731 [CMake] Remove LLVM support
732 https://bugs.webkit.org/show_bug.cgi?id=154370
734 Reviewed by Csaba Osztrogonác.
736 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
737 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
738 but for the time being this is dead code.
740 * Source/cmake/FindLLVM.cmake: Removed.
741 * Source/cmake/OptionsCommon.cmake:
743 2016-02-18 Joonghun Park <jh718.park@samsung.com>
745 [CMake] Remove meaningless conditional statements in CMakeLists.txt
746 https://bugs.webkit.org/show_bug.cgi?id=153778
748 Reviewed by Csaba Osztrogonác.
751 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
752 And remove conditional statements which has enclosed these one
753 because they don't have meaning anymore.
755 2016-02-15 Alex Christensen <achristensen@webkit.org>
757 Re-enable INTL on WinCairo
758 https://bugs.webkit.org/show_bug.cgi?id=154256
760 Reviewed by Michael Catanzaro.
762 * Source/cmake/OptionsWin.cmake:
763 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
765 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
767 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
768 https://bugs.webkit.org/show_bug.cgi?id=154165
770 Reviewed by Alex Christensen.
772 * Source/cmake/OptionsEfl.cmake:
773 * Source/cmake/OptionsGTK.cmake:
775 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
777 [cmake] Consolidate TextureMapper file and include dir lists.
778 https://bugs.webkit.org/show_bug.cgi?id=154106
780 Reviewed by Michael Catanzaro.
782 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
784 * Source/cmake/OptionsWinCairo.cmake: Ditto.
786 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
788 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
789 https://bugs.webkit.org/show_bug.cgi?id=154033
791 Reviewed by Michael Catanzaro.
793 * Source/cmake/WebKitFeatures.cmake:
795 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
797 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
799 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
801 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
803 [GTK][EFL] Enable SamplingProfiler
804 https://bugs.webkit.org/show_bug.cgi?id=153638
806 Reviewed by Michael Catanzaro.
808 Enable SamplingProfiler in GTK and EFL.
809 And added option to CMake to switch this from the build command.
811 * Source/cmake/OptionsEfl.cmake:
812 * Source/cmake/OptionsGTK.cmake:
813 * Source/cmake/WebKitFeatures.cmake:
815 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
817 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
818 https://bugs.webkit.org/show_bug.cgi?id=153961
820 Reviewed by Michael Catanzaro.
822 * Source/cmake/OptionsCommon.cmake:
823 * Source/cmake/OptionsEfl.cmake:
824 * Source/cmake/OptionsGTK.cmake:
826 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
828 Unreviewed non X86_64 buildfix after r196077.
830 * Source/cmake/OptionsEfl.cmake:
831 * Source/cmake/OptionsGTK.cmake:
833 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
835 [GTK][EFL] Switch FTL to B3
836 https://bugs.webkit.org/show_bug.cgi?id=153478
838 Reviewed by Csaba Osztrogonác.
840 * Source/cmake/OptionsEfl.cmake:
841 * Source/cmake/OptionsGTK.cmake:
843 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
845 Unreviewed attempt to fix Mac CMake build after r195999.
847 * Source/cmake/OptionsMac.cmake:
848 * Source/cmake/WebKitFeatures.cmake:
849 Add ENABLE_RESOURCE_USAGE to CMake builds.
851 2016-02-02 Alejandro G. Castro <alex@igalia.com>
853 [GTK][EFL] Upgrade OpenWebRTC dependency
854 https://bugs.webkit.org/show_bug.cgi?id=153489
856 Reviewed by Philippe Normand.
858 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
859 required to make the mediastream work.
861 2016-02-01 Alex Christensen <achristensen@webkit.org>
863 [Win] WTFHeaderDetection.h no longer needed
864 https://bugs.webkit.org/show_bug.cgi?id=153753
865 rdar://problem/24434627
867 Reviewed by Darin Adler.
869 * Source/cmake/WebKitFS.cmake:
871 2016-01-31 Joonghun Park <jh718.park@samsung.com>
873 [EFL] All API tests are broken on 15.10
874 https://bugs.webkit.org/show_bug.cgi?id=153528
876 Reviewed by Gyuyoung Kim.
878 * CMakeLists.txt: Having include(WebKitCommon) statement follow
879 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
881 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
883 Enable SamplingProfiler on POSIX environment
884 https://bugs.webkit.org/show_bug.cgi?id=153584
886 Reviewed by Michael Saboff.
888 Add features.h header check. It will define __GLIBC__.
890 * Source/cmake/OptionsCommon.cmake:
892 2016-01-27 Alexey Proskuryakov <ap@apple.com>
894 Remove ENABLE_CURRENTSRC
895 https://bugs.webkit.org/show_bug.cgi?id=153545
897 Reviewed by Simon Fraser.
899 * Source/cmake/OptionsEfl.cmake:
900 * Source/cmake/OptionsGTK.cmake:
901 * Source/cmake/OptionsMac.cmake:
902 * Source/cmake/OptionsWin.cmake:
903 * Source/cmake/WebKitFeatures.cmake:
904 * Source/cmake/tools/vsprops/FeatureDefines.props:
905 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
907 2016-01-25 Alex Christensen <achristensen@webkit.org>
909 Fix internal Windows build
910 https://bugs.webkit.org/show_bug.cgi?id=153469
912 Reviewed by Brent Fulgham.
914 * Source/cmake/WebKitMacros.cmake:
915 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
917 2016-01-23 Aaron Chu <arona.chu@gmail.com>
919 Web Inspector: AXI: node-link-list should be collapsible
920 https://bugs.webkit.org/show_bug.cgi?id=130911
922 Added a manual test to test the node list in the Accessibility Inspector
924 Reviewed by Timothy Hatcher.
926 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
928 2016-01-22 Alex Christensen <achristensen@webkit.org>
930 Fix internal Windows build
931 https://bugs.webkit.org/show_bug.cgi?id=153385
932 rdar://problem/24310408
934 Reviewed by Brian Weinstein.
936 * Source/cmake/WinTools.make:
937 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
938 These property sheets are needed for some projects that are not in this repository
939 and don't use CMake in the official build. We want to leave them unchanged for now.
941 2016-01-22 Alex Christensen <achristensen@webkit.org>
943 Only set CMake output directories if they aren't already set
944 https://bugs.webkit.org/show_bug.cgi?id=153373
946 Reviewed by Michael Catanzaro.
949 r195242 caused Windows builds to copy files to bin instead of bin64.
950 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
951 This also makes it so you can set these variables by command line.
953 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
955 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
957 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
959 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
961 [CMake] Duplicate attempts to find software during cmake stage
962 https://bugs.webkit.org/show_bug.cgi?id=153211
964 Reviewed by Martin Robinson.
966 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
967 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
969 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
971 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
972 https://bugs.webkit.org/show_bug.cgi?id=153190
974 Reviewed by Csaba Osztrogonác.
976 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
978 * Source/CMakeLists.txt:
979 * Source/cmake/OptionsWin.cmake:
981 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
983 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
985 https://bugs.webkit.org/show_bug.cgi?id=153117
987 Reviewed by Michael Catanzaro.
989 * Source/cmake/OptionsGTK.cmake:
991 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
993 [CMake] Do not use LLVM static libraries for FTL JIT
994 https://bugs.webkit.org/show_bug.cgi?id=151559
996 Reviewed by Michael Catanzaro.
998 Also export LLVM_LIBRARIES variable that can be used to prefer
999 linking to the llvm dynamic libraries.
1001 * Source/cmake/FindLLVM.cmake:
1003 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
1005 [GTK] Add comments above options declarations in OptionsGTK.cmake
1006 https://bugs.webkit.org/show_bug.cgi?id=153074
1008 Reviewed by Martin Robinson.
1010 * Source/cmake/OptionsGTK.cmake:
1012 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
1014 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
1016 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1018 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
1020 Add a build flag for custom element
1021 https://bugs.webkit.org/show_bug.cgi?id=153005
1023 Reviewed by Alex Christensen.
1025 * Source/cmake/OptionsEfl.cmake:
1026 * Source/cmake/OptionsWin.cmake:
1027 * Source/cmake/WebKitFeatures.cmake:
1029 2016-01-08 Alex Christensen <achristensen@webkit.org>
1031 Fix internal Windows build
1032 https://bugs.webkit.org/show_bug.cgi?id=152937
1034 Reviewed by Brent Fulgham.
1036 * Source/cmake/WebKitCommon.cmake:
1037 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
1038 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
1039 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
1040 set PATH=%SystemDrive%\cygwin\bin;%PATH%
1042 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1044 [EFL] Set WebKit2 process output name
1045 https://bugs.webkit.org/show_bug.cgi?id=152773
1047 Reviewed by Benjamin Poulain.
1049 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
1050 So this patch sets wk2 process output name.
1052 * Source/cmake/OptionsEfl.cmake:
1054 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
1056 [CMake] Remove USE_UDIS86 variable
1057 https://bugs.webkit.org/show_bug.cgi?id=152731
1059 Reviewed by Gyuyoung Kim.
1061 Remove the USE_UDIS86 variable in CMake files. The specific build guard
1062 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
1063 in CMake isn't required anymore. The Udis86-specific files have to be
1064 built unconditionally now, though.
1066 * Source/cmake/OptionsEfl.cmake:
1067 * Source/cmake/OptionsGTK.cmake:
1068 * Source/cmake/OptionsMac.cmake:
1070 2016-01-04 Alex Christensen <achristensen@webkit.org>
1072 Fix Mac CMake build after r194454.
1074 * Source/cmake/OptionsMac.cmake:
1075 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
1076 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
1078 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
1080 [GTK][CMake] Do not override default values of build options with the default value
1081 https://bugs.webkit.org/show_bug.cgi?id=152615
1083 Reviewed by Martin Robinson.
1085 Override the default value of build options only when the default value for the GTK+ port
1086 is actually different than the default value in WebKitFeatures.cmake. This way we don't
1087 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
1088 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
1090 * Source/cmake/OptionsGTK.cmake:
1092 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
1094 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
1095 https://bugs.webkit.org/show_bug.cgi?id=144069
1097 Reviewed by Martin Robinson.
1099 * Source/cmake/OptionsWin.cmake:
1100 Do not set options that no longer exist.
1101 * Source/cmake/WebKitFeatures.cmake:
1102 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
1103 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
1104 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
1105 no CMake port was using it.
1107 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
1109 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
1110 https://bugs.webkit.org/show_bug.cgi?id=152611
1112 Reviewed by Martin Robinson.
1114 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
1115 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
1116 not to the DOM bindings generator, for example).
1118 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
1119 called after WEBKIT_OPTION_END, they don't do anything.
1121 Add error checking to catch these bugs.
1123 * Source/cmake/WebKitFeatures.cmake:
1125 2015-12-30 Philippe Normand <pnormand@igalia.com>
1127 [GTK][Mac] Disable gtk-doc
1128 https://bugs.webkit.org/show_bug.cgi?id=150798
1130 Reviewed by Michael Catanzaro.
1132 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
1133 link error on Mac, so for now disable gtk-doc support on that
1135 * Source/cmake/OptionsGTK.cmake: Ditto.
1137 2015-12-23 Andy VanWagoner <andy@instructure.com>
1139 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
1140 https://bugs.webkit.org/show_bug.cgi?id=147603
1142 Reviewed by Benjamin Poulain.
1144 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
1146 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
1148 [Fetch API] Add fetch API compile time flag
1149 https://bugs.webkit.org/show_bug.cgi?id=152254
1151 Reviewed by Darin Adler.
1153 * Source/cmake/OptionsWin.cmake:
1154 * Source/cmake/WebKitFeatures.cmake:
1156 2015-12-10 Brent Fulgham <bfulgham@apple.com>
1158 [Win] Support building under Cygwin or native Perl
1159 https://bugs.webkit.org/show_bug.cgi?id=152145
1160 <rdar://problem/23839868>
1162 Reviewed by David Kilzer.
1164 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
1168 2015-12-09 Daniel Bates <dabates@apple.com>
1170 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
1171 https://bugs.webkit.org/show_bug.cgi?id=151840
1172 <rdar://problem/23753931>
1174 Reviewed by Simon Fraser.
1176 Add a manual test that can be used to verify that we suspend dispatching device motion and
1177 device orientation events when the page is hidden.
1179 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
1182 (handleVisibilityChange):
1183 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
1185 2015-12-07 Alex Christensen <achristensen@webkit.org>
1187 Fix internal Windows build
1188 https://bugs.webkit.org/show_bug.cgi?id=151950
1190 Reviewed by Brent Fulgham.
1192 * Source/cmake/tools/scripts/auto-version.pl:
1194 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
1196 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
1197 https://bugs.webkit.org/show_bug.cgi?id=150792
1199 Reviewed by Saam Barati.
1201 * Source/cmake/OptionsWin.cmake:
1202 * Source/cmake/WebKitFeatures.cmake:
1204 2015-12-01 Commit Queue <commit-queue@webkit.org>
1206 Unreviewed, rolling out r192914.
1207 https://bugs.webkit.org/show_bug.cgi?id=151734
1209 JSC tests for this change are failing on 32 and 64-bit bots
1210 (Requested by ryanhaddad on #webkit).
1214 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
1215 enable this feature"
1216 https://bugs.webkit.org/show_bug.cgi?id=150792
1217 http://trac.webkit.org/changeset/192914
1219 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
1221 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
1222 https://bugs.webkit.org/show_bug.cgi?id=150792
1224 Reviewed by Saam Barati.
1226 * Source/cmake/OptionsWin.cmake:
1227 * Source/cmake/WebKitFeatures.cmake:
1229 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
1231 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
1233 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1235 2015-11-20 Alex Christensen <achristensen@webkit.org>
1237 Remove NETWORK_PROCESS compile flag
1238 https://bugs.webkit.org/show_bug.cgi?id=151512
1240 Reviewed by Tim Horton.
1242 * Source/cmake/OptionsEfl.cmake:
1243 * Source/cmake/OptionsGTK.cmake:
1244 * Source/cmake/OptionsMac.cmake:
1245 * Source/cmake/WebKitFeatures.cmake:
1247 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
1249 [EFL] Enable FTL JIT by default on X86_64
1250 https://bugs.webkit.org/show_bug.cgi?id=143822
1252 Reviewed by Carlos Garcia Campos.
1254 * Source/cmake/OptionsEfl.cmake:
1256 2015-11-19 Commit Queue <commit-queue@webkit.org>
1258 Unreviewed, rolling out r192667 and r192668.
1259 https://bugs.webkit.org/show_bug.cgi?id=151476
1261 broke api tests (Requested by alexchristensen on #webkit).
1263 Reverted changesets:
1265 "Remove the non-NetworkProcess configurations"
1266 https://bugs.webkit.org/show_bug.cgi?id=151418
1267 http://trac.webkit.org/changeset/192667
1269 "Fix GTK Build after r192667."
1270 http://trac.webkit.org/changeset/192668
1272 2015-11-19 Alex Christensen <achristensen@webkit.org>
1274 Remove the non-NetworkProcess configurations
1275 https://bugs.webkit.org/show_bug.cgi?id=151418
1277 Reviewed by Geoffrey Garen.
1279 * Source/cmake/OptionsEfl.cmake:
1280 * Source/cmake/OptionsGTK.cmake:
1281 * Source/cmake/OptionsMac.cmake:
1282 * Source/cmake/WebKitFeatures.cmake:
1284 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
1286 REGRESSION(r192459): [GTK] User agent string is broken after r192459
1287 https://bugs.webkit.org/show_bug.cgi?id=151347
1289 Reviewed by Žan Doberšek.
1291 Pass UA version numbers as strings to the build.
1293 * Source/cmake/OptionsGTK.cmake:
1295 2015-11-16 Alex Christensen <achristensen@webkit.org>
1297 Fix CMake build and make PluginProcess executable
1298 https://bugs.webkit.org/show_bug.cgi?id=151332
1300 Reviewed by Tim Horton.
1302 * Source/cmake/OptionsMac.cmake:
1304 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
1306 [GTK] Use FTL by default when LLVM 3.7 is available
1307 https://bugs.webkit.org/show_bug.cgi?id=142128
1309 Reviewed by Csaba Osztrogonác.
1311 Enable FTL by default when architecture is X86_64. It requires
1312 LLVM 3.7, but can be disabled manually as a cmake configure
1315 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
1316 available if the metapackage is installed and it points to
1317 llvm-config-3.5. So, here we check first if the llvm-config is
1318 from a recent enough version, and if not we check several
1319 llvm-config-<version> programs, so this should work on any distro.
1320 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
1321 target architecture is X86_64, and check the LLVM is at least
1322 3.7. The option is now public, since we want people to be able to
1323 disable it manually.
1325 2015-11-11 Anders Carlsson <andersca@apple.com>
1327 Enable cross-platform context menus by default
1328 https://bugs.webkit.org/show_bug.cgi?id=151173
1330 Reviewed by Tim Horton.
1332 * Source/cmake/OptionsEfl.cmake:
1334 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
1336 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
1337 https://bugs.webkit.org/show_bug.cgi?id=150972
1339 Reviewed by Darin Adler.
1341 * Source/cmake/OptionsMac.cmake:
1342 * Source/cmake/WebKitFeatures.cmake:
1344 2015-11-11 Philippe Normand <pnormand@igalia.com>
1346 [GTK][Mac] don't install .frameworks
1347 https://bugs.webkit.org/show_bug.cgi?id=151136
1349 Reviewed by Alex Christensen.
1351 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
1353 2015-11-10 Pranjal Jumde <pjumde@apple.com>
1355 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1356 https://bugs.webkit.org/show_bug.cgi?id=150252
1357 <rdar://problem/23149470>
1359 Reviewed by Brent Fulgham.
1362 * Source/WebCore/editing/ios/EditorIOS.mm
1363 * Source/WebCore/editing/mac/EditorMac.mm
1364 In Editor::fontForSelection moved the node removal code, so that the
1365 node is only removed if style is not NULL.
1366 * Source/WebCore/editing/cocoa/EditorCocoa.mm
1367 In Editor::styleForSelectionStart checking if the parentNode can
1368 accept the styleElement node.
1369 * LayoutTests/editing/execCommand/150252.xhtml
1370 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1371 * LayoutTests/editing/execCommand/150252-expected.txt
1372 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1374 2015-11-09 Pranjal Jumde <pjumde@apple.com>
1376 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1377 https://bugs.webkit.org/show_bug.cgi?id=150252
1378 <rdar://problem/23149470>
1380 Reviewed by Brent Fulgham.
1382 * Source/WebCore/editing/ios/EditorIOS.mm
1383 * Source/WebCore/editing/mac/EditorMac.mm
1384 In Editor::fontForSelection moved the node removal code, so that the
1385 node is only removed if style is not NULL.
1386 * LayoutTests/editing/execCommand/150252.xhtml
1387 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1388 * LayoutTests/editing/execCommand/150252-expected.txt
1389 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1391 2015-11-06 Daniel Bates <dabates@apple.com>
1393 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
1394 https://bugs.webkit.org/show_bug.cgi?id=150849
1396 Reviewed by Alexey Proskuryakov.
1398 Add support for overriding the user-provided arguments SDKROOT and ARCHS
1399 on a per Makefile basis.
1403 2015-11-06 Philippe Normand <pnormand@igalia.com>
1405 Unreviewed, GTK build fix after r192095.
1407 * Source/cmake/FindGTK3.cmake:
1409 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
1411 [GTK] Re-enable Quartz backend on cmake build system
1412 https://bugs.webkit.org/show_bug.cgi?id=144561
1414 Reviewed by Philippe Normand.
1416 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
1417 the presence of of gtk+-quartz-3.0 module.
1418 * Source/cmake/OptionsGTK.cmake: Reintroduce the
1419 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
1420 GTK+ Quartz backend on OS X.
1422 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1424 Add runtime and compile time flags for enabling Web Animations API and model.
1425 https://bugs.webkit.org/show_bug.cgi?id=150914
1427 Reviewed by Benjamin Poulain.
1429 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
1431 * Source/cmake/OptionsWin.cmake:
1432 * Source/cmake/WebKitFeatures.cmake:
1434 2015-11-03 Brent Fulgham <bfulgham@apple.com>
1436 [Win] CMake build update.
1438 Rubberstamped by Tim Horton.
1440 * Source/PlatformWin.cmake: Add internal tool to build
1441 rules for internal use.
1443 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
1445 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
1447 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1449 2015-11-02 Philippe Normand <pnormand@igalia.com>
1451 [Mac][GTK] Disable Ninja response file support
1452 https://bugs.webkit.org/show_bug.cgi?id=150801
1454 Reviewed by Alex Christensen.
1456 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
1457 support response files, so instruct Ninja to not generate those.
1459 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
1461 Fix the FTL JIT build with system LLVM on Linux
1462 https://bugs.webkit.org/show_bug.cgi?id=150795
1464 Reviewed by Filip Pizlo.
1466 * Source/cmake/FindLLVM.cmake:
1468 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
1470 Unreviewed. Bump GTK+ versions numbers.
1472 * Source/cmake/OptionsGTK.cmake:
1474 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
1476 [ES6] Support Generator Syntax
1477 https://bugs.webkit.org/show_bug.cgi?id=150769
1479 Reviewed by Geoffrey Garen.
1481 Added ENABLE_ES6_GENERATORS flag.
1483 * Source/cmake/OptionsWin.cmake:
1484 * Source/cmake/WebKitFeatures.cmake:
1486 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1488 [EFL] Add Shadow DOM feature
1489 https://bugs.webkit.org/show_bug.cgi?id=150611
1491 Reviewed by Csaba Osztrogonác.
1493 * Source/cmake/OptionsEfl.cmake:
1494 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
1496 2015-10-29 Alex Christensen <achristensen@webkit.org>
1499 https://bugs.webkit.org/show_bug.cgi?id=150686
1501 Reviewed by Filip Pizlo.
1503 * Source/cmake/WebKitMacros.cmake:
1505 2015-10-28 Alex Christensen <achristensen@webkit.org>
1507 Compile and link with CMake on Mac
1508 https://bugs.webkit.org/show_bug.cgi?id=150632
1510 Reviewed by Tim Horton.
1512 * Source/cmake/OptionsMac.cmake:
1514 2015-10-26 Dana Burkart <dburkart@apple.com>
1516 `make analyze` should build using the debug configuration
1517 https://bugs.webkit.org/show_bug.cgi?id=150571
1519 Reviewed by Lucas Forschler.
1523 2015-10-26 Philippe Normand <pnormand@igalia.com>
1525 Unreviewed, rolling out r191576.
1527 broke the http/tests/media tests
1531 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
1532 https://bugs.webkit.org/show_bug.cgi?id=149594
1533 http://trac.webkit.org/changeset/191576
1535 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
1537 [GStreamer] Bump internal jhbuild versions to 1.6.0
1538 https://bugs.webkit.org/show_bug.cgi?id=149594
1540 Reviewed by Philippe Normand.
1542 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
1544 * Source/cmake/FindGStreamer.cmake:
1546 2015-10-22 Philippe Normand <pnormand@igalia.com>
1548 [GTK][Mac] ICU-related build fixes
1549 https://bugs.webkit.org/show_bug.cgi?id=150032
1551 Rubber-stamped by Darin Adler.
1553 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
1555 2015-10-20 Yoav Weiss <yoav@yoav.ws>
1557 Rename the PICTURE_SIZES flag to CURRENTSRC
1558 https://bugs.webkit.org/show_bug.cgi?id=150275
1560 Reviewed by Dean Jackson.
1562 * Source/cmake/OptionsEfl.cmake:
1563 * Source/cmake/OptionsGTK.cmake:
1564 * Source/cmake/OptionsMac.cmake:
1565 * Source/cmake/OptionsWin.cmake:
1566 * Source/cmake/WebKitFeatures.cmake:
1568 2015-10-14 Tomas Popela <tpopela@redhat.com>
1570 [GTK][EFL] Fix build with cmake 3.4
1571 https://bugs.webkit.org/show_bug.cgi?id=150117
1573 Explicitely include the CheckIncludeFiles module before using
1574 the CHECK_INCLUDE_FILES command.
1576 Reviewed by Žan Doberšek.
1578 * Source/cmake/FindOpenGL.cmake:
1579 * Source/cmake/FindWebP.cmake:
1580 * Source/cmake/OptionsEfl.cmake:
1582 2015-10-13 Dean Jackson <dino@apple.com>
1584 Device motion and orientation should only be visible from the main frame's security origin
1585 https://bugs.webkit.org/show_bug.cgi?id=150072
1586 <rdar://problem/23082036>
1588 Reviewed by Brent Fulgham.
1590 Add a manual test for cross-origin device orientation events, while
1591 we're waiting on the mock client to be supported everywhere.
1593 * ManualTests/deviceorientation-child-frame.html: Added.
1594 * ManualTests/deviceorientation-main-frame-only.html: Added.
1596 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1598 [GTK] OSX linker doesn't understand --whole-archive
1599 https://bugs.webkit.org/show_bug.cgi?id=144557
1601 Reviewed by Martin Robinson.
1603 * Source/cmake/OptionsGTK.cmake: Turn the macro
1604 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1605 because XCode's linker doesn't have the --whole-archive option.
1607 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1609 [GTK] Use --version-script only on Linux
1610 https://bugs.webkit.org/show_bug.cgi?id=144555
1612 Reviewed by Philippe Normand.
1614 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1615 option on Darwin (whose linker doesn't support it.)
1617 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1619 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1620 https://bugs.webkit.org/show_bug.cgi?id=149947
1622 Reviewed by Csaba Osztrogonác.
1624 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1627 * Source/cmake/OptionsMac.cmake:
1628 * Source/cmake/OptionsWin.cmake:
1629 * Source/cmake/WebKitFeatures.cmake:
1631 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1633 Fix ENABLE_OPENGL=OFF builds
1634 https://bugs.webkit.org/show_bug.cgi?id=146511
1636 Reviewed by Darin Adler.
1638 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1639 ENABLE_OPENGL due to EGL usage.
1641 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1643 Convert focused-input-should-assist-on-touch.html into an automated test
1644 https://bugs.webkit.org/show_bug.cgi?id=149724
1646 Reviewed by Simon Fraser.
1648 Remove a manual test that can now be rewritten as an automated test.
1650 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1652 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1654 [Win] Unreviewed CMake build fix.
1656 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1657 and make sure exception handling is turned off.
1659 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1661 [Win] Unreviewed build fix after CMake conversion.
1663 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1665 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1667 [GTK][CMake] Warning about CMP0058
1668 https://bugs.webkit.org/show_bug.cgi?id=149627
1670 Reviewed by Martin Robinson.
1672 Opt-in to the new behavior for CMP0058.
1676 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1678 [Win] Unreviewed build fix for internal systems.
1680 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1681 location for include and link libraries, rather than the system locations.
1683 2015-09-28 Alex Christensen <achristensen@webkit.org>
1685 Build WK1 with CMake on Mac
1686 https://bugs.webkit.org/show_bug.cgi?id=149604
1688 Reviewed by Chris Dumez.
1690 * Source/cmake/OptionsMac.cmake:
1691 * Source/cmake/WebKitMacros.cmake:
1692 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1694 2015-09-25 Alex Christensen <achristensen@webkit.org>
1696 Clean up CMake build on Mac
1697 https://bugs.webkit.org/show_bug.cgi?id=149573
1699 Reviewed by Chris Dumez.
1701 * Source/cmake/OptionsMac.cmake:
1703 2015-09-25 Alex Christensen <achristensen@webkit.org>
1705 [Win] Switch to CMake
1706 https://bugs.webkit.org/show_bug.cgi?id=148111
1708 Reviewed by Brent Fulgham.
1710 * Source/cmake/WinTools.make: Added.
1711 * Source/cmake/tools: Added.
1712 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1713 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1715 2015-09-25 Alex Christensen <achristensen@webkit.org>
1717 Prepare internal AppleWin build for CMake
1718 https://bugs.webkit.org/show_bug.cgi?id=149570
1720 Reviewed by Brent Fulgham.
1722 * Source/PlatformWin.cmake:
1723 Include internal CMake files if they exist.
1725 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1727 Add a file of pointer-lock to cmake ports
1728 https://bugs.webkit.org/show_bug.cgi?id=149453
1730 Reviewed by Csaba Osztrogonác.
1732 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1734 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1736 [CMake] Allow to enable OpenMP support.
1737 https://bugs.webkit.org/show_bug.cgi?id=149457
1739 Reviewed by Csaba Osztrogonác.
1741 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1742 will enable the support for OpenMP. Currently this is only used as
1743 an alternative implementation to native threads for the parallelization
1744 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1745 as it could be also used to enable future features that depend on OpenMP.
1747 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1749 [EFL] Build break when DEVELOPER_MODE is OFF
1750 https://bugs.webkit.org/show_bug.cgi?id=149448
1752 Reviewed by Gyuyoung Kim.
1754 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1756 * Source/cmake/eflsymbols.filter:
1758 2015-09-21 Alex Christensen <achristensen@webkit.org>
1760 Disable PICTURE_SIZES in Windows CMake build like r189745.
1761 https://bugs.webkit.org/show_bug.cgi?id=149125
1763 * Source/cmake/OptionsWin.cmake:
1764 Do the same thing as r189745.
1766 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1768 Removing XHR_TIMEOUT guard
1770 Remove XHR_TIMEOUT compilation guard
1771 https://bugs.webkit.org/show_bug.cgi?id=149260
1773 Reviewed by Benjamin Poulain.
1775 * Source/cmake/OptionsEfl.cmake:
1776 * Source/cmake/OptionsGTK.cmake:
1777 * Source/cmake/OptionsMac.cmake:
1778 * Source/cmake/OptionsWin.cmake:
1779 * Source/cmake/WebKitFeatures.cmake:
1781 2015-09-18 Alex Christensen <achristensen@webkit.org>
1783 Fix tests on Windows after switching to CMake.
1784 https://bugs.webkit.org/show_bug.cgi?id=149339
1786 Reviewed by Brent Fulgham.
1788 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1790 2015-09-17 Alex Christensen <achristensen@webkit.org>
1792 Fix Windows EWS build after r189934.
1794 * Source/cmake/OptionsWin.cmake:
1795 Use WEBKIT_LIBRARIES environment variable if it exists.
1796 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1798 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1800 Add ShadowRoot interface and Element.prototype.attachShadow
1801 https://bugs.webkit.org/show_bug.cgi?id=149187
1803 Reviewed by Antti Koivisto.
1805 * Source/cmake/OptionsGTK.cmake:
1807 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1809 [cmake] Enable debug fission only if it is supported
1810 https://bugs.webkit.org/show_bug.cgi?id=149161
1812 Reviewed by Martin Robinson.
1814 * Source/cmake/OptionsCommon.cmake:
1816 2015-09-14 Alex Christensen <achristensen@webkit.org>
1818 Progress towards CMake on Mac.
1819 https://bugs.webkit.org/show_bug.cgi?id=149123
1821 Reviewed by Chris Dumez.
1823 * Source/cmake/OptionsMac.cmake:
1824 * Source/cmake/WebKitFeatures.cmake:
1825 Defined and enabled some more features needed on Mac.
1826 * Source/cmake/WebKitMacros.cmake:
1827 Objective C bindings need special changes when generating:
1828 Some of the bindings do not generate a .mm file but the header is needed.
1829 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1830 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1832 2015-09-08 Daniel Bates <dabates@apple.com>
1834 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1835 https://bugs.webkit.org/show_bug.cgi?id=74729
1836 <rdar://problem/22550195>
1838 Reviewed by Jon Honeycutt.
1840 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1841 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1843 2015-09-06 Andy Estes <aestes@apple.com>
1845 WebKit.xcworkspace should be be able to build iOS platforms
1846 https://bugs.webkit.org/show_bug.cgi?id=148881
1848 Reviewed by Daniel Bates.
1850 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1851 for all supported platforms.
1853 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1854 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1856 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1858 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1859 photo library uploads a JPEG
1860 https://bugs.webkit.org/show_bug.cgi?id=148849
1862 Reviewed by Daniel Bates.
1864 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1865 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1866 functionality doesn't exist on iOS, so we'll add a manual test.
1867 This tests that the first few bytes of the selected file are "GIF".
1869 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1871 Follow-up patch for r189343.
1872 https://bugs.webkit.org/show_bug.cgi?id=148795
1874 Rubber-stamped by Csaba Osztrogonác.
1876 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1877 to 1.9, since this seems to be enough to fix the build failure.
1878 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1880 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1882 [CMake] Trigger the memory-reduction tricks on armhf too
1883 https://bugs.webkit.org/show_bug.cgi?id=146640
1885 Reviewed by Csaba Osztrogonác.
1887 * Source/cmake/OptionsCommon.cmake:
1888 Activate --no-keep-memory even on armhf to reduce the amount of memory
1889 needed during linking, to avoid out-of-memory failures as much as
1892 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1894 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1895 https://bugs.webkit.org/show_bug.cgi?id=148795
1897 Rubber-stamped by Carlos Garcia Campos.
1899 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1901 2015-09-02 Alex Christensen <achristensen@webkit.org>
1903 Make bison grammar compatible with bison 2.1
1904 https://bugs.webkit.org/show_bug.cgi?id=148731
1906 Reviewed by Tim Horton.
1908 * Source/cmake/WebKitCommon.cmake:
1911 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1913 [CMake] Build with Debug Fission on by default on Debug builds.
1914 https://bugs.webkit.org/show_bug.cgi?id=148639
1916 Reviewed by Martin Robinson.
1918 * Source/cmake/OptionsCommon.cmake:
1920 2015-08-29 Alex Christensen <achristensen@webkit.org>
1922 Unreviewed build fix after r179923.
1924 * Source/CMakeLists.txt:
1925 bmalloc isn't ported to Windows yet.
1927 2015-08-27 Alex Christensen <achristensen@webkit.org>
1929 Isolate Source directories in CMake build
1930 https://bugs.webkit.org/show_bug.cgi?id=148389
1932 Reviewed by Brent Fulgham.
1935 * Source/cmake/WebKitCommon.cmake:
1936 Move package finding to WebKitCommon.
1938 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1940 [Win] Build does not generate debug info.
1941 https://bugs.webkit.org/show_bug.cgi?id=148431
1943 Reviewed by Alex Christensen.
1945 Generate debug info for Windows builds.
1947 * Source/cmake/OptionsWin.cmake:
1949 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1951 [GTK] Disable ACCELERATED_2D_CANVAS by default
1952 https://bugs.webkit.org/show_bug.cgi?id=148473
1954 Reviewed by Martin Robinson.
1956 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1957 but not on Debian (which does not). We've known this was problematic for a while, since it
1958 means we have two different sets of distro-dependent bugs, but never decided whether that
1959 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1960 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1961 to turn it on for Debian.
1963 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1966 * Source/cmake/OptionsGTK.cmake:
1968 2015-08-25 Commit Queue <commit-queue@webkit.org>
1970 Unreviewed, rolling out r188919.
1971 https://bugs.webkit.org/show_bug.cgi?id=148452
1973 broke build (Requested by alexchristensen on #webkit).
1977 "[Win] Build does not generate debug info."
1978 https://bugs.webkit.org/show_bug.cgi?id=148431
1979 http://trac.webkit.org/changeset/188919
1981 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1983 [GTK] r186800 broke the build on Ubuntu 14.04
1984 https://bugs.webkit.org/show_bug.cgi?id=147559
1986 Reviewed by Martin Robinson.
1988 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1989 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1991 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1993 [Win] Build does not generate debug info.
1994 https://bugs.webkit.org/show_bug.cgi?id=148431
1996 Reviewed by Brent Fulgham.
1998 Generate debug info for Windows builds.
2000 * Source/cmake/OptionsWin.cmake:
2002 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2004 [GTK] Auto-detection of cairo-gl fails
2005 https://bugs.webkit.org/show_bug.cgi?id=148189
2007 Reviewed by Žan Doberšek.
2009 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
2010 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
2011 deemed available, which might not be the case.
2012 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
2014 2015-08-19 Alex Christensen <achristensen@webkit.org>
2016 CMake Windows build should not include files directly from other Source directories
2017 https://bugs.webkit.org/show_bug.cgi?id=148198
2019 Reviewed by Brent Fulgham.
2021 * Source/cmake/WebKitMacros.cmake:
2023 2015-08-19 Alex Christensen <achristensen@webkit.org>
2025 Build TestWTF on Mac with CMake.
2026 https://bugs.webkit.org/show_bug.cgi?id=147972
2028 Reviewed by Tim Horton.
2030 * Source/cmake/OptionsMac.cmake:
2031 Enable API tests in Mac's CMake build.
2033 2015-08-18 Alex Christensen <achristensen@webkit.org>
2035 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
2036 https://bugs.webkit.org/show_bug.cgi?id=148127
2038 Reviewed by Martin Robinson.
2041 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
2043 2015-08-17 Alex Christensen <achristensen@webkit.org>
2045 [Win CMake] Allow WebKitLibraries directory to be set from the command line
2046 https://bugs.webkit.org/show_bug.cgi?id=148112
2048 Reviewed by Brent Fulgham.
2050 * Source/cmake/OptionsWin.cmake:
2051 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
2052 Instead, use the default location if nothing is passed in from the command line.
2053 This way we can set it from the command line for the AppleInternal build.
2054 Also, set the output directories to be consistent between the old and new build systems (and ninja).
2056 2015-08-17 Alex Christensen <achristensen@webkit.org>
2058 Build Debug Suffix on Windows with CMake
2059 https://bugs.webkit.org/show_bug.cgi?id=148083
2061 Reviewed by Brent Fulgham.
2063 * Source/cmake/OptionsWin.cmake:
2064 Use debug libraries in debug suffix builds.
2066 2015-08-17 Alex Christensen <achristensen@webkit.org>
2068 Move some commands from ./CMakeLists.txt to Source/cmake
2069 https://bugs.webkit.org/show_bug.cgi?id=148003
2071 Reviewed by Brent Fulgham.
2074 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
2075 so we can change directory structure from command line parameters.
2076 * Source/cmake/OptionsAppleWin.cmake:
2077 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
2078 * Source/cmake/OptionsWinCairo.cmake:
2079 * Source/cmake/OptionsWindows.cmake: Removed.
2080 * Source/cmake/WebKitCommon.cmake: Added.
2081 * Source/cmake/WebKitFS.cmake:
2083 2015-08-13 Commit Queue <commit-queue@webkit.org>
2085 Unreviewed, rolling out r188428.
2086 https://bugs.webkit.org/show_bug.cgi?id=148015
2088 broke cmake build (Requested by alexchristensen on #webkit).
2092 "Move some commands from ./CMakeLists.txt to Source/cmake"
2093 https://bugs.webkit.org/show_bug.cgi?id=148003
2094 http://trac.webkit.org/changeset/188428
2096 2015-08-13 Alex Christensen <achristensen@webkit.org>
2098 Move some commands from ./CMakeLists.txt to Source/cmake
2099 https://bugs.webkit.org/show_bug.cgi?id=148003
2101 Reviewed by Brent Fulgham.
2104 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
2105 so we can change directory structure from command line parameters.
2106 * Source/cmake/WebKitCommon.cmake: Added.
2107 * Source/cmake/WebKitFS.cmake:
2109 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
2111 A focused node should not be assisted when handling touch events synchronously
2112 https://bugs.webkit.org/show_bug.cgi?id=147836
2114 Reviewed by Enrica Casucci.
2116 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
2118 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
2119 input can still be assisted due to a touch event.
2120 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
2121 event does not automatically cause us to assist the currently focused node.
2123 2015-08-12 Alex Christensen <achristensen@webkit.org>
2125 Fix Debug CMake builds on Windows
2126 https://bugs.webkit.org/show_bug.cgi?id=147940
2128 Reviewed by Chris Dumez.
2130 * Source/cmake/OptionsWindows.cmake:
2131 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
2133 2015-08-10 Alex Christensen <achristensen@webkit.org>
2135 Build TestWebKitAPI with CMake on Windows
2136 https://bugs.webkit.org/show_bug.cgi?id=147851
2138 Reviewed by Chris Dumez.
2140 * Source/cmake/OptionsWindows.cmake:
2141 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
2143 2015-08-06 Alex Christensen <achristensen@webkit.org>
2145 [Win] CMake build fix after r188098.
2147 * Source/cmake/OptionsWinCairo.cmake:
2148 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
2150 2015-08-04 Alex Christensen <achristensen@webkit.org>
2152 Fix quirks with CMake and VS2015
2153 https://bugs.webkit.org/show_bug.cgi?id=147663
2155 Reviewed by Brent Fulgham.
2157 * Source/cmake/OptionsWindows.cmake:
2158 Hide some warnings. Using the same variable names in nested scopes is ok for now.
2159 Disable INTL for now.
2161 2015-08-04 Alex Christensen <achristensen@webkit.org>
2163 Enable WebGL on Windows CMake build.
2164 https://bugs.webkit.org/show_bug.cgi?id=143311
2166 Reviewed by Csaba Osztrogonác.
2168 * Source/cmake/OptionsWindows.cmake:
2169 Enable WebGL by default in CMake builds now that it works.
2171 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
2173 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
2174 https://bugs.webkit.org/show_bug.cgi?id=147625
2176 Reviewed by Martin Robinson.
2178 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
2179 components unless they were actually found, not to accidentally
2180 enable Accelerated 2D canvas, which would cause the build to fail.
2182 * Source/cmake/FindCairoGL.cmake: Set this variables only when
2183 pkg_check_modules() had actually found the relevant component.
2185 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
2187 [CMake] Add an option to build AllInOne files
2188 https://bugs.webkit.org/show_bug.cgi?id=102647
2190 Reviewed by Alex Christensen.
2192 * Source/cmake/OptionsEfl.cmake: Disabled by default.
2193 * Source/cmake/OptionsGTK.cmake: Disabled by default.
2194 * Source/cmake/OptionsWindows.cmake: Enabled by default.
2195 * Source/cmake/WebKitFeatures.cmake:
2196 * Source/cmake/WebKitMacros.cmake:
2198 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
2200 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
2202 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2204 2015-07-31 Alex Christensen <achristensen@webkit.org>
2206 Prepare for debug CMake builds on Windows.
2207 https://bugs.webkit.org/show_bug.cgi?id=147484
2209 Reviewed by Tim Horton.
2211 * Source/cmake/OptionsWindows.cmake:
2212 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
2214 2015-07-30 Joonghun Park <jh718.park@samsung.com>
2216 [EFL] Enable IndexedDB based on DatabaseProcess
2217 https://bugs.webkit.org/show_bug.cgi?id=147221
2219 Reviewed by Csaba Osztrogonác.
2221 * Source/cmake/OptionsEfl.cmake:
2223 2015-07-30 Alex Christensen <achristensen@webkit.org>
2225 Build AppleWin port with CMake
2226 https://bugs.webkit.org/show_bug.cgi?id=147385
2228 Reviewed by Martin Robinson.
2230 * Source/cmake/OptionsWindows.cmake:
2231 Use the static multithreaded runtime. Based on
2232 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
2234 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
2236 Implement basic types for ECMAScript Internationalization API
2237 https://bugs.webkit.org/show_bug.cgi?id=146926
2239 Reviewed by Benjamin Poulain.
2241 Enable flag now that the basic objects are in place.
2243 * Source/cmake/WebKitFeatures.cmake: enable INTL
2245 2015-07-29 Basile Clement <basile_clement@apple.com>
2247 Remove native call inlining
2248 https://bugs.webkit.org/show_bug.cgi?id=147417
2250 Rubber-stamped by Filip Pizlo.
2252 * Source/cmake/OptionsEfl.cmake:
2253 * Source/cmake/WebKitFeatures.cmake:
2255 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
2257 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
2258 https://bugs.webkit.org/show_bug.cgi?id=147350
2260 Reviewed by Sam Weinig.
2262 * Source/cmake/WebKitFeatures.cmake:
2264 2015-07-27 Alex Christensen <achristensen@webkit.org>
2266 Use Ninja on Windows.
2267 https://bugs.webkit.org/show_bug.cgi?id=147228
2269 Reviewed by Martin Robinson.
2271 * Source/cmake/OptionsWindows.cmake:
2272 Only use /MP when using generated Visual Studio solution files to build.
2273 It makes compiling parallel in MSVC, but Ninja doesn't like it.
2275 2015-07-27 Alex Christensen <achristensen@webkit.org>
2277 Progress towards building AppleWin with CMake
2278 https://bugs.webkit.org/show_bug.cgi?id=147325
2280 Reviewed by Martin Robinson.
2282 * Source/cmake/OptionsWindows.cmake:
2283 Link with 64-bit libraries if building 64-bit binaries.
2284 Don't run regular expressions on empty strings when using Ninja.
2285 Removed DebugSuffix Visual Studio environment variables.
2287 2015-07-23 Alex Christensen <achristensen@webkit.org>
2289 Remove compile and runtime flags for promises.
2290 https://bugs.webkit.org/show_bug.cgi?id=147244
2292 Reviewed by Yusuke Suzuki.
2294 * Source/cmake/OptionsMac.cmake:
2295 * Source/cmake/OptionsWindows.cmake:
2296 * Source/cmake/WebKitFeatures.cmake:
2298 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
2300 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
2301 https://bugs.webkit.org/show_bug.cgi?id=147212
2303 Reviewed by Filip Pizlo.
2305 * Source/cmake/WebKitFeatures.cmake:
2307 2015-07-22 Alex Christensen <achristensen@webkit.org>
2309 Fix quirks in CMake build on Mac and Windows
2310 https://bugs.webkit.org/show_bug.cgi?id=147174
2312 Reviewed by Gyuyoung Kim.
2315 * Source/cmake/OptionsWindows.cmake:
2316 Added options I removed in r187022. They are indeed needed.
2317 * Source/cmake/WebKitFS.cmake:
2318 Make the DerivedSources/WebKit directory.
2320 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2322 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
2324 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2326 2015-07-20 Alex Christensen <achristensen@webkit.org>
2328 Resurrect CMake build on Windows.
2329 https://bugs.webkit.org/show_bug.cgi?id=147083
2331 Reviewed by Gyuyoung Kim.
2333 * Source/cmake/OptionsCommon.cmake:
2334 * Source/cmake/OptionsWindows.cmake:
2335 Change features to get it to compile. Still not a complete feature set.
2337 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
2339 [GTK] Add seccomp filters support
2340 https://bugs.webkit.org/show_bug.cgi?id=110014
2342 Reviewed by Žan Doberšek.
2344 Find needed compiler and linker flags for libseccomp.
2346 * Source/cmake/OptionsGTK.cmake:
2348 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
2350 Bring back the GNU ar check to create thin archives on non-Linux systems
2351 https://bugs.webkit.org/show_bug.cgi?id=146681
2353 Reviewed by Martin Robinson.
2355 We already use GNU ar thin archive feature to save time and disk space
2356 on creating static archives, but it is only enabled on Linux. Without
2357 this feature, the debug build of WebCore can be larger than 4 GiB,
2358 which can cause error because GNU ar format uses 32-bit integer to
2359 store offsets in the symbol table. This patch is similar to
2360 https://bugs.webkit.org/show_bug.cgi?id=128596.
2362 * Source/cmake/OptionsCommon.cmake:
2364 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2366 [GTK] [Wayland] Build by default the X11 and Wayland targets.
2367 https://bugs.webkit.org/show_bug.cgi?id=146057
2369 Reviewed by Carlos Garcia Campos.
2371 * Source/cmake/OptionsGTK.cmake:
2373 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
2375 [GTK] ar warning when linking static libraries
2376 https://bugs.webkit.org/show_bug.cgi?id=144988
2378 Reviewed by Carlos Garcia Campos.
2380 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
2381 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
2382 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
2383 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
2384 should either stop using 'u' or else add 'U' as well in order to disable deterministic
2385 archives. Using 'U' should result in a somewhat faster build (at least when using the
2386 Makefile generator), but it's unlikely that the difference is significant, so let's simply
2387 remove 'u' until someone determines otherwise. This seems like a better option than adding
2388 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
2389 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
2390 behavior change on distributions that do not use --enable-deterministic-archives, notably
2393 * Source/cmake/OptionsCommon.cmake:
2395 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
2397 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
2398 https://bugs.webkit.org/show_bug.cgi?id=146590
2400 Reviewed by Martin Robinson.
2402 * Source/PlatformGTK.cmake: override the cached variables to
2403 forcefully disable gtk-doc and gobject-introspection when
2405 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
2406 documentation syntax when cross-building.
2409 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
2411 [EFL] test_ewk2_application_cache_manager has been failed since r185527
2412 https://bugs.webkit.org/show_bug.cgi?id=146016
2414 Reviewed by Gyuyoung Kim.
2416 In order to handle properly WebApplicationCacheManagerProxy implementation which use
2417 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
2418 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
2420 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
2422 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
2424 Implement ECMAScript Internationalization API
2425 https://bugs.webkit.org/show_bug.cgi?id=90906
2427 Reviewed by Benjamin Poulain.
2429 Begin implementing the Intl apis behind ENABLE_INTL flag.
2430 Create the base Intl namespace object.
2432 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
2434 2015-06-30 Philippe Normand <pnormand@igalia.com>
2436 [CMake] Error when gst-plugins-base is missing is too confusing
2437 https://bugs.webkit.org/show_bug.cgi?id=145682
2439 Reviewed by Carlos Garcia Campos.
2441 * Source/cmake/OptionsGTK.cmake: Error out if the required
2442 GStreamer libraries are not found on the host.
2444 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
2446 CairoGL should be checked unconditionally
2447 https://bugs.webkit.org/show_bug.cgi?id=146390
2449 Reviewed by Darin Adler.
2451 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
2452 it is run unconditionally; this is necessary because its result
2453 is used later on, outside of any conditions.
2455 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
2457 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
2458 https://bugs.webkit.org/show_bug.cgi?id=146318
2460 Reviewed by Sergio Villar Senin.
2462 Enable PUBLIC_SUFFIX_LIST for GTK+.
2464 * Source/cmake/OptionsGTK.cmake:
2466 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
2468 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
2470 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2472 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
2474 [EFL] Hyphenation is not supported
2475 https://bugs.webkit.org/show_bug.cgi?id=89830
2477 Reviewed by Gyuyoung Kim.
2479 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
2481 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
2483 [CMake] Add support for building with various sanitizer tools
2484 https://bugs.webkit.org/show_bug.cgi?id=131941
2486 Reviewed by Martin Robinson.
2488 * Source/PlatformGTK.cmake: Don't generate any documentation
2489 when compiling with sanitizers enabled.
2490 * Source/cmake/OptionsCommon.cmake: Allow linking with
2491 undefined symbols when compiling with sanitizers enabled.
2493 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
2495 libwebkit2gtk fails to link without opengl
2496 https://bugs.webkit.org/show_bug.cgi?id=138332
2498 Reviewed by Carlos Garcia Campos.
2500 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
2501 enabled regardless of whether OpenGL is, because certain symbols
2502 such as WebCore::GraphicsLayer::create() need to be built.
2504 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
2506 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
2507 https://bugs.webkit.org/show_bug.cgi?id=146181
2509 Reviewed by Martin Robinson.
2511 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
2513 * Source/cmake/OptionsGTK.cmake:
2515 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
2517 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
2518 https://bugs.webkit.org/show_bug.cgi?id=146171
2520 Reviewed by Gyuyoung Kim.
2522 * Source/cmake/OptionsEfl.cmake:
2523 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
2525 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
2527 [CMake] FindGTK3.cmake should not modify the values of build options
2528 https://bugs.webkit.org/show_bug.cgi?id=144613
2530 Reviewed by Martin Robinson.
2532 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
2533 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
2534 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
2535 GTK3_SUPPORTS_GESTURES for consistency.
2536 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
2537 available. It's not possible to automatically select a backend correctly anymore, since all
2538 options are set at the same time.
2540 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2542 Remove unnecessary svn:executable flags
2543 https://bugs.webkit.org/show_bug.cgi?id=146107
2545 Reviewed by Alexey Proskuryakov.
2547 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
2548 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
2549 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
2550 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
2551 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
2553 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
2555 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
2556 https://bugs.webkit.org/show_bug.cgi?id=146108
2558 Reviewed by Gyuyoung Kim.
2560 * Source/cmake/OptionsEfl.cmake:
2562 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
2564 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
2565 https://bugs.webkit.org/show_bug.cgi?id=146035
2567 Reviewed by Gyuyoung Kim.
2569 * Source/cmake/OptionsEfl.cmake:
2571 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
2573 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2574 https://bugs.webkit.org/show_bug.cgi?id=145701
2576 Reviewed by Darin Adler.
2578 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2580 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
2582 [iOS] Crash long pressing on <input type=file>
2583 https://bugs.webkit.org/show_bug.cgi?id=146009
2584 <rdar://problem/21234453>
2586 Reviewed by Ryosuke Niwa.
2588 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
2590 2015-06-16 Brent Fulgham <bfulgham@apple.com>
2592 Rollout accidental Xcode project change.
2594 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2596 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2598 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2599 https://bugs.webkit.org/show_bug.cgi?id=145909
2601 Reviewed by Csaba Osztrogonác.
2603 Bump EWebKit version based on efl library version used by the EWebKit.
2605 * Source/cmake/OptionsEfl.cmake:
2607 2015-06-11 Commit Queue <commit-queue@webkit.org>
2609 Unreviewed, rolling out r185453.
2610 https://bugs.webkit.org/show_bug.cgi?id=145881
2612 it broke the 32-bit build (Requested by clopez on #webkit).
2616 "[GTK] [Wayland] Should be possible to build with support for
2617 both X11 and Wayland."
2618 https://bugs.webkit.org/show_bug.cgi?id=145701
2619 http://trac.webkit.org/changeset/185453
2621 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2623 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2624 https://bugs.webkit.org/show_bug.cgi?id=145701
2626 Reviewed by Žan Doberšek.
2628 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2630 2015-06-03 Daniel Bates <dabates@apple.com>
2632 Caps lock indicator should not be shown in read-only or disabled field
2633 https://bugs.webkit.org/show_bug.cgi?id=145612
2634 <rdar://problem/21227454>
2636 Reviewed by Darin Adler.
2638 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2639 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2640 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2642 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2644 [cmake] Suppress parentheses-equality warnings
2645 https://bugs.webkit.org/show_bug.cgi?id=145126
2647 Reviewed by Darin Adler.
2649 * Source/cmake/WebKitHelpers.cmake:
2651 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2653 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2654 https://bugs.webkit.org/show_bug.cgi?id=145408
2656 Reviewed by Carlos Garcia Campos.
2658 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2659 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2660 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2662 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2663 libraries. Detect also GLX libraries.
2664 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2665 libraries. Use find_path() to get the include path.
2666 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2668 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2669 depending on the libraries found on the system.
2670 Move the detection of GLX (and the include of CMakePushCheckState)
2671 to FindOpenGL.cmake.
2672 Ensure that we only define USE_GLX when we build with OpenGL
2673 (but not with GLESv2).
2675 2015-05-27 Dean Jackson <dino@apple.com>
2677 img.currentSrc problem in strict mode with old picturefill
2678 https://bugs.webkit.org/show_bug.cgi?id=144095
2679 <rdar://problem/21087013>
2681 Reviewed by Simon Fraser.
2683 Add a PICTURE_SIZES flag.
2685 * Source/cmake/OptionsEfl.cmake:
2686 * Source/cmake/OptionsGTK.cmake:
2687 * Source/cmake/OptionsMac.cmake:
2688 * Source/cmake/OptionsWindows.cmake:
2689 * Source/cmake/WebKitFeatures.cmake:
2691 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2693 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2695 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2697 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2699 Unreviewed. Export DatabaseProcessMainUnix symbol.
2701 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2702 is exported in production builds.
2704 * Source/cmake/gtksymbols.filter:
2706 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2708 [GTK] Enable IndexedDB
2709 https://bugs.webkit.org/show_bug.cgi?id=98932
2711 Reviewed by Žan Doberšek.
2713 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2714 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2716 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2718 [GTK] Bump GCC requirements to 4.9.0
2719 https://bugs.webkit.org/show_bug.cgi?id=145211
2721 Reviewed by Žan Doberšek.
2723 It's required to build with IndexedDB support when using GCC,
2724 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2726 * Source/cmake/OptionsGTK.cmake:
2728 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2730 [CMake] Ignore warnings in system headers
2731 https://bugs.webkit.org/show_bug.cgi?id=144747
2733 Reviewed by Darin Adler.
2735 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2736 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2737 use the SYSTEM argument to the command (added in 2.8.12).
2741 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2743 [CMake] Error out when ruby is too old
2744 https://bugs.webkit.org/show_bug.cgi?id=145014
2746 Reviewed by Martin Robinson.
2748 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2753 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2755 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2756 https://bugs.webkit.org/show_bug.cgi?id=144995
2758 Reviewed by Carlos Garcia Campos.
2760 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2761 the X11 windowing target at the moment, so the following options
2762 and variables should be enabled or disabled accordingly:
2763 - ENABLE_PLUGIN_PROCESS_GTK2
2764 - ENABLE_NETSCAPE_PLUGIN_API
2765 - ENABLE_PLUGIN_PROCESS
2767 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2769 Linker fails without -DDEVELOPER_MODE=ON
2770 https://bugs.webkit.org/show_bug.cgi?id=144117
2772 Reviewed by Gyuyoung Kim.
2774 * Source/cmake/OptionsEfl.cmake:
2775 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2776 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2778 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2780 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2781 https://bugs.webkit.org/show_bug.cgi?id=144846
2783 Reviewed by Martin Robinson.
2785 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2786 CAIRO_GL_* throughout, because find_package will define
2788 * Source/cmake/OptionsGTK.cmake: Ditto.
2790 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2792 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2793 https://bugs.webkit.org/show_bug.cgi?id=144845
2795 Reviewed by Martin Robinson.
2797 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2798 if their corresponding WTF options are ON. The code in npapi.h
2799 relies on these being undefined if they are to be switched off.
2801 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2803 Remove the PICTURE_SIZES build flag
2804 https://bugs.webkit.org/show_bug.cgi?id=144679
2806 Reviewed by Benjamin Poulain.
2808 Removed the PICTURE_SIZES build time flag.
2810 * Source/cmake/OptionsEfl.cmake:
2811 * Source/cmake/OptionsGTK.cmake:
2812 * Source/cmake/OptionsMac.cmake:
2813 * Source/cmake/OptionsWindows.cmake:
2814 * Source/cmake/WebKitFeatures.cmake:
2816 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2818 [GTK] [CMake] Check for required X libraries
2819 https://bugs.webkit.org/show_bug.cgi?id=144823
2821 Reviewed by Martin Robinson.
2823 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2825 * Source/cmake/OptionsGTK.cmake:
2827 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2829 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2830 https://bugs.webkit.org/show_bug.cgi?id=144746
2832 Reviewed by Carlos Garcia Campos.
2834 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2835 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2836 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2838 * Source/cmake/OptionsGTK.cmake:
2840 2015-05-08 Daniel Bates <dabates@apple.com>
2842 [iOS] WebSQL operations are not performed after device is locked
2843 https://bugs.webkit.org/show_bug.cgi?id=137503
2844 <rdar://problem/20844952>
2846 Rubber-stamped by Alexey Proskuryakov.
2848 Add a manual test to help verify that we do not regress this issue.
2850 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2852 2015-05-08 Commit Queue <commit-queue@webkit.org>
2854 Unreviewed, rolling out r183945.
2855 https://bugs.webkit.org/show_bug.cgi?id=144789
2857 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2861 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2862 https://bugs.webkit.org/show_bug.cgi?id=144746
2863 http://trac.webkit.org/changeset/183945
2865 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2867 Cleanup after r183940
2868 https://bugs.webkit.org/show_bug.cgi?id=144768
2872 Looks like the empty directories were not deleted.
2874 * Source/PAL: Removed.
2875 * Source/PAL/Configurations: Removed.
2876 * Source/PAL/PAL.xcodeproj: Removed.
2877 * Source/PAL/graphics: Removed.
2879 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2881 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2882 https://bugs.webkit.org/show_bug.cgi?id=144746
2884 Reviewed by Martin Robinson.
2886 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2887 what it is defined to, so defining it to 0 effectively turned it on always.
2889 * Source/cmake/OptionsGTK.cmake:
2891 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2893 Revert "Introducing the Platform Abstraction Layer (PAL)"
2894 https://bugs.webkit.org/show_bug.cgi?id=144751
2898 PAL should be a new target inside WebCore, rather than a top-level folder.
2900 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2902 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2904 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2906 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2908 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2910 Introducing the Platform Abstraction Layer (PAL)
2911 https://bugs.webkit.org/show_bug.cgi?id=143358
2913 Reviewed by Simon Fraser.
2915 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2917 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2919 [cmake] Disable GNU Gold linker on Cortex A53
2920 https://bugs.webkit.org/show_bug.cgi?id=144382
2922 Reviewed by Carlos Garcia Campos.
2924 * Source/cmake/OptionsCommon.cmake:
2926 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2928 USE(...) macro should expect unprefixed variables
2929 https://bugs.webkit.org/show_bug.cgi?id=144454
2931 Reviewed by Daniel Bates.
2933 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2934 * Source/cmake/OptionsEfl.cmake: Ditto.
2935 * Source/cmake/OptionsGTK.cmake: Ditto.
2936 * Source/cmake/OptionsMac.cmake: Ditto.
2937 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2938 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2941 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2943 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2944 https://bugs.webkit.org/show_bug.cgi?id=144394
2946 Reviewed by Carlos Garcia Campos.
2948 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2949 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2950 disabled in previous reworking of the CMake configuration.
2952 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2953 version of USE variables.
2954 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2955 is exposed to the build.
2957 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2959 Unreviewed. Bump GTK+ version numbers.
2961 * Source/cmake/OptionsGTK.cmake:
2963 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2965 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2966 https://bugs.webkit.org/show_bug.cgi?id=144435
2968 Reviewed by Gyuyoung Kim.
2970 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2971 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2973 * Source/cmake/OptionsEfl.cmake:
2975 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2977 REGRESSION(183583): [Mac] make without SDKROOT has issues
2978 https://bugs.webkit.org/show_bug.cgi?id=144431
2980 Reviewed by Dan Bernstein.
2983 Assume an empty SDKROOT means an macosx variant, so only
2984 enable settings if the SDKROOT is not empty and does not
2987 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2989 Fix the GTK+ build after r183584
2991 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2993 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2995 [GTK] Add support for automatic hyphenation
2996 https://bugs.webkit.org/show_bug.cgi?id=44478
2998 Reviewed by Carlos Garcia Campos.
3000 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
3001 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
3002 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
3004 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
3006 Failure when building WebKit for appletvsimulator.
3007 https://bugs.webkit.org/show_bug.cgi?id=144356
3009 Reviewed by Alexey Proskuryakov.
3011 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
3012 make TVOS and WatchOS behave correctly.
3016 2015-04-29 Martin Robinson <mrobinson@igalia.com>
3018 [CMake] [GTK] Organize and clean up unused CMake variables
3019 https://bugs.webkit.org/show_bug.cgi?id=144364
3021 Reviewed by Gyuyoung Kim.
3023 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
3024 specific to certain projects into their PlatformGTK.cmake files.
3026 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
3028 [EFL] Build failure to find gio-unix
3029 https://bugs.webkit.org/show_bug.cgi?id=144083
3031 Reviewed by Gyuyoung Kim.
3033 Original patch by Doug Newgard <scimma22@outlook.com>
3035 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
3037 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
3039 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
3040 https://bugs.webkit.org/show_bug.cgi?id=143001
3042 Reviewed by Gyuyoung Kim.
3044 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
3045 * Source/cmake/OptionsGTK.cmake: Ditto.
3047 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
3049 Unreviewed, fix typo in previous commit
3051 libsecretr -> libsecret in the error message.
3053 * Source/cmake/OptionsGTK.cmake:
3055 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
3057 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
3058 https://bugs.webkit.org/show_bug.cgi?id=143546
3060 Reviewed by Martin Robinson.
3062 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
3063 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
3064 default. Fail the build with an informative error message if an optional dependency required
3065 for an enabled feature is not present. Perform find_package commands only when necessary.
3066 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
3069 * Source/cmake/OptionsGTK.cmake:
3071 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
3073 [GTK] Make all options actually options
3074 https://bugs.webkit.org/show_bug.cgi?id=144106
3076 Reviewed by Martin Robinson.
3078 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
3079 ENABLE_WAYLAND_TARGET.
3081 * Source/cmake/OptionsGTK.cmake:
3083 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
3085 Unreviewed, fix GTK build after r183452
3087 * Source/cmake/OptionsGTK.cmake:
3089 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
3091 [GTK] Add one single option to control all OpenGL-related options
3092 https://bugs.webkit.org/show_bug.cgi?id=144105
3094 Reviewed by Martin Robinson.
3096 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
3097 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
3098 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
3099 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
3100 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
3101 presence of CairoGL.
3103 * Source/cmake/OptionsGTK.cmake:
3105 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
3107 [GTK] ENABLE_SMOOTH_SCROLLING should be private
3108 https://bugs.webkit.org/show_bug.cgi?id=144306
3110 Reviewed by Martin Robinson.
3112 Make ENABLE_SMOOTH_SCROLLING private instead of public.
3114 * Source/cmake/OptionsGTK.cmake:
3116 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
3118 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
3119 https://bugs.webkit.org/show_bug.cgi?id=144193
3121 Reviewed by Darin Adler.
3123 * Source/cmake/OptionsEfl.cmake:
3124 * Source/cmake/OptionsGTK.cmake:
3125 * Source/cmake/OptionsWinCairo.cmake:
3126 * Source/cmake/WebKitFeatures.cmake:
3128 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
3130 [CMake] Should be possible for an option to conflict with other options
3131 https://bugs.webkit.org/show_bug.cgi?id=143956
3133 Reviewed by Martin Robinson.
3135 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
3137 * Source/cmake/WebKitFeatures.cmake:
3139 2015-04-22 Martin Robinson <mrobinson@igalia.com>
3141 [CMake] Autogenerate cmakeconfig.h.cmake
3142 https://bugs.webkit.org/show_bug.cgi?id=143997
3144 Reviewed by Csaba Osztrogonác.
3146 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
3147 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
3148 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
3149 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
3150 Do some other miscellaneous related cleanup.
3151 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
3152 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
3153 build exposed variables. Add a macro to generate a configuration from them.
3154 * Source/cmakeconfig.h.cmake: Removed.
3156 2015-04-24 Philippe Normand <pnormand@igalia.com>
3158 [JHBuild] Move to upstream OpenWebRTC
3159 https://bugs.webkit.org/show_bug.cgi?id=144145
3161 Reviewed by Carlos Garcia Campos.
3163 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
3166 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
3168 [ES6] Implement ES6 template literals
3169 https://bugs.webkit.org/show_bug.cgi?id=142691
3171 Reviewed by Darin Adler.
3173 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
3175 * Source/cmake/WebKitFeatures.cmake:
3176 * Source/cmakeconfig.h.cmake:
3178 2015-04-25 Martin Robinson <mrobinson@igalia.com>
3180 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
3181 https://bugs.webkit.org/show_bug.cgi?id=144182
3183 Reviewed by Simon Fraser.
3185 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3186 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3187 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3188 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3189 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3191 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3193 [GTK] Add more public options
3194 https://bugs.webkit.org/show_bug.cgi?id=144116
3196 Reviewed by Martin Robinson.
3198 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
3200 * Source/cmake/OptionsGTK.cmake:
3202 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3204 [CMake] Some internal variables are not marked as advanced
3205 https://bugs.webkit.org/show_bug.cgi?id=143595
3207 Reviewed by Martin Robinson.
3209 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
3210 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
3212 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3214 [GTK] Mark as advanced the build options we don't want to expose
3215 https://bugs.webkit.org/show_bug.cgi?id=143558
3217 Reviewed by Martin Robinson.
3219 Mark various options as private instead of public.
3221 * Source/cmake/OptionsGTK.cmake:
3223 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3225 [CMake] Should be possible for an option to depend on multiple options
3226 https://bugs.webkit.org/show_bug.cgi?id=143839
3228 Reviewed by Martin Robinson.
3230 Use a list instead of a single variable to track the dependencies of each option. Iterate
3231 over the list as many times as necessary to ensure all options are properly disabled.
3233 * Source/cmake/WebKitFeatures.cmake:
3235 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3237 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
3238 https://bugs.webkit.org/show_bug.cgi?id=144103
3240 Reviewed by Martin Robinson.
3242 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
3244 * Source/cmake/WebKitFeatures.cmake:
3246 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3248 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
3249 https://bugs.webkit.org/show_bug.cgi?id=144102
3251 Reviewed by Martin Robinson.
3253 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
3254 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
3255 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
3257 * Source/cmake/OptionsGTK.cmake:
3259 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3261 [CMake] Clean up JSC JIT options
3262 https://bugs.webkit.org/show_bug.cgi?id=143998
3264 Reviewed by Filip Pizlo.
3266 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
3267 define for ENABLE_FTL_NATIVE_CALL_INLINING.
3268 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
3269 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
3270 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
3271 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
3273 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3275 [CMake] Use lowercase for local variables in macros
3276 https://bugs.webkit.org/show_bug.cgi?id=144059
3278 Reviewed by Martin Robinson.
3280 Convert some variable names to lowercase.
3282 * Source/cmake/WebKitFeatures.cmake:
3284 2015-04-22 Commit Queue <commit-queue@webkit.org>
3286 Unreviewed, rolling out r183116.
3287 https://bugs.webkit.org/show_bug.cgi?id=144060
3289 Inadvertently deleted a file... (Requested by mcatanzaro on
3294 "[CMake] Use lowercase for local variables in macros"
3295 https://bugs.webkit.org/show_bug.cgi?id=144059
3296 http://trac.webkit.org/changeset/183116
3298 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3300 [CMake] Use lowercase for local variables in macros
3301 https://bugs.webkit.org/show_bug.cgi?id=144059
3303 Reviewed by Martin Robinson.
3305 Convert some variable names to lowercase.
3307 * Source/cmake/WebKitFeatures.cmake:
3309 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3311 [CMake] Features list should print dots every other row
3312 https://bugs.webkit.org/show_bug.cgi?id=143832
3314 Reviewed by Martin Robinson.
3316 Discount private options when determining whether to print dots on a given row of the
3317 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
3318 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
3319 wasn't noticed because it only affects the first line, and use of the variable name as a
3320 string in a conditional.)
3322 * Source/cmake/WebKitFeatures.cmake:
3324 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3326 [CMake] Require specifying visibility of WebKit options
3327 https://bugs.webkit.org/show_bug.cgi?id=143831
3329 Reviewed by Alex Christensen.
3331 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
3332 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
3333 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
3334 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
3335 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
3336 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
3337 cross-platform options as PRIVATE.
3339 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3341 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
3342 https://bugs.webkit.org/show_bug.cgi?id=143935
3344 Reviewed by Darin Adler.
3346 Some variables aren't defined in these files or unused variables aren't removed. This
3347 patch cleans up it as well as fix wrong alphabet order.
3349 * Source/cmake/WebKitFeatures.cmake:
3350 * Source/cmakeconfig.h.cmake:
3352 2015-04-19 Simon Fraser <simon.fraser@apple.com>
3354 Restore the WebKit.xcworkspace to the way it was before r182899,
3355 which inadvertently added the Source directory and a couple of source
3358 * WebKit.xcworkspace/contents.xcworkspacedata:
3360 2015-04-16 Basile Clement <basile_clement@apple.com>
3362 Extract the allocation profile from JSFunction into a rare object
3363 https://bugs.webkit.org/show_bug.cgi?id=143807
3365 Reviewed by Filip Pizlo.
3367 * WebKit.xcworkspace/contents.xcworkspacedata:
3369 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
3371 [EFL] Bump LLVM to version 3.6.0 on X86_64
3372 https://bugs.webkit.org/show_bug.cgi?id=143604
3374 Reviewed by Gyuyoung Kim.
3376 * Source/cmake/FindLLVM.cmake: Added version handling.
3377 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
3379 2015-04-15 Timothy Horton <timothy_horton@apple.com>
3381 Custom CSS cursors do not use -webkit-image-set on retina displays
3382 https://bugs.webkit.org/show_bug.cgi?id=120783
3384 Reviewed by Beth Dakin.
3385 Patch by Evan Wallace <evan.exe@gmail.com>.
3387 Add a manual test for custom CSS cursors on retina displays.
3389 * ManualTests/retina-cursors.html: Added.
3391 2015-04-15 Alex Christensen <achristensen@webkit.org>
3393 Progress towards CMake on Mac.
3394 https://bugs.webkit.org/show_bug.cgi?id=143785
3396 Reviewed by Csaba Osztrogonác.
3399 * Source/cmake/OptionsMac.cmake:
3400 * Source/cmake/WebKitFS.cmake:
3402 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
3404 Cannot click "Next" button on Google two-factor auth setup page
3406 <https://bugs.webkit.org/show_bug.cgi?id=143624>
3407 <rdar://problem/19175714>
3409 Reviewed by Darin Adler.
3411 * ManualTests/button-that-focuses-itself-on-click.html: Added.
3413 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
3415 [cmake] REGRESSION(182663): It broke feature dependency handling
3416 https://bugs.webkit.org/show_bug.cgi?id=143665
3418 Reviewed by Csaba Osztrogonác.
3420 Don't try to check the value of options before defining the options.
3422 * Source/cmake/WebKitFeatures.cmake:
3424 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
3426 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
3427 https://bugs.webkit.org/show_bug.cgi?id=143664
3429 Reviewed by Gyuyoung Kim.
3431 * Source/cmake/OptionsEfl.cmake:
3432 * Source/cmake/OptionsGTK.cmake:
3433 * Source/cmake/WebKitFeatures.cmake:
3434 * Source/cmakeconfig.h.cmake:
3436 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3438 [EFL] Enable Media Source
3439 https://bugs.webkit.org/show_bug.cgi?id=143635
3441 Reviewed by Csaba Osztrogonác.
3443 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
3445 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3447 [CMake] Miscellaneous issues in WebKitFeatures.cmake
3448 https://bugs.webkit.org/show_bug.cgi?id=143636
3450 Reviewed by Martin Robinson.
3452 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
3453 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
3455 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
3456 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
3458 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
3460 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
3462 Fix ENABLE_TOUCH_SLIDER so that it can be used
3466 * Source/cmake/WebKitFeatures.cmake:
3468 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3470 [CMake] Print sorted feature list at the very end of the configure process
3471 https://bugs.webkit.org/show_bug.cgi?id=143596
3473 Reviewed by Martin Robinson.
3475 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
3476 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
3477 and sort the options before printing. Reorder some code so that features still get
3478 propagated to the bindings generators.
3480 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3482 [CMake] Options should be marked as advanced by default
3483 https://bugs.webkit.org/show_bug.cgi?id=143572
3485 Reviewed by Gyuyoung Kim.
3487 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
3488 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
3489 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
3490 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
3491 option without making it public.
3493 * Source/cmake/WebKitFeatures.cmake:
3495 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3497 [CMake] Remove unnecessary ENABLE_WEBCORE switch
3498 https://bugs.webkit.org/show_bug.cgi?id=143584
3500 Reviewed by Csaba Osztrogonác.
3502 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
3506 * Source/CMakeLists.txt:
3507 * Source/cmake/OptionsGTK.cmake:
3508 * Source/cmake/WebKitFS.cmake:
3510 2015-04-08 Filip Pizlo <fpizlo@apple.com>
3512 Unreviewed, revert accidental commit.
3516 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
3518 Add CMake build system for WinCairo port.
3519 https://bugs.webkit.org/show_bug.cgi?id=115944
3521 Reviewed by Chris Dumez.
3523 * Source/cmake/OptionsWindows.cmake:
3524 * Source/cmake/WebKitMacros.cmake:
3525 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3527 2015-04-06 Alberto Garcia <berto@igalia.com>
3529 [GTK] Fix HPPA build
3530 https://bugs.webkit.org/show_bug.cgi?id=143453
3532 Reviewed by Darin Adler.
3534 Add HPPA to the list of supported CPUs.
3538 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
3540 Unreviewed, kick the GTK bots to fix an incremental build issue.
3542 * Source/cmake/OptionsGTK.cmake:
3544 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
3546 Fix the EFL and GTK build after r182243
3547 https://bugs.webkit.org/show_bug.cgi?id=143361
3549 Reviewed by Csaba Osztrogonác.
3551 * Source/PlatformEfl.cmake: Add a custom command that copies
3552 the InspectorBackendCommands.js file into the proper directory
3553 under DerivedSources/WebInspectorUI/.
3555 2015-04-01 Alex Christensen <achristensen@webkit.org>
3557 Progress towards CMake on Windows and Mac.
3558 https://bugs.webkit.org/show_bug.cgi?id=143293
3560 Reviewed by Filip Pizlo.
3563 Set DERIVED_SOURCES_WTF_DIR for Windows.
3564 * Source/CMakeLists.txt:
3565 Don't compile bmalloc on Windows.
3566 * Source/cmake/OptionsCommon.cmake:
3567 Use the absolute path of the C preprocessor.
3568 * Source/cmake/OptionsWinCairo.cmake:
3569 Added needed definitions.
3570 * Source/cmake/OptionsWindows.cmake:
3571 Set some default values and removed support for old Visual Studio versions before /MP.
3572 * Source/cmake/WebKitFS.cmake:
3573 Make WTF DerivedSources directory.
3574 * Source/cmake/WebKitMacros.cmake:
3575 Added ADD_PRECOMPILED_HEADER macro based on
3576 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3578 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
3580 Use colored diagnostics when building with cmake + ninja + clang
3581 https://bugs.webkit.org/show_bug.cgi?id=143297
3583 Reviewed by Žan Doberšek.
3585 Because that ninja sets subprocess stdout/stderr to a pipe, clang
3586 disables colored output.
3587 This patch forces clang to use colored diagnostics when we are using
3590 * Source/cmake/OptionsCommon.cmake:
3592 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3594 [CMake] Update old CMakeList.txt in gtest
3595 https://bugs.webkit.org/show_bug.cgi?id=143192
3597 Reviewed by Darin Adler.
3599 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3600 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3601 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3603 * Source/CMakeLists.txt:
3604 * Source/cmake/gtest/CMakeLists.txt: Removed.
3606 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3608 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3609 https://bugs.webkit.org/show_bug.cgi?id=143138
3611 Reviewed by Csaba Osztrogonác.
3613 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3614 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3616 * Source/cmake/OptionsWindows.cmake:
3617 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3618 * Source/cmake/WebKitMacros.cmake:
3620 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3622 [GStreamer] share GL context in pipeline, part 2
3623 https://bugs.webkit.org/show_bug.cgi?id=143049
3625 Reviewed by Carlos Garcia Campos.
3627 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3628 OpenGL/ES2 is found and GLX/EGL is found too.
3630 2015-03-26 Alex Christensen <achristensen@webkit.org>
3632 Progress towards CMake on Mac.
3633 https://bugs.webkit.org/show_bug.cgi?id=143112
3635 Reviewed by Chris Dumez.
3637 * Source/cmake/OptionsMac.cmake:
3639 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3641 [EFL] Add OpenWebRTC in jhbuild
3642 https://bugs.webkit.org/show_bug.cgi?id=142778
3644 Reviewed by Gyuyoung Kim.
3646 Original patch by Philippe Normand <pnormand@igalia.com>
3648 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3649 mediastream build is enabled.
3651 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3653 [GTK] Add a configure option to build without Redirected XComposite Window
3654 https://bugs.webkit.org/show_bug.cgi?id=142865
3656 Reviewed by Žan Doberšek.
3658 The Redirected XComposite Window was added to support some
3659 features like GtkOverlay, but in cases where we don't need such
3660 features, it's more efficient to use the XID of the WebKitWebView
3661 window as the native surface handle for the accelerated
3662 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3663 that is enabled by default for X11 target when OpenGL is enabled.
3665 * Source/cmake/OptionsGTK.cmake:
3667 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3669 [GTK] Search for the Wayland dependency when enabling Wayland target
3670 https://bugs.webkit.org/show_bug.cgi?id=142876
3672 Reviewed by Carlos Garcia Campos.
3674 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3675 requirement of either the GTK+ or GDK pkg-config files, so we have to
3676 search for it ourselves when WebKitGTK+ has been configured to support
3677 the Wayland windowing target.
3679 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3681 Unreviewed, kick the GTK bots to regenerate makefile.
3682 https://bugs.webkit.org/show_bug.cgi?id=137394
3684 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3685 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3687 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3689 Unreviewed, kick the GTK bots to regenerate makefile.
3690 https://bugs.webkit.org/show_bug.cgi?id=137394
3692 * Source/cmake/OptionsEfl.cmake:
3694 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3696 [GTK] Fix inspector userinterface related incremental build issue
3697 https://bugs.webkit.org/show_bug.cgi?id=142849
3699 Reviewed by Carlos Garcia Campos.
3701 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3703 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3705 Unreviewed, kick the GTK bots to regenerate makefile.
3707 * Source/cmake/OptionsGTK.cmake:
3709 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3711 [EFL] Expose JavaScript binding interface through ewk_extension
3712 https://bugs.webkit.org/show_bug.cgi?id=142033
3714 Reviewed by Gyuyoung Kim.
3716 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3718 2015-03-17 Philippe Normand <pnormand@igalia.com>
3720 [GTK] basic OpenWebRTC build support
3721 https://bugs.webkit.org/show_bug.cgi?id=142393
3723 Reviewed by Carlos Garcia Campos.
3725 * Source/cmake/FindOpenWebRTC.cmake: Added.
3726 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3727 mediastream build is enabled.
3729 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3731 [CMake][EFL] Build test tools only for developer mode
3732 https://bugs.webkit.org/show_bug.cgi?id=142761
3734 Reviewed by Csaba Osztrogonác.
3736 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3738 * Source/cmake/OptionsEfl.cmake:
3739 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3740 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3741 * Source/cmakeconfig.h.cmake:
3743 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3745 Enable ES6 classes by default
3746 https://bugs.webkit.org/show_bug.cgi?id=142774
3748 Reviewed by Gavin Barraclough.
3750 * Source/cmake/WebKitFeatures.cmake:
3752 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3754 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3755 https://bugs.webkit.org/show_bug.cgi?id=142722
3757 Reviewed by Csaba Osztrogonác.
3759 Categorize to define cmake variables, to find necessary packages,
3760 use upper case for "glib_conponents" cmake variable name, re-arrange
3761 wrong alphabet sorting, and so on.
3763 * CMakeLists.txt: Remove WinCE port.
3764 * Source/cmake/OptionsEfl.cmake:
3766 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3768 [GStreamer] share GL context in pipeline
3769 https://bugs.webkit.org/show_bug.cgi?id=142693
3771 Reviewed by Philippe Normand.
3773 Add search of gstreamer-gl library in the GStreamer installation. If
3774 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3776 * Source/cmake/FindGStreamer.cmake:
3777 * Source/cmake/OptionsGTK.cmake:
3779 2015-03-13 Alex Christensen <achristensen@webkit.org>
3781 Progress towards CMake on Mac.
3782 https://bugs.webkit.org/show_bug.cgi?id=142680
3784 Reviewed by Gyuyoung Kim.
3787 * Source/PlatformMac.cmake: Added stub.
3788 * Source/cmake/OptionsMac.cmake:
3789 Change defines to get CMake working.
3791 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3793 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3794 https://bugs.webkit.org/show_bug.cgi?id=126688
3796 Reviewed by Gustavo Noronha Silva.
3798 Add ENABLE_MINIBROWSER option, enabled by default for development
3799 builds and disabled for production builds unless explicilty enabled.
3801 * Source/cmake/OptionsGTK.cmake:
3803 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3805 [GTK] Do not look for child processes in the UI process binary path
3806 https://bugs.webkit.org/show_bug.cgi?id=135752
3808 Reviewed by Gustavo Noronha Silva.
3810 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3811 build for development builds.
3813 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3815 [GTK] Add a configure option to build with OpenGL ES 2
3816 https://bugs.webkit.org/show_bug.cgi?id=142498
3818 Reviewed by Martin Robinson.
3820 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3821 GLES2 is required and OpenGL is not even searched. Otherwise we
3822 search for OpenGL as usual, using it only if present.
3824 * Source/cmake/OptionsGTK.cmake:
3826 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3828 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3829 https://bugs.webkit.org/show_bug.cgi?id=142338
3831 Reviewed by Gyuyoung Kim.
3833 * Source/cmake/WebKitHelpers.cmake:
3835 2015-03-03 Daniel Bates <dabates@apple.com>
3837 Convert ManualTests/svg-tooltip.svg to a DRT test
3838 https://bugs.webkit.org/show_bug.cgi?id=140480
3840 Reviewed by Alex Christensen.
3842 * ManualTests/svg-tooltip.svg: Removed.
3844 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3846 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3847 https://bugs.webkit.org/show_bug.cgi?id=142165
3849 Reviewed by Carlos Garcia Campos.
3851 * Source/cmake/gtksymbols.filter:
3853 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3855 [EFL] Remove unnecessary comment after r179110
3856 https://bugs.webkit.org/show_bug.cgi?id=142042
3858 Reviewed by Gyuyoung Kim.
3860 * Source/cmake/OptionsEfl.cmake:
3862 2015-02-23 Tomas Popela <tpopela@redhat.com>
3864 [GTK] Fails to compile with cmake 3.2.x
3865 https://bugs.webkit.org/show_bug.cgi?id=141796
3867 With cmake 3.2.x we have to explicitly ask for X11