1 2016-05-14 Joseph Pecoraro <pecoraro@apple.com>
4 https://bugs.webkit.org/show_bug.cgi?id=153565
8 * ManualTests/inspector/profiler-test-call.html: Removed.
9 * ManualTests/inspector/profiler-test-many-calls-in-the-same-scope.html: Removed.
11 2016-05-13 Yoav Weiss <yoav@yoav.ws>
13 Turn on WEB_TIMING for all ports
14 https://bugs.webkit.org/show_bug.cgi?id=157673
16 Reviewed by Alex Christensen.
18 Turn on WEB_TIMING by default on the cmake Mac port, to match it with all other ports,
19 and make sure that the flag will be on by default for all ports.
21 * Source/cmake/OptionsGTK.cmake: Remove the specific private flag for WEB_TIMING.
22 * Source/cmake/OptionsMac.cmake: Remove the specific private flag for WEB_TIMING.
23 * Source/cmake/WebKitFeatures.cmake: Turn on WEB_TIMING for all ports by default.
25 2016-05-12 Csaba Osztrogonác <ossy@webkit.org>
27 Remove ENABLE(ES6_ARROWFUNCTION_SYNTAX) guards
28 https://bugs.webkit.org/show_bug.cgi?id=157564
30 Reviewed by Darin Adler.
32 * Source/cmake/WebKitFeatures.cmake:
34 2016-05-10 Michael Catanzaro <mcatanzaro@igalia.com>
36 [Linux] Remove seccomp filters support
37 https://bugs.webkit.org/show_bug.cgi?id=157380
39 Reviewed by Darin Adler.
41 * Source/cmake/FindLibSeccomp.cmake: Removed.
42 * Source/cmake/OptionsEfl.cmake:
43 * Source/cmake/OptionsGTK.cmake:
44 * Source/cmake/WebKitFeatures.cmake:
46 2016-05-06 Manuel Rego Casasnovas <rego@igalia.com>
48 [css-grid] Unprefix CSS Grid Layout properties
49 https://bugs.webkit.org/show_bug.cgi?id=157137
51 Reviewed by Simon Fraser.
53 Remove "-webkit" prefix from all the grid layout properties,
54 including the display value.
55 Update the source code to remove the prefix where it was used too.
57 * ManualTests/css-grid-layout-item-with-huge-span-crash.html:
59 2016-05-02 Per Arne Vollan <peavo@outlook.com>
61 [Win] Enable IndexedDB.
62 https://bugs.webkit.org/show_bug.cgi?id=157192
64 Reviewed by Brent Fulgham.
66 * Source/cmake/OptionsWin.cmake:
68 2016-05-02 Yoav Weiss <yoav@yoav.ws>
70 Move ResourceTiming behind a runtime flag
71 https://bugs.webkit.org/show_bug.cgi?id=157133
73 Reviewed by Alex Christensen.
75 * Source/cmake/WebKitFeatures.cmake: Remove the PERFORMANCE_TIMELINE build flag.
77 2016-04-29 Commit Queue <commit-queue@webkit.org>
79 Unreviewed, rolling out r200232.
80 https://bugs.webkit.org/show_bug.cgi?id=157189
82 This change broke the Mac CMake build and its LayoutTest is
83 failing and/or flaky on all platforms (Requested by ryanhaddad
88 "Move ResourceTiming behind a runtime flag"
89 https://bugs.webkit.org/show_bug.cgi?id=157133
90 http://trac.webkit.org/changeset/200232
92 2016-04-29 Yoav Weiss <yoav@yoav.ws>
94 Move ResourceTiming behind a runtime flag
95 https://bugs.webkit.org/show_bug.cgi?id=157133
97 Reviewed by Alex Christensen.
99 * Source/cmake/WebKitFeatures.cmake: Remove the PERFORMANCE_TIMELINE build flag.
101 2016-04-28 Commit Queue <commit-queue@webkit.org>
103 Unreviewed, rolling out r200185.
104 https://bugs.webkit.org/show_bug.cgi?id=157131
106 Bad temporary file added unintentionally (Requested by fredw
111 "RenderMathMLOperator refactoring: introduce getBaseGlyph and
112 remove parameter from getDisplayStyleLargeOperator"
113 https://bugs.webkit.org/show_bug.cgi?id=156910
114 http://trac.webkit.org/changeset/200185
116 2016-04-25 Ryosuke Niwa <rniwa@webkit.org>
118 Remove the build flag for template elements
119 https://bugs.webkit.org/show_bug.cgi?id=157022
121 Reviewed by Daniel Bates.
123 * Source/cmake/OptionsEfl.cmake:
124 * Source/cmake/OptionsMac.cmake:
125 * Source/cmake/OptionsWin.cmake:
126 * Source/cmake/WebKitFeatures.cmake:
127 * Source/cmake/tools/vsprops/FeatureDefines.props:
128 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
130 2016-04-22 Carlos Garcia Campos <cgarcia@igalia.com>
132 [GTK] Enable the download attribute support
133 https://bugs.webkit.org/show_bug.cgi?id=99025
135 Reviewed by Žan Doberšek.
137 * Source/cmake/OptionsGTK.cmake:
139 2016-04-18 Yusuke Suzuki <utatane.tea@gmail.com>
141 [JSCOnly] Implement RunLoop and remove glib dependency
142 https://bugs.webkit.org/show_bug.cgi?id=155706
144 Reviewed by Michael Catanzaro.
146 * Source/cmake/OptionsJSCOnly.cmake:
148 2016-04-18 Carlos Garcia Campos <cgarcia@igalia.com>
150 [GTK] Menu list button doesn't use the text color from the theme
151 https://bugs.webkit.org/show_bug.cgi?id=118234
153 Reviewed by Darin Adler.
155 * ManualTests/gtk/theme.html: Add a disabled combo test.
157 2016-04-13 Konstantin Tokarev <annulen@yandex.ru>
159 FindWebP should not be misguided by pkg-config when cross-compiling.
160 https://bugs.webkit.org/show_bug.cgi?id=156544
162 Reviewed by Michael Catanzaro.
164 We should use pkg-config output only as a hint, like other modules do.
166 * Source/cmake/FindWebP.cmake:
168 2016-04-07 Carlos Garcia Campos <cgarcia@igalia.com>
170 [GTK] Rework the theming code for GTK+ 3.20
171 https://bugs.webkit.org/show_bug.cgi?id=156333
173 Reviewed by Michael Catanzaro.
175 Add a manual test to check how themed elements are rendered.
177 * ManualTests/gtk/theme.html: Added.
179 2016-04-11 Fujii Hironori <Hironori.Fujii@jp.sony.com>
181 [CMake] Make FOLDER property INHERITED
182 https://bugs.webkit.org/show_bug.cgi?id=156460
184 Reviewed by Brent Fulgham.
186 Some CMake targets are not setting the FOLDER property. This causes the
187 generated projects to be displayed in the top-level folder of the solution.
189 Making the FOLDER property INHERITED ensures that all the targets
190 are placed in their proper directories.
192 * Source/cmake/OptionsCommon.cmake:
193 Define FOLDER property as a inherited property.
194 * Source/cmake/WebKitMacros.cmake:
195 Do not set FOLDER target property.
197 2016-04-08 Alex Christensen <achristensen@webkit.org>
199 Progress towards running CMake WebKit2 on Mac
200 https://bugs.webkit.org/show_bug.cgi?id=156426
202 Reviewed by Tim Horton.
204 * Source/cmake/OptionsMac.cmake:
205 FTL works on Mac, so let's use it.
206 * Source/cmake/WebKitMacros.cmake:
208 2016-04-07 Joseph Pecoraro <pecoraro@apple.com>
210 Remove ENABLE(ENABLE_ES6_CLASS_SYNTAX) guards
211 https://bugs.webkit.org/show_bug.cgi?id=156384
213 Reviewed by Ryosuke Niwa.
215 * Source/cmake/WebKitFeatures.cmake:
217 2016-04-07 Dean Jackson <dino@apple.com>
219 [iOS] Play button on video is too dark
220 https://bugs.webkit.org/show_bug.cgi?id=156383
221 <rdar://problem/23540816>
223 Reviewed by Simon Fraser.
225 Add a manual test for iOS that shows the expected appearance
226 of a video element. Unfortunately, due to the way we take
227 snapshots on iOS within our test runner, we don't get the
228 platform blurring effect, which means an automated test
231 * ManualTests/ios/start-playback-button-appearance-expected.html: Added.
232 * ManualTests/ios/start-playback-button-appearance.html: Added.
234 2016-04-06 Alex Christensen <achristensen@webkit.org>
236 Fix CMake DumpRenderTree
237 https://bugs.webkit.org/show_bug.cgi?id=156305
239 Reviewed by Daniel Bates.
241 * Source/cmake/OptionsMac.cmake:
243 2016-04-05 Alex Christensen <achristensen@webkit.org>
245 Make CMake-generated binaries on Mac able to run
246 https://bugs.webkit.org/show_bug.cgi?id=156268
248 Reviewed by Daniel Bates.
250 * Source/cmake/OptionsMac.cmake:
252 2016-04-04 Alejandro G. Castro <alex@igalia.com>
254 REGRESSION(r198492): [GTK] The WEB_RTC flag was not correctly added in some situations
255 https://bugs.webkit.org/show_bug.cgi?id=156164
257 Reviewed by Philippe Normand.
259 Remove double space in the error message when openwebrtc is not present.
261 * Source/cmake/OptionsGTK.cmake:
263 2016-04-03 Carlos Garcia Campos <cgarcia@igalia.com>
265 Unreviewed. Bump GTK+ versions numbers.
267 * Source/cmake/OptionsGTK.cmake:
269 2016-03-31 Daniel Bates <dabates@apple.com>
271 tool tip/alt. text appears when mouse is no longer hovering over link
272 https://bugs.webkit.org/show_bug.cgi?id=24427
273 <rdar://problem/8045235>
275 Reviewed by Antonio Gomes.
277 Although the bug no longer reproduces, add a manual test that can be used to determine if a
278 tooltip for a hyperlink is shown when the cursor no longer hovers over it.
280 * ManualTests/tooltip-when-mouse-not-directly-over-hyperlink.html: Added.
282 2016-03-29 Commit Queue <commit-queue@webkit.org>
284 Unreviewed, rolling out r198781.
285 https://bugs.webkit.org/show_bug.cgi?id=155986
287 broke windows clean build (Requested by alexchristensen on
292 "[Win] CMake seems to build all generated files every time"
293 https://bugs.webkit.org/show_bug.cgi?id=155872
294 http://trac.webkit.org/changeset/198781
296 2016-03-29 Brent Fulgham <bfulgham@apple.com>
298 [Win] CMake seems to build all generated files every time
299 https://bugs.webkit.org/show_bug.cgi?id=155872
301 Reviewed by Alex Christensen.
303 This seems to be caused by Visual Studio being unhappy receiving multiple output targets
304 for its custom build rules. If I limit the output to just the header file on Windows, the
305 dependency check seems to do the right thing.
307 * Source/cmake/WebKitMacros.cmake:
309 2016-03-28 Alex Christensen <achristensen@webkit.org>
311 Fix Mac Ninja build after r198766.
313 * Source/cmake/WebKitMacros.cmake:
314 WebCore_DERIVED_SOURCES are intentionally in a separate library to reduce linker line length.
315 This is now only specific to WebKit2_DERIVED_SOURCES, so I'm moving it there.
317 2016-03-28 Alex Christensen <achristensen@webkit.org>
319 Fix Windows build after r198766.
321 * Source/cmake/WebKitMacros.cmake:
322 Use the filename from the cpp so that WebCorePrefix.cpp and WebCoreDerivedSourcesPrefix.cpp
323 generate unique .pch files, even though they both include WebCorePrefix.h
325 2016-03-28 Alex Christensen <achristensen@webkit.org>
327 Fix Ninja build on Mac
328 https://bugs.webkit.org/show_bug.cgi?id=151399
330 Reviewed by Darin Adler.
332 * Source/CMakeLists.txt:
333 * Source/cmake/WebKitMacros.cmake:
335 2016-03-27 Daniel Bates <dabates@apple.com>
337 WebKit.xcworkspace "All Source" scheme always copies OS X WebKitSystemInterface libraries
338 https://bugs.webkit.org/show_bug.cgi?id=155889
340 Reviewed by Alexey Proskuryakov.
342 Fixes an issue where building the "All Source" scheme in WebKit.xcworkspace would
343 always copy the OS X WebKitSystemInterface libraries regardless of the selected
344 base SDK. In particular, it would copy the OS X WebKitSystemInterface libraries
345 when building with SDK iphonesimulator. WebKit.xcworkspace should copy the SDK-
346 specific WebKitSystemInterface libraries.
348 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
350 2016-03-25 Brady Eidson <beidson@apple.com>
352 Soften push/replaceState frequency restrictions.
353 <rdar://problem/25228439> and https://bugs.webkit.org/show_bug.cgi?id=155901
355 Rubber-stamped by Timothy Hatcher.
357 * ManualTests/state-objects-time-limit.html: Added.
359 2016-03-25 Daniel Bates <dabates@apple.com>
361 REGRESSION (r197358): WebKitSystemInterface.h copied into directory named "--llvm"
362 https://bugs.webkit.org/show_bug.cgi?id=155838
364 Reviewed by Alexey Proskuryakov.
366 Do not pass command line flag --llvm when calling script copy-webkitlibraries-to-product-directory
367 to avoid copying the WebKitSystemInterface libraries to an incorrect location. The --llvm flag was
368 removed from copy-webkitlibraries-to-product-directory in <http://trac.webkit.org/changeset/197358>.
370 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
372 2016-03-25 Bill Ming <mbbill@gmail.com>
374 Detect correct number of processors on windows
375 https://bugs.webkit.org/show_bug.cgi?id=155884
377 Reviewed by Alex Christensen.
379 * Tools/Scripts/run-jsc-stress-tests:
381 2016-03-25 Brent Fulgham <bfulgham@apple.com>
383 [Win] Improve CMake build performance
384 https://bugs.webkit.org/show_bug.cgi?id=155871
385 <rdar://problem/24747822>
387 Reviewed by Alex Christensen.
389 Add a flag to the PROCESS_ALLINONE_FILE macro so that it does not remove
390 the files contained in the passed all-in-one file, since this breaks
391 dependency checking and generation of the derived sources from the IDL.
392 Instead, include the header files in the project so that all files get
395 * Source/cmake/WebKitMacros: Updated for 'DerivedSources.cpp' use case.
397 2016-03-25 Konstantin Tokarev <annulen@yandex.ru>
399 Turned on ENABLE_REQUEST_ANIMATION_FRAME by default for any port.
400 https://bugs.webkit.org/show_bug.cgi?id=155882
402 Reviewed by Michael Catanzaro.
404 It was already enabled in all trunk ports, and is required for
405 WebInspectorUI to work.
407 * Source/cmake/OptionsGTK.cmake: Removed duplication of default value.
408 * Source/cmake/OptionsMac.cmake: Ditto.
409 * Source/cmake/WebKitFeatures.cmake: Turned
410 ENABLE_REQUEST_ANIMATION_FRAME ON.
412 2016-03-24 Bill Ming <mbbill@gmail.com>
414 Determine architecture for running jsc stress tests on windows
415 https://bugs.webkit.org/show_bug.cgi?id=155840
417 Reviewed by Alex Christensen.
419 * Tools/Scripts/run-jsc-stress-tests:
421 2016-03-23 Bill Ming <mbbill@gmail.com>
423 Fixed ninja build path.
424 https://bugs.webkit.org/show_bug.cgi?id=155796
426 Reviewed by Alex Christensen.
428 * Tools/Scripts/build-webkit:
430 2016-03-21 Eric Carlson <eric.carlson@apple.com>
432 Add a WebRTC specific compile flag
433 https://bugs.webkit.org/show_bug.cgi?id=155663
435 Reviewed by Jer Noble.
437 * Source/cmake/OptionsEfl.cmake:
438 * Source/cmake/OptionsGTK.cmake:
439 * Source/cmake/WebKitFeatures.cmake:
441 2016-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
443 Unreviewed, missing SET_AND_EXPOSE_TO_BUILD for USE_UDIS86 in JSCOnly port
444 https://bugs.webkit.org/show_bug.cgi?id=155628
446 * Source/cmake/OptionsJSCOnly.cmake:
448 2016-03-17 Yusuke Suzuki <utatane.tea@gmail.com>
450 [JSCOnly] Enable udis86
451 https://bugs.webkit.org/show_bug.cgi?id=155628
453 Reviewed by Carlos Garcia Campos.
455 Enable udis86 for disassembler. The current flag name is incorrect.
457 * Source/cmake/OptionsJSCOnly.cmake:
459 2016-03-14 Konstantin Tokarev <annulen@yandex.ru>
461 Restored ENABLE_WEBCORE option and used it in JSCOnly port.
462 https://bugs.webkit.org/show_bug.cgi?id=155428
464 Reviewed by Michael Catanzaro.
466 This is a partial revert of r182624.
469 * Source/CMakeLists.txt:
470 * Source/cmake/OptionsJSCOnly.cmake:
471 * Source/cmake/WebKitFS.cmake:
473 2016-03-13 Joseph Pecoraro <pecoraro@apple.com>
475 Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
476 https://bugs.webkit.org/show_bug.cgi?id=155417
478 Reviewed by Yusuke Suzuki.
480 * Source/cmake/OptionsWin.cmake:
481 * Source/cmake/WebKitFeatures.cmake:
482 * Source/cmake/tools/vsprops/FeatureDefines.props:
483 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
485 2016-03-13 Konstantin Tokarev <annulen@yandex.ru>
487 Added new port JSCOnly.
488 https://bugs.webkit.org/show_bug.cgi?id=154512
490 Reviewed by Michael Catanzaro.
492 This port allows to build JavaScriptCore engine with minimal
496 * Source/cmake/OptionsJSCOnly.cmake: Added.
498 2016-03-12 Myles C. Maxfield <mmaxfield@apple.com>
500 Delete dead SVG Font code
501 https://bugs.webkit.org/show_bug.cgi?id=154718
503 Reviewed by Antti Koivisto.
505 * Source/cmake/OptionsEfl.cmake:
506 * Source/cmake/OptionsWin.cmake:
507 * Source/cmake/WebKitFeatures.cmake:
508 * Source/cmake/tools/vsprops/FeatureDefines.props:
509 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
511 2016-03-12 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
513 [GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
514 https://bugs.webkit.org/show_bug.cgi?id=152650
516 Reviewed by Carlos Garcia Campos.
518 * Source/cmake/OptionsGTK.cmake:
520 2016-03-10 Frederic Wang <fwang@igalia.org>
522 [GTK] Add support for WOFF2
523 https://bugs.webkit.org/show_bug.cgi?id=152616
525 Reviewed by Carlos Garcia Campos.
527 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
528 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
530 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
532 [cmake] Fixed All-in-One build.
533 https://bugs.webkit.org/show_bug.cgi?id=155241
535 Reviewed by Csaba Osztrogonác.
537 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
538 not removed in PROCESS_ALLINONE_FILE.
540 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
542 [EFL] Enable the SVG -> OTF Font Converter
543 https://bugs.webkit.org/show_bug.cgi?id=155192
545 Reviewed by Gyuyoung Kim.
547 * Source/cmake/OptionsEfl.cmake:
549 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
551 [GTK] Enable the SVG -> OTF Font Converter
552 https://bugs.webkit.org/show_bug.cgi?id=155191
554 Reviewed by Martin Robinson.
556 * Source/cmake/OptionsGTK.cmake:
558 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
560 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
562 * Source/cmake/OptionsEfl.cmake:
563 * Source/cmake/OptionsGTK.cmake:
565 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
567 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
568 https://bugs.webkit.org/show_bug.cgi?id=154651
570 Reviewed by Alex Christensen.
572 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
573 CMake's PRE_BUILD COMMAND feature because the latter actually
574 generates pre-link target instead of pre-build.
576 2016-03-01 Alex Christensen <achristensen@webkit.org>
578 Reduce size of internal windows build output
579 https://bugs.webkit.org/show_bug.cgi?id=154763
581 Reviewed by Brent Fulgham.
583 * Source/cmake/OptionsWin.cmake:
585 2016-03-01 Commit Queue <commit-queue@webkit.org>
587 Unreviewed, rolling out r197056.
588 https://bugs.webkit.org/show_bug.cgi?id=154870
590 broke win ews (Requested by alexchristensen on #webkit).
594 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
595 https://bugs.webkit.org/show_bug.cgi?id=154651
596 http://trac.webkit.org/changeset/197056
598 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
600 [cmake] Allow using FindGLIB in case glib is optional dependency.
601 https://bugs.webkit.org/show_bug.cgi?id=154796
603 Reviewed by Michael Catanzaro.
605 FindGLIB caused internal CMake error in case glibconfig.h is not
608 * Source/cmake/FindGLIB.cmake:
610 2016-02-29 Commit Queue <commit-queue@webkit.org>
612 Unreviewed, rolling out r197297.
613 https://bugs.webkit.org/show_bug.cgi?id=154810
615 This change broke build of GTK from scratch (Requested by
620 "[cmake] Allow using FindGLIB in case glib is optional
622 https://bugs.webkit.org/show_bug.cgi?id=154796
623 http://trac.webkit.org/changeset/197297
625 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
627 [cmake] Allow using FindGLIB in case glib is optional dependency.
628 https://bugs.webkit.org/show_bug.cgi?id=154796
630 Reviewed by Michael Catanzaro.
632 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
635 * Source/cmake/FindGLIB.cmake:
637 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
639 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
640 https://bugs.webkit.org/show_bug.cgi?id=143402
642 Reviewed by Alex Christensen.
644 Turn on by default, and turn on for Windows.
646 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
648 * Source/cmake/OptionsWin.cmake:
649 * Source/cmake/WebKitFeatures.cmake:
651 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
653 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
654 https://bugs.webkit.org/show_bug.cgi?id=151688
656 Reviewed by Dean Jackson.
658 Enables the WEB_ANIMATIONS compiler switch.
660 * Source/cmake/OptionsWin.cmake:
662 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
664 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
665 https://bugs.webkit.org/show_bug.cgi?id=154651
667 Reviewed by Alex Christensen.
669 * Source/cmake/WebKitMacros.cmake:
671 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
673 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
674 https://bugs.webkit.org/show_bug.cgi?id=154450
676 Reviewed by Alex Christensen.
678 * Source/cmake/WebKitMacros.cmake:
680 2016-02-18 Philippe Normand <pnormand@igalia.com>
682 [GStreamer] Bump internal jhbuild versions to 1.6.3
683 https://bugs.webkit.org/show_bug.cgi?id=149594
685 Reviewed by Michael Catanzaro.
687 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
689 2016-02-18 Anders Carlsson <andersca@apple.com>
691 Get rid of the "All Source (target WebProcess)" scheme.
693 Rubber-stamped by Dan Bernstein.
695 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
697 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
699 [CMake] Remove LLVM support
700 https://bugs.webkit.org/show_bug.cgi?id=154370
702 Reviewed by Csaba Osztrogonác.
704 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
705 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
706 but for the time being this is dead code.
708 * Source/cmake/FindLLVM.cmake: Removed.
709 * Source/cmake/OptionsCommon.cmake:
711 2016-02-18 Joonghun Park <jh718.park@samsung.com>
713 [CMake] Remove meaningless conditional statements in CMakeLists.txt
714 https://bugs.webkit.org/show_bug.cgi?id=153778
716 Reviewed by Csaba Osztrogonác.
719 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
720 And remove conditional statements which has enclosed these one
721 because they don't have meaning anymore.
723 2016-02-15 Alex Christensen <achristensen@webkit.org>
725 Re-enable INTL on WinCairo
726 https://bugs.webkit.org/show_bug.cgi?id=154256
728 Reviewed by Michael Catanzaro.
730 * Source/cmake/OptionsWin.cmake:
731 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
733 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
735 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
736 https://bugs.webkit.org/show_bug.cgi?id=154165
738 Reviewed by Alex Christensen.
740 * Source/cmake/OptionsEfl.cmake:
741 * Source/cmake/OptionsGTK.cmake:
743 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
745 [cmake] Consolidate TextureMapper file and include dir lists.
746 https://bugs.webkit.org/show_bug.cgi?id=154106
748 Reviewed by Michael Catanzaro.
750 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
752 * Source/cmake/OptionsWinCairo.cmake: Ditto.
754 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
756 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
757 https://bugs.webkit.org/show_bug.cgi?id=154033
759 Reviewed by Michael Catanzaro.
761 * Source/cmake/WebKitFeatures.cmake:
763 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
765 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
767 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
769 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
771 [GTK][EFL] Enable SamplingProfiler
772 https://bugs.webkit.org/show_bug.cgi?id=153638
774 Reviewed by Michael Catanzaro.
776 Enable SamplingProfiler in GTK and EFL.
777 And added option to CMake to switch this from the build command.
779 * Source/cmake/OptionsEfl.cmake:
780 * Source/cmake/OptionsGTK.cmake:
781 * Source/cmake/WebKitFeatures.cmake:
783 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
785 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
786 https://bugs.webkit.org/show_bug.cgi?id=153961
788 Reviewed by Michael Catanzaro.
790 * Source/cmake/OptionsCommon.cmake:
791 * Source/cmake/OptionsEfl.cmake:
792 * Source/cmake/OptionsGTK.cmake:
794 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
796 Unreviewed non X86_64 buildfix after r196077.
798 * Source/cmake/OptionsEfl.cmake:
799 * Source/cmake/OptionsGTK.cmake:
801 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
803 [GTK][EFL] Switch FTL to B3
804 https://bugs.webkit.org/show_bug.cgi?id=153478
806 Reviewed by Csaba Osztrogonác.
808 * Source/cmake/OptionsEfl.cmake:
809 * Source/cmake/OptionsGTK.cmake:
811 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
813 Unreviewed attempt to fix Mac CMake build after r195999.
815 * Source/cmake/OptionsMac.cmake:
816 * Source/cmake/WebKitFeatures.cmake:
817 Add ENABLE_RESOURCE_USAGE to CMake builds.
819 2016-02-02 Alejandro G. Castro <alex@igalia.com>
821 [GTK][EFL] Upgrade OpenWebRTC dependency
822 https://bugs.webkit.org/show_bug.cgi?id=153489
824 Reviewed by Philippe Normand.
826 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
827 required to make the mediastream work.
829 2016-02-01 Alex Christensen <achristensen@webkit.org>
831 [Win] WTFHeaderDetection.h no longer needed
832 https://bugs.webkit.org/show_bug.cgi?id=153753
833 rdar://problem/24434627
835 Reviewed by Darin Adler.
837 * Source/cmake/WebKitFS.cmake:
839 2016-01-31 Joonghun Park <jh718.park@samsung.com>
841 [EFL] All API tests are broken on 15.10
842 https://bugs.webkit.org/show_bug.cgi?id=153528
844 Reviewed by Gyuyoung Kim.
846 * CMakeLists.txt: Having include(WebKitCommon) statement follow
847 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
849 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
851 Enable SamplingProfiler on POSIX environment
852 https://bugs.webkit.org/show_bug.cgi?id=153584
854 Reviewed by Michael Saboff.
856 Add features.h header check. It will define __GLIBC__.
858 * Source/cmake/OptionsCommon.cmake:
860 2016-01-27 Alexey Proskuryakov <ap@apple.com>
862 Remove ENABLE_CURRENTSRC
863 https://bugs.webkit.org/show_bug.cgi?id=153545
865 Reviewed by Simon Fraser.
867 * Source/cmake/OptionsEfl.cmake:
868 * Source/cmake/OptionsGTK.cmake:
869 * Source/cmake/OptionsMac.cmake:
870 * Source/cmake/OptionsWin.cmake:
871 * Source/cmake/WebKitFeatures.cmake:
872 * Source/cmake/tools/vsprops/FeatureDefines.props:
873 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
875 2016-01-25 Alex Christensen <achristensen@webkit.org>
877 Fix internal Windows build
878 https://bugs.webkit.org/show_bug.cgi?id=153469
880 Reviewed by Brent Fulgham.
882 * Source/cmake/WebKitMacros.cmake:
883 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
885 2016-01-23 Aaron Chu <arona.chu@gmail.com>
887 Web Inspector: AXI: node-link-list should be collapsible
888 https://bugs.webkit.org/show_bug.cgi?id=130911
890 Added a manual test to test the node list in the Accessibility Inspector
892 Reviewed by Timothy Hatcher.
894 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
896 2016-01-22 Alex Christensen <achristensen@webkit.org>
898 Fix internal Windows build
899 https://bugs.webkit.org/show_bug.cgi?id=153385
900 rdar://problem/24310408
902 Reviewed by Brian Weinstein.
904 * Source/cmake/WinTools.make:
905 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
906 These property sheets are needed for some projects that are not in this repository
907 and don't use CMake in the official build. We want to leave them unchanged for now.
909 2016-01-22 Alex Christensen <achristensen@webkit.org>
911 Only set CMake output directories if they aren't already set
912 https://bugs.webkit.org/show_bug.cgi?id=153373
914 Reviewed by Michael Catanzaro.
917 r195242 caused Windows builds to copy files to bin instead of bin64.
918 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
919 This also makes it so you can set these variables by command line.
921 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
923 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
925 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
927 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
929 [CMake] Duplicate attempts to find software during cmake stage
930 https://bugs.webkit.org/show_bug.cgi?id=153211
932 Reviewed by Martin Robinson.
934 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
935 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
937 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
939 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
940 https://bugs.webkit.org/show_bug.cgi?id=153190
942 Reviewed by Csaba Osztrogonác.
944 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
946 * Source/CMakeLists.txt:
947 * Source/cmake/OptionsWin.cmake:
949 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
951 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
953 https://bugs.webkit.org/show_bug.cgi?id=153117
955 Reviewed by Michael Catanzaro.
957 * Source/cmake/OptionsGTK.cmake:
959 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
961 [CMake] Do not use LLVM static libraries for FTL JIT
962 https://bugs.webkit.org/show_bug.cgi?id=151559
964 Reviewed by Michael Catanzaro.
966 Also export LLVM_LIBRARIES variable that can be used to prefer
967 linking to the llvm dynamic libraries.
969 * Source/cmake/FindLLVM.cmake:
971 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
973 [GTK] Add comments above options declarations in OptionsGTK.cmake
974 https://bugs.webkit.org/show_bug.cgi?id=153074
976 Reviewed by Martin Robinson.
978 * Source/cmake/OptionsGTK.cmake:
980 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
982 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
984 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
986 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
988 Add a build flag for custom element
989 https://bugs.webkit.org/show_bug.cgi?id=153005
991 Reviewed by Alex Christensen.
993 * Source/cmake/OptionsEfl.cmake:
994 * Source/cmake/OptionsWin.cmake:
995 * Source/cmake/WebKitFeatures.cmake:
997 2016-01-08 Alex Christensen <achristensen@webkit.org>
999 Fix internal Windows build
1000 https://bugs.webkit.org/show_bug.cgi?id=152937
1002 Reviewed by Brent Fulgham.
1004 * Source/cmake/WebKitCommon.cmake:
1005 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
1006 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
1007 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
1008 set PATH=%SystemDrive%\cygwin\bin;%PATH%
1010 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1012 [EFL] Set WebKit2 process output name
1013 https://bugs.webkit.org/show_bug.cgi?id=152773
1015 Reviewed by Benjamin Poulain.
1017 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
1018 So this patch sets wk2 process output name.
1020 * Source/cmake/OptionsEfl.cmake:
1022 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
1024 [CMake] Remove USE_UDIS86 variable
1025 https://bugs.webkit.org/show_bug.cgi?id=152731
1027 Reviewed by Gyuyoung Kim.
1029 Remove the USE_UDIS86 variable in CMake files. The specific build guard
1030 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
1031 in CMake isn't required anymore. The Udis86-specific files have to be
1032 built unconditionally now, though.
1034 * Source/cmake/OptionsEfl.cmake:
1035 * Source/cmake/OptionsGTK.cmake:
1036 * Source/cmake/OptionsMac.cmake:
1038 2016-01-04 Alex Christensen <achristensen@webkit.org>
1040 Fix Mac CMake build after r194454.
1042 * Source/cmake/OptionsMac.cmake:
1043 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
1044 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
1046 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
1048 [GTK][CMake] Do not override default values of build options with the default value
1049 https://bugs.webkit.org/show_bug.cgi?id=152615
1051 Reviewed by Martin Robinson.
1053 Override the default value of build options only when the default value for the GTK+ port
1054 is actually different than the default value in WebKitFeatures.cmake. This way we don't
1055 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
1056 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
1058 * Source/cmake/OptionsGTK.cmake:
1060 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
1062 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
1063 https://bugs.webkit.org/show_bug.cgi?id=144069
1065 Reviewed by Martin Robinson.
1067 * Source/cmake/OptionsWin.cmake:
1068 Do not set options that no longer exist.
1069 * Source/cmake/WebKitFeatures.cmake:
1070 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
1071 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
1072 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
1073 no CMake port was using it.
1075 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
1077 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
1078 https://bugs.webkit.org/show_bug.cgi?id=152611
1080 Reviewed by Martin Robinson.
1082 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
1083 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
1084 not to the DOM bindings generator, for example).
1086 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
1087 called after WEBKIT_OPTION_END, they don't do anything.
1089 Add error checking to catch these bugs.
1091 * Source/cmake/WebKitFeatures.cmake:
1093 2015-12-30 Philippe Normand <pnormand@igalia.com>
1095 [GTK][Mac] Disable gtk-doc
1096 https://bugs.webkit.org/show_bug.cgi?id=150798
1098 Reviewed by Michael Catanzaro.
1100 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
1101 link error on Mac, so for now disable gtk-doc support on that
1103 * Source/cmake/OptionsGTK.cmake: Ditto.
1105 2015-12-23 Andy VanWagoner <andy@instructure.com>
1107 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
1108 https://bugs.webkit.org/show_bug.cgi?id=147603
1110 Reviewed by Benjamin Poulain.
1112 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
1114 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
1116 [Fetch API] Add fetch API compile time flag
1117 https://bugs.webkit.org/show_bug.cgi?id=152254
1119 Reviewed by Darin Adler.
1121 * Source/cmake/OptionsWin.cmake:
1122 * Source/cmake/WebKitFeatures.cmake:
1124 2015-12-10 Brent Fulgham <bfulgham@apple.com>
1126 [Win] Support building under Cygwin or native Perl
1127 https://bugs.webkit.org/show_bug.cgi?id=152145
1128 <rdar://problem/23839868>
1130 Reviewed by David Kilzer.
1132 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
1136 2015-12-09 Daniel Bates <dabates@apple.com>
1138 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
1139 https://bugs.webkit.org/show_bug.cgi?id=151840
1140 <rdar://problem/23753931>
1142 Reviewed by Simon Fraser.
1144 Add a manual test that can be used to verify that we suspend dispatching device motion and
1145 device orientation events when the page is hidden.
1147 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
1150 (handleVisibilityChange):
1151 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
1153 2015-12-07 Alex Christensen <achristensen@webkit.org>
1155 Fix internal Windows build
1156 https://bugs.webkit.org/show_bug.cgi?id=151950
1158 Reviewed by Brent Fulgham.
1160 * Source/cmake/tools/scripts/auto-version.pl:
1162 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
1164 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
1165 https://bugs.webkit.org/show_bug.cgi?id=150792
1167 Reviewed by Saam Barati.
1169 * Source/cmake/OptionsWin.cmake:
1170 * Source/cmake/WebKitFeatures.cmake:
1172 2015-12-01 Commit Queue <commit-queue@webkit.org>
1174 Unreviewed, rolling out r192914.
1175 https://bugs.webkit.org/show_bug.cgi?id=151734
1177 JSC tests for this change are failing on 32 and 64-bit bots
1178 (Requested by ryanhaddad on #webkit).
1182 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
1183 enable this feature"
1184 https://bugs.webkit.org/show_bug.cgi?id=150792
1185 http://trac.webkit.org/changeset/192914
1187 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
1189 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
1190 https://bugs.webkit.org/show_bug.cgi?id=150792
1192 Reviewed by Saam Barati.
1194 * Source/cmake/OptionsWin.cmake:
1195 * Source/cmake/WebKitFeatures.cmake:
1197 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
1199 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
1201 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1203 2015-11-20 Alex Christensen <achristensen@webkit.org>
1205 Remove NETWORK_PROCESS compile flag
1206 https://bugs.webkit.org/show_bug.cgi?id=151512
1208 Reviewed by Tim Horton.
1210 * Source/cmake/OptionsEfl.cmake:
1211 * Source/cmake/OptionsGTK.cmake:
1212 * Source/cmake/OptionsMac.cmake:
1213 * Source/cmake/WebKitFeatures.cmake:
1215 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
1217 [EFL] Enable FTL JIT by default on X86_64
1218 https://bugs.webkit.org/show_bug.cgi?id=143822
1220 Reviewed by Carlos Garcia Campos.
1222 * Source/cmake/OptionsEfl.cmake:
1224 2015-11-19 Commit Queue <commit-queue@webkit.org>
1226 Unreviewed, rolling out r192667 and r192668.
1227 https://bugs.webkit.org/show_bug.cgi?id=151476
1229 broke api tests (Requested by alexchristensen on #webkit).
1231 Reverted changesets:
1233 "Remove the non-NetworkProcess configurations"
1234 https://bugs.webkit.org/show_bug.cgi?id=151418
1235 http://trac.webkit.org/changeset/192667
1237 "Fix GTK Build after r192667."
1238 http://trac.webkit.org/changeset/192668
1240 2015-11-19 Alex Christensen <achristensen@webkit.org>
1242 Remove the non-NetworkProcess configurations
1243 https://bugs.webkit.org/show_bug.cgi?id=151418
1245 Reviewed by Geoffrey Garen.
1247 * Source/cmake/OptionsEfl.cmake:
1248 * Source/cmake/OptionsGTK.cmake:
1249 * Source/cmake/OptionsMac.cmake:
1250 * Source/cmake/WebKitFeatures.cmake:
1252 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
1254 REGRESSION(r192459): [GTK] User agent string is broken after r192459
1255 https://bugs.webkit.org/show_bug.cgi?id=151347
1257 Reviewed by Žan Doberšek.
1259 Pass UA version numbers as strings to the build.
1261 * Source/cmake/OptionsGTK.cmake:
1263 2015-11-16 Alex Christensen <achristensen@webkit.org>
1265 Fix CMake build and make PluginProcess executable
1266 https://bugs.webkit.org/show_bug.cgi?id=151332
1268 Reviewed by Tim Horton.
1270 * Source/cmake/OptionsMac.cmake:
1272 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
1274 [GTK] Use FTL by default when LLVM 3.7 is available
1275 https://bugs.webkit.org/show_bug.cgi?id=142128
1277 Reviewed by Csaba Osztrogonác.
1279 Enable FTL by default when architecture is X86_64. It requires
1280 LLVM 3.7, but can be disabled manually as a cmake configure
1283 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
1284 available if the metapackage is installed and it points to
1285 llvm-config-3.5. So, here we check first if the llvm-config is
1286 from a recent enough version, and if not we check several
1287 llvm-config-<version> programs, so this should work on any distro.
1288 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
1289 target architecture is X86_64, and check the LLVM is at least
1290 3.7. The option is now public, since we want people to be able to
1291 disable it manually.
1293 2015-11-11 Anders Carlsson <andersca@apple.com>
1295 Enable cross-platform context menus by default
1296 https://bugs.webkit.org/show_bug.cgi?id=151173
1298 Reviewed by Tim Horton.
1300 * Source/cmake/OptionsEfl.cmake:
1302 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
1304 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
1305 https://bugs.webkit.org/show_bug.cgi?id=150972
1307 Reviewed by Darin Adler.
1309 * Source/cmake/OptionsMac.cmake:
1310 * Source/cmake/WebKitFeatures.cmake:
1312 2015-11-11 Philippe Normand <pnormand@igalia.com>
1314 [GTK][Mac] don't install .frameworks
1315 https://bugs.webkit.org/show_bug.cgi?id=151136
1317 Reviewed by Alex Christensen.
1319 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
1321 2015-11-10 Pranjal Jumde <pjumde@apple.com>
1323 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1324 https://bugs.webkit.org/show_bug.cgi?id=150252
1325 <rdar://problem/23149470>
1327 Reviewed by Brent Fulgham.
1330 * Source/WebCore/editing/ios/EditorIOS.mm
1331 * Source/WebCore/editing/mac/EditorMac.mm
1332 In Editor::fontForSelection moved the node removal code, so that the
1333 node is only removed if style is not NULL.
1334 * Source/WebCore/editing/cocoa/EditorCocoa.mm
1335 In Editor::styleForSelectionStart checking if the parentNode can
1336 accept the styleElement node.
1337 * LayoutTests/editing/execCommand/150252.xhtml
1338 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1339 * LayoutTests/editing/execCommand/150252-expected.txt
1340 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1342 2015-11-09 Pranjal Jumde <pjumde@apple.com>
1344 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1345 https://bugs.webkit.org/show_bug.cgi?id=150252
1346 <rdar://problem/23149470>
1348 Reviewed by Brent Fulgham.
1350 * Source/WebCore/editing/ios/EditorIOS.mm
1351 * Source/WebCore/editing/mac/EditorMac.mm
1352 In Editor::fontForSelection moved the node removal code, so that the
1353 node is only removed if style is not NULL.
1354 * LayoutTests/editing/execCommand/150252.xhtml
1355 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1356 * LayoutTests/editing/execCommand/150252-expected.txt
1357 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1359 2015-11-06 Daniel Bates <dabates@apple.com>
1361 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
1362 https://bugs.webkit.org/show_bug.cgi?id=150849
1364 Reviewed by Alexey Proskuryakov.
1366 Add support for overriding the user-provided arguments SDKROOT and ARCHS
1367 on a per Makefile basis.
1371 2015-11-06 Philippe Normand <pnormand@igalia.com>
1373 Unreviewed, GTK build fix after r192095.
1375 * Source/cmake/FindGTK3.cmake:
1377 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
1379 [GTK] Re-enable Quartz backend on cmake build system
1380 https://bugs.webkit.org/show_bug.cgi?id=144561
1382 Reviewed by Philippe Normand.
1384 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
1385 the presence of of gtk+-quartz-3.0 module.
1386 * Source/cmake/OptionsGTK.cmake: Reintroduce the
1387 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
1388 GTK+ Quartz backend on OS X.
1390 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1392 Add runtime and compile time flags for enabling Web Animations API and model.
1393 https://bugs.webkit.org/show_bug.cgi?id=150914
1395 Reviewed by Benjamin Poulain.
1397 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
1399 * Source/cmake/OptionsWin.cmake:
1400 * Source/cmake/WebKitFeatures.cmake:
1402 2015-11-03 Brent Fulgham <bfulgham@apple.com>
1404 [Win] CMake build update.
1406 Rubberstamped by Tim Horton.
1408 * Source/PlatformWin.cmake: Add internal tool to build
1409 rules for internal use.
1411 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
1413 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
1415 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1417 2015-11-02 Philippe Normand <pnormand@igalia.com>
1419 [Mac][GTK] Disable Ninja response file support
1420 https://bugs.webkit.org/show_bug.cgi?id=150801
1422 Reviewed by Alex Christensen.
1424 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
1425 support response files, so instruct Ninja to not generate those.
1427 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
1429 Fix the FTL JIT build with system LLVM on Linux
1430 https://bugs.webkit.org/show_bug.cgi?id=150795
1432 Reviewed by Filip Pizlo.
1434 * Source/cmake/FindLLVM.cmake:
1436 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
1438 Unreviewed. Bump GTK+ versions numbers.
1440 * Source/cmake/OptionsGTK.cmake:
1442 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
1444 [ES6] Support Generator Syntax
1445 https://bugs.webkit.org/show_bug.cgi?id=150769
1447 Reviewed by Geoffrey Garen.
1449 Added ENABLE_ES6_GENERATORS flag.
1451 * Source/cmake/OptionsWin.cmake:
1452 * Source/cmake/WebKitFeatures.cmake:
1454 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1456 [EFL] Add Shadow DOM feature
1457 https://bugs.webkit.org/show_bug.cgi?id=150611
1459 Reviewed by Csaba Osztrogonác.
1461 * Source/cmake/OptionsEfl.cmake:
1462 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
1464 2015-10-29 Alex Christensen <achristensen@webkit.org>
1467 https://bugs.webkit.org/show_bug.cgi?id=150686
1469 Reviewed by Filip Pizlo.
1471 * Source/cmake/WebKitMacros.cmake:
1473 2015-10-28 Alex Christensen <achristensen@webkit.org>
1475 Compile and link with CMake on Mac
1476 https://bugs.webkit.org/show_bug.cgi?id=150632
1478 Reviewed by Tim Horton.
1480 * Source/cmake/OptionsMac.cmake:
1482 2015-10-26 Dana Burkart <dburkart@apple.com>
1484 `make analyze` should build using the debug configuration
1485 https://bugs.webkit.org/show_bug.cgi?id=150571
1487 Reviewed by Lucas Forschler.
1491 2015-10-26 Philippe Normand <pnormand@igalia.com>
1493 Unreviewed, rolling out r191576.
1495 broke the http/tests/media tests
1499 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
1500 https://bugs.webkit.org/show_bug.cgi?id=149594
1501 http://trac.webkit.org/changeset/191576
1503 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
1505 [GStreamer] Bump internal jhbuild versions to 1.6.0
1506 https://bugs.webkit.org/show_bug.cgi?id=149594
1508 Reviewed by Philippe Normand.
1510 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
1512 * Source/cmake/FindGStreamer.cmake:
1514 2015-10-22 Philippe Normand <pnormand@igalia.com>
1516 [GTK][Mac] ICU-related build fixes
1517 https://bugs.webkit.org/show_bug.cgi?id=150032
1519 Rubber-stamped by Darin Adler.
1521 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
1523 2015-10-20 Yoav Weiss <yoav@yoav.ws>
1525 Rename the PICTURE_SIZES flag to CURRENTSRC
1526 https://bugs.webkit.org/show_bug.cgi?id=150275
1528 Reviewed by Dean Jackson.
1530 * Source/cmake/OptionsEfl.cmake:
1531 * Source/cmake/OptionsGTK.cmake:
1532 * Source/cmake/OptionsMac.cmake:
1533 * Source/cmake/OptionsWin.cmake:
1534 * Source/cmake/WebKitFeatures.cmake:
1536 2015-10-14 Tomas Popela <tpopela@redhat.com>
1538 [GTK][EFL] Fix build with cmake 3.4
1539 https://bugs.webkit.org/show_bug.cgi?id=150117
1541 Explicitely include the CheckIncludeFiles module before using
1542 the CHECK_INCLUDE_FILES command.
1544 Reviewed by Žan Doberšek.
1546 * Source/cmake/FindOpenGL.cmake:
1547 * Source/cmake/FindWebP.cmake:
1548 * Source/cmake/OptionsEfl.cmake:
1550 2015-10-13 Dean Jackson <dino@apple.com>
1552 Device motion and orientation should only be visible from the main frame's security origin
1553 https://bugs.webkit.org/show_bug.cgi?id=150072
1554 <rdar://problem/23082036>
1556 Reviewed by Brent Fulgham.
1558 Add a manual test for cross-origin device orientation events, while
1559 we're waiting on the mock client to be supported everywhere.
1561 * ManualTests/deviceorientation-child-frame.html: Added.
1562 * ManualTests/deviceorientation-main-frame-only.html: Added.
1564 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1566 [GTK] OSX linker doesn't understand --whole-archive
1567 https://bugs.webkit.org/show_bug.cgi?id=144557
1569 Reviewed by Martin Robinson.
1571 * Source/cmake/OptionsGTK.cmake: Turn the macro
1572 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1573 because XCode's linker doesn't have the --whole-archive option.
1575 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1577 [GTK] Use --version-script only on Linux
1578 https://bugs.webkit.org/show_bug.cgi?id=144555
1580 Reviewed by Philippe Normand.
1582 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1583 option on Darwin (whose linker doesn't support it.)
1585 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1587 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1588 https://bugs.webkit.org/show_bug.cgi?id=149947
1590 Reviewed by Csaba Osztrogonác.
1592 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1595 * Source/cmake/OptionsMac.cmake:
1596 * Source/cmake/OptionsWin.cmake:
1597 * Source/cmake/WebKitFeatures.cmake:
1599 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1601 Fix ENABLE_OPENGL=OFF builds
1602 https://bugs.webkit.org/show_bug.cgi?id=146511
1604 Reviewed by Darin Adler.
1606 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1607 ENABLE_OPENGL due to EGL usage.
1609 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1611 Convert focused-input-should-assist-on-touch.html into an automated test
1612 https://bugs.webkit.org/show_bug.cgi?id=149724
1614 Reviewed by Simon Fraser.
1616 Remove a manual test that can now be rewritten as an automated test.
1618 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1620 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1622 [Win] Unreviewed CMake build fix.
1624 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1625 and make sure exception handling is turned off.
1627 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1629 [Win] Unreviewed build fix after CMake conversion.
1631 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1633 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1635 [GTK][CMake] Warning about CMP0058
1636 https://bugs.webkit.org/show_bug.cgi?id=149627
1638 Reviewed by Martin Robinson.
1640 Opt-in to the new behavior for CMP0058.
1644 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1646 [Win] Unreviewed build fix for internal systems.
1648 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1649 location for include and link libraries, rather than the system locations.
1651 2015-09-28 Alex Christensen <achristensen@webkit.org>
1653 Build WK1 with CMake on Mac
1654 https://bugs.webkit.org/show_bug.cgi?id=149604
1656 Reviewed by Chris Dumez.
1658 * Source/cmake/OptionsMac.cmake:
1659 * Source/cmake/WebKitMacros.cmake:
1660 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1662 2015-09-25 Alex Christensen <achristensen@webkit.org>
1664 Clean up CMake build on Mac
1665 https://bugs.webkit.org/show_bug.cgi?id=149573
1667 Reviewed by Chris Dumez.
1669 * Source/cmake/OptionsMac.cmake:
1671 2015-09-25 Alex Christensen <achristensen@webkit.org>
1673 [Win] Switch to CMake
1674 https://bugs.webkit.org/show_bug.cgi?id=148111
1676 Reviewed by Brent Fulgham.
1678 * Source/cmake/WinTools.make: Added.
1679 * Source/cmake/tools: Added.
1680 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1681 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1683 2015-09-25 Alex Christensen <achristensen@webkit.org>
1685 Prepare internal AppleWin build for CMake
1686 https://bugs.webkit.org/show_bug.cgi?id=149570
1688 Reviewed by Brent Fulgham.
1690 * Source/PlatformWin.cmake:
1691 Include internal CMake files if they exist.
1693 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1695 Add a file of pointer-lock to cmake ports
1696 https://bugs.webkit.org/show_bug.cgi?id=149453
1698 Reviewed by Csaba Osztrogonác.
1700 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1702 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1704 [CMake] Allow to enable OpenMP support.
1705 https://bugs.webkit.org/show_bug.cgi?id=149457
1707 Reviewed by Csaba Osztrogonác.
1709 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1710 will enable the support for OpenMP. Currently this is only used as
1711 an alternative implementation to native threads for the parallelization
1712 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1713 as it could be also used to enable future features that depend on OpenMP.
1715 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1717 [EFL] Build break when DEVELOPER_MODE is OFF
1718 https://bugs.webkit.org/show_bug.cgi?id=149448
1720 Reviewed by Gyuyoung Kim.
1722 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1724 * Source/cmake/eflsymbols.filter:
1726 2015-09-21 Alex Christensen <achristensen@webkit.org>
1728 Disable PICTURE_SIZES in Windows CMake build like r189745.
1729 https://bugs.webkit.org/show_bug.cgi?id=149125
1731 * Source/cmake/OptionsWin.cmake:
1732 Do the same thing as r189745.
1734 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1736 Removing XHR_TIMEOUT guard
1738 Remove XHR_TIMEOUT compilation guard
1739 https://bugs.webkit.org/show_bug.cgi?id=149260
1741 Reviewed by Benjamin Poulain.
1743 * Source/cmake/OptionsEfl.cmake:
1744 * Source/cmake/OptionsGTK.cmake:
1745 * Source/cmake/OptionsMac.cmake:
1746 * Source/cmake/OptionsWin.cmake:
1747 * Source/cmake/WebKitFeatures.cmake:
1749 2015-09-18 Alex Christensen <achristensen@webkit.org>
1751 Fix tests on Windows after switching to CMake.
1752 https://bugs.webkit.org/show_bug.cgi?id=149339
1754 Reviewed by Brent Fulgham.
1756 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1758 2015-09-17 Alex Christensen <achristensen@webkit.org>
1760 Fix Windows EWS build after r189934.
1762 * Source/cmake/OptionsWin.cmake:
1763 Use WEBKIT_LIBRARIES environment variable if it exists.
1764 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1766 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1768 Add ShadowRoot interface and Element.prototype.attachShadow
1769 https://bugs.webkit.org/show_bug.cgi?id=149187
1771 Reviewed by Antti Koivisto.
1773 * Source/cmake/OptionsGTK.cmake:
1775 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1777 [cmake] Enable debug fission only if it is supported
1778 https://bugs.webkit.org/show_bug.cgi?id=149161
1780 Reviewed by Martin Robinson.
1782 * Source/cmake/OptionsCommon.cmake:
1784 2015-09-14 Alex Christensen <achristensen@webkit.org>
1786 Progress towards CMake on Mac.
1787 https://bugs.webkit.org/show_bug.cgi?id=149123
1789 Reviewed by Chris Dumez.
1791 * Source/cmake/OptionsMac.cmake:
1792 * Source/cmake/WebKitFeatures.cmake:
1793 Defined and enabled some more features needed on Mac.
1794 * Source/cmake/WebKitMacros.cmake:
1795 Objective C bindings need special changes when generating:
1796 Some of the bindings do not generate a .mm file but the header is needed.
1797 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1798 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1800 2015-09-08 Daniel Bates <dabates@apple.com>
1802 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1803 https://bugs.webkit.org/show_bug.cgi?id=74729
1804 <rdar://problem/22550195>
1806 Reviewed by Jon Honeycutt.
1808 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1809 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1811 2015-09-06 Andy Estes <aestes@apple.com>
1813 WebKit.xcworkspace should be be able to build iOS platforms
1814 https://bugs.webkit.org/show_bug.cgi?id=148881
1816 Reviewed by Daniel Bates.
1818 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1819 for all supported platforms.
1821 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1822 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1824 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1826 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1827 photo library uploads a JPEG
1828 https://bugs.webkit.org/show_bug.cgi?id=148849
1830 Reviewed by Daniel Bates.
1832 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1833 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1834 functionality doesn't exist on iOS, so we'll add a manual test.
1835 This tests that the first few bytes of the selected file are "GIF".
1837 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1839 Follow-up patch for r189343.
1840 https://bugs.webkit.org/show_bug.cgi?id=148795
1842 Rubber-stamped by Csaba Osztrogonác.
1844 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1845 to 1.9, since this seems to be enough to fix the build failure.
1846 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1848 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1850 [CMake] Trigger the memory-reduction tricks on armhf too
1851 https://bugs.webkit.org/show_bug.cgi?id=146640
1853 Reviewed by Csaba Osztrogonác.
1855 * Source/cmake/OptionsCommon.cmake:
1856 Activate --no-keep-memory even on armhf to reduce the amount of memory
1857 needed during linking, to avoid out-of-memory failures as much as
1860 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1862 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1863 https://bugs.webkit.org/show_bug.cgi?id=148795
1865 Rubber-stamped by Carlos Garcia Campos.
1867 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1869 2015-09-02 Alex Christensen <achristensen@webkit.org>
1871 Make bison grammar compatible with bison 2.1
1872 https://bugs.webkit.org/show_bug.cgi?id=148731
1874 Reviewed by Tim Horton.
1876 * Source/cmake/WebKitCommon.cmake:
1879 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1881 [CMake] Build with Debug Fission on by default on Debug builds.
1882 https://bugs.webkit.org/show_bug.cgi?id=148639
1884 Reviewed by Martin Robinson.
1886 * Source/cmake/OptionsCommon.cmake:
1888 2015-08-29 Alex Christensen <achristensen@webkit.org>
1890 Unreviewed build fix after r179923.
1892 * Source/CMakeLists.txt:
1893 bmalloc isn't ported to Windows yet.
1895 2015-08-27 Alex Christensen <achristensen@webkit.org>
1897 Isolate Source directories in CMake build
1898 https://bugs.webkit.org/show_bug.cgi?id=148389
1900 Reviewed by Brent Fulgham.
1903 * Source/cmake/WebKitCommon.cmake:
1904 Move package finding to WebKitCommon.
1906 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1908 [Win] Build does not generate debug info.
1909 https://bugs.webkit.org/show_bug.cgi?id=148431
1911 Reviewed by Alex Christensen.
1913 Generate debug info for Windows builds.
1915 * Source/cmake/OptionsWin.cmake:
1917 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1919 [GTK] Disable ACCELERATED_2D_CANVAS by default
1920 https://bugs.webkit.org/show_bug.cgi?id=148473
1922 Reviewed by Martin Robinson.
1924 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1925 but not on Debian (which does not). We've known this was problematic for a while, since it
1926 means we have two different sets of distro-dependent bugs, but never decided whether that
1927 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1928 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1929 to turn it on for Debian.
1931 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1934 * Source/cmake/OptionsGTK.cmake:
1936 2015-08-25 Commit Queue <commit-queue@webkit.org>
1938 Unreviewed, rolling out r188919.
1939 https://bugs.webkit.org/show_bug.cgi?id=148452
1941 broke build (Requested by alexchristensen on #webkit).
1945 "[Win] Build does not generate debug info."
1946 https://bugs.webkit.org/show_bug.cgi?id=148431
1947 http://trac.webkit.org/changeset/188919
1949 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1951 [GTK] r186800 broke the build on Ubuntu 14.04
1952 https://bugs.webkit.org/show_bug.cgi?id=147559
1954 Reviewed by Martin Robinson.
1956 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1957 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1959 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1961 [Win] Build does not generate debug info.
1962 https://bugs.webkit.org/show_bug.cgi?id=148431
1964 Reviewed by Brent Fulgham.
1966 Generate debug info for Windows builds.
1968 * Source/cmake/OptionsWin.cmake:
1970 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1972 [GTK] Auto-detection of cairo-gl fails
1973 https://bugs.webkit.org/show_bug.cgi?id=148189
1975 Reviewed by Žan Doberšek.
1977 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1978 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1979 deemed available, which might not be the case.
1980 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1982 2015-08-19 Alex Christensen <achristensen@webkit.org>
1984 CMake Windows build should not include files directly from other Source directories
1985 https://bugs.webkit.org/show_bug.cgi?id=148198
1987 Reviewed by Brent Fulgham.
1989 * Source/cmake/WebKitMacros.cmake:
1991 2015-08-19 Alex Christensen <achristensen@webkit.org>
1993 Build TestWTF on Mac with CMake.
1994 https://bugs.webkit.org/show_bug.cgi?id=147972
1996 Reviewed by Tim Horton.
1998 * Source/cmake/OptionsMac.cmake:
1999 Enable API tests in Mac's CMake build.
2001 2015-08-18 Alex Christensen <achristensen@webkit.org>
2003 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
2004 https://bugs.webkit.org/show_bug.cgi?id=148127
2006 Reviewed by Martin Robinson.
2009 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
2011 2015-08-17 Alex Christensen <achristensen@webkit.org>
2013 [Win CMake] Allow WebKitLibraries directory to be set from the command line
2014 https://bugs.webkit.org/show_bug.cgi?id=148112
2016 Reviewed by Brent Fulgham.
2018 * Source/cmake/OptionsWin.cmake:
2019 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
2020 Instead, use the default location if nothing is passed in from the command line.
2021 This way we can set it from the command line for the AppleInternal build.
2022 Also, set the output directories to be consistent between the old and new build systems (and ninja).
2024 2015-08-17 Alex Christensen <achristensen@webkit.org>
2026 Build Debug Suffix on Windows with CMake
2027 https://bugs.webkit.org/show_bug.cgi?id=148083
2029 Reviewed by Brent Fulgham.
2031 * Source/cmake/OptionsWin.cmake:
2032 Use debug libraries in debug suffix builds.
2034 2015-08-17 Alex Christensen <achristensen@webkit.org>
2036 Move some commands from ./CMakeLists.txt to Source/cmake
2037 https://bugs.webkit.org/show_bug.cgi?id=148003
2039 Reviewed by Brent Fulgham.
2042 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
2043 so we can change directory structure from command line parameters.
2044 * Source/cmake/OptionsAppleWin.cmake:
2045 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
2046 * Source/cmake/OptionsWinCairo.cmake:
2047 * Source/cmake/OptionsWindows.cmake: Removed.
2048 * Source/cmake/WebKitCommon.cmake: Added.
2049 * Source/cmake/WebKitFS.cmake:
2051 2015-08-13 Commit Queue <commit-queue@webkit.org>
2053 Unreviewed, rolling out r188428.
2054 https://bugs.webkit.org/show_bug.cgi?id=148015
2056 broke cmake build (Requested by alexchristensen on #webkit).
2060 "Move some commands from ./CMakeLists.txt to Source/cmake"
2061 https://bugs.webkit.org/show_bug.cgi?id=148003
2062 http://trac.webkit.org/changeset/188428
2064 2015-08-13 Alex Christensen <achristensen@webkit.org>
2066 Move some commands from ./CMakeLists.txt to Source/cmake
2067 https://bugs.webkit.org/show_bug.cgi?id=148003
2069 Reviewed by Brent Fulgham.
2072 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
2073 so we can change directory structure from command line parameters.
2074 * Source/cmake/WebKitCommon.cmake: Added.
2075 * Source/cmake/WebKitFS.cmake:
2077 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
2079 A focused node should not be assisted when handling touch events synchronously
2080 https://bugs.webkit.org/show_bug.cgi?id=147836
2082 Reviewed by Enrica Casucci.
2084 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
2086 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
2087 input can still be assisted due to a touch event.
2088 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
2089 event does not automatically cause us to assist the currently focused node.
2091 2015-08-12 Alex Christensen <achristensen@webkit.org>
2093 Fix Debug CMake builds on Windows
2094 https://bugs.webkit.org/show_bug.cgi?id=147940
2096 Reviewed by Chris Dumez.
2098 * Source/cmake/OptionsWindows.cmake:
2099 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
2101 2015-08-10 Alex Christensen <achristensen@webkit.org>
2103 Build TestWebKitAPI with CMake on Windows
2104 https://bugs.webkit.org/show_bug.cgi?id=147851
2106 Reviewed by Chris Dumez.
2108 * Source/cmake/OptionsWindows.cmake:
2109 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
2111 2015-08-06 Alex Christensen <achristensen@webkit.org>
2113 [Win] CMake build fix after r188098.
2115 * Source/cmake/OptionsWinCairo.cmake:
2116 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
2118 2015-08-04 Alex Christensen <achristensen@webkit.org>
2120 Fix quirks with CMake and VS2015
2121 https://bugs.webkit.org/show_bug.cgi?id=147663
2123 Reviewed by Brent Fulgham.
2125 * Source/cmake/OptionsWindows.cmake:
2126 Hide some warnings. Using the same variable names in nested scopes is ok for now.
2127 Disable INTL for now.
2129 2015-08-04 Alex Christensen <achristensen@webkit.org>
2131 Enable WebGL on Windows CMake build.
2132 https://bugs.webkit.org/show_bug.cgi?id=143311
2134 Reviewed by Csaba Osztrogonác.
2136 * Source/cmake/OptionsWindows.cmake:
2137 Enable WebGL by default in CMake builds now that it works.
2139 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
2141 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
2142 https://bugs.webkit.org/show_bug.cgi?id=147625
2144 Reviewed by Martin Robinson.
2146 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
2147 components unless they were actually found, not to accidentally
2148 enable Accelerated 2D canvas, which would cause the build to fail.
2150 * Source/cmake/FindCairoGL.cmake: Set this variables only when
2151 pkg_check_modules() had actually found the relevant component.
2153 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
2155 [CMake] Add an option to build AllInOne files
2156 https://bugs.webkit.org/show_bug.cgi?id=102647
2158 Reviewed by Alex Christensen.
2160 * Source/cmake/OptionsEfl.cmake: Disabled by default.
2161 * Source/cmake/OptionsGTK.cmake: Disabled by default.
2162 * Source/cmake/OptionsWindows.cmake: Enabled by default.
2163 * Source/cmake/WebKitFeatures.cmake:
2164 * Source/cmake/WebKitMacros.cmake:
2166 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
2168 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
2170 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2172 2015-07-31 Alex Christensen <achristensen@webkit.org>
2174 Prepare for debug CMake builds on Windows.
2175 https://bugs.webkit.org/show_bug.cgi?id=147484
2177 Reviewed by Tim Horton.
2179 * Source/cmake/OptionsWindows.cmake:
2180 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
2182 2015-07-30 Joonghun Park <jh718.park@samsung.com>
2184 [EFL] Enable IndexedDB based on DatabaseProcess
2185 https://bugs.webkit.org/show_bug.cgi?id=147221
2187 Reviewed by Csaba Osztrogonác.
2189 * Source/cmake/OptionsEfl.cmake:
2191 2015-07-30 Alex Christensen <achristensen@webkit.org>
2193 Build AppleWin port with CMake
2194 https://bugs.webkit.org/show_bug.cgi?id=147385
2196 Reviewed by Martin Robinson.
2198 * Source/cmake/OptionsWindows.cmake:
2199 Use the static multithreaded runtime. Based on
2200 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
2202 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
2204 Implement basic types for ECMAScript Internationalization API
2205 https://bugs.webkit.org/show_bug.cgi?id=146926
2207 Reviewed by Benjamin Poulain.
2209 Enable flag now that the basic objects are in place.
2211 * Source/cmake/WebKitFeatures.cmake: enable INTL
2213 2015-07-29 Basile Clement <basile_clement@apple.com>
2215 Remove native call inlining
2216 https://bugs.webkit.org/show_bug.cgi?id=147417
2218 Rubber-stamped by Filip Pizlo.
2220 * Source/cmake/OptionsEfl.cmake:
2221 * Source/cmake/WebKitFeatures.cmake:
2223 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
2225 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
2226 https://bugs.webkit.org/show_bug.cgi?id=147350
2228 Reviewed by Sam Weinig.
2230 * Source/cmake/WebKitFeatures.cmake:
2232 2015-07-27 Alex Christensen <achristensen@webkit.org>
2234 Use Ninja on Windows.
2235 https://bugs.webkit.org/show_bug.cgi?id=147228
2237 Reviewed by Martin Robinson.
2239 * Source/cmake/OptionsWindows.cmake:
2240 Only use /MP when using generated Visual Studio solution files to build.
2241 It makes compiling parallel in MSVC, but Ninja doesn't like it.
2243 2015-07-27 Alex Christensen <achristensen@webkit.org>
2245 Progress towards building AppleWin with CMake
2246 https://bugs.webkit.org/show_bug.cgi?id=147325
2248 Reviewed by Martin Robinson.
2250 * Source/cmake/OptionsWindows.cmake:
2251 Link with 64-bit libraries if building 64-bit binaries.
2252 Don't run regular expressions on empty strings when using Ninja.
2253 Removed DebugSuffix Visual Studio environment variables.
2255 2015-07-23 Alex Christensen <achristensen@webkit.org>
2257 Remove compile and runtime flags for promises.
2258 https://bugs.webkit.org/show_bug.cgi?id=147244
2260 Reviewed by Yusuke Suzuki.
2262 * Source/cmake/OptionsMac.cmake:
2263 * Source/cmake/OptionsWindows.cmake:
2264 * Source/cmake/WebKitFeatures.cmake:
2266 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
2268 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
2269 https://bugs.webkit.org/show_bug.cgi?id=147212
2271 Reviewed by Filip Pizlo.
2273 * Source/cmake/WebKitFeatures.cmake:
2275 2015-07-22 Alex Christensen <achristensen@webkit.org>
2277 Fix quirks in CMake build on Mac and Windows
2278 https://bugs.webkit.org/show_bug.cgi?id=147174
2280 Reviewed by Gyuyoung Kim.
2283 * Source/cmake/OptionsWindows.cmake:
2284 Added options I removed in r187022. They are indeed needed.
2285 * Source/cmake/WebKitFS.cmake:
2286 Make the DerivedSources/WebKit directory.
2288 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2290 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
2292 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2294 2015-07-20 Alex Christensen <achristensen@webkit.org>
2296 Resurrect CMake build on Windows.
2297 https://bugs.webkit.org/show_bug.cgi?id=147083
2299 Reviewed by Gyuyoung Kim.
2301 * Source/cmake/OptionsCommon.cmake:
2302 * Source/cmake/OptionsWindows.cmake:
2303 Change features to get it to compile. Still not a complete feature set.
2305 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
2307 [GTK] Add seccomp filters support
2308 https://bugs.webkit.org/show_bug.cgi?id=110014
2310 Reviewed by Žan Doberšek.
2312 Find needed compiler and linker flags for libseccomp.
2314 * Source/cmake/OptionsGTK.cmake:
2316 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
2318 Bring back the GNU ar check to create thin archives on non-Linux systems
2319 https://bugs.webkit.org/show_bug.cgi?id=146681
2321 Reviewed by Martin Robinson.
2323 We already use GNU ar thin archive feature to save time and disk space
2324 on creating static archives, but it is only enabled on Linux. Without
2325 this feature, the debug build of WebCore can be larger than 4 GiB,
2326 which can cause error because GNU ar format uses 32-bit integer to
2327 store offsets in the symbol table. This patch is similar to
2328 https://bugs.webkit.org/show_bug.cgi?id=128596.
2330 * Source/cmake/OptionsCommon.cmake:
2332 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2334 [GTK] [Wayland] Build by default the X11 and Wayland targets.
2335 https://bugs.webkit.org/show_bug.cgi?id=146057
2337 Reviewed by Carlos Garcia Campos.
2339 * Source/cmake/OptionsGTK.cmake:
2341 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
2343 [GTK] ar warning when linking static libraries
2344 https://bugs.webkit.org/show_bug.cgi?id=144988
2346 Reviewed by Carlos Garcia Campos.
2348 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
2349 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
2350 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
2351 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
2352 should either stop using 'u' or else add 'U' as well in order to disable deterministic
2353 archives. Using 'U' should result in a somewhat faster build (at least when using the
2354 Makefile generator), but it's unlikely that the difference is significant, so let's simply
2355 remove 'u' until someone determines otherwise. This seems like a better option than adding
2356 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
2357 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
2358 behavior change on distributions that do not use --enable-deterministic-archives, notably
2361 * Source/cmake/OptionsCommon.cmake:
2363 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
2365 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
2366 https://bugs.webkit.org/show_bug.cgi?id=146590
2368 Reviewed by Martin Robinson.
2370 * Source/PlatformGTK.cmake: override the cached variables to
2371 forcefully disable gtk-doc and gobject-introspection when
2373 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
2374 documentation syntax when cross-building.
2377 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
2379 [EFL] test_ewk2_application_cache_manager has been failed since r185527
2380 https://bugs.webkit.org/show_bug.cgi?id=146016
2382 Reviewed by Gyuyoung Kim.
2384 In order to handle properly WebApplicationCacheManagerProxy implementation which use
2385 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
2386 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
2388 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
2390 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
2392 Implement ECMAScript Internationalization API
2393 https://bugs.webkit.org/show_bug.cgi?id=90906
2395 Reviewed by Benjamin Poulain.
2397 Begin implementing the Intl apis behind ENABLE_INTL flag.
2398 Create the base Intl namespace object.
2400 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
2402 2015-06-30 Philippe Normand <pnormand@igalia.com>
2404 [CMake] Error when gst-plugins-base is missing is too confusing
2405 https://bugs.webkit.org/show_bug.cgi?id=145682
2407 Reviewed by Carlos Garcia Campos.
2409 * Source/cmake/OptionsGTK.cmake: Error out if the required
2410 GStreamer libraries are not found on the host.
2412 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
2414 CairoGL should be checked unconditionally
2415 https://bugs.webkit.org/show_bug.cgi?id=146390
2417 Reviewed by Darin Adler.
2419 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
2420 it is run unconditionally; this is necessary because its result
2421 is used later on, outside of any conditions.
2423 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
2425 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
2426 https://bugs.webkit.org/show_bug.cgi?id=146318
2428 Reviewed by Sergio Villar Senin.
2430 Enable PUBLIC_SUFFIX_LIST for GTK+.
2432 * Source/cmake/OptionsGTK.cmake:
2434 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
2436 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
2438 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2440 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
2442 [EFL] Hyphenation is not supported
2443 https://bugs.webkit.org/show_bug.cgi?id=89830
2445 Reviewed by Gyuyoung Kim.
2447 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
2449 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
2451 [CMake] Add support for building with various sanitizer tools
2452 https://bugs.webkit.org/show_bug.cgi?id=131941
2454 Reviewed by Martin Robinson.
2456 * Source/PlatformGTK.cmake: Don't generate any documentation
2457 when compiling with sanitizers enabled.
2458 * Source/cmake/OptionsCommon.cmake: Allow linking with
2459 undefined symbols when compiling with sanitizers enabled.
2461 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
2463 libwebkit2gtk fails to link without opengl
2464 https://bugs.webkit.org/show_bug.cgi?id=138332
2466 Reviewed by Carlos Garcia Campos.
2468 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
2469 enabled regardless of whether OpenGL is, because certain symbols
2470 such as WebCore::GraphicsLayer::create() need to be built.
2472 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
2474 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
2475 https://bugs.webkit.org/show_bug.cgi?id=146181
2477 Reviewed by Martin Robinson.
2479 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
2481 * Source/cmake/OptionsGTK.cmake:
2483 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
2485 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
2486 https://bugs.webkit.org/show_bug.cgi?id=146171
2488 Reviewed by Gyuyoung Kim.
2490 * Source/cmake/OptionsEfl.cmake:
2491 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
2493 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
2495 [CMake] FindGTK3.cmake should not modify the values of build options
2496 https://bugs.webkit.org/show_bug.cgi?id=144613
2498 Reviewed by Martin Robinson.
2500 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
2501 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
2502 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
2503 GTK3_SUPPORTS_GESTURES for consistency.
2504 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
2505 available. It's not possible to automatically select a backend correctly anymore, since all
2506 options are set at the same time.
2508 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2510 Remove unnecessary svn:executable flags
2511 https://bugs.webkit.org/show_bug.cgi?id=146107
2513 Reviewed by Alexey Proskuryakov.
2515 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
2516 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
2517 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
2518 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
2519 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
2521 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
2523 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
2524 https://bugs.webkit.org/show_bug.cgi?id=146108
2526 Reviewed by Gyuyoung Kim.
2528 * Source/cmake/OptionsEfl.cmake:
2530 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
2532 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
2533 https://bugs.webkit.org/show_bug.cgi?id=146035
2535 Reviewed by Gyuyoung Kim.
2537 * Source/cmake/OptionsEfl.cmake:
2539 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
2541 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2542 https://bugs.webkit.org/show_bug.cgi?id=145701
2544 Reviewed by Darin Adler.
2546 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2548 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
2550 [iOS] Crash long pressing on <input type=file>
2551 https://bugs.webkit.org/show_bug.cgi?id=146009
2552 <rdar://problem/21234453>
2554 Reviewed by Ryosuke Niwa.
2556 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
2558 2015-06-16 Brent Fulgham <bfulgham@apple.com>
2560 Rollout accidental Xcode project change.
2562 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2564 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2566 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2567 https://bugs.webkit.org/show_bug.cgi?id=145909
2569 Reviewed by Csaba Osztrogonác.
2571 Bump EWebKit version based on efl library version used by the EWebKit.
2573 * Source/cmake/OptionsEfl.cmake:
2575 2015-06-11 Commit Queue <commit-queue@webkit.org>
2577 Unreviewed, rolling out r185453.
2578 https://bugs.webkit.org/show_bug.cgi?id=145881
2580 it broke the 32-bit build (Requested by clopez on #webkit).
2584 "[GTK] [Wayland] Should be possible to build with support for
2585 both X11 and Wayland."
2586 https://bugs.webkit.org/show_bug.cgi?id=145701
2587 http://trac.webkit.org/changeset/185453
2589 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2591 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2592 https://bugs.webkit.org/show_bug.cgi?id=145701
2594 Reviewed by Žan Doberšek.
2596 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2598 2015-06-03 Daniel Bates <dabates@apple.com>
2600 Caps lock indicator should not be shown in read-only or disabled field
2601 https://bugs.webkit.org/show_bug.cgi?id=145612
2602 <rdar://problem/21227454>
2604 Reviewed by Darin Adler.
2606 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2607 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2608 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2610 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2612 [cmake] Suppress parentheses-equality warnings
2613 https://bugs.webkit.org/show_bug.cgi?id=145126
2615 Reviewed by Darin Adler.
2617 * Source/cmake/WebKitHelpers.cmake:
2619 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2621 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2622 https://bugs.webkit.org/show_bug.cgi?id=145408
2624 Reviewed by Carlos Garcia Campos.
2626 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2627 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2628 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2630 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2631 libraries. Detect also GLX libraries.
2632 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2633 libraries. Use find_path() to get the include path.
2634 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2636 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2637 depending on the libraries found on the system.
2638 Move the detection of GLX (and the include of CMakePushCheckState)
2639 to FindOpenGL.cmake.
2640 Ensure that we only define USE_GLX when we build with OpenGL
2641 (but not with GLESv2).
2643 2015-05-27 Dean Jackson <dino@apple.com>
2645 img.currentSrc problem in strict mode with old picturefill
2646 https://bugs.webkit.org/show_bug.cgi?id=144095
2647 <rdar://problem/21087013>
2649 Reviewed by Simon Fraser.
2651 Add a PICTURE_SIZES flag.
2653 * Source/cmake/OptionsEfl.cmake:
2654 * Source/cmake/OptionsGTK.cmake:
2655 * Source/cmake/OptionsMac.cmake:
2656 * Source/cmake/OptionsWindows.cmake:
2657 * Source/cmake/WebKitFeatures.cmake:
2659 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2661 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2663 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2665 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2667 Unreviewed. Export DatabaseProcessMainUnix symbol.
2669 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2670 is exported in production builds.
2672 * Source/cmake/gtksymbols.filter:
2674 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2676 [GTK] Enable IndexedDB
2677 https://bugs.webkit.org/show_bug.cgi?id=98932
2679 Reviewed by Žan Doberšek.
2681 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2682 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2684 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2686 [GTK] Bump GCC requirements to 4.9.0
2687 https://bugs.webkit.org/show_bug.cgi?id=145211
2689 Reviewed by Žan Doberšek.
2691 It's required to build with IndexedDB support when using GCC,
2692 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2694 * Source/cmake/OptionsGTK.cmake:
2696 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2698 [CMake] Ignore warnings in system headers
2699 https://bugs.webkit.org/show_bug.cgi?id=144747
2701 Reviewed by Darin Adler.
2703 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2704 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2705 use the SYSTEM argument to the command (added in 2.8.12).
2709 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2711 [CMake] Error out when ruby is too old
2712 https://bugs.webkit.org/show_bug.cgi?id=145014
2714 Reviewed by Martin Robinson.
2716 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2721 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2723 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2724 https://bugs.webkit.org/show_bug.cgi?id=144995
2726 Reviewed by Carlos Garcia Campos.
2728 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2729 the X11 windowing target at the moment, so the following options
2730 and variables should be enabled or disabled accordingly:
2731 - ENABLE_PLUGIN_PROCESS_GTK2
2732 - ENABLE_NETSCAPE_PLUGIN_API
2733 - ENABLE_PLUGIN_PROCESS
2735 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2737 Linker fails without -DDEVELOPER_MODE=ON
2738 https://bugs.webkit.org/show_bug.cgi?id=144117
2740 Reviewed by Gyuyoung Kim.
2742 * Source/cmake/OptionsEfl.cmake:
2743 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2744 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2746 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2748 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2749 https://bugs.webkit.org/show_bug.cgi?id=144846
2751 Reviewed by Martin Robinson.
2753 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2754 CAIRO_GL_* throughout, because find_package will define
2756 * Source/cmake/OptionsGTK.cmake: Ditto.
2758 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2760 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2761 https://bugs.webkit.org/show_bug.cgi?id=144845
2763 Reviewed by Martin Robinson.
2765 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2766 if their corresponding WTF options are ON. The code in npapi.h
2767 relies on these being undefined if they are to be switched off.
2769 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2771 Remove the PICTURE_SIZES build flag
2772 https://bugs.webkit.org/show_bug.cgi?id=144679
2774 Reviewed by Benjamin Poulain.
2776 Removed the PICTURE_SIZES build time flag.
2778 * Source/cmake/OptionsEfl.cmake:
2779 * Source/cmake/OptionsGTK.cmake:
2780 * Source/cmake/OptionsMac.cmake:
2781 * Source/cmake/OptionsWindows.cmake:
2782 * Source/cmake/WebKitFeatures.cmake:
2784 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2786 [GTK] [CMake] Check for required X libraries
2787 https://bugs.webkit.org/show_bug.cgi?id=144823
2789 Reviewed by Martin Robinson.
2791 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2793 * Source/cmake/OptionsGTK.cmake:
2795 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2797 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2798 https://bugs.webkit.org/show_bug.cgi?id=144746
2800 Reviewed by Carlos Garcia Campos.
2802 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2803 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2804 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2806 * Source/cmake/OptionsGTK.cmake:
2808 2015-05-08 Daniel Bates <dabates@apple.com>
2810 [iOS] WebSQL operations are not performed after device is locked
2811 https://bugs.webkit.org/show_bug.cgi?id=137503
2812 <rdar://problem/20844952>
2814 Rubber-stamped by Alexey Proskuryakov.
2816 Add a manual test to help verify that we do not regress this issue.
2818 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2820 2015-05-08 Commit Queue <commit-queue@webkit.org>
2822 Unreviewed, rolling out r183945.
2823 https://bugs.webkit.org/show_bug.cgi?id=144789
2825 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2829 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2830 https://bugs.webkit.org/show_bug.cgi?id=144746
2831 http://trac.webkit.org/changeset/183945
2833 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2835 Cleanup after r183940
2836 https://bugs.webkit.org/show_bug.cgi?id=144768
2840 Looks like the empty directories were not deleted.
2842 * Source/PAL: Removed.
2843 * Source/PAL/Configurations: Removed.
2844 * Source/PAL/PAL.xcodeproj: Removed.
2845 * Source/PAL/graphics: Removed.
2847 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2849 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2850 https://bugs.webkit.org/show_bug.cgi?id=144746
2852 Reviewed by Martin Robinson.
2854 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2855 what it is defined to, so defining it to 0 effectively turned it on always.
2857 * Source/cmake/OptionsGTK.cmake:
2859 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2861 Revert "Introducing the Platform Abstraction Layer (PAL)"
2862 https://bugs.webkit.org/show_bug.cgi?id=144751
2866 PAL should be a new target inside WebCore, rather than a top-level folder.
2868 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2870 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2872 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2874 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2876 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2878 Introducing the Platform Abstraction Layer (PAL)
2879 https://bugs.webkit.org/show_bug.cgi?id=143358
2881 Reviewed by Simon Fraser.
2883 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2885 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2887 [cmake] Disable GNU Gold linker on Cortex A53
2888 https://bugs.webkit.org/show_bug.cgi?id=144382
2890 Reviewed by Carlos Garcia Campos.
2892 * Source/cmake/OptionsCommon.cmake:
2894 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2896 USE(...) macro should expect unprefixed variables
2897 https://bugs.webkit.org/show_bug.cgi?id=144454
2899 Reviewed by Daniel Bates.
2901 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2902 * Source/cmake/OptionsEfl.cmake: Ditto.
2903 * Source/cmake/OptionsGTK.cmake: Ditto.
2904 * Source/cmake/OptionsMac.cmake: Ditto.
2905 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2906 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2909 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2911 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2912 https://bugs.webkit.org/show_bug.cgi?id=144394
2914 Reviewed by Carlos Garcia Campos.
2916 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2917 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2918 disabled in previous reworking of the CMake configuration.
2920 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2921 version of USE variables.
2922 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2923 is exposed to the build.
2925 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2927 Unreviewed. Bump GTK+ version numbers.
2929 * Source/cmake/OptionsGTK.cmake:
2931 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2933 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2934 https://bugs.webkit.org/show_bug.cgi?id=144435
2936 Reviewed by Gyuyoung Kim.
2938 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2939 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2941 * Source/cmake/OptionsEfl.cmake:
2943 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2945 REGRESSION(183583): [Mac] make without SDKROOT has issues
2946 https://bugs.webkit.org/show_bug.cgi?id=144431
2948 Reviewed by Dan Bernstein.
2951 Assume an empty SDKROOT means an macosx variant, so only
2952 enable settings if the SDKROOT is not empty and does not
2955 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2957 Fix the GTK+ build after r183584
2959 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2961 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2963 [GTK] Add support for automatic hyphenation
2964 https://bugs.webkit.org/show_bug.cgi?id=44478
2966 Reviewed by Carlos Garcia Campos.
2968 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2969 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2970 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2972 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2974 Failure when building WebKit for appletvsimulator.
2975 https://bugs.webkit.org/show_bug.cgi?id=144356
2977 Reviewed by Alexey Proskuryakov.
2979 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2980 make TVOS and WatchOS behave correctly.
2984 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2986 [CMake] [GTK] Organize and clean up unused CMake variables
2987 https://bugs.webkit.org/show_bug.cgi?id=144364
2989 Reviewed by Gyuyoung Kim.
2991 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2992 specific to certain projects into their PlatformGTK.cmake files.
2994 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2996 [EFL] Build failure to find gio-unix
2997 https://bugs.webkit.org/show_bug.cgi?id=144083
2999 Reviewed by Gyuyoung Kim.
3001 Original patch by Doug Newgard <scimma22@outlook.com>
3003 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
3005 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
3007 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
3008 https://bugs.webkit.org/show_bug.cgi?id=143001
3010 Reviewed by Gyuyoung Kim.
3012 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
3013 * Source/cmake/OptionsGTK.cmake: Ditto.
3015 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
3017 Unreviewed, fix typo in previous commit
3019 libsecretr -> libsecret in the error message.
3021 * Source/cmake/OptionsGTK.cmake:
3023 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
3025 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
3026 https://bugs.webkit.org/show_bug.cgi?id=143546
3028 Reviewed by Martin Robinson.
3030 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
3031 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
3032 default. Fail the build with an informative error message if an optional dependency required
3033 for an enabled feature is not present. Perform find_package commands only when necessary.
3034 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
3037 * Source/cmake/OptionsGTK.cmake:
3039 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
3041 [GTK] Make all options actually options
3042 https://bugs.webkit.org/show_bug.cgi?id=144106
3044 Reviewed by Martin Robinson.
3046 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
3047 ENABLE_WAYLAND_TARGET.
3049 * Source/cmake/OptionsGTK.cmake:
3051 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
3053 Unreviewed, fix GTK build after r183452
3055 * Source/cmake/OptionsGTK.cmake:
3057 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
3059 [GTK] Add one single option to control all OpenGL-related options
3060 https://bugs.webkit.org/show_bug.cgi?id=144105
3062 Reviewed by Martin Robinson.
3064 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
3065 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
3066 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
3067 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
3068 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
3069 presence of CairoGL.
3071 * Source/cmake/OptionsGTK.cmake:
3073 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
3075 [GTK] ENABLE_SMOOTH_SCROLLING should be private
3076 https://bugs.webkit.org/show_bug.cgi?id=144306
3078 Reviewed by Martin Robinson.
3080 Make ENABLE_SMOOTH_SCROLLING private instead of public.
3082 * Source/cmake/OptionsGTK.cmake:
3084 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
3086 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
3087 https://bugs.webkit.org/show_bug.cgi?id=144193
3089 Reviewed by Darin Adler.
3091 * Source/cmake/OptionsEfl.cmake:
3092 * Source/cmake/OptionsGTK.cmake:
3093 * Source/cmake/OptionsWinCairo.cmake:
3094 * Source/cmake/WebKitFeatures.cmake:
3096 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
3098 [CMake] Should be possible for an option to conflict with other options
3099 https://bugs.webkit.org/show_bug.cgi?id=143956
3101 Reviewed by Martin Robinson.
3103 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
3105 * Source/cmake/WebKitFeatures.cmake:
3107 2015-04-22 Martin Robinson <mrobinson@igalia.com>
3109 [CMake] Autogenerate cmakeconfig.h.cmake
3110 https://bugs.webkit.org/show_bug.cgi?id=143997
3112 Reviewed by Csaba Osztrogonác.
3114 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
3115 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
3116 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
3117 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
3118 Do some other miscellaneous related cleanup.
3119 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
3120 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
3121 build exposed variables. Add a macro to generate a configuration from them.
3122 * Source/cmakeconfig.h.cmake: Removed.
3124 2015-04-24 Philippe Normand <pnormand@igalia.com>
3126 [JHBuild] Move to upstream OpenWebRTC
3127 https://bugs.webkit.org/show_bug.cgi?id=144145
3129 Reviewed by Carlos Garcia Campos.
3131 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
3134 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
3136 [ES6] Implement ES6 template literals
3137 https://bugs.webkit.org/show_bug.cgi?id=142691
3139 Reviewed by Darin Adler.
3141 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
3143 * Source/cmake/WebKitFeatures.cmake:
3144 * Source/cmakeconfig.h.cmake:
3146 2015-04-25 Martin Robinson <mrobinson@igalia.com>
3148 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
3149 https://bugs.webkit.org/show_bug.cgi?id=144182
3151 Reviewed by Simon Fraser.
3153 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3154 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3155 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3156 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3157 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3159 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3161 [GTK] Add more public options
3162 https://bugs.webkit.org/show_bug.cgi?id=144116
3164 Reviewed by Martin Robinson.
3166 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
3168 * Source/cmake/OptionsGTK.cmake:
3170 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3172 [CMake] Some internal variables are not marked as advanced
3173 https://bugs.webkit.org/show_bug.cgi?id=143595
3175 Reviewed by Martin Robinson.
3177 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
3178 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
3180 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3182 [GTK] Mark as advanced the build options we don't want to expose
3183 https://bugs.webkit.org/show_bug.cgi?id=143558
3185 Reviewed by Martin Robinson.
3187 Mark various options as private instead of public.
3189 * Source/cmake/OptionsGTK.cmake:
3191 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3193 [CMake] Should be possible for an option to depend on multiple options
3194 https://bugs.webkit.org/show_bug.cgi?id=143839
3196 Reviewed by Martin Robinson.
3198 Use a list instead of a single variable to track the dependencies of each option. Iterate
3199 over the list as many times as necessary to ensure all options are properly disabled.
3201 * Source/cmake/WebKitFeatures.cmake:
3203 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3205 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
3206 https://bugs.webkit.org/show_bug.cgi?id=144103
3208 Reviewed by Martin Robinson.
3210 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
3212 * Source/cmake/WebKitFeatures.cmake:
3214 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3216 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
3217 https://bugs.webkit.org/show_bug.cgi?id=144102
3219 Reviewed by Martin Robinson.
3221 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
3222 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
3223 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
3225 * Source/cmake/OptionsGTK.cmake:
3227 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3229 [CMake] Clean up JSC JIT options
3230 https://bugs.webkit.org/show_bug.cgi?id=143998
3232 Reviewed by Filip Pizlo.
3234 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
3235 define for ENABLE_FTL_NATIVE_CALL_INLINING.
3236 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
3237 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
3238 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
3239 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
3241 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3243 [CMake] Use lowercase for local variables in macros
3244 https://bugs.webkit.org/show_bug.cgi?id=144059
3246 Reviewed by Martin Robinson.
3248 Convert some variable names to lowercase.
3250 * Source/cmake/WebKitFeatures.cmake:
3252 2015-04-22 Commit Queue <commit-queue@webkit.org>
3254 Unreviewed, rolling out r183116.
3255 https://bugs.webkit.org/show_bug.cgi?id=144060
3257 Inadvertently deleted a file... (Requested by mcatanzaro on
3262 "[CMake] Use lowercase for local variables in macros"
3263 https://bugs.webkit.org/show_bug.cgi?id=144059
3264 http://trac.webkit.org/changeset/183116
3266 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3268 [CMake] Use lowercase for local variables in macros
3269 https://bugs.webkit.org/show_bug.cgi?id=144059
3271 Reviewed by Martin Robinson.
3273 Convert some variable names to lowercase.
3275 * Source/cmake/WebKitFeatures.cmake:
3277 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3279 [CMake] Features list should print dots every other row
3280 https://bugs.webkit.org/show_bug.cgi?id=143832
3282 Reviewed by Martin Robinson.
3284 Discount private options when determining whether to print dots on a given row of the
3285 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
3286 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
3287 wasn't noticed because it only affects the first line, and use of the variable name as a
3288 string in a conditional.)
3290 * Source/cmake/WebKitFeatures.cmake:
3292 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3294 [CMake] Require specifying visibility of WebKit options
3295 https://bugs.webkit.org/show_bug.cgi?id=143831
3297 Reviewed by Alex Christensen.
3299 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
3300 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
3301 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
3302 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
3303 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
3304 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
3305 cross-platform options as PRIVATE.
3307 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3309 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
3310 https://bugs.webkit.org/show_bug.cgi?id=143935
3312 Reviewed by Darin Adler.
3314 Some variables aren't defined in these files or unused variables aren't removed. This
3315 patch cleans up it as well as fix wrong alphabet order.
3317 * Source/cmake/WebKitFeatures.cmake:
3318 * Source/cmakeconfig.h.cmake:
3320 2015-04-19 Simon Fraser <simon.fraser@apple.com>
3322 Restore the WebKit.xcworkspace to the way it was before r182899,
3323 which inadvertently added the Source directory and a couple of source
3326 * WebKit.xcworkspace/contents.xcworkspacedata:
3328 2015-04-16 Basile Clement <basile_clement@apple.com>
3330 Extract the allocation profile from JSFunction into a rare object
3331 https://bugs.webkit.org/show_bug.cgi?id=143807
3333 Reviewed by Filip Pizlo.
3335 * WebKit.xcworkspace/contents.xcworkspacedata:
3337 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
3339 [EFL] Bump LLVM to version 3.6.0 on X86_64
3340 https://bugs.webkit.org/show_bug.cgi?id=143604
3342 Reviewed by Gyuyoung Kim.
3344 * Source/cmake/FindLLVM.cmake: Added version handling.
3345 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
3347 2015-04-15 Timothy Horton <timothy_horton@apple.com>
3349 Custom CSS cursors do not use -webkit-image-set on retina displays
3350 https://bugs.webkit.org/show_bug.cgi?id=120783
3352 Reviewed by Beth Dakin.
3353 Patch by Evan Wallace <evan.exe@gmail.com>.
3355 Add a manual test for custom CSS cursors on retina displays.
3357 * ManualTests/retina-cursors.html: Added.
3359 2015-04-15 Alex Christensen <achristensen@webkit.org>
3361 Progress towards CMake on Mac.
3362 https://bugs.webkit.org/show_bug.cgi?id=143785
3364 Reviewed by Csaba Osztrogonác.
3367 * Source/cmake/OptionsMac.cmake:
3368 * Source/cmake/WebKitFS.cmake:
3370 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
3372 Cannot click "Next" button on Google two-factor auth setup page
3374 <https://bugs.webkit.org/show_bug.cgi?id=143624>
3375 <rdar://problem/19175714>
3377 Reviewed by Darin Adler.
3379 * ManualTests/button-that-focuses-itself-on-click.html: Added.
3381 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
3383 [cmake] REGRESSION(182663): It broke feature dependency handling
3384 https://bugs.webkit.org/show_bug.cgi?id=143665
3386 Reviewed by Csaba Osztrogonác.
3388 Don't try to check the value of options before defining the options.
3390 * Source/cmake/WebKitFeatures.cmake:
3392 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
3394 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
3395 https://bugs.webkit.org/show_bug.cgi?id=143664
3397 Reviewed by Gyuyoung Kim.
3399 * Source/cmake/OptionsEfl.cmake:
3400 * Source/cmake/OptionsGTK.cmake:
3401 * Source/cmake/WebKitFeatures.cmake:
3402 * Source/cmakeconfig.h.cmake:
3404 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3406 [EFL] Enable Media Source
3407 https://bugs.webkit.org/show_bug.cgi?id=143635
3409 Reviewed by Csaba Osztrogonác.
3411 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
3413 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3415 [CMake] Miscellaneous issues in WebKitFeatures.cmake
3416 https://bugs.webkit.org/show_bug.cgi?id=143636
3418 Reviewed by Martin Robinson.
3420 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
3421 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
3423 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
3424 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
3426 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
3428 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
3430 Fix ENABLE_TOUCH_SLIDER so that it can be used
3434 * Source/cmake/WebKitFeatures.cmake:
3436 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3438 [CMake] Print sorted feature list at the very end of the configure process
3439 https://bugs.webkit.org/show_bug.cgi?id=143596
3441 Reviewed by Martin Robinson.
3443 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
3444 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
3445 and sort the options before printing. Reorder some code so that features still get
3446 propagated to the bindings generators.
3448 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3450 [CMake] Options should be marked as advanced by default
3451 https://bugs.webkit.org/show_bug.cgi?id=143572
3453 Reviewed by Gyuyoung Kim.
3455 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
3456 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
3457 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
3458 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
3459 option without making it public.
3461 * Source/cmake/WebKitFeatures.cmake:
3463 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3465 [CMake] Remove unnecessary ENABLE_WEBCORE switch
3466 https://bugs.webkit.org/show_bug.cgi?id=143584
3468 Reviewed by Csaba Osztrogonác.
3470 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
3474 * Source/CMakeLists.txt:
3475 * Source/cmake/OptionsGTK.cmake:
3476 * Source/cmake/WebKitFS.cmake:
3478 2015-04-08 Filip Pizlo <fpizlo@apple.com>
3480 Unreviewed, revert accidental commit.
3484 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
3486 Add CMake build system for WinCairo port.
3487 https://bugs.webkit.org/show_bug.cgi?id=115944
3489 Reviewed by Chris Dumez.
3491 * Source/cmake/OptionsWindows.cmake:
3492 * Source/cmake/WebKitMacros.cmake:
3493 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3495 2015-04-06 Alberto Garcia <berto@igalia.com>
3497 [GTK] Fix HPPA build
3498 https://bugs.webkit.org/show_bug.cgi?id=143453
3500 Reviewed by Darin Adler.
3502 Add HPPA to the list of supported CPUs.
3506 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
3508 Unreviewed, kick the GTK bots to fix an incremental build issue.
3510 * Source/cmake/OptionsGTK.cmake:
3512 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
3514 Fix the EFL and GTK build after r182243
3515 https://bugs.webkit.org/show_bug.cgi?id=143361
3517 Reviewed by Csaba Osztrogonác.
3519 * Source/PlatformEfl.cmake: Add a custom command that copies
3520 the InspectorBackendCommands.js file into the proper directory
3521 under DerivedSources/WebInspectorUI/.
3523 2015-04-01 Alex Christensen <achristensen@webkit.org>
3525 Progress towards CMake on Windows and Mac.
3526 https://bugs.webkit.org/show_bug.cgi?id=143293
3528 Reviewed by Filip Pizlo.
3531 Set DERIVED_SOURCES_WTF_DIR for Windows.
3532 * Source/CMakeLists.txt:
3533 Don't compile bmalloc on Windows.
3534 * Source/cmake/OptionsCommon.cmake:
3535 Use the absolute path of the C preprocessor.
3536 * Source/cmake/OptionsWinCairo.cmake:
3537 Added needed definitions.
3538 * Source/cmake/OptionsWindows.cmake:
3539 Set some default values and removed support for old Visual Studio versions before /MP.
3540 * Source/cmake/WebKitFS.cmake:
3541 Make WTF DerivedSources directory.
3542 * Source/cmake/WebKitMacros.cmake:
3543 Added ADD_PRECOMPILED_HEADER macro based on
3544 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3546 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
3548 Use colored diagnostics when building with cmake + ninja + clang
3549 https://bugs.webkit.org/show_bug.cgi?id=143297
3551 Reviewed by Žan Doberšek.
3553 Because that ninja sets subprocess stdout/stderr to a pipe, clang
3554 disables colored output.
3555 This patch forces clang to use colored diagnostics when we are using
3558 * Source/cmake/OptionsCommon.cmake:
3560 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3562 [CMake] Update old CMakeList.txt in gtest
3563 https://bugs.webkit.org/show_bug.cgi?id=143192
3565 Reviewed by Darin Adler.
3567 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3568 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3569 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3571 * Source/CMakeLists.txt:
3572 * Source/cmake/gtest/CMakeLists.txt: Removed.
3574 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3576 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3577 https://bugs.webkit.org/show_bug.cgi?id=143138
3579 Reviewed by Csaba Osztrogonác.
3581 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3582 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3584 * Source/cmake/OptionsWindows.cmake:
3585 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3586 * Source/cmake/WebKitMacros.cmake:
3588 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3590 [GStreamer] share GL context in pipeline, part 2
3591 https://bugs.webkit.org/show_bug.cgi?id=143049
3593 Reviewed by Carlos Garcia Campos.
3595 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3596 OpenGL/ES2 is found and GLX/EGL is found too.
3598 2015-03-26 Alex Christensen <achristensen@webkit.org>
3600 Progress towards CMake on Mac.
3601 https://bugs.webkit.org/show_bug.cgi?id=143112
3603 Reviewed by Chris Dumez.
3605 * Source/cmake/OptionsMac.cmake:
3607 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3609 [EFL] Add OpenWebRTC in jhbuild
3610 https://bugs.webkit.org/show_bug.cgi?id=142778
3612 Reviewed by Gyuyoung Kim.
3614 Original patch by Philippe Normand <pnormand@igalia.com>
3616 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3617 mediastream build is enabled.
3619 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3621 [GTK] Add a configure option to build without Redirected XComposite Window
3622 https://bugs.webkit.org/show_bug.cgi?id=142865
3624 Reviewed by Žan Doberšek.
3626 The Redirected XComposite Window was added to support some
3627 features like GtkOverlay, but in cases where we don't need such
3628 features, it's more efficient to use the XID of the WebKitWebView
3629 window as the native surface handle for the accelerated
3630 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3631 that is enabled by default for X11 target when OpenGL is enabled.
3633 * Source/cmake/OptionsGTK.cmake:
3635 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3637 [GTK] Search for the Wayland dependency when enabling Wayland target
3638 https://bugs.webkit.org/show_bug.cgi?id=142876
3640 Reviewed by Carlos Garcia Campos.
3642 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3643 requirement of either the GTK+ or GDK pkg-config files, so we have to
3644 search for it ourselves when WebKitGTK+ has been configured to support
3645 the Wayland windowing target.
3647 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3649 Unreviewed, kick the GTK bots to regenerate makefile.
3650 https://bugs.webkit.org/show_bug.cgi?id=137394
3652 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3653 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3655 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3657 Unreviewed, kick the GTK bots to regenerate makefile.
3658 https://bugs.webkit.org/show_bug.cgi?id=137394
3660 * Source/cmake/OptionsEfl.cmake:
3662 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3664 [GTK] Fix inspector userinterface related incremental build issue
3665 https://bugs.webkit.org/show_bug.cgi?id=142849
3667 Reviewed by Carlos Garcia Campos.
3669 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3671 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3673 Unreviewed, kick the GTK bots to regenerate makefile.
3675 * Source/cmake/OptionsGTK.cmake:
3677 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3679 [EFL] Expose JavaScript binding interface through ewk_extension
3680 https://bugs.webkit.org/show_bug.cgi?id=142033
3682 Reviewed by Gyuyoung Kim.
3684 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3686 2015-03-17 Philippe Normand <pnormand@igalia.com>
3688 [GTK] basic OpenWebRTC build support
3689 https://bugs.webkit.org/show_bug.cgi?id=142393
3691 Reviewed by Carlos Garcia Campos.
3693 * Source/cmake/FindOpenWebRTC.cmake: Added.
3694 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3695 mediastream build is enabled.
3697 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3699 [CMake][EFL] Build test tools only for developer mode
3700 https://bugs.webkit.org/show_bug.cgi?id=142761
3702 Reviewed by Csaba Osztrogonác.
3704 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3706 * Source/cmake/OptionsEfl.cmake:
3707 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3708 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3709 * Source/cmakeconfig.h.cmake:
3711 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3713 Enable ES6 classes by default
3714 https://bugs.webkit.org/show_bug.cgi?id=142774
3716 Reviewed by Gavin Barraclough.
3718 * Source/cmake/WebKitFeatures.cmake:
3720 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3722 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3723 https://bugs.webkit.org/show_bug.cgi?id=142722
3725 Reviewed by Csaba Osztrogonác.
3727 Categorize to define cmake variables, to find necessary packages,
3728 use upper case for "glib_conponents" cmake variable name, re-arrange
3729 wrong alphabet sorting, and so on.
3731 * CMakeLists.txt: Remove WinCE port.
3732 * Source/cmake/OptionsEfl.cmake:
3734 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3736 [GStreamer] share GL context in pipeline
3737 https://bugs.webkit.org/show_bug.cgi?id=142693
3739 Reviewed by Philippe Normand.
3741 Add search of gstreamer-gl library in the GStreamer installation. If
3742 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3744 * Source/cmake/FindGStreamer.cmake:
3745 * Source/cmake/OptionsGTK.cmake:
3747 2015-03-13 Alex Christensen <achristensen@webkit.org>
3749 Progress towards CMake on Mac.
3750 https://bugs.webkit.org/show_bug.cgi?id=142680
3752 Reviewed by Gyuyoung Kim.
3755 * Source/PlatformMac.cmake: Added stub.
3756 * Source/cmake/OptionsMac.cmake:
3757 Change defines to get CMake working.
3759 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3761 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3762 https://bugs.webkit.org/show_bug.cgi?id=126688
3764 Reviewed by Gustavo Noronha Silva.
3766 Add ENABLE_MINIBROWSER option, enabled by default for development
3767 builds and disabled for production builds unless explicilty enabled.
3769 * Source/cmake/OptionsGTK.cmake:
3771 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3773 [GTK] Do not look for child processes in the UI process binary path
3774 https://bugs.webkit.org/show_bug.cgi?id=135752
3776 Reviewed by Gustavo Noronha Silva.
3778 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3779 build for development builds.
3781 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3783 [GTK] Add a configure option to build with OpenGL ES 2
3784 https://bugs.webkit.org/show_bug.cgi?id=142498
3786 Reviewed by Martin Robinson.
3788 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3789 GLES2 is required and OpenGL is not even searched. Otherwise we
3790 search for OpenGL as usual, using it only if present.
3792 * Source/cmake/OptionsGTK.cmake:
3794 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3796 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3797 https://bugs.webkit.org/show_bug.cgi?id=142338
3799 Reviewed by Gyuyoung Kim.
3801 * Source/cmake/WebKitHelpers.cmake:
3803 2015-03-03 Daniel Bates <dabates@apple.com>
3805 Convert ManualTests/svg-tooltip.svg to a DRT test
3806 https://bugs.webkit.org/show_bug.cgi?id=140480
3808 Reviewed by Alex Christensen.
3810 * ManualTests/svg-tooltip.svg: Removed.
3812 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3814 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3815 https://bugs.webkit.org/show_bug.cgi?id=142165
3817 Reviewed by Carlos Garcia Campos.
3819 * Source/cmake/gtksymbols.filter:
3821 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3823 [EFL] Remove unnecessary comment after r179110
3824 https://bugs.webkit.org/show_bug.cgi?id=142042
3826 Reviewed by Gyuyoung Kim.
3828 * Source/cmake/OptionsEfl.cmake:
3830 2015-02-23 Tomas Popela <tpopela@redhat.com>
3832 [GTK] Fails to compile with cmake 3.2.x
3833 https://bugs.webkit.org/show_bug.cgi?id=141796
3835 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3836 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3837 added and the build will fail.
3839 Reviewed by Martin Robinson.
3841 * Source/cmake/OptionsGTK.cmake:
3843 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3845 Remove svn:keywords property.
3847 As far as I can tell, the property had no effect on any of these files, but also,
3848 when it has effect it's likely harmful.
3850 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3851 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3852 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3853 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3854 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3855 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3856 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3857 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3858 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3859 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3860 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3861 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3862 * ManualTests/screen-availLeft.html: Removed property svn:keywords.