1 2016-04-29 Yoav Weiss <yoav@yoav.ws>
3 Move ResourceTiming behind a runtime flag
4 https://bugs.webkit.org/show_bug.cgi?id=157133
6 Reviewed by Alex Christensen.
8 * Source/cmake/WebKitFeatures.cmake: Remove the PERFORMANCE_TIMELINE build flag.
10 2016-04-28 Commit Queue <commit-queue@webkit.org>
12 Unreviewed, rolling out r200185.
13 https://bugs.webkit.org/show_bug.cgi?id=157131
15 Bad temporary file added unintentionally (Requested by fredw
20 "RenderMathMLOperator refactoring: introduce getBaseGlyph and
21 remove parameter from getDisplayStyleLargeOperator"
22 https://bugs.webkit.org/show_bug.cgi?id=156910
23 http://trac.webkit.org/changeset/200185
25 2016-04-25 Ryosuke Niwa <rniwa@webkit.org>
27 Remove the build flag for template elements
28 https://bugs.webkit.org/show_bug.cgi?id=157022
30 Reviewed by Daniel Bates.
32 * Source/cmake/OptionsEfl.cmake:
33 * Source/cmake/OptionsMac.cmake:
34 * Source/cmake/OptionsWin.cmake:
35 * Source/cmake/WebKitFeatures.cmake:
36 * Source/cmake/tools/vsprops/FeatureDefines.props:
37 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
39 2016-04-22 Carlos Garcia Campos <cgarcia@igalia.com>
41 [GTK] Enable the download attribute support
42 https://bugs.webkit.org/show_bug.cgi?id=99025
44 Reviewed by Žan Doberšek.
46 * Source/cmake/OptionsGTK.cmake:
48 2016-04-18 Yusuke Suzuki <utatane.tea@gmail.com>
50 [JSCOnly] Implement RunLoop and remove glib dependency
51 https://bugs.webkit.org/show_bug.cgi?id=155706
53 Reviewed by Michael Catanzaro.
55 * Source/cmake/OptionsJSCOnly.cmake:
57 2016-04-18 Carlos Garcia Campos <cgarcia@igalia.com>
59 [GTK] Menu list button doesn't use the text color from the theme
60 https://bugs.webkit.org/show_bug.cgi?id=118234
62 Reviewed by Darin Adler.
64 * ManualTests/gtk/theme.html: Add a disabled combo test.
66 2016-04-13 Konstantin Tokarev <annulen@yandex.ru>
68 FindWebP should not be misguided by pkg-config when cross-compiling.
69 https://bugs.webkit.org/show_bug.cgi?id=156544
71 Reviewed by Michael Catanzaro.
73 We should use pkg-config output only as a hint, like other modules do.
75 * Source/cmake/FindWebP.cmake:
77 2016-04-07 Carlos Garcia Campos <cgarcia@igalia.com>
79 [GTK] Rework the theming code for GTK+ 3.20
80 https://bugs.webkit.org/show_bug.cgi?id=156333
82 Reviewed by Michael Catanzaro.
84 Add a manual test to check how themed elements are rendered.
86 * ManualTests/gtk/theme.html: Added.
88 2016-04-11 Fujii Hironori <Hironori.Fujii@jp.sony.com>
90 [CMake] Make FOLDER property INHERITED
91 https://bugs.webkit.org/show_bug.cgi?id=156460
93 Reviewed by Brent Fulgham.
95 Some CMake targets are not setting the FOLDER property. This causes the
96 generated projects to be displayed in the top-level folder of the solution.
98 Making the FOLDER property INHERITED ensures that all the targets
99 are placed in their proper directories.
101 * Source/cmake/OptionsCommon.cmake:
102 Define FOLDER property as a inherited property.
103 * Source/cmake/WebKitMacros.cmake:
104 Do not set FOLDER target property.
106 2016-04-08 Alex Christensen <achristensen@webkit.org>
108 Progress towards running CMake WebKit2 on Mac
109 https://bugs.webkit.org/show_bug.cgi?id=156426
111 Reviewed by Tim Horton.
113 * Source/cmake/OptionsMac.cmake:
114 FTL works on Mac, so let's use it.
115 * Source/cmake/WebKitMacros.cmake:
117 2016-04-07 Joseph Pecoraro <pecoraro@apple.com>
119 Remove ENABLE(ENABLE_ES6_CLASS_SYNTAX) guards
120 https://bugs.webkit.org/show_bug.cgi?id=156384
122 Reviewed by Ryosuke Niwa.
124 * Source/cmake/WebKitFeatures.cmake:
126 2016-04-07 Dean Jackson <dino@apple.com>
128 [iOS] Play button on video is too dark
129 https://bugs.webkit.org/show_bug.cgi?id=156383
130 <rdar://problem/23540816>
132 Reviewed by Simon Fraser.
134 Add a manual test for iOS that shows the expected appearance
135 of a video element. Unfortunately, due to the way we take
136 snapshots on iOS within our test runner, we don't get the
137 platform blurring effect, which means an automated test
140 * ManualTests/ios/start-playback-button-appearance-expected.html: Added.
141 * ManualTests/ios/start-playback-button-appearance.html: Added.
143 2016-04-06 Alex Christensen <achristensen@webkit.org>
145 Fix CMake DumpRenderTree
146 https://bugs.webkit.org/show_bug.cgi?id=156305
148 Reviewed by Daniel Bates.
150 * Source/cmake/OptionsMac.cmake:
152 2016-04-05 Alex Christensen <achristensen@webkit.org>
154 Make CMake-generated binaries on Mac able to run
155 https://bugs.webkit.org/show_bug.cgi?id=156268
157 Reviewed by Daniel Bates.
159 * Source/cmake/OptionsMac.cmake:
161 2016-04-04 Alejandro G. Castro <alex@igalia.com>
163 REGRESSION(r198492): [GTK] The WEB_RTC flag was not correctly added in some situations
164 https://bugs.webkit.org/show_bug.cgi?id=156164
166 Reviewed by Philippe Normand.
168 Remove double space in the error message when openwebrtc is not present.
170 * Source/cmake/OptionsGTK.cmake:
172 2016-04-03 Carlos Garcia Campos <cgarcia@igalia.com>
174 Unreviewed. Bump GTK+ versions numbers.
176 * Source/cmake/OptionsGTK.cmake:
178 2016-03-31 Daniel Bates <dabates@apple.com>
180 tool tip/alt. text appears when mouse is no longer hovering over link
181 https://bugs.webkit.org/show_bug.cgi?id=24427
182 <rdar://problem/8045235>
184 Reviewed by Antonio Gomes.
186 Although the bug no longer reproduces, add a manual test that can be used to determine if a
187 tooltip for a hyperlink is shown when the cursor no longer hovers over it.
189 * ManualTests/tooltip-when-mouse-not-directly-over-hyperlink.html: Added.
191 2016-03-29 Commit Queue <commit-queue@webkit.org>
193 Unreviewed, rolling out r198781.
194 https://bugs.webkit.org/show_bug.cgi?id=155986
196 broke windows clean build (Requested by alexchristensen on
201 "[Win] CMake seems to build all generated files every time"
202 https://bugs.webkit.org/show_bug.cgi?id=155872
203 http://trac.webkit.org/changeset/198781
205 2016-03-29 Brent Fulgham <bfulgham@apple.com>
207 [Win] CMake seems to build all generated files every time
208 https://bugs.webkit.org/show_bug.cgi?id=155872
210 Reviewed by Alex Christensen.
212 This seems to be caused by Visual Studio being unhappy receiving multiple output targets
213 for its custom build rules. If I limit the output to just the header file on Windows, the
214 dependency check seems to do the right thing.
216 * Source/cmake/WebKitMacros.cmake:
218 2016-03-28 Alex Christensen <achristensen@webkit.org>
220 Fix Mac Ninja build after r198766.
222 * Source/cmake/WebKitMacros.cmake:
223 WebCore_DERIVED_SOURCES are intentionally in a separate library to reduce linker line length.
224 This is now only specific to WebKit2_DERIVED_SOURCES, so I'm moving it there.
226 2016-03-28 Alex Christensen <achristensen@webkit.org>
228 Fix Windows build after r198766.
230 * Source/cmake/WebKitMacros.cmake:
231 Use the filename from the cpp so that WebCorePrefix.cpp and WebCoreDerivedSourcesPrefix.cpp
232 generate unique .pch files, even though they both include WebCorePrefix.h
234 2016-03-28 Alex Christensen <achristensen@webkit.org>
236 Fix Ninja build on Mac
237 https://bugs.webkit.org/show_bug.cgi?id=151399
239 Reviewed by Darin Adler.
241 * Source/CMakeLists.txt:
242 * Source/cmake/WebKitMacros.cmake:
244 2016-03-27 Daniel Bates <dabates@apple.com>
246 WebKit.xcworkspace "All Source" scheme always copies OS X WebKitSystemInterface libraries
247 https://bugs.webkit.org/show_bug.cgi?id=155889
249 Reviewed by Alexey Proskuryakov.
251 Fixes an issue where building the "All Source" scheme in WebKit.xcworkspace would
252 always copy the OS X WebKitSystemInterface libraries regardless of the selected
253 base SDK. In particular, it would copy the OS X WebKitSystemInterface libraries
254 when building with SDK iphonesimulator. WebKit.xcworkspace should copy the SDK-
255 specific WebKitSystemInterface libraries.
257 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
259 2016-03-25 Brady Eidson <beidson@apple.com>
261 Soften push/replaceState frequency restrictions.
262 <rdar://problem/25228439> and https://bugs.webkit.org/show_bug.cgi?id=155901
264 Rubber-stamped by Timothy Hatcher.
266 * ManualTests/state-objects-time-limit.html: Added.
268 2016-03-25 Daniel Bates <dabates@apple.com>
270 REGRESSION (r197358): WebKitSystemInterface.h copied into directory named "--llvm"
271 https://bugs.webkit.org/show_bug.cgi?id=155838
273 Reviewed by Alexey Proskuryakov.
275 Do not pass command line flag --llvm when calling script copy-webkitlibraries-to-product-directory
276 to avoid copying the WebKitSystemInterface libraries to an incorrect location. The --llvm flag was
277 removed from copy-webkitlibraries-to-product-directory in <http://trac.webkit.org/changeset/197358>.
279 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
281 2016-03-25 Bill Ming <mbbill@gmail.com>
283 Detect correct number of processors on windows
284 https://bugs.webkit.org/show_bug.cgi?id=155884
286 Reviewed by Alex Christensen.
288 * Tools/Scripts/run-jsc-stress-tests:
290 2016-03-25 Brent Fulgham <bfulgham@apple.com>
292 [Win] Improve CMake build performance
293 https://bugs.webkit.org/show_bug.cgi?id=155871
294 <rdar://problem/24747822>
296 Reviewed by Alex Christensen.
298 Add a flag to the PROCESS_ALLINONE_FILE macro so that it does not remove
299 the files contained in the passed all-in-one file, since this breaks
300 dependency checking and generation of the derived sources from the IDL.
301 Instead, include the header files in the project so that all files get
304 * Source/cmake/WebKitMacros: Updated for 'DerivedSources.cpp' use case.
306 2016-03-25 Konstantin Tokarev <annulen@yandex.ru>
308 Turned on ENABLE_REQUEST_ANIMATION_FRAME by default for any port.
309 https://bugs.webkit.org/show_bug.cgi?id=155882
311 Reviewed by Michael Catanzaro.
313 It was already enabled in all trunk ports, and is required for
314 WebInspectorUI to work.
316 * Source/cmake/OptionsGTK.cmake: Removed duplication of default value.
317 * Source/cmake/OptionsMac.cmake: Ditto.
318 * Source/cmake/WebKitFeatures.cmake: Turned
319 ENABLE_REQUEST_ANIMATION_FRAME ON.
321 2016-03-24 Bill Ming <mbbill@gmail.com>
323 Determine architecture for running jsc stress tests on windows
324 https://bugs.webkit.org/show_bug.cgi?id=155840
326 Reviewed by Alex Christensen.
328 * Tools/Scripts/run-jsc-stress-tests:
330 2016-03-23 Bill Ming <mbbill@gmail.com>
332 Fixed ninja build path.
333 https://bugs.webkit.org/show_bug.cgi?id=155796
335 Reviewed by Alex Christensen.
337 * Tools/Scripts/build-webkit:
339 2016-03-21 Eric Carlson <eric.carlson@apple.com>
341 Add a WebRTC specific compile flag
342 https://bugs.webkit.org/show_bug.cgi?id=155663
344 Reviewed by Jer Noble.
346 * Source/cmake/OptionsEfl.cmake:
347 * Source/cmake/OptionsGTK.cmake:
348 * Source/cmake/WebKitFeatures.cmake:
350 2016-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
352 Unreviewed, missing SET_AND_EXPOSE_TO_BUILD for USE_UDIS86 in JSCOnly port
353 https://bugs.webkit.org/show_bug.cgi?id=155628
355 * Source/cmake/OptionsJSCOnly.cmake:
357 2016-03-17 Yusuke Suzuki <utatane.tea@gmail.com>
359 [JSCOnly] Enable udis86
360 https://bugs.webkit.org/show_bug.cgi?id=155628
362 Reviewed by Carlos Garcia Campos.
364 Enable udis86 for disassembler. The current flag name is incorrect.
366 * Source/cmake/OptionsJSCOnly.cmake:
368 2016-03-14 Konstantin Tokarev <annulen@yandex.ru>
370 Restored ENABLE_WEBCORE option and used it in JSCOnly port.
371 https://bugs.webkit.org/show_bug.cgi?id=155428
373 Reviewed by Michael Catanzaro.
375 This is a partial revert of r182624.
378 * Source/CMakeLists.txt:
379 * Source/cmake/OptionsJSCOnly.cmake:
380 * Source/cmake/WebKitFS.cmake:
382 2016-03-13 Joseph Pecoraro <pecoraro@apple.com>
384 Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
385 https://bugs.webkit.org/show_bug.cgi?id=155417
387 Reviewed by Yusuke Suzuki.
389 * Source/cmake/OptionsWin.cmake:
390 * Source/cmake/WebKitFeatures.cmake:
391 * Source/cmake/tools/vsprops/FeatureDefines.props:
392 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
394 2016-03-13 Konstantin Tokarev <annulen@yandex.ru>
396 Added new port JSCOnly.
397 https://bugs.webkit.org/show_bug.cgi?id=154512
399 Reviewed by Michael Catanzaro.
401 This port allows to build JavaScriptCore engine with minimal
405 * Source/cmake/OptionsJSCOnly.cmake: Added.
407 2016-03-12 Myles C. Maxfield <mmaxfield@apple.com>
409 Delete dead SVG Font code
410 https://bugs.webkit.org/show_bug.cgi?id=154718
412 Reviewed by Antti Koivisto.
414 * Source/cmake/OptionsEfl.cmake:
415 * Source/cmake/OptionsWin.cmake:
416 * Source/cmake/WebKitFeatures.cmake:
417 * Source/cmake/tools/vsprops/FeatureDefines.props:
418 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
420 2016-03-12 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
422 [GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
423 https://bugs.webkit.org/show_bug.cgi?id=152650
425 Reviewed by Carlos Garcia Campos.
427 * Source/cmake/OptionsGTK.cmake:
429 2016-03-10 Frederic Wang <fwang@igalia.org>
431 [GTK] Add support for WOFF2
432 https://bugs.webkit.org/show_bug.cgi?id=152616
434 Reviewed by Carlos Garcia Campos.
436 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
437 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
439 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
441 [cmake] Fixed All-in-One build.
442 https://bugs.webkit.org/show_bug.cgi?id=155241
444 Reviewed by Csaba Osztrogonác.
446 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
447 not removed in PROCESS_ALLINONE_FILE.
449 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
451 [EFL] Enable the SVG -> OTF Font Converter
452 https://bugs.webkit.org/show_bug.cgi?id=155192
454 Reviewed by Gyuyoung Kim.
456 * Source/cmake/OptionsEfl.cmake:
458 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
460 [GTK] Enable the SVG -> OTF Font Converter
461 https://bugs.webkit.org/show_bug.cgi?id=155191
463 Reviewed by Martin Robinson.
465 * Source/cmake/OptionsGTK.cmake:
467 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
469 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
471 * Source/cmake/OptionsEfl.cmake:
472 * Source/cmake/OptionsGTK.cmake:
474 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
476 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
477 https://bugs.webkit.org/show_bug.cgi?id=154651
479 Reviewed by Alex Christensen.
481 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
482 CMake's PRE_BUILD COMMAND feature because the latter actually
483 generates pre-link target instead of pre-build.
485 2016-03-01 Alex Christensen <achristensen@webkit.org>
487 Reduce size of internal windows build output
488 https://bugs.webkit.org/show_bug.cgi?id=154763
490 Reviewed by Brent Fulgham.
492 * Source/cmake/OptionsWin.cmake:
494 2016-03-01 Commit Queue <commit-queue@webkit.org>
496 Unreviewed, rolling out r197056.
497 https://bugs.webkit.org/show_bug.cgi?id=154870
499 broke win ews (Requested by alexchristensen on #webkit).
503 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
504 https://bugs.webkit.org/show_bug.cgi?id=154651
505 http://trac.webkit.org/changeset/197056
507 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
509 [cmake] Allow using FindGLIB in case glib is optional dependency.
510 https://bugs.webkit.org/show_bug.cgi?id=154796
512 Reviewed by Michael Catanzaro.
514 FindGLIB caused internal CMake error in case glibconfig.h is not
517 * Source/cmake/FindGLIB.cmake:
519 2016-02-29 Commit Queue <commit-queue@webkit.org>
521 Unreviewed, rolling out r197297.
522 https://bugs.webkit.org/show_bug.cgi?id=154810
524 This change broke build of GTK from scratch (Requested by
529 "[cmake] Allow using FindGLIB in case glib is optional
531 https://bugs.webkit.org/show_bug.cgi?id=154796
532 http://trac.webkit.org/changeset/197297
534 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
536 [cmake] Allow using FindGLIB in case glib is optional dependency.
537 https://bugs.webkit.org/show_bug.cgi?id=154796
539 Reviewed by Michael Catanzaro.
541 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
544 * Source/cmake/FindGLIB.cmake:
546 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
548 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
549 https://bugs.webkit.org/show_bug.cgi?id=143402
551 Reviewed by Alex Christensen.
553 Turn on by default, and turn on for Windows.
555 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
557 * Source/cmake/OptionsWin.cmake:
558 * Source/cmake/WebKitFeatures.cmake:
560 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
562 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
563 https://bugs.webkit.org/show_bug.cgi?id=151688
565 Reviewed by Dean Jackson.
567 Enables the WEB_ANIMATIONS compiler switch.
569 * Source/cmake/OptionsWin.cmake:
571 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
573 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
574 https://bugs.webkit.org/show_bug.cgi?id=154651
576 Reviewed by Alex Christensen.
578 * Source/cmake/WebKitMacros.cmake:
580 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
582 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
583 https://bugs.webkit.org/show_bug.cgi?id=154450
585 Reviewed by Alex Christensen.
587 * Source/cmake/WebKitMacros.cmake:
589 2016-02-18 Philippe Normand <pnormand@igalia.com>
591 [GStreamer] Bump internal jhbuild versions to 1.6.3
592 https://bugs.webkit.org/show_bug.cgi?id=149594
594 Reviewed by Michael Catanzaro.
596 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
598 2016-02-18 Anders Carlsson <andersca@apple.com>
600 Get rid of the "All Source (target WebProcess)" scheme.
602 Rubber-stamped by Dan Bernstein.
604 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
606 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
608 [CMake] Remove LLVM support
609 https://bugs.webkit.org/show_bug.cgi?id=154370
611 Reviewed by Csaba Osztrogonác.
613 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
614 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
615 but for the time being this is dead code.
617 * Source/cmake/FindLLVM.cmake: Removed.
618 * Source/cmake/OptionsCommon.cmake:
620 2016-02-18 Joonghun Park <jh718.park@samsung.com>
622 [CMake] Remove meaningless conditional statements in CMakeLists.txt
623 https://bugs.webkit.org/show_bug.cgi?id=153778
625 Reviewed by Csaba Osztrogonác.
628 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
629 And remove conditional statements which has enclosed these one
630 because they don't have meaning anymore.
632 2016-02-15 Alex Christensen <achristensen@webkit.org>
634 Re-enable INTL on WinCairo
635 https://bugs.webkit.org/show_bug.cgi?id=154256
637 Reviewed by Michael Catanzaro.
639 * Source/cmake/OptionsWin.cmake:
640 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
642 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
644 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
645 https://bugs.webkit.org/show_bug.cgi?id=154165
647 Reviewed by Alex Christensen.
649 * Source/cmake/OptionsEfl.cmake:
650 * Source/cmake/OptionsGTK.cmake:
652 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
654 [cmake] Consolidate TextureMapper file and include dir lists.
655 https://bugs.webkit.org/show_bug.cgi?id=154106
657 Reviewed by Michael Catanzaro.
659 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
661 * Source/cmake/OptionsWinCairo.cmake: Ditto.
663 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
665 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
666 https://bugs.webkit.org/show_bug.cgi?id=154033
668 Reviewed by Michael Catanzaro.
670 * Source/cmake/WebKitFeatures.cmake:
672 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
674 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
676 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
678 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
680 [GTK][EFL] Enable SamplingProfiler
681 https://bugs.webkit.org/show_bug.cgi?id=153638
683 Reviewed by Michael Catanzaro.
685 Enable SamplingProfiler in GTK and EFL.
686 And added option to CMake to switch this from the build command.
688 * Source/cmake/OptionsEfl.cmake:
689 * Source/cmake/OptionsGTK.cmake:
690 * Source/cmake/WebKitFeatures.cmake:
692 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
694 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
695 https://bugs.webkit.org/show_bug.cgi?id=153961
697 Reviewed by Michael Catanzaro.
699 * Source/cmake/OptionsCommon.cmake:
700 * Source/cmake/OptionsEfl.cmake:
701 * Source/cmake/OptionsGTK.cmake:
703 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
705 Unreviewed non X86_64 buildfix after r196077.
707 * Source/cmake/OptionsEfl.cmake:
708 * Source/cmake/OptionsGTK.cmake:
710 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
712 [GTK][EFL] Switch FTL to B3
713 https://bugs.webkit.org/show_bug.cgi?id=153478
715 Reviewed by Csaba Osztrogonác.
717 * Source/cmake/OptionsEfl.cmake:
718 * Source/cmake/OptionsGTK.cmake:
720 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
722 Unreviewed attempt to fix Mac CMake build after r195999.
724 * Source/cmake/OptionsMac.cmake:
725 * Source/cmake/WebKitFeatures.cmake:
726 Add ENABLE_RESOURCE_USAGE to CMake builds.
728 2016-02-02 Alejandro G. Castro <alex@igalia.com>
730 [GTK][EFL] Upgrade OpenWebRTC dependency
731 https://bugs.webkit.org/show_bug.cgi?id=153489
733 Reviewed by Philippe Normand.
735 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
736 required to make the mediastream work.
738 2016-02-01 Alex Christensen <achristensen@webkit.org>
740 [Win] WTFHeaderDetection.h no longer needed
741 https://bugs.webkit.org/show_bug.cgi?id=153753
742 rdar://problem/24434627
744 Reviewed by Darin Adler.
746 * Source/cmake/WebKitFS.cmake:
748 2016-01-31 Joonghun Park <jh718.park@samsung.com>
750 [EFL] All API tests are broken on 15.10
751 https://bugs.webkit.org/show_bug.cgi?id=153528
753 Reviewed by Gyuyoung Kim.
755 * CMakeLists.txt: Having include(WebKitCommon) statement follow
756 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
758 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
760 Enable SamplingProfiler on POSIX environment
761 https://bugs.webkit.org/show_bug.cgi?id=153584
763 Reviewed by Michael Saboff.
765 Add features.h header check. It will define __GLIBC__.
767 * Source/cmake/OptionsCommon.cmake:
769 2016-01-27 Alexey Proskuryakov <ap@apple.com>
771 Remove ENABLE_CURRENTSRC
772 https://bugs.webkit.org/show_bug.cgi?id=153545
774 Reviewed by Simon Fraser.
776 * Source/cmake/OptionsEfl.cmake:
777 * Source/cmake/OptionsGTK.cmake:
778 * Source/cmake/OptionsMac.cmake:
779 * Source/cmake/OptionsWin.cmake:
780 * Source/cmake/WebKitFeatures.cmake:
781 * Source/cmake/tools/vsprops/FeatureDefines.props:
782 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
784 2016-01-25 Alex Christensen <achristensen@webkit.org>
786 Fix internal Windows build
787 https://bugs.webkit.org/show_bug.cgi?id=153469
789 Reviewed by Brent Fulgham.
791 * Source/cmake/WebKitMacros.cmake:
792 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
794 2016-01-23 Aaron Chu <arona.chu@gmail.com>
796 Web Inspector: AXI: node-link-list should be collapsible
797 https://bugs.webkit.org/show_bug.cgi?id=130911
799 Added a manual test to test the node list in the Accessibility Inspector
801 Reviewed by Timothy Hatcher.
803 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
805 2016-01-22 Alex Christensen <achristensen@webkit.org>
807 Fix internal Windows build
808 https://bugs.webkit.org/show_bug.cgi?id=153385
809 rdar://problem/24310408
811 Reviewed by Brian Weinstein.
813 * Source/cmake/WinTools.make:
814 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
815 These property sheets are needed for some projects that are not in this repository
816 and don't use CMake in the official build. We want to leave them unchanged for now.
818 2016-01-22 Alex Christensen <achristensen@webkit.org>
820 Only set CMake output directories if they aren't already set
821 https://bugs.webkit.org/show_bug.cgi?id=153373
823 Reviewed by Michael Catanzaro.
826 r195242 caused Windows builds to copy files to bin instead of bin64.
827 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
828 This also makes it so you can set these variables by command line.
830 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
832 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
834 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
836 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
838 [CMake] Duplicate attempts to find software during cmake stage
839 https://bugs.webkit.org/show_bug.cgi?id=153211
841 Reviewed by Martin Robinson.
843 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
844 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
846 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
848 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
849 https://bugs.webkit.org/show_bug.cgi?id=153190
851 Reviewed by Csaba Osztrogonác.
853 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
855 * Source/CMakeLists.txt:
856 * Source/cmake/OptionsWin.cmake:
858 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
860 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
862 https://bugs.webkit.org/show_bug.cgi?id=153117
864 Reviewed by Michael Catanzaro.
866 * Source/cmake/OptionsGTK.cmake:
868 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
870 [CMake] Do not use LLVM static libraries for FTL JIT
871 https://bugs.webkit.org/show_bug.cgi?id=151559
873 Reviewed by Michael Catanzaro.
875 Also export LLVM_LIBRARIES variable that can be used to prefer
876 linking to the llvm dynamic libraries.
878 * Source/cmake/FindLLVM.cmake:
880 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
882 [GTK] Add comments above options declarations in OptionsGTK.cmake
883 https://bugs.webkit.org/show_bug.cgi?id=153074
885 Reviewed by Martin Robinson.
887 * Source/cmake/OptionsGTK.cmake:
889 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
891 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
893 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
895 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
897 Add a build flag for custom element
898 https://bugs.webkit.org/show_bug.cgi?id=153005
900 Reviewed by Alex Christensen.
902 * Source/cmake/OptionsEfl.cmake:
903 * Source/cmake/OptionsWin.cmake:
904 * Source/cmake/WebKitFeatures.cmake:
906 2016-01-08 Alex Christensen <achristensen@webkit.org>
908 Fix internal Windows build
909 https://bugs.webkit.org/show_bug.cgi?id=152937
911 Reviewed by Brent Fulgham.
913 * Source/cmake/WebKitCommon.cmake:
914 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
915 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
916 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
917 set PATH=%SystemDrive%\cygwin\bin;%PATH%
919 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
921 [EFL] Set WebKit2 process output name
922 https://bugs.webkit.org/show_bug.cgi?id=152773
924 Reviewed by Benjamin Poulain.
926 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
927 So this patch sets wk2 process output name.
929 * Source/cmake/OptionsEfl.cmake:
931 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
933 [CMake] Remove USE_UDIS86 variable
934 https://bugs.webkit.org/show_bug.cgi?id=152731
936 Reviewed by Gyuyoung Kim.
938 Remove the USE_UDIS86 variable in CMake files. The specific build guard
939 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
940 in CMake isn't required anymore. The Udis86-specific files have to be
941 built unconditionally now, though.
943 * Source/cmake/OptionsEfl.cmake:
944 * Source/cmake/OptionsGTK.cmake:
945 * Source/cmake/OptionsMac.cmake:
947 2016-01-04 Alex Christensen <achristensen@webkit.org>
949 Fix Mac CMake build after r194454.
951 * Source/cmake/OptionsMac.cmake:
952 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
953 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
955 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
957 [GTK][CMake] Do not override default values of build options with the default value
958 https://bugs.webkit.org/show_bug.cgi?id=152615
960 Reviewed by Martin Robinson.
962 Override the default value of build options only when the default value for the GTK+ port
963 is actually different than the default value in WebKitFeatures.cmake. This way we don't
964 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
965 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
967 * Source/cmake/OptionsGTK.cmake:
969 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
971 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
972 https://bugs.webkit.org/show_bug.cgi?id=144069
974 Reviewed by Martin Robinson.
976 * Source/cmake/OptionsWin.cmake:
977 Do not set options that no longer exist.
978 * Source/cmake/WebKitFeatures.cmake:
979 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
980 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
981 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
982 no CMake port was using it.
984 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
986 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
987 https://bugs.webkit.org/show_bug.cgi?id=152611
989 Reviewed by Martin Robinson.
991 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
992 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
993 not to the DOM bindings generator, for example).
995 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
996 called after WEBKIT_OPTION_END, they don't do anything.
998 Add error checking to catch these bugs.
1000 * Source/cmake/WebKitFeatures.cmake:
1002 2015-12-30 Philippe Normand <pnormand@igalia.com>
1004 [GTK][Mac] Disable gtk-doc
1005 https://bugs.webkit.org/show_bug.cgi?id=150798
1007 Reviewed by Michael Catanzaro.
1009 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
1010 link error on Mac, so for now disable gtk-doc support on that
1012 * Source/cmake/OptionsGTK.cmake: Ditto.
1014 2015-12-23 Andy VanWagoner <andy@instructure.com>
1016 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
1017 https://bugs.webkit.org/show_bug.cgi?id=147603
1019 Reviewed by Benjamin Poulain.
1021 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
1023 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
1025 [Fetch API] Add fetch API compile time flag
1026 https://bugs.webkit.org/show_bug.cgi?id=152254
1028 Reviewed by Darin Adler.
1030 * Source/cmake/OptionsWin.cmake:
1031 * Source/cmake/WebKitFeatures.cmake:
1033 2015-12-10 Brent Fulgham <bfulgham@apple.com>
1035 [Win] Support building under Cygwin or native Perl
1036 https://bugs.webkit.org/show_bug.cgi?id=152145
1037 <rdar://problem/23839868>
1039 Reviewed by David Kilzer.
1041 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
1045 2015-12-09 Daniel Bates <dabates@apple.com>
1047 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
1048 https://bugs.webkit.org/show_bug.cgi?id=151840
1049 <rdar://problem/23753931>
1051 Reviewed by Simon Fraser.
1053 Add a manual test that can be used to verify that we suspend dispatching device motion and
1054 device orientation events when the page is hidden.
1056 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
1059 (handleVisibilityChange):
1060 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
1062 2015-12-07 Alex Christensen <achristensen@webkit.org>
1064 Fix internal Windows build
1065 https://bugs.webkit.org/show_bug.cgi?id=151950
1067 Reviewed by Brent Fulgham.
1069 * Source/cmake/tools/scripts/auto-version.pl:
1071 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
1073 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
1074 https://bugs.webkit.org/show_bug.cgi?id=150792
1076 Reviewed by Saam Barati.
1078 * Source/cmake/OptionsWin.cmake:
1079 * Source/cmake/WebKitFeatures.cmake:
1081 2015-12-01 Commit Queue <commit-queue@webkit.org>
1083 Unreviewed, rolling out r192914.
1084 https://bugs.webkit.org/show_bug.cgi?id=151734
1086 JSC tests for this change are failing on 32 and 64-bit bots
1087 (Requested by ryanhaddad on #webkit).
1091 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
1092 enable this feature"
1093 https://bugs.webkit.org/show_bug.cgi?id=150792
1094 http://trac.webkit.org/changeset/192914
1096 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
1098 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
1099 https://bugs.webkit.org/show_bug.cgi?id=150792
1101 Reviewed by Saam Barati.
1103 * Source/cmake/OptionsWin.cmake:
1104 * Source/cmake/WebKitFeatures.cmake:
1106 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
1108 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
1110 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1112 2015-11-20 Alex Christensen <achristensen@webkit.org>
1114 Remove NETWORK_PROCESS compile flag
1115 https://bugs.webkit.org/show_bug.cgi?id=151512
1117 Reviewed by Tim Horton.
1119 * Source/cmake/OptionsEfl.cmake:
1120 * Source/cmake/OptionsGTK.cmake:
1121 * Source/cmake/OptionsMac.cmake:
1122 * Source/cmake/WebKitFeatures.cmake:
1124 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
1126 [EFL] Enable FTL JIT by default on X86_64
1127 https://bugs.webkit.org/show_bug.cgi?id=143822
1129 Reviewed by Carlos Garcia Campos.
1131 * Source/cmake/OptionsEfl.cmake:
1133 2015-11-19 Commit Queue <commit-queue@webkit.org>
1135 Unreviewed, rolling out r192667 and r192668.
1136 https://bugs.webkit.org/show_bug.cgi?id=151476
1138 broke api tests (Requested by alexchristensen on #webkit).
1140 Reverted changesets:
1142 "Remove the non-NetworkProcess configurations"
1143 https://bugs.webkit.org/show_bug.cgi?id=151418
1144 http://trac.webkit.org/changeset/192667
1146 "Fix GTK Build after r192667."
1147 http://trac.webkit.org/changeset/192668
1149 2015-11-19 Alex Christensen <achristensen@webkit.org>
1151 Remove the non-NetworkProcess configurations
1152 https://bugs.webkit.org/show_bug.cgi?id=151418
1154 Reviewed by Geoffrey Garen.
1156 * Source/cmake/OptionsEfl.cmake:
1157 * Source/cmake/OptionsGTK.cmake:
1158 * Source/cmake/OptionsMac.cmake:
1159 * Source/cmake/WebKitFeatures.cmake:
1161 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
1163 REGRESSION(r192459): [GTK] User agent string is broken after r192459
1164 https://bugs.webkit.org/show_bug.cgi?id=151347
1166 Reviewed by Žan Doberšek.
1168 Pass UA version numbers as strings to the build.
1170 * Source/cmake/OptionsGTK.cmake:
1172 2015-11-16 Alex Christensen <achristensen@webkit.org>
1174 Fix CMake build and make PluginProcess executable
1175 https://bugs.webkit.org/show_bug.cgi?id=151332
1177 Reviewed by Tim Horton.
1179 * Source/cmake/OptionsMac.cmake:
1181 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
1183 [GTK] Use FTL by default when LLVM 3.7 is available
1184 https://bugs.webkit.org/show_bug.cgi?id=142128
1186 Reviewed by Csaba Osztrogonác.
1188 Enable FTL by default when architecture is X86_64. It requires
1189 LLVM 3.7, but can be disabled manually as a cmake configure
1192 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
1193 available if the metapackage is installed and it points to
1194 llvm-config-3.5. So, here we check first if the llvm-config is
1195 from a recent enough version, and if not we check several
1196 llvm-config-<version> programs, so this should work on any distro.
1197 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
1198 target architecture is X86_64, and check the LLVM is at least
1199 3.7. The option is now public, since we want people to be able to
1200 disable it manually.
1202 2015-11-11 Anders Carlsson <andersca@apple.com>
1204 Enable cross-platform context menus by default
1205 https://bugs.webkit.org/show_bug.cgi?id=151173
1207 Reviewed by Tim Horton.
1209 * Source/cmake/OptionsEfl.cmake:
1211 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
1213 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
1214 https://bugs.webkit.org/show_bug.cgi?id=150972
1216 Reviewed by Darin Adler.
1218 * Source/cmake/OptionsMac.cmake:
1219 * Source/cmake/WebKitFeatures.cmake:
1221 2015-11-11 Philippe Normand <pnormand@igalia.com>
1223 [GTK][Mac] don't install .frameworks
1224 https://bugs.webkit.org/show_bug.cgi?id=151136
1226 Reviewed by Alex Christensen.
1228 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
1230 2015-11-10 Pranjal Jumde <pjumde@apple.com>
1232 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1233 https://bugs.webkit.org/show_bug.cgi?id=150252
1234 <rdar://problem/23149470>
1236 Reviewed by Brent Fulgham.
1239 * Source/WebCore/editing/ios/EditorIOS.mm
1240 * Source/WebCore/editing/mac/EditorMac.mm
1241 In Editor::fontForSelection moved the node removal code, so that the
1242 node is only removed if style is not NULL.
1243 * Source/WebCore/editing/cocoa/EditorCocoa.mm
1244 In Editor::styleForSelectionStart checking if the parentNode can
1245 accept the styleElement node.
1246 * LayoutTests/editing/execCommand/150252.xhtml
1247 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1248 * LayoutTests/editing/execCommand/150252-expected.txt
1249 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1251 2015-11-09 Pranjal Jumde <pjumde@apple.com>
1253 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1254 https://bugs.webkit.org/show_bug.cgi?id=150252
1255 <rdar://problem/23149470>
1257 Reviewed by Brent Fulgham.
1259 * Source/WebCore/editing/ios/EditorIOS.mm
1260 * Source/WebCore/editing/mac/EditorMac.mm
1261 In Editor::fontForSelection moved the node removal code, so that the
1262 node is only removed if style is not NULL.
1263 * LayoutTests/editing/execCommand/150252.xhtml
1264 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1265 * LayoutTests/editing/execCommand/150252-expected.txt
1266 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1268 2015-11-06 Daniel Bates <dabates@apple.com>
1270 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
1271 https://bugs.webkit.org/show_bug.cgi?id=150849
1273 Reviewed by Alexey Proskuryakov.
1275 Add support for overriding the user-provided arguments SDKROOT and ARCHS
1276 on a per Makefile basis.
1280 2015-11-06 Philippe Normand <pnormand@igalia.com>
1282 Unreviewed, GTK build fix after r192095.
1284 * Source/cmake/FindGTK3.cmake:
1286 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
1288 [GTK] Re-enable Quartz backend on cmake build system
1289 https://bugs.webkit.org/show_bug.cgi?id=144561
1291 Reviewed by Philippe Normand.
1293 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
1294 the presence of of gtk+-quartz-3.0 module.
1295 * Source/cmake/OptionsGTK.cmake: Reintroduce the
1296 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
1297 GTK+ Quartz backend on OS X.
1299 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1301 Add runtime and compile time flags for enabling Web Animations API and model.
1302 https://bugs.webkit.org/show_bug.cgi?id=150914
1304 Reviewed by Benjamin Poulain.
1306 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
1308 * Source/cmake/OptionsWin.cmake:
1309 * Source/cmake/WebKitFeatures.cmake:
1311 2015-11-03 Brent Fulgham <bfulgham@apple.com>
1313 [Win] CMake build update.
1315 Rubberstamped by Tim Horton.
1317 * Source/PlatformWin.cmake: Add internal tool to build
1318 rules for internal use.
1320 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
1322 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
1324 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1326 2015-11-02 Philippe Normand <pnormand@igalia.com>
1328 [Mac][GTK] Disable Ninja response file support
1329 https://bugs.webkit.org/show_bug.cgi?id=150801
1331 Reviewed by Alex Christensen.
1333 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
1334 support response files, so instruct Ninja to not generate those.
1336 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
1338 Fix the FTL JIT build with system LLVM on Linux
1339 https://bugs.webkit.org/show_bug.cgi?id=150795
1341 Reviewed by Filip Pizlo.
1343 * Source/cmake/FindLLVM.cmake:
1345 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
1347 Unreviewed. Bump GTK+ versions numbers.
1349 * Source/cmake/OptionsGTK.cmake:
1351 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
1353 [ES6] Support Generator Syntax
1354 https://bugs.webkit.org/show_bug.cgi?id=150769
1356 Reviewed by Geoffrey Garen.
1358 Added ENABLE_ES6_GENERATORS flag.
1360 * Source/cmake/OptionsWin.cmake:
1361 * Source/cmake/WebKitFeatures.cmake:
1363 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1365 [EFL] Add Shadow DOM feature
1366 https://bugs.webkit.org/show_bug.cgi?id=150611
1368 Reviewed by Csaba Osztrogonác.
1370 * Source/cmake/OptionsEfl.cmake:
1371 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
1373 2015-10-29 Alex Christensen <achristensen@webkit.org>
1376 https://bugs.webkit.org/show_bug.cgi?id=150686
1378 Reviewed by Filip Pizlo.
1380 * Source/cmake/WebKitMacros.cmake:
1382 2015-10-28 Alex Christensen <achristensen@webkit.org>
1384 Compile and link with CMake on Mac
1385 https://bugs.webkit.org/show_bug.cgi?id=150632
1387 Reviewed by Tim Horton.
1389 * Source/cmake/OptionsMac.cmake:
1391 2015-10-26 Dana Burkart <dburkart@apple.com>
1393 `make analyze` should build using the debug configuration
1394 https://bugs.webkit.org/show_bug.cgi?id=150571
1396 Reviewed by Lucas Forschler.
1400 2015-10-26 Philippe Normand <pnormand@igalia.com>
1402 Unreviewed, rolling out r191576.
1404 broke the http/tests/media tests
1408 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
1409 https://bugs.webkit.org/show_bug.cgi?id=149594
1410 http://trac.webkit.org/changeset/191576
1412 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
1414 [GStreamer] Bump internal jhbuild versions to 1.6.0
1415 https://bugs.webkit.org/show_bug.cgi?id=149594
1417 Reviewed by Philippe Normand.
1419 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
1421 * Source/cmake/FindGStreamer.cmake:
1423 2015-10-22 Philippe Normand <pnormand@igalia.com>
1425 [GTK][Mac] ICU-related build fixes
1426 https://bugs.webkit.org/show_bug.cgi?id=150032
1428 Rubber-stamped by Darin Adler.
1430 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
1432 2015-10-20 Yoav Weiss <yoav@yoav.ws>
1434 Rename the PICTURE_SIZES flag to CURRENTSRC
1435 https://bugs.webkit.org/show_bug.cgi?id=150275
1437 Reviewed by Dean Jackson.
1439 * Source/cmake/OptionsEfl.cmake:
1440 * Source/cmake/OptionsGTK.cmake:
1441 * Source/cmake/OptionsMac.cmake:
1442 * Source/cmake/OptionsWin.cmake:
1443 * Source/cmake/WebKitFeatures.cmake:
1445 2015-10-14 Tomas Popela <tpopela@redhat.com>
1447 [GTK][EFL] Fix build with cmake 3.4
1448 https://bugs.webkit.org/show_bug.cgi?id=150117
1450 Explicitely include the CheckIncludeFiles module before using
1451 the CHECK_INCLUDE_FILES command.
1453 Reviewed by Žan Doberšek.
1455 * Source/cmake/FindOpenGL.cmake:
1456 * Source/cmake/FindWebP.cmake:
1457 * Source/cmake/OptionsEfl.cmake:
1459 2015-10-13 Dean Jackson <dino@apple.com>
1461 Device motion and orientation should only be visible from the main frame's security origin
1462 https://bugs.webkit.org/show_bug.cgi?id=150072
1463 <rdar://problem/23082036>
1465 Reviewed by Brent Fulgham.
1467 Add a manual test for cross-origin device orientation events, while
1468 we're waiting on the mock client to be supported everywhere.
1470 * ManualTests/deviceorientation-child-frame.html: Added.
1471 * ManualTests/deviceorientation-main-frame-only.html: Added.
1473 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1475 [GTK] OSX linker doesn't understand --whole-archive
1476 https://bugs.webkit.org/show_bug.cgi?id=144557
1478 Reviewed by Martin Robinson.
1480 * Source/cmake/OptionsGTK.cmake: Turn the macro
1481 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1482 because XCode's linker doesn't have the --whole-archive option.
1484 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1486 [GTK] Use --version-script only on Linux
1487 https://bugs.webkit.org/show_bug.cgi?id=144555
1489 Reviewed by Philippe Normand.
1491 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1492 option on Darwin (whose linker doesn't support it.)
1494 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1496 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1497 https://bugs.webkit.org/show_bug.cgi?id=149947
1499 Reviewed by Csaba Osztrogonác.
1501 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1504 * Source/cmake/OptionsMac.cmake:
1505 * Source/cmake/OptionsWin.cmake:
1506 * Source/cmake/WebKitFeatures.cmake:
1508 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1510 Fix ENABLE_OPENGL=OFF builds
1511 https://bugs.webkit.org/show_bug.cgi?id=146511
1513 Reviewed by Darin Adler.
1515 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1516 ENABLE_OPENGL due to EGL usage.
1518 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1520 Convert focused-input-should-assist-on-touch.html into an automated test
1521 https://bugs.webkit.org/show_bug.cgi?id=149724
1523 Reviewed by Simon Fraser.
1525 Remove a manual test that can now be rewritten as an automated test.
1527 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1529 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1531 [Win] Unreviewed CMake build fix.
1533 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1534 and make sure exception handling is turned off.
1536 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1538 [Win] Unreviewed build fix after CMake conversion.
1540 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1542 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1544 [GTK][CMake] Warning about CMP0058
1545 https://bugs.webkit.org/show_bug.cgi?id=149627
1547 Reviewed by Martin Robinson.
1549 Opt-in to the new behavior for CMP0058.
1553 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1555 [Win] Unreviewed build fix for internal systems.
1557 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1558 location for include and link libraries, rather than the system locations.
1560 2015-09-28 Alex Christensen <achristensen@webkit.org>
1562 Build WK1 with CMake on Mac
1563 https://bugs.webkit.org/show_bug.cgi?id=149604
1565 Reviewed by Chris Dumez.
1567 * Source/cmake/OptionsMac.cmake:
1568 * Source/cmake/WebKitMacros.cmake:
1569 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1571 2015-09-25 Alex Christensen <achristensen@webkit.org>
1573 Clean up CMake build on Mac
1574 https://bugs.webkit.org/show_bug.cgi?id=149573
1576 Reviewed by Chris Dumez.
1578 * Source/cmake/OptionsMac.cmake:
1580 2015-09-25 Alex Christensen <achristensen@webkit.org>
1582 [Win] Switch to CMake
1583 https://bugs.webkit.org/show_bug.cgi?id=148111
1585 Reviewed by Brent Fulgham.
1587 * Source/cmake/WinTools.make: Added.
1588 * Source/cmake/tools: Added.
1589 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1590 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1592 2015-09-25 Alex Christensen <achristensen@webkit.org>
1594 Prepare internal AppleWin build for CMake
1595 https://bugs.webkit.org/show_bug.cgi?id=149570
1597 Reviewed by Brent Fulgham.
1599 * Source/PlatformWin.cmake:
1600 Include internal CMake files if they exist.
1602 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1604 Add a file of pointer-lock to cmake ports
1605 https://bugs.webkit.org/show_bug.cgi?id=149453
1607 Reviewed by Csaba Osztrogonác.
1609 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1611 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1613 [CMake] Allow to enable OpenMP support.
1614 https://bugs.webkit.org/show_bug.cgi?id=149457
1616 Reviewed by Csaba Osztrogonác.
1618 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1619 will enable the support for OpenMP. Currently this is only used as
1620 an alternative implementation to native threads for the parallelization
1621 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1622 as it could be also used to enable future features that depend on OpenMP.
1624 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1626 [EFL] Build break when DEVELOPER_MODE is OFF
1627 https://bugs.webkit.org/show_bug.cgi?id=149448
1629 Reviewed by Gyuyoung Kim.
1631 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1633 * Source/cmake/eflsymbols.filter:
1635 2015-09-21 Alex Christensen <achristensen@webkit.org>
1637 Disable PICTURE_SIZES in Windows CMake build like r189745.
1638 https://bugs.webkit.org/show_bug.cgi?id=149125
1640 * Source/cmake/OptionsWin.cmake:
1641 Do the same thing as r189745.
1643 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1645 Removing XHR_TIMEOUT guard
1647 Remove XHR_TIMEOUT compilation guard
1648 https://bugs.webkit.org/show_bug.cgi?id=149260
1650 Reviewed by Benjamin Poulain.
1652 * Source/cmake/OptionsEfl.cmake:
1653 * Source/cmake/OptionsGTK.cmake:
1654 * Source/cmake/OptionsMac.cmake:
1655 * Source/cmake/OptionsWin.cmake:
1656 * Source/cmake/WebKitFeatures.cmake:
1658 2015-09-18 Alex Christensen <achristensen@webkit.org>
1660 Fix tests on Windows after switching to CMake.
1661 https://bugs.webkit.org/show_bug.cgi?id=149339
1663 Reviewed by Brent Fulgham.
1665 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1667 2015-09-17 Alex Christensen <achristensen@webkit.org>
1669 Fix Windows EWS build after r189934.
1671 * Source/cmake/OptionsWin.cmake:
1672 Use WEBKIT_LIBRARIES environment variable if it exists.
1673 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1675 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1677 Add ShadowRoot interface and Element.prototype.attachShadow
1678 https://bugs.webkit.org/show_bug.cgi?id=149187
1680 Reviewed by Antti Koivisto.
1682 * Source/cmake/OptionsGTK.cmake:
1684 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1686 [cmake] Enable debug fission only if it is supported
1687 https://bugs.webkit.org/show_bug.cgi?id=149161
1689 Reviewed by Martin Robinson.
1691 * Source/cmake/OptionsCommon.cmake:
1693 2015-09-14 Alex Christensen <achristensen@webkit.org>
1695 Progress towards CMake on Mac.
1696 https://bugs.webkit.org/show_bug.cgi?id=149123
1698 Reviewed by Chris Dumez.
1700 * Source/cmake/OptionsMac.cmake:
1701 * Source/cmake/WebKitFeatures.cmake:
1702 Defined and enabled some more features needed on Mac.
1703 * Source/cmake/WebKitMacros.cmake:
1704 Objective C bindings need special changes when generating:
1705 Some of the bindings do not generate a .mm file but the header is needed.
1706 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1707 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1709 2015-09-08 Daniel Bates <dabates@apple.com>
1711 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1712 https://bugs.webkit.org/show_bug.cgi?id=74729
1713 <rdar://problem/22550195>
1715 Reviewed by Jon Honeycutt.
1717 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1718 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1720 2015-09-06 Andy Estes <aestes@apple.com>
1722 WebKit.xcworkspace should be be able to build iOS platforms
1723 https://bugs.webkit.org/show_bug.cgi?id=148881
1725 Reviewed by Daniel Bates.
1727 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1728 for all supported platforms.
1730 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1731 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1733 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1735 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1736 photo library uploads a JPEG
1737 https://bugs.webkit.org/show_bug.cgi?id=148849
1739 Reviewed by Daniel Bates.
1741 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1742 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1743 functionality doesn't exist on iOS, so we'll add a manual test.
1744 This tests that the first few bytes of the selected file are "GIF".
1746 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1748 Follow-up patch for r189343.
1749 https://bugs.webkit.org/show_bug.cgi?id=148795
1751 Rubber-stamped by Csaba Osztrogonác.
1753 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1754 to 1.9, since this seems to be enough to fix the build failure.
1755 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1757 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1759 [CMake] Trigger the memory-reduction tricks on armhf too
1760 https://bugs.webkit.org/show_bug.cgi?id=146640
1762 Reviewed by Csaba Osztrogonác.
1764 * Source/cmake/OptionsCommon.cmake:
1765 Activate --no-keep-memory even on armhf to reduce the amount of memory
1766 needed during linking, to avoid out-of-memory failures as much as
1769 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1771 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1772 https://bugs.webkit.org/show_bug.cgi?id=148795
1774 Rubber-stamped by Carlos Garcia Campos.
1776 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1778 2015-09-02 Alex Christensen <achristensen@webkit.org>
1780 Make bison grammar compatible with bison 2.1
1781 https://bugs.webkit.org/show_bug.cgi?id=148731
1783 Reviewed by Tim Horton.
1785 * Source/cmake/WebKitCommon.cmake:
1788 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1790 [CMake] Build with Debug Fission on by default on Debug builds.
1791 https://bugs.webkit.org/show_bug.cgi?id=148639
1793 Reviewed by Martin Robinson.
1795 * Source/cmake/OptionsCommon.cmake:
1797 2015-08-29 Alex Christensen <achristensen@webkit.org>
1799 Unreviewed build fix after r179923.
1801 * Source/CMakeLists.txt:
1802 bmalloc isn't ported to Windows yet.
1804 2015-08-27 Alex Christensen <achristensen@webkit.org>
1806 Isolate Source directories in CMake build
1807 https://bugs.webkit.org/show_bug.cgi?id=148389
1809 Reviewed by Brent Fulgham.
1812 * Source/cmake/WebKitCommon.cmake:
1813 Move package finding to WebKitCommon.
1815 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1817 [Win] Build does not generate debug info.
1818 https://bugs.webkit.org/show_bug.cgi?id=148431
1820 Reviewed by Alex Christensen.
1822 Generate debug info for Windows builds.
1824 * Source/cmake/OptionsWin.cmake:
1826 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1828 [GTK] Disable ACCELERATED_2D_CANVAS by default
1829 https://bugs.webkit.org/show_bug.cgi?id=148473
1831 Reviewed by Martin Robinson.
1833 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1834 but not on Debian (which does not). We've known this was problematic for a while, since it
1835 means we have two different sets of distro-dependent bugs, but never decided whether that
1836 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1837 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1838 to turn it on for Debian.
1840 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1843 * Source/cmake/OptionsGTK.cmake:
1845 2015-08-25 Commit Queue <commit-queue@webkit.org>
1847 Unreviewed, rolling out r188919.
1848 https://bugs.webkit.org/show_bug.cgi?id=148452
1850 broke build (Requested by alexchristensen on #webkit).
1854 "[Win] Build does not generate debug info."
1855 https://bugs.webkit.org/show_bug.cgi?id=148431
1856 http://trac.webkit.org/changeset/188919
1858 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1860 [GTK] r186800 broke the build on Ubuntu 14.04
1861 https://bugs.webkit.org/show_bug.cgi?id=147559
1863 Reviewed by Martin Robinson.
1865 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1866 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1868 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1870 [Win] Build does not generate debug info.
1871 https://bugs.webkit.org/show_bug.cgi?id=148431
1873 Reviewed by Brent Fulgham.
1875 Generate debug info for Windows builds.
1877 * Source/cmake/OptionsWin.cmake:
1879 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1881 [GTK] Auto-detection of cairo-gl fails
1882 https://bugs.webkit.org/show_bug.cgi?id=148189
1884 Reviewed by Žan Doberšek.
1886 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1887 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1888 deemed available, which might not be the case.
1889 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1891 2015-08-19 Alex Christensen <achristensen@webkit.org>
1893 CMake Windows build should not include files directly from other Source directories
1894 https://bugs.webkit.org/show_bug.cgi?id=148198
1896 Reviewed by Brent Fulgham.
1898 * Source/cmake/WebKitMacros.cmake:
1900 2015-08-19 Alex Christensen <achristensen@webkit.org>
1902 Build TestWTF on Mac with CMake.
1903 https://bugs.webkit.org/show_bug.cgi?id=147972
1905 Reviewed by Tim Horton.
1907 * Source/cmake/OptionsMac.cmake:
1908 Enable API tests in Mac's CMake build.
1910 2015-08-18 Alex Christensen <achristensen@webkit.org>
1912 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1913 https://bugs.webkit.org/show_bug.cgi?id=148127
1915 Reviewed by Martin Robinson.
1918 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1920 2015-08-17 Alex Christensen <achristensen@webkit.org>
1922 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1923 https://bugs.webkit.org/show_bug.cgi?id=148112
1925 Reviewed by Brent Fulgham.
1927 * Source/cmake/OptionsWin.cmake:
1928 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1929 Instead, use the default location if nothing is passed in from the command line.
1930 This way we can set it from the command line for the AppleInternal build.
1931 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1933 2015-08-17 Alex Christensen <achristensen@webkit.org>
1935 Build Debug Suffix on Windows with CMake
1936 https://bugs.webkit.org/show_bug.cgi?id=148083
1938 Reviewed by Brent Fulgham.
1940 * Source/cmake/OptionsWin.cmake:
1941 Use debug libraries in debug suffix builds.
1943 2015-08-17 Alex Christensen <achristensen@webkit.org>
1945 Move some commands from ./CMakeLists.txt to Source/cmake
1946 https://bugs.webkit.org/show_bug.cgi?id=148003
1948 Reviewed by Brent Fulgham.
1951 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1952 so we can change directory structure from command line parameters.
1953 * Source/cmake/OptionsAppleWin.cmake:
1954 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1955 * Source/cmake/OptionsWinCairo.cmake:
1956 * Source/cmake/OptionsWindows.cmake: Removed.
1957 * Source/cmake/WebKitCommon.cmake: Added.
1958 * Source/cmake/WebKitFS.cmake:
1960 2015-08-13 Commit Queue <commit-queue@webkit.org>
1962 Unreviewed, rolling out r188428.
1963 https://bugs.webkit.org/show_bug.cgi?id=148015
1965 broke cmake build (Requested by alexchristensen on #webkit).
1969 "Move some commands from ./CMakeLists.txt to Source/cmake"
1970 https://bugs.webkit.org/show_bug.cgi?id=148003
1971 http://trac.webkit.org/changeset/188428
1973 2015-08-13 Alex Christensen <achristensen@webkit.org>
1975 Move some commands from ./CMakeLists.txt to Source/cmake
1976 https://bugs.webkit.org/show_bug.cgi?id=148003
1978 Reviewed by Brent Fulgham.
1981 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1982 so we can change directory structure from command line parameters.
1983 * Source/cmake/WebKitCommon.cmake: Added.
1984 * Source/cmake/WebKitFS.cmake:
1986 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1988 A focused node should not be assisted when handling touch events synchronously
1989 https://bugs.webkit.org/show_bug.cgi?id=147836
1991 Reviewed by Enrica Casucci.
1993 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1995 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1996 input can still be assisted due to a touch event.
1997 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1998 event does not automatically cause us to assist the currently focused node.
2000 2015-08-12 Alex Christensen <achristensen@webkit.org>
2002 Fix Debug CMake builds on Windows
2003 https://bugs.webkit.org/show_bug.cgi?id=147940
2005 Reviewed by Chris Dumez.
2007 * Source/cmake/OptionsWindows.cmake:
2008 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
2010 2015-08-10 Alex Christensen <achristensen@webkit.org>
2012 Build TestWebKitAPI with CMake on Windows
2013 https://bugs.webkit.org/show_bug.cgi?id=147851
2015 Reviewed by Chris Dumez.
2017 * Source/cmake/OptionsWindows.cmake:
2018 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
2020 2015-08-06 Alex Christensen <achristensen@webkit.org>
2022 [Win] CMake build fix after r188098.
2024 * Source/cmake/OptionsWinCairo.cmake:
2025 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
2027 2015-08-04 Alex Christensen <achristensen@webkit.org>
2029 Fix quirks with CMake and VS2015
2030 https://bugs.webkit.org/show_bug.cgi?id=147663
2032 Reviewed by Brent Fulgham.
2034 * Source/cmake/OptionsWindows.cmake:
2035 Hide some warnings. Using the same variable names in nested scopes is ok for now.
2036 Disable INTL for now.
2038 2015-08-04 Alex Christensen <achristensen@webkit.org>
2040 Enable WebGL on Windows CMake build.
2041 https://bugs.webkit.org/show_bug.cgi?id=143311
2043 Reviewed by Csaba Osztrogonác.
2045 * Source/cmake/OptionsWindows.cmake:
2046 Enable WebGL by default in CMake builds now that it works.
2048 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
2050 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
2051 https://bugs.webkit.org/show_bug.cgi?id=147625
2053 Reviewed by Martin Robinson.
2055 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
2056 components unless they were actually found, not to accidentally
2057 enable Accelerated 2D canvas, which would cause the build to fail.
2059 * Source/cmake/FindCairoGL.cmake: Set this variables only when
2060 pkg_check_modules() had actually found the relevant component.
2062 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
2064 [CMake] Add an option to build AllInOne files
2065 https://bugs.webkit.org/show_bug.cgi?id=102647
2067 Reviewed by Alex Christensen.
2069 * Source/cmake/OptionsEfl.cmake: Disabled by default.
2070 * Source/cmake/OptionsGTK.cmake: Disabled by default.
2071 * Source/cmake/OptionsWindows.cmake: Enabled by default.
2072 * Source/cmake/WebKitFeatures.cmake:
2073 * Source/cmake/WebKitMacros.cmake:
2075 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
2077 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
2079 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2081 2015-07-31 Alex Christensen <achristensen@webkit.org>
2083 Prepare for debug CMake builds on Windows.
2084 https://bugs.webkit.org/show_bug.cgi?id=147484
2086 Reviewed by Tim Horton.
2088 * Source/cmake/OptionsWindows.cmake:
2089 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
2091 2015-07-30 Joonghun Park <jh718.park@samsung.com>
2093 [EFL] Enable IndexedDB based on DatabaseProcess
2094 https://bugs.webkit.org/show_bug.cgi?id=147221
2096 Reviewed by Csaba Osztrogonác.
2098 * Source/cmake/OptionsEfl.cmake:
2100 2015-07-30 Alex Christensen <achristensen@webkit.org>
2102 Build AppleWin port with CMake
2103 https://bugs.webkit.org/show_bug.cgi?id=147385
2105 Reviewed by Martin Robinson.
2107 * Source/cmake/OptionsWindows.cmake:
2108 Use the static multithreaded runtime. Based on
2109 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
2111 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
2113 Implement basic types for ECMAScript Internationalization API
2114 https://bugs.webkit.org/show_bug.cgi?id=146926
2116 Reviewed by Benjamin Poulain.
2118 Enable flag now that the basic objects are in place.
2120 * Source/cmake/WebKitFeatures.cmake: enable INTL
2122 2015-07-29 Basile Clement <basile_clement@apple.com>
2124 Remove native call inlining
2125 https://bugs.webkit.org/show_bug.cgi?id=147417
2127 Rubber-stamped by Filip Pizlo.
2129 * Source/cmake/OptionsEfl.cmake:
2130 * Source/cmake/WebKitFeatures.cmake:
2132 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
2134 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
2135 https://bugs.webkit.org/show_bug.cgi?id=147350
2137 Reviewed by Sam Weinig.
2139 * Source/cmake/WebKitFeatures.cmake:
2141 2015-07-27 Alex Christensen <achristensen@webkit.org>
2143 Use Ninja on Windows.
2144 https://bugs.webkit.org/show_bug.cgi?id=147228
2146 Reviewed by Martin Robinson.
2148 * Source/cmake/OptionsWindows.cmake:
2149 Only use /MP when using generated Visual Studio solution files to build.
2150 It makes compiling parallel in MSVC, but Ninja doesn't like it.
2152 2015-07-27 Alex Christensen <achristensen@webkit.org>
2154 Progress towards building AppleWin with CMake
2155 https://bugs.webkit.org/show_bug.cgi?id=147325
2157 Reviewed by Martin Robinson.
2159 * Source/cmake/OptionsWindows.cmake:
2160 Link with 64-bit libraries if building 64-bit binaries.
2161 Don't run regular expressions on empty strings when using Ninja.
2162 Removed DebugSuffix Visual Studio environment variables.
2164 2015-07-23 Alex Christensen <achristensen@webkit.org>
2166 Remove compile and runtime flags for promises.
2167 https://bugs.webkit.org/show_bug.cgi?id=147244
2169 Reviewed by Yusuke Suzuki.
2171 * Source/cmake/OptionsMac.cmake:
2172 * Source/cmake/OptionsWindows.cmake:
2173 * Source/cmake/WebKitFeatures.cmake:
2175 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
2177 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
2178 https://bugs.webkit.org/show_bug.cgi?id=147212
2180 Reviewed by Filip Pizlo.
2182 * Source/cmake/WebKitFeatures.cmake:
2184 2015-07-22 Alex Christensen <achristensen@webkit.org>
2186 Fix quirks in CMake build on Mac and Windows
2187 https://bugs.webkit.org/show_bug.cgi?id=147174
2189 Reviewed by Gyuyoung Kim.
2192 * Source/cmake/OptionsWindows.cmake:
2193 Added options I removed in r187022. They are indeed needed.
2194 * Source/cmake/WebKitFS.cmake:
2195 Make the DerivedSources/WebKit directory.
2197 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2199 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
2201 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2203 2015-07-20 Alex Christensen <achristensen@webkit.org>
2205 Resurrect CMake build on Windows.
2206 https://bugs.webkit.org/show_bug.cgi?id=147083
2208 Reviewed by Gyuyoung Kim.
2210 * Source/cmake/OptionsCommon.cmake:
2211 * Source/cmake/OptionsWindows.cmake:
2212 Change features to get it to compile. Still not a complete feature set.
2214 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
2216 [GTK] Add seccomp filters support
2217 https://bugs.webkit.org/show_bug.cgi?id=110014
2219 Reviewed by Žan Doberšek.
2221 Find needed compiler and linker flags for libseccomp.
2223 * Source/cmake/OptionsGTK.cmake:
2225 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
2227 Bring back the GNU ar check to create thin archives on non-Linux systems
2228 https://bugs.webkit.org/show_bug.cgi?id=146681
2230 Reviewed by Martin Robinson.
2232 We already use GNU ar thin archive feature to save time and disk space
2233 on creating static archives, but it is only enabled on Linux. Without
2234 this feature, the debug build of WebCore can be larger than 4 GiB,
2235 which can cause error because GNU ar format uses 32-bit integer to
2236 store offsets in the symbol table. This patch is similar to
2237 https://bugs.webkit.org/show_bug.cgi?id=128596.
2239 * Source/cmake/OptionsCommon.cmake:
2241 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2243 [GTK] [Wayland] Build by default the X11 and Wayland targets.
2244 https://bugs.webkit.org/show_bug.cgi?id=146057
2246 Reviewed by Carlos Garcia Campos.
2248 * Source/cmake/OptionsGTK.cmake:
2250 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
2252 [GTK] ar warning when linking static libraries
2253 https://bugs.webkit.org/show_bug.cgi?id=144988
2255 Reviewed by Carlos Garcia Campos.
2257 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
2258 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
2259 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
2260 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
2261 should either stop using 'u' or else add 'U' as well in order to disable deterministic
2262 archives. Using 'U' should result in a somewhat faster build (at least when using the
2263 Makefile generator), but it's unlikely that the difference is significant, so let's simply
2264 remove 'u' until someone determines otherwise. This seems like a better option than adding
2265 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
2266 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
2267 behavior change on distributions that do not use --enable-deterministic-archives, notably
2270 * Source/cmake/OptionsCommon.cmake:
2272 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
2274 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
2275 https://bugs.webkit.org/show_bug.cgi?id=146590
2277 Reviewed by Martin Robinson.
2279 * Source/PlatformGTK.cmake: override the cached variables to
2280 forcefully disable gtk-doc and gobject-introspection when
2282 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
2283 documentation syntax when cross-building.
2286 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
2288 [EFL] test_ewk2_application_cache_manager has been failed since r185527
2289 https://bugs.webkit.org/show_bug.cgi?id=146016
2291 Reviewed by Gyuyoung Kim.
2293 In order to handle properly WebApplicationCacheManagerProxy implementation which use
2294 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
2295 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
2297 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
2299 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
2301 Implement ECMAScript Internationalization API
2302 https://bugs.webkit.org/show_bug.cgi?id=90906
2304 Reviewed by Benjamin Poulain.
2306 Begin implementing the Intl apis behind ENABLE_INTL flag.
2307 Create the base Intl namespace object.
2309 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
2311 2015-06-30 Philippe Normand <pnormand@igalia.com>
2313 [CMake] Error when gst-plugins-base is missing is too confusing
2314 https://bugs.webkit.org/show_bug.cgi?id=145682
2316 Reviewed by Carlos Garcia Campos.
2318 * Source/cmake/OptionsGTK.cmake: Error out if the required
2319 GStreamer libraries are not found on the host.
2321 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
2323 CairoGL should be checked unconditionally
2324 https://bugs.webkit.org/show_bug.cgi?id=146390
2326 Reviewed by Darin Adler.
2328 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
2329 it is run unconditionally; this is necessary because its result
2330 is used later on, outside of any conditions.
2332 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
2334 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
2335 https://bugs.webkit.org/show_bug.cgi?id=146318
2337 Reviewed by Sergio Villar Senin.
2339 Enable PUBLIC_SUFFIX_LIST for GTK+.
2341 * Source/cmake/OptionsGTK.cmake:
2343 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
2345 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
2347 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2349 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
2351 [EFL] Hyphenation is not supported
2352 https://bugs.webkit.org/show_bug.cgi?id=89830
2354 Reviewed by Gyuyoung Kim.
2356 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
2358 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
2360 [CMake] Add support for building with various sanitizer tools
2361 https://bugs.webkit.org/show_bug.cgi?id=131941
2363 Reviewed by Martin Robinson.
2365 * Source/PlatformGTK.cmake: Don't generate any documentation
2366 when compiling with sanitizers enabled.
2367 * Source/cmake/OptionsCommon.cmake: Allow linking with
2368 undefined symbols when compiling with sanitizers enabled.
2370 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
2372 libwebkit2gtk fails to link without opengl
2373 https://bugs.webkit.org/show_bug.cgi?id=138332
2375 Reviewed by Carlos Garcia Campos.
2377 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
2378 enabled regardless of whether OpenGL is, because certain symbols
2379 such as WebCore::GraphicsLayer::create() need to be built.
2381 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
2383 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
2384 https://bugs.webkit.org/show_bug.cgi?id=146181
2386 Reviewed by Martin Robinson.
2388 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
2390 * Source/cmake/OptionsGTK.cmake:
2392 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
2394 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
2395 https://bugs.webkit.org/show_bug.cgi?id=146171
2397 Reviewed by Gyuyoung Kim.
2399 * Source/cmake/OptionsEfl.cmake:
2400 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
2402 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
2404 [CMake] FindGTK3.cmake should not modify the values of build options
2405 https://bugs.webkit.org/show_bug.cgi?id=144613
2407 Reviewed by Martin Robinson.
2409 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
2410 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
2411 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
2412 GTK3_SUPPORTS_GESTURES for consistency.
2413 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
2414 available. It's not possible to automatically select a backend correctly anymore, since all
2415 options are set at the same time.
2417 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2419 Remove unnecessary svn:executable flags
2420 https://bugs.webkit.org/show_bug.cgi?id=146107
2422 Reviewed by Alexey Proskuryakov.
2424 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
2425 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
2426 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
2427 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
2428 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
2430 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
2432 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
2433 https://bugs.webkit.org/show_bug.cgi?id=146108
2435 Reviewed by Gyuyoung Kim.
2437 * Source/cmake/OptionsEfl.cmake:
2439 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
2441 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
2442 https://bugs.webkit.org/show_bug.cgi?id=146035
2444 Reviewed by Gyuyoung Kim.
2446 * Source/cmake/OptionsEfl.cmake:
2448 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
2450 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2451 https://bugs.webkit.org/show_bug.cgi?id=145701
2453 Reviewed by Darin Adler.
2455 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2457 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
2459 [iOS] Crash long pressing on <input type=file>
2460 https://bugs.webkit.org/show_bug.cgi?id=146009
2461 <rdar://problem/21234453>
2463 Reviewed by Ryosuke Niwa.
2465 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
2467 2015-06-16 Brent Fulgham <bfulgham@apple.com>
2469 Rollout accidental Xcode project change.
2471 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2473 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2475 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2476 https://bugs.webkit.org/show_bug.cgi?id=145909
2478 Reviewed by Csaba Osztrogonác.
2480 Bump EWebKit version based on efl library version used by the EWebKit.
2482 * Source/cmake/OptionsEfl.cmake:
2484 2015-06-11 Commit Queue <commit-queue@webkit.org>
2486 Unreviewed, rolling out r185453.
2487 https://bugs.webkit.org/show_bug.cgi?id=145881
2489 it broke the 32-bit build (Requested by clopez on #webkit).
2493 "[GTK] [Wayland] Should be possible to build with support for
2494 both X11 and Wayland."
2495 https://bugs.webkit.org/show_bug.cgi?id=145701
2496 http://trac.webkit.org/changeset/185453
2498 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2500 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2501 https://bugs.webkit.org/show_bug.cgi?id=145701
2503 Reviewed by Žan Doberšek.
2505 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2507 2015-06-03 Daniel Bates <dabates@apple.com>
2509 Caps lock indicator should not be shown in read-only or disabled field
2510 https://bugs.webkit.org/show_bug.cgi?id=145612
2511 <rdar://problem/21227454>
2513 Reviewed by Darin Adler.
2515 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2516 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2517 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2519 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2521 [cmake] Suppress parentheses-equality warnings
2522 https://bugs.webkit.org/show_bug.cgi?id=145126
2524 Reviewed by Darin Adler.
2526 * Source/cmake/WebKitHelpers.cmake:
2528 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2530 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2531 https://bugs.webkit.org/show_bug.cgi?id=145408
2533 Reviewed by Carlos Garcia Campos.
2535 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2536 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2537 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2539 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2540 libraries. Detect also GLX libraries.
2541 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2542 libraries. Use find_path() to get the include path.
2543 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2545 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2546 depending on the libraries found on the system.
2547 Move the detection of GLX (and the include of CMakePushCheckState)
2548 to FindOpenGL.cmake.
2549 Ensure that we only define USE_GLX when we build with OpenGL
2550 (but not with GLESv2).
2552 2015-05-27 Dean Jackson <dino@apple.com>
2554 img.currentSrc problem in strict mode with old picturefill
2555 https://bugs.webkit.org/show_bug.cgi?id=144095
2556 <rdar://problem/21087013>
2558 Reviewed by Simon Fraser.
2560 Add a PICTURE_SIZES flag.
2562 * Source/cmake/OptionsEfl.cmake:
2563 * Source/cmake/OptionsGTK.cmake:
2564 * Source/cmake/OptionsMac.cmake:
2565 * Source/cmake/OptionsWindows.cmake:
2566 * Source/cmake/WebKitFeatures.cmake:
2568 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2570 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2572 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2574 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2576 Unreviewed. Export DatabaseProcessMainUnix symbol.
2578 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2579 is exported in production builds.
2581 * Source/cmake/gtksymbols.filter:
2583 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2585 [GTK] Enable IndexedDB
2586 https://bugs.webkit.org/show_bug.cgi?id=98932
2588 Reviewed by Žan Doberšek.
2590 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2591 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2593 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2595 [GTK] Bump GCC requirements to 4.9.0
2596 https://bugs.webkit.org/show_bug.cgi?id=145211
2598 Reviewed by Žan Doberšek.
2600 It's required to build with IndexedDB support when using GCC,
2601 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2603 * Source/cmake/OptionsGTK.cmake:
2605 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2607 [CMake] Ignore warnings in system headers
2608 https://bugs.webkit.org/show_bug.cgi?id=144747
2610 Reviewed by Darin Adler.
2612 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2613 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2614 use the SYSTEM argument to the command (added in 2.8.12).
2618 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2620 [CMake] Error out when ruby is too old
2621 https://bugs.webkit.org/show_bug.cgi?id=145014
2623 Reviewed by Martin Robinson.
2625 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2630 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2632 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2633 https://bugs.webkit.org/show_bug.cgi?id=144995
2635 Reviewed by Carlos Garcia Campos.
2637 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2638 the X11 windowing target at the moment, so the following options
2639 and variables should be enabled or disabled accordingly:
2640 - ENABLE_PLUGIN_PROCESS_GTK2
2641 - ENABLE_NETSCAPE_PLUGIN_API
2642 - ENABLE_PLUGIN_PROCESS
2644 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2646 Linker fails without -DDEVELOPER_MODE=ON
2647 https://bugs.webkit.org/show_bug.cgi?id=144117
2649 Reviewed by Gyuyoung Kim.
2651 * Source/cmake/OptionsEfl.cmake:
2652 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2653 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2655 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2657 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2658 https://bugs.webkit.org/show_bug.cgi?id=144846
2660 Reviewed by Martin Robinson.
2662 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2663 CAIRO_GL_* throughout, because find_package will define
2665 * Source/cmake/OptionsGTK.cmake: Ditto.
2667 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2669 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2670 https://bugs.webkit.org/show_bug.cgi?id=144845
2672 Reviewed by Martin Robinson.
2674 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2675 if their corresponding WTF options are ON. The code in npapi.h
2676 relies on these being undefined if they are to be switched off.
2678 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2680 Remove the PICTURE_SIZES build flag
2681 https://bugs.webkit.org/show_bug.cgi?id=144679
2683 Reviewed by Benjamin Poulain.
2685 Removed the PICTURE_SIZES build time flag.
2687 * Source/cmake/OptionsEfl.cmake:
2688 * Source/cmake/OptionsGTK.cmake:
2689 * Source/cmake/OptionsMac.cmake:
2690 * Source/cmake/OptionsWindows.cmake:
2691 * Source/cmake/WebKitFeatures.cmake:
2693 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2695 [GTK] [CMake] Check for required X libraries
2696 https://bugs.webkit.org/show_bug.cgi?id=144823
2698 Reviewed by Martin Robinson.
2700 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2702 * Source/cmake/OptionsGTK.cmake:
2704 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2706 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2707 https://bugs.webkit.org/show_bug.cgi?id=144746
2709 Reviewed by Carlos Garcia Campos.
2711 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2712 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2713 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2715 * Source/cmake/OptionsGTK.cmake:
2717 2015-05-08 Daniel Bates <dabates@apple.com>
2719 [iOS] WebSQL operations are not performed after device is locked
2720 https://bugs.webkit.org/show_bug.cgi?id=137503
2721 <rdar://problem/20844952>
2723 Rubber-stamped by Alexey Proskuryakov.
2725 Add a manual test to help verify that we do not regress this issue.
2727 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2729 2015-05-08 Commit Queue <commit-queue@webkit.org>
2731 Unreviewed, rolling out r183945.
2732 https://bugs.webkit.org/show_bug.cgi?id=144789
2734 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2738 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2739 https://bugs.webkit.org/show_bug.cgi?id=144746
2740 http://trac.webkit.org/changeset/183945
2742 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2744 Cleanup after r183940
2745 https://bugs.webkit.org/show_bug.cgi?id=144768
2749 Looks like the empty directories were not deleted.
2751 * Source/PAL: Removed.
2752 * Source/PAL/Configurations: Removed.
2753 * Source/PAL/PAL.xcodeproj: Removed.
2754 * Source/PAL/graphics: Removed.
2756 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2758 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2759 https://bugs.webkit.org/show_bug.cgi?id=144746
2761 Reviewed by Martin Robinson.
2763 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2764 what it is defined to, so defining it to 0 effectively turned it on always.
2766 * Source/cmake/OptionsGTK.cmake:
2768 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2770 Revert "Introducing the Platform Abstraction Layer (PAL)"
2771 https://bugs.webkit.org/show_bug.cgi?id=144751
2775 PAL should be a new target inside WebCore, rather than a top-level folder.
2777 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2779 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2781 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2783 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2785 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2787 Introducing the Platform Abstraction Layer (PAL)
2788 https://bugs.webkit.org/show_bug.cgi?id=143358
2790 Reviewed by Simon Fraser.
2792 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2794 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2796 [cmake] Disable GNU Gold linker on Cortex A53
2797 https://bugs.webkit.org/show_bug.cgi?id=144382
2799 Reviewed by Carlos Garcia Campos.
2801 * Source/cmake/OptionsCommon.cmake:
2803 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2805 USE(...) macro should expect unprefixed variables
2806 https://bugs.webkit.org/show_bug.cgi?id=144454
2808 Reviewed by Daniel Bates.
2810 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2811 * Source/cmake/OptionsEfl.cmake: Ditto.
2812 * Source/cmake/OptionsGTK.cmake: Ditto.
2813 * Source/cmake/OptionsMac.cmake: Ditto.
2814 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2815 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2818 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2820 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2821 https://bugs.webkit.org/show_bug.cgi?id=144394
2823 Reviewed by Carlos Garcia Campos.
2825 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2826 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2827 disabled in previous reworking of the CMake configuration.
2829 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2830 version of USE variables.
2831 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2832 is exposed to the build.
2834 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2836 Unreviewed. Bump GTK+ version numbers.
2838 * Source/cmake/OptionsGTK.cmake:
2840 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2842 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2843 https://bugs.webkit.org/show_bug.cgi?id=144435
2845 Reviewed by Gyuyoung Kim.
2847 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2848 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2850 * Source/cmake/OptionsEfl.cmake:
2852 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2854 REGRESSION(183583): [Mac] make without SDKROOT has issues
2855 https://bugs.webkit.org/show_bug.cgi?id=144431
2857 Reviewed by Dan Bernstein.
2860 Assume an empty SDKROOT means an macosx variant, so only
2861 enable settings if the SDKROOT is not empty and does not
2864 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2866 Fix the GTK+ build after r183584
2868 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2870 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2872 [GTK] Add support for automatic hyphenation
2873 https://bugs.webkit.org/show_bug.cgi?id=44478
2875 Reviewed by Carlos Garcia Campos.
2877 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2878 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2879 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2881 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2883 Failure when building WebKit for appletvsimulator.
2884 https://bugs.webkit.org/show_bug.cgi?id=144356
2886 Reviewed by Alexey Proskuryakov.
2888 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2889 make TVOS and WatchOS behave correctly.
2893 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2895 [CMake] [GTK] Organize and clean up unused CMake variables
2896 https://bugs.webkit.org/show_bug.cgi?id=144364
2898 Reviewed by Gyuyoung Kim.
2900 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2901 specific to certain projects into their PlatformGTK.cmake files.
2903 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2905 [EFL] Build failure to find gio-unix
2906 https://bugs.webkit.org/show_bug.cgi?id=144083
2908 Reviewed by Gyuyoung Kim.
2910 Original patch by Doug Newgard <scimma22@outlook.com>
2912 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2914 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2916 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2917 https://bugs.webkit.org/show_bug.cgi?id=143001
2919 Reviewed by Gyuyoung Kim.
2921 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2922 * Source/cmake/OptionsGTK.cmake: Ditto.
2924 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2926 Unreviewed, fix typo in previous commit
2928 libsecretr -> libsecret in the error message.
2930 * Source/cmake/OptionsGTK.cmake:
2932 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2934 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2935 https://bugs.webkit.org/show_bug.cgi?id=143546
2937 Reviewed by Martin Robinson.
2939 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2940 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2941 default. Fail the build with an informative error message if an optional dependency required
2942 for an enabled feature is not present. Perform find_package commands only when necessary.
2943 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2946 * Source/cmake/OptionsGTK.cmake:
2948 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2950 [GTK] Make all options actually options
2951 https://bugs.webkit.org/show_bug.cgi?id=144106
2953 Reviewed by Martin Robinson.
2955 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2956 ENABLE_WAYLAND_TARGET.
2958 * Source/cmake/OptionsGTK.cmake:
2960 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2962 Unreviewed, fix GTK build after r183452
2964 * Source/cmake/OptionsGTK.cmake:
2966 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2968 [GTK] Add one single option to control all OpenGL-related options
2969 https://bugs.webkit.org/show_bug.cgi?id=144105
2971 Reviewed by Martin Robinson.
2973 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2974 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2975 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2976 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2977 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2978 presence of CairoGL.
2980 * Source/cmake/OptionsGTK.cmake:
2982 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2984 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2985 https://bugs.webkit.org/show_bug.cgi?id=144306
2987 Reviewed by Martin Robinson.
2989 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2991 * Source/cmake/OptionsGTK.cmake:
2993 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2995 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2996 https://bugs.webkit.org/show_bug.cgi?id=144193
2998 Reviewed by Darin Adler.
3000 * Source/cmake/OptionsEfl.cmake:
3001 * Source/cmake/OptionsGTK.cmake:
3002 * Source/cmake/OptionsWinCairo.cmake:
3003 * Source/cmake/WebKitFeatures.cmake:
3005 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
3007 [CMake] Should be possible for an option to conflict with other options
3008 https://bugs.webkit.org/show_bug.cgi?id=143956
3010 Reviewed by Martin Robinson.
3012 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
3014 * Source/cmake/WebKitFeatures.cmake:
3016 2015-04-22 Martin Robinson <mrobinson@igalia.com>
3018 [CMake] Autogenerate cmakeconfig.h.cmake
3019 https://bugs.webkit.org/show_bug.cgi?id=143997
3021 Reviewed by Csaba Osztrogonác.
3023 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
3024 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
3025 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
3026 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
3027 Do some other miscellaneous related cleanup.
3028 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
3029 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
3030 build exposed variables. Add a macro to generate a configuration from them.
3031 * Source/cmakeconfig.h.cmake: Removed.
3033 2015-04-24 Philippe Normand <pnormand@igalia.com>
3035 [JHBuild] Move to upstream OpenWebRTC
3036 https://bugs.webkit.org/show_bug.cgi?id=144145
3038 Reviewed by Carlos Garcia Campos.
3040 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
3043 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
3045 [ES6] Implement ES6 template literals
3046 https://bugs.webkit.org/show_bug.cgi?id=142691
3048 Reviewed by Darin Adler.
3050 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
3052 * Source/cmake/WebKitFeatures.cmake:
3053 * Source/cmakeconfig.h.cmake:
3055 2015-04-25 Martin Robinson <mrobinson@igalia.com>
3057 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
3058 https://bugs.webkit.org/show_bug.cgi?id=144182
3060 Reviewed by Simon Fraser.
3062 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3063 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3064 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3065 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3066 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3068 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3070 [GTK] Add more public options
3071 https://bugs.webkit.org/show_bug.cgi?id=144116
3073 Reviewed by Martin Robinson.
3075 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
3077 * Source/cmake/OptionsGTK.cmake:
3079 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3081 [CMake] Some internal variables are not marked as advanced
3082 https://bugs.webkit.org/show_bug.cgi?id=143595
3084 Reviewed by Martin Robinson.
3086 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
3087 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
3089 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3091 [GTK] Mark as advanced the build options we don't want to expose
3092 https://bugs.webkit.org/show_bug.cgi?id=143558
3094 Reviewed by Martin Robinson.
3096 Mark various options as private instead of public.
3098 * Source/cmake/OptionsGTK.cmake:
3100 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3102 [CMake] Should be possible for an option to depend on multiple options
3103 https://bugs.webkit.org/show_bug.cgi?id=143839
3105 Reviewed by Martin Robinson.
3107 Use a list instead of a single variable to track the dependencies of each option. Iterate
3108 over the list as many times as necessary to ensure all options are properly disabled.
3110 * Source/cmake/WebKitFeatures.cmake:
3112 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3114 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
3115 https://bugs.webkit.org/show_bug.cgi?id=144103
3117 Reviewed by Martin Robinson.
3119 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
3121 * Source/cmake/WebKitFeatures.cmake:
3123 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3125 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
3126 https://bugs.webkit.org/show_bug.cgi?id=144102
3128 Reviewed by Martin Robinson.
3130 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
3131 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
3132 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
3134 * Source/cmake/OptionsGTK.cmake:
3136 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3138 [CMake] Clean up JSC JIT options
3139 https://bugs.webkit.org/show_bug.cgi?id=143998
3141 Reviewed by Filip Pizlo.
3143 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
3144 define for ENABLE_FTL_NATIVE_CALL_INLINING.
3145 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
3146 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
3147 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
3148 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
3150 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3152 [CMake] Use lowercase for local variables in macros
3153 https://bugs.webkit.org/show_bug.cgi?id=144059
3155 Reviewed by Martin Robinson.
3157 Convert some variable names to lowercase.
3159 * Source/cmake/WebKitFeatures.cmake:
3161 2015-04-22 Commit Queue <commit-queue@webkit.org>
3163 Unreviewed, rolling out r183116.
3164 https://bugs.webkit.org/show_bug.cgi?id=144060
3166 Inadvertently deleted a file... (Requested by mcatanzaro on
3171 "[CMake] Use lowercase for local variables in macros"
3172 https://bugs.webkit.org/show_bug.cgi?id=144059
3173 http://trac.webkit.org/changeset/183116
3175 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3177 [CMake] Use lowercase for local variables in macros
3178 https://bugs.webkit.org/show_bug.cgi?id=144059
3180 Reviewed by Martin Robinson.
3182 Convert some variable names to lowercase.
3184 * Source/cmake/WebKitFeatures.cmake:
3186 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3188 [CMake] Features list should print dots every other row
3189 https://bugs.webkit.org/show_bug.cgi?id=143832
3191 Reviewed by Martin Robinson.
3193 Discount private options when determining whether to print dots on a given row of the
3194 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
3195 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
3196 wasn't noticed because it only affects the first line, and use of the variable name as a
3197 string in a conditional.)
3199 * Source/cmake/WebKitFeatures.cmake:
3201 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3203 [CMake] Require specifying visibility of WebKit options
3204 https://bugs.webkit.org/show_bug.cgi?id=143831
3206 Reviewed by Alex Christensen.
3208 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
3209 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
3210 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
3211 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
3212 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
3213 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
3214 cross-platform options as PRIVATE.
3216 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3218 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
3219 https://bugs.webkit.org/show_bug.cgi?id=143935
3221 Reviewed by Darin Adler.
3223 Some variables aren't defined in these files or unused variables aren't removed. This
3224 patch cleans up it as well as fix wrong alphabet order.
3226 * Source/cmake/WebKitFeatures.cmake:
3227 * Source/cmakeconfig.h.cmake:
3229 2015-04-19 Simon Fraser <simon.fraser@apple.com>
3231 Restore the WebKit.xcworkspace to the way it was before r182899,
3232 which inadvertently added the Source directory and a couple of source
3235 * WebKit.xcworkspace/contents.xcworkspacedata:
3237 2015-04-16 Basile Clement <basile_clement@apple.com>
3239 Extract the allocation profile from JSFunction into a rare object
3240 https://bugs.webkit.org/show_bug.cgi?id=143807
3242 Reviewed by Filip Pizlo.
3244 * WebKit.xcworkspace/contents.xcworkspacedata:
3246 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
3248 [EFL] Bump LLVM to version 3.6.0 on X86_64
3249 https://bugs.webkit.org/show_bug.cgi?id=143604
3251 Reviewed by Gyuyoung Kim.
3253 * Source/cmake/FindLLVM.cmake: Added version handling.
3254 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
3256 2015-04-15 Timothy Horton <timothy_horton@apple.com>
3258 Custom CSS cursors do not use -webkit-image-set on retina displays
3259 https://bugs.webkit.org/show_bug.cgi?id=120783
3261 Reviewed by Beth Dakin.
3262 Patch by Evan Wallace <evan.exe@gmail.com>.
3264 Add a manual test for custom CSS cursors on retina displays.
3266 * ManualTests/retina-cursors.html: Added.
3268 2015-04-15 Alex Christensen <achristensen@webkit.org>
3270 Progress towards CMake on Mac.
3271 https://bugs.webkit.org/show_bug.cgi?id=143785
3273 Reviewed by Csaba Osztrogonác.
3276 * Source/cmake/OptionsMac.cmake:
3277 * Source/cmake/WebKitFS.cmake:
3279 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
3281 Cannot click "Next" button on Google two-factor auth setup page
3283 <https://bugs.webkit.org/show_bug.cgi?id=143624>
3284 <rdar://problem/19175714>
3286 Reviewed by Darin Adler.
3288 * ManualTests/button-that-focuses-itself-on-click.html: Added.
3290 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
3292 [cmake] REGRESSION(182663): It broke feature dependency handling
3293 https://bugs.webkit.org/show_bug.cgi?id=143665
3295 Reviewed by Csaba Osztrogonác.
3297 Don't try to check the value of options before defining the options.
3299 * Source/cmake/WebKitFeatures.cmake:
3301 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
3303 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
3304 https://bugs.webkit.org/show_bug.cgi?id=143664
3306 Reviewed by Gyuyoung Kim.
3308 * Source/cmake/OptionsEfl.cmake:
3309 * Source/cmake/OptionsGTK.cmake:
3310 * Source/cmake/WebKitFeatures.cmake:
3311 * Source/cmakeconfig.h.cmake:
3313 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3315 [EFL] Enable Media Source
3316 https://bugs.webkit.org/show_bug.cgi?id=143635
3318 Reviewed by Csaba Osztrogonác.
3320 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
3322 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3324 [CMake] Miscellaneous issues in WebKitFeatures.cmake
3325 https://bugs.webkit.org/show_bug.cgi?id=143636
3327 Reviewed by Martin Robinson.
3329 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
3330 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
3332 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
3333 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
3335 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
3337 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
3339 Fix ENABLE_TOUCH_SLIDER so that it can be used
3343 * Source/cmake/WebKitFeatures.cmake:
3345 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3347 [CMake] Print sorted feature list at the very end of the configure process
3348 https://bugs.webkit.org/show_bug.cgi?id=143596
3350 Reviewed by Martin Robinson.
3352 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
3353 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
3354 and sort the options before printing. Reorder some code so that features still get
3355 propagated to the bindings generators.
3357 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3359 [CMake] Options should be marked as advanced by default
3360 https://bugs.webkit.org/show_bug.cgi?id=143572
3362 Reviewed by Gyuyoung Kim.
3364 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
3365 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
3366 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
3367 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
3368 option without making it public.
3370 * Source/cmake/WebKitFeatures.cmake:
3372 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3374 [CMake] Remove unnecessary ENABLE_WEBCORE switch
3375 https://bugs.webkit.org/show_bug.cgi?id=143584
3377 Reviewed by Csaba Osztrogonác.
3379 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
3383 * Source/CMakeLists.txt:
3384 * Source/cmake/OptionsGTK.cmake:
3385 * Source/cmake/WebKitFS.cmake:
3387 2015-04-08 Filip Pizlo <fpizlo@apple.com>
3389 Unreviewed, revert accidental commit.
3393 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
3395 Add CMake build system for WinCairo port.
3396 https://bugs.webkit.org/show_bug.cgi?id=115944
3398 Reviewed by Chris Dumez.
3400 * Source/cmake/OptionsWindows.cmake:
3401 * Source/cmake/WebKitMacros.cmake:
3402 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3404 2015-04-06 Alberto Garcia <berto@igalia.com>
3406 [GTK] Fix HPPA build
3407 https://bugs.webkit.org/show_bug.cgi?id=143453
3409 Reviewed by Darin Adler.
3411 Add HPPA to the list of supported CPUs.
3415 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
3417 Unreviewed, kick the GTK bots to fix an incremental build issue.
3419 * Source/cmake/OptionsGTK.cmake:
3421 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
3423 Fix the EFL and GTK build after r182243
3424 https://bugs.webkit.org/show_bug.cgi?id=143361
3426 Reviewed by Csaba Osztrogonác.
3428 * Source/PlatformEfl.cmake: Add a custom command that copies
3429 the InspectorBackendCommands.js file into the proper directory
3430 under DerivedSources/WebInspectorUI/.
3432 2015-04-01 Alex Christensen <achristensen@webkit.org>
3434 Progress towards CMake on Windows and Mac.
3435 https://bugs.webkit.org/show_bug.cgi?id=143293
3437 Reviewed by Filip Pizlo.
3440 Set DERIVED_SOURCES_WTF_DIR for Windows.
3441 * Source/CMakeLists.txt:
3442 Don't compile bmalloc on Windows.
3443 * Source/cmake/OptionsCommon.cmake:
3444 Use the absolute path of the C preprocessor.
3445 * Source/cmake/OptionsWinCairo.cmake:
3446 Added needed definitions.
3447 * Source/cmake/OptionsWindows.cmake:
3448 Set some default values and removed support for old Visual Studio versions before /MP.
3449 * Source/cmake/WebKitFS.cmake:
3450 Make WTF DerivedSources directory.
3451 * Source/cmake/WebKitMacros.cmake:
3452 Added ADD_PRECOMPILED_HEADER macro based on
3453 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3455 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
3457 Use colored diagnostics when building with cmake + ninja + clang
3458 https://bugs.webkit.org/show_bug.cgi?id=143297
3460 Reviewed by Žan Doberšek.
3462 Because that ninja sets subprocess stdout/stderr to a pipe, clang
3463 disables colored output.
3464 This patch forces clang to use colored diagnostics when we are using
3467 * Source/cmake/OptionsCommon.cmake:
3469 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3471 [CMake] Update old CMakeList.txt in gtest
3472 https://bugs.webkit.org/show_bug.cgi?id=143192
3474 Reviewed by Darin Adler.
3476 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3477 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3478 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3480 * Source/CMakeLists.txt:
3481 * Source/cmake/gtest/CMakeLists.txt: Removed.
3483 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3485 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3486 https://bugs.webkit.org/show_bug.cgi?id=143138
3488 Reviewed by Csaba Osztrogonác.
3490 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3491 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3493 * Source/cmake/OptionsWindows.cmake:
3494 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3495 * Source/cmake/WebKitMacros.cmake:
3497 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3499 [GStreamer] share GL context in pipeline, part 2
3500 https://bugs.webkit.org/show_bug.cgi?id=143049
3502 Reviewed by Carlos Garcia Campos.
3504 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3505 OpenGL/ES2 is found and GLX/EGL is found too.
3507 2015-03-26 Alex Christensen <achristensen@webkit.org>
3509 Progress towards CMake on Mac.
3510 https://bugs.webkit.org/show_bug.cgi?id=143112
3512 Reviewed by Chris Dumez.
3514 * Source/cmake/OptionsMac.cmake:
3516 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3518 [EFL] Add OpenWebRTC in jhbuild
3519 https://bugs.webkit.org/show_bug.cgi?id=142778
3521 Reviewed by Gyuyoung Kim.
3523 Original patch by Philippe Normand <pnormand@igalia.com>
3525 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3526 mediastream build is enabled.
3528 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3530 [GTK] Add a configure option to build without Redirected XComposite Window
3531 https://bugs.webkit.org/show_bug.cgi?id=142865
3533 Reviewed by Žan Doberšek.
3535 The Redirected XComposite Window was added to support some
3536 features like GtkOverlay, but in cases where we don't need such
3537 features, it's more efficient to use the XID of the WebKitWebView
3538 window as the native surface handle for the accelerated
3539 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3540 that is enabled by default for X11 target when OpenGL is enabled.
3542 * Source/cmake/OptionsGTK.cmake:
3544 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3546 [GTK] Search for the Wayland dependency when enabling Wayland target
3547 https://bugs.webkit.org/show_bug.cgi?id=142876
3549 Reviewed by Carlos Garcia Campos.
3551 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3552 requirement of either the GTK+ or GDK pkg-config files, so we have to
3553 search for it ourselves when WebKitGTK+ has been configured to support
3554 the Wayland windowing target.
3556 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3558 Unreviewed, kick the GTK bots to regenerate makefile.
3559 https://bugs.webkit.org/show_bug.cgi?id=137394
3561 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3562 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3564 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3566 Unreviewed, kick the GTK bots to regenerate makefile.
3567 https://bugs.webkit.org/show_bug.cgi?id=137394
3569 * Source/cmake/OptionsEfl.cmake:
3571 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3573 [GTK] Fix inspector userinterface related incremental build issue
3574 https://bugs.webkit.org/show_bug.cgi?id=142849
3576 Reviewed by Carlos Garcia Campos.
3578 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3580 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3582 Unreviewed, kick the GTK bots to regenerate makefile.
3584 * Source/cmake/OptionsGTK.cmake:
3586 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3588 [EFL] Expose JavaScript binding interface through ewk_extension
3589 https://bugs.webkit.org/show_bug.cgi?id=142033
3591 Reviewed by Gyuyoung Kim.
3593 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3595 2015-03-17 Philippe Normand <pnormand@igalia.com>
3597 [GTK] basic OpenWebRTC build support
3598 https://bugs.webkit.org/show_bug.cgi?id=142393
3600 Reviewed by Carlos Garcia Campos.
3602 * Source/cmake/FindOpenWebRTC.cmake: Added.
3603 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3604 mediastream build is enabled.
3606 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3608 [CMake][EFL] Build test tools only for developer mode
3609 https://bugs.webkit.org/show_bug.cgi?id=142761
3611 Reviewed by Csaba Osztrogonác.
3613 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3615 * Source/cmake/OptionsEfl.cmake:
3616 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3617 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3618 * Source/cmakeconfig.h.cmake:
3620 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3622 Enable ES6 classes by default
3623 https://bugs.webkit.org/show_bug.cgi?id=142774
3625 Reviewed by Gavin Barraclough.
3627 * Source/cmake/WebKitFeatures.cmake:
3629 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3631 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3632 https://bugs.webkit.org/show_bug.cgi?id=142722
3634 Reviewed by Csaba Osztrogonác.
3636 Categorize to define cmake variables, to find necessary packages,
3637 use upper case for "glib_conponents" cmake variable name, re-arrange
3638 wrong alphabet sorting, and so on.
3640 * CMakeLists.txt: Remove WinCE port.
3641 * Source/cmake/OptionsEfl.cmake:
3643 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3645 [GStreamer] share GL context in pipeline
3646 https://bugs.webkit.org/show_bug.cgi?id=142693
3648 Reviewed by Philippe Normand.
3650 Add search of gstreamer-gl library in the GStreamer installation. If
3651 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3653 * Source/cmake/FindGStreamer.cmake:
3654 * Source/cmake/OptionsGTK.cmake:
3656 2015-03-13 Alex Christensen <achristensen@webkit.org>
3658 Progress towards CMake on Mac.
3659 https://bugs.webkit.org/show_bug.cgi?id=142680
3661 Reviewed by Gyuyoung Kim.
3664 * Source/PlatformMac.cmake: Added stub.
3665 * Source/cmake/OptionsMac.cmake:
3666 Change defines to get CMake working.
3668 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3670 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3671 https://bugs.webkit.org/show_bug.cgi?id=126688
3673 Reviewed by Gustavo Noronha Silva.
3675 Add ENABLE_MINIBROWSER option, enabled by default for development
3676 builds and disabled for production builds unless explicilty enabled.
3678 * Source/cmake/OptionsGTK.cmake:
3680 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3682 [GTK] Do not look for child processes in the UI process binary path
3683 https://bugs.webkit.org/show_bug.cgi?id=135752
3685 Reviewed by Gustavo Noronha Silva.
3687 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3688 build for development builds.
3690 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3692 [GTK] Add a configure option to build with OpenGL ES 2
3693 https://bugs.webkit.org/show_bug.cgi?id=142498
3695 Reviewed by Martin Robinson.
3697 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3698 GLES2 is required and OpenGL is not even searched. Otherwise we
3699 search for OpenGL as usual, using it only if present.
3701 * Source/cmake/OptionsGTK.cmake:
3703 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3705 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3706 https://bugs.webkit.org/show_bug.cgi?id=142338
3708 Reviewed by Gyuyoung Kim.
3710 * Source/cmake/WebKitHelpers.cmake:
3712 2015-03-03 Daniel Bates <dabates@apple.com>
3714 Convert ManualTests/svg-tooltip.svg to a DRT test
3715 https://bugs.webkit.org/show_bug.cgi?id=140480
3717 Reviewed by Alex Christensen.
3719 * ManualTests/svg-tooltip.svg: Removed.
3721 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3723 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3724 https://bugs.webkit.org/show_bug.cgi?id=142165
3726 Reviewed by Carlos Garcia Campos.
3728 * Source/cmake/gtksymbols.filter:
3730 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3732 [EFL] Remove unnecessary comment after r179110
3733 https://bugs.webkit.org/show_bug.cgi?id=142042
3735 Reviewed by Gyuyoung Kim.
3737 * Source/cmake/OptionsEfl.cmake:
3739 2015-02-23 Tomas Popela <tpopela@redhat.com>
3741 [GTK] Fails to compile with cmake 3.2.x
3742 https://bugs.webkit.org/show_bug.cgi?id=141796
3744 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3745 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3746 added and the build will fail.
3748 Reviewed by Martin Robinson.
3750 * Source/cmake/OptionsGTK.cmake:
3752 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3754 Remove svn:keywords property.
3756 As far as I can tell, the property had no effect on any of these files, but also,
3757 when it has effect it's likely harmful.
3759 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3760 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3761 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3762 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3763 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3764 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3765 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3766 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3767 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3768 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3769 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3770 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3771 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3772 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3774 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3776 [CMAKE] Remove CMakeLists.txt in WK1 port
3777 https://bugs.webkit.org/show_bug.cgi?id=141617
3779 Reviewed by Anders Carlsson.
3781 Nobody uses CMake in WK1 port. Remove it.
3785 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3787 Unreviewed, remove empty directories.
3789 * ManualTests/qt: Removed.
3791 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3793 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3794 https://bugs.webkit.org/show_bug.cgi?id=141481
3796 Reviewed by Csaba Osztrogonác.
3798 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3800 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3802 [EFL][GTK] Use bmalloc instead of tcmalloc
3803 https://bugs.webkit.org/show_bug.cgi?id=140162
3805 Reviewed by Carlos Garcia Campos.
3807 Add bmalloc directory to build list.
3809 * CMakeLists.txt: Define BMALLOC_DIR directory.
3810 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3812 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3814 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3815 https://bugs.webkit.org/show_bug.cgi?id=141392
3817 Reviewed by Gustavo Noronha Silva.
3819 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3821 * Source/cmake/OptionsGTK.cmake:
3823 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3825 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3826 https://bugs.webkit.org/show_bug.cgi?id=141328
3828 Reviewed by Darin Adler.
3830 Added as manual test because it involves a huge grid allocation
3831 which is very slow on Debug bots, the only ones capable to trigger
3834 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3836 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3838 [Streams API] Implement a barebone ReadableStream interface
3839 https://bugs.webkit.org/show_bug.cgi?id=141045
3841 Reviewed by Benjamin Poulain.
3843 * Source/cmake/WebKitFeatures.cmake:
3844 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3846 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3848 Revert accidental change in r179490.
3852 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3854 Unreviewed, revert accidental change to Makefile.shared in r179478
3858 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3860 [CMake] Minimum python version should be 2.7.
3861 https://bugs.webkit.org/show_bug.cgi?id=140997
3863 Reviewed by Csaba Osztrogonác.