1 2015-10-13 Dean Jackson <dino@apple.com>
3 Device motion and orientation should only be visible from the main frame's security origin
4 https://bugs.webkit.org/show_bug.cgi?id=150072
5 <rdar://problem/23082036>
7 Reviewed by Brent Fulgham.
9 Add a manual test for cross-origin device orientation events, while
10 we're waiting on the mock client to be supported everywhere.
12 * ManualTests/deviceorientation-child-frame.html: Added.
13 * ManualTests/deviceorientation-main-frame-only.html: Added.
15 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
17 [GTK] OSX linker doesn't understand --whole-archive
18 https://bugs.webkit.org/show_bug.cgi?id=144557
20 Reviewed by Martin Robinson.
22 * Source/cmake/OptionsGTK.cmake: Turn the macro
23 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
24 because XCode's linker doesn't have the --whole-archive option.
26 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
28 [GTK] Use --version-script only on Linux
29 https://bugs.webkit.org/show_bug.cgi?id=144555
31 Reviewed by Philippe Normand.
33 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
34 option on Darwin (whose linker doesn't support it.)
36 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
38 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
39 https://bugs.webkit.org/show_bug.cgi?id=149947
41 Reviewed by Csaba Osztrogonác.
43 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
46 * Source/cmake/OptionsMac.cmake:
47 * Source/cmake/OptionsWin.cmake:
48 * Source/cmake/WebKitFeatures.cmake:
50 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
52 Fix ENABLE_OPENGL=OFF builds
53 https://bugs.webkit.org/show_bug.cgi?id=146511
55 Reviewed by Darin Adler.
57 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
58 ENABLE_OPENGL due to EGL usage.
60 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
62 Convert focused-input-should-assist-on-touch.html into an automated test
63 https://bugs.webkit.org/show_bug.cgi?id=149724
65 Reviewed by Simon Fraser.
67 Remove a manual test that can now be rewritten as an automated test.
69 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
71 2015-10-01 Brent Fulgham <bfulgham@apple.com>
73 [Win] Unreviewed CMake build fix.
75 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
76 and make sure exception handling is turned off.
78 2015-09-30 Brent Fulgham <bfulgham@apple.com>
80 [Win] Unreviewed build fix after CMake conversion.
82 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
84 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
86 [GTK][CMake] Warning about CMP0058
87 https://bugs.webkit.org/show_bug.cgi?id=149627
89 Reviewed by Martin Robinson.
91 Opt-in to the new behavior for CMP0058.
95 2015-09-28 Brent Fulgham <bfulgham@apple.com>
97 [Win] Unreviewed build fix for internal systems.
99 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
100 location for include and link libraries, rather than the system locations.
102 2015-09-28 Alex Christensen <achristensen@webkit.org>
104 Build WK1 with CMake on Mac
105 https://bugs.webkit.org/show_bug.cgi?id=149604
107 Reviewed by Chris Dumez.
109 * Source/cmake/OptionsMac.cmake:
110 * Source/cmake/WebKitMacros.cmake:
111 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
113 2015-09-25 Alex Christensen <achristensen@webkit.org>
115 Clean up CMake build on Mac
116 https://bugs.webkit.org/show_bug.cgi?id=149573
118 Reviewed by Chris Dumez.
120 * Source/cmake/OptionsMac.cmake:
122 2015-09-25 Alex Christensen <achristensen@webkit.org>
124 [Win] Switch to CMake
125 https://bugs.webkit.org/show_bug.cgi?id=148111
127 Reviewed by Brent Fulgham.
129 * Source/cmake/WinTools.make: Added.
130 * Source/cmake/tools: Added.
131 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
132 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
134 2015-09-25 Alex Christensen <achristensen@webkit.org>
136 Prepare internal AppleWin build for CMake
137 https://bugs.webkit.org/show_bug.cgi?id=149570
139 Reviewed by Brent Fulgham.
141 * Source/PlatformWin.cmake:
142 Include internal CMake files if they exist.
144 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
146 Add a file of pointer-lock to cmake ports
147 https://bugs.webkit.org/show_bug.cgi?id=149453
149 Reviewed by Csaba Osztrogonác.
151 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
153 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
155 [CMake] Allow to enable OpenMP support.
156 https://bugs.webkit.org/show_bug.cgi?id=149457
158 Reviewed by Csaba Osztrogonác.
160 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
161 will enable the support for OpenMP. Currently this is only used as
162 an alternative implementation to native threads for the parallelization
163 of the SVG filters. But name the option with a generic name (USE_OPENMP)
164 as it could be also used to enable future features that depend on OpenMP.
166 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
168 [EFL] Build break when DEVELOPER_MODE is OFF
169 https://bugs.webkit.org/show_bug.cgi?id=149448
171 Reviewed by Gyuyoung Kim.
173 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
175 * Source/cmake/eflsymbols.filter:
177 2015-09-21 Alex Christensen <achristensen@webkit.org>
179 Disable PICTURE_SIZES in Windows CMake build like r189745.
180 https://bugs.webkit.org/show_bug.cgi?id=149125
182 * Source/cmake/OptionsWin.cmake:
183 Do the same thing as r189745.
185 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
187 Removing XHR_TIMEOUT guard
189 Remove XHR_TIMEOUT compilation guard
190 https://bugs.webkit.org/show_bug.cgi?id=149260
192 Reviewed by Benjamin Poulain.
194 * Source/cmake/OptionsEfl.cmake:
195 * Source/cmake/OptionsGTK.cmake:
196 * Source/cmake/OptionsMac.cmake:
197 * Source/cmake/OptionsWin.cmake:
198 * Source/cmake/WebKitFeatures.cmake:
200 2015-09-18 Alex Christensen <achristensen@webkit.org>
202 Fix tests on Windows after switching to CMake.
203 https://bugs.webkit.org/show_bug.cgi?id=149339
205 Reviewed by Brent Fulgham.
207 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
209 2015-09-17 Alex Christensen <achristensen@webkit.org>
211 Fix Windows EWS build after r189934.
213 * Source/cmake/OptionsWin.cmake:
214 Use WEBKIT_LIBRARIES environment variable if it exists.
215 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
217 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
219 Add ShadowRoot interface and Element.prototype.attachShadow
220 https://bugs.webkit.org/show_bug.cgi?id=149187
222 Reviewed by Antti Koivisto.
224 * Source/cmake/OptionsGTK.cmake:
226 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
228 [cmake] Enable debug fission only if it is supported
229 https://bugs.webkit.org/show_bug.cgi?id=149161
231 Reviewed by Martin Robinson.
233 * Source/cmake/OptionsCommon.cmake:
235 2015-09-14 Alex Christensen <achristensen@webkit.org>
237 Progress towards CMake on Mac.
238 https://bugs.webkit.org/show_bug.cgi?id=149123
240 Reviewed by Chris Dumez.
242 * Source/cmake/OptionsMac.cmake:
243 * Source/cmake/WebKitFeatures.cmake:
244 Defined and enabled some more features needed on Mac.
245 * Source/cmake/WebKitMacros.cmake:
246 Objective C bindings need special changes when generating:
247 Some of the bindings do not generate a .mm file but the header is needed.
248 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
249 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
251 2015-09-08 Daniel Bates <dabates@apple.com>
253 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
254 https://bugs.webkit.org/show_bug.cgi?id=74729
255 <rdar://problem/22550195>
257 Reviewed by Jon Honeycutt.
259 * ManualTests/compositing/resources/composited-subframe.html: Removed.
260 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
262 2015-09-06 Andy Estes <aestes@apple.com>
264 WebKit.xcworkspace should be be able to build iOS platforms
265 https://bugs.webkit.org/show_bug.cgi?id=148881
267 Reviewed by Daniel Bates.
269 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
270 for all supported platforms.
272 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
273 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
275 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
277 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
278 photo library uploads a JPEG
279 https://bugs.webkit.org/show_bug.cgi?id=148849
281 Reviewed by Daniel Bates.
283 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
284 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
285 functionality doesn't exist on iOS, so we'll add a manual test.
286 This tests that the first few bytes of the selected file are "GIF".
288 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
290 Follow-up patch for r189343.
291 https://bugs.webkit.org/show_bug.cgi?id=148795
293 Rubber-stamped by Csaba Osztrogonác.
295 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
296 to 1.9, since this seems to be enough to fix the build failure.
297 And 2.0 may cause problems for developers using some distributions like Ubuntu.
299 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
301 [CMake] Trigger the memory-reduction tricks on armhf too
302 https://bugs.webkit.org/show_bug.cgi?id=146640
304 Reviewed by Csaba Osztrogonác.
306 * Source/cmake/OptionsCommon.cmake:
307 Activate --no-keep-memory even on armhf to reduce the amount of memory
308 needed during linking, to avoid out-of-memory failures as much as
311 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
313 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
314 https://bugs.webkit.org/show_bug.cgi?id=148795
316 Rubber-stamped by Carlos Garcia Campos.
318 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
320 2015-09-02 Alex Christensen <achristensen@webkit.org>
322 Make bison grammar compatible with bison 2.1
323 https://bugs.webkit.org/show_bug.cgi?id=148731
325 Reviewed by Tim Horton.
327 * Source/cmake/WebKitCommon.cmake:
330 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
332 [CMake] Build with Debug Fission on by default on Debug builds.
333 https://bugs.webkit.org/show_bug.cgi?id=148639
335 Reviewed by Martin Robinson.
337 * Source/cmake/OptionsCommon.cmake:
339 2015-08-29 Alex Christensen <achristensen@webkit.org>
341 Unreviewed build fix after r179923.
343 * Source/CMakeLists.txt:
344 bmalloc isn't ported to Windows yet.
346 2015-08-27 Alex Christensen <achristensen@webkit.org>
348 Isolate Source directories in CMake build
349 https://bugs.webkit.org/show_bug.cgi?id=148389
351 Reviewed by Brent Fulgham.
354 * Source/cmake/WebKitCommon.cmake:
355 Move package finding to WebKitCommon.
357 2015-08-26 Per Arne Vollan <peavo@outlook.com>
359 [Win] Build does not generate debug info.
360 https://bugs.webkit.org/show_bug.cgi?id=148431
362 Reviewed by Alex Christensen.
364 Generate debug info for Windows builds.
366 * Source/cmake/OptionsWin.cmake:
368 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
370 [GTK] Disable ACCELERATED_2D_CANVAS by default
371 https://bugs.webkit.org/show_bug.cgi?id=148473
373 Reviewed by Martin Robinson.
375 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
376 but not on Debian (which does not). We've known this was problematic for a while, since it
377 means we have two different sets of distro-dependent bugs, but never decided whether that
378 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
379 have the same bugs everywhere. We can turn this on again for other distros when we're ready
380 to turn it on for Debian.
382 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
385 * Source/cmake/OptionsGTK.cmake:
387 2015-08-25 Commit Queue <commit-queue@webkit.org>
389 Unreviewed, rolling out r188919.
390 https://bugs.webkit.org/show_bug.cgi?id=148452
392 broke build (Requested by alexchristensen on #webkit).
396 "[Win] Build does not generate debug info."
397 https://bugs.webkit.org/show_bug.cgi?id=148431
398 http://trac.webkit.org/changeset/188919
400 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
402 [GTK] r186800 broke the build on Ubuntu 14.04
403 https://bugs.webkit.org/show_bug.cgi?id=147559
405 Reviewed by Martin Robinson.
407 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
408 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
410 2015-08-25 Per Arne Vollan <peavo@outlook.com>
412 [Win] Build does not generate debug info.
413 https://bugs.webkit.org/show_bug.cgi?id=148431
415 Reviewed by Brent Fulgham.
417 Generate debug info for Windows builds.
419 * Source/cmake/OptionsWin.cmake:
421 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
423 [GTK] Auto-detection of cairo-gl fails
424 https://bugs.webkit.org/show_bug.cgi?id=148189
426 Reviewed by Žan Doberšek.
428 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
429 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
430 deemed available, which might not be the case.
431 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
433 2015-08-19 Alex Christensen <achristensen@webkit.org>
435 CMake Windows build should not include files directly from other Source directories
436 https://bugs.webkit.org/show_bug.cgi?id=148198
438 Reviewed by Brent Fulgham.
440 * Source/cmake/WebKitMacros.cmake:
442 2015-08-19 Alex Christensen <achristensen@webkit.org>
444 Build TestWTF on Mac with CMake.
445 https://bugs.webkit.org/show_bug.cgi?id=147972
447 Reviewed by Tim Horton.
449 * Source/cmake/OptionsMac.cmake:
450 Enable API tests in Mac's CMake build.
452 2015-08-18 Alex Christensen <achristensen@webkit.org>
454 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
455 https://bugs.webkit.org/show_bug.cgi?id=148127
457 Reviewed by Martin Robinson.
460 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
462 2015-08-17 Alex Christensen <achristensen@webkit.org>
464 [Win CMake] Allow WebKitLibraries directory to be set from the command line
465 https://bugs.webkit.org/show_bug.cgi?id=148112
467 Reviewed by Brent Fulgham.
469 * Source/cmake/OptionsWin.cmake:
470 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
471 Instead, use the default location if nothing is passed in from the command line.
472 This way we can set it from the command line for the AppleInternal build.
473 Also, set the output directories to be consistent between the old and new build systems (and ninja).
475 2015-08-17 Alex Christensen <achristensen@webkit.org>
477 Build Debug Suffix on Windows with CMake
478 https://bugs.webkit.org/show_bug.cgi?id=148083
480 Reviewed by Brent Fulgham.
482 * Source/cmake/OptionsWin.cmake:
483 Use debug libraries in debug suffix builds.
485 2015-08-17 Alex Christensen <achristensen@webkit.org>
487 Move some commands from ./CMakeLists.txt to Source/cmake
488 https://bugs.webkit.org/show_bug.cgi?id=148003
490 Reviewed by Brent Fulgham.
493 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
494 so we can change directory structure from command line parameters.
495 * Source/cmake/OptionsAppleWin.cmake:
496 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
497 * Source/cmake/OptionsWinCairo.cmake:
498 * Source/cmake/OptionsWindows.cmake: Removed.
499 * Source/cmake/WebKitCommon.cmake: Added.
500 * Source/cmake/WebKitFS.cmake:
502 2015-08-13 Commit Queue <commit-queue@webkit.org>
504 Unreviewed, rolling out r188428.
505 https://bugs.webkit.org/show_bug.cgi?id=148015
507 broke cmake build (Requested by alexchristensen on #webkit).
511 "Move some commands from ./CMakeLists.txt to Source/cmake"
512 https://bugs.webkit.org/show_bug.cgi?id=148003
513 http://trac.webkit.org/changeset/188428
515 2015-08-13 Alex Christensen <achristensen@webkit.org>
517 Move some commands from ./CMakeLists.txt to Source/cmake
518 https://bugs.webkit.org/show_bug.cgi?id=148003
520 Reviewed by Brent Fulgham.
523 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
524 so we can change directory structure from command line parameters.
525 * Source/cmake/WebKitCommon.cmake: Added.
526 * Source/cmake/WebKitFS.cmake:
528 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
530 A focused node should not be assisted when handling touch events synchronously
531 https://bugs.webkit.org/show_bug.cgi?id=147836
533 Reviewed by Enrica Casucci.
535 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
537 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
538 input can still be assisted due to a touch event.
539 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
540 event does not automatically cause us to assist the currently focused node.
542 2015-08-12 Alex Christensen <achristensen@webkit.org>
544 Fix Debug CMake builds on Windows
545 https://bugs.webkit.org/show_bug.cgi?id=147940
547 Reviewed by Chris Dumez.
549 * Source/cmake/OptionsWindows.cmake:
550 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
552 2015-08-10 Alex Christensen <achristensen@webkit.org>
554 Build TestWebKitAPI with CMake on Windows
555 https://bugs.webkit.org/show_bug.cgi?id=147851
557 Reviewed by Chris Dumez.
559 * Source/cmake/OptionsWindows.cmake:
560 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
562 2015-08-06 Alex Christensen <achristensen@webkit.org>
564 [Win] CMake build fix after r188098.
566 * Source/cmake/OptionsWinCairo.cmake:
567 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
569 2015-08-04 Alex Christensen <achristensen@webkit.org>
571 Fix quirks with CMake and VS2015
572 https://bugs.webkit.org/show_bug.cgi?id=147663
574 Reviewed by Brent Fulgham.
576 * Source/cmake/OptionsWindows.cmake:
577 Hide some warnings. Using the same variable names in nested scopes is ok for now.
578 Disable INTL for now.
580 2015-08-04 Alex Christensen <achristensen@webkit.org>
582 Enable WebGL on Windows CMake build.
583 https://bugs.webkit.org/show_bug.cgi?id=143311
585 Reviewed by Csaba Osztrogonác.
587 * Source/cmake/OptionsWindows.cmake:
588 Enable WebGL by default in CMake builds now that it works.
590 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
592 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
593 https://bugs.webkit.org/show_bug.cgi?id=147625
595 Reviewed by Martin Robinson.
597 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
598 components unless they were actually found, not to accidentally
599 enable Accelerated 2D canvas, which would cause the build to fail.
601 * Source/cmake/FindCairoGL.cmake: Set this variables only when
602 pkg_check_modules() had actually found the relevant component.
604 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
606 [CMake] Add an option to build AllInOne files
607 https://bugs.webkit.org/show_bug.cgi?id=102647
609 Reviewed by Alex Christensen.
611 * Source/cmake/OptionsEfl.cmake: Disabled by default.
612 * Source/cmake/OptionsGTK.cmake: Disabled by default.
613 * Source/cmake/OptionsWindows.cmake: Enabled by default.
614 * Source/cmake/WebKitFeatures.cmake:
615 * Source/cmake/WebKitMacros.cmake:
617 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
619 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
621 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
623 2015-07-31 Alex Christensen <achristensen@webkit.org>
625 Prepare for debug CMake builds on Windows.
626 https://bugs.webkit.org/show_bug.cgi?id=147484
628 Reviewed by Tim Horton.
630 * Source/cmake/OptionsWindows.cmake:
631 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
633 2015-07-30 Joonghun Park <jh718.park@samsung.com>
635 [EFL] Enable IndexedDB based on DatabaseProcess
636 https://bugs.webkit.org/show_bug.cgi?id=147221
638 Reviewed by Csaba Osztrogonác.
640 * Source/cmake/OptionsEfl.cmake:
642 2015-07-30 Alex Christensen <achristensen@webkit.org>
644 Build AppleWin port with CMake
645 https://bugs.webkit.org/show_bug.cgi?id=147385
647 Reviewed by Martin Robinson.
649 * Source/cmake/OptionsWindows.cmake:
650 Use the static multithreaded runtime. Based on
651 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
653 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
655 Implement basic types for ECMAScript Internationalization API
656 https://bugs.webkit.org/show_bug.cgi?id=146926
658 Reviewed by Benjamin Poulain.
660 Enable flag now that the basic objects are in place.
662 * Source/cmake/WebKitFeatures.cmake: enable INTL
664 2015-07-29 Basile Clement <basile_clement@apple.com>
666 Remove native call inlining
667 https://bugs.webkit.org/show_bug.cgi?id=147417
669 Rubber-stamped by Filip Pizlo.
671 * Source/cmake/OptionsEfl.cmake:
672 * Source/cmake/WebKitFeatures.cmake:
674 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
676 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
677 https://bugs.webkit.org/show_bug.cgi?id=147350
679 Reviewed by Sam Weinig.
681 * Source/cmake/WebKitFeatures.cmake:
683 2015-07-27 Alex Christensen <achristensen@webkit.org>
685 Use Ninja on Windows.
686 https://bugs.webkit.org/show_bug.cgi?id=147228
688 Reviewed by Martin Robinson.
690 * Source/cmake/OptionsWindows.cmake:
691 Only use /MP when using generated Visual Studio solution files to build.
692 It makes compiling parallel in MSVC, but Ninja doesn't like it.
694 2015-07-27 Alex Christensen <achristensen@webkit.org>
696 Progress towards building AppleWin with CMake
697 https://bugs.webkit.org/show_bug.cgi?id=147325
699 Reviewed by Martin Robinson.
701 * Source/cmake/OptionsWindows.cmake:
702 Link with 64-bit libraries if building 64-bit binaries.
703 Don't run regular expressions on empty strings when using Ninja.
704 Removed DebugSuffix Visual Studio environment variables.
706 2015-07-23 Alex Christensen <achristensen@webkit.org>
708 Remove compile and runtime flags for promises.
709 https://bugs.webkit.org/show_bug.cgi?id=147244
711 Reviewed by Yusuke Suzuki.
713 * Source/cmake/OptionsMac.cmake:
714 * Source/cmake/OptionsWindows.cmake:
715 * Source/cmake/WebKitFeatures.cmake:
717 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
719 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
720 https://bugs.webkit.org/show_bug.cgi?id=147212
722 Reviewed by Filip Pizlo.
724 * Source/cmake/WebKitFeatures.cmake:
726 2015-07-22 Alex Christensen <achristensen@webkit.org>
728 Fix quirks in CMake build on Mac and Windows
729 https://bugs.webkit.org/show_bug.cgi?id=147174
731 Reviewed by Gyuyoung Kim.
734 * Source/cmake/OptionsWindows.cmake:
735 Added options I removed in r187022. They are indeed needed.
736 * Source/cmake/WebKitFS.cmake:
737 Make the DerivedSources/WebKit directory.
739 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
741 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
743 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
745 2015-07-20 Alex Christensen <achristensen@webkit.org>
747 Resurrect CMake build on Windows.
748 https://bugs.webkit.org/show_bug.cgi?id=147083
750 Reviewed by Gyuyoung Kim.
752 * Source/cmake/OptionsCommon.cmake:
753 * Source/cmake/OptionsWindows.cmake:
754 Change features to get it to compile. Still not a complete feature set.
756 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
758 [GTK] Add seccomp filters support
759 https://bugs.webkit.org/show_bug.cgi?id=110014
761 Reviewed by Žan Doberšek.
763 Find needed compiler and linker flags for libseccomp.
765 * Source/cmake/OptionsGTK.cmake:
767 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
769 Bring back the GNU ar check to create thin archives on non-Linux systems
770 https://bugs.webkit.org/show_bug.cgi?id=146681
772 Reviewed by Martin Robinson.
774 We already use GNU ar thin archive feature to save time and disk space
775 on creating static archives, but it is only enabled on Linux. Without
776 this feature, the debug build of WebCore can be larger than 4 GiB,
777 which can cause error because GNU ar format uses 32-bit integer to
778 store offsets in the symbol table. This patch is similar to
779 https://bugs.webkit.org/show_bug.cgi?id=128596.
781 * Source/cmake/OptionsCommon.cmake:
783 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
785 [GTK] [Wayland] Build by default the X11 and Wayland targets.
786 https://bugs.webkit.org/show_bug.cgi?id=146057
788 Reviewed by Carlos Garcia Campos.
790 * Source/cmake/OptionsGTK.cmake:
792 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
794 [GTK] ar warning when linking static libraries
795 https://bugs.webkit.org/show_bug.cgi?id=144988
797 Reviewed by Carlos Garcia Campos.
799 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
800 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
801 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
802 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
803 should either stop using 'u' or else add 'U' as well in order to disable deterministic
804 archives. Using 'U' should result in a somewhat faster build (at least when using the
805 Makefile generator), but it's unlikely that the difference is significant, so let's simply
806 remove 'u' until someone determines otherwise. This seems like a better option than adding
807 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
808 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
809 behavior change on distributions that do not use --enable-deterministic-archives, notably
812 * Source/cmake/OptionsCommon.cmake:
814 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
816 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
817 https://bugs.webkit.org/show_bug.cgi?id=146590
819 Reviewed by Martin Robinson.
821 * Source/PlatformGTK.cmake: override the cached variables to
822 forcefully disable gtk-doc and gobject-introspection when
824 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
825 documentation syntax when cross-building.
828 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
830 [EFL] test_ewk2_application_cache_manager has been failed since r185527
831 https://bugs.webkit.org/show_bug.cgi?id=146016
833 Reviewed by Gyuyoung Kim.
835 In order to handle properly WebApplicationCacheManagerProxy implementation which use
836 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
837 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
839 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
841 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
843 Implement ECMAScript Internationalization API
844 https://bugs.webkit.org/show_bug.cgi?id=90906
846 Reviewed by Benjamin Poulain.
848 Begin implementing the Intl apis behind ENABLE_INTL flag.
849 Create the base Intl namespace object.
851 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
853 2015-06-30 Philippe Normand <pnormand@igalia.com>
855 [CMake] Error when gst-plugins-base is missing is too confusing
856 https://bugs.webkit.org/show_bug.cgi?id=145682
858 Reviewed by Carlos Garcia Campos.
860 * Source/cmake/OptionsGTK.cmake: Error out if the required
861 GStreamer libraries are not found on the host.
863 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
865 CairoGL should be checked unconditionally
866 https://bugs.webkit.org/show_bug.cgi?id=146390
868 Reviewed by Darin Adler.
870 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
871 it is run unconditionally; this is necessary because its result
872 is used later on, outside of any conditions.
874 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
876 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
877 https://bugs.webkit.org/show_bug.cgi?id=146318
879 Reviewed by Sergio Villar Senin.
881 Enable PUBLIC_SUFFIX_LIST for GTK+.
883 * Source/cmake/OptionsGTK.cmake:
885 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
887 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
889 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
891 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
893 [EFL] Hyphenation is not supported
894 https://bugs.webkit.org/show_bug.cgi?id=89830
896 Reviewed by Gyuyoung Kim.
898 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
900 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
902 [CMake] Add support for building with various sanitizer tools
903 https://bugs.webkit.org/show_bug.cgi?id=131941
905 Reviewed by Martin Robinson.
907 * Source/PlatformGTK.cmake: Don't generate any documentation
908 when compiling with sanitizers enabled.
909 * Source/cmake/OptionsCommon.cmake: Allow linking with
910 undefined symbols when compiling with sanitizers enabled.
912 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
914 libwebkit2gtk fails to link without opengl
915 https://bugs.webkit.org/show_bug.cgi?id=138332
917 Reviewed by Carlos Garcia Campos.
919 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
920 enabled regardless of whether OpenGL is, because certain symbols
921 such as WebCore::GraphicsLayer::create() need to be built.
923 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
925 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
926 https://bugs.webkit.org/show_bug.cgi?id=146181
928 Reviewed by Martin Robinson.
930 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
932 * Source/cmake/OptionsGTK.cmake:
934 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
936 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
937 https://bugs.webkit.org/show_bug.cgi?id=146171
939 Reviewed by Gyuyoung Kim.
941 * Source/cmake/OptionsEfl.cmake:
942 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
944 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
946 [CMake] FindGTK3.cmake should not modify the values of build options
947 https://bugs.webkit.org/show_bug.cgi?id=144613
949 Reviewed by Martin Robinson.
951 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
952 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
953 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
954 GTK3_SUPPORTS_GESTURES for consistency.
955 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
956 available. It's not possible to automatically select a backend correctly anymore, since all
957 options are set at the same time.
959 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
961 Remove unnecessary svn:executable flags
962 https://bugs.webkit.org/show_bug.cgi?id=146107
964 Reviewed by Alexey Proskuryakov.
966 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
967 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
968 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
969 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
970 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
972 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
974 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
975 https://bugs.webkit.org/show_bug.cgi?id=146108
977 Reviewed by Gyuyoung Kim.
979 * Source/cmake/OptionsEfl.cmake:
981 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
983 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
984 https://bugs.webkit.org/show_bug.cgi?id=146035
986 Reviewed by Gyuyoung Kim.
988 * Source/cmake/OptionsEfl.cmake:
990 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
992 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
993 https://bugs.webkit.org/show_bug.cgi?id=145701
995 Reviewed by Darin Adler.
997 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
999 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
1001 [iOS] Crash long pressing on <input type=file>
1002 https://bugs.webkit.org/show_bug.cgi?id=146009
1003 <rdar://problem/21234453>
1005 Reviewed by Ryosuke Niwa.
1007 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
1009 2015-06-16 Brent Fulgham <bfulgham@apple.com>
1011 Rollout accidental Xcode project change.
1013 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1015 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1017 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
1018 https://bugs.webkit.org/show_bug.cgi?id=145909
1020 Reviewed by Csaba Osztrogonác.
1022 Bump EWebKit version based on efl library version used by the EWebKit.
1024 * Source/cmake/OptionsEfl.cmake:
1026 2015-06-11 Commit Queue <commit-queue@webkit.org>
1028 Unreviewed, rolling out r185453.
1029 https://bugs.webkit.org/show_bug.cgi?id=145881
1031 it broke the 32-bit build (Requested by clopez on #webkit).
1035 "[GTK] [Wayland] Should be possible to build with support for
1036 both X11 and Wayland."
1037 https://bugs.webkit.org/show_bug.cgi?id=145701
1038 http://trac.webkit.org/changeset/185453
1040 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1042 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1043 https://bugs.webkit.org/show_bug.cgi?id=145701
1045 Reviewed by Žan Doberšek.
1047 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1049 2015-06-03 Daniel Bates <dabates@apple.com>
1051 Caps lock indicator should not be shown in read-only or disabled field
1052 https://bugs.webkit.org/show_bug.cgi?id=145612
1053 <rdar://problem/21227454>
1055 Reviewed by Darin Adler.
1057 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
1058 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
1059 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
1061 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
1063 [cmake] Suppress parentheses-equality warnings
1064 https://bugs.webkit.org/show_bug.cgi?id=145126
1066 Reviewed by Darin Adler.
1068 * Source/cmake/WebKitHelpers.cmake:
1070 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1072 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
1073 https://bugs.webkit.org/show_bug.cgi?id=145408
1075 Reviewed by Carlos Garcia Campos.
1077 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
1078 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
1079 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
1081 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
1082 libraries. Detect also GLX libraries.
1083 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
1084 libraries. Use find_path() to get the include path.
1085 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
1087 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
1088 depending on the libraries found on the system.
1089 Move the detection of GLX (and the include of CMakePushCheckState)
1090 to FindOpenGL.cmake.
1091 Ensure that we only define USE_GLX when we build with OpenGL
1092 (but not with GLESv2).
1094 2015-05-27 Dean Jackson <dino@apple.com>
1096 img.currentSrc problem in strict mode with old picturefill
1097 https://bugs.webkit.org/show_bug.cgi?id=144095
1098 <rdar://problem/21087013>
1100 Reviewed by Simon Fraser.
1102 Add a PICTURE_SIZES flag.
1104 * Source/cmake/OptionsEfl.cmake:
1105 * Source/cmake/OptionsGTK.cmake:
1106 * Source/cmake/OptionsMac.cmake:
1107 * Source/cmake/OptionsWindows.cmake:
1108 * Source/cmake/WebKitFeatures.cmake:
1110 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1112 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1114 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1116 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1118 Unreviewed. Export DatabaseProcessMainUnix symbol.
1120 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1121 is exported in production builds.
1123 * Source/cmake/gtksymbols.filter:
1125 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1127 [GTK] Enable IndexedDB
1128 https://bugs.webkit.org/show_bug.cgi?id=98932
1130 Reviewed by Žan Doberšek.
1132 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1133 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1135 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1137 [GTK] Bump GCC requirements to 4.9.0
1138 https://bugs.webkit.org/show_bug.cgi?id=145211
1140 Reviewed by Žan Doberšek.
1142 It's required to build with IndexedDB support when using GCC,
1143 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
1145 * Source/cmake/OptionsGTK.cmake:
1147 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
1149 [CMake] Ignore warnings in system headers
1150 https://bugs.webkit.org/show_bug.cgi?id=144747
1152 Reviewed by Darin Adler.
1154 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
1155 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
1156 use the SYSTEM argument to the command (added in 2.8.12).
1160 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
1162 [CMake] Error out when ruby is too old
1163 https://bugs.webkit.org/show_bug.cgi?id=145014
1165 Reviewed by Martin Robinson.
1167 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
1172 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
1174 [GTK] Enable plugin-related CMake options and variables for the X11 target only
1175 https://bugs.webkit.org/show_bug.cgi?id=144995
1177 Reviewed by Carlos Garcia Campos.
1179 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
1180 the X11 windowing target at the moment, so the following options
1181 and variables should be enabled or disabled accordingly:
1182 - ENABLE_PLUGIN_PROCESS_GTK2
1183 - ENABLE_NETSCAPE_PLUGIN_API
1184 - ENABLE_PLUGIN_PROCESS
1186 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
1188 Linker fails without -DDEVELOPER_MODE=ON
1189 https://bugs.webkit.org/show_bug.cgi?id=144117
1191 Reviewed by Gyuyoung Kim.
1193 * Source/cmake/OptionsEfl.cmake:
1194 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
1195 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
1197 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1199 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
1200 https://bugs.webkit.org/show_bug.cgi?id=144846
1202 Reviewed by Martin Robinson.
1204 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
1205 CAIRO_GL_* throughout, because find_package will define
1207 * Source/cmake/OptionsGTK.cmake: Ditto.
1209 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1211 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
1212 https://bugs.webkit.org/show_bug.cgi?id=144845
1214 Reviewed by Martin Robinson.
1216 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1217 if their corresponding WTF options are ON. The code in npapi.h
1218 relies on these being undefined if they are to be switched off.
1220 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1222 Remove the PICTURE_SIZES build flag
1223 https://bugs.webkit.org/show_bug.cgi?id=144679
1225 Reviewed by Benjamin Poulain.
1227 Removed the PICTURE_SIZES build time flag.
1229 * Source/cmake/OptionsEfl.cmake:
1230 * Source/cmake/OptionsGTK.cmake:
1231 * Source/cmake/OptionsMac.cmake:
1232 * Source/cmake/OptionsWindows.cmake:
1233 * Source/cmake/WebKitFeatures.cmake:
1235 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1237 [GTK] [CMake] Check for required X libraries
1238 https://bugs.webkit.org/show_bug.cgi?id=144823
1240 Reviewed by Martin Robinson.
1242 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1244 * Source/cmake/OptionsGTK.cmake:
1246 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1248 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1249 https://bugs.webkit.org/show_bug.cgi?id=144746
1251 Reviewed by Carlos Garcia Campos.
1253 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1254 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1255 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1257 * Source/cmake/OptionsGTK.cmake:
1259 2015-05-08 Daniel Bates <dabates@apple.com>
1261 [iOS] WebSQL operations are not performed after device is locked
1262 https://bugs.webkit.org/show_bug.cgi?id=137503
1263 <rdar://problem/20844952>
1265 Rubber-stamped by Alexey Proskuryakov.
1267 Add a manual test to help verify that we do not regress this issue.
1269 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1271 2015-05-08 Commit Queue <commit-queue@webkit.org>
1273 Unreviewed, rolling out r183945.
1274 https://bugs.webkit.org/show_bug.cgi?id=144789
1276 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1280 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1281 https://bugs.webkit.org/show_bug.cgi?id=144746
1282 http://trac.webkit.org/changeset/183945
1284 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1286 Cleanup after r183940
1287 https://bugs.webkit.org/show_bug.cgi?id=144768
1291 Looks like the empty directories were not deleted.
1293 * Source/PAL: Removed.
1294 * Source/PAL/Configurations: Removed.
1295 * Source/PAL/PAL.xcodeproj: Removed.
1296 * Source/PAL/graphics: Removed.
1298 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1300 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1301 https://bugs.webkit.org/show_bug.cgi?id=144746
1303 Reviewed by Martin Robinson.
1305 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1306 what it is defined to, so defining it to 0 effectively turned it on always.
1308 * Source/cmake/OptionsGTK.cmake:
1310 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1312 Revert "Introducing the Platform Abstraction Layer (PAL)"
1313 https://bugs.webkit.org/show_bug.cgi?id=144751
1317 PAL should be a new target inside WebCore, rather than a top-level folder.
1319 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1321 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1323 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1325 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1327 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1329 Introducing the Platform Abstraction Layer (PAL)
1330 https://bugs.webkit.org/show_bug.cgi?id=143358
1332 Reviewed by Simon Fraser.
1334 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1336 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1338 [cmake] Disable GNU Gold linker on Cortex A53
1339 https://bugs.webkit.org/show_bug.cgi?id=144382
1341 Reviewed by Carlos Garcia Campos.
1343 * Source/cmake/OptionsCommon.cmake:
1345 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1347 USE(...) macro should expect unprefixed variables
1348 https://bugs.webkit.org/show_bug.cgi?id=144454
1350 Reviewed by Daniel Bates.
1352 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1353 * Source/cmake/OptionsEfl.cmake: Ditto.
1354 * Source/cmake/OptionsGTK.cmake: Ditto.
1355 * Source/cmake/OptionsMac.cmake: Ditto.
1356 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1357 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1360 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1362 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1363 https://bugs.webkit.org/show_bug.cgi?id=144394
1365 Reviewed by Carlos Garcia Campos.
1367 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1368 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1369 disabled in previous reworking of the CMake configuration.
1371 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1372 version of USE variables.
1373 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1374 is exposed to the build.
1376 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1378 Unreviewed. Bump GTK+ version numbers.
1380 * Source/cmake/OptionsGTK.cmake:
1382 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1384 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1385 https://bugs.webkit.org/show_bug.cgi?id=144435
1387 Reviewed by Gyuyoung Kim.
1389 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1390 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1392 * Source/cmake/OptionsEfl.cmake:
1394 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1396 REGRESSION(183583): [Mac] make without SDKROOT has issues
1397 https://bugs.webkit.org/show_bug.cgi?id=144431
1399 Reviewed by Dan Bernstein.
1402 Assume an empty SDKROOT means an macosx variant, so only
1403 enable settings if the SDKROOT is not empty and does not
1406 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1408 Fix the GTK+ build after r183584
1410 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1412 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1414 [GTK] Add support for automatic hyphenation
1415 https://bugs.webkit.org/show_bug.cgi?id=44478
1417 Reviewed by Carlos Garcia Campos.
1419 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1420 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1421 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1423 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1425 Failure when building WebKit for appletvsimulator.
1426 https://bugs.webkit.org/show_bug.cgi?id=144356
1428 Reviewed by Alexey Proskuryakov.
1430 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1431 make TVOS and WatchOS behave correctly.
1435 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1437 [CMake] [GTK] Organize and clean up unused CMake variables
1438 https://bugs.webkit.org/show_bug.cgi?id=144364
1440 Reviewed by Gyuyoung Kim.
1442 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1443 specific to certain projects into their PlatformGTK.cmake files.
1445 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1447 [EFL] Build failure to find gio-unix
1448 https://bugs.webkit.org/show_bug.cgi?id=144083
1450 Reviewed by Gyuyoung Kim.
1452 Original patch by Doug Newgard <scimma22@outlook.com>
1454 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1456 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1458 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1459 https://bugs.webkit.org/show_bug.cgi?id=143001
1461 Reviewed by Gyuyoung Kim.
1463 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1464 * Source/cmake/OptionsGTK.cmake: Ditto.
1466 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1468 Unreviewed, fix typo in previous commit
1470 libsecretr -> libsecret in the error message.
1472 * Source/cmake/OptionsGTK.cmake:
1474 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1476 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1477 https://bugs.webkit.org/show_bug.cgi?id=143546
1479 Reviewed by Martin Robinson.
1481 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1482 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1483 default. Fail the build with an informative error message if an optional dependency required
1484 for an enabled feature is not present. Perform find_package commands only when necessary.
1485 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1488 * Source/cmake/OptionsGTK.cmake:
1490 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1492 [GTK] Make all options actually options
1493 https://bugs.webkit.org/show_bug.cgi?id=144106
1495 Reviewed by Martin Robinson.
1497 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1498 ENABLE_WAYLAND_TARGET.
1500 * Source/cmake/OptionsGTK.cmake:
1502 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1504 Unreviewed, fix GTK build after r183452
1506 * Source/cmake/OptionsGTK.cmake:
1508 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1510 [GTK] Add one single option to control all OpenGL-related options
1511 https://bugs.webkit.org/show_bug.cgi?id=144105
1513 Reviewed by Martin Robinson.
1515 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1516 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1517 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1518 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1519 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1520 presence of CairoGL.
1522 * Source/cmake/OptionsGTK.cmake:
1524 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1526 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1527 https://bugs.webkit.org/show_bug.cgi?id=144306
1529 Reviewed by Martin Robinson.
1531 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1533 * Source/cmake/OptionsGTK.cmake:
1535 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1537 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1538 https://bugs.webkit.org/show_bug.cgi?id=144193
1540 Reviewed by Darin Adler.
1542 * Source/cmake/OptionsEfl.cmake:
1543 * Source/cmake/OptionsGTK.cmake:
1544 * Source/cmake/OptionsWinCairo.cmake:
1545 * Source/cmake/WebKitFeatures.cmake:
1547 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1549 [CMake] Should be possible for an option to conflict with other options
1550 https://bugs.webkit.org/show_bug.cgi?id=143956
1552 Reviewed by Martin Robinson.
1554 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1556 * Source/cmake/WebKitFeatures.cmake:
1558 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1560 [CMake] Autogenerate cmakeconfig.h.cmake
1561 https://bugs.webkit.org/show_bug.cgi?id=143997
1563 Reviewed by Csaba Osztrogonác.
1565 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1566 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1567 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1568 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1569 Do some other miscellaneous related cleanup.
1570 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1571 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1572 build exposed variables. Add a macro to generate a configuration from them.
1573 * Source/cmakeconfig.h.cmake: Removed.
1575 2015-04-24 Philippe Normand <pnormand@igalia.com>
1577 [JHBuild] Move to upstream OpenWebRTC
1578 https://bugs.webkit.org/show_bug.cgi?id=144145
1580 Reviewed by Carlos Garcia Campos.
1582 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1585 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1587 [ES6] Implement ES6 template literals
1588 https://bugs.webkit.org/show_bug.cgi?id=142691
1590 Reviewed by Darin Adler.
1592 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1594 * Source/cmake/WebKitFeatures.cmake:
1595 * Source/cmakeconfig.h.cmake:
1597 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1599 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1600 https://bugs.webkit.org/show_bug.cgi?id=144182
1602 Reviewed by Simon Fraser.
1604 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1605 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1606 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1607 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1608 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1610 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1612 [GTK] Add more public options
1613 https://bugs.webkit.org/show_bug.cgi?id=144116
1615 Reviewed by Martin Robinson.
1617 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1619 * Source/cmake/OptionsGTK.cmake:
1621 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1623 [CMake] Some internal variables are not marked as advanced
1624 https://bugs.webkit.org/show_bug.cgi?id=143595
1626 Reviewed by Martin Robinson.
1628 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1629 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1631 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1633 [GTK] Mark as advanced the build options we don't want to expose
1634 https://bugs.webkit.org/show_bug.cgi?id=143558
1636 Reviewed by Martin Robinson.
1638 Mark various options as private instead of public.
1640 * Source/cmake/OptionsGTK.cmake:
1642 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1644 [CMake] Should be possible for an option to depend on multiple options
1645 https://bugs.webkit.org/show_bug.cgi?id=143839
1647 Reviewed by Martin Robinson.
1649 Use a list instead of a single variable to track the dependencies of each option. Iterate
1650 over the list as many times as necessary to ensure all options are properly disabled.
1652 * Source/cmake/WebKitFeatures.cmake:
1654 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1656 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1657 https://bugs.webkit.org/show_bug.cgi?id=144103
1659 Reviewed by Martin Robinson.
1661 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1663 * Source/cmake/WebKitFeatures.cmake:
1665 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1667 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1668 https://bugs.webkit.org/show_bug.cgi?id=144102
1670 Reviewed by Martin Robinson.
1672 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1673 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1674 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1676 * Source/cmake/OptionsGTK.cmake:
1678 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1680 [CMake] Clean up JSC JIT options
1681 https://bugs.webkit.org/show_bug.cgi?id=143998
1683 Reviewed by Filip Pizlo.
1685 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1686 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1687 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1688 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1689 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1690 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1692 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1694 [CMake] Use lowercase for local variables in macros
1695 https://bugs.webkit.org/show_bug.cgi?id=144059
1697 Reviewed by Martin Robinson.
1699 Convert some variable names to lowercase.
1701 * Source/cmake/WebKitFeatures.cmake:
1703 2015-04-22 Commit Queue <commit-queue@webkit.org>
1705 Unreviewed, rolling out r183116.
1706 https://bugs.webkit.org/show_bug.cgi?id=144060
1708 Inadvertently deleted a file... (Requested by mcatanzaro on
1713 "[CMake] Use lowercase for local variables in macros"
1714 https://bugs.webkit.org/show_bug.cgi?id=144059
1715 http://trac.webkit.org/changeset/183116
1717 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1719 [CMake] Use lowercase for local variables in macros
1720 https://bugs.webkit.org/show_bug.cgi?id=144059
1722 Reviewed by Martin Robinson.
1724 Convert some variable names to lowercase.
1726 * Source/cmake/WebKitFeatures.cmake:
1728 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1730 [CMake] Features list should print dots every other row
1731 https://bugs.webkit.org/show_bug.cgi?id=143832
1733 Reviewed by Martin Robinson.
1735 Discount private options when determining whether to print dots on a given row of the
1736 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1737 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1738 wasn't noticed because it only affects the first line, and use of the variable name as a
1739 string in a conditional.)
1741 * Source/cmake/WebKitFeatures.cmake:
1743 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1745 [CMake] Require specifying visibility of WebKit options
1746 https://bugs.webkit.org/show_bug.cgi?id=143831
1748 Reviewed by Alex Christensen.
1750 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1751 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1752 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1753 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1754 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1755 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1756 cross-platform options as PRIVATE.
1758 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1760 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1761 https://bugs.webkit.org/show_bug.cgi?id=143935
1763 Reviewed by Darin Adler.
1765 Some variables aren't defined in these files or unused variables aren't removed. This
1766 patch cleans up it as well as fix wrong alphabet order.
1768 * Source/cmake/WebKitFeatures.cmake:
1769 * Source/cmakeconfig.h.cmake:
1771 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1773 Restore the WebKit.xcworkspace to the way it was before r182899,
1774 which inadvertently added the Source directory and a couple of source
1777 * WebKit.xcworkspace/contents.xcworkspacedata:
1779 2015-04-16 Basile Clement <basile_clement@apple.com>
1781 Extract the allocation profile from JSFunction into a rare object
1782 https://bugs.webkit.org/show_bug.cgi?id=143807
1784 Reviewed by Filip Pizlo.
1786 * WebKit.xcworkspace/contents.xcworkspacedata:
1788 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1790 [EFL] Bump LLVM to version 3.6.0 on X86_64
1791 https://bugs.webkit.org/show_bug.cgi?id=143604
1793 Reviewed by Gyuyoung Kim.
1795 * Source/cmake/FindLLVM.cmake: Added version handling.
1796 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1798 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1800 Custom CSS cursors do not use -webkit-image-set on retina displays
1801 https://bugs.webkit.org/show_bug.cgi?id=120783
1803 Reviewed by Beth Dakin.
1804 Patch by Evan Wallace <evan.exe@gmail.com>.
1806 Add a manual test for custom CSS cursors on retina displays.
1808 * ManualTests/retina-cursors.html: Added.
1810 2015-04-15 Alex Christensen <achristensen@webkit.org>
1812 Progress towards CMake on Mac.
1813 https://bugs.webkit.org/show_bug.cgi?id=143785
1815 Reviewed by Csaba Osztrogonác.
1818 * Source/cmake/OptionsMac.cmake:
1819 * Source/cmake/WebKitFS.cmake:
1821 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1823 Cannot click "Next" button on Google two-factor auth setup page
1825 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1826 <rdar://problem/19175714>
1828 Reviewed by Darin Adler.
1830 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1832 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1834 [cmake] REGRESSION(182663): It broke feature dependency handling
1835 https://bugs.webkit.org/show_bug.cgi?id=143665
1837 Reviewed by Csaba Osztrogonác.
1839 Don't try to check the value of options before defining the options.
1841 * Source/cmake/WebKitFeatures.cmake:
1843 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1845 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1846 https://bugs.webkit.org/show_bug.cgi?id=143664
1848 Reviewed by Gyuyoung Kim.
1850 * Source/cmake/OptionsEfl.cmake:
1851 * Source/cmake/OptionsGTK.cmake:
1852 * Source/cmake/WebKitFeatures.cmake:
1853 * Source/cmakeconfig.h.cmake:
1855 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1857 [EFL] Enable Media Source
1858 https://bugs.webkit.org/show_bug.cgi?id=143635
1860 Reviewed by Csaba Osztrogonác.
1862 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1864 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1866 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1867 https://bugs.webkit.org/show_bug.cgi?id=143636
1869 Reviewed by Martin Robinson.
1871 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1872 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1874 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1875 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1877 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1879 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1881 Fix ENABLE_TOUCH_SLIDER so that it can be used
1885 * Source/cmake/WebKitFeatures.cmake:
1887 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1889 [CMake] Print sorted feature list at the very end of the configure process
1890 https://bugs.webkit.org/show_bug.cgi?id=143596
1892 Reviewed by Martin Robinson.
1894 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1895 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1896 and sort the options before printing. Reorder some code so that features still get
1897 propagated to the bindings generators.
1899 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1901 [CMake] Options should be marked as advanced by default
1902 https://bugs.webkit.org/show_bug.cgi?id=143572
1904 Reviewed by Gyuyoung Kim.
1906 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1907 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1908 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1909 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1910 option without making it public.
1912 * Source/cmake/WebKitFeatures.cmake:
1914 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1916 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1917 https://bugs.webkit.org/show_bug.cgi?id=143584
1919 Reviewed by Csaba Osztrogonác.
1921 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1925 * Source/CMakeLists.txt:
1926 * Source/cmake/OptionsGTK.cmake:
1927 * Source/cmake/WebKitFS.cmake:
1929 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1931 Unreviewed, revert accidental commit.
1935 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1937 Add CMake build system for WinCairo port.
1938 https://bugs.webkit.org/show_bug.cgi?id=115944
1940 Reviewed by Chris Dumez.
1942 * Source/cmake/OptionsWindows.cmake:
1943 * Source/cmake/WebKitMacros.cmake:
1944 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1946 2015-04-06 Alberto Garcia <berto@igalia.com>
1948 [GTK] Fix HPPA build
1949 https://bugs.webkit.org/show_bug.cgi?id=143453
1951 Reviewed by Darin Adler.
1953 Add HPPA to the list of supported CPUs.
1957 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1959 Unreviewed, kick the GTK bots to fix an incremental build issue.
1961 * Source/cmake/OptionsGTK.cmake:
1963 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1965 Fix the EFL and GTK build after r182243
1966 https://bugs.webkit.org/show_bug.cgi?id=143361
1968 Reviewed by Csaba Osztrogonác.
1970 * Source/PlatformEfl.cmake: Add a custom command that copies
1971 the InspectorBackendCommands.js file into the proper directory
1972 under DerivedSources/WebInspectorUI/.
1974 2015-04-01 Alex Christensen <achristensen@webkit.org>
1976 Progress towards CMake on Windows and Mac.
1977 https://bugs.webkit.org/show_bug.cgi?id=143293
1979 Reviewed by Filip Pizlo.
1982 Set DERIVED_SOURCES_WTF_DIR for Windows.
1983 * Source/CMakeLists.txt:
1984 Don't compile bmalloc on Windows.
1985 * Source/cmake/OptionsCommon.cmake:
1986 Use the absolute path of the C preprocessor.
1987 * Source/cmake/OptionsWinCairo.cmake:
1988 Added needed definitions.
1989 * Source/cmake/OptionsWindows.cmake:
1990 Set some default values and removed support for old Visual Studio versions before /MP.
1991 * Source/cmake/WebKitFS.cmake:
1992 Make WTF DerivedSources directory.
1993 * Source/cmake/WebKitMacros.cmake:
1994 Added ADD_PRECOMPILED_HEADER macro based on
1995 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1997 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1999 Use colored diagnostics when building with cmake + ninja + clang
2000 https://bugs.webkit.org/show_bug.cgi?id=143297
2002 Reviewed by Žan Doberšek.
2004 Because that ninja sets subprocess stdout/stderr to a pipe, clang
2005 disables colored output.
2006 This patch forces clang to use colored diagnostics when we are using
2009 * Source/cmake/OptionsCommon.cmake:
2011 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2013 [CMake] Update old CMakeList.txt in gtest
2014 https://bugs.webkit.org/show_bug.cgi?id=143192
2016 Reviewed by Darin Adler.
2018 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
2019 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
2020 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
2022 * Source/CMakeLists.txt:
2023 * Source/cmake/gtest/CMakeLists.txt: Removed.
2025 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2027 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
2028 https://bugs.webkit.org/show_bug.cgi?id=143138
2030 Reviewed by Csaba Osztrogonác.
2032 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
2033 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
2035 * Source/cmake/OptionsWindows.cmake:
2036 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
2037 * Source/cmake/WebKitMacros.cmake:
2039 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2041 [GStreamer] share GL context in pipeline, part 2
2042 https://bugs.webkit.org/show_bug.cgi?id=143049
2044 Reviewed by Carlos Garcia Campos.
2046 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
2047 OpenGL/ES2 is found and GLX/EGL is found too.
2049 2015-03-26 Alex Christensen <achristensen@webkit.org>
2051 Progress towards CMake on Mac.
2052 https://bugs.webkit.org/show_bug.cgi?id=143112
2054 Reviewed by Chris Dumez.
2056 * Source/cmake/OptionsMac.cmake:
2058 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
2060 [EFL] Add OpenWebRTC in jhbuild
2061 https://bugs.webkit.org/show_bug.cgi?id=142778
2063 Reviewed by Gyuyoung Kim.
2065 Original patch by Philippe Normand <pnormand@igalia.com>
2067 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
2068 mediastream build is enabled.
2070 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
2072 [GTK] Add a configure option to build without Redirected XComposite Window
2073 https://bugs.webkit.org/show_bug.cgi?id=142865
2075 Reviewed by Žan Doberšek.
2077 The Redirected XComposite Window was added to support some
2078 features like GtkOverlay, but in cases where we don't need such
2079 features, it's more efficient to use the XID of the WebKitWebView
2080 window as the native surface handle for the accelerated
2081 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
2082 that is enabled by default for X11 target when OpenGL is enabled.
2084 * Source/cmake/OptionsGTK.cmake:
2086 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
2088 [GTK] Search for the Wayland dependency when enabling Wayland target
2089 https://bugs.webkit.org/show_bug.cgi?id=142876
2091 Reviewed by Carlos Garcia Campos.
2093 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
2094 requirement of either the GTK+ or GDK pkg-config files, so we have to
2095 search for it ourselves when WebKitGTK+ has been configured to support
2096 the Wayland windowing target.
2098 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2100 Unreviewed, kick the GTK bots to regenerate makefile.
2101 https://bugs.webkit.org/show_bug.cgi?id=137394
2103 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
2104 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
2106 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2108 Unreviewed, kick the GTK bots to regenerate makefile.
2109 https://bugs.webkit.org/show_bug.cgi?id=137394
2111 * Source/cmake/OptionsEfl.cmake:
2113 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2115 [GTK] Fix inspector userinterface related incremental build issue
2116 https://bugs.webkit.org/show_bug.cgi?id=142849
2118 Reviewed by Carlos Garcia Campos.
2120 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2122 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2124 Unreviewed, kick the GTK bots to regenerate makefile.
2126 * Source/cmake/OptionsGTK.cmake:
2128 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2130 [EFL] Expose JavaScript binding interface through ewk_extension
2131 https://bugs.webkit.org/show_bug.cgi?id=142033
2133 Reviewed by Gyuyoung Kim.
2135 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2137 2015-03-17 Philippe Normand <pnormand@igalia.com>
2139 [GTK] basic OpenWebRTC build support
2140 https://bugs.webkit.org/show_bug.cgi?id=142393
2142 Reviewed by Carlos Garcia Campos.
2144 * Source/cmake/FindOpenWebRTC.cmake: Added.
2145 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
2146 mediastream build is enabled.
2148 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2150 [CMake][EFL] Build test tools only for developer mode
2151 https://bugs.webkit.org/show_bug.cgi?id=142761
2153 Reviewed by Csaba Osztrogonác.
2155 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
2157 * Source/cmake/OptionsEfl.cmake:
2158 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
2159 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
2160 * Source/cmakeconfig.h.cmake:
2162 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
2164 Enable ES6 classes by default
2165 https://bugs.webkit.org/show_bug.cgi?id=142774
2167 Reviewed by Gavin Barraclough.
2169 * Source/cmake/WebKitFeatures.cmake:
2171 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2173 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
2174 https://bugs.webkit.org/show_bug.cgi?id=142722
2176 Reviewed by Csaba Osztrogonác.
2178 Categorize to define cmake variables, to find necessary packages,
2179 use upper case for "glib_conponents" cmake variable name, re-arrange
2180 wrong alphabet sorting, and so on.
2182 * CMakeLists.txt: Remove WinCE port.
2183 * Source/cmake/OptionsEfl.cmake:
2185 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2187 [GStreamer] share GL context in pipeline
2188 https://bugs.webkit.org/show_bug.cgi?id=142693
2190 Reviewed by Philippe Normand.
2192 Add search of gstreamer-gl library in the GStreamer installation. If
2193 it is found, WTF_USE_GSTREAMER_GL macro is defined.
2195 * Source/cmake/FindGStreamer.cmake:
2196 * Source/cmake/OptionsGTK.cmake:
2198 2015-03-13 Alex Christensen <achristensen@webkit.org>
2200 Progress towards CMake on Mac.
2201 https://bugs.webkit.org/show_bug.cgi?id=142680
2203 Reviewed by Gyuyoung Kim.
2206 * Source/PlatformMac.cmake: Added stub.
2207 * Source/cmake/OptionsMac.cmake:
2208 Change defines to get CMake working.
2210 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2212 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
2213 https://bugs.webkit.org/show_bug.cgi?id=126688
2215 Reviewed by Gustavo Noronha Silva.
2217 Add ENABLE_MINIBROWSER option, enabled by default for development
2218 builds and disabled for production builds unless explicilty enabled.
2220 * Source/cmake/OptionsGTK.cmake:
2222 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2224 [GTK] Do not look for child processes in the UI process binary path
2225 https://bugs.webkit.org/show_bug.cgi?id=135752
2227 Reviewed by Gustavo Noronha Silva.
2229 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2230 build for development builds.
2232 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2234 [GTK] Add a configure option to build with OpenGL ES 2
2235 https://bugs.webkit.org/show_bug.cgi?id=142498
2237 Reviewed by Martin Robinson.
2239 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2240 GLES2 is required and OpenGL is not even searched. Otherwise we
2241 search for OpenGL as usual, using it only if present.
2243 * Source/cmake/OptionsGTK.cmake:
2245 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2247 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2248 https://bugs.webkit.org/show_bug.cgi?id=142338
2250 Reviewed by Gyuyoung Kim.
2252 * Source/cmake/WebKitHelpers.cmake:
2254 2015-03-03 Daniel Bates <dabates@apple.com>
2256 Convert ManualTests/svg-tooltip.svg to a DRT test
2257 https://bugs.webkit.org/show_bug.cgi?id=140480
2259 Reviewed by Alex Christensen.
2261 * ManualTests/svg-tooltip.svg: Removed.
2263 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2265 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2266 https://bugs.webkit.org/show_bug.cgi?id=142165
2268 Reviewed by Carlos Garcia Campos.
2270 * Source/cmake/gtksymbols.filter:
2272 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2274 [EFL] Remove unnecessary comment after r179110
2275 https://bugs.webkit.org/show_bug.cgi?id=142042
2277 Reviewed by Gyuyoung Kim.
2279 * Source/cmake/OptionsEfl.cmake:
2281 2015-02-23 Tomas Popela <tpopela@redhat.com>
2283 [GTK] Fails to compile with cmake 3.2.x
2284 https://bugs.webkit.org/show_bug.cgi?id=141796
2286 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2287 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2288 added and the build will fail.
2290 Reviewed by Martin Robinson.
2292 * Source/cmake/OptionsGTK.cmake:
2294 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2296 Remove svn:keywords property.
2298 As far as I can tell, the property had no effect on any of these files, but also,
2299 when it has effect it's likely harmful.
2301 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2302 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2303 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2304 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2305 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2306 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2307 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2308 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2309 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2310 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2311 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2312 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2313 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2314 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2316 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2318 [CMAKE] Remove CMakeLists.txt in WK1 port
2319 https://bugs.webkit.org/show_bug.cgi?id=141617
2321 Reviewed by Anders Carlsson.
2323 Nobody uses CMake in WK1 port. Remove it.
2327 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2329 Unreviewed, remove empty directories.
2331 * ManualTests/qt: Removed.
2333 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2335 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2336 https://bugs.webkit.org/show_bug.cgi?id=141481
2338 Reviewed by Csaba Osztrogonác.
2340 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2342 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2344 [EFL][GTK] Use bmalloc instead of tcmalloc
2345 https://bugs.webkit.org/show_bug.cgi?id=140162
2347 Reviewed by Carlos Garcia Campos.
2349 Add bmalloc directory to build list.
2351 * CMakeLists.txt: Define BMALLOC_DIR directory.
2352 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2354 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2356 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2357 https://bugs.webkit.org/show_bug.cgi?id=141392
2359 Reviewed by Gustavo Noronha Silva.
2361 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2363 * Source/cmake/OptionsGTK.cmake:
2365 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2367 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2368 https://bugs.webkit.org/show_bug.cgi?id=141328
2370 Reviewed by Darin Adler.
2372 Added as manual test because it involves a huge grid allocation
2373 which is very slow on Debug bots, the only ones capable to trigger
2376 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2378 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2380 [Streams API] Implement a barebone ReadableStream interface
2381 https://bugs.webkit.org/show_bug.cgi?id=141045
2383 Reviewed by Benjamin Poulain.
2385 * Source/cmake/WebKitFeatures.cmake:
2386 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2388 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2390 Revert accidental change in r179490.
2394 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2396 Unreviewed, revert accidental change to Makefile.shared in r179478
2400 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2402 [CMake] Minimum python version should be 2.7.
2403 https://bugs.webkit.org/show_bug.cgi?id=140997
2405 Reviewed by Csaba Osztrogonác.
2409 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2411 Apply feTurbulence spec change to fix zero length vector generation
2412 https://bugs.webkit.org/show_bug.cgi?id=140812
2414 Reviewed by Darin Adler.
2416 Recently a bug with the turbulence algorithm was corrected in the
2417 Filter Effects specification.
2418 For some seed values this bug allowed zero length vectors to be generated.
2419 This resulted in large solid color squares being present in the generated image.
2420 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2421 applies that change in WebCore.
2423 Test: svg/filters/feTurbulence_bad_seeds.html
2425 * platform/graphics/filters/FETurbulence.cpp:
2426 (WebCore::FETurbulence::initPaint):
2427 Added rejection sampling during vector generation to avoid zero length vectors.
2429 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2431 [cmake] Remove compiler version calculate cruft
2432 https://bugs.webkit.org/show_bug.cgi?id=140885
2434 Reviewed by Darin Adler.
2436 * Source/cmake/WebKitHelpers.cmake:
2438 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2440 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2441 https://bugs.webkit.org/show_bug.cgi?id=140886
2443 Reviewed by Žan Doberšek.
2445 * Source/cmake/WebKitHelpers.cmake:
2447 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2449 [GTK] gtkdoc does not appear in DevHelp
2450 https://bugs.webkit.org/show_bug.cgi?id=139369
2452 Reviewed by Philippe Normand.
2454 Expect the gtkdoc to be generated in folders named with the API version.
2456 * Source/PlatformGTK.cmake:
2458 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2460 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2461 https://bugs.webkit.org/show_bug.cgi?id=140609
2463 Reviewed by Csaba Osztrogonác.
2465 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2466 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2467 compilation flags. Those were added after the jsCStack branch merge, but
2468 can now be removed since the -ftree-dce issues were fixed in GCC, and
2469 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2471 * Source/cmake/OptionsEfl.cmake:
2472 * Source/cmake/OptionsGTK.cmake:
2474 2015-01-26 Commit Queue <commit-queue@webkit.org>
2476 Unreviewed, rolling out r179107.
2477 https://bugs.webkit.org/show_bug.cgi?id=140880
2479 The GCC in the bots doesn't support the AsyncTask
2480 implementation (Requested by KaL on #webkit).
2484 "[GTK] Enable IndexedDB"
2485 https://bugs.webkit.org/show_bug.cgi?id=98932
2486 http://trac.webkit.org/changeset/179107
2488 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2490 [GTK] Enable IndexedDB
2491 https://bugs.webkit.org/show_bug.cgi?id=98932
2493 Reviewed by Žan Doberšek.
2495 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2496 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2498 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2500 [GTK] Add initial database process support
2501 https://bugs.webkit.org/show_bug.cgi?id=139491
2503 Reviewed by Sergio Villar Senin.
2505 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2507 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2509 Add a build flag for ES6 class syntax
2510 https://bugs.webkit.org/show_bug.cgi?id=140760
2512 Reviewed by Michael Saboff.
2514 * Source/cmake/WebKitFeatures.cmake:
2515 * Source/cmakeconfig.h.cmake:
2517 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2519 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2520 https://bugs.webkit.org/show_bug.cgi?id=140049
2522 Reviewed by Gyuyoung Kim.
2524 * Source/cmake/OptionsCommon.cmake:
2526 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2528 Remove ENABLE(INSPECTOR) ifdef guards
2529 https://bugs.webkit.org/show_bug.cgi?id=140668
2531 Reviewed by Darin Adler.
2533 * Source/PlatformEfl.cmake:
2534 * Source/cmake/OptionsEfl.cmake:
2535 * Source/cmake/OptionsGTK.cmake:
2536 * Source/cmake/OptionsMac.cmake:
2537 * Source/cmake/WebKitFeatures.cmake:
2538 * Source/cmakeconfig.h.cmake:
2540 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2542 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2544 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2546 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2548 [CMAKE] Fix cmake warning
2549 https://bugs.webkit.org/show_bug.cgi?id=140497
2551 Reviewed by Gustavo Noronha Silva.
2553 r173155 already tried to fix cmake warning though, the warning is still exist.
2554 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2555 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2556 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2557 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2558 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2562 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2564 [GTK] Generate the make dist manifest from a CMake template file
2565 https://bugs.webkit.org/show_bug.cgi?id=139387
2567 Reviewed by Martin Robinson.
2569 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2570 distcheck targets for developer builds, as they won't work when
2571 building from a tarball because the manifest is not distributed.
2573 * Source/PlatformGTK.cmake:
2575 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2577 Remove ENABLE(SQL_DATABASE) guards
2578 https://bugs.webkit.org/show_bug.cgi?id=140434
2580 Reviewed by Darin Adler.
2582 * Source/cmake/OptionsMac.cmake:
2583 * Source/cmake/WebKitFeatures.cmake:
2584 * Source/cmakeconfig.h.cmake:
2586 2015-01-11 Sam Weinig <sam@webkit.org>
2588 Remove support for SharedWorkers
2589 https://bugs.webkit.org/show_bug.cgi?id=140344
2591 Reviewed by Anders Carlsson.
2593 * Source/cmake/OptionsEfl.cmake:
2594 * Source/cmake/OptionsGTK.cmake:
2595 * Source/cmake/OptionsMac.cmake:
2596 * Source/cmake/WebKitFeatures.cmake:
2597 * Source/cmakeconfig.h.cmake:
2599 2015-01-10 Dan Bernstein <mitz@apple.com>
2601 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2602 https://bugs.webkit.org/show_bug.cgi?id=140339
2604 Reviewed by Mark Rowe.
2606 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2607 prevents unnecessary rebuilding due to PATH differences.
2609 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2611 [GTK][ThreadedCompositor] Add support for threaded compositor.
2612 https://bugs.webkit.org/show_bug.cgi?id=118265
2614 Reviewed by Martin Robinson.
2616 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2617 autotools build systems. The feature is disabled by default.
2618 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2619 from the feature flags.
2621 * Source/cmake/OptionsEfl.cmake:
2622 * Source/cmake/OptionsGTK.cmake:
2623 * Source/cmake/WebKitFeatures.cmake:
2624 * Source/cmakeconfig.h.cmake:
2626 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2628 Simplify building with ASan
2629 https://bugs.webkit.org/show_bug.cgi?id=139916
2631 Reviewed by Mark Rowe.
2633 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2635 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2637 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2639 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2641 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2643 Null dereference performing a "TapAndAHalf" gesture in Google search field
2645 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2646 <rdar://problem/19028828>
2648 Reviewed by Darin Adler.
2650 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2652 2014-12-10 Dean Jackson <dino@apple.com>
2654 Blur filter performance test doesn't provide results
2655 https://bugs.webkit.org/show_bug.cgi?id=139462
2657 Reviewed by Sam Weinig.
2659 This can't currently work under our performance test
2660 infrastructure. Move it to a manual test to avoid
2661 putting FAILures into the results.
2663 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2665 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2667 [GTK][WK2] Add HTML5 Notifications support
2668 https://bugs.webkit.org/show_bug.cgi?id=61140
2670 Reviewed by Carlos Garcia Campos.
2672 * Source/cmake/FindLibNotify.cmake: Added.
2673 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2674 libnotify and use it for a default implementation when found.
2676 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2678 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2679 https://bugs.webkit.org/show_bug.cgi?id=138100
2681 Reviewed by Simon Fraser.
2683 DRT causes an extra paint which makes it impossible to test this with
2686 * ManualTests/float-layer-not-painting.html: Added.
2688 2014-12-07 Alberto Garcia <berto@igalia.com>
2690 [GTK] WebKit has a new required dependency on GnuTLS
2691 https://bugs.webkit.org/show_bug.cgi?id=136158
2693 Reviewed by Martin Robinson.
2695 Detect if GnuTLS is installed and enable or disable subtle crypto
2696 support accordingly.
2698 * Source/cmake/OptionsGTK.cmake:
2700 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2702 [GTK] Missing API detected in GObject DOM bindings after r176630
2703 https://bugs.webkit.org/show_bug.cgi?id=139201
2705 Reviewed by Gustavo Noronha Silva.
2707 Change GENERATE_BINDINGS macro to receive a list of optional
2708 additional dependencies, so that we can add more dependecies
2709 without having to change the macro.
2711 * Source/cmake/WebKitMacros.cmake:
2713 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2715 Programmatic scrolling and content changes are not always synchronized
2716 https://bugs.webkit.org/show_bug.cgi?id=139245
2717 rdar://problem/18833612
2719 Reviewed by Anders Carlsson.
2721 Manual test that tries to sync layout with programmatic scrolling.
2723 * ManualTests/programmatic-scroll-flicker.html: Added.
2725 2014-12-04 Alberto Garcia <berto@igalia.com>
2727 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2728 https://bugs.webkit.org/show_bug.cgi?id=136576
2730 Reviewed by Carlos Garcia Campos.
2732 CMake should complain if Accelerated 2D Canvas is explicitly
2733 enabled but cairo-gl is not found.
2735 * Source/cmake/OptionsGTK.cmake:
2737 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2739 [EFL] Add subtle crypto to the build system
2740 https://bugs.webkit.org/show_bug.cgi?id=138612
2742 Reviewed by Csaba Osztrogonác.
2744 * Source/cmake/OptionsEfl.cmake:
2746 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2748 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2749 https://bugs.webkit.org/show_bug.cgi?id=139085
2751 Reviewed by Andreas Kling.
2753 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2754 * Source/cmake/WebKitFeatures.cmake: ditto.
2755 * Source/cmakeconfig.h.cmake: ditto.
2757 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2759 [EFL] Drop support for the EFL 1.7
2760 https://bugs.webkit.org/show_bug.cgi?id=139114
2762 Reviewed by Gyuyoung Kim.
2764 * Source/cmake/EFLHelpers.cmake: Removed.
2765 * Source/cmake/FindEcore.cmake: Removed.
2766 * Source/cmake/FindEdje.cmake: Removed.
2767 * Source/cmake/FindEet.cmake: Removed.
2768 * Source/cmake/FindEeze.cmake: Removed.
2769 * Source/cmake/FindEfreet.cmake: Removed.
2770 * Source/cmake/FindEina.cmake: Removed.
2771 * Source/cmake/FindElementary.cmake: Removed.
2772 * Source/cmake/FindEvas.cmake: Removed.
2773 * Source/cmake/OptionsEfl.cmake:
2775 2014-11-28 Philippe Normand <pnormand@igalia.com>
2777 [CMake] Build failure against GStreamer git master
2778 https://bugs.webkit.org/show_bug.cgi?id=138872
2780 Reviewed by Csaba Osztrogon.
2782 * Source/cmake/FindGStreamer.cmake: Simplified the
2783 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2784 headers lookup, there's no need to do this manually. Also
2785 explicitely check the version specified in GStreamer_FIND_VERSION.
2787 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2789 [EFL] Remove E_Dbus dependency
2790 https://bugs.webkit.org/show_bug.cgi?id=136355
2792 Reviewed by Gyuyoung Kim.
2794 * Source/cmake/FindE_DBus.cmake: Removed.
2795 * Source/cmake/OptionsEfl.cmake:
2797 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2799 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2801 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2803 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2805 [CMake] Use ld.gold if it is available to speedup builds
2806 https://bugs.webkit.org/show_bug.cgi?id=137953
2808 Reviewed by Carlos Garcia Campos.
2810 * Source/cmake/OptionsCommon.cmake:
2812 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2814 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2815 https://bugs.webkit.org/show_bug.cgi?id=138840
2817 Reviewed by Csaba Osztrogonác.
2819 * Source/cmake/OptionsCommon.cmake:
2821 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2823 Remove Source/Platform cruft
2824 https://bugs.webkit.org/show_bug.cgi?id=138658
2826 Reviewed by Anders Carlsson.
2829 * Source/Platform: Removed.
2831 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2833 Enable Cortex-A53-specific code paths by default if core is detected.
2834 https://bugs.webkit.org/show_bug.cgi?id=138499
2836 Reviewed by Csaba Osztrogonác.
2838 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2839 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2842 Since on ARM64/Linux the part number that cpuinfo reports depends on
2843 the core the query is run on, the check is bound to and executed on the
2844 available cores one by one.
2846 * Source/cmake/OptionsCommon.cmake:
2848 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2850 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2851 https://bugs.webkit.org/show_bug.cgi?id=138498
2853 Reviewed by Csaba Osztrogonác.
2855 * Source/cmake/OptionsEfl.cmake:
2857 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2859 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2860 https://bugs.webkit.org/show_bug.cgi?id=138465
2862 Reviewed by Gyuyoung Kim.
2864 * Source/cmake/OptionsEfl.cmake:
2866 2014-11-03 Dean Jackson <dino@apple.com>
2868 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2869 https://bugs.webkit.org/show_bug.cgi?id=138362
2871 Reviewed by Tim Horton.
2873 Add a new feature define for Level 2 of CSS Filters.
2874 http://dev.w3.org/fxtf/filters-2/
2876 * Source/cmake/OptionsEfl.cmake:
2877 * Source/cmake/OptionsGTK.cmake:
2878 * Source/cmake/OptionsMac.cmake:
2879 * Source/cmake/WebKitFeatures.cmake:
2880 * Source/cmakeconfig.h.cmake:
2882 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2884 Workaround for Cortex-A53 erratum 835769
2885 https://bugs.webkit.org/show_bug.cgi?id=138315
2887 Reviewed by Filip Pizlo.
2889 This patch introduces CMake variable and preprocessor macro
2890 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2891 code paths, if set true.
2893 * Source/cmake/OptionsCommon.cmake:
2894 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2896 * Source/cmakeconfig.h.cmake:
2897 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2899 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2901 [GTK] Fix the build of FTL JIT
2902 https://bugs.webkit.org/show_bug.cgi?id=138298
2904 Reviewed by Carlos Garcia Campos.
2906 * Source/cmake/OptionsGTK.cmake:
2907 Remove the need for the LIBCXXABI package.
2909 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2911 REGRESSION(CMake): Make it possible to build without introspection
2912 https://bugs.webkit.org/show_bug.cgi?id=138006
2914 Reviewed by Philippe Normand.
2916 Add ENABLE_INTROSPECTION option.
2918 * Source/PlatformGTK.cmake: Dot not add gir global target if
2919 introspection is disabled.
2920 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2921 introspection is disabled.
2923 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2925 [GTK] Support script message handlers WebKitUserContentManager
2926 https://bugs.webkit.org/show_bug.cgi?id=133730
2928 Reviewed by Carlos Garcia Campos.
2930 Support user script message handlers in WebKitUserContentManager.
2931 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2932 an option is added to the CMake build files. The option is disabled
2933 globally by default, and the WebKitGTK port enables it. On the API
2934 level, two new methods to register and unregister names are provided
2935 in the "window.webkit" namespace, and on message reception the
2936 "WebKitUserContentManager::script-message-received" signal is
2937 emitted, using the registered names as signal detail.
2939 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2940 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2941 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2942 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2944 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2946 [GTK] Bump libsoup's minimum version to 2.42.0.
2947 https://bugs.webkit.org/show_bug.cgi?id=138086
2949 Reviewed by Martin Robinson.
2951 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2952 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2953 the minimum version required to build the port these days.
2955 In addition, since the autotools build system required 2.42.0 before
2956 being retired, require the same version here. Version 2.42.0 was also
2958 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2960 * Source/cmake/OptionsGTK.cmake:
2962 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2964 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2965 https://bugs.webkit.org/show_bug.cgi?id=138132
2967 Reviewed by Csaba Osztrogonác.
2969 * Source/cmake/OptionsEfl.cmake:
2971 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2973 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2975 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2977 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2979 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2980 https://bugs.webkit.org/show_bug.cgi?id=137946
2982 Reviewed by Gyuyoung Kim.
2984 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2986 * Source/cmake/OptionsEfl.cmake:
2988 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2990 Fix FTL Native Inlining for EFL
2991 https://bugs.webkit.org/show_bug.cgi?id=137774
2993 Reviewed by Michael Saboff.
2995 Updated CMake for FTL Native Inlining.
2998 * Source/cmake/FindClang.cmake: Added.
2999 * Source/cmake/OptionsEfl.cmake:
3000 * Source/cmakeconfig.h.cmake:
3002 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
3004 Web Inspector: Generate all Inspector domains together in JavaScriptCore
3005 https://bugs.webkit.org/show_bug.cgi?id=137748
3007 Reviewed by Brian Burg.
3009 * Source/PlatformEfl.cmake:
3011 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
3013 [GTK] Add initial gestures support
3014 https://bugs.webkit.org/show_bug.cgi?id=137812
3016 Reviewed by Sergio Villar Senin.
3018 Check if the GTK+ version supports gestures or not.
3020 * Source/cmake/FindGTK3.cmake:
3021 * Source/cmake/OptionsGTK.cmake:
3023 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
3025 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
3026 https://bugs.webkit.org/show_bug.cgi?id=137781
3028 Reviewed by Martin Robinson.
3030 We used to enable smooth scrolling unconditionally in autotools
3031 (via WebKitFeatures.m4), but since the switch to CMake it's
3032 unconditionally disabled, so changing the setting doesn't have any
3035 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
3037 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
3039 Removing CUSTOM_PROTOCOLS guard
3040 https://bugs.webkit.org/show_bug.cgi?id=137741
3042 Reviewed by Benjamin Poulain.
3044 * Source/cmake/OptionsEfl.cmake:
3046 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
3048 [EFL] Enable WebP support.
3049 https://bugs.webkit.org/show_bug.cgi?id=136156
3051 Reviewed by Gyuyoung Kim.
3053 Add WebP package finding rule.
3055 * Source/cmake/OptionsEfl.cmake:
3057 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
3059 [EFL] Enable custom URI schemes with CustomProtocols
3060 https://bugs.webkit.org/show_bug.cgi?id=128177
3062 Reviewed by Gyuyoung Kim.
3064 Fixing ewk_context_url_scheme_register() ewebkit2 API
3065 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
3067 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
3069 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
3071 Bump version to 2.7.0
3072 https://bugs.webkit.org/show_bug.cgi?id=137301
3074 Rubber-stamped by Carlos Garcia Campos.
3076 * Source/cmake/OptionsGTK.cmake: Bump version numbers
3078 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3080 [EFL] Rename TEST_THEME_DIR macro
3081 https://bugs.webkit.org/show_bug.cgi?id=137244
3083 Reviewed by Csaba Osztrogonác.
3085 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
3087 2014-09-27 Dan Bernstein <mitz@apple.com>
3089 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
3090 https://bugs.webkit.org/show_bug.cgi?id=137053
3092 Reviewed by Mark Rowe.
3094 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3095 In the build pre-action, pass the --wksi and --llvm options to
3096 copy-webkitlibraries-to-product-directory.
3097 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
3099 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
3101 [GTK] Enable CSS_IMAGE_SET in production builds
3102 https://bugs.webkit.org/show_bug.cgi?id=137142
3104 Reviewed by Alejandro G. Castro.
3106 This is required by the inspector to show some of the icons that
3107 has a HiDPI variant.
3109 * Source/cmake/OptionsGTK.cmake:
3111 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
3113 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
3114 https://bugs.webkit.org/show_bug.cgi?id=136377
3116 Reviewed by Philippe Normand.
3118 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
3119 for CMake versions less than 3.
3121 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
3123 Remove WinCE port from trunk
3124 https://bugs.webkit.org/show_bug.cgi?id=136951
3126 Reviewed by Alex Christensen.
3128 * Source/cmake/OptionsWinCE.cmake: Removed.
3129 * Source/cmake/WebKitPackaging.cmake:
3131 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
3133 [EFL][GTK] Remove WebKit1 related codes
3134 https://bugs.webkit.org/show_bug.cgi?id=136853
3136 Reviewed by Csaba Osztrogonác.
3138 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
3141 * Source/PlatformGTK.cmake:
3143 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3146 https://bugs.webkit.org/show_bug.cgi?id=136820
3148 Reviewed by Csaba Osztrogonác.
3150 * Source/cmake/FindICU.cmake:
3152 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
3154 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
3155 https://bugs.webkit.org/show_bug.cgi?id=136814
3157 Reviewed by Philippe Normand.
3159 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
3160 We bundle the wayland-egl dependency with wayland-client and wayland-server
3161 and store the resulting variables with the WAYLAND_ prefix. Because of this
3162 this line wasn't exporting anything useful.
3164 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
3166 URTBF after r173574.
3168 * Source/cmake/WebKitMacros.cmake:
3170 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
3172 [JavaScriptCore] Fix FTL on platform EFL.
3173 https://bugs.webkit.org/show_bug.cgi?id=133571
3175 Reviewed by Filip Pizlo.
3179 * Source/cmake/FindLIBCXXABI.cmake: Removed.
3180 * Source/cmake/OptionsEfl.cmake:
3182 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3185 https://bugs.webkit.org/show_bug.cgi?id=136571
3187 Reviewed by Darin Adler.
3189 * Source/cmake/OptionsEfl.cmake:
3190 * Source/cmake/OptionsGTK.cmake:
3191 * Source/cmake/OptionsMac.cmake:
3192 * Source/cmake/WebKitFeatures.cmake:
3193 * Source/cmakeconfig.h.cmake:
3195 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3197 Remove CSS_FILTERS flag
3198 https://bugs.webkit.org/show_bug.cgi?id=136529
3200 Reviewed by Dirk Schulze.
3202 * Source/cmake/OptionsEfl.cmake:
3203 * Source/cmake/OptionsGTK.cmake:
3204 * Source/cmake/OptionsMac.cmake:
3205 * Source/cmake/WebKitFeatures.cmake:
3206 * Source/cmakeconfig.h.cmake:
3208 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3210 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
3211 https://bugs.webkit.org/show_bug.cgi?id=136194
3213 Reviewed by Csaba Osztrogonác.
3215 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
3219 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3221 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
3222 https://bugs.webkit.org/show_bug.cgi?id=135560
3224 Reviewed by Gyuyoung Kim.
3226 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
3228 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
3230 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
3231 https://bugs.webkit.org/show_bug.cgi?id=136343
3233 Reviewed by David Kilzer.
3235 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
3237 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3238 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3240 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
3242 [EFL] Share fast/speechsynthesis/ with other ports
3243 https://bugs.webkit.org/show_bug.cgi?id=136224
3245 Reviewed by Chris Fleizach.
3247 Enable WebSpeech for EFL.
3249 * Source/cmake/OptionsEfl.cmake:
3251 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3253 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3254 https://bugs.webkit.org/show_bug.cgi?id=136127
3256 Reviewed by Gyuyoung Kim.
3258 Add build support for espeak.
3260 * Source/cmake/FindEspeak.cmake: Added.
3261 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3263 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3265 [EFL] Build break using clang
3266 https://bugs.webkit.org/show_bug.cgi?id=136245
3268 Reviewed by Gyuyoung Kim.
3270 * Source/cmake/OptionsEfl.cmake:
3271 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3272 Some warnings are from system libraries.
3274 2014-08-25 Alberto Garcia <berto@igalia.com>
3276 [GTK] Unify webkitgtk and webkit2gtk directories
3277 https://bugs.webkit.org/show_bug.cgi?id=136209
3279 Reviewed by Carlos Garcia Campos.
3281 Use webkit2gtk-X.X both for the process binaries and the injected
3284 * Source/cmake/OptionsGTK.cmake:
3286 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3288 [EFL] Move Efl specific code from Source/CMakeLists.txt
3289 https://bugs.webkit.org/show_bug.cgi?id=136206
3291 Reviewed by Gyuyoung Kim.
3293 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3294 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3296 * Source/CMakeLists.txt:
3297 * Source/cmake/OptionsEfl.cmake:
3299 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3301 [EFL] Introduce DEVELOPER_MODE
3302 https://bugs.webkit.org/show_bug.cgi?id=135884
3304 Reviewed by Gyuyoung Kim.
3306 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3307 instead of SHARED_CORE.
3308 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3309 from release binary.
3311 * Source/cmake/OptionsEfl.cmake:
3312 * Source/cmake/WebKitHelpers.cmake:
3313 Moved fvisibility=hidden to OptionsEfl.cmake
3315 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3317 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3318 https://bugs.webkit.org/show_bug.cgi?id=136110
3320 Reviewed by Gyuyoung Kim.
3322 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3324 * Source/cmake/OptionsEfl.cmake:
3326 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3328 [EFL] Apply eflsymbols.filter to WebKit2
3329 https://bugs.webkit.org/show_bug.cgi?id=136148
3331 Reviewed by Csaba Osztrogonác.
3333 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3334 in the eflsymbols.filter.
3336 * Source/cmake/OptionsEfl.cmake:
3337 * Source/cmake/eflsymbols.filter:
3339 2014-08-21 Zalan Bujtas <zalan@apple.com>
3341 Enable SATURATED_LAYOUT_ARITHMETIC.
3342 https://bugs.webkit.org/show_bug.cgi?id=136106
3344 Reviewed by Simon Fraser.
3346 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3347 (No measurable performance regression on Mac.)
3349 * Source/cmake/OptionsMac.cmake:
3350 * Source/cmake/WebKitFeatures.cmake:
3351 * Source/cmakeconfig.h.cmake:
3353 2014-08-19 Zalan Bujtas <zalan@apple.com>
3355 Remove ENABLE(SUBPIXEL_LAYOUT).
3356 https://bugs.webkit.org/show_bug.cgi?id=136077
3358 Reviewed by Simon Fraser.
3360 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3362 * Source/cmake/OptionsEfl.cmake:
3363 * Source/cmake/OptionsGTK.cmake:
3364 * Source/cmake/OptionsMac.cmake:
3365 * Source/cmake/WebKitFeatures.cmake:
3366 * Source/cmakeconfig.h.cmake:
3368 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3370 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3371 https://bugs.webkit.org/show_bug.cgi?id=135980
3373 Reviewed by Martin Robinson.
3375 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3376 overrides any other disabled optimization that was prepended to these
3377 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3378 lists first in the final list of compilation flags.
3380 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3381 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3383 * Source/cmake/OptionsCommon.cmake:
3384 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3385 * Source/cmake/OptionsGTK.cmake:
3387 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3389 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3391 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3393 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3395 [GTK] Disable memory sampler on non-Linux system
3396 https://bugs.webkit.org/show_bug.cgi?id=134483
3398 Reviewed by Philippe Normand.
3400 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3401 Linux because it uses many Linux-specific features, so we should disable
3402 memory sampler on other systems by default.
3404 * Source/cmake/OptionsGTK.cmake:
3406 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3408 [GTK] HTML API documentation should also be installed versioned
3409 https://bugs.webkit.org/show_bug.cgi?id=135970
3411 Reviewed by Philippe Normand.
3413 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3416 2014-08-14 Tomas Popela <tpopela@redhat.com>
3418 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3419 https://bugs.webkit.org/show_bug.cgi?id=135937
3421 Reviewed by Carlos Garcia Campos.
3425 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3427 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3428 https://bugs.webkit.org/show_bug.cgi?id=135934
3430 Reviewed by Gustavo Noronha Silva.
3432 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3433 The gir files should installed in $datadir/gir-1.0/ together with all other
3434 gir files. We don't need to install introspection files in a versioned
3435 directory because their filenames already contain the binary version. But before
3436 r171598, the files were only installed to the right directory if the
3437 gobject-instrospection pkg-config file was in the same prefix than the one we
3438 wanted to install, because the gir and typelibs directories were extracted from
3439 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3440 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3441 like we do in the autotools build.
3443 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3444 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3445 * Source/cmake/OptionsGTK.cmake: Define
3446 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3448 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3450 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3451 https://bugs.webkit.org/show_bug.cgi?id=135836
3453 Reviewed by Philippe Normand.
3455 * Source/PlatformGTK.cmake: Add install command to also install
3456 the GObject DOM bindings API docs.
3458 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3460 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3461 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3462 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3463 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3466 * Source/cmake/OptionsCommon.cmake:
3468 2014-08-13 Alex Christensen <achristensen@webkit.org>
3470 Progress towards CMake on Mac.
3471 https://bugs.webkit.org/show_bug.cgi?id=135819
3473 Reviewed by Laszlo Gombos.
3475 * Source/cmake/OptionsMac.cmake:
3476 Disable some more features temporarily to get CMake working.
3477 * Source/cmake/WebKitMacros.cmake:
3478 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3480 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3482 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3483 https://bugs.webkit.org/show_bug.cgi?id=135798
3485 Reviewed by Philippe Normand.
3487 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3489 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3490 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3491 https://bugs.webkit.org/show_bug.cgi?id=133317
3493 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3495 Reviewed by Philippe Normand.
3497 No new tests since no new functionality has been added.
3499 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3501 2014-08-11 Commit Queue <commit-queue@webkit.org>
3503 Unreviewed, rolling out r172393.
3504 https://bugs.webkit.org/show_bug.cgi?id=135796
3506 discussion needed about GnuTLS version bump on the bots
3507 (Requested by philn on #webkit).
3511 https://bugs.webkit.org/show_bug.cgi?id=133317
3512 http://trac.webkit.org/changeset/172393
3514 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3515 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3516 https://bugs.webkit.org/show_bug.cgi?id=133317
3518 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3520 Reviewed by Philippe Normand.
3522 No new tests since no new functionality has been added.
3524 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3526 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3528 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3529 https://bugs.webkit.org/show_bug.cgi?id=133316
3531 Reviewed by Philippe Normand.
3533 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3534 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3535 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3537 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3539 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3541 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3543 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3545 [GTK] REGRESSION(r166239): The ld version script is not being used
3546 https://bugs.webkit.org/show_bug.cgi?id=135694
3548 Reviewed by Martin Robinson.
3550 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3551 it as gtksymbols.filter. Also updated it, since some of the symbols
3552 exported were renamed.
3554 * Source/cmake/OptionsGTK.cmake:
3555 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3557 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3559 [GTK] Child processes should be installed in a versioned directory
3560 https://bugs.webkit.org/show_bug.cgi?id=135754
3562 Reviewed by Gustavo Noronha Silva.
3564 Define LIBEXEC_INSTALL_DIR as
3565 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3566 so that the child processes are installed in $libexec/webkitgtk-4.0.
3567 This makes it possible to install 2.6 in parallel to older versions.
3569 * Source/cmake/OptionsGTK.cmake:
3571 2014-08-08 Alex Christensen <achristensen@webkit.org>
3573 Progress towards using CMake on Mac.
3574 https://bugs.webkit.org/show_bug.cgi?id=135662
3576 Reviewed by Laszlo Gombos.
3579 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3580 * Source/cmake/WebKitFeatures.cmake:
3581 * Source/cmakeconfig.h.cmake:
3582 Added features that are needed by the Mac port.
3583 * Source/cmake/OptionsMac.cmake:
3584 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3585 Disable the FTL with CMake for now.
3586 * Source/cmake/OptionsEFL.cmake:
3587 * Source/cmake/OptionsGTK.cmake:
3588 Enable subpixel layout to not conflict with FeatureDefines.h
3590 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3592 Undo some erroneous changes to the Xcode scheme files from r172259.
3594 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3595 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3597 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3599 [CMake] Drop the required version of CMake down to 2.8.8
3600 https://bugs.webkit.org/show_bug.cgi?id=135713
3602 Reviewed by Alex Christensen.
3604 * CMakeLists.txt: Require CMake 2.8.8.
3606 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3608 Get rid of INPUT_SPEECH
3609 https://bugs.webkit.org/show_bug.cgi?id=135672
3611 Reviewed by Andreas Kling.
3613 * Source/cmake/OptionsMac.cmake:
3614 * Source/cmake/WebKitFeatures.cmake:
3615 * Source/cmakeconfig.h.cmake:
3617 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3619 [GTK] Disable IndexedDB
3620 https://bugs.webkit.org/show_bug.cgi?id=135692
3622 Reviewed by Carlos Garcia Campos.
3624 * Source/cmake/OptionsGTK.cmake:
3626 2014-08-06 Dean Jackson <dino@apple.com>
3628 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3629 https://bugs.webkit.org/show_bug.cgi?id=135675
3631 Reviewed by Sam Weinig.
3633 * Source/cmake/OptionsGTK.cmake:
3634 * Source/cmake/OptionsMac.cmake:
3635 * Source/cmake/WebKitFeatures.cmake:
3636 * Source/cmakeconfig.h.cmake:
3638 2014-08-06 David Farler <dfarler@apple.com>
3640 Unreviewed build fix: Make includes semicolon in assignment.
3642 * Makefile.shared: Remove a ;
3644 2014-08-06 David Farler <dfarler@apple.com>
3646 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3647 https://bugs.webkit.org/show_bug.cgi?id=135655
3649 Reviewed by Mark Rowe.
3651 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3653 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3655 [GTK] Be able to disable gtk2 dependency
3656 https://bugs.webkit.org/show_bug.cgi?id=135505
3658 Reviewed by Gustavo Noronha Silva.
3660 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3661 required when it's enabled. It's enabled by default.
3663 * Source/cmake/OptionsGTK.cmake:
3665 2014-08-05 Alex Christensen <achristensen@webkit.org>
3668 https://bugs.webkit.org/show_bug.cgi?id=135620
3670 Reviewed by Laszlo Gombos.
3672 * Source/cmake/OptionsMac.cmake:
3673 Use UDIS86 by default on Mac.
3675 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3677 Add a flag for the CSS Selectors level 4 implementation
3678 https://bugs.webkit.org/show_bug.cgi?id=135535
3680 Reviewed by Andreas Kling.
3682 * Source/cmake/OptionsEfl.cmake:
3683 * Source/cmake/OptionsGTK.cmake:
3684 * Source/cmake/WebKitFeatures.cmake:
3685 * Source/cmakeconfig.h.cmake:
3687 2014-08-04 Alex Christensen <achristensen@webkit.org>
3689 Progress towards CMake on Mac.
3690 https://bugs.webkit.org/show_bug.cgi?id=135528
3692 Reviewed by Gyuyoung Kim.
3694 * Source/cmake/OptionsMac.cmake:
3695 Made options list based on FeatureDefines.xcconfig files.
3697 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3699 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3700 https://bugs.webkit.org/show_bug.cgi?id=134736
3702 Reviewed by Martin Robinson.
3704 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3705 support the X11 or Wayland windowing targets -- instead, if there's no support
3706 the specific target is disabled, and an error is thrown only if neither of the
3707 backends is enabled at the end..
3708 For now the X11 target remains enabled by default, and the Wayland target is
3709 kept disabled. Once it's possible to have both targets enabled at runtime in
3710 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3711 GTK+ dependency to determine which targets can be enabled.
3713 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3715 [CMake] Add FindWayland.cmake
3716 https://bugs.webkit.org/show_bug.cgi?id=135540
3718 Reviewed by Martin Robinson.
3720 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
3721 dependency. For now bundles the wayland-client, wayland-server and
3722 wayland-egl pkg-config targets into one dependency, but these could
3723 be split in the future if necessary.
3725 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
3727 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
3728 https://bugs.webkit.org/show_bug.cgi?id=135553
3730 Reviewed by Gyuyoung Kim.
3732 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
3733 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
3735 * Source/cmake/OptionsEfl.cmake:
3737 2014-08-01 Bear Travis <betravis@adobe.com>
3739 [Feature Queries] Enable Feature Queries on EFL/GTK
3740 https://bugs.webkit.org/show_bug.cgi?id=134902
3742 Reviewed by Benjamin Poulain.
3744 Enable CSS Feature Queries by default on the EFL and GTK
3747 * Source/cmake/OptionsEfl.cmake:
3748 * Source/cmake/OptionsGTK.cmake:
3750 2014-08-01 Alex Christensen <achristensen@webkit.org>
3752 Progress towards cmake on Windows.
3753 https://bugs.webkit.org/show_bug.cgi?id=135484
3755 Reviewed by Martin Robinson.
3758 Added Mac to list of ports, even though it is not done yet.
3759 Changed minimum bison version to version installed on Macs.
3760 * Source/cmake/OptionsAppleWin.cmake:
3761 Added some definitions.
3762 * Source/cmake/OptionsEfl.cmake:
3763 * Source/cmake/OptionsGTK.cmake:
3764 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
3765 * Source/cmake/OptionsMac.cmake: Added blank for now.
3766 * Source/cmake/OptionsWinCairo.cmake:
3767 * Source/cmake/OptionsWindows.cmake:
3768 Added some definitions.
3769 Removed /WX (warnings treated as error while compiling).
3770 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
3772 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
3774 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
3775 https://bugs.webkit.org/show_bug.cgi?id=135501
3777 Reviewed by Gyuyoung Kim.
3779 Use PROJECT_VERSION_MICRO instead.
3781 * Source/cmake/OptionsEfl.cmake:
3782 * Source/cmake/OptionsGTK.cmake:
3783 * Source/cmake/WebKitHelpers.cmake:
3785 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
3787 [EFL] Bump ewebkit version to 1.11
3788 https://bugs.webkit.org/show_bug.cgi?id=135487
3790 Reviewed by Gyuyoung Kim.
3792 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
3794 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3796 [EFL] Add support for building with Geoclue2.
3797 https://bugs.webkit.org/show_bug.cgi?id=135455
3799 Reviewed by Gyuyoung Kim.
3801 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
3804 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3806 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
3808 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3810 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3812 [GTK] Bump binary version for 2.6
3813 https://bugs.webkit.org/show_bug.cgi?id=133724
3815 Reviewed by Philippe Normand.
3817 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
3818 update library version numbers.
3820 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
3822 [CMake] Bump the minimum required version
3823 https://bugs.webkit.org/show_bug.cgi?id=135382
3825 Reviewed by Gyuyoung Kim.
3827 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
3828 we introduced usage of target_include_directories().
3830 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
3832 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
3833 https://bugs.webkit.org/show_bug.cgi?id=135376
3835 Reviewed by Gyuyoung Kim.
3837 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
3839 * Source/cmake/OptionsEfl.cmake:
3840 * Source/cmake/OptionsGTK.cmake:
3842 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3844 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3845 https://bugs.webkit.org/show_bug.cgi?id=135288
3847 Reviewed by Martin Robinson.
3849 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3850 datadir to pkgconfig
3851 * Source/cmake/OptionsGTK.cmake: define install directories early
3852 enough to be used in FindGObjectIntrospection.cmake