1 2016-04-18 Carlos Garcia Campos <cgarcia@igalia.com>
3 [GTK] Menu list button doesn't use the text color from the theme
4 https://bugs.webkit.org/show_bug.cgi?id=118234
6 Reviewed by Darin Adler.
8 * ManualTests/gtk/theme.html: Add a disabled combo test.
10 2016-04-13 Konstantin Tokarev <annulen@yandex.ru>
12 FindWebP should not be misguided by pkg-config when cross-compiling.
13 https://bugs.webkit.org/show_bug.cgi?id=156544
15 Reviewed by Michael Catanzaro.
17 We should use pkg-config output only as a hint, like other modules do.
19 * Source/cmake/FindWebP.cmake:
21 2016-04-07 Carlos Garcia Campos <cgarcia@igalia.com>
23 [GTK] Rework the theming code for GTK+ 3.20
24 https://bugs.webkit.org/show_bug.cgi?id=156333
26 Reviewed by Michael Catanzaro.
28 Add a manual test to check how themed elements are rendered.
30 * ManualTests/gtk/theme.html: Added.
32 2016-04-11 Fujii Hironori <Hironori.Fujii@jp.sony.com>
34 [CMake] Make FOLDER property INHERITED
35 https://bugs.webkit.org/show_bug.cgi?id=156460
37 Reviewed by Brent Fulgham.
39 Some CMake targets are not setting the FOLDER property. This causes the
40 generated projects to be displayed in the top-level folder of the solution.
42 Making the FOLDER property INHERITED ensures that all the targets
43 are placed in their proper directories.
45 * Source/cmake/OptionsCommon.cmake:
46 Define FOLDER property as a inherited property.
47 * Source/cmake/WebKitMacros.cmake:
48 Do not set FOLDER target property.
50 2016-04-08 Alex Christensen <achristensen@webkit.org>
52 Progress towards running CMake WebKit2 on Mac
53 https://bugs.webkit.org/show_bug.cgi?id=156426
55 Reviewed by Tim Horton.
57 * Source/cmake/OptionsMac.cmake:
58 FTL works on Mac, so let's use it.
59 * Source/cmake/WebKitMacros.cmake:
61 2016-04-07 Joseph Pecoraro <pecoraro@apple.com>
63 Remove ENABLE(ENABLE_ES6_CLASS_SYNTAX) guards
64 https://bugs.webkit.org/show_bug.cgi?id=156384
66 Reviewed by Ryosuke Niwa.
68 * Source/cmake/WebKitFeatures.cmake:
70 2016-04-07 Dean Jackson <dino@apple.com>
72 [iOS] Play button on video is too dark
73 https://bugs.webkit.org/show_bug.cgi?id=156383
74 <rdar://problem/23540816>
76 Reviewed by Simon Fraser.
78 Add a manual test for iOS that shows the expected appearance
79 of a video element. Unfortunately, due to the way we take
80 snapshots on iOS within our test runner, we don't get the
81 platform blurring effect, which means an automated test
84 * ManualTests/ios/start-playback-button-appearance-expected.html: Added.
85 * ManualTests/ios/start-playback-button-appearance.html: Added.
87 2016-04-06 Alex Christensen <achristensen@webkit.org>
89 Fix CMake DumpRenderTree
90 https://bugs.webkit.org/show_bug.cgi?id=156305
92 Reviewed by Daniel Bates.
94 * Source/cmake/OptionsMac.cmake:
96 2016-04-05 Alex Christensen <achristensen@webkit.org>
98 Make CMake-generated binaries on Mac able to run
99 https://bugs.webkit.org/show_bug.cgi?id=156268
101 Reviewed by Daniel Bates.
103 * Source/cmake/OptionsMac.cmake:
105 2016-04-04 Alejandro G. Castro <alex@igalia.com>
107 REGRESSION(r198492): [GTK] The WEB_RTC flag was not correctly added in some situations
108 https://bugs.webkit.org/show_bug.cgi?id=156164
110 Reviewed by Philippe Normand.
112 Remove double space in the error message when openwebrtc is not present.
114 * Source/cmake/OptionsGTK.cmake:
116 2016-04-03 Carlos Garcia Campos <cgarcia@igalia.com>
118 Unreviewed. Bump GTK+ versions numbers.
120 * Source/cmake/OptionsGTK.cmake:
122 2016-03-31 Daniel Bates <dabates@apple.com>
124 tool tip/alt. text appears when mouse is no longer hovering over link
125 https://bugs.webkit.org/show_bug.cgi?id=24427
126 <rdar://problem/8045235>
128 Reviewed by Antonio Gomes.
130 Although the bug no longer reproduces, add a manual test that can be used to determine if a
131 tooltip for a hyperlink is shown when the cursor no longer hovers over it.
133 * ManualTests/tooltip-when-mouse-not-directly-over-hyperlink.html: Added.
135 2016-03-29 Commit Queue <commit-queue@webkit.org>
137 Unreviewed, rolling out r198781.
138 https://bugs.webkit.org/show_bug.cgi?id=155986
140 broke windows clean build (Requested by alexchristensen on
145 "[Win] CMake seems to build all generated files every time"
146 https://bugs.webkit.org/show_bug.cgi?id=155872
147 http://trac.webkit.org/changeset/198781
149 2016-03-29 Brent Fulgham <bfulgham@apple.com>
151 [Win] CMake seems to build all generated files every time
152 https://bugs.webkit.org/show_bug.cgi?id=155872
154 Reviewed by Alex Christensen.
156 This seems to be caused by Visual Studio being unhappy receiving multiple output targets
157 for its custom build rules. If I limit the output to just the header file on Windows, the
158 dependency check seems to do the right thing.
160 * Source/cmake/WebKitMacros.cmake:
162 2016-03-28 Alex Christensen <achristensen@webkit.org>
164 Fix Mac Ninja build after r198766.
166 * Source/cmake/WebKitMacros.cmake:
167 WebCore_DERIVED_SOURCES are intentionally in a separate library to reduce linker line length.
168 This is now only specific to WebKit2_DERIVED_SOURCES, so I'm moving it there.
170 2016-03-28 Alex Christensen <achristensen@webkit.org>
172 Fix Windows build after r198766.
174 * Source/cmake/WebKitMacros.cmake:
175 Use the filename from the cpp so that WebCorePrefix.cpp and WebCoreDerivedSourcesPrefix.cpp
176 generate unique .pch files, even though they both include WebCorePrefix.h
178 2016-03-28 Alex Christensen <achristensen@webkit.org>
180 Fix Ninja build on Mac
181 https://bugs.webkit.org/show_bug.cgi?id=151399
183 Reviewed by Darin Adler.
185 * Source/CMakeLists.txt:
186 * Source/cmake/WebKitMacros.cmake:
188 2016-03-27 Daniel Bates <dabates@apple.com>
190 WebKit.xcworkspace "All Source" scheme always copies OS X WebKitSystemInterface libraries
191 https://bugs.webkit.org/show_bug.cgi?id=155889
193 Reviewed by Alexey Proskuryakov.
195 Fixes an issue where building the "All Source" scheme in WebKit.xcworkspace would
196 always copy the OS X WebKitSystemInterface libraries regardless of the selected
197 base SDK. In particular, it would copy the OS X WebKitSystemInterface libraries
198 when building with SDK iphonesimulator. WebKit.xcworkspace should copy the SDK-
199 specific WebKitSystemInterface libraries.
201 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
203 2016-03-25 Brady Eidson <beidson@apple.com>
205 Soften push/replaceState frequency restrictions.
206 <rdar://problem/25228439> and https://bugs.webkit.org/show_bug.cgi?id=155901
208 Rubber-stamped by Timothy Hatcher.
210 * ManualTests/state-objects-time-limit.html: Added.
212 2016-03-25 Daniel Bates <dabates@apple.com>
214 REGRESSION (r197358): WebKitSystemInterface.h copied into directory named "--llvm"
215 https://bugs.webkit.org/show_bug.cgi?id=155838
217 Reviewed by Alexey Proskuryakov.
219 Do not pass command line flag --llvm when calling script copy-webkitlibraries-to-product-directory
220 to avoid copying the WebKitSystemInterface libraries to an incorrect location. The --llvm flag was
221 removed from copy-webkitlibraries-to-product-directory in <http://trac.webkit.org/changeset/197358>.
223 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
225 2016-03-25 Bill Ming <mbbill@gmail.com>
227 Detect correct number of processors on windows
228 https://bugs.webkit.org/show_bug.cgi?id=155884
230 Reviewed by Alex Christensen.
232 * Tools/Scripts/run-jsc-stress-tests:
234 2016-03-25 Brent Fulgham <bfulgham@apple.com>
236 [Win] Improve CMake build performance
237 https://bugs.webkit.org/show_bug.cgi?id=155871
238 <rdar://problem/24747822>
240 Reviewed by Alex Christensen.
242 Add a flag to the PROCESS_ALLINONE_FILE macro so that it does not remove
243 the files contained in the passed all-in-one file, since this breaks
244 dependency checking and generation of the derived sources from the IDL.
245 Instead, include the header files in the project so that all files get
248 * Source/cmake/WebKitMacros: Updated for 'DerivedSources.cpp' use case.
250 2016-03-25 Konstantin Tokarev <annulen@yandex.ru>
252 Turned on ENABLE_REQUEST_ANIMATION_FRAME by default for any port.
253 https://bugs.webkit.org/show_bug.cgi?id=155882
255 Reviewed by Michael Catanzaro.
257 It was already enabled in all trunk ports, and is required for
258 WebInspectorUI to work.
260 * Source/cmake/OptionsGTK.cmake: Removed duplication of default value.
261 * Source/cmake/OptionsMac.cmake: Ditto.
262 * Source/cmake/WebKitFeatures.cmake: Turned
263 ENABLE_REQUEST_ANIMATION_FRAME ON.
265 2016-03-24 Bill Ming <mbbill@gmail.com>
267 Determine architecture for running jsc stress tests on windows
268 https://bugs.webkit.org/show_bug.cgi?id=155840
270 Reviewed by Alex Christensen.
272 * Tools/Scripts/run-jsc-stress-tests:
274 2016-03-23 Bill Ming <mbbill@gmail.com>
276 Fixed ninja build path.
277 https://bugs.webkit.org/show_bug.cgi?id=155796
279 Reviewed by Alex Christensen.
281 * Tools/Scripts/build-webkit:
283 2016-03-21 Eric Carlson <eric.carlson@apple.com>
285 Add a WebRTC specific compile flag
286 https://bugs.webkit.org/show_bug.cgi?id=155663
288 Reviewed by Jer Noble.
290 * Source/cmake/OptionsEfl.cmake:
291 * Source/cmake/OptionsGTK.cmake:
292 * Source/cmake/WebKitFeatures.cmake:
294 2016-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
296 Unreviewed, missing SET_AND_EXPOSE_TO_BUILD for USE_UDIS86 in JSCOnly port
297 https://bugs.webkit.org/show_bug.cgi?id=155628
299 * Source/cmake/OptionsJSCOnly.cmake:
301 2016-03-17 Yusuke Suzuki <utatane.tea@gmail.com>
303 [JSCOnly] Enable udis86
304 https://bugs.webkit.org/show_bug.cgi?id=155628
306 Reviewed by Carlos Garcia Campos.
308 Enable udis86 for disassembler. The current flag name is incorrect.
310 * Source/cmake/OptionsJSCOnly.cmake:
312 2016-03-14 Konstantin Tokarev <annulen@yandex.ru>
314 Restored ENABLE_WEBCORE option and used it in JSCOnly port.
315 https://bugs.webkit.org/show_bug.cgi?id=155428
317 Reviewed by Michael Catanzaro.
319 This is a partial revert of r182624.
322 * Source/CMakeLists.txt:
323 * Source/cmake/OptionsJSCOnly.cmake:
324 * Source/cmake/WebKitFS.cmake:
326 2016-03-13 Joseph Pecoraro <pecoraro@apple.com>
328 Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
329 https://bugs.webkit.org/show_bug.cgi?id=155417
331 Reviewed by Yusuke Suzuki.
333 * Source/cmake/OptionsWin.cmake:
334 * Source/cmake/WebKitFeatures.cmake:
335 * Source/cmake/tools/vsprops/FeatureDefines.props:
336 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
338 2016-03-13 Konstantin Tokarev <annulen@yandex.ru>
340 Added new port JSCOnly.
341 https://bugs.webkit.org/show_bug.cgi?id=154512
343 Reviewed by Michael Catanzaro.
345 This port allows to build JavaScriptCore engine with minimal
349 * Source/cmake/OptionsJSCOnly.cmake: Added.
351 2016-03-12 Myles C. Maxfield <mmaxfield@apple.com>
353 Delete dead SVG Font code
354 https://bugs.webkit.org/show_bug.cgi?id=154718
356 Reviewed by Antti Koivisto.
358 * Source/cmake/OptionsEfl.cmake:
359 * Source/cmake/OptionsWin.cmake:
360 * Source/cmake/WebKitFeatures.cmake:
361 * Source/cmake/tools/vsprops/FeatureDefines.props:
362 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
364 2016-03-12 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
366 [GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
367 https://bugs.webkit.org/show_bug.cgi?id=152650
369 Reviewed by Carlos Garcia Campos.
371 * Source/cmake/OptionsGTK.cmake:
373 2016-03-10 Frederic Wang <fwang@igalia.org>
375 [GTK] Add support for WOFF2
376 https://bugs.webkit.org/show_bug.cgi?id=152616
378 Reviewed by Carlos Garcia Campos.
380 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
381 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
383 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
385 [cmake] Fixed All-in-One build.
386 https://bugs.webkit.org/show_bug.cgi?id=155241
388 Reviewed by Csaba Osztrogonác.
390 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
391 not removed in PROCESS_ALLINONE_FILE.
393 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
395 [EFL] Enable the SVG -> OTF Font Converter
396 https://bugs.webkit.org/show_bug.cgi?id=155192
398 Reviewed by Gyuyoung Kim.
400 * Source/cmake/OptionsEfl.cmake:
402 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
404 [GTK] Enable the SVG -> OTF Font Converter
405 https://bugs.webkit.org/show_bug.cgi?id=155191
407 Reviewed by Martin Robinson.
409 * Source/cmake/OptionsGTK.cmake:
411 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
413 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
415 * Source/cmake/OptionsEfl.cmake:
416 * Source/cmake/OptionsGTK.cmake:
418 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
420 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
421 https://bugs.webkit.org/show_bug.cgi?id=154651
423 Reviewed by Alex Christensen.
425 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
426 CMake's PRE_BUILD COMMAND feature because the latter actually
427 generates pre-link target instead of pre-build.
429 2016-03-01 Alex Christensen <achristensen@webkit.org>
431 Reduce size of internal windows build output
432 https://bugs.webkit.org/show_bug.cgi?id=154763
434 Reviewed by Brent Fulgham.
436 * Source/cmake/OptionsWin.cmake:
438 2016-03-01 Commit Queue <commit-queue@webkit.org>
440 Unreviewed, rolling out r197056.
441 https://bugs.webkit.org/show_bug.cgi?id=154870
443 broke win ews (Requested by alexchristensen on #webkit).
447 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
448 https://bugs.webkit.org/show_bug.cgi?id=154651
449 http://trac.webkit.org/changeset/197056
451 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
453 [cmake] Allow using FindGLIB in case glib is optional dependency.
454 https://bugs.webkit.org/show_bug.cgi?id=154796
456 Reviewed by Michael Catanzaro.
458 FindGLIB caused internal CMake error in case glibconfig.h is not
461 * Source/cmake/FindGLIB.cmake:
463 2016-02-29 Commit Queue <commit-queue@webkit.org>
465 Unreviewed, rolling out r197297.
466 https://bugs.webkit.org/show_bug.cgi?id=154810
468 This change broke build of GTK from scratch (Requested by
473 "[cmake] Allow using FindGLIB in case glib is optional
475 https://bugs.webkit.org/show_bug.cgi?id=154796
476 http://trac.webkit.org/changeset/197297
478 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
480 [cmake] Allow using FindGLIB in case glib is optional dependency.
481 https://bugs.webkit.org/show_bug.cgi?id=154796
483 Reviewed by Michael Catanzaro.
485 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
488 * Source/cmake/FindGLIB.cmake:
490 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
492 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
493 https://bugs.webkit.org/show_bug.cgi?id=143402
495 Reviewed by Alex Christensen.
497 Turn on by default, and turn on for Windows.
499 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
501 * Source/cmake/OptionsWin.cmake:
502 * Source/cmake/WebKitFeatures.cmake:
504 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
506 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
507 https://bugs.webkit.org/show_bug.cgi?id=151688
509 Reviewed by Dean Jackson.
511 Enables the WEB_ANIMATIONS compiler switch.
513 * Source/cmake/OptionsWin.cmake:
515 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
517 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
518 https://bugs.webkit.org/show_bug.cgi?id=154651
520 Reviewed by Alex Christensen.
522 * Source/cmake/WebKitMacros.cmake:
524 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
526 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
527 https://bugs.webkit.org/show_bug.cgi?id=154450
529 Reviewed by Alex Christensen.
531 * Source/cmake/WebKitMacros.cmake:
533 2016-02-18 Philippe Normand <pnormand@igalia.com>
535 [GStreamer] Bump internal jhbuild versions to 1.6.3
536 https://bugs.webkit.org/show_bug.cgi?id=149594
538 Reviewed by Michael Catanzaro.
540 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
542 2016-02-18 Anders Carlsson <andersca@apple.com>
544 Get rid of the "All Source (target WebProcess)" scheme.
546 Rubber-stamped by Dan Bernstein.
548 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
550 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
552 [CMake] Remove LLVM support
553 https://bugs.webkit.org/show_bug.cgi?id=154370
555 Reviewed by Csaba Osztrogonác.
557 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
558 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
559 but for the time being this is dead code.
561 * Source/cmake/FindLLVM.cmake: Removed.
562 * Source/cmake/OptionsCommon.cmake:
564 2016-02-18 Joonghun Park <jh718.park@samsung.com>
566 [CMake] Remove meaningless conditional statements in CMakeLists.txt
567 https://bugs.webkit.org/show_bug.cgi?id=153778
569 Reviewed by Csaba Osztrogonác.
572 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
573 And remove conditional statements which has enclosed these one
574 because they don't have meaning anymore.
576 2016-02-15 Alex Christensen <achristensen@webkit.org>
578 Re-enable INTL on WinCairo
579 https://bugs.webkit.org/show_bug.cgi?id=154256
581 Reviewed by Michael Catanzaro.
583 * Source/cmake/OptionsWin.cmake:
584 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
586 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
588 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
589 https://bugs.webkit.org/show_bug.cgi?id=154165
591 Reviewed by Alex Christensen.
593 * Source/cmake/OptionsEfl.cmake:
594 * Source/cmake/OptionsGTK.cmake:
596 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
598 [cmake] Consolidate TextureMapper file and include dir lists.
599 https://bugs.webkit.org/show_bug.cgi?id=154106
601 Reviewed by Michael Catanzaro.
603 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
605 * Source/cmake/OptionsWinCairo.cmake: Ditto.
607 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
609 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
610 https://bugs.webkit.org/show_bug.cgi?id=154033
612 Reviewed by Michael Catanzaro.
614 * Source/cmake/WebKitFeatures.cmake:
616 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
618 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
620 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
622 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
624 [GTK][EFL] Enable SamplingProfiler
625 https://bugs.webkit.org/show_bug.cgi?id=153638
627 Reviewed by Michael Catanzaro.
629 Enable SamplingProfiler in GTK and EFL.
630 And added option to CMake to switch this from the build command.
632 * Source/cmake/OptionsEfl.cmake:
633 * Source/cmake/OptionsGTK.cmake:
634 * Source/cmake/WebKitFeatures.cmake:
636 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
638 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
639 https://bugs.webkit.org/show_bug.cgi?id=153961
641 Reviewed by Michael Catanzaro.
643 * Source/cmake/OptionsCommon.cmake:
644 * Source/cmake/OptionsEfl.cmake:
645 * Source/cmake/OptionsGTK.cmake:
647 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
649 Unreviewed non X86_64 buildfix after r196077.
651 * Source/cmake/OptionsEfl.cmake:
652 * Source/cmake/OptionsGTK.cmake:
654 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
656 [GTK][EFL] Switch FTL to B3
657 https://bugs.webkit.org/show_bug.cgi?id=153478
659 Reviewed by Csaba Osztrogonác.
661 * Source/cmake/OptionsEfl.cmake:
662 * Source/cmake/OptionsGTK.cmake:
664 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
666 Unreviewed attempt to fix Mac CMake build after r195999.
668 * Source/cmake/OptionsMac.cmake:
669 * Source/cmake/WebKitFeatures.cmake:
670 Add ENABLE_RESOURCE_USAGE to CMake builds.
672 2016-02-02 Alejandro G. Castro <alex@igalia.com>
674 [GTK][EFL] Upgrade OpenWebRTC dependency
675 https://bugs.webkit.org/show_bug.cgi?id=153489
677 Reviewed by Philippe Normand.
679 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
680 required to make the mediastream work.
682 2016-02-01 Alex Christensen <achristensen@webkit.org>
684 [Win] WTFHeaderDetection.h no longer needed
685 https://bugs.webkit.org/show_bug.cgi?id=153753
686 rdar://problem/24434627
688 Reviewed by Darin Adler.
690 * Source/cmake/WebKitFS.cmake:
692 2016-01-31 Joonghun Park <jh718.park@samsung.com>
694 [EFL] All API tests are broken on 15.10
695 https://bugs.webkit.org/show_bug.cgi?id=153528
697 Reviewed by Gyuyoung Kim.
699 * CMakeLists.txt: Having include(WebKitCommon) statement follow
700 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
702 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
704 Enable SamplingProfiler on POSIX environment
705 https://bugs.webkit.org/show_bug.cgi?id=153584
707 Reviewed by Michael Saboff.
709 Add features.h header check. It will define __GLIBC__.
711 * Source/cmake/OptionsCommon.cmake:
713 2016-01-27 Alexey Proskuryakov <ap@apple.com>
715 Remove ENABLE_CURRENTSRC
716 https://bugs.webkit.org/show_bug.cgi?id=153545
718 Reviewed by Simon Fraser.
720 * Source/cmake/OptionsEfl.cmake:
721 * Source/cmake/OptionsGTK.cmake:
722 * Source/cmake/OptionsMac.cmake:
723 * Source/cmake/OptionsWin.cmake:
724 * Source/cmake/WebKitFeatures.cmake:
725 * Source/cmake/tools/vsprops/FeatureDefines.props:
726 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
728 2016-01-25 Alex Christensen <achristensen@webkit.org>
730 Fix internal Windows build
731 https://bugs.webkit.org/show_bug.cgi?id=153469
733 Reviewed by Brent Fulgham.
735 * Source/cmake/WebKitMacros.cmake:
736 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
738 2016-01-23 Aaron Chu <arona.chu@gmail.com>
740 Web Inspector: AXI: node-link-list should be collapsible
741 https://bugs.webkit.org/show_bug.cgi?id=130911
743 Added a manual test to test the node list in the Accessibility Inspector
745 Reviewed by Timothy Hatcher.
747 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
749 2016-01-22 Alex Christensen <achristensen@webkit.org>
751 Fix internal Windows build
752 https://bugs.webkit.org/show_bug.cgi?id=153385
753 rdar://problem/24310408
755 Reviewed by Brian Weinstein.
757 * Source/cmake/WinTools.make:
758 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
759 These property sheets are needed for some projects that are not in this repository
760 and don't use CMake in the official build. We want to leave them unchanged for now.
762 2016-01-22 Alex Christensen <achristensen@webkit.org>
764 Only set CMake output directories if they aren't already set
765 https://bugs.webkit.org/show_bug.cgi?id=153373
767 Reviewed by Michael Catanzaro.
770 r195242 caused Windows builds to copy files to bin instead of bin64.
771 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
772 This also makes it so you can set these variables by command line.
774 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
776 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
778 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
780 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
782 [CMake] Duplicate attempts to find software during cmake stage
783 https://bugs.webkit.org/show_bug.cgi?id=153211
785 Reviewed by Martin Robinson.
787 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
788 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
790 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
792 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
793 https://bugs.webkit.org/show_bug.cgi?id=153190
795 Reviewed by Csaba Osztrogonác.
797 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
799 * Source/CMakeLists.txt:
800 * Source/cmake/OptionsWin.cmake:
802 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
804 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
806 https://bugs.webkit.org/show_bug.cgi?id=153117
808 Reviewed by Michael Catanzaro.
810 * Source/cmake/OptionsGTK.cmake:
812 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
814 [CMake] Do not use LLVM static libraries for FTL JIT
815 https://bugs.webkit.org/show_bug.cgi?id=151559
817 Reviewed by Michael Catanzaro.
819 Also export LLVM_LIBRARIES variable that can be used to prefer
820 linking to the llvm dynamic libraries.
822 * Source/cmake/FindLLVM.cmake:
824 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
826 [GTK] Add comments above options declarations in OptionsGTK.cmake
827 https://bugs.webkit.org/show_bug.cgi?id=153074
829 Reviewed by Martin Robinson.
831 * Source/cmake/OptionsGTK.cmake:
833 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
835 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
837 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
839 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
841 Add a build flag for custom element
842 https://bugs.webkit.org/show_bug.cgi?id=153005
844 Reviewed by Alex Christensen.
846 * Source/cmake/OptionsEfl.cmake:
847 * Source/cmake/OptionsWin.cmake:
848 * Source/cmake/WebKitFeatures.cmake:
850 2016-01-08 Alex Christensen <achristensen@webkit.org>
852 Fix internal Windows build
853 https://bugs.webkit.org/show_bug.cgi?id=152937
855 Reviewed by Brent Fulgham.
857 * Source/cmake/WebKitCommon.cmake:
858 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
859 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
860 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
861 set PATH=%SystemDrive%\cygwin\bin;%PATH%
863 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
865 [EFL] Set WebKit2 process output name
866 https://bugs.webkit.org/show_bug.cgi?id=152773
868 Reviewed by Benjamin Poulain.
870 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
871 So this patch sets wk2 process output name.
873 * Source/cmake/OptionsEfl.cmake:
875 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
877 [CMake] Remove USE_UDIS86 variable
878 https://bugs.webkit.org/show_bug.cgi?id=152731
880 Reviewed by Gyuyoung Kim.
882 Remove the USE_UDIS86 variable in CMake files. The specific build guard
883 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
884 in CMake isn't required anymore. The Udis86-specific files have to be
885 built unconditionally now, though.
887 * Source/cmake/OptionsEfl.cmake:
888 * Source/cmake/OptionsGTK.cmake:
889 * Source/cmake/OptionsMac.cmake:
891 2016-01-04 Alex Christensen <achristensen@webkit.org>
893 Fix Mac CMake build after r194454.
895 * Source/cmake/OptionsMac.cmake:
896 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
897 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
899 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
901 [GTK][CMake] Do not override default values of build options with the default value
902 https://bugs.webkit.org/show_bug.cgi?id=152615
904 Reviewed by Martin Robinson.
906 Override the default value of build options only when the default value for the GTK+ port
907 is actually different than the default value in WebKitFeatures.cmake. This way we don't
908 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
909 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
911 * Source/cmake/OptionsGTK.cmake:
913 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
915 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
916 https://bugs.webkit.org/show_bug.cgi?id=144069
918 Reviewed by Martin Robinson.
920 * Source/cmake/OptionsWin.cmake:
921 Do not set options that no longer exist.
922 * Source/cmake/WebKitFeatures.cmake:
923 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
924 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
925 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
926 no CMake port was using it.
928 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
930 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
931 https://bugs.webkit.org/show_bug.cgi?id=152611
933 Reviewed by Martin Robinson.
935 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
936 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
937 not to the DOM bindings generator, for example).
939 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
940 called after WEBKIT_OPTION_END, they don't do anything.
942 Add error checking to catch these bugs.
944 * Source/cmake/WebKitFeatures.cmake:
946 2015-12-30 Philippe Normand <pnormand@igalia.com>
948 [GTK][Mac] Disable gtk-doc
949 https://bugs.webkit.org/show_bug.cgi?id=150798
951 Reviewed by Michael Catanzaro.
953 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
954 link error on Mac, so for now disable gtk-doc support on that
956 * Source/cmake/OptionsGTK.cmake: Ditto.
958 2015-12-23 Andy VanWagoner <andy@instructure.com>
960 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
961 https://bugs.webkit.org/show_bug.cgi?id=147603
963 Reviewed by Benjamin Poulain.
965 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
967 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
969 [Fetch API] Add fetch API compile time flag
970 https://bugs.webkit.org/show_bug.cgi?id=152254
972 Reviewed by Darin Adler.
974 * Source/cmake/OptionsWin.cmake:
975 * Source/cmake/WebKitFeatures.cmake:
977 2015-12-10 Brent Fulgham <bfulgham@apple.com>
979 [Win] Support building under Cygwin or native Perl
980 https://bugs.webkit.org/show_bug.cgi?id=152145
981 <rdar://problem/23839868>
983 Reviewed by David Kilzer.
985 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
989 2015-12-09 Daniel Bates <dabates@apple.com>
991 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
992 https://bugs.webkit.org/show_bug.cgi?id=151840
993 <rdar://problem/23753931>
995 Reviewed by Simon Fraser.
997 Add a manual test that can be used to verify that we suspend dispatching device motion and
998 device orientation events when the page is hidden.
1000 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
1003 (handleVisibilityChange):
1004 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
1006 2015-12-07 Alex Christensen <achristensen@webkit.org>
1008 Fix internal Windows build
1009 https://bugs.webkit.org/show_bug.cgi?id=151950
1011 Reviewed by Brent Fulgham.
1013 * Source/cmake/tools/scripts/auto-version.pl:
1015 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
1017 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
1018 https://bugs.webkit.org/show_bug.cgi?id=150792
1020 Reviewed by Saam Barati.
1022 * Source/cmake/OptionsWin.cmake:
1023 * Source/cmake/WebKitFeatures.cmake:
1025 2015-12-01 Commit Queue <commit-queue@webkit.org>
1027 Unreviewed, rolling out r192914.
1028 https://bugs.webkit.org/show_bug.cgi?id=151734
1030 JSC tests for this change are failing on 32 and 64-bit bots
1031 (Requested by ryanhaddad on #webkit).
1035 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
1036 enable this feature"
1037 https://bugs.webkit.org/show_bug.cgi?id=150792
1038 http://trac.webkit.org/changeset/192914
1040 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
1042 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
1043 https://bugs.webkit.org/show_bug.cgi?id=150792
1045 Reviewed by Saam Barati.
1047 * Source/cmake/OptionsWin.cmake:
1048 * Source/cmake/WebKitFeatures.cmake:
1050 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
1052 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
1054 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1056 2015-11-20 Alex Christensen <achristensen@webkit.org>
1058 Remove NETWORK_PROCESS compile flag
1059 https://bugs.webkit.org/show_bug.cgi?id=151512
1061 Reviewed by Tim Horton.
1063 * Source/cmake/OptionsEfl.cmake:
1064 * Source/cmake/OptionsGTK.cmake:
1065 * Source/cmake/OptionsMac.cmake:
1066 * Source/cmake/WebKitFeatures.cmake:
1068 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
1070 [EFL] Enable FTL JIT by default on X86_64
1071 https://bugs.webkit.org/show_bug.cgi?id=143822
1073 Reviewed by Carlos Garcia Campos.
1075 * Source/cmake/OptionsEfl.cmake:
1077 2015-11-19 Commit Queue <commit-queue@webkit.org>
1079 Unreviewed, rolling out r192667 and r192668.
1080 https://bugs.webkit.org/show_bug.cgi?id=151476
1082 broke api tests (Requested by alexchristensen on #webkit).
1084 Reverted changesets:
1086 "Remove the non-NetworkProcess configurations"
1087 https://bugs.webkit.org/show_bug.cgi?id=151418
1088 http://trac.webkit.org/changeset/192667
1090 "Fix GTK Build after r192667."
1091 http://trac.webkit.org/changeset/192668
1093 2015-11-19 Alex Christensen <achristensen@webkit.org>
1095 Remove the non-NetworkProcess configurations
1096 https://bugs.webkit.org/show_bug.cgi?id=151418
1098 Reviewed by Geoffrey Garen.
1100 * Source/cmake/OptionsEfl.cmake:
1101 * Source/cmake/OptionsGTK.cmake:
1102 * Source/cmake/OptionsMac.cmake:
1103 * Source/cmake/WebKitFeatures.cmake:
1105 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
1107 REGRESSION(r192459): [GTK] User agent string is broken after r192459
1108 https://bugs.webkit.org/show_bug.cgi?id=151347
1110 Reviewed by Žan Doberšek.
1112 Pass UA version numbers as strings to the build.
1114 * Source/cmake/OptionsGTK.cmake:
1116 2015-11-16 Alex Christensen <achristensen@webkit.org>
1118 Fix CMake build and make PluginProcess executable
1119 https://bugs.webkit.org/show_bug.cgi?id=151332
1121 Reviewed by Tim Horton.
1123 * Source/cmake/OptionsMac.cmake:
1125 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
1127 [GTK] Use FTL by default when LLVM 3.7 is available
1128 https://bugs.webkit.org/show_bug.cgi?id=142128
1130 Reviewed by Csaba Osztrogonác.
1132 Enable FTL by default when architecture is X86_64. It requires
1133 LLVM 3.7, but can be disabled manually as a cmake configure
1136 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
1137 available if the metapackage is installed and it points to
1138 llvm-config-3.5. So, here we check first if the llvm-config is
1139 from a recent enough version, and if not we check several
1140 llvm-config-<version> programs, so this should work on any distro.
1141 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
1142 target architecture is X86_64, and check the LLVM is at least
1143 3.7. The option is now public, since we want people to be able to
1144 disable it manually.
1146 2015-11-11 Anders Carlsson <andersca@apple.com>
1148 Enable cross-platform context menus by default
1149 https://bugs.webkit.org/show_bug.cgi?id=151173
1151 Reviewed by Tim Horton.
1153 * Source/cmake/OptionsEfl.cmake:
1155 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
1157 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
1158 https://bugs.webkit.org/show_bug.cgi?id=150972
1160 Reviewed by Darin Adler.
1162 * Source/cmake/OptionsMac.cmake:
1163 * Source/cmake/WebKitFeatures.cmake:
1165 2015-11-11 Philippe Normand <pnormand@igalia.com>
1167 [GTK][Mac] don't install .frameworks
1168 https://bugs.webkit.org/show_bug.cgi?id=151136
1170 Reviewed by Alex Christensen.
1172 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
1174 2015-11-10 Pranjal Jumde <pjumde@apple.com>
1176 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1177 https://bugs.webkit.org/show_bug.cgi?id=150252
1178 <rdar://problem/23149470>
1180 Reviewed by Brent Fulgham.
1183 * Source/WebCore/editing/ios/EditorIOS.mm
1184 * Source/WebCore/editing/mac/EditorMac.mm
1185 In Editor::fontForSelection moved the node removal code, so that the
1186 node is only removed if style is not NULL.
1187 * Source/WebCore/editing/cocoa/EditorCocoa.mm
1188 In Editor::styleForSelectionStart checking if the parentNode can
1189 accept the styleElement node.
1190 * LayoutTests/editing/execCommand/150252.xhtml
1191 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1192 * LayoutTests/editing/execCommand/150252-expected.txt
1193 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1195 2015-11-09 Pranjal Jumde <pjumde@apple.com>
1197 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1198 https://bugs.webkit.org/show_bug.cgi?id=150252
1199 <rdar://problem/23149470>
1201 Reviewed by Brent Fulgham.
1203 * Source/WebCore/editing/ios/EditorIOS.mm
1204 * Source/WebCore/editing/mac/EditorMac.mm
1205 In Editor::fontForSelection moved the node removal code, so that the
1206 node is only removed if style is not NULL.
1207 * LayoutTests/editing/execCommand/150252.xhtml
1208 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1209 * LayoutTests/editing/execCommand/150252-expected.txt
1210 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1212 2015-11-06 Daniel Bates <dabates@apple.com>
1214 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
1215 https://bugs.webkit.org/show_bug.cgi?id=150849
1217 Reviewed by Alexey Proskuryakov.
1219 Add support for overriding the user-provided arguments SDKROOT and ARCHS
1220 on a per Makefile basis.
1224 2015-11-06 Philippe Normand <pnormand@igalia.com>
1226 Unreviewed, GTK build fix after r192095.
1228 * Source/cmake/FindGTK3.cmake:
1230 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
1232 [GTK] Re-enable Quartz backend on cmake build system
1233 https://bugs.webkit.org/show_bug.cgi?id=144561
1235 Reviewed by Philippe Normand.
1237 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
1238 the presence of of gtk+-quartz-3.0 module.
1239 * Source/cmake/OptionsGTK.cmake: Reintroduce the
1240 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
1241 GTK+ Quartz backend on OS X.
1243 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1245 Add runtime and compile time flags for enabling Web Animations API and model.
1246 https://bugs.webkit.org/show_bug.cgi?id=150914
1248 Reviewed by Benjamin Poulain.
1250 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
1252 * Source/cmake/OptionsWin.cmake:
1253 * Source/cmake/WebKitFeatures.cmake:
1255 2015-11-03 Brent Fulgham <bfulgham@apple.com>
1257 [Win] CMake build update.
1259 Rubberstamped by Tim Horton.
1261 * Source/PlatformWin.cmake: Add internal tool to build
1262 rules for internal use.
1264 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
1266 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
1268 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1270 2015-11-02 Philippe Normand <pnormand@igalia.com>
1272 [Mac][GTK] Disable Ninja response file support
1273 https://bugs.webkit.org/show_bug.cgi?id=150801
1275 Reviewed by Alex Christensen.
1277 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
1278 support response files, so instruct Ninja to not generate those.
1280 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
1282 Fix the FTL JIT build with system LLVM on Linux
1283 https://bugs.webkit.org/show_bug.cgi?id=150795
1285 Reviewed by Filip Pizlo.
1287 * Source/cmake/FindLLVM.cmake:
1289 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
1291 Unreviewed. Bump GTK+ versions numbers.
1293 * Source/cmake/OptionsGTK.cmake:
1295 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
1297 [ES6] Support Generator Syntax
1298 https://bugs.webkit.org/show_bug.cgi?id=150769
1300 Reviewed by Geoffrey Garen.
1302 Added ENABLE_ES6_GENERATORS flag.
1304 * Source/cmake/OptionsWin.cmake:
1305 * Source/cmake/WebKitFeatures.cmake:
1307 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1309 [EFL] Add Shadow DOM feature
1310 https://bugs.webkit.org/show_bug.cgi?id=150611
1312 Reviewed by Csaba Osztrogonác.
1314 * Source/cmake/OptionsEfl.cmake:
1315 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
1317 2015-10-29 Alex Christensen <achristensen@webkit.org>
1320 https://bugs.webkit.org/show_bug.cgi?id=150686
1322 Reviewed by Filip Pizlo.
1324 * Source/cmake/WebKitMacros.cmake:
1326 2015-10-28 Alex Christensen <achristensen@webkit.org>
1328 Compile and link with CMake on Mac
1329 https://bugs.webkit.org/show_bug.cgi?id=150632
1331 Reviewed by Tim Horton.
1333 * Source/cmake/OptionsMac.cmake:
1335 2015-10-26 Dana Burkart <dburkart@apple.com>
1337 `make analyze` should build using the debug configuration
1338 https://bugs.webkit.org/show_bug.cgi?id=150571
1340 Reviewed by Lucas Forschler.
1344 2015-10-26 Philippe Normand <pnormand@igalia.com>
1346 Unreviewed, rolling out r191576.
1348 broke the http/tests/media tests
1352 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
1353 https://bugs.webkit.org/show_bug.cgi?id=149594
1354 http://trac.webkit.org/changeset/191576
1356 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
1358 [GStreamer] Bump internal jhbuild versions to 1.6.0
1359 https://bugs.webkit.org/show_bug.cgi?id=149594
1361 Reviewed by Philippe Normand.
1363 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
1365 * Source/cmake/FindGStreamer.cmake:
1367 2015-10-22 Philippe Normand <pnormand@igalia.com>
1369 [GTK][Mac] ICU-related build fixes
1370 https://bugs.webkit.org/show_bug.cgi?id=150032
1372 Rubber-stamped by Darin Adler.
1374 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
1376 2015-10-20 Yoav Weiss <yoav@yoav.ws>
1378 Rename the PICTURE_SIZES flag to CURRENTSRC
1379 https://bugs.webkit.org/show_bug.cgi?id=150275
1381 Reviewed by Dean Jackson.
1383 * Source/cmake/OptionsEfl.cmake:
1384 * Source/cmake/OptionsGTK.cmake:
1385 * Source/cmake/OptionsMac.cmake:
1386 * Source/cmake/OptionsWin.cmake:
1387 * Source/cmake/WebKitFeatures.cmake:
1389 2015-10-14 Tomas Popela <tpopela@redhat.com>
1391 [GTK][EFL] Fix build with cmake 3.4
1392 https://bugs.webkit.org/show_bug.cgi?id=150117
1394 Explicitely include the CheckIncludeFiles module before using
1395 the CHECK_INCLUDE_FILES command.
1397 Reviewed by Žan Doberšek.
1399 * Source/cmake/FindOpenGL.cmake:
1400 * Source/cmake/FindWebP.cmake:
1401 * Source/cmake/OptionsEfl.cmake:
1403 2015-10-13 Dean Jackson <dino@apple.com>
1405 Device motion and orientation should only be visible from the main frame's security origin
1406 https://bugs.webkit.org/show_bug.cgi?id=150072
1407 <rdar://problem/23082036>
1409 Reviewed by Brent Fulgham.
1411 Add a manual test for cross-origin device orientation events, while
1412 we're waiting on the mock client to be supported everywhere.
1414 * ManualTests/deviceorientation-child-frame.html: Added.
1415 * ManualTests/deviceorientation-main-frame-only.html: Added.
1417 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1419 [GTK] OSX linker doesn't understand --whole-archive
1420 https://bugs.webkit.org/show_bug.cgi?id=144557
1422 Reviewed by Martin Robinson.
1424 * Source/cmake/OptionsGTK.cmake: Turn the macro
1425 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1426 because XCode's linker doesn't have the --whole-archive option.
1428 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1430 [GTK] Use --version-script only on Linux
1431 https://bugs.webkit.org/show_bug.cgi?id=144555
1433 Reviewed by Philippe Normand.
1435 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1436 option on Darwin (whose linker doesn't support it.)
1438 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1440 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1441 https://bugs.webkit.org/show_bug.cgi?id=149947
1443 Reviewed by Csaba Osztrogonác.
1445 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1448 * Source/cmake/OptionsMac.cmake:
1449 * Source/cmake/OptionsWin.cmake:
1450 * Source/cmake/WebKitFeatures.cmake:
1452 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1454 Fix ENABLE_OPENGL=OFF builds
1455 https://bugs.webkit.org/show_bug.cgi?id=146511
1457 Reviewed by Darin Adler.
1459 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1460 ENABLE_OPENGL due to EGL usage.
1462 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1464 Convert focused-input-should-assist-on-touch.html into an automated test
1465 https://bugs.webkit.org/show_bug.cgi?id=149724
1467 Reviewed by Simon Fraser.
1469 Remove a manual test that can now be rewritten as an automated test.
1471 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1473 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1475 [Win] Unreviewed CMake build fix.
1477 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1478 and make sure exception handling is turned off.
1480 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1482 [Win] Unreviewed build fix after CMake conversion.
1484 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1486 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1488 [GTK][CMake] Warning about CMP0058
1489 https://bugs.webkit.org/show_bug.cgi?id=149627
1491 Reviewed by Martin Robinson.
1493 Opt-in to the new behavior for CMP0058.
1497 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1499 [Win] Unreviewed build fix for internal systems.
1501 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1502 location for include and link libraries, rather than the system locations.
1504 2015-09-28 Alex Christensen <achristensen@webkit.org>
1506 Build WK1 with CMake on Mac
1507 https://bugs.webkit.org/show_bug.cgi?id=149604
1509 Reviewed by Chris Dumez.
1511 * Source/cmake/OptionsMac.cmake:
1512 * Source/cmake/WebKitMacros.cmake:
1513 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1515 2015-09-25 Alex Christensen <achristensen@webkit.org>
1517 Clean up CMake build on Mac
1518 https://bugs.webkit.org/show_bug.cgi?id=149573
1520 Reviewed by Chris Dumez.
1522 * Source/cmake/OptionsMac.cmake:
1524 2015-09-25 Alex Christensen <achristensen@webkit.org>
1526 [Win] Switch to CMake
1527 https://bugs.webkit.org/show_bug.cgi?id=148111
1529 Reviewed by Brent Fulgham.
1531 * Source/cmake/WinTools.make: Added.
1532 * Source/cmake/tools: Added.
1533 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1534 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1536 2015-09-25 Alex Christensen <achristensen@webkit.org>
1538 Prepare internal AppleWin build for CMake
1539 https://bugs.webkit.org/show_bug.cgi?id=149570
1541 Reviewed by Brent Fulgham.
1543 * Source/PlatformWin.cmake:
1544 Include internal CMake files if they exist.
1546 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1548 Add a file of pointer-lock to cmake ports
1549 https://bugs.webkit.org/show_bug.cgi?id=149453
1551 Reviewed by Csaba Osztrogonác.
1553 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1555 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1557 [CMake] Allow to enable OpenMP support.
1558 https://bugs.webkit.org/show_bug.cgi?id=149457
1560 Reviewed by Csaba Osztrogonác.
1562 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1563 will enable the support for OpenMP. Currently this is only used as
1564 an alternative implementation to native threads for the parallelization
1565 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1566 as it could be also used to enable future features that depend on OpenMP.
1568 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1570 [EFL] Build break when DEVELOPER_MODE is OFF
1571 https://bugs.webkit.org/show_bug.cgi?id=149448
1573 Reviewed by Gyuyoung Kim.
1575 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1577 * Source/cmake/eflsymbols.filter:
1579 2015-09-21 Alex Christensen <achristensen@webkit.org>
1581 Disable PICTURE_SIZES in Windows CMake build like r189745.
1582 https://bugs.webkit.org/show_bug.cgi?id=149125
1584 * Source/cmake/OptionsWin.cmake:
1585 Do the same thing as r189745.
1587 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1589 Removing XHR_TIMEOUT guard
1591 Remove XHR_TIMEOUT compilation guard
1592 https://bugs.webkit.org/show_bug.cgi?id=149260
1594 Reviewed by Benjamin Poulain.
1596 * Source/cmake/OptionsEfl.cmake:
1597 * Source/cmake/OptionsGTK.cmake:
1598 * Source/cmake/OptionsMac.cmake:
1599 * Source/cmake/OptionsWin.cmake:
1600 * Source/cmake/WebKitFeatures.cmake:
1602 2015-09-18 Alex Christensen <achristensen@webkit.org>
1604 Fix tests on Windows after switching to CMake.
1605 https://bugs.webkit.org/show_bug.cgi?id=149339
1607 Reviewed by Brent Fulgham.
1609 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1611 2015-09-17 Alex Christensen <achristensen@webkit.org>
1613 Fix Windows EWS build after r189934.
1615 * Source/cmake/OptionsWin.cmake:
1616 Use WEBKIT_LIBRARIES environment variable if it exists.
1617 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1619 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1621 Add ShadowRoot interface and Element.prototype.attachShadow
1622 https://bugs.webkit.org/show_bug.cgi?id=149187
1624 Reviewed by Antti Koivisto.
1626 * Source/cmake/OptionsGTK.cmake:
1628 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1630 [cmake] Enable debug fission only if it is supported
1631 https://bugs.webkit.org/show_bug.cgi?id=149161
1633 Reviewed by Martin Robinson.
1635 * Source/cmake/OptionsCommon.cmake:
1637 2015-09-14 Alex Christensen <achristensen@webkit.org>
1639 Progress towards CMake on Mac.
1640 https://bugs.webkit.org/show_bug.cgi?id=149123
1642 Reviewed by Chris Dumez.
1644 * Source/cmake/OptionsMac.cmake:
1645 * Source/cmake/WebKitFeatures.cmake:
1646 Defined and enabled some more features needed on Mac.
1647 * Source/cmake/WebKitMacros.cmake:
1648 Objective C bindings need special changes when generating:
1649 Some of the bindings do not generate a .mm file but the header is needed.
1650 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1651 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1653 2015-09-08 Daniel Bates <dabates@apple.com>
1655 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1656 https://bugs.webkit.org/show_bug.cgi?id=74729
1657 <rdar://problem/22550195>
1659 Reviewed by Jon Honeycutt.
1661 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1662 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1664 2015-09-06 Andy Estes <aestes@apple.com>
1666 WebKit.xcworkspace should be be able to build iOS platforms
1667 https://bugs.webkit.org/show_bug.cgi?id=148881
1669 Reviewed by Daniel Bates.
1671 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1672 for all supported platforms.
1674 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1675 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1677 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1679 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1680 photo library uploads a JPEG
1681 https://bugs.webkit.org/show_bug.cgi?id=148849
1683 Reviewed by Daniel Bates.
1685 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1686 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1687 functionality doesn't exist on iOS, so we'll add a manual test.
1688 This tests that the first few bytes of the selected file are "GIF".
1690 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1692 Follow-up patch for r189343.
1693 https://bugs.webkit.org/show_bug.cgi?id=148795
1695 Rubber-stamped by Csaba Osztrogonác.
1697 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1698 to 1.9, since this seems to be enough to fix the build failure.
1699 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1701 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1703 [CMake] Trigger the memory-reduction tricks on armhf too
1704 https://bugs.webkit.org/show_bug.cgi?id=146640
1706 Reviewed by Csaba Osztrogonác.
1708 * Source/cmake/OptionsCommon.cmake:
1709 Activate --no-keep-memory even on armhf to reduce the amount of memory
1710 needed during linking, to avoid out-of-memory failures as much as
1713 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1715 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1716 https://bugs.webkit.org/show_bug.cgi?id=148795
1718 Rubber-stamped by Carlos Garcia Campos.
1720 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1722 2015-09-02 Alex Christensen <achristensen@webkit.org>
1724 Make bison grammar compatible with bison 2.1
1725 https://bugs.webkit.org/show_bug.cgi?id=148731
1727 Reviewed by Tim Horton.
1729 * Source/cmake/WebKitCommon.cmake:
1732 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1734 [CMake] Build with Debug Fission on by default on Debug builds.
1735 https://bugs.webkit.org/show_bug.cgi?id=148639
1737 Reviewed by Martin Robinson.
1739 * Source/cmake/OptionsCommon.cmake:
1741 2015-08-29 Alex Christensen <achristensen@webkit.org>
1743 Unreviewed build fix after r179923.
1745 * Source/CMakeLists.txt:
1746 bmalloc isn't ported to Windows yet.
1748 2015-08-27 Alex Christensen <achristensen@webkit.org>
1750 Isolate Source directories in CMake build
1751 https://bugs.webkit.org/show_bug.cgi?id=148389
1753 Reviewed by Brent Fulgham.
1756 * Source/cmake/WebKitCommon.cmake:
1757 Move package finding to WebKitCommon.
1759 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1761 [Win] Build does not generate debug info.
1762 https://bugs.webkit.org/show_bug.cgi?id=148431
1764 Reviewed by Alex Christensen.
1766 Generate debug info for Windows builds.
1768 * Source/cmake/OptionsWin.cmake:
1770 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1772 [GTK] Disable ACCELERATED_2D_CANVAS by default
1773 https://bugs.webkit.org/show_bug.cgi?id=148473
1775 Reviewed by Martin Robinson.
1777 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1778 but not on Debian (which does not). We've known this was problematic for a while, since it
1779 means we have two different sets of distro-dependent bugs, but never decided whether that
1780 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1781 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1782 to turn it on for Debian.
1784 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1787 * Source/cmake/OptionsGTK.cmake:
1789 2015-08-25 Commit Queue <commit-queue@webkit.org>
1791 Unreviewed, rolling out r188919.
1792 https://bugs.webkit.org/show_bug.cgi?id=148452
1794 broke build (Requested by alexchristensen on #webkit).
1798 "[Win] Build does not generate debug info."
1799 https://bugs.webkit.org/show_bug.cgi?id=148431
1800 http://trac.webkit.org/changeset/188919
1802 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1804 [GTK] r186800 broke the build on Ubuntu 14.04
1805 https://bugs.webkit.org/show_bug.cgi?id=147559
1807 Reviewed by Martin Robinson.
1809 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1810 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1812 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1814 [Win] Build does not generate debug info.
1815 https://bugs.webkit.org/show_bug.cgi?id=148431
1817 Reviewed by Brent Fulgham.
1819 Generate debug info for Windows builds.
1821 * Source/cmake/OptionsWin.cmake:
1823 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1825 [GTK] Auto-detection of cairo-gl fails
1826 https://bugs.webkit.org/show_bug.cgi?id=148189
1828 Reviewed by Žan Doberšek.
1830 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1831 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1832 deemed available, which might not be the case.
1833 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1835 2015-08-19 Alex Christensen <achristensen@webkit.org>
1837 CMake Windows build should not include files directly from other Source directories
1838 https://bugs.webkit.org/show_bug.cgi?id=148198
1840 Reviewed by Brent Fulgham.
1842 * Source/cmake/WebKitMacros.cmake:
1844 2015-08-19 Alex Christensen <achristensen@webkit.org>
1846 Build TestWTF on Mac with CMake.
1847 https://bugs.webkit.org/show_bug.cgi?id=147972
1849 Reviewed by Tim Horton.
1851 * Source/cmake/OptionsMac.cmake:
1852 Enable API tests in Mac's CMake build.
1854 2015-08-18 Alex Christensen <achristensen@webkit.org>
1856 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1857 https://bugs.webkit.org/show_bug.cgi?id=148127
1859 Reviewed by Martin Robinson.
1862 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1864 2015-08-17 Alex Christensen <achristensen@webkit.org>
1866 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1867 https://bugs.webkit.org/show_bug.cgi?id=148112
1869 Reviewed by Brent Fulgham.
1871 * Source/cmake/OptionsWin.cmake:
1872 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1873 Instead, use the default location if nothing is passed in from the command line.
1874 This way we can set it from the command line for the AppleInternal build.
1875 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1877 2015-08-17 Alex Christensen <achristensen@webkit.org>
1879 Build Debug Suffix on Windows with CMake
1880 https://bugs.webkit.org/show_bug.cgi?id=148083
1882 Reviewed by Brent Fulgham.
1884 * Source/cmake/OptionsWin.cmake:
1885 Use debug libraries in debug suffix builds.
1887 2015-08-17 Alex Christensen <achristensen@webkit.org>
1889 Move some commands from ./CMakeLists.txt to Source/cmake
1890 https://bugs.webkit.org/show_bug.cgi?id=148003
1892 Reviewed by Brent Fulgham.
1895 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1896 so we can change directory structure from command line parameters.
1897 * Source/cmake/OptionsAppleWin.cmake:
1898 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1899 * Source/cmake/OptionsWinCairo.cmake:
1900 * Source/cmake/OptionsWindows.cmake: Removed.
1901 * Source/cmake/WebKitCommon.cmake: Added.
1902 * Source/cmake/WebKitFS.cmake:
1904 2015-08-13 Commit Queue <commit-queue@webkit.org>
1906 Unreviewed, rolling out r188428.
1907 https://bugs.webkit.org/show_bug.cgi?id=148015
1909 broke cmake build (Requested by alexchristensen on #webkit).
1913 "Move some commands from ./CMakeLists.txt to Source/cmake"
1914 https://bugs.webkit.org/show_bug.cgi?id=148003
1915 http://trac.webkit.org/changeset/188428
1917 2015-08-13 Alex Christensen <achristensen@webkit.org>
1919 Move some commands from ./CMakeLists.txt to Source/cmake
1920 https://bugs.webkit.org/show_bug.cgi?id=148003
1922 Reviewed by Brent Fulgham.
1925 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1926 so we can change directory structure from command line parameters.
1927 * Source/cmake/WebKitCommon.cmake: Added.
1928 * Source/cmake/WebKitFS.cmake:
1930 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1932 A focused node should not be assisted when handling touch events synchronously
1933 https://bugs.webkit.org/show_bug.cgi?id=147836
1935 Reviewed by Enrica Casucci.
1937 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1939 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1940 input can still be assisted due to a touch event.
1941 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1942 event does not automatically cause us to assist the currently focused node.
1944 2015-08-12 Alex Christensen <achristensen@webkit.org>
1946 Fix Debug CMake builds on Windows
1947 https://bugs.webkit.org/show_bug.cgi?id=147940
1949 Reviewed by Chris Dumez.
1951 * Source/cmake/OptionsWindows.cmake:
1952 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1954 2015-08-10 Alex Christensen <achristensen@webkit.org>
1956 Build TestWebKitAPI with CMake on Windows
1957 https://bugs.webkit.org/show_bug.cgi?id=147851
1959 Reviewed by Chris Dumez.
1961 * Source/cmake/OptionsWindows.cmake:
1962 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1964 2015-08-06 Alex Christensen <achristensen@webkit.org>
1966 [Win] CMake build fix after r188098.
1968 * Source/cmake/OptionsWinCairo.cmake:
1969 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1971 2015-08-04 Alex Christensen <achristensen@webkit.org>
1973 Fix quirks with CMake and VS2015
1974 https://bugs.webkit.org/show_bug.cgi?id=147663
1976 Reviewed by Brent Fulgham.
1978 * Source/cmake/OptionsWindows.cmake:
1979 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1980 Disable INTL for now.
1982 2015-08-04 Alex Christensen <achristensen@webkit.org>
1984 Enable WebGL on Windows CMake build.
1985 https://bugs.webkit.org/show_bug.cgi?id=143311
1987 Reviewed by Csaba Osztrogonác.
1989 * Source/cmake/OptionsWindows.cmake:
1990 Enable WebGL by default in CMake builds now that it works.
1992 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1994 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1995 https://bugs.webkit.org/show_bug.cgi?id=147625
1997 Reviewed by Martin Robinson.
1999 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
2000 components unless they were actually found, not to accidentally
2001 enable Accelerated 2D canvas, which would cause the build to fail.
2003 * Source/cmake/FindCairoGL.cmake: Set this variables only when
2004 pkg_check_modules() had actually found the relevant component.
2006 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
2008 [CMake] Add an option to build AllInOne files
2009 https://bugs.webkit.org/show_bug.cgi?id=102647
2011 Reviewed by Alex Christensen.
2013 * Source/cmake/OptionsEfl.cmake: Disabled by default.
2014 * Source/cmake/OptionsGTK.cmake: Disabled by default.
2015 * Source/cmake/OptionsWindows.cmake: Enabled by default.
2016 * Source/cmake/WebKitFeatures.cmake:
2017 * Source/cmake/WebKitMacros.cmake:
2019 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
2021 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
2023 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2025 2015-07-31 Alex Christensen <achristensen@webkit.org>
2027 Prepare for debug CMake builds on Windows.
2028 https://bugs.webkit.org/show_bug.cgi?id=147484
2030 Reviewed by Tim Horton.
2032 * Source/cmake/OptionsWindows.cmake:
2033 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
2035 2015-07-30 Joonghun Park <jh718.park@samsung.com>
2037 [EFL] Enable IndexedDB based on DatabaseProcess
2038 https://bugs.webkit.org/show_bug.cgi?id=147221
2040 Reviewed by Csaba Osztrogonác.
2042 * Source/cmake/OptionsEfl.cmake:
2044 2015-07-30 Alex Christensen <achristensen@webkit.org>
2046 Build AppleWin port with CMake
2047 https://bugs.webkit.org/show_bug.cgi?id=147385
2049 Reviewed by Martin Robinson.
2051 * Source/cmake/OptionsWindows.cmake:
2052 Use the static multithreaded runtime. Based on
2053 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
2055 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
2057 Implement basic types for ECMAScript Internationalization API
2058 https://bugs.webkit.org/show_bug.cgi?id=146926
2060 Reviewed by Benjamin Poulain.
2062 Enable flag now that the basic objects are in place.
2064 * Source/cmake/WebKitFeatures.cmake: enable INTL
2066 2015-07-29 Basile Clement <basile_clement@apple.com>
2068 Remove native call inlining
2069 https://bugs.webkit.org/show_bug.cgi?id=147417
2071 Rubber-stamped by Filip Pizlo.
2073 * Source/cmake/OptionsEfl.cmake:
2074 * Source/cmake/WebKitFeatures.cmake:
2076 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
2078 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
2079 https://bugs.webkit.org/show_bug.cgi?id=147350
2081 Reviewed by Sam Weinig.
2083 * Source/cmake/WebKitFeatures.cmake:
2085 2015-07-27 Alex Christensen <achristensen@webkit.org>
2087 Use Ninja on Windows.
2088 https://bugs.webkit.org/show_bug.cgi?id=147228
2090 Reviewed by Martin Robinson.
2092 * Source/cmake/OptionsWindows.cmake:
2093 Only use /MP when using generated Visual Studio solution files to build.
2094 It makes compiling parallel in MSVC, but Ninja doesn't like it.
2096 2015-07-27 Alex Christensen <achristensen@webkit.org>
2098 Progress towards building AppleWin with CMake
2099 https://bugs.webkit.org/show_bug.cgi?id=147325
2101 Reviewed by Martin Robinson.
2103 * Source/cmake/OptionsWindows.cmake:
2104 Link with 64-bit libraries if building 64-bit binaries.
2105 Don't run regular expressions on empty strings when using Ninja.
2106 Removed DebugSuffix Visual Studio environment variables.
2108 2015-07-23 Alex Christensen <achristensen@webkit.org>
2110 Remove compile and runtime flags for promises.
2111 https://bugs.webkit.org/show_bug.cgi?id=147244
2113 Reviewed by Yusuke Suzuki.
2115 * Source/cmake/OptionsMac.cmake:
2116 * Source/cmake/OptionsWindows.cmake:
2117 * Source/cmake/WebKitFeatures.cmake:
2119 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
2121 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
2122 https://bugs.webkit.org/show_bug.cgi?id=147212
2124 Reviewed by Filip Pizlo.
2126 * Source/cmake/WebKitFeatures.cmake:
2128 2015-07-22 Alex Christensen <achristensen@webkit.org>
2130 Fix quirks in CMake build on Mac and Windows
2131 https://bugs.webkit.org/show_bug.cgi?id=147174
2133 Reviewed by Gyuyoung Kim.
2136 * Source/cmake/OptionsWindows.cmake:
2137 Added options I removed in r187022. They are indeed needed.
2138 * Source/cmake/WebKitFS.cmake:
2139 Make the DerivedSources/WebKit directory.
2141 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2143 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
2145 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2147 2015-07-20 Alex Christensen <achristensen@webkit.org>
2149 Resurrect CMake build on Windows.
2150 https://bugs.webkit.org/show_bug.cgi?id=147083
2152 Reviewed by Gyuyoung Kim.
2154 * Source/cmake/OptionsCommon.cmake:
2155 * Source/cmake/OptionsWindows.cmake:
2156 Change features to get it to compile. Still not a complete feature set.
2158 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
2160 [GTK] Add seccomp filters support
2161 https://bugs.webkit.org/show_bug.cgi?id=110014
2163 Reviewed by Žan Doberšek.
2165 Find needed compiler and linker flags for libseccomp.
2167 * Source/cmake/OptionsGTK.cmake:
2169 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
2171 Bring back the GNU ar check to create thin archives on non-Linux systems
2172 https://bugs.webkit.org/show_bug.cgi?id=146681
2174 Reviewed by Martin Robinson.
2176 We already use GNU ar thin archive feature to save time and disk space
2177 on creating static archives, but it is only enabled on Linux. Without
2178 this feature, the debug build of WebCore can be larger than 4 GiB,
2179 which can cause error because GNU ar format uses 32-bit integer to
2180 store offsets in the symbol table. This patch is similar to
2181 https://bugs.webkit.org/show_bug.cgi?id=128596.
2183 * Source/cmake/OptionsCommon.cmake:
2185 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2187 [GTK] [Wayland] Build by default the X11 and Wayland targets.
2188 https://bugs.webkit.org/show_bug.cgi?id=146057
2190 Reviewed by Carlos Garcia Campos.
2192 * Source/cmake/OptionsGTK.cmake:
2194 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
2196 [GTK] ar warning when linking static libraries
2197 https://bugs.webkit.org/show_bug.cgi?id=144988
2199 Reviewed by Carlos Garcia Campos.
2201 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
2202 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
2203 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
2204 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
2205 should either stop using 'u' or else add 'U' as well in order to disable deterministic
2206 archives. Using 'U' should result in a somewhat faster build (at least when using the
2207 Makefile generator), but it's unlikely that the difference is significant, so let's simply
2208 remove 'u' until someone determines otherwise. This seems like a better option than adding
2209 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
2210 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
2211 behavior change on distributions that do not use --enable-deterministic-archives, notably
2214 * Source/cmake/OptionsCommon.cmake:
2216 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
2218 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
2219 https://bugs.webkit.org/show_bug.cgi?id=146590
2221 Reviewed by Martin Robinson.
2223 * Source/PlatformGTK.cmake: override the cached variables to
2224 forcefully disable gtk-doc and gobject-introspection when
2226 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
2227 documentation syntax when cross-building.
2230 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
2232 [EFL] test_ewk2_application_cache_manager has been failed since r185527
2233 https://bugs.webkit.org/show_bug.cgi?id=146016
2235 Reviewed by Gyuyoung Kim.
2237 In order to handle properly WebApplicationCacheManagerProxy implementation which use
2238 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
2239 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
2241 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
2243 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
2245 Implement ECMAScript Internationalization API
2246 https://bugs.webkit.org/show_bug.cgi?id=90906
2248 Reviewed by Benjamin Poulain.
2250 Begin implementing the Intl apis behind ENABLE_INTL flag.
2251 Create the base Intl namespace object.
2253 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
2255 2015-06-30 Philippe Normand <pnormand@igalia.com>
2257 [CMake] Error when gst-plugins-base is missing is too confusing
2258 https://bugs.webkit.org/show_bug.cgi?id=145682
2260 Reviewed by Carlos Garcia Campos.
2262 * Source/cmake/OptionsGTK.cmake: Error out if the required
2263 GStreamer libraries are not found on the host.
2265 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
2267 CairoGL should be checked unconditionally
2268 https://bugs.webkit.org/show_bug.cgi?id=146390
2270 Reviewed by Darin Adler.
2272 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
2273 it is run unconditionally; this is necessary because its result
2274 is used later on, outside of any conditions.
2276 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
2278 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
2279 https://bugs.webkit.org/show_bug.cgi?id=146318
2281 Reviewed by Sergio Villar Senin.
2283 Enable PUBLIC_SUFFIX_LIST for GTK+.
2285 * Source/cmake/OptionsGTK.cmake:
2287 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
2289 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
2291 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2293 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
2295 [EFL] Hyphenation is not supported
2296 https://bugs.webkit.org/show_bug.cgi?id=89830
2298 Reviewed by Gyuyoung Kim.
2300 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
2302 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
2304 [CMake] Add support for building with various sanitizer tools
2305 https://bugs.webkit.org/show_bug.cgi?id=131941
2307 Reviewed by Martin Robinson.
2309 * Source/PlatformGTK.cmake: Don't generate any documentation
2310 when compiling with sanitizers enabled.
2311 * Source/cmake/OptionsCommon.cmake: Allow linking with
2312 undefined symbols when compiling with sanitizers enabled.
2314 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
2316 libwebkit2gtk fails to link without opengl
2317 https://bugs.webkit.org/show_bug.cgi?id=138332
2319 Reviewed by Carlos Garcia Campos.
2321 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
2322 enabled regardless of whether OpenGL is, because certain symbols
2323 such as WebCore::GraphicsLayer::create() need to be built.
2325 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
2327 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
2328 https://bugs.webkit.org/show_bug.cgi?id=146181
2330 Reviewed by Martin Robinson.
2332 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
2334 * Source/cmake/OptionsGTK.cmake:
2336 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
2338 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
2339 https://bugs.webkit.org/show_bug.cgi?id=146171
2341 Reviewed by Gyuyoung Kim.
2343 * Source/cmake/OptionsEfl.cmake:
2344 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
2346 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
2348 [CMake] FindGTK3.cmake should not modify the values of build options
2349 https://bugs.webkit.org/show_bug.cgi?id=144613
2351 Reviewed by Martin Robinson.
2353 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
2354 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
2355 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
2356 GTK3_SUPPORTS_GESTURES for consistency.
2357 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
2358 available. It's not possible to automatically select a backend correctly anymore, since all
2359 options are set at the same time.
2361 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2363 Remove unnecessary svn:executable flags
2364 https://bugs.webkit.org/show_bug.cgi?id=146107
2366 Reviewed by Alexey Proskuryakov.
2368 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
2369 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
2370 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
2371 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
2372 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
2374 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
2376 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
2377 https://bugs.webkit.org/show_bug.cgi?id=146108
2379 Reviewed by Gyuyoung Kim.
2381 * Source/cmake/OptionsEfl.cmake:
2383 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
2385 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
2386 https://bugs.webkit.org/show_bug.cgi?id=146035
2388 Reviewed by Gyuyoung Kim.
2390 * Source/cmake/OptionsEfl.cmake:
2392 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
2394 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2395 https://bugs.webkit.org/show_bug.cgi?id=145701
2397 Reviewed by Darin Adler.
2399 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2401 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
2403 [iOS] Crash long pressing on <input type=file>
2404 https://bugs.webkit.org/show_bug.cgi?id=146009
2405 <rdar://problem/21234453>
2407 Reviewed by Ryosuke Niwa.
2409 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
2411 2015-06-16 Brent Fulgham <bfulgham@apple.com>
2413 Rollout accidental Xcode project change.
2415 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2417 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2419 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2420 https://bugs.webkit.org/show_bug.cgi?id=145909
2422 Reviewed by Csaba Osztrogonác.
2424 Bump EWebKit version based on efl library version used by the EWebKit.
2426 * Source/cmake/OptionsEfl.cmake:
2428 2015-06-11 Commit Queue <commit-queue@webkit.org>
2430 Unreviewed, rolling out r185453.
2431 https://bugs.webkit.org/show_bug.cgi?id=145881
2433 it broke the 32-bit build (Requested by clopez on #webkit).
2437 "[GTK] [Wayland] Should be possible to build with support for
2438 both X11 and Wayland."
2439 https://bugs.webkit.org/show_bug.cgi?id=145701
2440 http://trac.webkit.org/changeset/185453
2442 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2444 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2445 https://bugs.webkit.org/show_bug.cgi?id=145701
2447 Reviewed by Žan Doberšek.
2449 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2451 2015-06-03 Daniel Bates <dabates@apple.com>
2453 Caps lock indicator should not be shown in read-only or disabled field
2454 https://bugs.webkit.org/show_bug.cgi?id=145612
2455 <rdar://problem/21227454>
2457 Reviewed by Darin Adler.
2459 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2460 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2461 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2463 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2465 [cmake] Suppress parentheses-equality warnings
2466 https://bugs.webkit.org/show_bug.cgi?id=145126
2468 Reviewed by Darin Adler.
2470 * Source/cmake/WebKitHelpers.cmake:
2472 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2474 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2475 https://bugs.webkit.org/show_bug.cgi?id=145408
2477 Reviewed by Carlos Garcia Campos.
2479 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2480 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2481 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2483 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2484 libraries. Detect also GLX libraries.
2485 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2486 libraries. Use find_path() to get the include path.
2487 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2489 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2490 depending on the libraries found on the system.
2491 Move the detection of GLX (and the include of CMakePushCheckState)
2492 to FindOpenGL.cmake.
2493 Ensure that we only define USE_GLX when we build with OpenGL
2494 (but not with GLESv2).
2496 2015-05-27 Dean Jackson <dino@apple.com>
2498 img.currentSrc problem in strict mode with old picturefill
2499 https://bugs.webkit.org/show_bug.cgi?id=144095
2500 <rdar://problem/21087013>
2502 Reviewed by Simon Fraser.
2504 Add a PICTURE_SIZES flag.
2506 * Source/cmake/OptionsEfl.cmake:
2507 * Source/cmake/OptionsGTK.cmake:
2508 * Source/cmake/OptionsMac.cmake:
2509 * Source/cmake/OptionsWindows.cmake:
2510 * Source/cmake/WebKitFeatures.cmake:
2512 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2514 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2516 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2518 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2520 Unreviewed. Export DatabaseProcessMainUnix symbol.
2522 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2523 is exported in production builds.
2525 * Source/cmake/gtksymbols.filter:
2527 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2529 [GTK] Enable IndexedDB
2530 https://bugs.webkit.org/show_bug.cgi?id=98932
2532 Reviewed by Žan Doberšek.
2534 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2535 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2537 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2539 [GTK] Bump GCC requirements to 4.9.0
2540 https://bugs.webkit.org/show_bug.cgi?id=145211
2542 Reviewed by Žan Doberšek.
2544 It's required to build with IndexedDB support when using GCC,
2545 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2547 * Source/cmake/OptionsGTK.cmake:
2549 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2551 [CMake] Ignore warnings in system headers
2552 https://bugs.webkit.org/show_bug.cgi?id=144747
2554 Reviewed by Darin Adler.
2556 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2557 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2558 use the SYSTEM argument to the command (added in 2.8.12).
2562 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2564 [CMake] Error out when ruby is too old
2565 https://bugs.webkit.org/show_bug.cgi?id=145014
2567 Reviewed by Martin Robinson.
2569 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2574 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2576 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2577 https://bugs.webkit.org/show_bug.cgi?id=144995
2579 Reviewed by Carlos Garcia Campos.
2581 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2582 the X11 windowing target at the moment, so the following options
2583 and variables should be enabled or disabled accordingly:
2584 - ENABLE_PLUGIN_PROCESS_GTK2
2585 - ENABLE_NETSCAPE_PLUGIN_API
2586 - ENABLE_PLUGIN_PROCESS
2588 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2590 Linker fails without -DDEVELOPER_MODE=ON
2591 https://bugs.webkit.org/show_bug.cgi?id=144117
2593 Reviewed by Gyuyoung Kim.
2595 * Source/cmake/OptionsEfl.cmake:
2596 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2597 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2599 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2601 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2602 https://bugs.webkit.org/show_bug.cgi?id=144846
2604 Reviewed by Martin Robinson.
2606 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2607 CAIRO_GL_* throughout, because find_package will define
2609 * Source/cmake/OptionsGTK.cmake: Ditto.
2611 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2613 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2614 https://bugs.webkit.org/show_bug.cgi?id=144845
2616 Reviewed by Martin Robinson.
2618 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2619 if their corresponding WTF options are ON. The code in npapi.h
2620 relies on these being undefined if they are to be switched off.
2622 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2624 Remove the PICTURE_SIZES build flag
2625 https://bugs.webkit.org/show_bug.cgi?id=144679
2627 Reviewed by Benjamin Poulain.
2629 Removed the PICTURE_SIZES build time flag.
2631 * Source/cmake/OptionsEfl.cmake:
2632 * Source/cmake/OptionsGTK.cmake:
2633 * Source/cmake/OptionsMac.cmake:
2634 * Source/cmake/OptionsWindows.cmake:
2635 * Source/cmake/WebKitFeatures.cmake:
2637 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2639 [GTK] [CMake] Check for required X libraries
2640 https://bugs.webkit.org/show_bug.cgi?id=144823
2642 Reviewed by Martin Robinson.
2644 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2646 * Source/cmake/OptionsGTK.cmake:
2648 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2650 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2651 https://bugs.webkit.org/show_bug.cgi?id=144746
2653 Reviewed by Carlos Garcia Campos.
2655 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2656 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2657 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2659 * Source/cmake/OptionsGTK.cmake:
2661 2015-05-08 Daniel Bates <dabates@apple.com>
2663 [iOS] WebSQL operations are not performed after device is locked
2664 https://bugs.webkit.org/show_bug.cgi?id=137503
2665 <rdar://problem/20844952>
2667 Rubber-stamped by Alexey Proskuryakov.
2669 Add a manual test to help verify that we do not regress this issue.
2671 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2673 2015-05-08 Commit Queue <commit-queue@webkit.org>
2675 Unreviewed, rolling out r183945.
2676 https://bugs.webkit.org/show_bug.cgi?id=144789
2678 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2682 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2683 https://bugs.webkit.org/show_bug.cgi?id=144746
2684 http://trac.webkit.org/changeset/183945
2686 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2688 Cleanup after r183940
2689 https://bugs.webkit.org/show_bug.cgi?id=144768
2693 Looks like the empty directories were not deleted.
2695 * Source/PAL: Removed.
2696 * Source/PAL/Configurations: Removed.
2697 * Source/PAL/PAL.xcodeproj: Removed.
2698 * Source/PAL/graphics: Removed.
2700 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2702 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2703 https://bugs.webkit.org/show_bug.cgi?id=144746
2705 Reviewed by Martin Robinson.
2707 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2708 what it is defined to, so defining it to 0 effectively turned it on always.
2710 * Source/cmake/OptionsGTK.cmake:
2712 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2714 Revert "Introducing the Platform Abstraction Layer (PAL)"
2715 https://bugs.webkit.org/show_bug.cgi?id=144751
2719 PAL should be a new target inside WebCore, rather than a top-level folder.
2721 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2723 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2725 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2727 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2729 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2731 Introducing the Platform Abstraction Layer (PAL)
2732 https://bugs.webkit.org/show_bug.cgi?id=143358
2734 Reviewed by Simon Fraser.
2736 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2738 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2740 [cmake] Disable GNU Gold linker on Cortex A53
2741 https://bugs.webkit.org/show_bug.cgi?id=144382
2743 Reviewed by Carlos Garcia Campos.
2745 * Source/cmake/OptionsCommon.cmake:
2747 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2749 USE(...) macro should expect unprefixed variables
2750 https://bugs.webkit.org/show_bug.cgi?id=144454
2752 Reviewed by Daniel Bates.
2754 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2755 * Source/cmake/OptionsEfl.cmake: Ditto.
2756 * Source/cmake/OptionsGTK.cmake: Ditto.
2757 * Source/cmake/OptionsMac.cmake: Ditto.
2758 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2759 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2762 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2764 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2765 https://bugs.webkit.org/show_bug.cgi?id=144394
2767 Reviewed by Carlos Garcia Campos.
2769 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2770 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2771 disabled in previous reworking of the CMake configuration.
2773 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2774 version of USE variables.
2775 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2776 is exposed to the build.
2778 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2780 Unreviewed. Bump GTK+ version numbers.
2782 * Source/cmake/OptionsGTK.cmake:
2784 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2786 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2787 https://bugs.webkit.org/show_bug.cgi?id=144435
2789 Reviewed by Gyuyoung Kim.
2791 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2792 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2794 * Source/cmake/OptionsEfl.cmake:
2796 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2798 REGRESSION(183583): [Mac] make without SDKROOT has issues
2799 https://bugs.webkit.org/show_bug.cgi?id=144431
2801 Reviewed by Dan Bernstein.
2804 Assume an empty SDKROOT means an macosx variant, so only
2805 enable settings if the SDKROOT is not empty and does not
2808 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2810 Fix the GTK+ build after r183584
2812 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2814 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2816 [GTK] Add support for automatic hyphenation
2817 https://bugs.webkit.org/show_bug.cgi?id=44478
2819 Reviewed by Carlos Garcia Campos.
2821 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2822 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2823 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2825 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2827 Failure when building WebKit for appletvsimulator.
2828 https://bugs.webkit.org/show_bug.cgi?id=144356
2830 Reviewed by Alexey Proskuryakov.
2832 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2833 make TVOS and WatchOS behave correctly.
2837 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2839 [CMake] [GTK] Organize and clean up unused CMake variables
2840 https://bugs.webkit.org/show_bug.cgi?id=144364
2842 Reviewed by Gyuyoung Kim.
2844 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2845 specific to certain projects into their PlatformGTK.cmake files.
2847 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2849 [EFL] Build failure to find gio-unix
2850 https://bugs.webkit.org/show_bug.cgi?id=144083
2852 Reviewed by Gyuyoung Kim.
2854 Original patch by Doug Newgard <scimma22@outlook.com>
2856 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2858 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2860 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2861 https://bugs.webkit.org/show_bug.cgi?id=143001
2863 Reviewed by Gyuyoung Kim.
2865 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2866 * Source/cmake/OptionsGTK.cmake: Ditto.
2868 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2870 Unreviewed, fix typo in previous commit
2872 libsecretr -> libsecret in the error message.
2874 * Source/cmake/OptionsGTK.cmake:
2876 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2878 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2879 https://bugs.webkit.org/show_bug.cgi?id=143546
2881 Reviewed by Martin Robinson.
2883 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2884 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2885 default. Fail the build with an informative error message if an optional dependency required
2886 for an enabled feature is not present. Perform find_package commands only when necessary.
2887 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2890 * Source/cmake/OptionsGTK.cmake:
2892 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2894 [GTK] Make all options actually options
2895 https://bugs.webkit.org/show_bug.cgi?id=144106
2897 Reviewed by Martin Robinson.
2899 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2900 ENABLE_WAYLAND_TARGET.
2902 * Source/cmake/OptionsGTK.cmake:
2904 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2906 Unreviewed, fix GTK build after r183452
2908 * Source/cmake/OptionsGTK.cmake:
2910 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2912 [GTK] Add one single option to control all OpenGL-related options
2913 https://bugs.webkit.org/show_bug.cgi?id=144105
2915 Reviewed by Martin Robinson.
2917 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2918 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2919 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2920 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2921 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2922 presence of CairoGL.
2924 * Source/cmake/OptionsGTK.cmake:
2926 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2928 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2929 https://bugs.webkit.org/show_bug.cgi?id=144306
2931 Reviewed by Martin Robinson.
2933 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2935 * Source/cmake/OptionsGTK.cmake:
2937 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2939 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2940 https://bugs.webkit.org/show_bug.cgi?id=144193
2942 Reviewed by Darin Adler.
2944 * Source/cmake/OptionsEfl.cmake:
2945 * Source/cmake/OptionsGTK.cmake:
2946 * Source/cmake/OptionsWinCairo.cmake:
2947 * Source/cmake/WebKitFeatures.cmake:
2949 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2951 [CMake] Should be possible for an option to conflict with other options
2952 https://bugs.webkit.org/show_bug.cgi?id=143956
2954 Reviewed by Martin Robinson.
2956 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2958 * Source/cmake/WebKitFeatures.cmake:
2960 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2962 [CMake] Autogenerate cmakeconfig.h.cmake
2963 https://bugs.webkit.org/show_bug.cgi?id=143997
2965 Reviewed by Csaba Osztrogonác.
2967 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2968 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2969 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2970 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2971 Do some other miscellaneous related cleanup.
2972 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2973 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2974 build exposed variables. Add a macro to generate a configuration from them.
2975 * Source/cmakeconfig.h.cmake: Removed.
2977 2015-04-24 Philippe Normand <pnormand@igalia.com>
2979 [JHBuild] Move to upstream OpenWebRTC
2980 https://bugs.webkit.org/show_bug.cgi?id=144145
2982 Reviewed by Carlos Garcia Campos.
2984 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2987 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2989 [ES6] Implement ES6 template literals
2990 https://bugs.webkit.org/show_bug.cgi?id=142691
2992 Reviewed by Darin Adler.
2994 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2996 * Source/cmake/WebKitFeatures.cmake:
2997 * Source/cmakeconfig.h.cmake:
2999 2015-04-25 Martin Robinson <mrobinson@igalia.com>
3001 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
3002 https://bugs.webkit.org/show_bug.cgi?id=144182
3004 Reviewed by Simon Fraser.
3006 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3007 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3008 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3009 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3010 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3012 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3014 [GTK] Add more public options
3015 https://bugs.webkit.org/show_bug.cgi?id=144116
3017 Reviewed by Martin Robinson.
3019 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
3021 * Source/cmake/OptionsGTK.cmake:
3023 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3025 [CMake] Some internal variables are not marked as advanced
3026 https://bugs.webkit.org/show_bug.cgi?id=143595
3028 Reviewed by Martin Robinson.
3030 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
3031 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
3033 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3035 [GTK] Mark as advanced the build options we don't want to expose
3036 https://bugs.webkit.org/show_bug.cgi?id=143558
3038 Reviewed by Martin Robinson.
3040 Mark various options as private instead of public.
3042 * Source/cmake/OptionsGTK.cmake:
3044 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3046 [CMake] Should be possible for an option to depend on multiple options
3047 https://bugs.webkit.org/show_bug.cgi?id=143839
3049 Reviewed by Martin Robinson.
3051 Use a list instead of a single variable to track the dependencies of each option. Iterate
3052 over the list as many times as necessary to ensure all options are properly disabled.
3054 * Source/cmake/WebKitFeatures.cmake:
3056 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3058 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
3059 https://bugs.webkit.org/show_bug.cgi?id=144103
3061 Reviewed by Martin Robinson.
3063 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
3065 * Source/cmake/WebKitFeatures.cmake:
3067 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3069 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
3070 https://bugs.webkit.org/show_bug.cgi?id=144102
3072 Reviewed by Martin Robinson.
3074 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
3075 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
3076 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
3078 * Source/cmake/OptionsGTK.cmake:
3080 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3082 [CMake] Clean up JSC JIT options
3083 https://bugs.webkit.org/show_bug.cgi?id=143998
3085 Reviewed by Filip Pizlo.
3087 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
3088 define for ENABLE_FTL_NATIVE_CALL_INLINING.
3089 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
3090 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
3091 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
3092 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
3094 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3096 [CMake] Use lowercase for local variables in macros
3097 https://bugs.webkit.org/show_bug.cgi?id=144059
3099 Reviewed by Martin Robinson.
3101 Convert some variable names to lowercase.
3103 * Source/cmake/WebKitFeatures.cmake:
3105 2015-04-22 Commit Queue <commit-queue@webkit.org>
3107 Unreviewed, rolling out r183116.
3108 https://bugs.webkit.org/show_bug.cgi?id=144060
3110 Inadvertently deleted a file... (Requested by mcatanzaro on
3115 "[CMake] Use lowercase for local variables in macros"
3116 https://bugs.webkit.org/show_bug.cgi?id=144059
3117 http://trac.webkit.org/changeset/183116
3119 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3121 [CMake] Use lowercase for local variables in macros
3122 https://bugs.webkit.org/show_bug.cgi?id=144059
3124 Reviewed by Martin Robinson.
3126 Convert some variable names to lowercase.
3128 * Source/cmake/WebKitFeatures.cmake:
3130 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3132 [CMake] Features list should print dots every other row
3133 https://bugs.webkit.org/show_bug.cgi?id=143832
3135 Reviewed by Martin Robinson.
3137 Discount private options when determining whether to print dots on a given row of the
3138 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
3139 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
3140 wasn't noticed because it only affects the first line, and use of the variable name as a
3141 string in a conditional.)
3143 * Source/cmake/WebKitFeatures.cmake:
3145 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3147 [CMake] Require specifying visibility of WebKit options
3148 https://bugs.webkit.org/show_bug.cgi?id=143831
3150 Reviewed by Alex Christensen.
3152 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
3153 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
3154 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
3155 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
3156 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
3157 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
3158 cross-platform options as PRIVATE.
3160 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3162 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
3163 https://bugs.webkit.org/show_bug.cgi?id=143935
3165 Reviewed by Darin Adler.
3167 Some variables aren't defined in these files or unused variables aren't removed. This
3168 patch cleans up it as well as fix wrong alphabet order.
3170 * Source/cmake/WebKitFeatures.cmake:
3171 * Source/cmakeconfig.h.cmake:
3173 2015-04-19 Simon Fraser <simon.fraser@apple.com>
3175 Restore the WebKit.xcworkspace to the way it was before r182899,
3176 which inadvertently added the Source directory and a couple of source
3179 * WebKit.xcworkspace/contents.xcworkspacedata:
3181 2015-04-16 Basile Clement <basile_clement@apple.com>
3183 Extract the allocation profile from JSFunction into a rare object
3184 https://bugs.webkit.org/show_bug.cgi?id=143807
3186 Reviewed by Filip Pizlo.
3188 * WebKit.xcworkspace/contents.xcworkspacedata:
3190 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
3192 [EFL] Bump LLVM to version 3.6.0 on X86_64
3193 https://bugs.webkit.org/show_bug.cgi?id=143604
3195 Reviewed by Gyuyoung Kim.
3197 * Source/cmake/FindLLVM.cmake: Added version handling.
3198 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
3200 2015-04-15 Timothy Horton <timothy_horton@apple.com>
3202 Custom CSS cursors do not use -webkit-image-set on retina displays
3203 https://bugs.webkit.org/show_bug.cgi?id=120783
3205 Reviewed by Beth Dakin.
3206 Patch by Evan Wallace <evan.exe@gmail.com>.
3208 Add a manual test for custom CSS cursors on retina displays.
3210 * ManualTests/retina-cursors.html: Added.
3212 2015-04-15 Alex Christensen <achristensen@webkit.org>
3214 Progress towards CMake on Mac.
3215 https://bugs.webkit.org/show_bug.cgi?id=143785
3217 Reviewed by Csaba Osztrogonác.
3220 * Source/cmake/OptionsMac.cmake:
3221 * Source/cmake/WebKitFS.cmake:
3223 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
3225 Cannot click "Next" button on Google two-factor auth setup page
3227 <https://bugs.webkit.org/show_bug.cgi?id=143624>
3228 <rdar://problem/19175714>
3230 Reviewed by Darin Adler.
3232 * ManualTests/button-that-focuses-itself-on-click.html: Added.
3234 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
3236 [cmake] REGRESSION(182663): It broke feature dependency handling
3237 https://bugs.webkit.org/show_bug.cgi?id=143665
3239 Reviewed by Csaba Osztrogonác.
3241 Don't try to check the value of options before defining the options.
3243 * Source/cmake/WebKitFeatures.cmake:
3245 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
3247 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
3248 https://bugs.webkit.org/show_bug.cgi?id=143664
3250 Reviewed by Gyuyoung Kim.
3252 * Source/cmake/OptionsEfl.cmake:
3253 * Source/cmake/OptionsGTK.cmake:
3254 * Source/cmake/WebKitFeatures.cmake:
3255 * Source/cmakeconfig.h.cmake:
3257 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3259 [EFL] Enable Media Source
3260 https://bugs.webkit.org/show_bug.cgi?id=143635
3262 Reviewed by Csaba Osztrogonác.
3264 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
3266 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3268 [CMake] Miscellaneous issues in WebKitFeatures.cmake
3269 https://bugs.webkit.org/show_bug.cgi?id=143636
3271 Reviewed by Martin Robinson.
3273 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
3274 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
3276 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
3277 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
3279 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
3281 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
3283 Fix ENABLE_TOUCH_SLIDER so that it can be used
3287 * Source/cmake/WebKitFeatures.cmake:
3289 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3291 [CMake] Print sorted feature list at the very end of the configure process
3292 https://bugs.webkit.org/show_bug.cgi?id=143596
3294 Reviewed by Martin Robinson.
3296 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
3297 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
3298 and sort the options before printing. Reorder some code so that features still get
3299 propagated to the bindings generators.
3301 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3303 [CMake] Options should be marked as advanced by default
3304 https://bugs.webkit.org/show_bug.cgi?id=143572
3306 Reviewed by Gyuyoung Kim.
3308 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
3309 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
3310 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
3311 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
3312 option without making it public.
3314 * Source/cmake/WebKitFeatures.cmake:
3316 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3318 [CMake] Remove unnecessary ENABLE_WEBCORE switch
3319 https://bugs.webkit.org/show_bug.cgi?id=143584
3321 Reviewed by Csaba Osztrogonác.
3323 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
3327 * Source/CMakeLists.txt:
3328 * Source/cmake/OptionsGTK.cmake:
3329 * Source/cmake/WebKitFS.cmake:
3331 2015-04-08 Filip Pizlo <fpizlo@apple.com>
3333 Unreviewed, revert accidental commit.
3337 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
3339 Add CMake build system for WinCairo port.
3340 https://bugs.webkit.org/show_bug.cgi?id=115944
3342 Reviewed by Chris Dumez.
3344 * Source/cmake/OptionsWindows.cmake:
3345 * Source/cmake/WebKitMacros.cmake:
3346 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3348 2015-04-06 Alberto Garcia <berto@igalia.com>
3350 [GTK] Fix HPPA build
3351 https://bugs.webkit.org/show_bug.cgi?id=143453
3353 Reviewed by Darin Adler.
3355 Add HPPA to the list of supported CPUs.
3359 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
3361 Unreviewed, kick the GTK bots to fix an incremental build issue.
3363 * Source/cmake/OptionsGTK.cmake:
3365 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
3367 Fix the EFL and GTK build after r182243
3368 https://bugs.webkit.org/show_bug.cgi?id=143361
3370 Reviewed by Csaba Osztrogonác.
3372 * Source/PlatformEfl.cmake: Add a custom command that copies
3373 the InspectorBackendCommands.js file into the proper directory
3374 under DerivedSources/WebInspectorUI/.
3376 2015-04-01 Alex Christensen <achristensen@webkit.org>
3378 Progress towards CMake on Windows and Mac.
3379 https://bugs.webkit.org/show_bug.cgi?id=143293
3381 Reviewed by Filip Pizlo.
3384 Set DERIVED_SOURCES_WTF_DIR for Windows.
3385 * Source/CMakeLists.txt:
3386 Don't compile bmalloc on Windows.
3387 * Source/cmake/OptionsCommon.cmake:
3388 Use the absolute path of the C preprocessor.
3389 * Source/cmake/OptionsWinCairo.cmake:
3390 Added needed definitions.
3391 * Source/cmake/OptionsWindows.cmake:
3392 Set some default values and removed support for old Visual Studio versions before /MP.
3393 * Source/cmake/WebKitFS.cmake:
3394 Make WTF DerivedSources directory.
3395 * Source/cmake/WebKitMacros.cmake:
3396 Added ADD_PRECOMPILED_HEADER macro based on
3397 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3399 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
3401 Use colored diagnostics when building with cmake + ninja + clang
3402 https://bugs.webkit.org/show_bug.cgi?id=143297
3404 Reviewed by Žan Doberšek.
3406 Because that ninja sets subprocess stdout/stderr to a pipe, clang
3407 disables colored output.
3408 This patch forces clang to use colored diagnostics when we are using
3411 * Source/cmake/OptionsCommon.cmake:
3413 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3415 [CMake] Update old CMakeList.txt in gtest
3416 https://bugs.webkit.org/show_bug.cgi?id=143192
3418 Reviewed by Darin Adler.
3420 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3421 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3422 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3424 * Source/CMakeLists.txt:
3425 * Source/cmake/gtest/CMakeLists.txt: Removed.
3427 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3429 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3430 https://bugs.webkit.org/show_bug.cgi?id=143138
3432 Reviewed by Csaba Osztrogonác.
3434 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3435 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3437 * Source/cmake/OptionsWindows.cmake:
3438 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3439 * Source/cmake/WebKitMacros.cmake:
3441 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3443 [GStreamer] share GL context in pipeline, part 2
3444 https://bugs.webkit.org/show_bug.cgi?id=143049
3446 Reviewed by Carlos Garcia Campos.
3448 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3449 OpenGL/ES2 is found and GLX/EGL is found too.
3451 2015-03-26 Alex Christensen <achristensen@webkit.org>
3453 Progress towards CMake on Mac.
3454 https://bugs.webkit.org/show_bug.cgi?id=143112
3456 Reviewed by Chris Dumez.
3458 * Source/cmake/OptionsMac.cmake:
3460 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3462 [EFL] Add OpenWebRTC in jhbuild
3463 https://bugs.webkit.org/show_bug.cgi?id=142778
3465 Reviewed by Gyuyoung Kim.
3467 Original patch by Philippe Normand <pnormand@igalia.com>
3469 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3470 mediastream build is enabled.
3472 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3474 [GTK] Add a configure option to build without Redirected XComposite Window
3475 https://bugs.webkit.org/show_bug.cgi?id=142865
3477 Reviewed by Žan Doberšek.
3479 The Redirected XComposite Window was added to support some
3480 features like GtkOverlay, but in cases where we don't need such
3481 features, it's more efficient to use the XID of the WebKitWebView
3482 window as the native surface handle for the accelerated
3483 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3484 that is enabled by default for X11 target when OpenGL is enabled.
3486 * Source/cmake/OptionsGTK.cmake:
3488 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3490 [GTK] Search for the Wayland dependency when enabling Wayland target
3491 https://bugs.webkit.org/show_bug.cgi?id=142876
3493 Reviewed by Carlos Garcia Campos.
3495 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3496 requirement of either the GTK+ or GDK pkg-config files, so we have to
3497 search for it ourselves when WebKitGTK+ has been configured to support
3498 the Wayland windowing target.
3500 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3502 Unreviewed, kick the GTK bots to regenerate makefile.
3503 https://bugs.webkit.org/show_bug.cgi?id=137394
3505 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3506 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3508 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3510 Unreviewed, kick the GTK bots to regenerate makefile.
3511 https://bugs.webkit.org/show_bug.cgi?id=137394
3513 * Source/cmake/OptionsEfl.cmake:
3515 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3517 [GTK] Fix inspector userinterface related incremental build issue
3518 https://bugs.webkit.org/show_bug.cgi?id=142849
3520 Reviewed by Carlos Garcia Campos.
3522 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3524 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3526 Unreviewed, kick the GTK bots to regenerate makefile.
3528 * Source/cmake/OptionsGTK.cmake:
3530 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3532 [EFL] Expose JavaScript binding interface through ewk_extension
3533 https://bugs.webkit.org/show_bug.cgi?id=142033
3535 Reviewed by Gyuyoung Kim.
3537 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3539 2015-03-17 Philippe Normand <pnormand@igalia.com>
3541 [GTK] basic OpenWebRTC build support
3542 https://bugs.webkit.org/show_bug.cgi?id=142393
3544 Reviewed by Carlos Garcia Campos.
3546 * Source/cmake/FindOpenWebRTC.cmake: Added.
3547 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3548 mediastream build is enabled.
3550 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3552 [CMake][EFL] Build test tools only for developer mode
3553 https://bugs.webkit.org/show_bug.cgi?id=142761
3555 Reviewed by Csaba Osztrogonác.
3557 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3559 * Source/cmake/OptionsEfl.cmake:
3560 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3561 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3562 * Source/cmakeconfig.h.cmake:
3564 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3566 Enable ES6 classes by default
3567 https://bugs.webkit.org/show_bug.cgi?id=142774
3569 Reviewed by Gavin Barraclough.
3571 * Source/cmake/WebKitFeatures.cmake:
3573 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3575 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3576 https://bugs.webkit.org/show_bug.cgi?id=142722
3578 Reviewed by Csaba Osztrogonác.
3580 Categorize to define cmake variables, to find necessary packages,
3581 use upper case for "glib_conponents" cmake variable name, re-arrange
3582 wrong alphabet sorting, and so on.
3584 * CMakeLists.txt: Remove WinCE port.
3585 * Source/cmake/OptionsEfl.cmake:
3587 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3589 [GStreamer] share GL context in pipeline
3590 https://bugs.webkit.org/show_bug.cgi?id=142693
3592 Reviewed by Philippe Normand.
3594 Add search of gstreamer-gl library in the GStreamer installation. If
3595 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3597 * Source/cmake/FindGStreamer.cmake:
3598 * Source/cmake/OptionsGTK.cmake:
3600 2015-03-13 Alex Christensen <achristensen@webkit.org>
3602 Progress towards CMake on Mac.
3603 https://bugs.webkit.org/show_bug.cgi?id=142680
3605 Reviewed by Gyuyoung Kim.
3608 * Source/PlatformMac.cmake: Added stub.
3609 * Source/cmake/OptionsMac.cmake:
3610 Change defines to get CMake working.
3612 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3614 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3615 https://bugs.webkit.org/show_bug.cgi?id=126688
3617 Reviewed by Gustavo Noronha Silva.
3619 Add ENABLE_MINIBROWSER option, enabled by default for development
3620 builds and disabled for production builds unless explicilty enabled.
3622 * Source/cmake/OptionsGTK.cmake:
3624 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3626 [GTK] Do not look for child processes in the UI process binary path
3627 https://bugs.webkit.org/show_bug.cgi?id=135752
3629 Reviewed by Gustavo Noronha Silva.
3631 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3632 build for development builds.
3634 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3636 [GTK] Add a configure option to build with OpenGL ES 2
3637 https://bugs.webkit.org/show_bug.cgi?id=142498
3639 Reviewed by Martin Robinson.
3641 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3642 GLES2 is required and OpenGL is not even searched. Otherwise we
3643 search for OpenGL as usual, using it only if present.
3645 * Source/cmake/OptionsGTK.cmake:
3647 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3649 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3650 https://bugs.webkit.org/show_bug.cgi?id=142338
3652 Reviewed by Gyuyoung Kim.
3654 * Source/cmake/WebKitHelpers.cmake:
3656 2015-03-03 Daniel Bates <dabates@apple.com>
3658 Convert ManualTests/svg-tooltip.svg to a DRT test
3659 https://bugs.webkit.org/show_bug.cgi?id=140480
3661 Reviewed by Alex Christensen.
3663 * ManualTests/svg-tooltip.svg: Removed.
3665 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3667 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3668 https://bugs.webkit.org/show_bug.cgi?id=142165
3670 Reviewed by Carlos Garcia Campos.
3672 * Source/cmake/gtksymbols.filter:
3674 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3676 [EFL] Remove unnecessary comment after r179110
3677 https://bugs.webkit.org/show_bug.cgi?id=142042
3679 Reviewed by Gyuyoung Kim.
3681 * Source/cmake/OptionsEfl.cmake:
3683 2015-02-23 Tomas Popela <tpopela@redhat.com>
3685 [GTK] Fails to compile with cmake 3.2.x
3686 https://bugs.webkit.org/show_bug.cgi?id=141796
3688 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3689 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3690 added and the build will fail.
3692 Reviewed by Martin Robinson.
3694 * Source/cmake/OptionsGTK.cmake:
3696 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3698 Remove svn:keywords property.
3700 As far as I can tell, the property had no effect on any of these files, but also,
3701 when it has effect it's likely harmful.
3703 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3704 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3705 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3706 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3707 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3708 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3709 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3710 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3711 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3712 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3713 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3714 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3715 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3716 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3718 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3720 [CMAKE] Remove CMakeLists.txt in WK1 port
3721 https://bugs.webkit.org/show_bug.cgi?id=141617
3723 Reviewed by Anders Carlsson.
3725 Nobody uses CMake in WK1 port. Remove it.
3729 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3731 Unreviewed, remove empty directories.
3733 * ManualTests/qt: Removed.
3735 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3737 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3738 https://bugs.webkit.org/show_bug.cgi?id=141481
3740 Reviewed by Csaba Osztrogonác.
3742 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3744 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3746 [EFL][GTK] Use bmalloc instead of tcmalloc
3747 https://bugs.webkit.org/show_bug.cgi?id=140162
3749 Reviewed by Carlos Garcia Campos.
3751 Add bmalloc directory to build list.
3753 * CMakeLists.txt: Define BMALLOC_DIR directory.
3754 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3756 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3758 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3759 https://bugs.webkit.org/show_bug.cgi?id=141392
3761 Reviewed by Gustavo Noronha Silva.
3763 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3765 * Source/cmake/OptionsGTK.cmake:
3767 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3769 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3770 https://bugs.webkit.org/show_bug.cgi?id=141328
3772 Reviewed by Darin Adler.
3774 Added as manual test because it involves a huge grid allocation
3775 which is very slow on Debug bots, the only ones capable to trigger
3778 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3780 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3782 [Streams API] Implement a barebone ReadableStream interface
3783 https://bugs.webkit.org/show_bug.cgi?id=141045
3785 Reviewed by Benjamin Poulain.
3787 * Source/cmake/WebKitFeatures.cmake:
3788 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3790 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3792 Revert accidental change in r179490.
3796 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3798 Unreviewed, revert accidental change to Makefile.shared in r179478
3802 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3804 [CMake] Minimum python version should be 2.7.
3805 https://bugs.webkit.org/show_bug.cgi?id=140997
3807 Reviewed by Csaba Osztrogonác.
3811 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3813 Apply feTurbulence spec change to fix zero length vector generation
3814 https://bugs.webkit.org/show_bug.cgi?id=140812
3816 Reviewed by Darin Adler.
3818 Recently a bug with the turbulence algorithm was corrected in the
3819 Filter Effects specification.
3820 For some seed values this bug allowed zero length vectors to be generated.
3821 This resulted in large solid color squares being present in the generated image.
3822 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3823 applies that change in WebCore.
3825 Test: svg/filters/feTurbulence_bad_seeds.html
3827 * platform/graphics/filters/FETurbulence.cpp:
3828 (WebCore::FETurbulence::initPaint):
3829 Added rejection sampling during vector generation to avoid zero length vectors.
3831 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3833 [cmake] Remove compiler version calculate cruft
3834 https://bugs.webkit.org/show_bug.cgi?id=140885
3836 Reviewed by Darin Adler.
3838 * Source/cmake/WebKitHelpers.cmake:
3840 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3842 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3843 https://bugs.webkit.org/show_bug.cgi?id=140886
3845 Reviewed by Žan Doberšek.
3847 * Source/cmake/WebKitHelpers.cmake:
3849 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3851 [GTK] gtkdoc does not appear in DevHelp
3852 https://bugs.webkit.org/show_bug.cgi?id=139369
3854 Reviewed by Philippe Normand.
3856 Expect the gtkdoc to be generated in folders named with the API version.
3858 * Source/PlatformGTK.cmake:
3860 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3862 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce