1 2015-09-25 Alex Christensen <achristensen@webkit.org>
3 Clean up CMake build on Mac
4 https://bugs.webkit.org/show_bug.cgi?id=149573
6 Reviewed by Chris Dumez.
8 * Source/cmake/OptionsMac.cmake:
10 2015-09-25 Alex Christensen <achristensen@webkit.org>
13 https://bugs.webkit.org/show_bug.cgi?id=148111
15 Reviewed by Brent Fulgham.
17 * Source/cmake/WinTools.make: Added.
18 * Source/cmake/tools: Added.
19 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
20 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
22 2015-09-25 Alex Christensen <achristensen@webkit.org>
24 Prepare internal AppleWin build for CMake
25 https://bugs.webkit.org/show_bug.cgi?id=149570
27 Reviewed by Brent Fulgham.
29 * Source/PlatformWin.cmake:
30 Include internal CMake files if they exist.
32 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
34 Add a file of pointer-lock to cmake ports
35 https://bugs.webkit.org/show_bug.cgi?id=149453
37 Reviewed by Csaba Osztrogonác.
39 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
41 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
43 [CMake] Allow to enable OpenMP support.
44 https://bugs.webkit.org/show_bug.cgi?id=149457
46 Reviewed by Csaba Osztrogonác.
48 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
49 will enable the support for OpenMP. Currently this is only used as
50 an alternative implementation to native threads for the parallelization
51 of the SVG filters. But name the option with a generic name (USE_OPENMP)
52 as it could be also used to enable future features that depend on OpenMP.
54 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
56 [EFL] Build break when DEVELOPER_MODE is OFF
57 https://bugs.webkit.org/show_bug.cgi?id=149448
59 Reviewed by Gyuyoung Kim.
61 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
63 * Source/cmake/eflsymbols.filter:
65 2015-09-21 Alex Christensen <achristensen@webkit.org>
67 Disable PICTURE_SIZES in Windows CMake build like r189745.
68 https://bugs.webkit.org/show_bug.cgi?id=149125
70 * Source/cmake/OptionsWin.cmake:
71 Do the same thing as r189745.
73 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
75 Removing XHR_TIMEOUT guard
77 Remove XHR_TIMEOUT compilation guard
78 https://bugs.webkit.org/show_bug.cgi?id=149260
80 Reviewed by Benjamin Poulain.
82 * Source/cmake/OptionsEfl.cmake:
83 * Source/cmake/OptionsGTK.cmake:
84 * Source/cmake/OptionsMac.cmake:
85 * Source/cmake/OptionsWin.cmake:
86 * Source/cmake/WebKitFeatures.cmake:
88 2015-09-18 Alex Christensen <achristensen@webkit.org>
90 Fix tests on Windows after switching to CMake.
91 https://bugs.webkit.org/show_bug.cgi?id=149339
93 Reviewed by Brent Fulgham.
95 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
97 2015-09-17 Alex Christensen <achristensen@webkit.org>
99 Fix Windows EWS build after r189934.
101 * Source/cmake/OptionsWin.cmake:
102 Use WEBKIT_LIBRARIES environment variable if it exists.
103 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
105 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
107 Add ShadowRoot interface and Element.prototype.attachShadow
108 https://bugs.webkit.org/show_bug.cgi?id=149187
110 Reviewed by Antti Koivisto.
112 * Source/cmake/OptionsGTK.cmake:
114 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
116 [cmake] Enable debug fission only if it is supported
117 https://bugs.webkit.org/show_bug.cgi?id=149161
119 Reviewed by Martin Robinson.
121 * Source/cmake/OptionsCommon.cmake:
123 2015-09-14 Alex Christensen <achristensen@webkit.org>
125 Progress towards CMake on Mac.
126 https://bugs.webkit.org/show_bug.cgi?id=149123
128 Reviewed by Chris Dumez.
130 * Source/cmake/OptionsMac.cmake:
131 * Source/cmake/WebKitFeatures.cmake:
132 Defined and enabled some more features needed on Mac.
133 * Source/cmake/WebKitMacros.cmake:
134 Objective C bindings need special changes when generating:
135 Some of the bindings do not generate a .mm file but the header is needed.
136 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
137 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
139 2015-09-08 Daniel Bates <dabates@apple.com>
141 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
142 https://bugs.webkit.org/show_bug.cgi?id=74729
143 <rdar://problem/22550195>
145 Reviewed by Jon Honeycutt.
147 * ManualTests/compositing/resources/composited-subframe.html: Removed.
148 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
150 2015-09-06 Andy Estes <aestes@apple.com>
152 WebKit.xcworkspace should be be able to build iOS platforms
153 https://bugs.webkit.org/show_bug.cgi?id=148881
155 Reviewed by Daniel Bates.
157 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
158 for all supported platforms.
160 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
161 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
163 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
165 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
166 photo library uploads a JPEG
167 https://bugs.webkit.org/show_bug.cgi?id=148849
169 Reviewed by Daniel Bates.
171 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
172 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
173 functionality doesn't exist on iOS, so we'll add a manual test.
174 This tests that the first few bytes of the selected file are "GIF".
176 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
178 Follow-up patch for r189343.
179 https://bugs.webkit.org/show_bug.cgi?id=148795
181 Rubber-stamped by Csaba Osztrogonác.
183 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
184 to 1.9, since this seems to be enough to fix the build failure.
185 And 2.0 may cause problems for developers using some distributions like Ubuntu.
187 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
189 [CMake] Trigger the memory-reduction tricks on armhf too
190 https://bugs.webkit.org/show_bug.cgi?id=146640
192 Reviewed by Csaba Osztrogonác.
194 * Source/cmake/OptionsCommon.cmake:
195 Activate --no-keep-memory even on armhf to reduce the amount of memory
196 needed during linking, to avoid out-of-memory failures as much as
199 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
201 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
202 https://bugs.webkit.org/show_bug.cgi?id=148795
204 Rubber-stamped by Carlos Garcia Campos.
206 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
208 2015-09-02 Alex Christensen <achristensen@webkit.org>
210 Make bison grammar compatible with bison 2.1
211 https://bugs.webkit.org/show_bug.cgi?id=148731
213 Reviewed by Tim Horton.
215 * Source/cmake/WebKitCommon.cmake:
218 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
220 [CMake] Build with Debug Fission on by default on Debug builds.
221 https://bugs.webkit.org/show_bug.cgi?id=148639
223 Reviewed by Martin Robinson.
225 * Source/cmake/OptionsCommon.cmake:
227 2015-08-29 Alex Christensen <achristensen@webkit.org>
229 Unreviewed build fix after r179923.
231 * Source/CMakeLists.txt:
232 bmalloc isn't ported to Windows yet.
234 2015-08-27 Alex Christensen <achristensen@webkit.org>
236 Isolate Source directories in CMake build
237 https://bugs.webkit.org/show_bug.cgi?id=148389
239 Reviewed by Brent Fulgham.
242 * Source/cmake/WebKitCommon.cmake:
243 Move package finding to WebKitCommon.
245 2015-08-26 Per Arne Vollan <peavo@outlook.com>
247 [Win] Build does not generate debug info.
248 https://bugs.webkit.org/show_bug.cgi?id=148431
250 Reviewed by Alex Christensen.
252 Generate debug info for Windows builds.
254 * Source/cmake/OptionsWin.cmake:
256 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
258 [GTK] Disable ACCELERATED_2D_CANVAS by default
259 https://bugs.webkit.org/show_bug.cgi?id=148473
261 Reviewed by Martin Robinson.
263 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
264 but not on Debian (which does not). We've known this was problematic for a while, since it
265 means we have two different sets of distro-dependent bugs, but never decided whether that
266 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
267 have the same bugs everywhere. We can turn this on again for other distros when we're ready
268 to turn it on for Debian.
270 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
273 * Source/cmake/OptionsGTK.cmake:
275 2015-08-25 Commit Queue <commit-queue@webkit.org>
277 Unreviewed, rolling out r188919.
278 https://bugs.webkit.org/show_bug.cgi?id=148452
280 broke build (Requested by alexchristensen on #webkit).
284 "[Win] Build does not generate debug info."
285 https://bugs.webkit.org/show_bug.cgi?id=148431
286 http://trac.webkit.org/changeset/188919
288 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
290 [GTK] r186800 broke the build on Ubuntu 14.04
291 https://bugs.webkit.org/show_bug.cgi?id=147559
293 Reviewed by Martin Robinson.
295 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
296 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
298 2015-08-25 Per Arne Vollan <peavo@outlook.com>
300 [Win] Build does not generate debug info.
301 https://bugs.webkit.org/show_bug.cgi?id=148431
303 Reviewed by Brent Fulgham.
305 Generate debug info for Windows builds.
307 * Source/cmake/OptionsWin.cmake:
309 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
311 [GTK] Auto-detection of cairo-gl fails
312 https://bugs.webkit.org/show_bug.cgi?id=148189
314 Reviewed by Žan Doberšek.
316 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
317 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
318 deemed available, which might not be the case.
319 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
321 2015-08-19 Alex Christensen <achristensen@webkit.org>
323 CMake Windows build should not include files directly from other Source directories
324 https://bugs.webkit.org/show_bug.cgi?id=148198
326 Reviewed by Brent Fulgham.
328 * Source/cmake/WebKitMacros.cmake:
330 2015-08-19 Alex Christensen <achristensen@webkit.org>
332 Build TestWTF on Mac with CMake.
333 https://bugs.webkit.org/show_bug.cgi?id=147972
335 Reviewed by Tim Horton.
337 * Source/cmake/OptionsMac.cmake:
338 Enable API tests in Mac's CMake build.
340 2015-08-18 Alex Christensen <achristensen@webkit.org>
342 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
343 https://bugs.webkit.org/show_bug.cgi?id=148127
345 Reviewed by Martin Robinson.
348 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
350 2015-08-17 Alex Christensen <achristensen@webkit.org>
352 [Win CMake] Allow WebKitLibraries directory to be set from the command line
353 https://bugs.webkit.org/show_bug.cgi?id=148112
355 Reviewed by Brent Fulgham.
357 * Source/cmake/OptionsWin.cmake:
358 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
359 Instead, use the default location if nothing is passed in from the command line.
360 This way we can set it from the command line for the AppleInternal build.
361 Also, set the output directories to be consistent between the old and new build systems (and ninja).
363 2015-08-17 Alex Christensen <achristensen@webkit.org>
365 Build Debug Suffix on Windows with CMake
366 https://bugs.webkit.org/show_bug.cgi?id=148083
368 Reviewed by Brent Fulgham.
370 * Source/cmake/OptionsWin.cmake:
371 Use debug libraries in debug suffix builds.
373 2015-08-17 Alex Christensen <achristensen@webkit.org>
375 Move some commands from ./CMakeLists.txt to Source/cmake
376 https://bugs.webkit.org/show_bug.cgi?id=148003
378 Reviewed by Brent Fulgham.
381 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
382 so we can change directory structure from command line parameters.
383 * Source/cmake/OptionsAppleWin.cmake:
384 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
385 * Source/cmake/OptionsWinCairo.cmake:
386 * Source/cmake/OptionsWindows.cmake: Removed.
387 * Source/cmake/WebKitCommon.cmake: Added.
388 * Source/cmake/WebKitFS.cmake:
390 2015-08-13 Commit Queue <commit-queue@webkit.org>
392 Unreviewed, rolling out r188428.
393 https://bugs.webkit.org/show_bug.cgi?id=148015
395 broke cmake build (Requested by alexchristensen on #webkit).
399 "Move some commands from ./CMakeLists.txt to Source/cmake"
400 https://bugs.webkit.org/show_bug.cgi?id=148003
401 http://trac.webkit.org/changeset/188428
403 2015-08-13 Alex Christensen <achristensen@webkit.org>
405 Move some commands from ./CMakeLists.txt to Source/cmake
406 https://bugs.webkit.org/show_bug.cgi?id=148003
408 Reviewed by Brent Fulgham.
411 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
412 so we can change directory structure from command line parameters.
413 * Source/cmake/WebKitCommon.cmake: Added.
414 * Source/cmake/WebKitFS.cmake:
416 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
418 A focused node should not be assisted when handling touch events synchronously
419 https://bugs.webkit.org/show_bug.cgi?id=147836
421 Reviewed by Enrica Casucci.
423 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
425 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
426 input can still be assisted due to a touch event.
427 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
428 event does not automatically cause us to assist the currently focused node.
430 2015-08-12 Alex Christensen <achristensen@webkit.org>
432 Fix Debug CMake builds on Windows
433 https://bugs.webkit.org/show_bug.cgi?id=147940
435 Reviewed by Chris Dumez.
437 * Source/cmake/OptionsWindows.cmake:
438 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
440 2015-08-10 Alex Christensen <achristensen@webkit.org>
442 Build TestWebKitAPI with CMake on Windows
443 https://bugs.webkit.org/show_bug.cgi?id=147851
445 Reviewed by Chris Dumez.
447 * Source/cmake/OptionsWindows.cmake:
448 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
450 2015-08-06 Alex Christensen <achristensen@webkit.org>
452 [Win] CMake build fix after r188098.
454 * Source/cmake/OptionsWinCairo.cmake:
455 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
457 2015-08-04 Alex Christensen <achristensen@webkit.org>
459 Fix quirks with CMake and VS2015
460 https://bugs.webkit.org/show_bug.cgi?id=147663
462 Reviewed by Brent Fulgham.
464 * Source/cmake/OptionsWindows.cmake:
465 Hide some warnings. Using the same variable names in nested scopes is ok for now.
466 Disable INTL for now.
468 2015-08-04 Alex Christensen <achristensen@webkit.org>
470 Enable WebGL on Windows CMake build.
471 https://bugs.webkit.org/show_bug.cgi?id=143311
473 Reviewed by Csaba Osztrogonác.
475 * Source/cmake/OptionsWindows.cmake:
476 Enable WebGL by default in CMake builds now that it works.
478 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
480 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
481 https://bugs.webkit.org/show_bug.cgi?id=147625
483 Reviewed by Martin Robinson.
485 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
486 components unless they were actually found, not to accidentally
487 enable Accelerated 2D canvas, which would cause the build to fail.
489 * Source/cmake/FindCairoGL.cmake: Set this variables only when
490 pkg_check_modules() had actually found the relevant component.
492 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
494 [CMake] Add an option to build AllInOne files
495 https://bugs.webkit.org/show_bug.cgi?id=102647
497 Reviewed by Alex Christensen.
499 * Source/cmake/OptionsEfl.cmake: Disabled by default.
500 * Source/cmake/OptionsGTK.cmake: Disabled by default.
501 * Source/cmake/OptionsWindows.cmake: Enabled by default.
502 * Source/cmake/WebKitFeatures.cmake:
503 * Source/cmake/WebKitMacros.cmake:
505 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
507 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
509 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
511 2015-07-31 Alex Christensen <achristensen@webkit.org>
513 Prepare for debug CMake builds on Windows.
514 https://bugs.webkit.org/show_bug.cgi?id=147484
516 Reviewed by Tim Horton.
518 * Source/cmake/OptionsWindows.cmake:
519 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
521 2015-07-30 Joonghun Park <jh718.park@samsung.com>
523 [EFL] Enable IndexedDB based on DatabaseProcess
524 https://bugs.webkit.org/show_bug.cgi?id=147221
526 Reviewed by Csaba Osztrogonác.
528 * Source/cmake/OptionsEfl.cmake:
530 2015-07-30 Alex Christensen <achristensen@webkit.org>
532 Build AppleWin port with CMake
533 https://bugs.webkit.org/show_bug.cgi?id=147385
535 Reviewed by Martin Robinson.
537 * Source/cmake/OptionsWindows.cmake:
538 Use the static multithreaded runtime. Based on
539 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
541 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
543 Implement basic types for ECMAScript Internationalization API
544 https://bugs.webkit.org/show_bug.cgi?id=146926
546 Reviewed by Benjamin Poulain.
548 Enable flag now that the basic objects are in place.
550 * Source/cmake/WebKitFeatures.cmake: enable INTL
552 2015-07-29 Basile Clement <basile_clement@apple.com>
554 Remove native call inlining
555 https://bugs.webkit.org/show_bug.cgi?id=147417
557 Rubber-stamped by Filip Pizlo.
559 * Source/cmake/OptionsEfl.cmake:
560 * Source/cmake/WebKitFeatures.cmake:
562 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
564 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
565 https://bugs.webkit.org/show_bug.cgi?id=147350
567 Reviewed by Sam Weinig.
569 * Source/cmake/WebKitFeatures.cmake:
571 2015-07-27 Alex Christensen <achristensen@webkit.org>
573 Use Ninja on Windows.
574 https://bugs.webkit.org/show_bug.cgi?id=147228
576 Reviewed by Martin Robinson.
578 * Source/cmake/OptionsWindows.cmake:
579 Only use /MP when using generated Visual Studio solution files to build.
580 It makes compiling parallel in MSVC, but Ninja doesn't like it.
582 2015-07-27 Alex Christensen <achristensen@webkit.org>
584 Progress towards building AppleWin with CMake
585 https://bugs.webkit.org/show_bug.cgi?id=147325
587 Reviewed by Martin Robinson.
589 * Source/cmake/OptionsWindows.cmake:
590 Link with 64-bit libraries if building 64-bit binaries.
591 Don't run regular expressions on empty strings when using Ninja.
592 Removed DebugSuffix Visual Studio environment variables.
594 2015-07-23 Alex Christensen <achristensen@webkit.org>
596 Remove compile and runtime flags for promises.
597 https://bugs.webkit.org/show_bug.cgi?id=147244
599 Reviewed by Yusuke Suzuki.
601 * Source/cmake/OptionsMac.cmake:
602 * Source/cmake/OptionsWindows.cmake:
603 * Source/cmake/WebKitFeatures.cmake:
605 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
607 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
608 https://bugs.webkit.org/show_bug.cgi?id=147212
610 Reviewed by Filip Pizlo.
612 * Source/cmake/WebKitFeatures.cmake:
614 2015-07-22 Alex Christensen <achristensen@webkit.org>
616 Fix quirks in CMake build on Mac and Windows
617 https://bugs.webkit.org/show_bug.cgi?id=147174
619 Reviewed by Gyuyoung Kim.
622 * Source/cmake/OptionsWindows.cmake:
623 Added options I removed in r187022. They are indeed needed.
624 * Source/cmake/WebKitFS.cmake:
625 Make the DerivedSources/WebKit directory.
627 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
629 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
631 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
633 2015-07-20 Alex Christensen <achristensen@webkit.org>
635 Resurrect CMake build on Windows.
636 https://bugs.webkit.org/show_bug.cgi?id=147083
638 Reviewed by Gyuyoung Kim.
640 * Source/cmake/OptionsCommon.cmake:
641 * Source/cmake/OptionsWindows.cmake:
642 Change features to get it to compile. Still not a complete feature set.
644 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
646 [GTK] Add seccomp filters support
647 https://bugs.webkit.org/show_bug.cgi?id=110014
649 Reviewed by Žan Doberšek.
651 Find needed compiler and linker flags for libseccomp.
653 * Source/cmake/OptionsGTK.cmake:
655 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
657 Bring back the GNU ar check to create thin archives on non-Linux systems
658 https://bugs.webkit.org/show_bug.cgi?id=146681
660 Reviewed by Martin Robinson.
662 We already use GNU ar thin archive feature to save time and disk space
663 on creating static archives, but it is only enabled on Linux. Without
664 this feature, the debug build of WebCore can be larger than 4 GiB,
665 which can cause error because GNU ar format uses 32-bit integer to
666 store offsets in the symbol table. This patch is similar to
667 https://bugs.webkit.org/show_bug.cgi?id=128596.
669 * Source/cmake/OptionsCommon.cmake:
671 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
673 [GTK] [Wayland] Build by default the X11 and Wayland targets.
674 https://bugs.webkit.org/show_bug.cgi?id=146057
676 Reviewed by Carlos Garcia Campos.
678 * Source/cmake/OptionsGTK.cmake:
680 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
682 [GTK] ar warning when linking static libraries
683 https://bugs.webkit.org/show_bug.cgi?id=144988
685 Reviewed by Carlos Garcia Campos.
687 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
688 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
689 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
690 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
691 should either stop using 'u' or else add 'U' as well in order to disable deterministic
692 archives. Using 'U' should result in a somewhat faster build (at least when using the
693 Makefile generator), but it's unlikely that the difference is significant, so let's simply
694 remove 'u' until someone determines otherwise. This seems like a better option than adding
695 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
696 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
697 behavior change on distributions that do not use --enable-deterministic-archives, notably
700 * Source/cmake/OptionsCommon.cmake:
702 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
704 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
705 https://bugs.webkit.org/show_bug.cgi?id=146590
707 Reviewed by Martin Robinson.
709 * Source/PlatformGTK.cmake: override the cached variables to
710 forcefully disable gtk-doc and gobject-introspection when
712 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
713 documentation syntax when cross-building.
716 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
718 [EFL] test_ewk2_application_cache_manager has been failed since r185527
719 https://bugs.webkit.org/show_bug.cgi?id=146016
721 Reviewed by Gyuyoung Kim.
723 In order to handle properly WebApplicationCacheManagerProxy implementation which use
724 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
725 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
727 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
729 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
731 Implement ECMAScript Internationalization API
732 https://bugs.webkit.org/show_bug.cgi?id=90906
734 Reviewed by Benjamin Poulain.
736 Begin implementing the Intl apis behind ENABLE_INTL flag.
737 Create the base Intl namespace object.
739 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
741 2015-06-30 Philippe Normand <pnormand@igalia.com>
743 [CMake] Error when gst-plugins-base is missing is too confusing
744 https://bugs.webkit.org/show_bug.cgi?id=145682
746 Reviewed by Carlos Garcia Campos.
748 * Source/cmake/OptionsGTK.cmake: Error out if the required
749 GStreamer libraries are not found on the host.
751 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
753 CairoGL should be checked unconditionally
754 https://bugs.webkit.org/show_bug.cgi?id=146390
756 Reviewed by Darin Adler.
758 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
759 it is run unconditionally; this is necessary because its result
760 is used later on, outside of any conditions.
762 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
764 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
765 https://bugs.webkit.org/show_bug.cgi?id=146318
767 Reviewed by Sergio Villar Senin.
769 Enable PUBLIC_SUFFIX_LIST for GTK+.
771 * Source/cmake/OptionsGTK.cmake:
773 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
775 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
777 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
779 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
781 [EFL] Hyphenation is not supported
782 https://bugs.webkit.org/show_bug.cgi?id=89830
784 Reviewed by Gyuyoung Kim.
786 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
788 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
790 [CMake] Add support for building with various sanitizer tools
791 https://bugs.webkit.org/show_bug.cgi?id=131941
793 Reviewed by Martin Robinson.
795 * Source/PlatformGTK.cmake: Don't generate any documentation
796 when compiling with sanitizers enabled.
797 * Source/cmake/OptionsCommon.cmake: Allow linking with
798 undefined symbols when compiling with sanitizers enabled.
800 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
802 libwebkit2gtk fails to link without opengl
803 https://bugs.webkit.org/show_bug.cgi?id=138332
805 Reviewed by Carlos Garcia Campos.
807 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
808 enabled regardless of whether OpenGL is, because certain symbols
809 such as WebCore::GraphicsLayer::create() need to be built.
811 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
813 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
814 https://bugs.webkit.org/show_bug.cgi?id=146181
816 Reviewed by Martin Robinson.
818 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
820 * Source/cmake/OptionsGTK.cmake:
822 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
824 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
825 https://bugs.webkit.org/show_bug.cgi?id=146171
827 Reviewed by Gyuyoung Kim.
829 * Source/cmake/OptionsEfl.cmake:
830 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
832 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
834 [CMake] FindGTK3.cmake should not modify the values of build options
835 https://bugs.webkit.org/show_bug.cgi?id=144613
837 Reviewed by Martin Robinson.
839 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
840 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
841 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
842 GTK3_SUPPORTS_GESTURES for consistency.
843 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
844 available. It's not possible to automatically select a backend correctly anymore, since all
845 options are set at the same time.
847 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
849 Remove unnecessary svn:executable flags
850 https://bugs.webkit.org/show_bug.cgi?id=146107
852 Reviewed by Alexey Proskuryakov.
854 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
855 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
856 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
857 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
858 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
860 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
862 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
863 https://bugs.webkit.org/show_bug.cgi?id=146108
865 Reviewed by Gyuyoung Kim.
867 * Source/cmake/OptionsEfl.cmake:
869 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
871 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
872 https://bugs.webkit.org/show_bug.cgi?id=146035
874 Reviewed by Gyuyoung Kim.
876 * Source/cmake/OptionsEfl.cmake:
878 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
880 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
881 https://bugs.webkit.org/show_bug.cgi?id=145701
883 Reviewed by Darin Adler.
885 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
887 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
889 [iOS] Crash long pressing on <input type=file>
890 https://bugs.webkit.org/show_bug.cgi?id=146009
891 <rdar://problem/21234453>
893 Reviewed by Ryosuke Niwa.
895 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
897 2015-06-16 Brent Fulgham <bfulgham@apple.com>
899 Rollout accidental Xcode project change.
901 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
903 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
905 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
906 https://bugs.webkit.org/show_bug.cgi?id=145909
908 Reviewed by Csaba Osztrogonác.
910 Bump EWebKit version based on efl library version used by the EWebKit.
912 * Source/cmake/OptionsEfl.cmake:
914 2015-06-11 Commit Queue <commit-queue@webkit.org>
916 Unreviewed, rolling out r185453.
917 https://bugs.webkit.org/show_bug.cgi?id=145881
919 it broke the 32-bit build (Requested by clopez on #webkit).
923 "[GTK] [Wayland] Should be possible to build with support for
924 both X11 and Wayland."
925 https://bugs.webkit.org/show_bug.cgi?id=145701
926 http://trac.webkit.org/changeset/185453
928 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
930 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
931 https://bugs.webkit.org/show_bug.cgi?id=145701
933 Reviewed by Žan Doberšek.
935 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
937 2015-06-03 Daniel Bates <dabates@apple.com>
939 Caps lock indicator should not be shown in read-only or disabled field
940 https://bugs.webkit.org/show_bug.cgi?id=145612
941 <rdar://problem/21227454>
943 Reviewed by Darin Adler.
945 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
946 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
947 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
949 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
951 [cmake] Suppress parentheses-equality warnings
952 https://bugs.webkit.org/show_bug.cgi?id=145126
954 Reviewed by Darin Adler.
956 * Source/cmake/WebKitHelpers.cmake:
958 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
960 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
961 https://bugs.webkit.org/show_bug.cgi?id=145408
963 Reviewed by Carlos Garcia Campos.
965 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
966 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
967 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
969 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
970 libraries. Detect also GLX libraries.
971 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
972 libraries. Use find_path() to get the include path.
973 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
975 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
976 depending on the libraries found on the system.
977 Move the detection of GLX (and the include of CMakePushCheckState)
979 Ensure that we only define USE_GLX when we build with OpenGL
980 (but not with GLESv2).
982 2015-05-27 Dean Jackson <dino@apple.com>
984 img.currentSrc problem in strict mode with old picturefill
985 https://bugs.webkit.org/show_bug.cgi?id=144095
986 <rdar://problem/21087013>
988 Reviewed by Simon Fraser.
990 Add a PICTURE_SIZES flag.
992 * Source/cmake/OptionsEfl.cmake:
993 * Source/cmake/OptionsGTK.cmake:
994 * Source/cmake/OptionsMac.cmake:
995 * Source/cmake/OptionsWindows.cmake:
996 * Source/cmake/WebKitFeatures.cmake:
998 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1000 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1002 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1004 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1006 Unreviewed. Export DatabaseProcessMainUnix symbol.
1008 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1009 is exported in production builds.
1011 * Source/cmake/gtksymbols.filter:
1013 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1015 [GTK] Enable IndexedDB
1016 https://bugs.webkit.org/show_bug.cgi?id=98932
1018 Reviewed by Žan Doberšek.
1020 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1021 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1023 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1025 [GTK] Bump GCC requirements to 4.9.0
1026 https://bugs.webkit.org/show_bug.cgi?id=145211
1028 Reviewed by Žan Doberšek.
1030 It's required to build with IndexedDB support when using GCC,
1031 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
1033 * Source/cmake/OptionsGTK.cmake:
1035 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
1037 [CMake] Ignore warnings in system headers
1038 https://bugs.webkit.org/show_bug.cgi?id=144747
1040 Reviewed by Darin Adler.
1042 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
1043 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
1044 use the SYSTEM argument to the command (added in 2.8.12).
1048 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
1050 [CMake] Error out when ruby is too old
1051 https://bugs.webkit.org/show_bug.cgi?id=145014
1053 Reviewed by Martin Robinson.
1055 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
1060 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
1062 [GTK] Enable plugin-related CMake options and variables for the X11 target only
1063 https://bugs.webkit.org/show_bug.cgi?id=144995
1065 Reviewed by Carlos Garcia Campos.
1067 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
1068 the X11 windowing target at the moment, so the following options
1069 and variables should be enabled or disabled accordingly:
1070 - ENABLE_PLUGIN_PROCESS_GTK2
1071 - ENABLE_NETSCAPE_PLUGIN_API
1072 - ENABLE_PLUGIN_PROCESS
1074 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
1076 Linker fails without -DDEVELOPER_MODE=ON
1077 https://bugs.webkit.org/show_bug.cgi?id=144117
1079 Reviewed by Gyuyoung Kim.
1081 * Source/cmake/OptionsEfl.cmake:
1082 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
1083 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
1085 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1087 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
1088 https://bugs.webkit.org/show_bug.cgi?id=144846
1090 Reviewed by Martin Robinson.
1092 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
1093 CAIRO_GL_* throughout, because find_package will define
1095 * Source/cmake/OptionsGTK.cmake: Ditto.
1097 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1099 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
1100 https://bugs.webkit.org/show_bug.cgi?id=144845
1102 Reviewed by Martin Robinson.
1104 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1105 if their corresponding WTF options are ON. The code in npapi.h
1106 relies on these being undefined if they are to be switched off.
1108 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1110 Remove the PICTURE_SIZES build flag
1111 https://bugs.webkit.org/show_bug.cgi?id=144679
1113 Reviewed by Benjamin Poulain.
1115 Removed the PICTURE_SIZES build time flag.
1117 * Source/cmake/OptionsEfl.cmake:
1118 * Source/cmake/OptionsGTK.cmake:
1119 * Source/cmake/OptionsMac.cmake:
1120 * Source/cmake/OptionsWindows.cmake:
1121 * Source/cmake/WebKitFeatures.cmake:
1123 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1125 [GTK] [CMake] Check for required X libraries
1126 https://bugs.webkit.org/show_bug.cgi?id=144823
1128 Reviewed by Martin Robinson.
1130 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1132 * Source/cmake/OptionsGTK.cmake:
1134 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1136 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1137 https://bugs.webkit.org/show_bug.cgi?id=144746
1139 Reviewed by Carlos Garcia Campos.
1141 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1142 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1143 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1145 * Source/cmake/OptionsGTK.cmake:
1147 2015-05-08 Daniel Bates <dabates@apple.com>
1149 [iOS] WebSQL operations are not performed after device is locked
1150 https://bugs.webkit.org/show_bug.cgi?id=137503
1151 <rdar://problem/20844952>
1153 Rubber-stamped by Alexey Proskuryakov.
1155 Add a manual test to help verify that we do not regress this issue.
1157 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1159 2015-05-08 Commit Queue <commit-queue@webkit.org>
1161 Unreviewed, rolling out r183945.
1162 https://bugs.webkit.org/show_bug.cgi?id=144789
1164 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1168 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1169 https://bugs.webkit.org/show_bug.cgi?id=144746
1170 http://trac.webkit.org/changeset/183945
1172 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1174 Cleanup after r183940
1175 https://bugs.webkit.org/show_bug.cgi?id=144768
1179 Looks like the empty directories were not deleted.
1181 * Source/PAL: Removed.
1182 * Source/PAL/Configurations: Removed.
1183 * Source/PAL/PAL.xcodeproj: Removed.
1184 * Source/PAL/graphics: Removed.
1186 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1188 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1189 https://bugs.webkit.org/show_bug.cgi?id=144746
1191 Reviewed by Martin Robinson.
1193 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1194 what it is defined to, so defining it to 0 effectively turned it on always.
1196 * Source/cmake/OptionsGTK.cmake:
1198 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1200 Revert "Introducing the Platform Abstraction Layer (PAL)"
1201 https://bugs.webkit.org/show_bug.cgi?id=144751
1205 PAL should be a new target inside WebCore, rather than a top-level folder.
1207 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1209 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1211 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1213 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1215 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1217 Introducing the Platform Abstraction Layer (PAL)
1218 https://bugs.webkit.org/show_bug.cgi?id=143358
1220 Reviewed by Simon Fraser.
1222 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1224 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1226 [cmake] Disable GNU Gold linker on Cortex A53
1227 https://bugs.webkit.org/show_bug.cgi?id=144382
1229 Reviewed by Carlos Garcia Campos.
1231 * Source/cmake/OptionsCommon.cmake:
1233 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1235 USE(...) macro should expect unprefixed variables
1236 https://bugs.webkit.org/show_bug.cgi?id=144454
1238 Reviewed by Daniel Bates.
1240 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1241 * Source/cmake/OptionsEfl.cmake: Ditto.
1242 * Source/cmake/OptionsGTK.cmake: Ditto.
1243 * Source/cmake/OptionsMac.cmake: Ditto.
1244 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1245 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1248 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1250 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1251 https://bugs.webkit.org/show_bug.cgi?id=144394
1253 Reviewed by Carlos Garcia Campos.
1255 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1256 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1257 disabled in previous reworking of the CMake configuration.
1259 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1260 version of USE variables.
1261 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1262 is exposed to the build.
1264 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1266 Unreviewed. Bump GTK+ version numbers.
1268 * Source/cmake/OptionsGTK.cmake:
1270 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1272 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1273 https://bugs.webkit.org/show_bug.cgi?id=144435
1275 Reviewed by Gyuyoung Kim.
1277 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1278 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1280 * Source/cmake/OptionsEfl.cmake:
1282 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1284 REGRESSION(183583): [Mac] make without SDKROOT has issues
1285 https://bugs.webkit.org/show_bug.cgi?id=144431
1287 Reviewed by Dan Bernstein.
1290 Assume an empty SDKROOT means an macosx variant, so only
1291 enable settings if the SDKROOT is not empty and does not
1294 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1296 Fix the GTK+ build after r183584
1298 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1300 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1302 [GTK] Add support for automatic hyphenation
1303 https://bugs.webkit.org/show_bug.cgi?id=44478
1305 Reviewed by Carlos Garcia Campos.
1307 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1308 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1309 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1311 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1313 Failure when building WebKit for appletvsimulator.
1314 https://bugs.webkit.org/show_bug.cgi?id=144356
1316 Reviewed by Alexey Proskuryakov.
1318 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1319 make TVOS and WatchOS behave correctly.
1323 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1325 [CMake] [GTK] Organize and clean up unused CMake variables
1326 https://bugs.webkit.org/show_bug.cgi?id=144364
1328 Reviewed by Gyuyoung Kim.
1330 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1331 specific to certain projects into their PlatformGTK.cmake files.
1333 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1335 [EFL] Build failure to find gio-unix
1336 https://bugs.webkit.org/show_bug.cgi?id=144083
1338 Reviewed by Gyuyoung Kim.
1340 Original patch by Doug Newgard <scimma22@outlook.com>
1342 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1344 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1346 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1347 https://bugs.webkit.org/show_bug.cgi?id=143001
1349 Reviewed by Gyuyoung Kim.
1351 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1352 * Source/cmake/OptionsGTK.cmake: Ditto.
1354 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1356 Unreviewed, fix typo in previous commit
1358 libsecretr -> libsecret in the error message.
1360 * Source/cmake/OptionsGTK.cmake:
1362 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1364 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1365 https://bugs.webkit.org/show_bug.cgi?id=143546
1367 Reviewed by Martin Robinson.
1369 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1370 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1371 default. Fail the build with an informative error message if an optional dependency required
1372 for an enabled feature is not present. Perform find_package commands only when necessary.
1373 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1376 * Source/cmake/OptionsGTK.cmake:
1378 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1380 [GTK] Make all options actually options
1381 https://bugs.webkit.org/show_bug.cgi?id=144106
1383 Reviewed by Martin Robinson.
1385 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1386 ENABLE_WAYLAND_TARGET.
1388 * Source/cmake/OptionsGTK.cmake:
1390 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1392 Unreviewed, fix GTK build after r183452
1394 * Source/cmake/OptionsGTK.cmake:
1396 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1398 [GTK] Add one single option to control all OpenGL-related options
1399 https://bugs.webkit.org/show_bug.cgi?id=144105
1401 Reviewed by Martin Robinson.
1403 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1404 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1405 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1406 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1407 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1408 presence of CairoGL.
1410 * Source/cmake/OptionsGTK.cmake:
1412 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1414 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1415 https://bugs.webkit.org/show_bug.cgi?id=144306
1417 Reviewed by Martin Robinson.
1419 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1421 * Source/cmake/OptionsGTK.cmake:
1423 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1425 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1426 https://bugs.webkit.org/show_bug.cgi?id=144193
1428 Reviewed by Darin Adler.
1430 * Source/cmake/OptionsEfl.cmake:
1431 * Source/cmake/OptionsGTK.cmake:
1432 * Source/cmake/OptionsWinCairo.cmake:
1433 * Source/cmake/WebKitFeatures.cmake:
1435 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1437 [CMake] Should be possible for an option to conflict with other options
1438 https://bugs.webkit.org/show_bug.cgi?id=143956
1440 Reviewed by Martin Robinson.
1442 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1444 * Source/cmake/WebKitFeatures.cmake:
1446 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1448 [CMake] Autogenerate cmakeconfig.h.cmake
1449 https://bugs.webkit.org/show_bug.cgi?id=143997
1451 Reviewed by Csaba Osztrogonác.
1453 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1454 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1455 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1456 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1457 Do some other miscellaneous related cleanup.
1458 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1459 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1460 build exposed variables. Add a macro to generate a configuration from them.
1461 * Source/cmakeconfig.h.cmake: Removed.
1463 2015-04-24 Philippe Normand <pnormand@igalia.com>
1465 [JHBuild] Move to upstream OpenWebRTC
1466 https://bugs.webkit.org/show_bug.cgi?id=144145
1468 Reviewed by Carlos Garcia Campos.
1470 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1473 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1475 [ES6] Implement ES6 template literals
1476 https://bugs.webkit.org/show_bug.cgi?id=142691
1478 Reviewed by Darin Adler.
1480 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1482 * Source/cmake/WebKitFeatures.cmake:
1483 * Source/cmakeconfig.h.cmake:
1485 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1487 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1488 https://bugs.webkit.org/show_bug.cgi?id=144182
1490 Reviewed by Simon Fraser.
1492 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1493 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1494 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1495 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1496 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1498 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1500 [GTK] Add more public options
1501 https://bugs.webkit.org/show_bug.cgi?id=144116
1503 Reviewed by Martin Robinson.
1505 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1507 * Source/cmake/OptionsGTK.cmake:
1509 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1511 [CMake] Some internal variables are not marked as advanced
1512 https://bugs.webkit.org/show_bug.cgi?id=143595
1514 Reviewed by Martin Robinson.
1516 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1517 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1519 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1521 [GTK] Mark as advanced the build options we don't want to expose
1522 https://bugs.webkit.org/show_bug.cgi?id=143558
1524 Reviewed by Martin Robinson.
1526 Mark various options as private instead of public.
1528 * Source/cmake/OptionsGTK.cmake:
1530 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1532 [CMake] Should be possible for an option to depend on multiple options
1533 https://bugs.webkit.org/show_bug.cgi?id=143839
1535 Reviewed by Martin Robinson.
1537 Use a list instead of a single variable to track the dependencies of each option. Iterate
1538 over the list as many times as necessary to ensure all options are properly disabled.
1540 * Source/cmake/WebKitFeatures.cmake:
1542 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1544 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1545 https://bugs.webkit.org/show_bug.cgi?id=144103
1547 Reviewed by Martin Robinson.
1549 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1551 * Source/cmake/WebKitFeatures.cmake:
1553 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1555 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1556 https://bugs.webkit.org/show_bug.cgi?id=144102
1558 Reviewed by Martin Robinson.
1560 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1561 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1562 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1564 * Source/cmake/OptionsGTK.cmake:
1566 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1568 [CMake] Clean up JSC JIT options
1569 https://bugs.webkit.org/show_bug.cgi?id=143998
1571 Reviewed by Filip Pizlo.
1573 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1574 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1575 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1576 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1577 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1578 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1580 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1582 [CMake] Use lowercase for local variables in macros
1583 https://bugs.webkit.org/show_bug.cgi?id=144059
1585 Reviewed by Martin Robinson.
1587 Convert some variable names to lowercase.
1589 * Source/cmake/WebKitFeatures.cmake:
1591 2015-04-22 Commit Queue <commit-queue@webkit.org>
1593 Unreviewed, rolling out r183116.
1594 https://bugs.webkit.org/show_bug.cgi?id=144060
1596 Inadvertently deleted a file... (Requested by mcatanzaro on
1601 "[CMake] Use lowercase for local variables in macros"
1602 https://bugs.webkit.org/show_bug.cgi?id=144059
1603 http://trac.webkit.org/changeset/183116
1605 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1607 [CMake] Use lowercase for local variables in macros
1608 https://bugs.webkit.org/show_bug.cgi?id=144059
1610 Reviewed by Martin Robinson.
1612 Convert some variable names to lowercase.
1614 * Source/cmake/WebKitFeatures.cmake:
1616 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1618 [CMake] Features list should print dots every other row
1619 https://bugs.webkit.org/show_bug.cgi?id=143832
1621 Reviewed by Martin Robinson.
1623 Discount private options when determining whether to print dots on a given row of the
1624 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1625 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1626 wasn't noticed because it only affects the first line, and use of the variable name as a
1627 string in a conditional.)
1629 * Source/cmake/WebKitFeatures.cmake:
1631 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1633 [CMake] Require specifying visibility of WebKit options
1634 https://bugs.webkit.org/show_bug.cgi?id=143831
1636 Reviewed by Alex Christensen.
1638 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1639 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1640 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1641 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1642 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1643 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1644 cross-platform options as PRIVATE.
1646 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1648 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1649 https://bugs.webkit.org/show_bug.cgi?id=143935
1651 Reviewed by Darin Adler.
1653 Some variables aren't defined in these files or unused variables aren't removed. This
1654 patch cleans up it as well as fix wrong alphabet order.
1656 * Source/cmake/WebKitFeatures.cmake:
1657 * Source/cmakeconfig.h.cmake:
1659 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1661 Restore the WebKit.xcworkspace to the way it was before r182899,
1662 which inadvertently added the Source directory and a couple of source
1665 * WebKit.xcworkspace/contents.xcworkspacedata:
1667 2015-04-16 Basile Clement <basile_clement@apple.com>
1669 Extract the allocation profile from JSFunction into a rare object
1670 https://bugs.webkit.org/show_bug.cgi?id=143807
1672 Reviewed by Filip Pizlo.
1674 * WebKit.xcworkspace/contents.xcworkspacedata:
1676 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1678 [EFL] Bump LLVM to version 3.6.0 on X86_64
1679 https://bugs.webkit.org/show_bug.cgi?id=143604
1681 Reviewed by Gyuyoung Kim.
1683 * Source/cmake/FindLLVM.cmake: Added version handling.
1684 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1686 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1688 Custom CSS cursors do not use -webkit-image-set on retina displays
1689 https://bugs.webkit.org/show_bug.cgi?id=120783
1691 Reviewed by Beth Dakin.
1692 Patch by Evan Wallace <evan.exe@gmail.com>.
1694 Add a manual test for custom CSS cursors on retina displays.
1696 * ManualTests/retina-cursors.html: Added.
1698 2015-04-15 Alex Christensen <achristensen@webkit.org>
1700 Progress towards CMake on Mac.
1701 https://bugs.webkit.org/show_bug.cgi?id=143785
1703 Reviewed by Csaba Osztrogonác.
1706 * Source/cmake/OptionsMac.cmake:
1707 * Source/cmake/WebKitFS.cmake:
1709 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1711 Cannot click "Next" button on Google two-factor auth setup page
1713 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1714 <rdar://problem/19175714>
1716 Reviewed by Darin Adler.
1718 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1720 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1722 [cmake] REGRESSION(182663): It broke feature dependency handling
1723 https://bugs.webkit.org/show_bug.cgi?id=143665
1725 Reviewed by Csaba Osztrogonác.
1727 Don't try to check the value of options before defining the options.
1729 * Source/cmake/WebKitFeatures.cmake:
1731 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1733 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1734 https://bugs.webkit.org/show_bug.cgi?id=143664
1736 Reviewed by Gyuyoung Kim.
1738 * Source/cmake/OptionsEfl.cmake:
1739 * Source/cmake/OptionsGTK.cmake:
1740 * Source/cmake/WebKitFeatures.cmake:
1741 * Source/cmakeconfig.h.cmake:
1743 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1745 [EFL] Enable Media Source
1746 https://bugs.webkit.org/show_bug.cgi?id=143635
1748 Reviewed by Csaba Osztrogonác.
1750 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1752 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1754 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1755 https://bugs.webkit.org/show_bug.cgi?id=143636
1757 Reviewed by Martin Robinson.
1759 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1760 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1762 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1763 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1765 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1767 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1769 Fix ENABLE_TOUCH_SLIDER so that it can be used
1773 * Source/cmake/WebKitFeatures.cmake:
1775 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1777 [CMake] Print sorted feature list at the very end of the configure process
1778 https://bugs.webkit.org/show_bug.cgi?id=143596
1780 Reviewed by Martin Robinson.
1782 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1783 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1784 and sort the options before printing. Reorder some code so that features still get
1785 propagated to the bindings generators.
1787 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1789 [CMake] Options should be marked as advanced by default
1790 https://bugs.webkit.org/show_bug.cgi?id=143572
1792 Reviewed by Gyuyoung Kim.
1794 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1795 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1796 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1797 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1798 option without making it public.
1800 * Source/cmake/WebKitFeatures.cmake:
1802 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1804 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1805 https://bugs.webkit.org/show_bug.cgi?id=143584
1807 Reviewed by Csaba Osztrogonác.
1809 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1813 * Source/CMakeLists.txt:
1814 * Source/cmake/OptionsGTK.cmake:
1815 * Source/cmake/WebKitFS.cmake:
1817 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1819 Unreviewed, revert accidental commit.
1823 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1825 Add CMake build system for WinCairo port.
1826 https://bugs.webkit.org/show_bug.cgi?id=115944
1828 Reviewed by Chris Dumez.
1830 * Source/cmake/OptionsWindows.cmake:
1831 * Source/cmake/WebKitMacros.cmake:
1832 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1834 2015-04-06 Alberto Garcia <berto@igalia.com>
1836 [GTK] Fix HPPA build
1837 https://bugs.webkit.org/show_bug.cgi?id=143453
1839 Reviewed by Darin Adler.
1841 Add HPPA to the list of supported CPUs.
1845 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1847 Unreviewed, kick the GTK bots to fix an incremental build issue.
1849 * Source/cmake/OptionsGTK.cmake:
1851 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1853 Fix the EFL and GTK build after r182243
1854 https://bugs.webkit.org/show_bug.cgi?id=143361
1856 Reviewed by Csaba Osztrogonác.
1858 * Source/PlatformEfl.cmake: Add a custom command that copies
1859 the InspectorBackendCommands.js file into the proper directory
1860 under DerivedSources/WebInspectorUI/.
1862 2015-04-01 Alex Christensen <achristensen@webkit.org>
1864 Progress towards CMake on Windows and Mac.
1865 https://bugs.webkit.org/show_bug.cgi?id=143293
1867 Reviewed by Filip Pizlo.
1870 Set DERIVED_SOURCES_WTF_DIR for Windows.
1871 * Source/CMakeLists.txt:
1872 Don't compile bmalloc on Windows.
1873 * Source/cmake/OptionsCommon.cmake:
1874 Use the absolute path of the C preprocessor.
1875 * Source/cmake/OptionsWinCairo.cmake:
1876 Added needed definitions.
1877 * Source/cmake/OptionsWindows.cmake:
1878 Set some default values and removed support for old Visual Studio versions before /MP.
1879 * Source/cmake/WebKitFS.cmake:
1880 Make WTF DerivedSources directory.
1881 * Source/cmake/WebKitMacros.cmake:
1882 Added ADD_PRECOMPILED_HEADER macro based on
1883 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1885 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1887 Use colored diagnostics when building with cmake + ninja + clang
1888 https://bugs.webkit.org/show_bug.cgi?id=143297
1890 Reviewed by Žan Doberšek.
1892 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1893 disables colored output.
1894 This patch forces clang to use colored diagnostics when we are using
1897 * Source/cmake/OptionsCommon.cmake:
1899 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1901 [CMake] Update old CMakeList.txt in gtest
1902 https://bugs.webkit.org/show_bug.cgi?id=143192
1904 Reviewed by Darin Adler.
1906 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1907 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1908 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1910 * Source/CMakeLists.txt:
1911 * Source/cmake/gtest/CMakeLists.txt: Removed.
1913 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1915 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1916 https://bugs.webkit.org/show_bug.cgi?id=143138
1918 Reviewed by Csaba Osztrogonác.
1920 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1921 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1923 * Source/cmake/OptionsWindows.cmake:
1924 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1925 * Source/cmake/WebKitMacros.cmake:
1927 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1929 [GStreamer] share GL context in pipeline, part 2
1930 https://bugs.webkit.org/show_bug.cgi?id=143049
1932 Reviewed by Carlos Garcia Campos.
1934 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1935 OpenGL/ES2 is found and GLX/EGL is found too.
1937 2015-03-26 Alex Christensen <achristensen@webkit.org>
1939 Progress towards CMake on Mac.
1940 https://bugs.webkit.org/show_bug.cgi?id=143112
1942 Reviewed by Chris Dumez.
1944 * Source/cmake/OptionsMac.cmake:
1946 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1948 [EFL] Add OpenWebRTC in jhbuild
1949 https://bugs.webkit.org/show_bug.cgi?id=142778
1951 Reviewed by Gyuyoung Kim.
1953 Original patch by Philippe Normand <pnormand@igalia.com>
1955 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1956 mediastream build is enabled.
1958 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1960 [GTK] Add a configure option to build without Redirected XComposite Window
1961 https://bugs.webkit.org/show_bug.cgi?id=142865
1963 Reviewed by Žan Doberšek.
1965 The Redirected XComposite Window was added to support some
1966 features like GtkOverlay, but in cases where we don't need such
1967 features, it's more efficient to use the XID of the WebKitWebView
1968 window as the native surface handle for the accelerated
1969 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1970 that is enabled by default for X11 target when OpenGL is enabled.
1972 * Source/cmake/OptionsGTK.cmake:
1974 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1976 [GTK] Search for the Wayland dependency when enabling Wayland target
1977 https://bugs.webkit.org/show_bug.cgi?id=142876
1979 Reviewed by Carlos Garcia Campos.
1981 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1982 requirement of either the GTK+ or GDK pkg-config files, so we have to
1983 search for it ourselves when WebKitGTK+ has been configured to support
1984 the Wayland windowing target.
1986 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1988 Unreviewed, kick the GTK bots to regenerate makefile.
1989 https://bugs.webkit.org/show_bug.cgi?id=137394
1991 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1992 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1994 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1996 Unreviewed, kick the GTK bots to regenerate makefile.
1997 https://bugs.webkit.org/show_bug.cgi?id=137394
1999 * Source/cmake/OptionsEfl.cmake:
2001 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2003 [GTK] Fix inspector userinterface related incremental build issue
2004 https://bugs.webkit.org/show_bug.cgi?id=142849
2006 Reviewed by Carlos Garcia Campos.
2008 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2010 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2012 Unreviewed, kick the GTK bots to regenerate makefile.
2014 * Source/cmake/OptionsGTK.cmake:
2016 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2018 [EFL] Expose JavaScript binding interface through ewk_extension
2019 https://bugs.webkit.org/show_bug.cgi?id=142033
2021 Reviewed by Gyuyoung Kim.
2023 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2025 2015-03-17 Philippe Normand <pnormand@igalia.com>
2027 [GTK] basic OpenWebRTC build support
2028 https://bugs.webkit.org/show_bug.cgi?id=142393
2030 Reviewed by Carlos Garcia Campos.
2032 * Source/cmake/FindOpenWebRTC.cmake: Added.
2033 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
2034 mediastream build is enabled.
2036 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2038 [CMake][EFL] Build test tools only for developer mode
2039 https://bugs.webkit.org/show_bug.cgi?id=142761
2041 Reviewed by Csaba Osztrogonác.
2043 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
2045 * Source/cmake/OptionsEfl.cmake:
2046 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
2047 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
2048 * Source/cmakeconfig.h.cmake:
2050 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
2052 Enable ES6 classes by default
2053 https://bugs.webkit.org/show_bug.cgi?id=142774
2055 Reviewed by Gavin Barraclough.
2057 * Source/cmake/WebKitFeatures.cmake:
2059 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2061 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
2062 https://bugs.webkit.org/show_bug.cgi?id=142722
2064 Reviewed by Csaba Osztrogonác.
2066 Categorize to define cmake variables, to find necessary packages,
2067 use upper case for "glib_conponents" cmake variable name, re-arrange
2068 wrong alphabet sorting, and so on.
2070 * CMakeLists.txt: Remove WinCE port.
2071 * Source/cmake/OptionsEfl.cmake:
2073 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2075 [GStreamer] share GL context in pipeline
2076 https://bugs.webkit.org/show_bug.cgi?id=142693
2078 Reviewed by Philippe Normand.
2080 Add search of gstreamer-gl library in the GStreamer installation. If
2081 it is found, WTF_USE_GSTREAMER_GL macro is defined.
2083 * Source/cmake/FindGStreamer.cmake:
2084 * Source/cmake/OptionsGTK.cmake:
2086 2015-03-13 Alex Christensen <achristensen@webkit.org>
2088 Progress towards CMake on Mac.
2089 https://bugs.webkit.org/show_bug.cgi?id=142680
2091 Reviewed by Gyuyoung Kim.
2094 * Source/PlatformMac.cmake: Added stub.
2095 * Source/cmake/OptionsMac.cmake:
2096 Change defines to get CMake working.
2098 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2100 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
2101 https://bugs.webkit.org/show_bug.cgi?id=126688
2103 Reviewed by Gustavo Noronha Silva.
2105 Add ENABLE_MINIBROWSER option, enabled by default for development
2106 builds and disabled for production builds unless explicilty enabled.
2108 * Source/cmake/OptionsGTK.cmake:
2110 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2112 [GTK] Do not look for child processes in the UI process binary path
2113 https://bugs.webkit.org/show_bug.cgi?id=135752
2115 Reviewed by Gustavo Noronha Silva.
2117 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2118 build for development builds.
2120 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2122 [GTK] Add a configure option to build with OpenGL ES 2
2123 https://bugs.webkit.org/show_bug.cgi?id=142498
2125 Reviewed by Martin Robinson.
2127 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2128 GLES2 is required and OpenGL is not even searched. Otherwise we
2129 search for OpenGL as usual, using it only if present.
2131 * Source/cmake/OptionsGTK.cmake:
2133 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2135 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2136 https://bugs.webkit.org/show_bug.cgi?id=142338
2138 Reviewed by Gyuyoung Kim.
2140 * Source/cmake/WebKitHelpers.cmake:
2142 2015-03-03 Daniel Bates <dabates@apple.com>
2144 Convert ManualTests/svg-tooltip.svg to a DRT test
2145 https://bugs.webkit.org/show_bug.cgi?id=140480
2147 Reviewed by Alex Christensen.
2149 * ManualTests/svg-tooltip.svg: Removed.
2151 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2153 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2154 https://bugs.webkit.org/show_bug.cgi?id=142165
2156 Reviewed by Carlos Garcia Campos.
2158 * Source/cmake/gtksymbols.filter:
2160 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2162 [EFL] Remove unnecessary comment after r179110
2163 https://bugs.webkit.org/show_bug.cgi?id=142042
2165 Reviewed by Gyuyoung Kim.
2167 * Source/cmake/OptionsEfl.cmake:
2169 2015-02-23 Tomas Popela <tpopela@redhat.com>
2171 [GTK] Fails to compile with cmake 3.2.x
2172 https://bugs.webkit.org/show_bug.cgi?id=141796
2174 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2175 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2176 added and the build will fail.
2178 Reviewed by Martin Robinson.
2180 * Source/cmake/OptionsGTK.cmake:
2182 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2184 Remove svn:keywords property.
2186 As far as I can tell, the property had no effect on any of these files, but also,
2187 when it has effect it's likely harmful.
2189 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2190 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2191 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2192 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2193 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2194 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2195 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2196 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2197 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2198 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2199 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2200 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2201 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2202 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2204 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2206 [CMAKE] Remove CMakeLists.txt in WK1 port
2207 https://bugs.webkit.org/show_bug.cgi?id=141617
2209 Reviewed by Anders Carlsson.
2211 Nobody uses CMake in WK1 port. Remove it.
2215 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2217 Unreviewed, remove empty directories.
2219 * ManualTests/qt: Removed.
2221 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2223 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2224 https://bugs.webkit.org/show_bug.cgi?id=141481
2226 Reviewed by Csaba Osztrogonác.
2228 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2230 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2232 [EFL][GTK] Use bmalloc instead of tcmalloc
2233 https://bugs.webkit.org/show_bug.cgi?id=140162
2235 Reviewed by Carlos Garcia Campos.
2237 Add bmalloc directory to build list.
2239 * CMakeLists.txt: Define BMALLOC_DIR directory.
2240 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2242 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2244 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2245 https://bugs.webkit.org/show_bug.cgi?id=141392
2247 Reviewed by Gustavo Noronha Silva.
2249 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2251 * Source/cmake/OptionsGTK.cmake:
2253 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2255 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2256 https://bugs.webkit.org/show_bug.cgi?id=141328
2258 Reviewed by Darin Adler.
2260 Added as manual test because it involves a huge grid allocation
2261 which is very slow on Debug bots, the only ones capable to trigger
2264 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2266 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2268 [Streams API] Implement a barebone ReadableStream interface
2269 https://bugs.webkit.org/show_bug.cgi?id=141045
2271 Reviewed by Benjamin Poulain.
2273 * Source/cmake/WebKitFeatures.cmake:
2274 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2276 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2278 Revert accidental change in r179490.
2282 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2284 Unreviewed, revert accidental change to Makefile.shared in r179478
2288 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2290 [CMake] Minimum python version should be 2.7.
2291 https://bugs.webkit.org/show_bug.cgi?id=140997
2293 Reviewed by Csaba Osztrogonác.
2297 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2299 Apply feTurbulence spec change to fix zero length vector generation
2300 https://bugs.webkit.org/show_bug.cgi?id=140812
2302 Reviewed by Darin Adler.
2304 Recently a bug with the turbulence algorithm was corrected in the
2305 Filter Effects specification.
2306 For some seed values this bug allowed zero length vectors to be generated.
2307 This resulted in large solid color squares being present in the generated image.
2308 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2309 applies that change in WebCore.
2311 Test: svg/filters/feTurbulence_bad_seeds.html
2313 * platform/graphics/filters/FETurbulence.cpp:
2314 (WebCore::FETurbulence::initPaint):
2315 Added rejection sampling during vector generation to avoid zero length vectors.
2317 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2319 [cmake] Remove compiler version calculate cruft
2320 https://bugs.webkit.org/show_bug.cgi?id=140885
2322 Reviewed by Darin Adler.
2324 * Source/cmake/WebKitHelpers.cmake:
2326 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2328 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2329 https://bugs.webkit.org/show_bug.cgi?id=140886
2331 Reviewed by Žan Doberšek.
2333 * Source/cmake/WebKitHelpers.cmake:
2335 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2337 [GTK] gtkdoc does not appear in DevHelp
2338 https://bugs.webkit.org/show_bug.cgi?id=139369
2340 Reviewed by Philippe Normand.
2342 Expect the gtkdoc to be generated in folders named with the API version.
2344 * Source/PlatformGTK.cmake:
2346 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2348 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2349 https://bugs.webkit.org/show_bug.cgi?id=140609
2351 Reviewed by Csaba Osztrogonác.
2353 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2354 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2355 compilation flags. Those were added after the jsCStack branch merge, but
2356 can now be removed since the -ftree-dce issues were fixed in GCC, and
2357 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2359 * Source/cmake/OptionsEfl.cmake:
2360 * Source/cmake/OptionsGTK.cmake:
2362 2015-01-26 Commit Queue <commit-queue@webkit.org>
2364 Unreviewed, rolling out r179107.
2365 https://bugs.webkit.org/show_bug.cgi?id=140880
2367 The GCC in the bots doesn't support the AsyncTask
2368 implementation (Requested by KaL on #webkit).
2372 "[GTK] Enable IndexedDB"
2373 https://bugs.webkit.org/show_bug.cgi?id=98932
2374 http://trac.webkit.org/changeset/179107
2376 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2378 [GTK] Enable IndexedDB
2379 https://bugs.webkit.org/show_bug.cgi?id=98932
2381 Reviewed by Žan Doberšek.
2383 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2384 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2386 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2388 [GTK] Add initial database process support
2389 https://bugs.webkit.org/show_bug.cgi?id=139491
2391 Reviewed by Sergio Villar Senin.
2393 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2395 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2397 Add a build flag for ES6 class syntax
2398 https://bugs.webkit.org/show_bug.cgi?id=140760
2400 Reviewed by Michael Saboff.
2402 * Source/cmake/WebKitFeatures.cmake:
2403 * Source/cmakeconfig.h.cmake:
2405 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2407 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2408 https://bugs.webkit.org/show_bug.cgi?id=140049
2410 Reviewed by Gyuyoung Kim.
2412 * Source/cmake/OptionsCommon.cmake:
2414 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2416 Remove ENABLE(INSPECTOR) ifdef guards
2417 https://bugs.webkit.org/show_bug.cgi?id=140668
2419 Reviewed by Darin Adler.
2421 * Source/PlatformEfl.cmake:
2422 * Source/cmake/OptionsEfl.cmake:
2423 * Source/cmake/OptionsGTK.cmake:
2424 * Source/cmake/OptionsMac.cmake:
2425 * Source/cmake/WebKitFeatures.cmake:
2426 * Source/cmakeconfig.h.cmake:
2428 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2430 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2432 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2434 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2436 [CMAKE] Fix cmake warning
2437 https://bugs.webkit.org/show_bug.cgi?id=140497
2439 Reviewed by Gustavo Noronha Silva.
2441 r173155 already tried to fix cmake warning though, the warning is still exist.
2442 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2443 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2444 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2445 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2446 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2450 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2452 [GTK] Generate the make dist manifest from a CMake template file
2453 https://bugs.webkit.org/show_bug.cgi?id=139387
2455 Reviewed by Martin Robinson.
2457 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2458 distcheck targets for developer builds, as they won't work when
2459 building from a tarball because the manifest is not distributed.
2461 * Source/PlatformGTK.cmake:
2463 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2465 Remove ENABLE(SQL_DATABASE) guards
2466 https://bugs.webkit.org/show_bug.cgi?id=140434
2468 Reviewed by Darin Adler.
2470 * Source/cmake/OptionsMac.cmake:
2471 * Source/cmake/WebKitFeatures.cmake:
2472 * Source/cmakeconfig.h.cmake:
2474 2015-01-11 Sam Weinig <sam@webkit.org>
2476 Remove support for SharedWorkers
2477 https://bugs.webkit.org/show_bug.cgi?id=140344
2479 Reviewed by Anders Carlsson.
2481 * Source/cmake/OptionsEfl.cmake:
2482 * Source/cmake/OptionsGTK.cmake:
2483 * Source/cmake/OptionsMac.cmake:
2484 * Source/cmake/WebKitFeatures.cmake:
2485 * Source/cmakeconfig.h.cmake:
2487 2015-01-10 Dan Bernstein <mitz@apple.com>
2489 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2490 https://bugs.webkit.org/show_bug.cgi?id=140339
2492 Reviewed by Mark Rowe.
2494 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2495 prevents unnecessary rebuilding due to PATH differences.
2497 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2499 [GTK][ThreadedCompositor] Add support for threaded compositor.
2500 https://bugs.webkit.org/show_bug.cgi?id=118265
2502 Reviewed by Martin Robinson.
2504 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2505 autotools build systems. The feature is disabled by default.
2506 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2507 from the feature flags.
2509 * Source/cmake/OptionsEfl.cmake:
2510 * Source/cmake/OptionsGTK.cmake:
2511 * Source/cmake/WebKitFeatures.cmake:
2512 * Source/cmakeconfig.h.cmake:
2514 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2516 Simplify building with ASan
2517 https://bugs.webkit.org/show_bug.cgi?id=139916
2519 Reviewed by Mark Rowe.
2521 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2523 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2525 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2527 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2529 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2531 Null dereference performing a "TapAndAHalf" gesture in Google search field
2533 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2534 <rdar://problem/19028828>
2536 Reviewed by Darin Adler.
2538 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2540 2014-12-10 Dean Jackson <dino@apple.com>
2542 Blur filter performance test doesn't provide results
2543 https://bugs.webkit.org/show_bug.cgi?id=139462
2545 Reviewed by Sam Weinig.
2547 This can't currently work under our performance test
2548 infrastructure. Move it to a manual test to avoid
2549 putting FAILures into the results.
2551 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2553 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2555 [GTK][WK2] Add HTML5 Notifications support
2556 https://bugs.webkit.org/show_bug.cgi?id=61140
2558 Reviewed by Carlos Garcia Campos.
2560 * Source/cmake/FindLibNotify.cmake: Added.
2561 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2562 libnotify and use it for a default implementation when found.
2564 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2566 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2567 https://bugs.webkit.org/show_bug.cgi?id=138100
2569 Reviewed by Simon Fraser.
2571 DRT causes an extra paint which makes it impossible to test this with
2574 * ManualTests/float-layer-not-painting.html: Added.
2576 2014-12-07 Alberto Garcia <berto@igalia.com>
2578 [GTK] WebKit has a new required dependency on GnuTLS
2579 https://bugs.webkit.org/show_bug.cgi?id=136158
2581 Reviewed by Martin Robinson.
2583 Detect if GnuTLS is installed and enable or disable subtle crypto
2584 support accordingly.
2586 * Source/cmake/OptionsGTK.cmake:
2588 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2590 [GTK] Missing API detected in GObject DOM bindings after r176630
2591 https://bugs.webkit.org/show_bug.cgi?id=139201
2593 Reviewed by Gustavo Noronha Silva.
2595 Change GENERATE_BINDINGS macro to receive a list of optional
2596 additional dependencies, so that we can add more dependecies
2597 without having to change the macro.
2599 * Source/cmake/WebKitMacros.cmake:
2601 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2603 Programmatic scrolling and content changes are not always synchronized
2604 https://bugs.webkit.org/show_bug.cgi?id=139245
2605 rdar://problem/18833612
2607 Reviewed by Anders Carlsson.
2609 Manual test that tries to sync layout with programmatic scrolling.
2611 * ManualTests/programmatic-scroll-flicker.html: Added.
2613 2014-12-04 Alberto Garcia <berto@igalia.com>
2615 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2616 https://bugs.webkit.org/show_bug.cgi?id=136576
2618 Reviewed by Carlos Garcia Campos.
2620 CMake should complain if Accelerated 2D Canvas is explicitly
2621 enabled but cairo-gl is not found.
2623 * Source/cmake/OptionsGTK.cmake:
2625 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2627 [EFL] Add subtle crypto to the build system
2628 https://bugs.webkit.org/show_bug.cgi?id=138612
2630 Reviewed by Csaba Osztrogonác.
2632 * Source/cmake/OptionsEfl.cmake:
2634 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2636 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2637 https://bugs.webkit.org/show_bug.cgi?id=139085
2639 Reviewed by Andreas Kling.
2641 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2642 * Source/cmake/WebKitFeatures.cmake: ditto.
2643 * Source/cmakeconfig.h.cmake: ditto.
2645 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2647 [EFL] Drop support for the EFL 1.7
2648 https://bugs.webkit.org/show_bug.cgi?id=139114
2650 Reviewed by Gyuyoung Kim.
2652 * Source/cmake/EFLHelpers.cmake: Removed.
2653 * Source/cmake/FindEcore.cmake: Removed.
2654 * Source/cmake/FindEdje.cmake: Removed.
2655 * Source/cmake/FindEet.cmake: Removed.
2656 * Source/cmake/FindEeze.cmake: Removed.
2657 * Source/cmake/FindEfreet.cmake: Removed.
2658 * Source/cmake/FindEina.cmake: Removed.
2659 * Source/cmake/FindElementary.cmake: Removed.
2660 * Source/cmake/FindEvas.cmake: Removed.
2661 * Source/cmake/OptionsEfl.cmake:
2663 2014-11-28 Philippe Normand <pnormand@igalia.com>
2665 [CMake] Build failure against GStreamer git master
2666 https://bugs.webkit.org/show_bug.cgi?id=138872
2668 Reviewed by Csaba Osztrogon.
2670 * Source/cmake/FindGStreamer.cmake: Simplified the
2671 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2672 headers lookup, there's no need to do this manually. Also
2673 explicitely check the version specified in GStreamer_FIND_VERSION.
2675 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2677 [EFL] Remove E_Dbus dependency
2678 https://bugs.webkit.org/show_bug.cgi?id=136355
2680 Reviewed by Gyuyoung Kim.
2682 * Source/cmake/FindE_DBus.cmake: Removed.
2683 * Source/cmake/OptionsEfl.cmake:
2685 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2687 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2689 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2691 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2693 [CMake] Use ld.gold if it is available to speedup builds
2694 https://bugs.webkit.org/show_bug.cgi?id=137953
2696 Reviewed by Carlos Garcia Campos.
2698 * Source/cmake/OptionsCommon.cmake:
2700 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2702 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2703 https://bugs.webkit.org/show_bug.cgi?id=138840
2705 Reviewed by Csaba Osztrogonác.
2707 * Source/cmake/OptionsCommon.cmake:
2709 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2711 Remove Source/Platform cruft
2712 https://bugs.webkit.org/show_bug.cgi?id=138658
2714 Reviewed by Anders Carlsson.
2717 * Source/Platform: Removed.
2719 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2721 Enable Cortex-A53-specific code paths by default if core is detected.
2722 https://bugs.webkit.org/show_bug.cgi?id=138499
2724 Reviewed by Csaba Osztrogonác.
2726 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2727 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2730 Since on ARM64/Linux the part number that cpuinfo reports depends on
2731 the core the query is run on, the check is bound to and executed on the
2732 available cores one by one.
2734 * Source/cmake/OptionsCommon.cmake:
2736 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2738 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2739 https://bugs.webkit.org/show_bug.cgi?id=138498
2741 Reviewed by Csaba Osztrogonác.
2743 * Source/cmake/OptionsEfl.cmake:
2745 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2747 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2748 https://bugs.webkit.org/show_bug.cgi?id=138465
2750 Reviewed by Gyuyoung Kim.
2752 * Source/cmake/OptionsEfl.cmake:
2754 2014-11-03 Dean Jackson <dino@apple.com>
2756 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2757 https://bugs.webkit.org/show_bug.cgi?id=138362
2759 Reviewed by Tim Horton.
2761 Add a new feature define for Level 2 of CSS Filters.
2762 http://dev.w3.org/fxtf/filters-2/
2764 * Source/cmake/OptionsEfl.cmake:
2765 * Source/cmake/OptionsGTK.cmake:
2766 * Source/cmake/OptionsMac.cmake:
2767 * Source/cmake/WebKitFeatures.cmake:
2768 * Source/cmakeconfig.h.cmake:
2770 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2772 Workaround for Cortex-A53 erratum 835769
2773 https://bugs.webkit.org/show_bug.cgi?id=138315
2775 Reviewed by Filip Pizlo.
2777 This patch introduces CMake variable and preprocessor macro
2778 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2779 code paths, if set true.
2781 * Source/cmake/OptionsCommon.cmake:
2782 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2784 * Source/cmakeconfig.h.cmake:
2785 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2787 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2789 [GTK] Fix the build of FTL JIT
2790 https://bugs.webkit.org/show_bug.cgi?id=138298
2792 Reviewed by Carlos Garcia Campos.
2794 * Source/cmake/OptionsGTK.cmake:
2795 Remove the need for the LIBCXXABI package.
2797 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2799 REGRESSION(CMake): Make it possible to build without introspection
2800 https://bugs.webkit.org/show_bug.cgi?id=138006
2802 Reviewed by Philippe Normand.
2804 Add ENABLE_INTROSPECTION option.
2806 * Source/PlatformGTK.cmake: Dot not add gir global target if
2807 introspection is disabled.
2808 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2809 introspection is disabled.
2811 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2813 [GTK] Support script message handlers WebKitUserContentManager
2814 https://bugs.webkit.org/show_bug.cgi?id=133730
2816 Reviewed by Carlos Garcia Campos.
2818 Support user script message handlers in WebKitUserContentManager.
2819 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2820 an option is added to the CMake build files. The option is disabled
2821 globally by default, and the WebKitGTK port enables it. On the API
2822 level, two new methods to register and unregister names are provided
2823 in the "window.webkit" namespace, and on message reception the
2824 "WebKitUserContentManager::script-message-received" signal is
2825 emitted, using the registered names as signal detail.
2827 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2828 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2829 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2830 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2832 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2834 [GTK] Bump libsoup's minimum version to 2.42.0.
2835 https://bugs.webkit.org/show_bug.cgi?id=138086
2837 Reviewed by Martin Robinson.
2839 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2840 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2841 the minimum version required to build the port these days.
2843 In addition, since the autotools build system required 2.42.0 before
2844 being retired, require the same version here. Version 2.42.0 was also
2846 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2848 * Source/cmake/OptionsGTK.cmake:
2850 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2852 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2853 https://bugs.webkit.org/show_bug.cgi?id=138132
2855 Reviewed by Csaba Osztrogonác.
2857 * Source/cmake/OptionsEfl.cmake:
2859 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2861 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2863 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2865 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2867 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2868 https://bugs.webkit.org/show_bug.cgi?id=137946
2870 Reviewed by Gyuyoung Kim.
2872 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2874 * Source/cmake/OptionsEfl.cmake:
2876 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2878 Fix FTL Native Inlining for EFL
2879 https://bugs.webkit.org/show_bug.cgi?id=137774
2881 Reviewed by Michael Saboff.
2883 Updated CMake for FTL Native Inlining.
2886 * Source/cmake/FindClang.cmake: Added.
2887 * Source/cmake/OptionsEfl.cmake:
2888 * Source/cmakeconfig.h.cmake:
2890 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2892 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2893 https://bugs.webkit.org/show_bug.cgi?id=137748
2895 Reviewed by Brian Burg.
2897 * Source/PlatformEfl.cmake:
2899 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2901 [GTK] Add initial gestures support
2902 https://bugs.webkit.org/show_bug.cgi?id=137812
2904 Reviewed by Sergio Villar Senin.
2906 Check if the GTK+ version supports gestures or not.
2908 * Source/cmake/FindGTK3.cmake:
2909 * Source/cmake/OptionsGTK.cmake:
2911 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2913 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2914 https://bugs.webkit.org/show_bug.cgi?id=137781
2916 Reviewed by Martin Robinson.
2918 We used to enable smooth scrolling unconditionally in autotools
2919 (via WebKitFeatures.m4), but since the switch to CMake it's
2920 unconditionally disabled, so changing the setting doesn't have any
2923 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2925 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2927 Removing CUSTOM_PROTOCOLS guard
2928 https://bugs.webkit.org/show_bug.cgi?id=137741
2930 Reviewed by Benjamin Poulain.
2932 * Source/cmake/OptionsEfl.cmake:
2934 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2936 [EFL] Enable WebP support.
2937 https://bugs.webkit.org/show_bug.cgi?id=136156
2939 Reviewed by Gyuyoung Kim.
2941 Add WebP package finding rule.
2943 * Source/cmake/OptionsEfl.cmake:
2945 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2947 [EFL] Enable custom URI schemes with CustomProtocols
2948 https://bugs.webkit.org/show_bug.cgi?id=128177
2950 Reviewed by Gyuyoung Kim.
2952 Fixing ewk_context_url_scheme_register() ewebkit2 API
2953 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2955 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2957 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2959 Bump version to 2.7.0
2960 https://bugs.webkit.org/show_bug.cgi?id=137301
2962 Rubber-stamped by Carlos Garcia Campos.
2964 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2966 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2968 [EFL] Rename TEST_THEME_DIR macro
2969 https://bugs.webkit.org/show_bug.cgi?id=137244
2971 Reviewed by Csaba Osztrogonác.
2973 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2975 2014-09-27 Dan Bernstein <mitz@apple.com>
2977 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2978 https://bugs.webkit.org/show_bug.cgi?id=137053
2980 Reviewed by Mark Rowe.
2982 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2983 In the build pre-action, pass the --wksi and --llvm options to
2984 copy-webkitlibraries-to-product-directory.
2985 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2987 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2989 [GTK] Enable CSS_IMAGE_SET in production builds
2990 https://bugs.webkit.org/show_bug.cgi?id=137142
2992 Reviewed by Alejandro G. Castro.
2994 This is required by the inspector to show some of the icons that
2995 has a HiDPI variant.
2997 * Source/cmake/OptionsGTK.cmake:
2999 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
3001 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
3002 https://bugs.webkit.org/show_bug.cgi?id=136377
3004 Reviewed by Philippe Normand.
3006 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
3007 for CMake versions less than 3.
3009 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
3011 Remove WinCE port from trunk
3012 https://bugs.webkit.org/show_bug.cgi?id=136951
3014 Reviewed by Alex Christensen.
3016 * Source/cmake/OptionsWinCE.cmake: Removed.
3017 * Source/cmake/WebKitPackaging.cmake:
3019 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
3021 [EFL][GTK] Remove WebKit1 related codes
3022 https://bugs.webkit.org/show_bug.cgi?id=136853
3024 Reviewed by Csaba Osztrogonác.
3026 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
3029 * Source/PlatformGTK.cmake:
3031 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3034 https://bugs.webkit.org/show_bug.cgi?id=136820
3036 Reviewed by Csaba Osztrogonác.
3038 * Source/cmake/FindICU.cmake:
3040 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
3042 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
3043 https://bugs.webkit.org/show_bug.cgi?id=136814
3045 Reviewed by Philippe Normand.
3047 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
3048 We bundle the wayland-egl dependency with wayland-client and wayland-server
3049 and store the resulting variables with the WAYLAND_ prefix. Because of this
3050 this line wasn't exporting anything useful.
3052 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
3054 URTBF after r173574.
3056 * Source/cmake/WebKitMacros.cmake:
3058 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
3060 [JavaScriptCore] Fix FTL on platform EFL.
3061 https://bugs.webkit.org/show_bug.cgi?id=133571
3063 Reviewed by Filip Pizlo.
3067 * Source/cmake/FindLIBCXXABI.cmake: Removed.
3068 * Source/cmake/OptionsEfl.cmake:
3070 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3073 https://bugs.webkit.org/show_bug.cgi?id=136571
3075 Reviewed by Darin Adler.
3077 * Source/cmake/OptionsEfl.cmake:
3078 * Source/cmake/OptionsGTK.cmake:
3079 * Source/cmake/OptionsMac.cmake:
3080 * Source/cmake/WebKitFeatures.cmake:
3081 * Source/cmakeconfig.h.cmake:
3083 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3085 Remove CSS_FILTERS flag
3086 https://bugs.webkit.org/show_bug.cgi?id=136529
3088 Reviewed by Dirk Schulze.
3090 * Source/cmake/OptionsEfl.cmake:
3091 * Source/cmake/OptionsGTK.cmake:
3092 * Source/cmake/OptionsMac.cmake:
3093 * Source/cmake/WebKitFeatures.cmake:
3094 * Source/cmakeconfig.h.cmake:
3096 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3098 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
3099 https://bugs.webkit.org/show_bug.cgi?id=136194
3101 Reviewed by Csaba Osztrogonác.
3103 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
3107 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3109 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
3110 https://bugs.webkit.org/show_bug.cgi?id=135560
3112 Reviewed by Gyuyoung Kim.
3114 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
3116 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
3118 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
3119 https://bugs.webkit.org/show_bug.cgi?id=136343
3121 Reviewed by David Kilzer.
3123 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
3125 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3126 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3128 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
3130 [EFL] Share fast/speechsynthesis/ with other ports
3131 https://bugs.webkit.org/show_bug.cgi?id=136224
3133 Reviewed by Chris Fleizach.
3135 Enable WebSpeech for EFL.
3137 * Source/cmake/OptionsEfl.cmake:
3139 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3141 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3142 https://bugs.webkit.org/show_bug.cgi?id=136127
3144 Reviewed by Gyuyoung Kim.
3146 Add build support for espeak.
3148 * Source/cmake/FindEspeak.cmake: Added.
3149 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3151 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3153 [EFL] Build break using clang
3154 https://bugs.webkit.org/show_bug.cgi?id=136245
3156 Reviewed by Gyuyoung Kim.
3158 * Source/cmake/OptionsEfl.cmake:
3159 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3160 Some warnings are from system libraries.
3162 2014-08-25 Alberto Garcia <berto@igalia.com>
3164 [GTK] Unify webkitgtk and webkit2gtk directories
3165 https://bugs.webkit.org/show_bug.cgi?id=136209
3167 Reviewed by Carlos Garcia Campos.
3169 Use webkit2gtk-X.X both for the process binaries and the injected
3172 * Source/cmake/OptionsGTK.cmake:
3174 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3176 [EFL] Move Efl specific code from Source/CMakeLists.txt
3177 https://bugs.webkit.org/show_bug.cgi?id=136206
3179 Reviewed by Gyuyoung Kim.
3181 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3182 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3184 * Source/CMakeLists.txt:
3185 * Source/cmake/OptionsEfl.cmake:
3187 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3189 [EFL] Introduce DEVELOPER_MODE
3190 https://bugs.webkit.org/show_bug.cgi?id=135884
3192 Reviewed by Gyuyoung Kim.
3194 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3195 instead of SHARED_CORE.
3196 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3197 from release binary.
3199 * Source/cmake/OptionsEfl.cmake:
3200 * Source/cmake/WebKitHelpers.cmake:
3201 Moved fvisibility=hidden to OptionsEfl.cmake
3203 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3205 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3206 https://bugs.webkit.org/show_bug.cgi?id=136110
3208 Reviewed by Gyuyoung Kim.
3210 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3212 * Source/cmake/OptionsEfl.cmake:
3214 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3216 [EFL] Apply eflsymbols.filter to WebKit2
3217 https://bugs.webkit.org/show_bug.cgi?id=136148
3219 Reviewed by Csaba Osztrogonác.
3221 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3222 in the eflsymbols.filter.
3224 * Source/cmake/OptionsEfl.cmake:
3225 * Source/cmake/eflsymbols.filter:
3227 2014-08-21 Zalan Bujtas <zalan@apple.com>
3229 Enable SATURATED_LAYOUT_ARITHMETIC.
3230 https://bugs.webkit.org/show_bug.cgi?id=136106
3232 Reviewed by Simon Fraser.
3234 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3235 (No measurable performance regression on Mac.)
3237 * Source/cmake/OptionsMac.cmake:
3238 * Source/cmake/WebKitFeatures.cmake:
3239 * Source/cmakeconfig.h.cmake:
3241 2014-08-19 Zalan Bujtas <zalan@apple.com>
3243 Remove ENABLE(SUBPIXEL_LAYOUT).
3244 https://bugs.webkit.org/show_bug.cgi?id=136077
3246 Reviewed by Simon Fraser.
3248 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3250 * Source/cmake/OptionsEfl.cmake:
3251 * Source/cmake/OptionsGTK.cmake:
3252 * Source/cmake/OptionsMac.cmake:
3253 * Source/cmake/WebKitFeatures.cmake:
3254 * Source/cmakeconfig.h.cmake:
3256 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3258 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3259 https://bugs.webkit.org/show_bug.cgi?id=135980
3261 Reviewed by Martin Robinson.
3263 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3264 overrides any other disabled optimization that was prepended to these
3265 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3266 lists first in the final list of compilation flags.
3268 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3269 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3271 * Source/cmake/OptionsCommon.cmake:
3272 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3273 * Source/cmake/OptionsGTK.cmake:
3275 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3277 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3279 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3281 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3283 [GTK] Disable memory sampler on non-Linux system
3284 https://bugs.webkit.org/show_bug.cgi?id=134483
3286 Reviewed by Philippe Normand.
3288 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3289 Linux because it uses many Linux-specific features, so we should disable
3290 memory sampler on other systems by default.
3292 * Source/cmake/OptionsGTK.cmake:
3294 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3296 [GTK] HTML API documentation should also be installed versioned
3297 https://bugs.webkit.org/show_bug.cgi?id=135970
3299 Reviewed by Philippe Normand.
3301 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3304 2014-08-14 Tomas Popela <tpopela@redhat.com>
3306 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3307 https://bugs.webkit.org/show_bug.cgi?id=135937
3309 Reviewed by Carlos Garcia Campos.
3313 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3315 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3316 https://bugs.webkit.org/show_bug.cgi?id=135934
3318 Reviewed by Gustavo Noronha Silva.
3320 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3321 The gir files should installed in $datadir/gir-1.0/ together with all other
3322 gir files. We don't need to install introspection files in a versioned
3323 directory because their filenames already contain the binary version. But before
3324 r171598, the files were only installed to the right directory if the
3325 gobject-instrospection pkg-config file was in the same prefix than the one we
3326 wanted to install, because the gir and typelibs directories were extracted from
3327 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3328 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3329 like we do in the autotools build.
3331 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3332 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3333 * Source/cmake/OptionsGTK.cmake: Define
3334 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3336 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3338 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3339 https://bugs.webkit.org/show_bug.cgi?id=135836
3341 Reviewed by Philippe Normand.
3343 * Source/PlatformGTK.cmake: Add install command to also install
3344 the GObject DOM bindings API docs.
3346 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3348 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3349 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3350 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3351 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3354 * Source/cmake/OptionsCommon.cmake:
3356 2014-08-13 Alex Christensen <achristensen@webkit.org>
3358 Progress towards CMake on Mac.
3359 https://bugs.webkit.org/show_bug.cgi?id=135819
3361 Reviewed by Laszlo Gombos.
3363 * Source/cmake/OptionsMac.cmake:
3364 Disable some more features temporarily to get CMake working.
3365 * Source/cmake/WebKitMacros.cmake:
3366 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3368 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3370 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3371 https://bugs.webkit.org/show_bug.cgi?id=135798
3373 Reviewed by Philippe Normand.
3375 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3377 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3378 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3379 https://bugs.webkit.org/show_bug.cgi?id=133317
3381 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3383 Reviewed by Philippe Normand.
3385 No new tests since no new functionality has been added.
3387 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3389 2014-08-11 Commit Queue <commit-queue@webkit.org>
3391 Unreviewed, rolling out r172393.
3392 https://bugs.webkit.org/show_bug.cgi?id=135796
3394 discussion needed about GnuTLS version bump on the bots
3395 (Requested by philn on #webkit).
3399 https://bugs.webkit.org/show_bug.cgi?id=133317
3400 http://trac.webkit.org/changeset/172393
3402 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3403 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3404 https://bugs.webkit.org/show_bug.cgi?id=133317
3406 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3408 Reviewed by Philippe Normand.
3410 No new tests since no new functionality has been added.
3412 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3414 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3416 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3417 https://bugs.webkit.org/show_bug.cgi?id=133316
3419 Reviewed by Philippe Normand.
3421 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3422 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3423 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3425 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3427 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3429 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3431 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3433 [GTK] REGRESSION(r166239): The ld version script is not being used
3434 https://bugs.webkit.org/show_bug.cgi?id=135694
3436 Reviewed by Martin Robinson.
3438 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3439 it as gtksymbols.filter. Also updated it, since some of the symbols
3440 exported were renamed.
3442 * Source/cmake/OptionsGTK.cmake:
3443 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3445 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3447 [GTK] Child processes should be installed in a versioned directory
3448 https://bugs.webkit.org/show_bug.cgi?id=135754
3450 Reviewed by Gustavo Noronha Silva.
3452 Define LIBEXEC_INSTALL_DIR as
3453 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3454 so that the child processes are installed in $libexec/webkitgtk-4.0.
3455 This makes it possible to install 2.6 in parallel to older versions.
3457 * Source/cmake/OptionsGTK.cmake:
3459 2014-08-08 Alex Christensen <achristensen@webkit.org>
3461 Progress towards using CMake on Mac.
3462 https://bugs.webkit.org/show_bug.cgi?id=135662
3464 Reviewed by Laszlo Gombos.
3467 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3468 * Source/cmake/WebKitFeatures.cmake:
3469 * Source/cmakeconfig.h.cmake:
3470 Added features that are needed by the Mac port.
3471 * Source/cmake/OptionsMac.cmake:
3472 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3473 Disable the FTL with CMake for now.
3474 * Source/cmake/OptionsEFL.cmake:
3475 * Source/cmake/OptionsGTK.cmake:
3476 Enable subpixel layout to not conflict with FeatureDefines.h
3478 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3480 Undo some erroneous changes to the Xcode scheme files from r172259.
3482 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3483 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3485 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3487 [CMake] Drop the required version of CMake down to 2.8.8
3488 https://bugs.webkit.org/show_bug.cgi?id=135713
3490 Reviewed by Alex Christensen.
3492 * CMakeLists.txt: Require CMake 2.8.8.
3494 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3496 Get rid of INPUT_SPEECH
3497 https://bugs.webkit.org/show_bug.cgi?id=135672
3499 Reviewed by Andreas Kling.
3501 * Source/cmake/OptionsMac.cmake:
3502 * Source/cmake/WebKitFeatures.cmake:
3503 * Source/cmakeconfig.h.cmake:
3505 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3507 [GTK] Disable IndexedDB
3508 https://bugs.webkit.org/show_bug.cgi?id=135692
3510 Reviewed by Carlos Garcia Campos.
3512 * Source/cmake/OptionsGTK.cmake:
3514 2014-08-06 Dean Jackson <dino@apple.com>
3516 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3517 https://bugs.webkit.org/show_bug.cgi?id=135675
3519 Reviewed by Sam Weinig.
3521 * Source/cmake/OptionsGTK.cmake:
3522 * Source/cmake/OptionsMac.cmake:
3523 * Source/cmake/WebKitFeatures.cmake:
3524 * Source/cmakeconfig.h.cmake:
3526 2014-08-06 David Farler <dfarler@apple.com>
3528 Unreviewed build fix: Make includes semicolon in assignment.
3530 * Makefile.shared: Remove a ;
3532 2014-08-06 David Farler <dfarler@apple.com>
3534 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3535 https://bugs.webkit.org/show_bug.cgi?id=135655
3537 Reviewed by Mark Rowe.
3539 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3541 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3543 [GTK] Be able to disable gtk2 dependency
3544 https://bugs.webkit.org/show_bug.cgi?id=135505
3546 Reviewed by Gustavo Noronha Silva.
3548 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3549 required when it's enabled. It's enabled by default.
3551 * Source/cmake/OptionsGTK.cmake:
3553 2014-08-05 Alex Christensen <achristensen@webkit.org>
3556 https://bugs.webkit.org/show_bug.cgi?id=135620
3558 Reviewed by Laszlo Gombos.
3560 * Source/cmake/OptionsMac.cmake:
3561 Use UDIS86 by default on Mac.
3563 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3565 Add a flag for the CSS Selectors level 4 implementation
3566 https://bugs.webkit.org/show_bug.cgi?id=135535
3568 Reviewed by Andreas Kling.
3570 * Source/cmake/OptionsEfl.cmake:
3571 * Source/cmake/OptionsGTK.cmake:
3572 * Source/cmake/WebKitFeatures.cmake:
3573 * Source/cmakeconfig.h.cmake:
3575 2014-08-04 Alex Christensen <achristensen@webkit.org>
3577 Progress towards CMake on Mac.
3578 https://bugs.webkit.org/show_bug.cgi?id=135528
3580 Reviewed by Gyuyoung Kim.
3582 * Source/cmake/OptionsMac.cmake:
3583 Made options list based on FeatureDefines.xcconfig files.
3585 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3587 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3588 https://bugs.webkit.org/show_bug.cgi?id=134736
3590 Reviewed by Martin Robinson.
3592 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3593 support the X11 or Wayland windowing targets -- instead, if there's no support
3594 the specific target is disabled, and an error is thrown only if neither of the
3595 backends is enabled at the end..
3596 For now the X11 target remains enabled by default, and the Wayland target is
3597 kept disabled. Once it's possible to have both targets enabled at runtime in
3598 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3599 GTK+ dependency to determine which targets can be enabled.
3601 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3603 [CMake] Add FindWayland.cmake
3604 https://bugs.webkit.org/show_bug.cgi?id=135540
3606 Reviewed by Martin Robinson.
3608 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
3609 dependency. For now bundles the wayland-client, wayland-server and
3610 wayland-egl pkg-config targets into one dependency, but these could
3611 be split in the future if necessary.
3613 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
3615 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
3616 https://bugs.webkit.org/show_bug.cgi?id=135553
3618 Reviewed by Gyuyoung Kim.
3620 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
3621 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
3623 * Source/cmake/OptionsEfl.cmake:
3625 2014-08-01 Bear Travis <betravis@adobe.com>
3627 [Feature Queries] Enable Feature Queries on EFL/GTK
3628 https://bugs.webkit.org/show_bug.cgi?id=134902
3630 Reviewed by Benjamin Poulain.
3632 Enable CSS Feature Queries by default on the EFL and GTK
3635 * Source/cmake/OptionsEfl.cmake:
3636 * Source/cmake/OptionsGTK.cmake:
3638 2014-08-01 Alex Christensen <achristensen@webkit.org>
3640 Progress towards cmake on Windows.
3641 https://bugs.webkit.org/show_bug.cgi?id=135484
3643 Reviewed by Martin Robinson.
3646 Added Mac to list of ports, even though it is not done yet.
3647 Changed minimum bison version to version installed on Macs.
3648 * Source/cmake/OptionsAppleWin.cmake:
3649 Added some definitions.
3650 * Source/cmake/OptionsEfl.cmake:
3651 * Source/cmake/OptionsGTK.cmake:
3652 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
3653 * Source/cmake/OptionsMac.cmake: Added blank for now.
3654 * Source/cmake/OptionsWinCairo.cmake:
3655 * Source/cmake/OptionsWindows.cmake:
3656 Added some definitions.
3657 Removed /WX (warnings treated as error while compiling).
3658 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
3660 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
3662 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
3663 https://bugs.webkit.org/show_bug.cgi?id=135501
3665 Reviewed by Gyuyoung Kim.
3667 Use PROJECT_VERSION_MICRO instead.
3669 * Source/cmake/OptionsEfl.cmake:
3670 * Source/cmake/OptionsGTK.cmake:
3671 * Source/cmake/WebKitHelpers.cmake:
3673 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
3675 [EFL] Bump ewebkit version to 1.11
3676 https://bugs.webkit.org/show_bug.cgi?id=135487
3678 Reviewed by Gyuyoung Kim.
3680 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
3682 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3684 [EFL] Add support for building with Geoclue2.
3685 https://bugs.webkit.org/show_bug.cgi?id=135455
3687 Reviewed by Gyuyoung Kim.
3689 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
3692 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3694 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
3696 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3698 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3700 [GTK] Bump binary version for 2.6
3701 https://bugs.webkit.org/show_bug.cgi?id=133724
3703 Reviewed by Philippe Normand.
3705 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
3706 update library version numbers.
3708 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
3710 [CMake] Bump the minimum required version
3711 https://bugs.webkit.org/show_bug.cgi?id=135382
3713 Reviewed by Gyuyoung Kim.
3715 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
3716 we introduced usage of target_include_directories().
3718 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
3720 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
3721 https://bugs.webkit.org/show_bug.cgi?id=135376
3723 Reviewed by Gyuyoung Kim.
3725 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
3727 * Source/cmake/OptionsEfl.cmake:
3728 * Source/cmake/OptionsGTK.cmake:
3730 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3732 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3733 https://bugs.webkit.org/show_bug.cgi?id=135288
3735 Reviewed by Martin Robinson.
3737 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3738 datadir to pkgconfig
3739 * Source/cmake/OptionsGTK.cmake: define install directories early
3740 enough to be used in FindGObjectIntrospection.cmake
3742 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3744 Remove CSS_EXCLUSIONS compile flag and leftover code
3745 https://bugs.webkit.org/show_bug.cgi?id=135175
3747 Reviewed by Zoltan Horvath.
3749 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
3750 stubs. This removes the flag and the useless code.
3752 * Source/cmake/WebKitFeatures.cmake:
3753 * Source/cmakeconfig.h.cmake:
3755 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
3757 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
3758 https://bugs.webkit.org/show_bug.cgi?id=135114
3760 Fix build with GStreamer 1.4
3762 Reviewed by Philippe Normand.
3764 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
3765 gst-mpegts component instead of the unstable 1.3.x verstions.
3767 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3769 [GTK] Simplify make-dist command line arguments
3770 https://bugs.webkit.org/show_bug.cgi?id=134832
3772 Reviewed by Martin Robinson.
3774 * Source/PlatformGTK.cmake: Use --version instead of
3775 --tarball-root when running make-dist.py.
3777 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3779 Add a manual test for r135044
3781 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3783 Rubber-stamped by Andy Estes.
3785 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3787 2014-07-18 Dana Burkart <dburkart@apple.com>
3789 Add a new 'analyze' target to the makefile. This will make use of a new
3790 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3792 https://bugs.webkit.org/show_bug.cgi?id=135057
3793 <rdar://problem/10193187>
3795 Reviewed by David Kilzer.
3801 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3803 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3804 https://bugs.webkit.org/show_bug.cgi?id=134963
3806 Reviewed by Gyuyoung Kim.
3808 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3810 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3812 2014-07-14 Daniel Bates <dabates@apple.com>
3814 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3815 https://bugs.webkit.org/show_bug.cgi?id=134905
3816 <rdar://problem/16602779>
3818 Reviewed by Simon Fraser.
3820 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3821 on the tapped element when processing a touchend as a result of finger pressing and releasing
3822 on the same element that is initially positioned outside the visible content area.
3824 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
3826 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
3828 [GTK] Enable VIDEO_TRACK by default
3829 https://bugs.webkit.org/show_bug.cgi?id=134801
3831 Reviewed by Philippe Normand.
3833 * Source/cmake/OptionsGTK.cmake:
3835 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3837 [GTK][CMake] Add a 'distcheck' target
3838 https://bugs.webkit.org/show_bug.cgi?id=130675
3840 Reviewed by Gustavo Noronha Silva.
3842 * Source/PlatformGTK.cmake: Add distcheck target.
3844 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3846 [GTK] Use the same default options for production builds that previous stable releases
3847 https://bugs.webkit.org/show_bug.cgi?id=134589
3849 Reviewed by Martin Robinson.
3851 Change the default value of some features to match our stable releases.