1 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
3 Fix ENABLE_OPENGL=OFF builds
4 https://bugs.webkit.org/show_bug.cgi?id=146511
6 Reviewed by Darin Adler.
8 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
9 ENABLE_OPENGL due to EGL usage.
11 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
13 Convert focused-input-should-assist-on-touch.html into an automated test
14 https://bugs.webkit.org/show_bug.cgi?id=149724
16 Reviewed by Simon Fraser.
18 Remove a manual test that can now be rewritten as an automated test.
20 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
22 2015-10-01 Brent Fulgham <bfulgham@apple.com>
24 [Win] Unreviewed CMake build fix.
26 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
27 and make sure exception handling is turned off.
29 2015-09-30 Brent Fulgham <bfulgham@apple.com>
31 [Win] Unreviewed build fix after CMake conversion.
33 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
35 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
37 [GTK][CMake] Warning about CMP0058
38 https://bugs.webkit.org/show_bug.cgi?id=149627
40 Reviewed by Martin Robinson.
42 Opt-in to the new behavior for CMP0058.
46 2015-09-28 Brent Fulgham <bfulgham@apple.com>
48 [Win] Unreviewed build fix for internal systems.
50 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
51 location for include and link libraries, rather than the system locations.
53 2015-09-28 Alex Christensen <achristensen@webkit.org>
55 Build WK1 with CMake on Mac
56 https://bugs.webkit.org/show_bug.cgi?id=149604
58 Reviewed by Chris Dumez.
60 * Source/cmake/OptionsMac.cmake:
61 * Source/cmake/WebKitMacros.cmake:
62 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
64 2015-09-25 Alex Christensen <achristensen@webkit.org>
66 Clean up CMake build on Mac
67 https://bugs.webkit.org/show_bug.cgi?id=149573
69 Reviewed by Chris Dumez.
71 * Source/cmake/OptionsMac.cmake:
73 2015-09-25 Alex Christensen <achristensen@webkit.org>
76 https://bugs.webkit.org/show_bug.cgi?id=148111
78 Reviewed by Brent Fulgham.
80 * Source/cmake/WinTools.make: Added.
81 * Source/cmake/tools: Added.
82 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
83 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
85 2015-09-25 Alex Christensen <achristensen@webkit.org>
87 Prepare internal AppleWin build for CMake
88 https://bugs.webkit.org/show_bug.cgi?id=149570
90 Reviewed by Brent Fulgham.
92 * Source/PlatformWin.cmake:
93 Include internal CMake files if they exist.
95 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
97 Add a file of pointer-lock to cmake ports
98 https://bugs.webkit.org/show_bug.cgi?id=149453
100 Reviewed by Csaba Osztrogonác.
102 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
104 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
106 [CMake] Allow to enable OpenMP support.
107 https://bugs.webkit.org/show_bug.cgi?id=149457
109 Reviewed by Csaba Osztrogonác.
111 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
112 will enable the support for OpenMP. Currently this is only used as
113 an alternative implementation to native threads for the parallelization
114 of the SVG filters. But name the option with a generic name (USE_OPENMP)
115 as it could be also used to enable future features that depend on OpenMP.
117 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
119 [EFL] Build break when DEVELOPER_MODE is OFF
120 https://bugs.webkit.org/show_bug.cgi?id=149448
122 Reviewed by Gyuyoung Kim.
124 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
126 * Source/cmake/eflsymbols.filter:
128 2015-09-21 Alex Christensen <achristensen@webkit.org>
130 Disable PICTURE_SIZES in Windows CMake build like r189745.
131 https://bugs.webkit.org/show_bug.cgi?id=149125
133 * Source/cmake/OptionsWin.cmake:
134 Do the same thing as r189745.
136 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
138 Removing XHR_TIMEOUT guard
140 Remove XHR_TIMEOUT compilation guard
141 https://bugs.webkit.org/show_bug.cgi?id=149260
143 Reviewed by Benjamin Poulain.
145 * Source/cmake/OptionsEfl.cmake:
146 * Source/cmake/OptionsGTK.cmake:
147 * Source/cmake/OptionsMac.cmake:
148 * Source/cmake/OptionsWin.cmake:
149 * Source/cmake/WebKitFeatures.cmake:
151 2015-09-18 Alex Christensen <achristensen@webkit.org>
153 Fix tests on Windows after switching to CMake.
154 https://bugs.webkit.org/show_bug.cgi?id=149339
156 Reviewed by Brent Fulgham.
158 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
160 2015-09-17 Alex Christensen <achristensen@webkit.org>
162 Fix Windows EWS build after r189934.
164 * Source/cmake/OptionsWin.cmake:
165 Use WEBKIT_LIBRARIES environment variable if it exists.
166 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
168 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
170 Add ShadowRoot interface and Element.prototype.attachShadow
171 https://bugs.webkit.org/show_bug.cgi?id=149187
173 Reviewed by Antti Koivisto.
175 * Source/cmake/OptionsGTK.cmake:
177 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
179 [cmake] Enable debug fission only if it is supported
180 https://bugs.webkit.org/show_bug.cgi?id=149161
182 Reviewed by Martin Robinson.
184 * Source/cmake/OptionsCommon.cmake:
186 2015-09-14 Alex Christensen <achristensen@webkit.org>
188 Progress towards CMake on Mac.
189 https://bugs.webkit.org/show_bug.cgi?id=149123
191 Reviewed by Chris Dumez.
193 * Source/cmake/OptionsMac.cmake:
194 * Source/cmake/WebKitFeatures.cmake:
195 Defined and enabled some more features needed on Mac.
196 * Source/cmake/WebKitMacros.cmake:
197 Objective C bindings need special changes when generating:
198 Some of the bindings do not generate a .mm file but the header is needed.
199 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
200 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
202 2015-09-08 Daniel Bates <dabates@apple.com>
204 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
205 https://bugs.webkit.org/show_bug.cgi?id=74729
206 <rdar://problem/22550195>
208 Reviewed by Jon Honeycutt.
210 * ManualTests/compositing/resources/composited-subframe.html: Removed.
211 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
213 2015-09-06 Andy Estes <aestes@apple.com>
215 WebKit.xcworkspace should be be able to build iOS platforms
216 https://bugs.webkit.org/show_bug.cgi?id=148881
218 Reviewed by Daniel Bates.
220 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
221 for all supported platforms.
223 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
224 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
226 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
228 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
229 photo library uploads a JPEG
230 https://bugs.webkit.org/show_bug.cgi?id=148849
232 Reviewed by Daniel Bates.
234 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
235 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
236 functionality doesn't exist on iOS, so we'll add a manual test.
237 This tests that the first few bytes of the selected file are "GIF".
239 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
241 Follow-up patch for r189343.
242 https://bugs.webkit.org/show_bug.cgi?id=148795
244 Rubber-stamped by Csaba Osztrogonác.
246 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
247 to 1.9, since this seems to be enough to fix the build failure.
248 And 2.0 may cause problems for developers using some distributions like Ubuntu.
250 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
252 [CMake] Trigger the memory-reduction tricks on armhf too
253 https://bugs.webkit.org/show_bug.cgi?id=146640
255 Reviewed by Csaba Osztrogonác.
257 * Source/cmake/OptionsCommon.cmake:
258 Activate --no-keep-memory even on armhf to reduce the amount of memory
259 needed during linking, to avoid out-of-memory failures as much as
262 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
264 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
265 https://bugs.webkit.org/show_bug.cgi?id=148795
267 Rubber-stamped by Carlos Garcia Campos.
269 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
271 2015-09-02 Alex Christensen <achristensen@webkit.org>
273 Make bison grammar compatible with bison 2.1
274 https://bugs.webkit.org/show_bug.cgi?id=148731
276 Reviewed by Tim Horton.
278 * Source/cmake/WebKitCommon.cmake:
281 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
283 [CMake] Build with Debug Fission on by default on Debug builds.
284 https://bugs.webkit.org/show_bug.cgi?id=148639
286 Reviewed by Martin Robinson.
288 * Source/cmake/OptionsCommon.cmake:
290 2015-08-29 Alex Christensen <achristensen@webkit.org>
292 Unreviewed build fix after r179923.
294 * Source/CMakeLists.txt:
295 bmalloc isn't ported to Windows yet.
297 2015-08-27 Alex Christensen <achristensen@webkit.org>
299 Isolate Source directories in CMake build
300 https://bugs.webkit.org/show_bug.cgi?id=148389
302 Reviewed by Brent Fulgham.
305 * Source/cmake/WebKitCommon.cmake:
306 Move package finding to WebKitCommon.
308 2015-08-26 Per Arne Vollan <peavo@outlook.com>
310 [Win] Build does not generate debug info.
311 https://bugs.webkit.org/show_bug.cgi?id=148431
313 Reviewed by Alex Christensen.
315 Generate debug info for Windows builds.
317 * Source/cmake/OptionsWin.cmake:
319 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
321 [GTK] Disable ACCELERATED_2D_CANVAS by default
322 https://bugs.webkit.org/show_bug.cgi?id=148473
324 Reviewed by Martin Robinson.
326 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
327 but not on Debian (which does not). We've known this was problematic for a while, since it
328 means we have two different sets of distro-dependent bugs, but never decided whether that
329 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
330 have the same bugs everywhere. We can turn this on again for other distros when we're ready
331 to turn it on for Debian.
333 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
336 * Source/cmake/OptionsGTK.cmake:
338 2015-08-25 Commit Queue <commit-queue@webkit.org>
340 Unreviewed, rolling out r188919.
341 https://bugs.webkit.org/show_bug.cgi?id=148452
343 broke build (Requested by alexchristensen on #webkit).
347 "[Win] Build does not generate debug info."
348 https://bugs.webkit.org/show_bug.cgi?id=148431
349 http://trac.webkit.org/changeset/188919
351 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
353 [GTK] r186800 broke the build on Ubuntu 14.04
354 https://bugs.webkit.org/show_bug.cgi?id=147559
356 Reviewed by Martin Robinson.
358 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
359 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
361 2015-08-25 Per Arne Vollan <peavo@outlook.com>
363 [Win] Build does not generate debug info.
364 https://bugs.webkit.org/show_bug.cgi?id=148431
366 Reviewed by Brent Fulgham.
368 Generate debug info for Windows builds.
370 * Source/cmake/OptionsWin.cmake:
372 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
374 [GTK] Auto-detection of cairo-gl fails
375 https://bugs.webkit.org/show_bug.cgi?id=148189
377 Reviewed by Žan Doberšek.
379 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
380 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
381 deemed available, which might not be the case.
382 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
384 2015-08-19 Alex Christensen <achristensen@webkit.org>
386 CMake Windows build should not include files directly from other Source directories
387 https://bugs.webkit.org/show_bug.cgi?id=148198
389 Reviewed by Brent Fulgham.
391 * Source/cmake/WebKitMacros.cmake:
393 2015-08-19 Alex Christensen <achristensen@webkit.org>
395 Build TestWTF on Mac with CMake.
396 https://bugs.webkit.org/show_bug.cgi?id=147972
398 Reviewed by Tim Horton.
400 * Source/cmake/OptionsMac.cmake:
401 Enable API tests in Mac's CMake build.
403 2015-08-18 Alex Christensen <achristensen@webkit.org>
405 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
406 https://bugs.webkit.org/show_bug.cgi?id=148127
408 Reviewed by Martin Robinson.
411 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
413 2015-08-17 Alex Christensen <achristensen@webkit.org>
415 [Win CMake] Allow WebKitLibraries directory to be set from the command line
416 https://bugs.webkit.org/show_bug.cgi?id=148112
418 Reviewed by Brent Fulgham.
420 * Source/cmake/OptionsWin.cmake:
421 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
422 Instead, use the default location if nothing is passed in from the command line.
423 This way we can set it from the command line for the AppleInternal build.
424 Also, set the output directories to be consistent between the old and new build systems (and ninja).
426 2015-08-17 Alex Christensen <achristensen@webkit.org>
428 Build Debug Suffix on Windows with CMake
429 https://bugs.webkit.org/show_bug.cgi?id=148083
431 Reviewed by Brent Fulgham.
433 * Source/cmake/OptionsWin.cmake:
434 Use debug libraries in debug suffix builds.
436 2015-08-17 Alex Christensen <achristensen@webkit.org>
438 Move some commands from ./CMakeLists.txt to Source/cmake
439 https://bugs.webkit.org/show_bug.cgi?id=148003
441 Reviewed by Brent Fulgham.
444 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
445 so we can change directory structure from command line parameters.
446 * Source/cmake/OptionsAppleWin.cmake:
447 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
448 * Source/cmake/OptionsWinCairo.cmake:
449 * Source/cmake/OptionsWindows.cmake: Removed.
450 * Source/cmake/WebKitCommon.cmake: Added.
451 * Source/cmake/WebKitFS.cmake:
453 2015-08-13 Commit Queue <commit-queue@webkit.org>
455 Unreviewed, rolling out r188428.
456 https://bugs.webkit.org/show_bug.cgi?id=148015
458 broke cmake build (Requested by alexchristensen on #webkit).
462 "Move some commands from ./CMakeLists.txt to Source/cmake"
463 https://bugs.webkit.org/show_bug.cgi?id=148003
464 http://trac.webkit.org/changeset/188428
466 2015-08-13 Alex Christensen <achristensen@webkit.org>
468 Move some commands from ./CMakeLists.txt to Source/cmake
469 https://bugs.webkit.org/show_bug.cgi?id=148003
471 Reviewed by Brent Fulgham.
474 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
475 so we can change directory structure from command line parameters.
476 * Source/cmake/WebKitCommon.cmake: Added.
477 * Source/cmake/WebKitFS.cmake:
479 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
481 A focused node should not be assisted when handling touch events synchronously
482 https://bugs.webkit.org/show_bug.cgi?id=147836
484 Reviewed by Enrica Casucci.
486 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
488 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
489 input can still be assisted due to a touch event.
490 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
491 event does not automatically cause us to assist the currently focused node.
493 2015-08-12 Alex Christensen <achristensen@webkit.org>
495 Fix Debug CMake builds on Windows
496 https://bugs.webkit.org/show_bug.cgi?id=147940
498 Reviewed by Chris Dumez.
500 * Source/cmake/OptionsWindows.cmake:
501 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
503 2015-08-10 Alex Christensen <achristensen@webkit.org>
505 Build TestWebKitAPI with CMake on Windows
506 https://bugs.webkit.org/show_bug.cgi?id=147851
508 Reviewed by Chris Dumez.
510 * Source/cmake/OptionsWindows.cmake:
511 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
513 2015-08-06 Alex Christensen <achristensen@webkit.org>
515 [Win] CMake build fix after r188098.
517 * Source/cmake/OptionsWinCairo.cmake:
518 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
520 2015-08-04 Alex Christensen <achristensen@webkit.org>
522 Fix quirks with CMake and VS2015
523 https://bugs.webkit.org/show_bug.cgi?id=147663
525 Reviewed by Brent Fulgham.
527 * Source/cmake/OptionsWindows.cmake:
528 Hide some warnings. Using the same variable names in nested scopes is ok for now.
529 Disable INTL for now.
531 2015-08-04 Alex Christensen <achristensen@webkit.org>
533 Enable WebGL on Windows CMake build.
534 https://bugs.webkit.org/show_bug.cgi?id=143311
536 Reviewed by Csaba Osztrogonác.
538 * Source/cmake/OptionsWindows.cmake:
539 Enable WebGL by default in CMake builds now that it works.
541 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
543 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
544 https://bugs.webkit.org/show_bug.cgi?id=147625
546 Reviewed by Martin Robinson.
548 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
549 components unless they were actually found, not to accidentally
550 enable Accelerated 2D canvas, which would cause the build to fail.
552 * Source/cmake/FindCairoGL.cmake: Set this variables only when
553 pkg_check_modules() had actually found the relevant component.
555 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
557 [CMake] Add an option to build AllInOne files
558 https://bugs.webkit.org/show_bug.cgi?id=102647
560 Reviewed by Alex Christensen.
562 * Source/cmake/OptionsEfl.cmake: Disabled by default.
563 * Source/cmake/OptionsGTK.cmake: Disabled by default.
564 * Source/cmake/OptionsWindows.cmake: Enabled by default.
565 * Source/cmake/WebKitFeatures.cmake:
566 * Source/cmake/WebKitMacros.cmake:
568 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
570 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
572 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
574 2015-07-31 Alex Christensen <achristensen@webkit.org>
576 Prepare for debug CMake builds on Windows.
577 https://bugs.webkit.org/show_bug.cgi?id=147484
579 Reviewed by Tim Horton.
581 * Source/cmake/OptionsWindows.cmake:
582 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
584 2015-07-30 Joonghun Park <jh718.park@samsung.com>
586 [EFL] Enable IndexedDB based on DatabaseProcess
587 https://bugs.webkit.org/show_bug.cgi?id=147221
589 Reviewed by Csaba Osztrogonác.
591 * Source/cmake/OptionsEfl.cmake:
593 2015-07-30 Alex Christensen <achristensen@webkit.org>
595 Build AppleWin port with CMake
596 https://bugs.webkit.org/show_bug.cgi?id=147385
598 Reviewed by Martin Robinson.
600 * Source/cmake/OptionsWindows.cmake:
601 Use the static multithreaded runtime. Based on
602 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
604 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
606 Implement basic types for ECMAScript Internationalization API
607 https://bugs.webkit.org/show_bug.cgi?id=146926
609 Reviewed by Benjamin Poulain.
611 Enable flag now that the basic objects are in place.
613 * Source/cmake/WebKitFeatures.cmake: enable INTL
615 2015-07-29 Basile Clement <basile_clement@apple.com>
617 Remove native call inlining
618 https://bugs.webkit.org/show_bug.cgi?id=147417
620 Rubber-stamped by Filip Pizlo.
622 * Source/cmake/OptionsEfl.cmake:
623 * Source/cmake/WebKitFeatures.cmake:
625 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
627 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
628 https://bugs.webkit.org/show_bug.cgi?id=147350
630 Reviewed by Sam Weinig.
632 * Source/cmake/WebKitFeatures.cmake:
634 2015-07-27 Alex Christensen <achristensen@webkit.org>
636 Use Ninja on Windows.
637 https://bugs.webkit.org/show_bug.cgi?id=147228
639 Reviewed by Martin Robinson.
641 * Source/cmake/OptionsWindows.cmake:
642 Only use /MP when using generated Visual Studio solution files to build.
643 It makes compiling parallel in MSVC, but Ninja doesn't like it.
645 2015-07-27 Alex Christensen <achristensen@webkit.org>
647 Progress towards building AppleWin with CMake
648 https://bugs.webkit.org/show_bug.cgi?id=147325
650 Reviewed by Martin Robinson.
652 * Source/cmake/OptionsWindows.cmake:
653 Link with 64-bit libraries if building 64-bit binaries.
654 Don't run regular expressions on empty strings when using Ninja.
655 Removed DebugSuffix Visual Studio environment variables.
657 2015-07-23 Alex Christensen <achristensen@webkit.org>
659 Remove compile and runtime flags for promises.
660 https://bugs.webkit.org/show_bug.cgi?id=147244
662 Reviewed by Yusuke Suzuki.
664 * Source/cmake/OptionsMac.cmake:
665 * Source/cmake/OptionsWindows.cmake:
666 * Source/cmake/WebKitFeatures.cmake:
668 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
670 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
671 https://bugs.webkit.org/show_bug.cgi?id=147212
673 Reviewed by Filip Pizlo.
675 * Source/cmake/WebKitFeatures.cmake:
677 2015-07-22 Alex Christensen <achristensen@webkit.org>
679 Fix quirks in CMake build on Mac and Windows
680 https://bugs.webkit.org/show_bug.cgi?id=147174
682 Reviewed by Gyuyoung Kim.
685 * Source/cmake/OptionsWindows.cmake:
686 Added options I removed in r187022. They are indeed needed.
687 * Source/cmake/WebKitFS.cmake:
688 Make the DerivedSources/WebKit directory.
690 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
692 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
694 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
696 2015-07-20 Alex Christensen <achristensen@webkit.org>
698 Resurrect CMake build on Windows.
699 https://bugs.webkit.org/show_bug.cgi?id=147083
701 Reviewed by Gyuyoung Kim.
703 * Source/cmake/OptionsCommon.cmake:
704 * Source/cmake/OptionsWindows.cmake:
705 Change features to get it to compile. Still not a complete feature set.
707 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
709 [GTK] Add seccomp filters support
710 https://bugs.webkit.org/show_bug.cgi?id=110014
712 Reviewed by Žan Doberšek.
714 Find needed compiler and linker flags for libseccomp.
716 * Source/cmake/OptionsGTK.cmake:
718 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
720 Bring back the GNU ar check to create thin archives on non-Linux systems
721 https://bugs.webkit.org/show_bug.cgi?id=146681
723 Reviewed by Martin Robinson.
725 We already use GNU ar thin archive feature to save time and disk space
726 on creating static archives, but it is only enabled on Linux. Without
727 this feature, the debug build of WebCore can be larger than 4 GiB,
728 which can cause error because GNU ar format uses 32-bit integer to
729 store offsets in the symbol table. This patch is similar to
730 https://bugs.webkit.org/show_bug.cgi?id=128596.
732 * Source/cmake/OptionsCommon.cmake:
734 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
736 [GTK] [Wayland] Build by default the X11 and Wayland targets.
737 https://bugs.webkit.org/show_bug.cgi?id=146057
739 Reviewed by Carlos Garcia Campos.
741 * Source/cmake/OptionsGTK.cmake:
743 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
745 [GTK] ar warning when linking static libraries
746 https://bugs.webkit.org/show_bug.cgi?id=144988
748 Reviewed by Carlos Garcia Campos.
750 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
751 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
752 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
753 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
754 should either stop using 'u' or else add 'U' as well in order to disable deterministic
755 archives. Using 'U' should result in a somewhat faster build (at least when using the
756 Makefile generator), but it's unlikely that the difference is significant, so let's simply
757 remove 'u' until someone determines otherwise. This seems like a better option than adding
758 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
759 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
760 behavior change on distributions that do not use --enable-deterministic-archives, notably
763 * Source/cmake/OptionsCommon.cmake:
765 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
767 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
768 https://bugs.webkit.org/show_bug.cgi?id=146590
770 Reviewed by Martin Robinson.
772 * Source/PlatformGTK.cmake: override the cached variables to
773 forcefully disable gtk-doc and gobject-introspection when
775 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
776 documentation syntax when cross-building.
779 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
781 [EFL] test_ewk2_application_cache_manager has been failed since r185527
782 https://bugs.webkit.org/show_bug.cgi?id=146016
784 Reviewed by Gyuyoung Kim.
786 In order to handle properly WebApplicationCacheManagerProxy implementation which use
787 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
788 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
790 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
792 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
794 Implement ECMAScript Internationalization API
795 https://bugs.webkit.org/show_bug.cgi?id=90906
797 Reviewed by Benjamin Poulain.
799 Begin implementing the Intl apis behind ENABLE_INTL flag.
800 Create the base Intl namespace object.
802 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
804 2015-06-30 Philippe Normand <pnormand@igalia.com>
806 [CMake] Error when gst-plugins-base is missing is too confusing
807 https://bugs.webkit.org/show_bug.cgi?id=145682
809 Reviewed by Carlos Garcia Campos.
811 * Source/cmake/OptionsGTK.cmake: Error out if the required
812 GStreamer libraries are not found on the host.
814 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
816 CairoGL should be checked unconditionally
817 https://bugs.webkit.org/show_bug.cgi?id=146390
819 Reviewed by Darin Adler.
821 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
822 it is run unconditionally; this is necessary because its result
823 is used later on, outside of any conditions.
825 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
827 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
828 https://bugs.webkit.org/show_bug.cgi?id=146318
830 Reviewed by Sergio Villar Senin.
832 Enable PUBLIC_SUFFIX_LIST for GTK+.
834 * Source/cmake/OptionsGTK.cmake:
836 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
838 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
840 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
842 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
844 [EFL] Hyphenation is not supported
845 https://bugs.webkit.org/show_bug.cgi?id=89830
847 Reviewed by Gyuyoung Kim.
849 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
851 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
853 [CMake] Add support for building with various sanitizer tools
854 https://bugs.webkit.org/show_bug.cgi?id=131941
856 Reviewed by Martin Robinson.
858 * Source/PlatformGTK.cmake: Don't generate any documentation
859 when compiling with sanitizers enabled.
860 * Source/cmake/OptionsCommon.cmake: Allow linking with
861 undefined symbols when compiling with sanitizers enabled.
863 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
865 libwebkit2gtk fails to link without opengl
866 https://bugs.webkit.org/show_bug.cgi?id=138332
868 Reviewed by Carlos Garcia Campos.
870 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
871 enabled regardless of whether OpenGL is, because certain symbols
872 such as WebCore::GraphicsLayer::create() need to be built.
874 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
876 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
877 https://bugs.webkit.org/show_bug.cgi?id=146181
879 Reviewed by Martin Robinson.
881 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
883 * Source/cmake/OptionsGTK.cmake:
885 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
887 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
888 https://bugs.webkit.org/show_bug.cgi?id=146171
890 Reviewed by Gyuyoung Kim.
892 * Source/cmake/OptionsEfl.cmake:
893 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
895 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
897 [CMake] FindGTK3.cmake should not modify the values of build options
898 https://bugs.webkit.org/show_bug.cgi?id=144613
900 Reviewed by Martin Robinson.
902 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
903 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
904 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
905 GTK3_SUPPORTS_GESTURES for consistency.
906 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
907 available. It's not possible to automatically select a backend correctly anymore, since all
908 options are set at the same time.
910 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
912 Remove unnecessary svn:executable flags
913 https://bugs.webkit.org/show_bug.cgi?id=146107
915 Reviewed by Alexey Proskuryakov.
917 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
918 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
919 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
920 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
921 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
923 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
925 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
926 https://bugs.webkit.org/show_bug.cgi?id=146108
928 Reviewed by Gyuyoung Kim.
930 * Source/cmake/OptionsEfl.cmake:
932 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
934 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
935 https://bugs.webkit.org/show_bug.cgi?id=146035
937 Reviewed by Gyuyoung Kim.
939 * Source/cmake/OptionsEfl.cmake:
941 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
943 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
944 https://bugs.webkit.org/show_bug.cgi?id=145701
946 Reviewed by Darin Adler.
948 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
950 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
952 [iOS] Crash long pressing on <input type=file>
953 https://bugs.webkit.org/show_bug.cgi?id=146009
954 <rdar://problem/21234453>
956 Reviewed by Ryosuke Niwa.
958 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
960 2015-06-16 Brent Fulgham <bfulgham@apple.com>
962 Rollout accidental Xcode project change.
964 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
966 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
968 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
969 https://bugs.webkit.org/show_bug.cgi?id=145909
971 Reviewed by Csaba Osztrogonác.
973 Bump EWebKit version based on efl library version used by the EWebKit.
975 * Source/cmake/OptionsEfl.cmake:
977 2015-06-11 Commit Queue <commit-queue@webkit.org>
979 Unreviewed, rolling out r185453.
980 https://bugs.webkit.org/show_bug.cgi?id=145881
982 it broke the 32-bit build (Requested by clopez on #webkit).
986 "[GTK] [Wayland] Should be possible to build with support for
987 both X11 and Wayland."
988 https://bugs.webkit.org/show_bug.cgi?id=145701
989 http://trac.webkit.org/changeset/185453
991 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
993 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
994 https://bugs.webkit.org/show_bug.cgi?id=145701
996 Reviewed by Žan Doberšek.
998 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1000 2015-06-03 Daniel Bates <dabates@apple.com>
1002 Caps lock indicator should not be shown in read-only or disabled field
1003 https://bugs.webkit.org/show_bug.cgi?id=145612
1004 <rdar://problem/21227454>
1006 Reviewed by Darin Adler.
1008 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
1009 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
1010 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
1012 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
1014 [cmake] Suppress parentheses-equality warnings
1015 https://bugs.webkit.org/show_bug.cgi?id=145126
1017 Reviewed by Darin Adler.
1019 * Source/cmake/WebKitHelpers.cmake:
1021 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1023 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
1024 https://bugs.webkit.org/show_bug.cgi?id=145408
1026 Reviewed by Carlos Garcia Campos.
1028 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
1029 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
1030 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
1032 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
1033 libraries. Detect also GLX libraries.
1034 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
1035 libraries. Use find_path() to get the include path.
1036 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
1038 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
1039 depending on the libraries found on the system.
1040 Move the detection of GLX (and the include of CMakePushCheckState)
1041 to FindOpenGL.cmake.
1042 Ensure that we only define USE_GLX when we build with OpenGL
1043 (but not with GLESv2).
1045 2015-05-27 Dean Jackson <dino@apple.com>
1047 img.currentSrc problem in strict mode with old picturefill
1048 https://bugs.webkit.org/show_bug.cgi?id=144095
1049 <rdar://problem/21087013>
1051 Reviewed by Simon Fraser.
1053 Add a PICTURE_SIZES flag.
1055 * Source/cmake/OptionsEfl.cmake:
1056 * Source/cmake/OptionsGTK.cmake:
1057 * Source/cmake/OptionsMac.cmake:
1058 * Source/cmake/OptionsWindows.cmake:
1059 * Source/cmake/WebKitFeatures.cmake:
1061 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1063 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1065 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1067 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1069 Unreviewed. Export DatabaseProcessMainUnix symbol.
1071 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1072 is exported in production builds.
1074 * Source/cmake/gtksymbols.filter:
1076 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1078 [GTK] Enable IndexedDB
1079 https://bugs.webkit.org/show_bug.cgi?id=98932
1081 Reviewed by Žan Doberšek.
1083 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1084 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1086 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1088 [GTK] Bump GCC requirements to 4.9.0
1089 https://bugs.webkit.org/show_bug.cgi?id=145211
1091 Reviewed by Žan Doberšek.
1093 It's required to build with IndexedDB support when using GCC,
1094 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
1096 * Source/cmake/OptionsGTK.cmake:
1098 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
1100 [CMake] Ignore warnings in system headers
1101 https://bugs.webkit.org/show_bug.cgi?id=144747
1103 Reviewed by Darin Adler.
1105 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
1106 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
1107 use the SYSTEM argument to the command (added in 2.8.12).
1111 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
1113 [CMake] Error out when ruby is too old
1114 https://bugs.webkit.org/show_bug.cgi?id=145014
1116 Reviewed by Martin Robinson.
1118 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
1123 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
1125 [GTK] Enable plugin-related CMake options and variables for the X11 target only
1126 https://bugs.webkit.org/show_bug.cgi?id=144995
1128 Reviewed by Carlos Garcia Campos.
1130 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
1131 the X11 windowing target at the moment, so the following options
1132 and variables should be enabled or disabled accordingly:
1133 - ENABLE_PLUGIN_PROCESS_GTK2
1134 - ENABLE_NETSCAPE_PLUGIN_API
1135 - ENABLE_PLUGIN_PROCESS
1137 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
1139 Linker fails without -DDEVELOPER_MODE=ON
1140 https://bugs.webkit.org/show_bug.cgi?id=144117
1142 Reviewed by Gyuyoung Kim.
1144 * Source/cmake/OptionsEfl.cmake:
1145 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
1146 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
1148 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1150 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
1151 https://bugs.webkit.org/show_bug.cgi?id=144846
1153 Reviewed by Martin Robinson.
1155 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
1156 CAIRO_GL_* throughout, because find_package will define
1158 * Source/cmake/OptionsGTK.cmake: Ditto.
1160 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1162 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
1163 https://bugs.webkit.org/show_bug.cgi?id=144845
1165 Reviewed by Martin Robinson.
1167 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1168 if their corresponding WTF options are ON. The code in npapi.h
1169 relies on these being undefined if they are to be switched off.
1171 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1173 Remove the PICTURE_SIZES build flag
1174 https://bugs.webkit.org/show_bug.cgi?id=144679
1176 Reviewed by Benjamin Poulain.
1178 Removed the PICTURE_SIZES build time flag.
1180 * Source/cmake/OptionsEfl.cmake:
1181 * Source/cmake/OptionsGTK.cmake:
1182 * Source/cmake/OptionsMac.cmake:
1183 * Source/cmake/OptionsWindows.cmake:
1184 * Source/cmake/WebKitFeatures.cmake:
1186 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1188 [GTK] [CMake] Check for required X libraries
1189 https://bugs.webkit.org/show_bug.cgi?id=144823
1191 Reviewed by Martin Robinson.
1193 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1195 * Source/cmake/OptionsGTK.cmake:
1197 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1199 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1200 https://bugs.webkit.org/show_bug.cgi?id=144746
1202 Reviewed by Carlos Garcia Campos.
1204 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1205 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1206 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1208 * Source/cmake/OptionsGTK.cmake:
1210 2015-05-08 Daniel Bates <dabates@apple.com>
1212 [iOS] WebSQL operations are not performed after device is locked
1213 https://bugs.webkit.org/show_bug.cgi?id=137503
1214 <rdar://problem/20844952>
1216 Rubber-stamped by Alexey Proskuryakov.
1218 Add a manual test to help verify that we do not regress this issue.
1220 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1222 2015-05-08 Commit Queue <commit-queue@webkit.org>
1224 Unreviewed, rolling out r183945.
1225 https://bugs.webkit.org/show_bug.cgi?id=144789
1227 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1231 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1232 https://bugs.webkit.org/show_bug.cgi?id=144746
1233 http://trac.webkit.org/changeset/183945
1235 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1237 Cleanup after r183940
1238 https://bugs.webkit.org/show_bug.cgi?id=144768
1242 Looks like the empty directories were not deleted.
1244 * Source/PAL: Removed.
1245 * Source/PAL/Configurations: Removed.
1246 * Source/PAL/PAL.xcodeproj: Removed.
1247 * Source/PAL/graphics: Removed.
1249 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1251 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1252 https://bugs.webkit.org/show_bug.cgi?id=144746
1254 Reviewed by Martin Robinson.
1256 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1257 what it is defined to, so defining it to 0 effectively turned it on always.
1259 * Source/cmake/OptionsGTK.cmake:
1261 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1263 Revert "Introducing the Platform Abstraction Layer (PAL)"
1264 https://bugs.webkit.org/show_bug.cgi?id=144751
1268 PAL should be a new target inside WebCore, rather than a top-level folder.
1270 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1272 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1274 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1276 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1278 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1280 Introducing the Platform Abstraction Layer (PAL)
1281 https://bugs.webkit.org/show_bug.cgi?id=143358
1283 Reviewed by Simon Fraser.
1285 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1287 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1289 [cmake] Disable GNU Gold linker on Cortex A53
1290 https://bugs.webkit.org/show_bug.cgi?id=144382
1292 Reviewed by Carlos Garcia Campos.
1294 * Source/cmake/OptionsCommon.cmake:
1296 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1298 USE(...) macro should expect unprefixed variables
1299 https://bugs.webkit.org/show_bug.cgi?id=144454
1301 Reviewed by Daniel Bates.
1303 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1304 * Source/cmake/OptionsEfl.cmake: Ditto.
1305 * Source/cmake/OptionsGTK.cmake: Ditto.
1306 * Source/cmake/OptionsMac.cmake: Ditto.
1307 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1308 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1311 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1313 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1314 https://bugs.webkit.org/show_bug.cgi?id=144394
1316 Reviewed by Carlos Garcia Campos.
1318 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1319 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1320 disabled in previous reworking of the CMake configuration.
1322 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1323 version of USE variables.
1324 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1325 is exposed to the build.
1327 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1329 Unreviewed. Bump GTK+ version numbers.
1331 * Source/cmake/OptionsGTK.cmake:
1333 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1335 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1336 https://bugs.webkit.org/show_bug.cgi?id=144435
1338 Reviewed by Gyuyoung Kim.
1340 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1341 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1343 * Source/cmake/OptionsEfl.cmake:
1345 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1347 REGRESSION(183583): [Mac] make without SDKROOT has issues
1348 https://bugs.webkit.org/show_bug.cgi?id=144431
1350 Reviewed by Dan Bernstein.
1353 Assume an empty SDKROOT means an macosx variant, so only
1354 enable settings if the SDKROOT is not empty and does not
1357 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1359 Fix the GTK+ build after r183584
1361 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1363 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1365 [GTK] Add support for automatic hyphenation
1366 https://bugs.webkit.org/show_bug.cgi?id=44478
1368 Reviewed by Carlos Garcia Campos.
1370 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1371 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1372 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1374 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1376 Failure when building WebKit for appletvsimulator.
1377 https://bugs.webkit.org/show_bug.cgi?id=144356
1379 Reviewed by Alexey Proskuryakov.
1381 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1382 make TVOS and WatchOS behave correctly.
1386 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1388 [CMake] [GTK] Organize and clean up unused CMake variables
1389 https://bugs.webkit.org/show_bug.cgi?id=144364
1391 Reviewed by Gyuyoung Kim.
1393 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1394 specific to certain projects into their PlatformGTK.cmake files.
1396 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1398 [EFL] Build failure to find gio-unix
1399 https://bugs.webkit.org/show_bug.cgi?id=144083
1401 Reviewed by Gyuyoung Kim.
1403 Original patch by Doug Newgard <scimma22@outlook.com>
1405 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1407 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1409 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1410 https://bugs.webkit.org/show_bug.cgi?id=143001
1412 Reviewed by Gyuyoung Kim.
1414 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1415 * Source/cmake/OptionsGTK.cmake: Ditto.
1417 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1419 Unreviewed, fix typo in previous commit
1421 libsecretr -> libsecret in the error message.
1423 * Source/cmake/OptionsGTK.cmake:
1425 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1427 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1428 https://bugs.webkit.org/show_bug.cgi?id=143546
1430 Reviewed by Martin Robinson.
1432 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1433 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1434 default. Fail the build with an informative error message if an optional dependency required
1435 for an enabled feature is not present. Perform find_package commands only when necessary.
1436 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1439 * Source/cmake/OptionsGTK.cmake:
1441 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1443 [GTK] Make all options actually options
1444 https://bugs.webkit.org/show_bug.cgi?id=144106
1446 Reviewed by Martin Robinson.
1448 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1449 ENABLE_WAYLAND_TARGET.
1451 * Source/cmake/OptionsGTK.cmake:
1453 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1455 Unreviewed, fix GTK build after r183452
1457 * Source/cmake/OptionsGTK.cmake:
1459 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1461 [GTK] Add one single option to control all OpenGL-related options
1462 https://bugs.webkit.org/show_bug.cgi?id=144105
1464 Reviewed by Martin Robinson.
1466 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1467 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1468 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1469 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1470 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1471 presence of CairoGL.
1473 * Source/cmake/OptionsGTK.cmake:
1475 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1477 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1478 https://bugs.webkit.org/show_bug.cgi?id=144306
1480 Reviewed by Martin Robinson.
1482 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1484 * Source/cmake/OptionsGTK.cmake:
1486 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1488 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1489 https://bugs.webkit.org/show_bug.cgi?id=144193
1491 Reviewed by Darin Adler.
1493 * Source/cmake/OptionsEfl.cmake:
1494 * Source/cmake/OptionsGTK.cmake:
1495 * Source/cmake/OptionsWinCairo.cmake:
1496 * Source/cmake/WebKitFeatures.cmake:
1498 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1500 [CMake] Should be possible for an option to conflict with other options
1501 https://bugs.webkit.org/show_bug.cgi?id=143956
1503 Reviewed by Martin Robinson.
1505 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1507 * Source/cmake/WebKitFeatures.cmake:
1509 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1511 [CMake] Autogenerate cmakeconfig.h.cmake
1512 https://bugs.webkit.org/show_bug.cgi?id=143997
1514 Reviewed by Csaba Osztrogonác.
1516 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1517 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1518 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1519 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1520 Do some other miscellaneous related cleanup.
1521 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1522 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1523 build exposed variables. Add a macro to generate a configuration from them.
1524 * Source/cmakeconfig.h.cmake: Removed.
1526 2015-04-24 Philippe Normand <pnormand@igalia.com>
1528 [JHBuild] Move to upstream OpenWebRTC
1529 https://bugs.webkit.org/show_bug.cgi?id=144145
1531 Reviewed by Carlos Garcia Campos.
1533 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1536 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1538 [ES6] Implement ES6 template literals
1539 https://bugs.webkit.org/show_bug.cgi?id=142691
1541 Reviewed by Darin Adler.
1543 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1545 * Source/cmake/WebKitFeatures.cmake:
1546 * Source/cmakeconfig.h.cmake:
1548 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1550 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1551 https://bugs.webkit.org/show_bug.cgi?id=144182
1553 Reviewed by Simon Fraser.
1555 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1556 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1557 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1558 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1559 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1561 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1563 [GTK] Add more public options
1564 https://bugs.webkit.org/show_bug.cgi?id=144116
1566 Reviewed by Martin Robinson.
1568 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1570 * Source/cmake/OptionsGTK.cmake:
1572 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1574 [CMake] Some internal variables are not marked as advanced
1575 https://bugs.webkit.org/show_bug.cgi?id=143595
1577 Reviewed by Martin Robinson.
1579 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1580 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1582 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1584 [GTK] Mark as advanced the build options we don't want to expose
1585 https://bugs.webkit.org/show_bug.cgi?id=143558
1587 Reviewed by Martin Robinson.
1589 Mark various options as private instead of public.
1591 * Source/cmake/OptionsGTK.cmake:
1593 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1595 [CMake] Should be possible for an option to depend on multiple options
1596 https://bugs.webkit.org/show_bug.cgi?id=143839
1598 Reviewed by Martin Robinson.
1600 Use a list instead of a single variable to track the dependencies of each option. Iterate
1601 over the list as many times as necessary to ensure all options are properly disabled.
1603 * Source/cmake/WebKitFeatures.cmake:
1605 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1607 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1608 https://bugs.webkit.org/show_bug.cgi?id=144103
1610 Reviewed by Martin Robinson.
1612 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1614 * Source/cmake/WebKitFeatures.cmake:
1616 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1618 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1619 https://bugs.webkit.org/show_bug.cgi?id=144102
1621 Reviewed by Martin Robinson.
1623 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1624 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1625 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1627 * Source/cmake/OptionsGTK.cmake:
1629 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1631 [CMake] Clean up JSC JIT options
1632 https://bugs.webkit.org/show_bug.cgi?id=143998
1634 Reviewed by Filip Pizlo.
1636 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1637 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1638 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1639 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1640 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1641 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1643 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1645 [CMake] Use lowercase for local variables in macros
1646 https://bugs.webkit.org/show_bug.cgi?id=144059
1648 Reviewed by Martin Robinson.
1650 Convert some variable names to lowercase.
1652 * Source/cmake/WebKitFeatures.cmake:
1654 2015-04-22 Commit Queue <commit-queue@webkit.org>
1656 Unreviewed, rolling out r183116.
1657 https://bugs.webkit.org/show_bug.cgi?id=144060
1659 Inadvertently deleted a file... (Requested by mcatanzaro on
1664 "[CMake] Use lowercase for local variables in macros"
1665 https://bugs.webkit.org/show_bug.cgi?id=144059
1666 http://trac.webkit.org/changeset/183116
1668 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1670 [CMake] Use lowercase for local variables in macros
1671 https://bugs.webkit.org/show_bug.cgi?id=144059
1673 Reviewed by Martin Robinson.
1675 Convert some variable names to lowercase.
1677 * Source/cmake/WebKitFeatures.cmake:
1679 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1681 [CMake] Features list should print dots every other row
1682 https://bugs.webkit.org/show_bug.cgi?id=143832
1684 Reviewed by Martin Robinson.
1686 Discount private options when determining whether to print dots on a given row of the
1687 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1688 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1689 wasn't noticed because it only affects the first line, and use of the variable name as a
1690 string in a conditional.)
1692 * Source/cmake/WebKitFeatures.cmake:
1694 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1696 [CMake] Require specifying visibility of WebKit options
1697 https://bugs.webkit.org/show_bug.cgi?id=143831
1699 Reviewed by Alex Christensen.
1701 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1702 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1703 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1704 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1705 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1706 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1707 cross-platform options as PRIVATE.
1709 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1711 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1712 https://bugs.webkit.org/show_bug.cgi?id=143935
1714 Reviewed by Darin Adler.
1716 Some variables aren't defined in these files or unused variables aren't removed. This
1717 patch cleans up it as well as fix wrong alphabet order.
1719 * Source/cmake/WebKitFeatures.cmake:
1720 * Source/cmakeconfig.h.cmake:
1722 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1724 Restore the WebKit.xcworkspace to the way it was before r182899,
1725 which inadvertently added the Source directory and a couple of source
1728 * WebKit.xcworkspace/contents.xcworkspacedata:
1730 2015-04-16 Basile Clement <basile_clement@apple.com>
1732 Extract the allocation profile from JSFunction into a rare object
1733 https://bugs.webkit.org/show_bug.cgi?id=143807
1735 Reviewed by Filip Pizlo.
1737 * WebKit.xcworkspace/contents.xcworkspacedata:
1739 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1741 [EFL] Bump LLVM to version 3.6.0 on X86_64
1742 https://bugs.webkit.org/show_bug.cgi?id=143604
1744 Reviewed by Gyuyoung Kim.
1746 * Source/cmake/FindLLVM.cmake: Added version handling.
1747 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1749 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1751 Custom CSS cursors do not use -webkit-image-set on retina displays
1752 https://bugs.webkit.org/show_bug.cgi?id=120783
1754 Reviewed by Beth Dakin.
1755 Patch by Evan Wallace <evan.exe@gmail.com>.
1757 Add a manual test for custom CSS cursors on retina displays.
1759 * ManualTests/retina-cursors.html: Added.
1761 2015-04-15 Alex Christensen <achristensen@webkit.org>
1763 Progress towards CMake on Mac.
1764 https://bugs.webkit.org/show_bug.cgi?id=143785
1766 Reviewed by Csaba Osztrogonác.
1769 * Source/cmake/OptionsMac.cmake:
1770 * Source/cmake/WebKitFS.cmake:
1772 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1774 Cannot click "Next" button on Google two-factor auth setup page
1776 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1777 <rdar://problem/19175714>
1779 Reviewed by Darin Adler.
1781 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1783 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1785 [cmake] REGRESSION(182663): It broke feature dependency handling
1786 https://bugs.webkit.org/show_bug.cgi?id=143665
1788 Reviewed by Csaba Osztrogonác.
1790 Don't try to check the value of options before defining the options.
1792 * Source/cmake/WebKitFeatures.cmake:
1794 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1796 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1797 https://bugs.webkit.org/show_bug.cgi?id=143664
1799 Reviewed by Gyuyoung Kim.
1801 * Source/cmake/OptionsEfl.cmake:
1802 * Source/cmake/OptionsGTK.cmake:
1803 * Source/cmake/WebKitFeatures.cmake:
1804 * Source/cmakeconfig.h.cmake:
1806 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1808 [EFL] Enable Media Source
1809 https://bugs.webkit.org/show_bug.cgi?id=143635
1811 Reviewed by Csaba Osztrogonác.
1813 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1815 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1817 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1818 https://bugs.webkit.org/show_bug.cgi?id=143636
1820 Reviewed by Martin Robinson.
1822 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1823 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1825 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1826 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1828 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1830 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1832 Fix ENABLE_TOUCH_SLIDER so that it can be used
1836 * Source/cmake/WebKitFeatures.cmake:
1838 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1840 [CMake] Print sorted feature list at the very end of the configure process
1841 https://bugs.webkit.org/show_bug.cgi?id=143596
1843 Reviewed by Martin Robinson.
1845 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1846 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1847 and sort the options before printing. Reorder some code so that features still get
1848 propagated to the bindings generators.
1850 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1852 [CMake] Options should be marked as advanced by default
1853 https://bugs.webkit.org/show_bug.cgi?id=143572
1855 Reviewed by Gyuyoung Kim.
1857 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1858 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1859 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1860 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1861 option without making it public.
1863 * Source/cmake/WebKitFeatures.cmake:
1865 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1867 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1868 https://bugs.webkit.org/show_bug.cgi?id=143584
1870 Reviewed by Csaba Osztrogonác.
1872 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1876 * Source/CMakeLists.txt:
1877 * Source/cmake/OptionsGTK.cmake:
1878 * Source/cmake/WebKitFS.cmake:
1880 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1882 Unreviewed, revert accidental commit.
1886 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1888 Add CMake build system for WinCairo port.
1889 https://bugs.webkit.org/show_bug.cgi?id=115944
1891 Reviewed by Chris Dumez.
1893 * Source/cmake/OptionsWindows.cmake:
1894 * Source/cmake/WebKitMacros.cmake:
1895 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1897 2015-04-06 Alberto Garcia <berto@igalia.com>
1899 [GTK] Fix HPPA build
1900 https://bugs.webkit.org/show_bug.cgi?id=143453
1902 Reviewed by Darin Adler.
1904 Add HPPA to the list of supported CPUs.
1908 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1910 Unreviewed, kick the GTK bots to fix an incremental build issue.
1912 * Source/cmake/OptionsGTK.cmake:
1914 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1916 Fix the EFL and GTK build after r182243
1917 https://bugs.webkit.org/show_bug.cgi?id=143361
1919 Reviewed by Csaba Osztrogonác.
1921 * Source/PlatformEfl.cmake: Add a custom command that copies
1922 the InspectorBackendCommands.js file into the proper directory
1923 under DerivedSources/WebInspectorUI/.
1925 2015-04-01 Alex Christensen <achristensen@webkit.org>
1927 Progress towards CMake on Windows and Mac.
1928 https://bugs.webkit.org/show_bug.cgi?id=143293
1930 Reviewed by Filip Pizlo.
1933 Set DERIVED_SOURCES_WTF_DIR for Windows.
1934 * Source/CMakeLists.txt:
1935 Don't compile bmalloc on Windows.
1936 * Source/cmake/OptionsCommon.cmake:
1937 Use the absolute path of the C preprocessor.
1938 * Source/cmake/OptionsWinCairo.cmake:
1939 Added needed definitions.
1940 * Source/cmake/OptionsWindows.cmake:
1941 Set some default values and removed support for old Visual Studio versions before /MP.
1942 * Source/cmake/WebKitFS.cmake:
1943 Make WTF DerivedSources directory.
1944 * Source/cmake/WebKitMacros.cmake:
1945 Added ADD_PRECOMPILED_HEADER macro based on
1946 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1948 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1950 Use colored diagnostics when building with cmake + ninja + clang
1951 https://bugs.webkit.org/show_bug.cgi?id=143297
1953 Reviewed by Žan Doberšek.
1955 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1956 disables colored output.
1957 This patch forces clang to use colored diagnostics when we are using
1960 * Source/cmake/OptionsCommon.cmake:
1962 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1964 [CMake] Update old CMakeList.txt in gtest
1965 https://bugs.webkit.org/show_bug.cgi?id=143192
1967 Reviewed by Darin Adler.
1969 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1970 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1971 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1973 * Source/CMakeLists.txt:
1974 * Source/cmake/gtest/CMakeLists.txt: Removed.
1976 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1978 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1979 https://bugs.webkit.org/show_bug.cgi?id=143138
1981 Reviewed by Csaba Osztrogonác.
1983 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1984 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1986 * Source/cmake/OptionsWindows.cmake:
1987 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1988 * Source/cmake/WebKitMacros.cmake:
1990 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1992 [GStreamer] share GL context in pipeline, part 2
1993 https://bugs.webkit.org/show_bug.cgi?id=143049
1995 Reviewed by Carlos Garcia Campos.
1997 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1998 OpenGL/ES2 is found and GLX/EGL is found too.
2000 2015-03-26 Alex Christensen <achristensen@webkit.org>
2002 Progress towards CMake on Mac.
2003 https://bugs.webkit.org/show_bug.cgi?id=143112
2005 Reviewed by Chris Dumez.
2007 * Source/cmake/OptionsMac.cmake:
2009 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
2011 [EFL] Add OpenWebRTC in jhbuild
2012 https://bugs.webkit.org/show_bug.cgi?id=142778
2014 Reviewed by Gyuyoung Kim.
2016 Original patch by Philippe Normand <pnormand@igalia.com>
2018 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
2019 mediastream build is enabled.
2021 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
2023 [GTK] Add a configure option to build without Redirected XComposite Window
2024 https://bugs.webkit.org/show_bug.cgi?id=142865
2026 Reviewed by Žan Doberšek.
2028 The Redirected XComposite Window was added to support some
2029 features like GtkOverlay, but in cases where we don't need such
2030 features, it's more efficient to use the XID of the WebKitWebView
2031 window as the native surface handle for the accelerated
2032 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
2033 that is enabled by default for X11 target when OpenGL is enabled.
2035 * Source/cmake/OptionsGTK.cmake:
2037 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
2039 [GTK] Search for the Wayland dependency when enabling Wayland target
2040 https://bugs.webkit.org/show_bug.cgi?id=142876
2042 Reviewed by Carlos Garcia Campos.
2044 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
2045 requirement of either the GTK+ or GDK pkg-config files, so we have to
2046 search for it ourselves when WebKitGTK+ has been configured to support
2047 the Wayland windowing target.
2049 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2051 Unreviewed, kick the GTK bots to regenerate makefile.
2052 https://bugs.webkit.org/show_bug.cgi?id=137394
2054 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
2055 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
2057 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2059 Unreviewed, kick the GTK bots to regenerate makefile.
2060 https://bugs.webkit.org/show_bug.cgi?id=137394
2062 * Source/cmake/OptionsEfl.cmake:
2064 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2066 [GTK] Fix inspector userinterface related incremental build issue
2067 https://bugs.webkit.org/show_bug.cgi?id=142849
2069 Reviewed by Carlos Garcia Campos.
2071 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2073 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2075 Unreviewed, kick the GTK bots to regenerate makefile.
2077 * Source/cmake/OptionsGTK.cmake:
2079 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2081 [EFL] Expose JavaScript binding interface through ewk_extension
2082 https://bugs.webkit.org/show_bug.cgi?id=142033
2084 Reviewed by Gyuyoung Kim.
2086 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2088 2015-03-17 Philippe Normand <pnormand@igalia.com>
2090 [GTK] basic OpenWebRTC build support
2091 https://bugs.webkit.org/show_bug.cgi?id=142393
2093 Reviewed by Carlos Garcia Campos.
2095 * Source/cmake/FindOpenWebRTC.cmake: Added.
2096 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
2097 mediastream build is enabled.
2099 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2101 [CMake][EFL] Build test tools only for developer mode
2102 https://bugs.webkit.org/show_bug.cgi?id=142761
2104 Reviewed by Csaba Osztrogonác.
2106 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
2108 * Source/cmake/OptionsEfl.cmake:
2109 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
2110 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
2111 * Source/cmakeconfig.h.cmake:
2113 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
2115 Enable ES6 classes by default
2116 https://bugs.webkit.org/show_bug.cgi?id=142774
2118 Reviewed by Gavin Barraclough.
2120 * Source/cmake/WebKitFeatures.cmake:
2122 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2124 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
2125 https://bugs.webkit.org/show_bug.cgi?id=142722
2127 Reviewed by Csaba Osztrogonác.
2129 Categorize to define cmake variables, to find necessary packages,
2130 use upper case for "glib_conponents" cmake variable name, re-arrange
2131 wrong alphabet sorting, and so on.
2133 * CMakeLists.txt: Remove WinCE port.
2134 * Source/cmake/OptionsEfl.cmake:
2136 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2138 [GStreamer] share GL context in pipeline
2139 https://bugs.webkit.org/show_bug.cgi?id=142693
2141 Reviewed by Philippe Normand.
2143 Add search of gstreamer-gl library in the GStreamer installation. If
2144 it is found, WTF_USE_GSTREAMER_GL macro is defined.
2146 * Source/cmake/FindGStreamer.cmake:
2147 * Source/cmake/OptionsGTK.cmake:
2149 2015-03-13 Alex Christensen <achristensen@webkit.org>
2151 Progress towards CMake on Mac.
2152 https://bugs.webkit.org/show_bug.cgi?id=142680
2154 Reviewed by Gyuyoung Kim.
2157 * Source/PlatformMac.cmake: Added stub.
2158 * Source/cmake/OptionsMac.cmake:
2159 Change defines to get CMake working.
2161 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2163 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
2164 https://bugs.webkit.org/show_bug.cgi?id=126688
2166 Reviewed by Gustavo Noronha Silva.
2168 Add ENABLE_MINIBROWSER option, enabled by default for development
2169 builds and disabled for production builds unless explicilty enabled.
2171 * Source/cmake/OptionsGTK.cmake:
2173 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2175 [GTK] Do not look for child processes in the UI process binary path
2176 https://bugs.webkit.org/show_bug.cgi?id=135752
2178 Reviewed by Gustavo Noronha Silva.
2180 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2181 build for development builds.
2183 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2185 [GTK] Add a configure option to build with OpenGL ES 2
2186 https://bugs.webkit.org/show_bug.cgi?id=142498
2188 Reviewed by Martin Robinson.
2190 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2191 GLES2 is required and OpenGL is not even searched. Otherwise we
2192 search for OpenGL as usual, using it only if present.
2194 * Source/cmake/OptionsGTK.cmake:
2196 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2198 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2199 https://bugs.webkit.org/show_bug.cgi?id=142338
2201 Reviewed by Gyuyoung Kim.
2203 * Source/cmake/WebKitHelpers.cmake:
2205 2015-03-03 Daniel Bates <dabates@apple.com>
2207 Convert ManualTests/svg-tooltip.svg to a DRT test
2208 https://bugs.webkit.org/show_bug.cgi?id=140480
2210 Reviewed by Alex Christensen.
2212 * ManualTests/svg-tooltip.svg: Removed.
2214 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2216 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2217 https://bugs.webkit.org/show_bug.cgi?id=142165
2219 Reviewed by Carlos Garcia Campos.
2221 * Source/cmake/gtksymbols.filter:
2223 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2225 [EFL] Remove unnecessary comment after r179110
2226 https://bugs.webkit.org/show_bug.cgi?id=142042
2228 Reviewed by Gyuyoung Kim.
2230 * Source/cmake/OptionsEfl.cmake:
2232 2015-02-23 Tomas Popela <tpopela@redhat.com>
2234 [GTK] Fails to compile with cmake 3.2.x
2235 https://bugs.webkit.org/show_bug.cgi?id=141796
2237 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2238 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2239 added and the build will fail.
2241 Reviewed by Martin Robinson.
2243 * Source/cmake/OptionsGTK.cmake:
2245 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2247 Remove svn:keywords property.
2249 As far as I can tell, the property had no effect on any of these files, but also,
2250 when it has effect it's likely harmful.
2252 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2253 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2254 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2255 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2256 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2257 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2258 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2259 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2260 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2261 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2262 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2263 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2264 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2265 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2267 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2269 [CMAKE] Remove CMakeLists.txt in WK1 port
2270 https://bugs.webkit.org/show_bug.cgi?id=141617
2272 Reviewed by Anders Carlsson.
2274 Nobody uses CMake in WK1 port. Remove it.
2278 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2280 Unreviewed, remove empty directories.
2282 * ManualTests/qt: Removed.
2284 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2286 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2287 https://bugs.webkit.org/show_bug.cgi?id=141481
2289 Reviewed by Csaba Osztrogonác.
2291 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2293 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2295 [EFL][GTK] Use bmalloc instead of tcmalloc
2296 https://bugs.webkit.org/show_bug.cgi?id=140162
2298 Reviewed by Carlos Garcia Campos.
2300 Add bmalloc directory to build list.
2302 * CMakeLists.txt: Define BMALLOC_DIR directory.
2303 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2305 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2307 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2308 https://bugs.webkit.org/show_bug.cgi?id=141392
2310 Reviewed by Gustavo Noronha Silva.
2312 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2314 * Source/cmake/OptionsGTK.cmake:
2316 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2318 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2319 https://bugs.webkit.org/show_bug.cgi?id=141328
2321 Reviewed by Darin Adler.
2323 Added as manual test because it involves a huge grid allocation
2324 which is very slow on Debug bots, the only ones capable to trigger
2327 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2329 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2331 [Streams API] Implement a barebone ReadableStream interface
2332 https://bugs.webkit.org/show_bug.cgi?id=141045
2334 Reviewed by Benjamin Poulain.
2336 * Source/cmake/WebKitFeatures.cmake:
2337 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2339 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2341 Revert accidental change in r179490.
2345 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2347 Unreviewed, revert accidental change to Makefile.shared in r179478
2351 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2353 [CMake] Minimum python version should be 2.7.
2354 https://bugs.webkit.org/show_bug.cgi?id=140997
2356 Reviewed by Csaba Osztrogonác.
2360 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2362 Apply feTurbulence spec change to fix zero length vector generation
2363 https://bugs.webkit.org/show_bug.cgi?id=140812
2365 Reviewed by Darin Adler.
2367 Recently a bug with the turbulence algorithm was corrected in the
2368 Filter Effects specification.
2369 For some seed values this bug allowed zero length vectors to be generated.
2370 This resulted in large solid color squares being present in the generated image.
2371 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2372 applies that change in WebCore.
2374 Test: svg/filters/feTurbulence_bad_seeds.html
2376 * platform/graphics/filters/FETurbulence.cpp:
2377 (WebCore::FETurbulence::initPaint):
2378 Added rejection sampling during vector generation to avoid zero length vectors.
2380 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2382 [cmake] Remove compiler version calculate cruft
2383 https://bugs.webkit.org/show_bug.cgi?id=140885
2385 Reviewed by Darin Adler.
2387 * Source/cmake/WebKitHelpers.cmake:
2389 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2391 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2392 https://bugs.webkit.org/show_bug.cgi?id=140886
2394 Reviewed by Žan Doberšek.
2396 * Source/cmake/WebKitHelpers.cmake:
2398 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2400 [GTK] gtkdoc does not appear in DevHelp
2401 https://bugs.webkit.org/show_bug.cgi?id=139369
2403 Reviewed by Philippe Normand.
2405 Expect the gtkdoc to be generated in folders named with the API version.
2407 * Source/PlatformGTK.cmake:
2409 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2411 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2412 https://bugs.webkit.org/show_bug.cgi?id=140609
2414 Reviewed by Csaba Osztrogonác.
2416 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2417 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2418 compilation flags. Those were added after the jsCStack branch merge, but
2419 can now be removed since the -ftree-dce issues were fixed in GCC, and
2420 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2422 * Source/cmake/OptionsEfl.cmake:
2423 * Source/cmake/OptionsGTK.cmake:
2425 2015-01-26 Commit Queue <commit-queue@webkit.org>
2427 Unreviewed, rolling out r179107.
2428 https://bugs.webkit.org/show_bug.cgi?id=140880
2430 The GCC in the bots doesn't support the AsyncTask
2431 implementation (Requested by KaL on #webkit).
2435 "[GTK] Enable IndexedDB"
2436 https://bugs.webkit.org/show_bug.cgi?id=98932
2437 http://trac.webkit.org/changeset/179107
2439 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2441 [GTK] Enable IndexedDB
2442 https://bugs.webkit.org/show_bug.cgi?id=98932
2444 Reviewed by Žan Doberšek.
2446 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2447 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2449 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2451 [GTK] Add initial database process support
2452 https://bugs.webkit.org/show_bug.cgi?id=139491
2454 Reviewed by Sergio Villar Senin.
2456 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2458 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2460 Add a build flag for ES6 class syntax
2461 https://bugs.webkit.org/show_bug.cgi?id=140760
2463 Reviewed by Michael Saboff.
2465 * Source/cmake/WebKitFeatures.cmake:
2466 * Source/cmakeconfig.h.cmake:
2468 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2470 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2471 https://bugs.webkit.org/show_bug.cgi?id=140049
2473 Reviewed by Gyuyoung Kim.
2475 * Source/cmake/OptionsCommon.cmake:
2477 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2479 Remove ENABLE(INSPECTOR) ifdef guards
2480 https://bugs.webkit.org/show_bug.cgi?id=140668
2482 Reviewed by Darin Adler.
2484 * Source/PlatformEfl.cmake:
2485 * Source/cmake/OptionsEfl.cmake:
2486 * Source/cmake/OptionsGTK.cmake:
2487 * Source/cmake/OptionsMac.cmake:
2488 * Source/cmake/WebKitFeatures.cmake:
2489 * Source/cmakeconfig.h.cmake:
2491 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2493 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2495 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2497 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2499 [CMAKE] Fix cmake warning
2500 https://bugs.webkit.org/show_bug.cgi?id=140497
2502 Reviewed by Gustavo Noronha Silva.
2504 r173155 already tried to fix cmake warning though, the warning is still exist.
2505 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2506 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2507 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2508 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2509 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2513 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2515 [GTK] Generate the make dist manifest from a CMake template file
2516 https://bugs.webkit.org/show_bug.cgi?id=139387
2518 Reviewed by Martin Robinson.
2520 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2521 distcheck targets for developer builds, as they won't work when
2522 building from a tarball because the manifest is not distributed.
2524 * Source/PlatformGTK.cmake:
2526 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2528 Remove ENABLE(SQL_DATABASE) guards
2529 https://bugs.webkit.org/show_bug.cgi?id=140434
2531 Reviewed by Darin Adler.
2533 * Source/cmake/OptionsMac.cmake:
2534 * Source/cmake/WebKitFeatures.cmake:
2535 * Source/cmakeconfig.h.cmake:
2537 2015-01-11 Sam Weinig <sam@webkit.org>
2539 Remove support for SharedWorkers
2540 https://bugs.webkit.org/show_bug.cgi?id=140344
2542 Reviewed by Anders Carlsson.
2544 * Source/cmake/OptionsEfl.cmake:
2545 * Source/cmake/OptionsGTK.cmake:
2546 * Source/cmake/OptionsMac.cmake:
2547 * Source/cmake/WebKitFeatures.cmake:
2548 * Source/cmakeconfig.h.cmake:
2550 2015-01-10 Dan Bernstein <mitz@apple.com>
2552 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2553 https://bugs.webkit.org/show_bug.cgi?id=140339
2555 Reviewed by Mark Rowe.
2557 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2558 prevents unnecessary rebuilding due to PATH differences.
2560 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2562 [GTK][ThreadedCompositor] Add support for threaded compositor.
2563 https://bugs.webkit.org/show_bug.cgi?id=118265
2565 Reviewed by Martin Robinson.
2567 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2568 autotools build systems. The feature is disabled by default.
2569 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2570 from the feature flags.
2572 * Source/cmake/OptionsEfl.cmake:
2573 * Source/cmake/OptionsGTK.cmake:
2574 * Source/cmake/WebKitFeatures.cmake:
2575 * Source/cmakeconfig.h.cmake:
2577 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2579 Simplify building with ASan
2580 https://bugs.webkit.org/show_bug.cgi?id=139916
2582 Reviewed by Mark Rowe.
2584 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2586 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2588 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2590 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2592 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2594 Null dereference performing a "TapAndAHalf" gesture in Google search field
2596 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2597 <rdar://problem/19028828>
2599 Reviewed by Darin Adler.
2601 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2603 2014-12-10 Dean Jackson <dino@apple.com>
2605 Blur filter performance test doesn't provide results
2606 https://bugs.webkit.org/show_bug.cgi?id=139462
2608 Reviewed by Sam Weinig.
2610 This can't currently work under our performance test
2611 infrastructure. Move it to a manual test to avoid
2612 putting FAILures into the results.
2614 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2616 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2618 [GTK][WK2] Add HTML5 Notifications support
2619 https://bugs.webkit.org/show_bug.cgi?id=61140
2621 Reviewed by Carlos Garcia Campos.
2623 * Source/cmake/FindLibNotify.cmake: Added.
2624 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2625 libnotify and use it for a default implementation when found.
2627 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2629 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2630 https://bugs.webkit.org/show_bug.cgi?id=138100
2632 Reviewed by Simon Fraser.
2634 DRT causes an extra paint which makes it impossible to test this with
2637 * ManualTests/float-layer-not-painting.html: Added.
2639 2014-12-07 Alberto Garcia <berto@igalia.com>
2641 [GTK] WebKit has a new required dependency on GnuTLS
2642 https://bugs.webkit.org/show_bug.cgi?id=136158
2644 Reviewed by Martin Robinson.
2646 Detect if GnuTLS is installed and enable or disable subtle crypto
2647 support accordingly.
2649 * Source/cmake/OptionsGTK.cmake:
2651 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2653 [GTK] Missing API detected in GObject DOM bindings after r176630
2654 https://bugs.webkit.org/show_bug.cgi?id=139201
2656 Reviewed by Gustavo Noronha Silva.
2658 Change GENERATE_BINDINGS macro to receive a list of optional
2659 additional dependencies, so that we can add more dependecies
2660 without having to change the macro.
2662 * Source/cmake/WebKitMacros.cmake:
2664 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2666 Programmatic scrolling and content changes are not always synchronized
2667 https://bugs.webkit.org/show_bug.cgi?id=139245
2668 rdar://problem/18833612
2670 Reviewed by Anders Carlsson.
2672 Manual test that tries to sync layout with programmatic scrolling.
2674 * ManualTests/programmatic-scroll-flicker.html: Added.
2676 2014-12-04 Alberto Garcia <berto@igalia.com>
2678 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2679 https://bugs.webkit.org/show_bug.cgi?id=136576
2681 Reviewed by Carlos Garcia Campos.
2683 CMake should complain if Accelerated 2D Canvas is explicitly
2684 enabled but cairo-gl is not found.
2686 * Source/cmake/OptionsGTK.cmake:
2688 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2690 [EFL] Add subtle crypto to the build system
2691 https://bugs.webkit.org/show_bug.cgi?id=138612
2693 Reviewed by Csaba Osztrogonác.
2695 * Source/cmake/OptionsEfl.cmake:
2697 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2699 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2700 https://bugs.webkit.org/show_bug.cgi?id=139085
2702 Reviewed by Andreas Kling.
2704 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2705 * Source/cmake/WebKitFeatures.cmake: ditto.
2706 * Source/cmakeconfig.h.cmake: ditto.
2708 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2710 [EFL] Drop support for the EFL 1.7
2711 https://bugs.webkit.org/show_bug.cgi?id=139114
2713 Reviewed by Gyuyoung Kim.
2715 * Source/cmake/EFLHelpers.cmake: Removed.
2716 * Source/cmake/FindEcore.cmake: Removed.
2717 * Source/cmake/FindEdje.cmake: Removed.
2718 * Source/cmake/FindEet.cmake: Removed.
2719 * Source/cmake/FindEeze.cmake: Removed.
2720 * Source/cmake/FindEfreet.cmake: Removed.
2721 * Source/cmake/FindEina.cmake: Removed.
2722 * Source/cmake/FindElementary.cmake: Removed.
2723 * Source/cmake/FindEvas.cmake: Removed.
2724 * Source/cmake/OptionsEfl.cmake:
2726 2014-11-28 Philippe Normand <pnormand@igalia.com>
2728 [CMake] Build failure against GStreamer git master
2729 https://bugs.webkit.org/show_bug.cgi?id=138872
2731 Reviewed by Csaba Osztrogon.
2733 * Source/cmake/FindGStreamer.cmake: Simplified the
2734 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2735 headers lookup, there's no need to do this manually. Also
2736 explicitely check the version specified in GStreamer_FIND_VERSION.
2738 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2740 [EFL] Remove E_Dbus dependency
2741 https://bugs.webkit.org/show_bug.cgi?id=136355
2743 Reviewed by Gyuyoung Kim.
2745 * Source/cmake/FindE_DBus.cmake: Removed.
2746 * Source/cmake/OptionsEfl.cmake:
2748 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2750 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2752 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2754 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2756 [CMake] Use ld.gold if it is available to speedup builds
2757 https://bugs.webkit.org/show_bug.cgi?id=137953
2759 Reviewed by Carlos Garcia Campos.
2761 * Source/cmake/OptionsCommon.cmake:
2763 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2765 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2766 https://bugs.webkit.org/show_bug.cgi?id=138840
2768 Reviewed by Csaba Osztrogonác.
2770 * Source/cmake/OptionsCommon.cmake:
2772 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2774 Remove Source/Platform cruft
2775 https://bugs.webkit.org/show_bug.cgi?id=138658
2777 Reviewed by Anders Carlsson.
2780 * Source/Platform: Removed.
2782 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2784 Enable Cortex-A53-specific code paths by default if core is detected.
2785 https://bugs.webkit.org/show_bug.cgi?id=138499
2787 Reviewed by Csaba Osztrogonác.
2789 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2790 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2793 Since on ARM64/Linux the part number that cpuinfo reports depends on
2794 the core the query is run on, the check is bound to and executed on the
2795 available cores one by one.
2797 * Source/cmake/OptionsCommon.cmake:
2799 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2801 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2802 https://bugs.webkit.org/show_bug.cgi?id=138498
2804 Reviewed by Csaba Osztrogonác.
2806 * Source/cmake/OptionsEfl.cmake:
2808 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2810 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2811 https://bugs.webkit.org/show_bug.cgi?id=138465
2813 Reviewed by Gyuyoung Kim.
2815 * Source/cmake/OptionsEfl.cmake:
2817 2014-11-03 Dean Jackson <dino@apple.com>
2819 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2820 https://bugs.webkit.org/show_bug.cgi?id=138362
2822 Reviewed by Tim Horton.
2824 Add a new feature define for Level 2 of CSS Filters.
2825 http://dev.w3.org/fxtf/filters-2/
2827 * Source/cmake/OptionsEfl.cmake:
2828 * Source/cmake/OptionsGTK.cmake:
2829 * Source/cmake/OptionsMac.cmake:
2830 * Source/cmake/WebKitFeatures.cmake:
2831 * Source/cmakeconfig.h.cmake:
2833 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2835 Workaround for Cortex-A53 erratum 835769
2836 https://bugs.webkit.org/show_bug.cgi?id=138315
2838 Reviewed by Filip Pizlo.
2840 This patch introduces CMake variable and preprocessor macro
2841 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2842 code paths, if set true.
2844 * Source/cmake/OptionsCommon.cmake:
2845 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2847 * Source/cmakeconfig.h.cmake:
2848 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2850 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2852 [GTK] Fix the build of FTL JIT
2853 https://bugs.webkit.org/show_bug.cgi?id=138298
2855 Reviewed by Carlos Garcia Campos.
2857 * Source/cmake/OptionsGTK.cmake:
2858 Remove the need for the LIBCXXABI package.
2860 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2862 REGRESSION(CMake): Make it possible to build without introspection
2863 https://bugs.webkit.org/show_bug.cgi?id=138006
2865 Reviewed by Philippe Normand.
2867 Add ENABLE_INTROSPECTION option.
2869 * Source/PlatformGTK.cmake: Dot not add gir global target if
2870 introspection is disabled.
2871 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2872 introspection is disabled.
2874 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2876 [GTK] Support script message handlers WebKitUserContentManager
2877 https://bugs.webkit.org/show_bug.cgi?id=133730
2879 Reviewed by Carlos Garcia Campos.
2881 Support user script message handlers in WebKitUserContentManager.
2882 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2883 an option is added to the CMake build files. The option is disabled
2884 globally by default, and the WebKitGTK port enables it. On the API
2885 level, two new methods to register and unregister names are provided
2886 in the "window.webkit" namespace, and on message reception the
2887 "WebKitUserContentManager::script-message-received" signal is
2888 emitted, using the registered names as signal detail.
2890 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2891 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2892 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2893 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2895 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2897 [GTK] Bump libsoup's minimum version to 2.42.0.
2898 https://bugs.webkit.org/show_bug.cgi?id=138086
2900 Reviewed by Martin Robinson.
2902 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2903 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2904 the minimum version required to build the port these days.
2906 In addition, since the autotools build system required 2.42.0 before
2907 being retired, require the same version here. Version 2.42.0 was also
2909 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2911 * Source/cmake/OptionsGTK.cmake:
2913 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2915 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2916 https://bugs.webkit.org/show_bug.cgi?id=138132
2918 Reviewed by Csaba Osztrogonác.
2920 * Source/cmake/OptionsEfl.cmake:
2922 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2924 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2926 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2928 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2930 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2931 https://bugs.webkit.org/show_bug.cgi?id=137946
2933 Reviewed by Gyuyoung Kim.
2935 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2937 * Source/cmake/OptionsEfl.cmake:
2939 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2941 Fix FTL Native Inlining for EFL
2942 https://bugs.webkit.org/show_bug.cgi?id=137774
2944 Reviewed by Michael Saboff.
2946 Updated CMake for FTL Native Inlining.
2949 * Source/cmake/FindClang.cmake: Added.
2950 * Source/cmake/OptionsEfl.cmake:
2951 * Source/cmakeconfig.h.cmake:
2953 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2955 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2956 https://bugs.webkit.org/show_bug.cgi?id=137748
2958 Reviewed by Brian Burg.
2960 * Source/PlatformEfl.cmake:
2962 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2964 [GTK] Add initial gestures support
2965 https://bugs.webkit.org/show_bug.cgi?id=137812
2967 Reviewed by Sergio Villar Senin.
2969 Check if the GTK+ version supports gestures or not.
2971 * Source/cmake/FindGTK3.cmake:
2972 * Source/cmake/OptionsGTK.cmake:
2974 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2976 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2977 https://bugs.webkit.org/show_bug.cgi?id=137781
2979 Reviewed by Martin Robinson.
2981 We used to enable smooth scrolling unconditionally in autotools
2982 (via WebKitFeatures.m4), but since the switch to CMake it's
2983 unconditionally disabled, so changing the setting doesn't have any
2986 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2988 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2990 Removing CUSTOM_PROTOCOLS guard
2991 https://bugs.webkit.org/show_bug.cgi?id=137741
2993 Reviewed by Benjamin Poulain.
2995 * Source/cmake/OptionsEfl.cmake:
2997 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2999 [EFL] Enable WebP support.
3000 https://bugs.webkit.org/show_bug.cgi?id=136156
3002 Reviewed by Gyuyoung Kim.
3004 Add WebP package finding rule.
3006 * Source/cmake/OptionsEfl.cmake:
3008 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
3010 [EFL] Enable custom URI schemes with CustomProtocols
3011 https://bugs.webkit.org/show_bug.cgi?id=128177
3013 Reviewed by Gyuyoung Kim.
3015 Fixing ewk_context_url_scheme_register() ewebkit2 API
3016 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
3018 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
3020 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
3022 Bump version to 2.7.0
3023 https://bugs.webkit.org/show_bug.cgi?id=137301
3025 Rubber-stamped by Carlos Garcia Campos.
3027 * Source/cmake/OptionsGTK.cmake: Bump version numbers
3029 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3031 [EFL] Rename TEST_THEME_DIR macro
3032 https://bugs.webkit.org/show_bug.cgi?id=137244
3034 Reviewed by Csaba Osztrogonác.
3036 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
3038 2014-09-27 Dan Bernstein <mitz@apple.com>
3040 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
3041 https://bugs.webkit.org/show_bug.cgi?id=137053
3043 Reviewed by Mark Rowe.
3045 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3046 In the build pre-action, pass the --wksi and --llvm options to
3047 copy-webkitlibraries-to-product-directory.
3048 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
3050 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
3052 [GTK] Enable CSS_IMAGE_SET in production builds
3053 https://bugs.webkit.org/show_bug.cgi?id=137142
3055 Reviewed by Alejandro G. Castro.
3057 This is required by the inspector to show some of the icons that
3058 has a HiDPI variant.
3060 * Source/cmake/OptionsGTK.cmake:
3062 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
3064 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
3065 https://bugs.webkit.org/show_bug.cgi?id=136377
3067 Reviewed by Philippe Normand.
3069 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
3070 for CMake versions less than 3.
3072 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
3074 Remove WinCE port from trunk
3075 https://bugs.webkit.org/show_bug.cgi?id=136951
3077 Reviewed by Alex Christensen.
3079 * Source/cmake/OptionsWinCE.cmake: Removed.
3080 * Source/cmake/WebKitPackaging.cmake:
3082 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
3084 [EFL][GTK] Remove WebKit1 related codes
3085 https://bugs.webkit.org/show_bug.cgi?id=136853
3087 Reviewed by Csaba Osztrogonác.
3089 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
3092 * Source/PlatformGTK.cmake:
3094 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3097 https://bugs.webkit.org/show_bug.cgi?id=136820
3099 Reviewed by Csaba Osztrogonác.
3101 * Source/cmake/FindICU.cmake:
3103 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
3105 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
3106 https://bugs.webkit.org/show_bug.cgi?id=136814
3108 Reviewed by Philippe Normand.
3110 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
3111 We bundle the wayland-egl dependency with wayland-client and wayland-server
3112 and store the resulting variables with the WAYLAND_ prefix. Because of this
3113 this line wasn't exporting anything useful.
3115 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
3117 URTBF after r173574.
3119 * Source/cmake/WebKitMacros.cmake:
3121 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
3123 [JavaScriptCore] Fix FTL on platform EFL.
3124 https://bugs.webkit.org/show_bug.cgi?id=133571
3126 Reviewed by Filip Pizlo.
3130 * Source/cmake/FindLIBCXXABI.cmake: Removed.
3131 * Source/cmake/OptionsEfl.cmake:
3133 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3136 https://bugs.webkit.org/show_bug.cgi?id=136571
3138 Reviewed by Darin Adler.
3140 * Source/cmake/OptionsEfl.cmake:
3141 * Source/cmake/OptionsGTK.cmake:
3142 * Source/cmake/OptionsMac.cmake:
3143 * Source/cmake/WebKitFeatures.cmake:
3144 * Source/cmakeconfig.h.cmake:
3146 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3148 Remove CSS_FILTERS flag
3149 https://bugs.webkit.org/show_bug.cgi?id=136529
3151 Reviewed by Dirk Schulze.
3153 * Source/cmake/OptionsEfl.cmake:
3154 * Source/cmake/OptionsGTK.cmake:
3155 * Source/cmake/OptionsMac.cmake:
3156 * Source/cmake/WebKitFeatures.cmake:
3157 * Source/cmakeconfig.h.cmake:
3159 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3161 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
3162 https://bugs.webkit.org/show_bug.cgi?id=136194
3164 Reviewed by Csaba Osztrogonác.
3166 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
3170 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3172 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
3173 https://bugs.webkit.org/show_bug.cgi?id=135560
3175 Reviewed by Gyuyoung Kim.
3177 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
3179 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
3181 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
3182 https://bugs.webkit.org/show_bug.cgi?id=136343
3184 Reviewed by David Kilzer.
3186 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
3188 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3189 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3191 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
3193 [EFL] Share fast/speechsynthesis/ with other ports
3194 https://bugs.webkit.org/show_bug.cgi?id=136224
3196 Reviewed by Chris Fleizach.
3198 Enable WebSpeech for EFL.
3200 * Source/cmake/OptionsEfl.cmake:
3202 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3204 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3205 https://bugs.webkit.org/show_bug.cgi?id=136127
3207 Reviewed by Gyuyoung Kim.
3209 Add build support for espeak.
3211 * Source/cmake/FindEspeak.cmake: Added.
3212 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3214 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3216 [EFL] Build break using clang
3217 https://bugs.webkit.org/show_bug.cgi?id=136245
3219 Reviewed by Gyuyoung Kim.
3221 * Source/cmake/OptionsEfl.cmake:
3222 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3223 Some warnings are from system libraries.
3225 2014-08-25 Alberto Garcia <berto@igalia.com>
3227 [GTK] Unify webkitgtk and webkit2gtk directories
3228 https://bugs.webkit.org/show_bug.cgi?id=136209
3230 Reviewed by Carlos Garcia Campos.
3232 Use webkit2gtk-X.X both for the process binaries and the injected
3235 * Source/cmake/OptionsGTK.cmake:
3237 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3239 [EFL] Move Efl specific code from Source/CMakeLists.txt
3240 https://bugs.webkit.org/show_bug.cgi?id=136206
3242 Reviewed by Gyuyoung Kim.
3244 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3245 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3247 * Source/CMakeLists.txt:
3248 * Source/cmake/OptionsEfl.cmake:
3250 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3252 [EFL] Introduce DEVELOPER_MODE
3253 https://bugs.webkit.org/show_bug.cgi?id=135884
3255 Reviewed by Gyuyoung Kim.
3257 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3258 instead of SHARED_CORE.
3259 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3260 from release binary.
3262 * Source/cmake/OptionsEfl.cmake:
3263 * Source/cmake/WebKitHelpers.cmake:
3264 Moved fvisibility=hidden to OptionsEfl.cmake
3266 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3268 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3269 https://bugs.webkit.org/show_bug.cgi?id=136110
3271 Reviewed by Gyuyoung Kim.
3273 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3275 * Source/cmake/OptionsEfl.cmake:
3277 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3279 [EFL] Apply eflsymbols.filter to WebKit2
3280 https://bugs.webkit.org/show_bug.cgi?id=136148
3282 Reviewed by Csaba Osztrogonác.
3284 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3285 in the eflsymbols.filter.
3287 * Source/cmake/OptionsEfl.cmake:
3288 * Source/cmake/eflsymbols.filter:
3290 2014-08-21 Zalan Bujtas <zalan@apple.com>
3292 Enable SATURATED_LAYOUT_ARITHMETIC.
3293 https://bugs.webkit.org/show_bug.cgi?id=136106
3295 Reviewed by Simon Fraser.
3297 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3298 (No measurable performance regression on Mac.)
3300 * Source/cmake/OptionsMac.cmake:
3301 * Source/cmake/WebKitFeatures.cmake:
3302 * Source/cmakeconfig.h.cmake:
3304 2014-08-19 Zalan Bujtas <zalan@apple.com>
3306 Remove ENABLE(SUBPIXEL_LAYOUT).
3307 https://bugs.webkit.org/show_bug.cgi?id=136077
3309 Reviewed by Simon Fraser.
3311 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3313 * Source/cmake/OptionsEfl.cmake:
3314 * Source/cmake/OptionsGTK.cmake:
3315 * Source/cmake/OptionsMac.cmake:
3316 * Source/cmake/WebKitFeatures.cmake:
3317 * Source/cmakeconfig.h.cmake:
3319 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3321 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3322 https://bugs.webkit.org/show_bug.cgi?id=135980
3324 Reviewed by Martin Robinson.
3326 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3327 overrides any other disabled optimization that was prepended to these
3328 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3329 lists first in the final list of compilation flags.
3331 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3332 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3334 * Source/cmake/OptionsCommon.cmake:
3335 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3336 * Source/cmake/OptionsGTK.cmake:
3338 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3340 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3342 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3344 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3346 [GTK] Disable memory sampler on non-Linux system
3347 https://bugs.webkit.org/show_bug.cgi?id=134483
3349 Reviewed by Philippe Normand.
3351 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3352 Linux because it uses many Linux-specific features, so we should disable
3353 memory sampler on other systems by default.
3355 * Source/cmake/OptionsGTK.cmake:
3357 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3359 [GTK] HTML API documentation should also be installed versioned
3360 https://bugs.webkit.org/show_bug.cgi?id=135970
3362 Reviewed by Philippe Normand.
3364 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3367 2014-08-14 Tomas Popela <tpopela@redhat.com>
3369 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3370 https://bugs.webkit.org/show_bug.cgi?id=135937
3372 Reviewed by Carlos Garcia Campos.
3376 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3378 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3379 https://bugs.webkit.org/show_bug.cgi?id=135934
3381 Reviewed by Gustavo Noronha Silva.
3383 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3384 The gir files should installed in $datadir/gir-1.0/ together with all other
3385 gir files. We don't need to install introspection files in a versioned
3386 directory because their filenames already contain the binary version. But before
3387 r171598, the files were only installed to the right directory if the
3388 gobject-instrospection pkg-config file was in the same prefix than the one we
3389 wanted to install, because the gir and typelibs directories were extracted from
3390 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3391 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3392 like we do in the autotools build.
3394 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3395 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3396 * Source/cmake/OptionsGTK.cmake: Define
3397 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3399 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3401 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3402 https://bugs.webkit.org/show_bug.cgi?id=135836
3404 Reviewed by Philippe Normand.
3406 * Source/PlatformGTK.cmake: Add install command to also install
3407 the GObject DOM bindings API docs.
3409 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3411 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3412 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3413 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3414 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3417 * Source/cmake/OptionsCommon.cmake:
3419 2014-08-13 Alex Christensen <achristensen@webkit.org>
3421 Progress towards CMake on Mac.
3422 https://bugs.webkit.org/show_bug.cgi?id=135819
3424 Reviewed by Laszlo Gombos.
3426 * Source/cmake/OptionsMac.cmake:
3427 Disable some more features temporarily to get CMake working.
3428 * Source/cmake/WebKitMacros.cmake:
3429 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3431 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3433 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3434 https://bugs.webkit.org/show_bug.cgi?id=135798
3436 Reviewed by Philippe Normand.
3438 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3440 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3441 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3442 https://bugs.webkit.org/show_bug.cgi?id=133317
3444 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3446 Reviewed by Philippe Normand.
3448 No new tests since no new functionality has been added.
3450 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3452 2014-08-11 Commit Queue <commit-queue@webkit.org>
3454 Unreviewed, rolling out r172393.
3455 https://bugs.webkit.org/show_bug.cgi?id=135796
3457 discussion needed about GnuTLS version bump on the bots
3458 (Requested by philn on #webkit).
3462 https://bugs.webkit.org/show_bug.cgi?id=133317
3463 http://trac.webkit.org/changeset/172393
3465 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3466 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3467 https://bugs.webkit.org/show_bug.cgi?id=133317
3469 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3471 Reviewed by Philippe Normand.
3473 No new tests since no new functionality has been added.
3475 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3477 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3479 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3480 https://bugs.webkit.org/show_bug.cgi?id=133316
3482 Reviewed by Philippe Normand.
3484 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3485 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3486 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3488 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3490 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3492 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3494 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3496 [GTK] REGRESSION(r166239): The ld version script is not being used
3497 https://bugs.webkit.org/show_bug.cgi?id=135694
3499 Reviewed by Martin Robinson.
3501 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3502 it as gtksymbols.filter. Also updated it, since some of the symbols
3503 exported were renamed.
3505 * Source/cmake/OptionsGTK.cmake:
3506 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3508 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3510 [GTK] Child processes should be installed in a versioned directory
3511 https://bugs.webkit.org/show_bug.cgi?id=135754
3513 Reviewed by Gustavo Noronha Silva.
3515 Define LIBEXEC_INSTALL_DIR as
3516 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3517 so that the child processes are installed in $libexec/webkitgtk-4.0.
3518 This makes it possible to install 2.6 in parallel to older versions.
3520 * Source/cmake/OptionsGTK.cmake:
3522 2014-08-08 Alex Christensen <achristensen@webkit.org>
3524 Progress towards using CMake on Mac.
3525 https://bugs.webkit.org/show_bug.cgi?id=135662
3527 Reviewed by Laszlo Gombos.
3530 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3531 * Source/cmake/WebKitFeatures.cmake:
3532 * Source/cmakeconfig.h.cmake:
3533 Added features that are needed by the Mac port.
3534 * Source/cmake/OptionsMac.cmake:
3535 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3536 Disable the FTL with CMake for now.
3537 * Source/cmake/OptionsEFL.cmake:
3538 * Source/cmake/OptionsGTK.cmake:
3539 Enable subpixel layout to not conflict with FeatureDefines.h
3541 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3543 Undo some erroneous changes to the Xcode scheme files from r172259.
3545 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3546 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3548 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3550 [CMake] Drop the required version of CMake down to 2.8.8
3551 https://bugs.webkit.org/show_bug.cgi?id=135713
3553 Reviewed by Alex Christensen.
3555 * CMakeLists.txt: Require CMake 2.8.8.
3557 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3559 Get rid of INPUT_SPEECH
3560 https://bugs.webkit.org/show_bug.cgi?id=135672
3562 Reviewed by Andreas Kling.
3564 * Source/cmake/OptionsMac.cmake:
3565 * Source/cmake/WebKitFeatures.cmake:
3566 * Source/cmakeconfig.h.cmake:
3568 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3570 [GTK] Disable IndexedDB
3571 https://bugs.webkit.org/show_bug.cgi?id=135692
3573 Reviewed by Carlos Garcia Campos.
3575 * Source/cmake/OptionsGTK.cmake:
3577 2014-08-06 Dean Jackson <dino@apple.com>
3579 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3580 https://bugs.webkit.org/show_bug.cgi?id=135675
3582 Reviewed by Sam Weinig.
3584 * Source/cmake/OptionsGTK.cmake:
3585 * Source/cmake/OptionsMac.cmake:
3586 * Source/cmake/WebKitFeatures.cmake:
3587 * Source/cmakeconfig.h.cmake:
3589 2014-08-06 David Farler <dfarler@apple.com>
3591 Unreviewed build fix: Make includes semicolon in assignment.
3593 * Makefile.shared: Remove a ;
3595 2014-08-06 David Farler <dfarler@apple.com>
3597 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3598 https://bugs.webkit.org/show_bug.cgi?id=135655
3600 Reviewed by Mark Rowe.
3602 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3604 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3606 [GTK] Be able to disable gtk2 dependency
3607 https://bugs.webkit.org/show_bug.cgi?id=135505
3609 Reviewed by Gustavo Noronha Silva.
3611 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3612 required when it's enabled. It's enabled by default.
3614 * Source/cmake/OptionsGTK.cmake:
3616 2014-08-05 Alex Christensen <achristensen@webkit.org>
3619 https://bugs.webkit.org/show_bug.cgi?id=135620
3621 Reviewed by Laszlo Gombos.
3623 * Source/cmake/OptionsMac.cmake:
3624 Use UDIS86 by default on Mac.
3626 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3628 Add a flag for the CSS Selectors level 4 implementation
3629 https://bugs.webkit.org/show_bug.cgi?id=135535
3631 Reviewed by Andreas Kling.
3633 * Source/cmake/OptionsEfl.cmake:
3634 * Source/cmake/OptionsGTK.cmake:
3635 * Source/cmake/WebKitFeatures.cmake:
3636 * Source/cmakeconfig.h.cmake:
3638 2014-08-04 Alex Christensen <achristensen@webkit.org>
3640 Progress towards CMake on Mac.
3641 https://bugs.webkit.org/show_bug.cgi?id=135528
3643 Reviewed by Gyuyoung Kim.
3645 * Source/cmake/OptionsMac.cmake:
3646 Made options list based on FeatureDefines.xcconfig files.
3648 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3650 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3651 https://bugs.webkit.org/show_bug.cgi?id=134736
3653 Reviewed by Martin Robinson.
3655 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3656 support the X11 or Wayland windowing targets -- instead, if there's no support
3657 the specific target is disabled, and an error is thrown only if neither of the
3658 backends is enabled at the end..
3659 For now the X11 target remains enabled by default, and the Wayland target is
3660 kept disabled. Once it's possible to have both targets enabled at runtime in
3661 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3662 GTK+ dependency to determine which targets can be enabled.
3664 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3666 [CMake] Add FindWayland.cmake
3667 https://bugs.webkit.org/show_bug.cgi?id=135540
3669 Reviewed by Martin Robinson.
3671 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
3672 dependency. For now bundles the wayland-client, wayland-server and
3673 wayland-egl pkg-config targets into one dependency, but these could
3674 be split in the future if necessary.
3676 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
3678 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
3679 https://bugs.webkit.org/show_bug.cgi?id=135553
3681 Reviewed by Gyuyoung Kim.
3683 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
3684 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
3686 * Source/cmake/OptionsEfl.cmake:
3688 2014-08-01 Bear Travis <betravis@adobe.com>
3690 [Feature Queries] Enable Feature Queries on EFL/GTK
3691 https://bugs.webkit.org/show_bug.cgi?id=134902
3693 Reviewed by Benjamin Poulain.
3695 Enable CSS Feature Queries by default on the EFL and GTK
3698 * Source/cmake/OptionsEfl.cmake:
3699 * Source/cmake/OptionsGTK.cmake:
3701 2014-08-01 Alex Christensen <achristensen@webkit.org>
3703 Progress towards cmake on Windows.
3704 https://bugs.webkit.org/show_bug.cgi?id=135484
3706 Reviewed by Martin Robinson.
3709 Added Mac to list of ports, even though it is not done yet.
3710 Changed minimum bison version to version installed on Macs.
3711 * Source/cmake/OptionsAppleWin.cmake:
3712 Added some definitions.
3713 * Source/cmake/OptionsEfl.cmake:
3714 * Source/cmake/OptionsGTK.cmake:
3715 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
3716 * Source/cmake/OptionsMac.cmake: Added blank for now.
3717 * Source/cmake/OptionsWinCairo.cmake:
3718 * Source/cmake/OptionsWindows.cmake:
3719 Added some definitions.
3720 Removed /WX (warnings treated as error while compiling).
3721 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
3723 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
3725 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
3726 https://bugs.webkit.org/show_bug.cgi?id=135501
3728 Reviewed by Gyuyoung Kim.
3730 Use PROJECT_VERSION_MICRO instead.
3732 * Source/cmake/OptionsEfl.cmake:
3733 * Source/cmake/OptionsGTK.cmake:
3734 * Source/cmake/WebKitHelpers.cmake:
3736 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
3738 [EFL] Bump ewebkit version to 1.11
3739 https://bugs.webkit.org/show_bug.cgi?id=135487
3741 Reviewed by Gyuyoung Kim.
3743 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
3745 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3747 [EFL] Add support for building with Geoclue2.
3748 https://bugs.webkit.org/show_bug.cgi?id=135455
3750 Reviewed by Gyuyoung Kim.
3752 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
3755 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3757 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
3759 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3761 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3763 [GTK] Bump binary version for 2.6
3764 https://bugs.webkit.org/show_bug.cgi?id=133724
3766 Reviewed by Philippe Normand.
3768 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
3769 update library version numbers.
3771 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
3773 [CMake] Bump the minimum required version
3774 https://bugs.webkit.org/show_bug.cgi?id=135382
3776 Reviewed by Gyuyoung Kim.
3778 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
3779 we introduced usage of target_include_directories().
3781 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
3783 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
3784 https://bugs.webkit.org/show_bug.cgi?id=135376
3786 Reviewed by Gyuyoung Kim.
3788 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
3790 * Source/cmake/OptionsEfl.cmake:
3791 * Source/cmake/OptionsGTK.cmake:
3793 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3795 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3796 https://bugs.webkit.org/show_bug.cgi?id=135288
3798 Reviewed by Martin Robinson.
3800 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3801 datadir to pkgconfig
3802 * Source/cmake/OptionsGTK.cmake: define install directories early
3803 enough to be used in FindGObjectIntrospection.cmake
3805 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3807 Remove CSS_EXCLUSIONS compile flag and leftover code
3808 https://bugs.webkit.org/show_bug.cgi?id=135175
3810 Reviewed by Zoltan Horvath.
3812 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
3813 stubs. This removes the flag and the useless code.
3815 * Source/cmake/WebKitFeatures.cmake:
3816 * Source/cmakeconfig.h.cmake:
3818 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
3820 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
3821 https://bugs.webkit.org/show_bug.cgi?id=135114
3823 Fix build with GStreamer 1.4
3825 Reviewed by Philippe Normand.
3827 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
3828 gst-mpegts component instead of the unstable 1.3.x verstions.
3830 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3832 [GTK] Simplify make-dist command line arguments
3833 https://bugs.webkit.org/show_bug.cgi?id=134832
3835 Reviewed by Martin Robinson.
3837 * Source/PlatformGTK.cmake: Use --version instead of
3838 --tarball-root when running make-dist.py.
3840 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3842 Add a manual test for r135044
3844 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3846 Rubber-stamped by Andy Estes.
3848 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3850 2014-07-18 Dana Burkart <dburkart@apple.com>
3852 Add a new 'analyze' target to the makefile. This will make use of a new
3853 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang