1 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
3 Convert focused-input-should-assist-on-touch.html into an automated test
4 https://bugs.webkit.org/show_bug.cgi?id=149724
6 Reviewed by Simon Fraser.
8 Remove a manual test that can now be rewritten as an automated test.
10 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
12 2015-10-01 Brent Fulgham <bfulgham@apple.com>
14 [Win] Unreviewed CMake build fix.
16 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
17 and make sure exception handling is turned off.
19 2015-09-30 Brent Fulgham <bfulgham@apple.com>
21 [Win] Unreviewed build fix after CMake conversion.
23 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
25 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
27 [GTK][CMake] Warning about CMP0058
28 https://bugs.webkit.org/show_bug.cgi?id=149627
30 Reviewed by Martin Robinson.
32 Opt-in to the new behavior for CMP0058.
36 2015-09-28 Brent Fulgham <bfulgham@apple.com>
38 [Win] Unreviewed build fix for internal systems.
40 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
41 location for include and link libraries, rather than the system locations.
43 2015-09-28 Alex Christensen <achristensen@webkit.org>
45 Build WK1 with CMake on Mac
46 https://bugs.webkit.org/show_bug.cgi?id=149604
48 Reviewed by Chris Dumez.
50 * Source/cmake/OptionsMac.cmake:
51 * Source/cmake/WebKitMacros.cmake:
52 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
54 2015-09-25 Alex Christensen <achristensen@webkit.org>
56 Clean up CMake build on Mac
57 https://bugs.webkit.org/show_bug.cgi?id=149573
59 Reviewed by Chris Dumez.
61 * Source/cmake/OptionsMac.cmake:
63 2015-09-25 Alex Christensen <achristensen@webkit.org>
66 https://bugs.webkit.org/show_bug.cgi?id=148111
68 Reviewed by Brent Fulgham.
70 * Source/cmake/WinTools.make: Added.
71 * Source/cmake/tools: Added.
72 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
73 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
75 2015-09-25 Alex Christensen <achristensen@webkit.org>
77 Prepare internal AppleWin build for CMake
78 https://bugs.webkit.org/show_bug.cgi?id=149570
80 Reviewed by Brent Fulgham.
82 * Source/PlatformWin.cmake:
83 Include internal CMake files if they exist.
85 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
87 Add a file of pointer-lock to cmake ports
88 https://bugs.webkit.org/show_bug.cgi?id=149453
90 Reviewed by Csaba Osztrogonác.
92 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
94 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
96 [CMake] Allow to enable OpenMP support.
97 https://bugs.webkit.org/show_bug.cgi?id=149457
99 Reviewed by Csaba Osztrogonác.
101 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
102 will enable the support for OpenMP. Currently this is only used as
103 an alternative implementation to native threads for the parallelization
104 of the SVG filters. But name the option with a generic name (USE_OPENMP)
105 as it could be also used to enable future features that depend on OpenMP.
107 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
109 [EFL] Build break when DEVELOPER_MODE is OFF
110 https://bugs.webkit.org/show_bug.cgi?id=149448
112 Reviewed by Gyuyoung Kim.
114 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
116 * Source/cmake/eflsymbols.filter:
118 2015-09-21 Alex Christensen <achristensen@webkit.org>
120 Disable PICTURE_SIZES in Windows CMake build like r189745.
121 https://bugs.webkit.org/show_bug.cgi?id=149125
123 * Source/cmake/OptionsWin.cmake:
124 Do the same thing as r189745.
126 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
128 Removing XHR_TIMEOUT guard
130 Remove XHR_TIMEOUT compilation guard
131 https://bugs.webkit.org/show_bug.cgi?id=149260
133 Reviewed by Benjamin Poulain.
135 * Source/cmake/OptionsEfl.cmake:
136 * Source/cmake/OptionsGTK.cmake:
137 * Source/cmake/OptionsMac.cmake:
138 * Source/cmake/OptionsWin.cmake:
139 * Source/cmake/WebKitFeatures.cmake:
141 2015-09-18 Alex Christensen <achristensen@webkit.org>
143 Fix tests on Windows after switching to CMake.
144 https://bugs.webkit.org/show_bug.cgi?id=149339
146 Reviewed by Brent Fulgham.
148 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
150 2015-09-17 Alex Christensen <achristensen@webkit.org>
152 Fix Windows EWS build after r189934.
154 * Source/cmake/OptionsWin.cmake:
155 Use WEBKIT_LIBRARIES environment variable if it exists.
156 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
158 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
160 Add ShadowRoot interface and Element.prototype.attachShadow
161 https://bugs.webkit.org/show_bug.cgi?id=149187
163 Reviewed by Antti Koivisto.
165 * Source/cmake/OptionsGTK.cmake:
167 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
169 [cmake] Enable debug fission only if it is supported
170 https://bugs.webkit.org/show_bug.cgi?id=149161
172 Reviewed by Martin Robinson.
174 * Source/cmake/OptionsCommon.cmake:
176 2015-09-14 Alex Christensen <achristensen@webkit.org>
178 Progress towards CMake on Mac.
179 https://bugs.webkit.org/show_bug.cgi?id=149123
181 Reviewed by Chris Dumez.
183 * Source/cmake/OptionsMac.cmake:
184 * Source/cmake/WebKitFeatures.cmake:
185 Defined and enabled some more features needed on Mac.
186 * Source/cmake/WebKitMacros.cmake:
187 Objective C bindings need special changes when generating:
188 Some of the bindings do not generate a .mm file but the header is needed.
189 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
190 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
192 2015-09-08 Daniel Bates <dabates@apple.com>
194 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
195 https://bugs.webkit.org/show_bug.cgi?id=74729
196 <rdar://problem/22550195>
198 Reviewed by Jon Honeycutt.
200 * ManualTests/compositing/resources/composited-subframe.html: Removed.
201 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
203 2015-09-06 Andy Estes <aestes@apple.com>
205 WebKit.xcworkspace should be be able to build iOS platforms
206 https://bugs.webkit.org/show_bug.cgi?id=148881
208 Reviewed by Daniel Bates.
210 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
211 for all supported platforms.
213 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
214 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
216 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
218 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
219 photo library uploads a JPEG
220 https://bugs.webkit.org/show_bug.cgi?id=148849
222 Reviewed by Daniel Bates.
224 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
225 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
226 functionality doesn't exist on iOS, so we'll add a manual test.
227 This tests that the first few bytes of the selected file are "GIF".
229 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
231 Follow-up patch for r189343.
232 https://bugs.webkit.org/show_bug.cgi?id=148795
234 Rubber-stamped by Csaba Osztrogonác.
236 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
237 to 1.9, since this seems to be enough to fix the build failure.
238 And 2.0 may cause problems for developers using some distributions like Ubuntu.
240 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
242 [CMake] Trigger the memory-reduction tricks on armhf too
243 https://bugs.webkit.org/show_bug.cgi?id=146640
245 Reviewed by Csaba Osztrogonác.
247 * Source/cmake/OptionsCommon.cmake:
248 Activate --no-keep-memory even on armhf to reduce the amount of memory
249 needed during linking, to avoid out-of-memory failures as much as
252 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
254 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
255 https://bugs.webkit.org/show_bug.cgi?id=148795
257 Rubber-stamped by Carlos Garcia Campos.
259 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
261 2015-09-02 Alex Christensen <achristensen@webkit.org>
263 Make bison grammar compatible with bison 2.1
264 https://bugs.webkit.org/show_bug.cgi?id=148731
266 Reviewed by Tim Horton.
268 * Source/cmake/WebKitCommon.cmake:
271 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
273 [CMake] Build with Debug Fission on by default on Debug builds.
274 https://bugs.webkit.org/show_bug.cgi?id=148639
276 Reviewed by Martin Robinson.
278 * Source/cmake/OptionsCommon.cmake:
280 2015-08-29 Alex Christensen <achristensen@webkit.org>
282 Unreviewed build fix after r179923.
284 * Source/CMakeLists.txt:
285 bmalloc isn't ported to Windows yet.
287 2015-08-27 Alex Christensen <achristensen@webkit.org>
289 Isolate Source directories in CMake build
290 https://bugs.webkit.org/show_bug.cgi?id=148389
292 Reviewed by Brent Fulgham.
295 * Source/cmake/WebKitCommon.cmake:
296 Move package finding to WebKitCommon.
298 2015-08-26 Per Arne Vollan <peavo@outlook.com>
300 [Win] Build does not generate debug info.
301 https://bugs.webkit.org/show_bug.cgi?id=148431
303 Reviewed by Alex Christensen.
305 Generate debug info for Windows builds.
307 * Source/cmake/OptionsWin.cmake:
309 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
311 [GTK] Disable ACCELERATED_2D_CANVAS by default
312 https://bugs.webkit.org/show_bug.cgi?id=148473
314 Reviewed by Martin Robinson.
316 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
317 but not on Debian (which does not). We've known this was problematic for a while, since it
318 means we have two different sets of distro-dependent bugs, but never decided whether that
319 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
320 have the same bugs everywhere. We can turn this on again for other distros when we're ready
321 to turn it on for Debian.
323 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
326 * Source/cmake/OptionsGTK.cmake:
328 2015-08-25 Commit Queue <commit-queue@webkit.org>
330 Unreviewed, rolling out r188919.
331 https://bugs.webkit.org/show_bug.cgi?id=148452
333 broke build (Requested by alexchristensen on #webkit).
337 "[Win] Build does not generate debug info."
338 https://bugs.webkit.org/show_bug.cgi?id=148431
339 http://trac.webkit.org/changeset/188919
341 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
343 [GTK] r186800 broke the build on Ubuntu 14.04
344 https://bugs.webkit.org/show_bug.cgi?id=147559
346 Reviewed by Martin Robinson.
348 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
349 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
351 2015-08-25 Per Arne Vollan <peavo@outlook.com>
353 [Win] Build does not generate debug info.
354 https://bugs.webkit.org/show_bug.cgi?id=148431
356 Reviewed by Brent Fulgham.
358 Generate debug info for Windows builds.
360 * Source/cmake/OptionsWin.cmake:
362 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
364 [GTK] Auto-detection of cairo-gl fails
365 https://bugs.webkit.org/show_bug.cgi?id=148189
367 Reviewed by Žan Doberšek.
369 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
370 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
371 deemed available, which might not be the case.
372 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
374 2015-08-19 Alex Christensen <achristensen@webkit.org>
376 CMake Windows build should not include files directly from other Source directories
377 https://bugs.webkit.org/show_bug.cgi?id=148198
379 Reviewed by Brent Fulgham.
381 * Source/cmake/WebKitMacros.cmake:
383 2015-08-19 Alex Christensen <achristensen@webkit.org>
385 Build TestWTF on Mac with CMake.
386 https://bugs.webkit.org/show_bug.cgi?id=147972
388 Reviewed by Tim Horton.
390 * Source/cmake/OptionsMac.cmake:
391 Enable API tests in Mac's CMake build.
393 2015-08-18 Alex Christensen <achristensen@webkit.org>
395 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
396 https://bugs.webkit.org/show_bug.cgi?id=148127
398 Reviewed by Martin Robinson.
401 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
403 2015-08-17 Alex Christensen <achristensen@webkit.org>
405 [Win CMake] Allow WebKitLibraries directory to be set from the command line
406 https://bugs.webkit.org/show_bug.cgi?id=148112
408 Reviewed by Brent Fulgham.
410 * Source/cmake/OptionsWin.cmake:
411 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
412 Instead, use the default location if nothing is passed in from the command line.
413 This way we can set it from the command line for the AppleInternal build.
414 Also, set the output directories to be consistent between the old and new build systems (and ninja).
416 2015-08-17 Alex Christensen <achristensen@webkit.org>
418 Build Debug Suffix on Windows with CMake
419 https://bugs.webkit.org/show_bug.cgi?id=148083
421 Reviewed by Brent Fulgham.
423 * Source/cmake/OptionsWin.cmake:
424 Use debug libraries in debug suffix builds.
426 2015-08-17 Alex Christensen <achristensen@webkit.org>
428 Move some commands from ./CMakeLists.txt to Source/cmake
429 https://bugs.webkit.org/show_bug.cgi?id=148003
431 Reviewed by Brent Fulgham.
434 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
435 so we can change directory structure from command line parameters.
436 * Source/cmake/OptionsAppleWin.cmake:
437 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
438 * Source/cmake/OptionsWinCairo.cmake:
439 * Source/cmake/OptionsWindows.cmake: Removed.
440 * Source/cmake/WebKitCommon.cmake: Added.
441 * Source/cmake/WebKitFS.cmake:
443 2015-08-13 Commit Queue <commit-queue@webkit.org>
445 Unreviewed, rolling out r188428.
446 https://bugs.webkit.org/show_bug.cgi?id=148015
448 broke cmake build (Requested by alexchristensen on #webkit).
452 "Move some commands from ./CMakeLists.txt to Source/cmake"
453 https://bugs.webkit.org/show_bug.cgi?id=148003
454 http://trac.webkit.org/changeset/188428
456 2015-08-13 Alex Christensen <achristensen@webkit.org>
458 Move some commands from ./CMakeLists.txt to Source/cmake
459 https://bugs.webkit.org/show_bug.cgi?id=148003
461 Reviewed by Brent Fulgham.
464 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
465 so we can change directory structure from command line parameters.
466 * Source/cmake/WebKitCommon.cmake: Added.
467 * Source/cmake/WebKitFS.cmake:
469 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
471 A focused node should not be assisted when handling touch events synchronously
472 https://bugs.webkit.org/show_bug.cgi?id=147836
474 Reviewed by Enrica Casucci.
476 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
478 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
479 input can still be assisted due to a touch event.
480 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
481 event does not automatically cause us to assist the currently focused node.
483 2015-08-12 Alex Christensen <achristensen@webkit.org>
485 Fix Debug CMake builds on Windows
486 https://bugs.webkit.org/show_bug.cgi?id=147940
488 Reviewed by Chris Dumez.
490 * Source/cmake/OptionsWindows.cmake:
491 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
493 2015-08-10 Alex Christensen <achristensen@webkit.org>
495 Build TestWebKitAPI with CMake on Windows
496 https://bugs.webkit.org/show_bug.cgi?id=147851
498 Reviewed by Chris Dumez.
500 * Source/cmake/OptionsWindows.cmake:
501 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
503 2015-08-06 Alex Christensen <achristensen@webkit.org>
505 [Win] CMake build fix after r188098.
507 * Source/cmake/OptionsWinCairo.cmake:
508 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
510 2015-08-04 Alex Christensen <achristensen@webkit.org>
512 Fix quirks with CMake and VS2015
513 https://bugs.webkit.org/show_bug.cgi?id=147663
515 Reviewed by Brent Fulgham.
517 * Source/cmake/OptionsWindows.cmake:
518 Hide some warnings. Using the same variable names in nested scopes is ok for now.
519 Disable INTL for now.
521 2015-08-04 Alex Christensen <achristensen@webkit.org>
523 Enable WebGL on Windows CMake build.
524 https://bugs.webkit.org/show_bug.cgi?id=143311
526 Reviewed by Csaba Osztrogonác.
528 * Source/cmake/OptionsWindows.cmake:
529 Enable WebGL by default in CMake builds now that it works.
531 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
533 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
534 https://bugs.webkit.org/show_bug.cgi?id=147625
536 Reviewed by Martin Robinson.
538 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
539 components unless they were actually found, not to accidentally
540 enable Accelerated 2D canvas, which would cause the build to fail.
542 * Source/cmake/FindCairoGL.cmake: Set this variables only when
543 pkg_check_modules() had actually found the relevant component.
545 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
547 [CMake] Add an option to build AllInOne files
548 https://bugs.webkit.org/show_bug.cgi?id=102647
550 Reviewed by Alex Christensen.
552 * Source/cmake/OptionsEfl.cmake: Disabled by default.
553 * Source/cmake/OptionsGTK.cmake: Disabled by default.
554 * Source/cmake/OptionsWindows.cmake: Enabled by default.
555 * Source/cmake/WebKitFeatures.cmake:
556 * Source/cmake/WebKitMacros.cmake:
558 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
560 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
562 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
564 2015-07-31 Alex Christensen <achristensen@webkit.org>
566 Prepare for debug CMake builds on Windows.
567 https://bugs.webkit.org/show_bug.cgi?id=147484
569 Reviewed by Tim Horton.
571 * Source/cmake/OptionsWindows.cmake:
572 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
574 2015-07-30 Joonghun Park <jh718.park@samsung.com>
576 [EFL] Enable IndexedDB based on DatabaseProcess
577 https://bugs.webkit.org/show_bug.cgi?id=147221
579 Reviewed by Csaba Osztrogonác.
581 * Source/cmake/OptionsEfl.cmake:
583 2015-07-30 Alex Christensen <achristensen@webkit.org>
585 Build AppleWin port with CMake
586 https://bugs.webkit.org/show_bug.cgi?id=147385
588 Reviewed by Martin Robinson.
590 * Source/cmake/OptionsWindows.cmake:
591 Use the static multithreaded runtime. Based on
592 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
594 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
596 Implement basic types for ECMAScript Internationalization API
597 https://bugs.webkit.org/show_bug.cgi?id=146926
599 Reviewed by Benjamin Poulain.
601 Enable flag now that the basic objects are in place.
603 * Source/cmake/WebKitFeatures.cmake: enable INTL
605 2015-07-29 Basile Clement <basile_clement@apple.com>
607 Remove native call inlining
608 https://bugs.webkit.org/show_bug.cgi?id=147417
610 Rubber-stamped by Filip Pizlo.
612 * Source/cmake/OptionsEfl.cmake:
613 * Source/cmake/WebKitFeatures.cmake:
615 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
617 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
618 https://bugs.webkit.org/show_bug.cgi?id=147350
620 Reviewed by Sam Weinig.
622 * Source/cmake/WebKitFeatures.cmake:
624 2015-07-27 Alex Christensen <achristensen@webkit.org>
626 Use Ninja on Windows.
627 https://bugs.webkit.org/show_bug.cgi?id=147228
629 Reviewed by Martin Robinson.
631 * Source/cmake/OptionsWindows.cmake:
632 Only use /MP when using generated Visual Studio solution files to build.
633 It makes compiling parallel in MSVC, but Ninja doesn't like it.
635 2015-07-27 Alex Christensen <achristensen@webkit.org>
637 Progress towards building AppleWin with CMake
638 https://bugs.webkit.org/show_bug.cgi?id=147325
640 Reviewed by Martin Robinson.
642 * Source/cmake/OptionsWindows.cmake:
643 Link with 64-bit libraries if building 64-bit binaries.
644 Don't run regular expressions on empty strings when using Ninja.
645 Removed DebugSuffix Visual Studio environment variables.
647 2015-07-23 Alex Christensen <achristensen@webkit.org>
649 Remove compile and runtime flags for promises.
650 https://bugs.webkit.org/show_bug.cgi?id=147244
652 Reviewed by Yusuke Suzuki.
654 * Source/cmake/OptionsMac.cmake:
655 * Source/cmake/OptionsWindows.cmake:
656 * Source/cmake/WebKitFeatures.cmake:
658 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
660 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
661 https://bugs.webkit.org/show_bug.cgi?id=147212
663 Reviewed by Filip Pizlo.
665 * Source/cmake/WebKitFeatures.cmake:
667 2015-07-22 Alex Christensen <achristensen@webkit.org>
669 Fix quirks in CMake build on Mac and Windows
670 https://bugs.webkit.org/show_bug.cgi?id=147174
672 Reviewed by Gyuyoung Kim.
675 * Source/cmake/OptionsWindows.cmake:
676 Added options I removed in r187022. They are indeed needed.
677 * Source/cmake/WebKitFS.cmake:
678 Make the DerivedSources/WebKit directory.
680 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
682 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
684 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
686 2015-07-20 Alex Christensen <achristensen@webkit.org>
688 Resurrect CMake build on Windows.
689 https://bugs.webkit.org/show_bug.cgi?id=147083
691 Reviewed by Gyuyoung Kim.
693 * Source/cmake/OptionsCommon.cmake:
694 * Source/cmake/OptionsWindows.cmake:
695 Change features to get it to compile. Still not a complete feature set.
697 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
699 [GTK] Add seccomp filters support
700 https://bugs.webkit.org/show_bug.cgi?id=110014
702 Reviewed by Žan Doberšek.
704 Find needed compiler and linker flags for libseccomp.
706 * Source/cmake/OptionsGTK.cmake:
708 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
710 Bring back the GNU ar check to create thin archives on non-Linux systems
711 https://bugs.webkit.org/show_bug.cgi?id=146681
713 Reviewed by Martin Robinson.
715 We already use GNU ar thin archive feature to save time and disk space
716 on creating static archives, but it is only enabled on Linux. Without
717 this feature, the debug build of WebCore can be larger than 4 GiB,
718 which can cause error because GNU ar format uses 32-bit integer to
719 store offsets in the symbol table. This patch is similar to
720 https://bugs.webkit.org/show_bug.cgi?id=128596.
722 * Source/cmake/OptionsCommon.cmake:
724 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
726 [GTK] [Wayland] Build by default the X11 and Wayland targets.
727 https://bugs.webkit.org/show_bug.cgi?id=146057
729 Reviewed by Carlos Garcia Campos.
731 * Source/cmake/OptionsGTK.cmake:
733 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
735 [GTK] ar warning when linking static libraries
736 https://bugs.webkit.org/show_bug.cgi?id=144988
738 Reviewed by Carlos Garcia Campos.
740 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
741 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
742 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
743 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
744 should either stop using 'u' or else add 'U' as well in order to disable deterministic
745 archives. Using 'U' should result in a somewhat faster build (at least when using the
746 Makefile generator), but it's unlikely that the difference is significant, so let's simply
747 remove 'u' until someone determines otherwise. This seems like a better option than adding
748 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
749 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
750 behavior change on distributions that do not use --enable-deterministic-archives, notably
753 * Source/cmake/OptionsCommon.cmake:
755 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
757 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
758 https://bugs.webkit.org/show_bug.cgi?id=146590
760 Reviewed by Martin Robinson.
762 * Source/PlatformGTK.cmake: override the cached variables to
763 forcefully disable gtk-doc and gobject-introspection when
765 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
766 documentation syntax when cross-building.
769 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
771 [EFL] test_ewk2_application_cache_manager has been failed since r185527
772 https://bugs.webkit.org/show_bug.cgi?id=146016
774 Reviewed by Gyuyoung Kim.
776 In order to handle properly WebApplicationCacheManagerProxy implementation which use
777 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
778 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
780 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
782 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
784 Implement ECMAScript Internationalization API
785 https://bugs.webkit.org/show_bug.cgi?id=90906
787 Reviewed by Benjamin Poulain.
789 Begin implementing the Intl apis behind ENABLE_INTL flag.
790 Create the base Intl namespace object.
792 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
794 2015-06-30 Philippe Normand <pnormand@igalia.com>
796 [CMake] Error when gst-plugins-base is missing is too confusing
797 https://bugs.webkit.org/show_bug.cgi?id=145682
799 Reviewed by Carlos Garcia Campos.
801 * Source/cmake/OptionsGTK.cmake: Error out if the required
802 GStreamer libraries are not found on the host.
804 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
806 CairoGL should be checked unconditionally
807 https://bugs.webkit.org/show_bug.cgi?id=146390
809 Reviewed by Darin Adler.
811 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
812 it is run unconditionally; this is necessary because its result
813 is used later on, outside of any conditions.
815 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
817 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
818 https://bugs.webkit.org/show_bug.cgi?id=146318
820 Reviewed by Sergio Villar Senin.
822 Enable PUBLIC_SUFFIX_LIST for GTK+.
824 * Source/cmake/OptionsGTK.cmake:
826 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
828 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
830 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
832 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
834 [EFL] Hyphenation is not supported
835 https://bugs.webkit.org/show_bug.cgi?id=89830
837 Reviewed by Gyuyoung Kim.
839 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
841 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
843 [CMake] Add support for building with various sanitizer tools
844 https://bugs.webkit.org/show_bug.cgi?id=131941
846 Reviewed by Martin Robinson.
848 * Source/PlatformGTK.cmake: Don't generate any documentation
849 when compiling with sanitizers enabled.
850 * Source/cmake/OptionsCommon.cmake: Allow linking with
851 undefined symbols when compiling with sanitizers enabled.
853 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
855 libwebkit2gtk fails to link without opengl
856 https://bugs.webkit.org/show_bug.cgi?id=138332
858 Reviewed by Carlos Garcia Campos.
860 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
861 enabled regardless of whether OpenGL is, because certain symbols
862 such as WebCore::GraphicsLayer::create() need to be built.
864 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
866 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
867 https://bugs.webkit.org/show_bug.cgi?id=146181
869 Reviewed by Martin Robinson.
871 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
873 * Source/cmake/OptionsGTK.cmake:
875 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
877 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
878 https://bugs.webkit.org/show_bug.cgi?id=146171
880 Reviewed by Gyuyoung Kim.
882 * Source/cmake/OptionsEfl.cmake:
883 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
885 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
887 [CMake] FindGTK3.cmake should not modify the values of build options
888 https://bugs.webkit.org/show_bug.cgi?id=144613
890 Reviewed by Martin Robinson.
892 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
893 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
894 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
895 GTK3_SUPPORTS_GESTURES for consistency.
896 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
897 available. It's not possible to automatically select a backend correctly anymore, since all
898 options are set at the same time.
900 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
902 Remove unnecessary svn:executable flags
903 https://bugs.webkit.org/show_bug.cgi?id=146107
905 Reviewed by Alexey Proskuryakov.
907 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
908 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
909 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
910 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
911 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
913 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
915 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
916 https://bugs.webkit.org/show_bug.cgi?id=146108
918 Reviewed by Gyuyoung Kim.
920 * Source/cmake/OptionsEfl.cmake:
922 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
924 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
925 https://bugs.webkit.org/show_bug.cgi?id=146035
927 Reviewed by Gyuyoung Kim.
929 * Source/cmake/OptionsEfl.cmake:
931 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
933 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
934 https://bugs.webkit.org/show_bug.cgi?id=145701
936 Reviewed by Darin Adler.
938 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
940 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
942 [iOS] Crash long pressing on <input type=file>
943 https://bugs.webkit.org/show_bug.cgi?id=146009
944 <rdar://problem/21234453>
946 Reviewed by Ryosuke Niwa.
948 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
950 2015-06-16 Brent Fulgham <bfulgham@apple.com>
952 Rollout accidental Xcode project change.
954 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
956 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
958 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
959 https://bugs.webkit.org/show_bug.cgi?id=145909
961 Reviewed by Csaba Osztrogonác.
963 Bump EWebKit version based on efl library version used by the EWebKit.
965 * Source/cmake/OptionsEfl.cmake:
967 2015-06-11 Commit Queue <commit-queue@webkit.org>
969 Unreviewed, rolling out r185453.
970 https://bugs.webkit.org/show_bug.cgi?id=145881
972 it broke the 32-bit build (Requested by clopez on #webkit).
976 "[GTK] [Wayland] Should be possible to build with support for
977 both X11 and Wayland."
978 https://bugs.webkit.org/show_bug.cgi?id=145701
979 http://trac.webkit.org/changeset/185453
981 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
983 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
984 https://bugs.webkit.org/show_bug.cgi?id=145701
986 Reviewed by Žan Doberšek.
988 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
990 2015-06-03 Daniel Bates <dabates@apple.com>
992 Caps lock indicator should not be shown in read-only or disabled field
993 https://bugs.webkit.org/show_bug.cgi?id=145612
994 <rdar://problem/21227454>
996 Reviewed by Darin Adler.
998 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
999 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
1000 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
1002 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
1004 [cmake] Suppress parentheses-equality warnings
1005 https://bugs.webkit.org/show_bug.cgi?id=145126
1007 Reviewed by Darin Adler.
1009 * Source/cmake/WebKitHelpers.cmake:
1011 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1013 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
1014 https://bugs.webkit.org/show_bug.cgi?id=145408
1016 Reviewed by Carlos Garcia Campos.
1018 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
1019 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
1020 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
1022 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
1023 libraries. Detect also GLX libraries.
1024 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
1025 libraries. Use find_path() to get the include path.
1026 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
1028 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
1029 depending on the libraries found on the system.
1030 Move the detection of GLX (and the include of CMakePushCheckState)
1031 to FindOpenGL.cmake.
1032 Ensure that we only define USE_GLX when we build with OpenGL
1033 (but not with GLESv2).
1035 2015-05-27 Dean Jackson <dino@apple.com>
1037 img.currentSrc problem in strict mode with old picturefill
1038 https://bugs.webkit.org/show_bug.cgi?id=144095
1039 <rdar://problem/21087013>
1041 Reviewed by Simon Fraser.
1043 Add a PICTURE_SIZES flag.
1045 * Source/cmake/OptionsEfl.cmake:
1046 * Source/cmake/OptionsGTK.cmake:
1047 * Source/cmake/OptionsMac.cmake:
1048 * Source/cmake/OptionsWindows.cmake:
1049 * Source/cmake/WebKitFeatures.cmake:
1051 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1053 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1055 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1057 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1059 Unreviewed. Export DatabaseProcessMainUnix symbol.
1061 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1062 is exported in production builds.
1064 * Source/cmake/gtksymbols.filter:
1066 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1068 [GTK] Enable IndexedDB
1069 https://bugs.webkit.org/show_bug.cgi?id=98932
1071 Reviewed by Žan Doberšek.
1073 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1074 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1076 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1078 [GTK] Bump GCC requirements to 4.9.0
1079 https://bugs.webkit.org/show_bug.cgi?id=145211
1081 Reviewed by Žan Doberšek.
1083 It's required to build with IndexedDB support when using GCC,
1084 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
1086 * Source/cmake/OptionsGTK.cmake:
1088 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
1090 [CMake] Ignore warnings in system headers
1091 https://bugs.webkit.org/show_bug.cgi?id=144747
1093 Reviewed by Darin Adler.
1095 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
1096 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
1097 use the SYSTEM argument to the command (added in 2.8.12).
1101 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
1103 [CMake] Error out when ruby is too old
1104 https://bugs.webkit.org/show_bug.cgi?id=145014
1106 Reviewed by Martin Robinson.
1108 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
1113 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
1115 [GTK] Enable plugin-related CMake options and variables for the X11 target only
1116 https://bugs.webkit.org/show_bug.cgi?id=144995
1118 Reviewed by Carlos Garcia Campos.
1120 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
1121 the X11 windowing target at the moment, so the following options
1122 and variables should be enabled or disabled accordingly:
1123 - ENABLE_PLUGIN_PROCESS_GTK2
1124 - ENABLE_NETSCAPE_PLUGIN_API
1125 - ENABLE_PLUGIN_PROCESS
1127 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
1129 Linker fails without -DDEVELOPER_MODE=ON
1130 https://bugs.webkit.org/show_bug.cgi?id=144117
1132 Reviewed by Gyuyoung Kim.
1134 * Source/cmake/OptionsEfl.cmake:
1135 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
1136 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
1138 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1140 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
1141 https://bugs.webkit.org/show_bug.cgi?id=144846
1143 Reviewed by Martin Robinson.
1145 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
1146 CAIRO_GL_* throughout, because find_package will define
1148 * Source/cmake/OptionsGTK.cmake: Ditto.
1150 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1152 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
1153 https://bugs.webkit.org/show_bug.cgi?id=144845
1155 Reviewed by Martin Robinson.
1157 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1158 if their corresponding WTF options are ON. The code in npapi.h
1159 relies on these being undefined if they are to be switched off.
1161 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1163 Remove the PICTURE_SIZES build flag
1164 https://bugs.webkit.org/show_bug.cgi?id=144679
1166 Reviewed by Benjamin Poulain.
1168 Removed the PICTURE_SIZES build time flag.
1170 * Source/cmake/OptionsEfl.cmake:
1171 * Source/cmake/OptionsGTK.cmake:
1172 * Source/cmake/OptionsMac.cmake:
1173 * Source/cmake/OptionsWindows.cmake:
1174 * Source/cmake/WebKitFeatures.cmake:
1176 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1178 [GTK] [CMake] Check for required X libraries
1179 https://bugs.webkit.org/show_bug.cgi?id=144823
1181 Reviewed by Martin Robinson.
1183 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1185 * Source/cmake/OptionsGTK.cmake:
1187 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1189 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1190 https://bugs.webkit.org/show_bug.cgi?id=144746
1192 Reviewed by Carlos Garcia Campos.
1194 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1195 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1196 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1198 * Source/cmake/OptionsGTK.cmake:
1200 2015-05-08 Daniel Bates <dabates@apple.com>
1202 [iOS] WebSQL operations are not performed after device is locked
1203 https://bugs.webkit.org/show_bug.cgi?id=137503
1204 <rdar://problem/20844952>
1206 Rubber-stamped by Alexey Proskuryakov.
1208 Add a manual test to help verify that we do not regress this issue.
1210 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1212 2015-05-08 Commit Queue <commit-queue@webkit.org>
1214 Unreviewed, rolling out r183945.
1215 https://bugs.webkit.org/show_bug.cgi?id=144789
1217 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1221 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1222 https://bugs.webkit.org/show_bug.cgi?id=144746
1223 http://trac.webkit.org/changeset/183945
1225 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1227 Cleanup after r183940
1228 https://bugs.webkit.org/show_bug.cgi?id=144768
1232 Looks like the empty directories were not deleted.
1234 * Source/PAL: Removed.
1235 * Source/PAL/Configurations: Removed.
1236 * Source/PAL/PAL.xcodeproj: Removed.
1237 * Source/PAL/graphics: Removed.
1239 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1241 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1242 https://bugs.webkit.org/show_bug.cgi?id=144746
1244 Reviewed by Martin Robinson.
1246 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1247 what it is defined to, so defining it to 0 effectively turned it on always.
1249 * Source/cmake/OptionsGTK.cmake:
1251 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1253 Revert "Introducing the Platform Abstraction Layer (PAL)"
1254 https://bugs.webkit.org/show_bug.cgi?id=144751
1258 PAL should be a new target inside WebCore, rather than a top-level folder.
1260 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1262 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1264 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1266 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1268 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1270 Introducing the Platform Abstraction Layer (PAL)
1271 https://bugs.webkit.org/show_bug.cgi?id=143358
1273 Reviewed by Simon Fraser.
1275 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1277 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1279 [cmake] Disable GNU Gold linker on Cortex A53
1280 https://bugs.webkit.org/show_bug.cgi?id=144382
1282 Reviewed by Carlos Garcia Campos.
1284 * Source/cmake/OptionsCommon.cmake:
1286 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1288 USE(...) macro should expect unprefixed variables
1289 https://bugs.webkit.org/show_bug.cgi?id=144454
1291 Reviewed by Daniel Bates.
1293 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1294 * Source/cmake/OptionsEfl.cmake: Ditto.
1295 * Source/cmake/OptionsGTK.cmake: Ditto.
1296 * Source/cmake/OptionsMac.cmake: Ditto.
1297 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1298 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1301 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1303 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1304 https://bugs.webkit.org/show_bug.cgi?id=144394
1306 Reviewed by Carlos Garcia Campos.
1308 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1309 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1310 disabled in previous reworking of the CMake configuration.
1312 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1313 version of USE variables.
1314 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1315 is exposed to the build.
1317 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1319 Unreviewed. Bump GTK+ version numbers.
1321 * Source/cmake/OptionsGTK.cmake:
1323 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1325 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1326 https://bugs.webkit.org/show_bug.cgi?id=144435
1328 Reviewed by Gyuyoung Kim.
1330 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1331 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1333 * Source/cmake/OptionsEfl.cmake:
1335 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1337 REGRESSION(183583): [Mac] make without SDKROOT has issues
1338 https://bugs.webkit.org/show_bug.cgi?id=144431
1340 Reviewed by Dan Bernstein.
1343 Assume an empty SDKROOT means an macosx variant, so only
1344 enable settings if the SDKROOT is not empty and does not
1347 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1349 Fix the GTK+ build after r183584
1351 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1353 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1355 [GTK] Add support for automatic hyphenation
1356 https://bugs.webkit.org/show_bug.cgi?id=44478
1358 Reviewed by Carlos Garcia Campos.
1360 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1361 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1362 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1364 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1366 Failure when building WebKit for appletvsimulator.
1367 https://bugs.webkit.org/show_bug.cgi?id=144356
1369 Reviewed by Alexey Proskuryakov.
1371 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1372 make TVOS and WatchOS behave correctly.
1376 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1378 [CMake] [GTK] Organize and clean up unused CMake variables
1379 https://bugs.webkit.org/show_bug.cgi?id=144364
1381 Reviewed by Gyuyoung Kim.
1383 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1384 specific to certain projects into their PlatformGTK.cmake files.
1386 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1388 [EFL] Build failure to find gio-unix
1389 https://bugs.webkit.org/show_bug.cgi?id=144083
1391 Reviewed by Gyuyoung Kim.
1393 Original patch by Doug Newgard <scimma22@outlook.com>
1395 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1397 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1399 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1400 https://bugs.webkit.org/show_bug.cgi?id=143001
1402 Reviewed by Gyuyoung Kim.
1404 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1405 * Source/cmake/OptionsGTK.cmake: Ditto.
1407 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1409 Unreviewed, fix typo in previous commit
1411 libsecretr -> libsecret in the error message.
1413 * Source/cmake/OptionsGTK.cmake:
1415 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1417 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1418 https://bugs.webkit.org/show_bug.cgi?id=143546
1420 Reviewed by Martin Robinson.
1422 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1423 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1424 default. Fail the build with an informative error message if an optional dependency required
1425 for an enabled feature is not present. Perform find_package commands only when necessary.
1426 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1429 * Source/cmake/OptionsGTK.cmake:
1431 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1433 [GTK] Make all options actually options
1434 https://bugs.webkit.org/show_bug.cgi?id=144106
1436 Reviewed by Martin Robinson.
1438 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1439 ENABLE_WAYLAND_TARGET.
1441 * Source/cmake/OptionsGTK.cmake:
1443 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1445 Unreviewed, fix GTK build after r183452
1447 * Source/cmake/OptionsGTK.cmake:
1449 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1451 [GTK] Add one single option to control all OpenGL-related options
1452 https://bugs.webkit.org/show_bug.cgi?id=144105
1454 Reviewed by Martin Robinson.
1456 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1457 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1458 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1459 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1460 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1461 presence of CairoGL.
1463 * Source/cmake/OptionsGTK.cmake:
1465 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1467 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1468 https://bugs.webkit.org/show_bug.cgi?id=144306
1470 Reviewed by Martin Robinson.
1472 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1474 * Source/cmake/OptionsGTK.cmake:
1476 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1478 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1479 https://bugs.webkit.org/show_bug.cgi?id=144193
1481 Reviewed by Darin Adler.
1483 * Source/cmake/OptionsEfl.cmake:
1484 * Source/cmake/OptionsGTK.cmake:
1485 * Source/cmake/OptionsWinCairo.cmake:
1486 * Source/cmake/WebKitFeatures.cmake:
1488 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1490 [CMake] Should be possible for an option to conflict with other options
1491 https://bugs.webkit.org/show_bug.cgi?id=143956
1493 Reviewed by Martin Robinson.
1495 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1497 * Source/cmake/WebKitFeatures.cmake:
1499 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1501 [CMake] Autogenerate cmakeconfig.h.cmake
1502 https://bugs.webkit.org/show_bug.cgi?id=143997
1504 Reviewed by Csaba Osztrogonác.
1506 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1507 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1508 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1509 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1510 Do some other miscellaneous related cleanup.
1511 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1512 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1513 build exposed variables. Add a macro to generate a configuration from them.
1514 * Source/cmakeconfig.h.cmake: Removed.
1516 2015-04-24 Philippe Normand <pnormand@igalia.com>
1518 [JHBuild] Move to upstream OpenWebRTC
1519 https://bugs.webkit.org/show_bug.cgi?id=144145
1521 Reviewed by Carlos Garcia Campos.
1523 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1526 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1528 [ES6] Implement ES6 template literals
1529 https://bugs.webkit.org/show_bug.cgi?id=142691
1531 Reviewed by Darin Adler.
1533 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1535 * Source/cmake/WebKitFeatures.cmake:
1536 * Source/cmakeconfig.h.cmake:
1538 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1540 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1541 https://bugs.webkit.org/show_bug.cgi?id=144182
1543 Reviewed by Simon Fraser.
1545 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1546 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1547 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1548 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1549 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1551 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1553 [GTK] Add more public options
1554 https://bugs.webkit.org/show_bug.cgi?id=144116
1556 Reviewed by Martin Robinson.
1558 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1560 * Source/cmake/OptionsGTK.cmake:
1562 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1564 [CMake] Some internal variables are not marked as advanced
1565 https://bugs.webkit.org/show_bug.cgi?id=143595
1567 Reviewed by Martin Robinson.
1569 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1570 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1572 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1574 [GTK] Mark as advanced the build options we don't want to expose
1575 https://bugs.webkit.org/show_bug.cgi?id=143558
1577 Reviewed by Martin Robinson.
1579 Mark various options as private instead of public.
1581 * Source/cmake/OptionsGTK.cmake:
1583 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1585 [CMake] Should be possible for an option to depend on multiple options
1586 https://bugs.webkit.org/show_bug.cgi?id=143839
1588 Reviewed by Martin Robinson.
1590 Use a list instead of a single variable to track the dependencies of each option. Iterate
1591 over the list as many times as necessary to ensure all options are properly disabled.
1593 * Source/cmake/WebKitFeatures.cmake:
1595 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1597 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1598 https://bugs.webkit.org/show_bug.cgi?id=144103
1600 Reviewed by Martin Robinson.
1602 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1604 * Source/cmake/WebKitFeatures.cmake:
1606 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1608 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1609 https://bugs.webkit.org/show_bug.cgi?id=144102
1611 Reviewed by Martin Robinson.
1613 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1614 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1615 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1617 * Source/cmake/OptionsGTK.cmake:
1619 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1621 [CMake] Clean up JSC JIT options
1622 https://bugs.webkit.org/show_bug.cgi?id=143998
1624 Reviewed by Filip Pizlo.
1626 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1627 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1628 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1629 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1630 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1631 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1633 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1635 [CMake] Use lowercase for local variables in macros
1636 https://bugs.webkit.org/show_bug.cgi?id=144059
1638 Reviewed by Martin Robinson.
1640 Convert some variable names to lowercase.
1642 * Source/cmake/WebKitFeatures.cmake:
1644 2015-04-22 Commit Queue <commit-queue@webkit.org>
1646 Unreviewed, rolling out r183116.
1647 https://bugs.webkit.org/show_bug.cgi?id=144060
1649 Inadvertently deleted a file... (Requested by mcatanzaro on
1654 "[CMake] Use lowercase for local variables in macros"
1655 https://bugs.webkit.org/show_bug.cgi?id=144059
1656 http://trac.webkit.org/changeset/183116
1658 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1660 [CMake] Use lowercase for local variables in macros
1661 https://bugs.webkit.org/show_bug.cgi?id=144059
1663 Reviewed by Martin Robinson.
1665 Convert some variable names to lowercase.
1667 * Source/cmake/WebKitFeatures.cmake:
1669 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1671 [CMake] Features list should print dots every other row
1672 https://bugs.webkit.org/show_bug.cgi?id=143832
1674 Reviewed by Martin Robinson.
1676 Discount private options when determining whether to print dots on a given row of the
1677 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1678 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1679 wasn't noticed because it only affects the first line, and use of the variable name as a
1680 string in a conditional.)
1682 * Source/cmake/WebKitFeatures.cmake:
1684 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1686 [CMake] Require specifying visibility of WebKit options
1687 https://bugs.webkit.org/show_bug.cgi?id=143831
1689 Reviewed by Alex Christensen.
1691 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1692 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1693 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1694 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1695 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1696 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1697 cross-platform options as PRIVATE.
1699 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1701 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1702 https://bugs.webkit.org/show_bug.cgi?id=143935
1704 Reviewed by Darin Adler.
1706 Some variables aren't defined in these files or unused variables aren't removed. This
1707 patch cleans up it as well as fix wrong alphabet order.
1709 * Source/cmake/WebKitFeatures.cmake:
1710 * Source/cmakeconfig.h.cmake:
1712 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1714 Restore the WebKit.xcworkspace to the way it was before r182899,
1715 which inadvertently added the Source directory and a couple of source
1718 * WebKit.xcworkspace/contents.xcworkspacedata:
1720 2015-04-16 Basile Clement <basile_clement@apple.com>
1722 Extract the allocation profile from JSFunction into a rare object
1723 https://bugs.webkit.org/show_bug.cgi?id=143807
1725 Reviewed by Filip Pizlo.
1727 * WebKit.xcworkspace/contents.xcworkspacedata:
1729 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1731 [EFL] Bump LLVM to version 3.6.0 on X86_64
1732 https://bugs.webkit.org/show_bug.cgi?id=143604
1734 Reviewed by Gyuyoung Kim.
1736 * Source/cmake/FindLLVM.cmake: Added version handling.
1737 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1739 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1741 Custom CSS cursors do not use -webkit-image-set on retina displays
1742 https://bugs.webkit.org/show_bug.cgi?id=120783
1744 Reviewed by Beth Dakin.
1745 Patch by Evan Wallace <evan.exe@gmail.com>.
1747 Add a manual test for custom CSS cursors on retina displays.
1749 * ManualTests/retina-cursors.html: Added.
1751 2015-04-15 Alex Christensen <achristensen@webkit.org>
1753 Progress towards CMake on Mac.
1754 https://bugs.webkit.org/show_bug.cgi?id=143785
1756 Reviewed by Csaba Osztrogonác.
1759 * Source/cmake/OptionsMac.cmake:
1760 * Source/cmake/WebKitFS.cmake:
1762 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1764 Cannot click "Next" button on Google two-factor auth setup page
1766 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1767 <rdar://problem/19175714>
1769 Reviewed by Darin Adler.
1771 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1773 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1775 [cmake] REGRESSION(182663): It broke feature dependency handling
1776 https://bugs.webkit.org/show_bug.cgi?id=143665
1778 Reviewed by Csaba Osztrogonác.
1780 Don't try to check the value of options before defining the options.
1782 * Source/cmake/WebKitFeatures.cmake:
1784 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1786 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1787 https://bugs.webkit.org/show_bug.cgi?id=143664
1789 Reviewed by Gyuyoung Kim.
1791 * Source/cmake/OptionsEfl.cmake:
1792 * Source/cmake/OptionsGTK.cmake:
1793 * Source/cmake/WebKitFeatures.cmake:
1794 * Source/cmakeconfig.h.cmake:
1796 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1798 [EFL] Enable Media Source
1799 https://bugs.webkit.org/show_bug.cgi?id=143635
1801 Reviewed by Csaba Osztrogonác.
1803 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1805 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1807 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1808 https://bugs.webkit.org/show_bug.cgi?id=143636
1810 Reviewed by Martin Robinson.
1812 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1813 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1815 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1816 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1818 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1820 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1822 Fix ENABLE_TOUCH_SLIDER so that it can be used
1826 * Source/cmake/WebKitFeatures.cmake:
1828 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1830 [CMake] Print sorted feature list at the very end of the configure process
1831 https://bugs.webkit.org/show_bug.cgi?id=143596
1833 Reviewed by Martin Robinson.
1835 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1836 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1837 and sort the options before printing. Reorder some code so that features still get
1838 propagated to the bindings generators.
1840 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1842 [CMake] Options should be marked as advanced by default
1843 https://bugs.webkit.org/show_bug.cgi?id=143572
1845 Reviewed by Gyuyoung Kim.
1847 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1848 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1849 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1850 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1851 option without making it public.
1853 * Source/cmake/WebKitFeatures.cmake:
1855 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1857 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1858 https://bugs.webkit.org/show_bug.cgi?id=143584
1860 Reviewed by Csaba Osztrogonác.
1862 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1866 * Source/CMakeLists.txt:
1867 * Source/cmake/OptionsGTK.cmake:
1868 * Source/cmake/WebKitFS.cmake:
1870 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1872 Unreviewed, revert accidental commit.
1876 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1878 Add CMake build system for WinCairo port.
1879 https://bugs.webkit.org/show_bug.cgi?id=115944
1881 Reviewed by Chris Dumez.
1883 * Source/cmake/OptionsWindows.cmake:
1884 * Source/cmake/WebKitMacros.cmake:
1885 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1887 2015-04-06 Alberto Garcia <berto@igalia.com>
1889 [GTK] Fix HPPA build
1890 https://bugs.webkit.org/show_bug.cgi?id=143453
1892 Reviewed by Darin Adler.
1894 Add HPPA to the list of supported CPUs.
1898 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1900 Unreviewed, kick the GTK bots to fix an incremental build issue.
1902 * Source/cmake/OptionsGTK.cmake:
1904 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1906 Fix the EFL and GTK build after r182243
1907 https://bugs.webkit.org/show_bug.cgi?id=143361
1909 Reviewed by Csaba Osztrogonác.
1911 * Source/PlatformEfl.cmake: Add a custom command that copies
1912 the InspectorBackendCommands.js file into the proper directory
1913 under DerivedSources/WebInspectorUI/.
1915 2015-04-01 Alex Christensen <achristensen@webkit.org>
1917 Progress towards CMake on Windows and Mac.
1918 https://bugs.webkit.org/show_bug.cgi?id=143293
1920 Reviewed by Filip Pizlo.
1923 Set DERIVED_SOURCES_WTF_DIR for Windows.
1924 * Source/CMakeLists.txt:
1925 Don't compile bmalloc on Windows.
1926 * Source/cmake/OptionsCommon.cmake:
1927 Use the absolute path of the C preprocessor.
1928 * Source/cmake/OptionsWinCairo.cmake:
1929 Added needed definitions.
1930 * Source/cmake/OptionsWindows.cmake:
1931 Set some default values and removed support for old Visual Studio versions before /MP.
1932 * Source/cmake/WebKitFS.cmake:
1933 Make WTF DerivedSources directory.
1934 * Source/cmake/WebKitMacros.cmake:
1935 Added ADD_PRECOMPILED_HEADER macro based on
1936 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1938 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1940 Use colored diagnostics when building with cmake + ninja + clang
1941 https://bugs.webkit.org/show_bug.cgi?id=143297
1943 Reviewed by Žan Doberšek.
1945 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1946 disables colored output.
1947 This patch forces clang to use colored diagnostics when we are using
1950 * Source/cmake/OptionsCommon.cmake:
1952 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1954 [CMake] Update old CMakeList.txt in gtest
1955 https://bugs.webkit.org/show_bug.cgi?id=143192
1957 Reviewed by Darin Adler.
1959 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1960 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1961 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1963 * Source/CMakeLists.txt:
1964 * Source/cmake/gtest/CMakeLists.txt: Removed.
1966 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1968 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1969 https://bugs.webkit.org/show_bug.cgi?id=143138
1971 Reviewed by Csaba Osztrogonác.
1973 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1974 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1976 * Source/cmake/OptionsWindows.cmake:
1977 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1978 * Source/cmake/WebKitMacros.cmake:
1980 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1982 [GStreamer] share GL context in pipeline, part 2
1983 https://bugs.webkit.org/show_bug.cgi?id=143049
1985 Reviewed by Carlos Garcia Campos.
1987 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1988 OpenGL/ES2 is found and GLX/EGL is found too.
1990 2015-03-26 Alex Christensen <achristensen@webkit.org>
1992 Progress towards CMake on Mac.
1993 https://bugs.webkit.org/show_bug.cgi?id=143112
1995 Reviewed by Chris Dumez.
1997 * Source/cmake/OptionsMac.cmake:
1999 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
2001 [EFL] Add OpenWebRTC in jhbuild
2002 https://bugs.webkit.org/show_bug.cgi?id=142778
2004 Reviewed by Gyuyoung Kim.
2006 Original patch by Philippe Normand <pnormand@igalia.com>
2008 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
2009 mediastream build is enabled.
2011 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
2013 [GTK] Add a configure option to build without Redirected XComposite Window
2014 https://bugs.webkit.org/show_bug.cgi?id=142865
2016 Reviewed by Žan Doberšek.
2018 The Redirected XComposite Window was added to support some
2019 features like GtkOverlay, but in cases where we don't need such
2020 features, it's more efficient to use the XID of the WebKitWebView
2021 window as the native surface handle for the accelerated
2022 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
2023 that is enabled by default for X11 target when OpenGL is enabled.
2025 * Source/cmake/OptionsGTK.cmake:
2027 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
2029 [GTK] Search for the Wayland dependency when enabling Wayland target
2030 https://bugs.webkit.org/show_bug.cgi?id=142876
2032 Reviewed by Carlos Garcia Campos.
2034 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
2035 requirement of either the GTK+ or GDK pkg-config files, so we have to
2036 search for it ourselves when WebKitGTK+ has been configured to support
2037 the Wayland windowing target.
2039 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2041 Unreviewed, kick the GTK bots to regenerate makefile.
2042 https://bugs.webkit.org/show_bug.cgi?id=137394
2044 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
2045 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
2047 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2049 Unreviewed, kick the GTK bots to regenerate makefile.
2050 https://bugs.webkit.org/show_bug.cgi?id=137394
2052 * Source/cmake/OptionsEfl.cmake:
2054 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2056 [GTK] Fix inspector userinterface related incremental build issue
2057 https://bugs.webkit.org/show_bug.cgi?id=142849
2059 Reviewed by Carlos Garcia Campos.
2061 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2063 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2065 Unreviewed, kick the GTK bots to regenerate makefile.
2067 * Source/cmake/OptionsGTK.cmake:
2069 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2071 [EFL] Expose JavaScript binding interface through ewk_extension
2072 https://bugs.webkit.org/show_bug.cgi?id=142033
2074 Reviewed by Gyuyoung Kim.
2076 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2078 2015-03-17 Philippe Normand <pnormand@igalia.com>
2080 [GTK] basic OpenWebRTC build support
2081 https://bugs.webkit.org/show_bug.cgi?id=142393
2083 Reviewed by Carlos Garcia Campos.
2085 * Source/cmake/FindOpenWebRTC.cmake: Added.
2086 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
2087 mediastream build is enabled.
2089 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2091 [CMake][EFL] Build test tools only for developer mode
2092 https://bugs.webkit.org/show_bug.cgi?id=142761
2094 Reviewed by Csaba Osztrogonác.
2096 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
2098 * Source/cmake/OptionsEfl.cmake:
2099 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
2100 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
2101 * Source/cmakeconfig.h.cmake:
2103 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
2105 Enable ES6 classes by default
2106 https://bugs.webkit.org/show_bug.cgi?id=142774
2108 Reviewed by Gavin Barraclough.
2110 * Source/cmake/WebKitFeatures.cmake:
2112 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2114 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
2115 https://bugs.webkit.org/show_bug.cgi?id=142722
2117 Reviewed by Csaba Osztrogonác.
2119 Categorize to define cmake variables, to find necessary packages,
2120 use upper case for "glib_conponents" cmake variable name, re-arrange
2121 wrong alphabet sorting, and so on.
2123 * CMakeLists.txt: Remove WinCE port.
2124 * Source/cmake/OptionsEfl.cmake:
2126 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2128 [GStreamer] share GL context in pipeline
2129 https://bugs.webkit.org/show_bug.cgi?id=142693
2131 Reviewed by Philippe Normand.
2133 Add search of gstreamer-gl library in the GStreamer installation. If
2134 it is found, WTF_USE_GSTREAMER_GL macro is defined.
2136 * Source/cmake/FindGStreamer.cmake:
2137 * Source/cmake/OptionsGTK.cmake:
2139 2015-03-13 Alex Christensen <achristensen@webkit.org>
2141 Progress towards CMake on Mac.
2142 https://bugs.webkit.org/show_bug.cgi?id=142680
2144 Reviewed by Gyuyoung Kim.
2147 * Source/PlatformMac.cmake: Added stub.
2148 * Source/cmake/OptionsMac.cmake:
2149 Change defines to get CMake working.
2151 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2153 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
2154 https://bugs.webkit.org/show_bug.cgi?id=126688
2156 Reviewed by Gustavo Noronha Silva.
2158 Add ENABLE_MINIBROWSER option, enabled by default for development
2159 builds and disabled for production builds unless explicilty enabled.
2161 * Source/cmake/OptionsGTK.cmake:
2163 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2165 [GTK] Do not look for child processes in the UI process binary path
2166 https://bugs.webkit.org/show_bug.cgi?id=135752
2168 Reviewed by Gustavo Noronha Silva.
2170 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2171 build for development builds.
2173 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2175 [GTK] Add a configure option to build with OpenGL ES 2
2176 https://bugs.webkit.org/show_bug.cgi?id=142498
2178 Reviewed by Martin Robinson.
2180 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2181 GLES2 is required and OpenGL is not even searched. Otherwise we
2182 search for OpenGL as usual, using it only if present.
2184 * Source/cmake/OptionsGTK.cmake:
2186 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2188 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2189 https://bugs.webkit.org/show_bug.cgi?id=142338
2191 Reviewed by Gyuyoung Kim.
2193 * Source/cmake/WebKitHelpers.cmake:
2195 2015-03-03 Daniel Bates <dabates@apple.com>
2197 Convert ManualTests/svg-tooltip.svg to a DRT test
2198 https://bugs.webkit.org/show_bug.cgi?id=140480
2200 Reviewed by Alex Christensen.
2202 * ManualTests/svg-tooltip.svg: Removed.
2204 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2206 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2207 https://bugs.webkit.org/show_bug.cgi?id=142165
2209 Reviewed by Carlos Garcia Campos.
2211 * Source/cmake/gtksymbols.filter:
2213 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2215 [EFL] Remove unnecessary comment after r179110
2216 https://bugs.webkit.org/show_bug.cgi?id=142042
2218 Reviewed by Gyuyoung Kim.
2220 * Source/cmake/OptionsEfl.cmake:
2222 2015-02-23 Tomas Popela <tpopela@redhat.com>
2224 [GTK] Fails to compile with cmake 3.2.x
2225 https://bugs.webkit.org/show_bug.cgi?id=141796
2227 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2228 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2229 added and the build will fail.
2231 Reviewed by Martin Robinson.
2233 * Source/cmake/OptionsGTK.cmake:
2235 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2237 Remove svn:keywords property.
2239 As far as I can tell, the property had no effect on any of these files, but also,
2240 when it has effect it's likely harmful.
2242 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2243 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2244 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2245 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2246 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2247 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2248 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2249 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2250 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2251 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2252 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2253 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2254 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2255 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2257 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2259 [CMAKE] Remove CMakeLists.txt in WK1 port
2260 https://bugs.webkit.org/show_bug.cgi?id=141617
2262 Reviewed by Anders Carlsson.
2264 Nobody uses CMake in WK1 port. Remove it.
2268 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2270 Unreviewed, remove empty directories.
2272 * ManualTests/qt: Removed.
2274 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2276 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2277 https://bugs.webkit.org/show_bug.cgi?id=141481
2279 Reviewed by Csaba Osztrogonác.
2281 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2283 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2285 [EFL][GTK] Use bmalloc instead of tcmalloc
2286 https://bugs.webkit.org/show_bug.cgi?id=140162
2288 Reviewed by Carlos Garcia Campos.
2290 Add bmalloc directory to build list.
2292 * CMakeLists.txt: Define BMALLOC_DIR directory.
2293 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2295 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2297 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2298 https://bugs.webkit.org/show_bug.cgi?id=141392
2300 Reviewed by Gustavo Noronha Silva.
2302 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2304 * Source/cmake/OptionsGTK.cmake:
2306 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2308 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2309 https://bugs.webkit.org/show_bug.cgi?id=141328
2311 Reviewed by Darin Adler.
2313 Added as manual test because it involves a huge grid allocation
2314 which is very slow on Debug bots, the only ones capable to trigger
2317 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2319 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2321 [Streams API] Implement a barebone ReadableStream interface
2322 https://bugs.webkit.org/show_bug.cgi?id=141045
2324 Reviewed by Benjamin Poulain.
2326 * Source/cmake/WebKitFeatures.cmake:
2327 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2329 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2331 Revert accidental change in r179490.
2335 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2337 Unreviewed, revert accidental change to Makefile.shared in r179478
2341 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2343 [CMake] Minimum python version should be 2.7.
2344 https://bugs.webkit.org/show_bug.cgi?id=140997
2346 Reviewed by Csaba Osztrogonác.
2350 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2352 Apply feTurbulence spec change to fix zero length vector generation
2353 https://bugs.webkit.org/show_bug.cgi?id=140812
2355 Reviewed by Darin Adler.
2357 Recently a bug with the turbulence algorithm was corrected in the
2358 Filter Effects specification.
2359 For some seed values this bug allowed zero length vectors to be generated.
2360 This resulted in large solid color squares being present in the generated image.
2361 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2362 applies that change in WebCore.
2364 Test: svg/filters/feTurbulence_bad_seeds.html
2366 * platform/graphics/filters/FETurbulence.cpp:
2367 (WebCore::FETurbulence::initPaint):
2368 Added rejection sampling during vector generation to avoid zero length vectors.
2370 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2372 [cmake] Remove compiler version calculate cruft
2373 https://bugs.webkit.org/show_bug.cgi?id=140885
2375 Reviewed by Darin Adler.
2377 * Source/cmake/WebKitHelpers.cmake:
2379 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2381 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2382 https://bugs.webkit.org/show_bug.cgi?id=140886
2384 Reviewed by Žan Doberšek.
2386 * Source/cmake/WebKitHelpers.cmake:
2388 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2390 [GTK] gtkdoc does not appear in DevHelp
2391 https://bugs.webkit.org/show_bug.cgi?id=139369
2393 Reviewed by Philippe Normand.
2395 Expect the gtkdoc to be generated in folders named with the API version.
2397 * Source/PlatformGTK.cmake:
2399 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2401 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2402 https://bugs.webkit.org/show_bug.cgi?id=140609
2404 Reviewed by Csaba Osztrogonác.
2406 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2407 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2408 compilation flags. Those were added after the jsCStack branch merge, but
2409 can now be removed since the -ftree-dce issues were fixed in GCC, and
2410 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2412 * Source/cmake/OptionsEfl.cmake:
2413 * Source/cmake/OptionsGTK.cmake:
2415 2015-01-26 Commit Queue <commit-queue@webkit.org>
2417 Unreviewed, rolling out r179107.
2418 https://bugs.webkit.org/show_bug.cgi?id=140880
2420 The GCC in the bots doesn't support the AsyncTask
2421 implementation (Requested by KaL on #webkit).
2425 "[GTK] Enable IndexedDB"
2426 https://bugs.webkit.org/show_bug.cgi?id=98932
2427 http://trac.webkit.org/changeset/179107
2429 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2431 [GTK] Enable IndexedDB
2432 https://bugs.webkit.org/show_bug.cgi?id=98932
2434 Reviewed by Žan Doberšek.
2436 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2437 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2439 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2441 [GTK] Add initial database process support
2442 https://bugs.webkit.org/show_bug.cgi?id=139491
2444 Reviewed by Sergio Villar Senin.
2446 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2448 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2450 Add a build flag for ES6 class syntax
2451 https://bugs.webkit.org/show_bug.cgi?id=140760
2453 Reviewed by Michael Saboff.
2455 * Source/cmake/WebKitFeatures.cmake:
2456 * Source/cmakeconfig.h.cmake:
2458 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2460 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2461 https://bugs.webkit.org/show_bug.cgi?id=140049
2463 Reviewed by Gyuyoung Kim.
2465 * Source/cmake/OptionsCommon.cmake:
2467 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2469 Remove ENABLE(INSPECTOR) ifdef guards
2470 https://bugs.webkit.org/show_bug.cgi?id=140668
2472 Reviewed by Darin Adler.
2474 * Source/PlatformEfl.cmake:
2475 * Source/cmake/OptionsEfl.cmake:
2476 * Source/cmake/OptionsGTK.cmake:
2477 * Source/cmake/OptionsMac.cmake:
2478 * Source/cmake/WebKitFeatures.cmake:
2479 * Source/cmakeconfig.h.cmake:
2481 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2483 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2485 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2487 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2489 [CMAKE] Fix cmake warning
2490 https://bugs.webkit.org/show_bug.cgi?id=140497
2492 Reviewed by Gustavo Noronha Silva.
2494 r173155 already tried to fix cmake warning though, the warning is still exist.
2495 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2496 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2497 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2498 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2499 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2503 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2505 [GTK] Generate the make dist manifest from a CMake template file
2506 https://bugs.webkit.org/show_bug.cgi?id=139387
2508 Reviewed by Martin Robinson.
2510 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2511 distcheck targets for developer builds, as they won't work when
2512 building from a tarball because the manifest is not distributed.
2514 * Source/PlatformGTK.cmake:
2516 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2518 Remove ENABLE(SQL_DATABASE) guards
2519 https://bugs.webkit.org/show_bug.cgi?id=140434
2521 Reviewed by Darin Adler.
2523 * Source/cmake/OptionsMac.cmake:
2524 * Source/cmake/WebKitFeatures.cmake:
2525 * Source/cmakeconfig.h.cmake:
2527 2015-01-11 Sam Weinig <sam@webkit.org>
2529 Remove support for SharedWorkers
2530 https://bugs.webkit.org/show_bug.cgi?id=140344
2532 Reviewed by Anders Carlsson.
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-10 Dan Bernstein <mitz@apple.com>
2542 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2543 https://bugs.webkit.org/show_bug.cgi?id=140339
2545 Reviewed by Mark Rowe.
2547 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2548 prevents unnecessary rebuilding due to PATH differences.
2550 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2552 [GTK][ThreadedCompositor] Add support for threaded compositor.
2553 https://bugs.webkit.org/show_bug.cgi?id=118265
2555 Reviewed by Martin Robinson.
2557 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2558 autotools build systems. The feature is disabled by default.
2559 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2560 from the feature flags.
2562 * Source/cmake/OptionsEfl.cmake:
2563 * Source/cmake/OptionsGTK.cmake:
2564 * Source/cmake/WebKitFeatures.cmake:
2565 * Source/cmakeconfig.h.cmake:
2567 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2569 Simplify building with ASan
2570 https://bugs.webkit.org/show_bug.cgi?id=139916
2572 Reviewed by Mark Rowe.
2574 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2576 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2578 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2580 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2582 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2584 Null dereference performing a "TapAndAHalf" gesture in Google search field
2586 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2587 <rdar://problem/19028828>
2589 Reviewed by Darin Adler.
2591 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2593 2014-12-10 Dean Jackson <dino@apple.com>
2595 Blur filter performance test doesn't provide results
2596 https://bugs.webkit.org/show_bug.cgi?id=139462
2598 Reviewed by Sam Weinig.
2600 This can't currently work under our performance test
2601 infrastructure. Move it to a manual test to avoid
2602 putting FAILures into the results.
2604 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2606 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2608 [GTK][WK2] Add HTML5 Notifications support
2609 https://bugs.webkit.org/show_bug.cgi?id=61140
2611 Reviewed by Carlos Garcia Campos.
2613 * Source/cmake/FindLibNotify.cmake: Added.
2614 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2615 libnotify and use it for a default implementation when found.
2617 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2619 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2620 https://bugs.webkit.org/show_bug.cgi?id=138100
2622 Reviewed by Simon Fraser.
2624 DRT causes an extra paint which makes it impossible to test this with
2627 * ManualTests/float-layer-not-painting.html: Added.
2629 2014-12-07 Alberto Garcia <berto@igalia.com>
2631 [GTK] WebKit has a new required dependency on GnuTLS
2632 https://bugs.webkit.org/show_bug.cgi?id=136158
2634 Reviewed by Martin Robinson.
2636 Detect if GnuTLS is installed and enable or disable subtle crypto
2637 support accordingly.
2639 * Source/cmake/OptionsGTK.cmake:
2641 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2643 [GTK] Missing API detected in GObject DOM bindings after r176630
2644 https://bugs.webkit.org/show_bug.cgi?id=139201
2646 Reviewed by Gustavo Noronha Silva.
2648 Change GENERATE_BINDINGS macro to receive a list of optional
2649 additional dependencies, so that we can add more dependecies
2650 without having to change the macro.
2652 * Source/cmake/WebKitMacros.cmake:
2654 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2656 Programmatic scrolling and content changes are not always synchronized
2657 https://bugs.webkit.org/show_bug.cgi?id=139245
2658 rdar://problem/18833612
2660 Reviewed by Anders Carlsson.
2662 Manual test that tries to sync layout with programmatic scrolling.
2664 * ManualTests/programmatic-scroll-flicker.html: Added.
2666 2014-12-04 Alberto Garcia <berto@igalia.com>
2668 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2669 https://bugs.webkit.org/show_bug.cgi?id=136576
2671 Reviewed by Carlos Garcia Campos.
2673 CMake should complain if Accelerated 2D Canvas is explicitly
2674 enabled but cairo-gl is not found.
2676 * Source/cmake/OptionsGTK.cmake:
2678 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2680 [EFL] Add subtle crypto to the build system
2681 https://bugs.webkit.org/show_bug.cgi?id=138612
2683 Reviewed by Csaba Osztrogonác.
2685 * Source/cmake/OptionsEfl.cmake:
2687 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2689 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2690 https://bugs.webkit.org/show_bug.cgi?id=139085
2692 Reviewed by Andreas Kling.
2694 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2695 * Source/cmake/WebKitFeatures.cmake: ditto.
2696 * Source/cmakeconfig.h.cmake: ditto.
2698 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2700 [EFL] Drop support for the EFL 1.7
2701 https://bugs.webkit.org/show_bug.cgi?id=139114
2703 Reviewed by Gyuyoung Kim.
2705 * Source/cmake/EFLHelpers.cmake: Removed.
2706 * Source/cmake/FindEcore.cmake: Removed.
2707 * Source/cmake/FindEdje.cmake: Removed.
2708 * Source/cmake/FindEet.cmake: Removed.
2709 * Source/cmake/FindEeze.cmake: Removed.
2710 * Source/cmake/FindEfreet.cmake: Removed.
2711 * Source/cmake/FindEina.cmake: Removed.
2712 * Source/cmake/FindElementary.cmake: Removed.
2713 * Source/cmake/FindEvas.cmake: Removed.
2714 * Source/cmake/OptionsEfl.cmake:
2716 2014-11-28 Philippe Normand <pnormand@igalia.com>
2718 [CMake] Build failure against GStreamer git master
2719 https://bugs.webkit.org/show_bug.cgi?id=138872
2721 Reviewed by Csaba Osztrogon.
2723 * Source/cmake/FindGStreamer.cmake: Simplified the
2724 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2725 headers lookup, there's no need to do this manually. Also
2726 explicitely check the version specified in GStreamer_FIND_VERSION.
2728 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2730 [EFL] Remove E_Dbus dependency
2731 https://bugs.webkit.org/show_bug.cgi?id=136355
2733 Reviewed by Gyuyoung Kim.
2735 * Source/cmake/FindE_DBus.cmake: Removed.
2736 * Source/cmake/OptionsEfl.cmake:
2738 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2740 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2742 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2744 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2746 [CMake] Use ld.gold if it is available to speedup builds
2747 https://bugs.webkit.org/show_bug.cgi?id=137953
2749 Reviewed by Carlos Garcia Campos.
2751 * Source/cmake/OptionsCommon.cmake:
2753 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2755 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2756 https://bugs.webkit.org/show_bug.cgi?id=138840
2758 Reviewed by Csaba Osztrogonác.
2760 * Source/cmake/OptionsCommon.cmake:
2762 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2764 Remove Source/Platform cruft
2765 https://bugs.webkit.org/show_bug.cgi?id=138658
2767 Reviewed by Anders Carlsson.
2770 * Source/Platform: Removed.
2772 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2774 Enable Cortex-A53-specific code paths by default if core is detected.
2775 https://bugs.webkit.org/show_bug.cgi?id=138499
2777 Reviewed by Csaba Osztrogonác.
2779 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2780 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2783 Since on ARM64/Linux the part number that cpuinfo reports depends on
2784 the core the query is run on, the check is bound to and executed on the
2785 available cores one by one.
2787 * Source/cmake/OptionsCommon.cmake:
2789 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2791 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2792 https://bugs.webkit.org/show_bug.cgi?id=138498
2794 Reviewed by Csaba Osztrogonác.
2796 * Source/cmake/OptionsEfl.cmake:
2798 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2800 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2801 https://bugs.webkit.org/show_bug.cgi?id=138465
2803 Reviewed by Gyuyoung Kim.
2805 * Source/cmake/OptionsEfl.cmake:
2807 2014-11-03 Dean Jackson <dino@apple.com>
2809 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2810 https://bugs.webkit.org/show_bug.cgi?id=138362
2812 Reviewed by Tim Horton.
2814 Add a new feature define for Level 2 of CSS Filters.
2815 http://dev.w3.org/fxtf/filters-2/
2817 * Source/cmake/OptionsEfl.cmake:
2818 * Source/cmake/OptionsGTK.cmake:
2819 * Source/cmake/OptionsMac.cmake:
2820 * Source/cmake/WebKitFeatures.cmake:
2821 * Source/cmakeconfig.h.cmake:
2823 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2825 Workaround for Cortex-A53 erratum 835769
2826 https://bugs.webkit.org/show_bug.cgi?id=138315
2828 Reviewed by Filip Pizlo.
2830 This patch introduces CMake variable and preprocessor macro
2831 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2832 code paths, if set true.
2834 * Source/cmake/OptionsCommon.cmake:
2835 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2837 * Source/cmakeconfig.h.cmake:
2838 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2840 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2842 [GTK] Fix the build of FTL JIT
2843 https://bugs.webkit.org/show_bug.cgi?id=138298
2845 Reviewed by Carlos Garcia Campos.
2847 * Source/cmake/OptionsGTK.cmake:
2848 Remove the need for the LIBCXXABI package.
2850 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2852 REGRESSION(CMake): Make it possible to build without introspection
2853 https://bugs.webkit.org/show_bug.cgi?id=138006
2855 Reviewed by Philippe Normand.
2857 Add ENABLE_INTROSPECTION option.
2859 * Source/PlatformGTK.cmake: Dot not add gir global target if
2860 introspection is disabled.
2861 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2862 introspection is disabled.
2864 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2866 [GTK] Support script message handlers WebKitUserContentManager
2867 https://bugs.webkit.org/show_bug.cgi?id=133730
2869 Reviewed by Carlos Garcia Campos.
2871 Support user script message handlers in WebKitUserContentManager.
2872 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2873 an option is added to the CMake build files. The option is disabled
2874 globally by default, and the WebKitGTK port enables it. On the API
2875 level, two new methods to register and unregister names are provided
2876 in the "window.webkit" namespace, and on message reception the
2877 "WebKitUserContentManager::script-message-received" signal is
2878 emitted, using the registered names as signal detail.
2880 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2881 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2882 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2883 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2885 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2887 [GTK] Bump libsoup's minimum version to 2.42.0.
2888 https://bugs.webkit.org/show_bug.cgi?id=138086
2890 Reviewed by Martin Robinson.
2892 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2893 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2894 the minimum version required to build the port these days.
2896 In addition, since the autotools build system required 2.42.0 before
2897 being retired, require the same version here. Version 2.42.0 was also
2899 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2901 * Source/cmake/OptionsGTK.cmake:
2903 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2905 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2906 https://bugs.webkit.org/show_bug.cgi?id=138132
2908 Reviewed by Csaba Osztrogonác.
2910 * Source/cmake/OptionsEfl.cmake:
2912 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2914 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2916 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2918 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2920 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2921 https://bugs.webkit.org/show_bug.cgi?id=137946
2923 Reviewed by Gyuyoung Kim.
2925 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2927 * Source/cmake/OptionsEfl.cmake:
2929 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2931 Fix FTL Native Inlining for EFL
2932 https://bugs.webkit.org/show_bug.cgi?id=137774
2934 Reviewed by Michael Saboff.
2936 Updated CMake for FTL Native Inlining.
2939 * Source/cmake/FindClang.cmake: Added.
2940 * Source/cmake/OptionsEfl.cmake:
2941 * Source/cmakeconfig.h.cmake:
2943 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2945 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2946 https://bugs.webkit.org/show_bug.cgi?id=137748
2948 Reviewed by Brian Burg.
2950 * Source/PlatformEfl.cmake:
2952 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2954 [GTK] Add initial gestures support
2955 https://bugs.webkit.org/show_bug.cgi?id=137812
2957 Reviewed by Sergio Villar Senin.
2959 Check if the GTK+ version supports gestures or not.
2961 * Source/cmake/FindGTK3.cmake:
2962 * Source/cmake/OptionsGTK.cmake:
2964 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2966 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2967 https://bugs.webkit.org/show_bug.cgi?id=137781
2969 Reviewed by Martin Robinson.
2971 We used to enable smooth scrolling unconditionally in autotools
2972 (via WebKitFeatures.m4), but since the switch to CMake it's
2973 unconditionally disabled, so changing the setting doesn't have any
2976 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2978 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2980 Removing CUSTOM_PROTOCOLS guard
2981 https://bugs.webkit.org/show_bug.cgi?id=137741
2983 Reviewed by Benjamin Poulain.
2985 * Source/cmake/OptionsEfl.cmake:
2987 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2989 [EFL] Enable WebP support.
2990 https://bugs.webkit.org/show_bug.cgi?id=136156
2992 Reviewed by Gyuyoung Kim.
2994 Add WebP package finding rule.
2996 * Source/cmake/OptionsEfl.cmake:
2998 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
3000 [EFL] Enable custom URI schemes with CustomProtocols
3001 https://bugs.webkit.org/show_bug.cgi?id=128177
3003 Reviewed by Gyuyoung Kim.
3005 Fixing ewk_context_url_scheme_register() ewebkit2 API
3006 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
3008 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
3010 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
3012 Bump version to 2.7.0
3013 https://bugs.webkit.org/show_bug.cgi?id=137301
3015 Rubber-stamped by Carlos Garcia Campos.
3017 * Source/cmake/OptionsGTK.cmake: Bump version numbers
3019 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3021 [EFL] Rename TEST_THEME_DIR macro
3022 https://bugs.webkit.org/show_bug.cgi?id=137244
3024 Reviewed by Csaba Osztrogonác.
3026 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
3028 2014-09-27 Dan Bernstein <mitz@apple.com>
3030 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
3031 https://bugs.webkit.org/show_bug.cgi?id=137053
3033 Reviewed by Mark Rowe.
3035 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3036 In the build pre-action, pass the --wksi and --llvm options to
3037 copy-webkitlibraries-to-product-directory.
3038 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
3040 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
3042 [GTK] Enable CSS_IMAGE_SET in production builds
3043 https://bugs.webkit.org/show_bug.cgi?id=137142
3045 Reviewed by Alejandro G. Castro.
3047 This is required by the inspector to show some of the icons that
3048 has a HiDPI variant.
3050 * Source/cmake/OptionsGTK.cmake:
3052 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
3054 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
3055 https://bugs.webkit.org/show_bug.cgi?id=136377
3057 Reviewed by Philippe Normand.
3059 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
3060 for CMake versions less than 3.
3062 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
3064 Remove WinCE port from trunk
3065 https://bugs.webkit.org/show_bug.cgi?id=136951
3067 Reviewed by Alex Christensen.
3069 * Source/cmake/OptionsWinCE.cmake: Removed.
3070 * Source/cmake/WebKitPackaging.cmake:
3072 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
3074 [EFL][GTK] Remove WebKit1 related codes
3075 https://bugs.webkit.org/show_bug.cgi?id=136853
3077 Reviewed by Csaba Osztrogonác.
3079 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
3082 * Source/PlatformGTK.cmake:
3084 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3087 https://bugs.webkit.org/show_bug.cgi?id=136820
3089 Reviewed by Csaba Osztrogonác.
3091 * Source/cmake/FindICU.cmake:
3093 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
3095 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
3096 https://bugs.webkit.org/show_bug.cgi?id=136814
3098 Reviewed by Philippe Normand.
3100 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
3101 We bundle the wayland-egl dependency with wayland-client and wayland-server
3102 and store the resulting variables with the WAYLAND_ prefix. Because of this
3103 this line wasn't exporting anything useful.
3105 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
3107 URTBF after r173574.
3109 * Source/cmake/WebKitMacros.cmake:
3111 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
3113 [JavaScriptCore] Fix FTL on platform EFL.
3114 https://bugs.webkit.org/show_bug.cgi?id=133571
3116 Reviewed by Filip Pizlo.
3120 * Source/cmake/FindLIBCXXABI.cmake: Removed.
3121 * Source/cmake/OptionsEfl.cmake:
3123 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3126 https://bugs.webkit.org/show_bug.cgi?id=136571
3128 Reviewed by Darin Adler.
3130 * Source/cmake/OptionsEfl.cmake:
3131 * Source/cmake/OptionsGTK.cmake:
3132 * Source/cmake/OptionsMac.cmake:
3133 * Source/cmake/WebKitFeatures.cmake:
3134 * Source/cmakeconfig.h.cmake:
3136 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3138 Remove CSS_FILTERS flag
3139 https://bugs.webkit.org/show_bug.cgi?id=136529
3141 Reviewed by Dirk Schulze.
3143 * Source/cmake/OptionsEfl.cmake:
3144 * Source/cmake/OptionsGTK.cmake:
3145 * Source/cmake/OptionsMac.cmake:
3146 * Source/cmake/WebKitFeatures.cmake:
3147 * Source/cmakeconfig.h.cmake:
3149 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3151 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
3152 https://bugs.webkit.org/show_bug.cgi?id=136194
3154 Reviewed by Csaba Osztrogonác.
3156 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
3160 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3162 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
3163 https://bugs.webkit.org/show_bug.cgi?id=135560
3165 Reviewed by Gyuyoung Kim.
3167 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
3169 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
3171 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
3172 https://bugs.webkit.org/show_bug.cgi?id=136343
3174 Reviewed by David Kilzer.
3176 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
3178 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3179 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3181 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
3183 [EFL] Share fast/speechsynthesis/ with other ports
3184 https://bugs.webkit.org/show_bug.cgi?id=136224
3186 Reviewed by Chris Fleizach.
3188 Enable WebSpeech for EFL.
3190 * Source/cmake/OptionsEfl.cmake:
3192 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3194 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3195 https://bugs.webkit.org/show_bug.cgi?id=136127
3197 Reviewed by Gyuyoung Kim.
3199 Add build support for espeak.
3201 * Source/cmake/FindEspeak.cmake: Added.
3202 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3204 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3206 [EFL] Build break using clang
3207 https://bugs.webkit.org/show_bug.cgi?id=136245
3209 Reviewed by Gyuyoung Kim.
3211 * Source/cmake/OptionsEfl.cmake:
3212 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3213 Some warnings are from system libraries.
3215 2014-08-25 Alberto Garcia <berto@igalia.com>
3217 [GTK] Unify webkitgtk and webkit2gtk directories
3218 https://bugs.webkit.org/show_bug.cgi?id=136209
3220 Reviewed by Carlos Garcia Campos.
3222 Use webkit2gtk-X.X both for the process binaries and the injected
3225 * Source/cmake/OptionsGTK.cmake:
3227 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3229 [EFL] Move Efl specific code from Source/CMakeLists.txt
3230 https://bugs.webkit.org/show_bug.cgi?id=136206
3232 Reviewed by Gyuyoung Kim.
3234 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3235 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3237 * Source/CMakeLists.txt:
3238 * Source/cmake/OptionsEfl.cmake:
3240 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3242 [EFL] Introduce DEVELOPER_MODE
3243 https://bugs.webkit.org/show_bug.cgi?id=135884
3245 Reviewed by Gyuyoung Kim.
3247 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3248 instead of SHARED_CORE.
3249 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3250 from release binary.
3252 * Source/cmake/OptionsEfl.cmake:
3253 * Source/cmake/WebKitHelpers.cmake:
3254 Moved fvisibility=hidden to OptionsEfl.cmake
3256 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3258 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3259 https://bugs.webkit.org/show_bug.cgi?id=136110
3261 Reviewed by Gyuyoung Kim.
3263 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3265 * Source/cmake/OptionsEfl.cmake:
3267 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3269 [EFL] Apply eflsymbols.filter to WebKit2
3270 https://bugs.webkit.org/show_bug.cgi?id=136148
3272 Reviewed by Csaba Osztrogonác.
3274 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3275 in the eflsymbols.filter.
3277 * Source/cmake/OptionsEfl.cmake:
3278 * Source/cmake/eflsymbols.filter:
3280 2014-08-21 Zalan Bujtas <zalan@apple.com>
3282 Enable SATURATED_LAYOUT_ARITHMETIC.
3283 https://bugs.webkit.org/show_bug.cgi?id=136106
3285 Reviewed by Simon Fraser.
3287 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3288 (No measurable performance regression on Mac.)
3290 * Source/cmake/OptionsMac.cmake:
3291 * Source/cmake/WebKitFeatures.cmake:
3292 * Source/cmakeconfig.h.cmake:
3294 2014-08-19 Zalan Bujtas <zalan@apple.com>
3296 Remove ENABLE(SUBPIXEL_LAYOUT).
3297 https://bugs.webkit.org/show_bug.cgi?id=136077
3299 Reviewed by Simon Fraser.
3301 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3303 * Source/cmake/OptionsEfl.cmake:
3304 * Source/cmake/OptionsGTK.cmake:
3305 * Source/cmake/OptionsMac.cmake:
3306 * Source/cmake/WebKitFeatures.cmake:
3307 * Source/cmakeconfig.h.cmake:
3309 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3311 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3312 https://bugs.webkit.org/show_bug.cgi?id=135980
3314 Reviewed by Martin Robinson.
3316 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3317 overrides any other disabled optimization that was prepended to these
3318 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3319 lists first in the final list of compilation flags.
3321 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3322 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3324 * Source/cmake/OptionsCommon.cmake:
3325 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3326 * Source/cmake/OptionsGTK.cmake:
3328 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3330 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3332 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3334 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3336 [GTK] Disable memory sampler on non-Linux system
3337 https://bugs.webkit.org/show_bug.cgi?id=134483
3339 Reviewed by Philippe Normand.
3341 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3342 Linux because it uses many Linux-specific features, so we should disable
3343 memory sampler on other systems by default.
3345 * Source/cmake/OptionsGTK.cmake:
3347 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3349 [GTK] HTML API documentation should also be installed versioned
3350 https://bugs.webkit.org/show_bug.cgi?id=135970
3352 Reviewed by Philippe Normand.
3354 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3357 2014-08-14 Tomas Popela <tpopela@redhat.com>
3359 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3360 https://bugs.webkit.org/show_bug.cgi?id=135937
3362 Reviewed by Carlos Garcia Campos.
3366 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3368 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3369 https://bugs.webkit.org/show_bug.cgi?id=135934
3371 Reviewed by Gustavo Noronha Silva.
3373 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3374 The gir files should installed in $datadir/gir-1.0/ together with all other
3375 gir files. We don't need to install introspection files in a versioned
3376 directory because their filenames already contain the binary version. But before
3377 r171598, the files were only installed to the right directory if the
3378 gobject-instrospection pkg-config file was in the same prefix than the one we
3379 wanted to install, because the gir and typelibs directories were extracted from
3380 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3381 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3382 like we do in the autotools build.
3384 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3385 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3386 * Source/cmake/OptionsGTK.cmake: Define
3387 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3389 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3391 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3392 https://bugs.webkit.org/show_bug.cgi?id=135836
3394 Reviewed by Philippe Normand.
3396 * Source/PlatformGTK.cmake: Add install command to also install
3397 the GObject DOM bindings API docs.
3399 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3401 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3402 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3403 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3404 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3407 * Source/cmake/OptionsCommon.cmake:
3409 2014-08-13 Alex Christensen <achristensen@webkit.org>
3411 Progress towards CMake on Mac.
3412 https://bugs.webkit.org/show_bug.cgi?id=135819
3414 Reviewed by Laszlo Gombos.
3416 * Source/cmake/OptionsMac.cmake:
3417 Disable some more features temporarily to get CMake working.
3418 * Source/cmake/WebKitMacros.cmake:
3419 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3421 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3423 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3424 https://bugs.webkit.org/show_bug.cgi?id=135798
3426 Reviewed by Philippe Normand.
3428 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3430 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3431 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3432 https://bugs.webkit.org/show_bug.cgi?id=133317
3434 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3436 Reviewed by Philippe Normand.
3438 No new tests since no new functionality has been added.
3440 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3442 2014-08-11 Commit Queue <commit-queue@webkit.org>
3444 Unreviewed, rolling out r172393.
3445 https://bugs.webkit.org/show_bug.cgi?id=135796
3447 discussion needed about GnuTLS version bump on the bots
3448 (Requested by philn on #webkit).
3452 https://bugs.webkit.org/show_bug.cgi?id=133317
3453 http://trac.webkit.org/changeset/172393
3455 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3456 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3457 https://bugs.webkit.org/show_bug.cgi?id=133317
3459 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3461 Reviewed by Philippe Normand.
3463 No new tests since no new functionality has been added.
3465 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3467 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3469 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3470 https://bugs.webkit.org/show_bug.cgi?id=133316
3472 Reviewed by Philippe Normand.
3474 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3475 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3476 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3478 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3480 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3482 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3484 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3486 [GTK] REGRESSION(r166239): The ld version script is not being used
3487 https://bugs.webkit.org/show_bug.cgi?id=135694
3489 Reviewed by Martin Robinson.
3491 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3492 it as gtksymbols.filter. Also updated it, since some of the symbols
3493 exported were renamed.
3495 * Source/cmake/OptionsGTK.cmake:
3496 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3498 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3500 [GTK] Child processes should be installed in a versioned directory
3501 https://bugs.webkit.org/show_bug.cgi?id=135754
3503 Reviewed by Gustavo Noronha Silva.
3505 Define LIBEXEC_INSTALL_DIR as
3506 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3507 so that the child processes are installed in $libexec/webkitgtk-4.0.
3508 This makes it possible to install 2.6 in parallel to older versions.
3510 * Source/cmake/OptionsGTK.cmake:
3512 2014-08-08 Alex Christensen <achristensen@webkit.org>
3514 Progress towards using CMake on Mac.
3515 https://bugs.webkit.org/show_bug.cgi?id=135662
3517 Reviewed by Laszlo Gombos.
3520 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3521 * Source/cmake/WebKitFeatures.cmake:
3522 * Source/cmakeconfig.h.cmake:
3523 Added features that are needed by the Mac port.
3524 * Source/cmake/OptionsMac.cmake:
3525 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3526 Disable the FTL with CMake for now.
3527 * Source/cmake/OptionsEFL.cmake:
3528 * Source/cmake/OptionsGTK.cmake:
3529 Enable subpixel layout to not conflict with FeatureDefines.h
3531 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3533 Undo some erroneous changes to the Xcode scheme files from r172259.
3535 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3536 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3538 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3540 [CMake] Drop the required version of CMake down to 2.8.8
3541 https://bugs.webkit.org/show_bug.cgi?id=135713
3543 Reviewed by Alex Christensen.
3545 * CMakeLists.txt: Require CMake 2.8.8.
3547 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3549 Get rid of INPUT_SPEECH
3550 https://bugs.webkit.org/show_bug.cgi?id=135672
3552 Reviewed by Andreas Kling.
3554 * Source/cmake/OptionsMac.cmake:
3555 * Source/cmake/WebKitFeatures.cmake:
3556 * Source/cmakeconfig.h.cmake:
3558 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3560 [GTK] Disable IndexedDB
3561 https://bugs.webkit.org/show_bug.cgi?id=135692
3563 Reviewed by Carlos Garcia Campos.
3565 * Source/cmake/OptionsGTK.cmake:
3567 2014-08-06 Dean Jackson <dino@apple.com>
3569 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3570 https://bugs.webkit.org/show_bug.cgi?id=135675
3572 Reviewed by Sam Weinig.
3574 * Source/cmake/OptionsGTK.cmake:
3575 * Source/cmake/OptionsMac.cmake:
3576 * Source/cmake/WebKitFeatures.cmake:
3577 * Source/cmakeconfig.h.cmake:
3579 2014-08-06 David Farler <dfarler@apple.com>
3581 Unreviewed build fix: Make includes semicolon in assignment.
3583 * Makefile.shared: Remove a ;
3585 2014-08-06 David Farler <dfarler@apple.com>
3587 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3588 https://bugs.webkit.org/show_bug.cgi?id=135655
3590 Reviewed by Mark Rowe.
3592 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3594 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3596 [GTK] Be able to disable gtk2 dependency
3597 https://bugs.webkit.org/show_bug.cgi?id=135505
3599 Reviewed by Gustavo Noronha Silva.
3601 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3602 required when it's enabled. It's enabled by default.
3604 * Source/cmake/OptionsGTK.cmake:
3606 2014-08-05 Alex Christensen <achristensen@webkit.org>
3609 https://bugs.webkit.org/show_bug.cgi?id=135620
3611 Reviewed by Laszlo Gombos.
3613 * Source/cmake/OptionsMac.cmake:
3614 Use UDIS86 by default on Mac.
3616 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3618 Add a flag for the CSS Selectors level 4 implementation
3619 https://bugs.webkit.org/show_bug.cgi?id=135535
3621 Reviewed by Andreas Kling.
3623 * Source/cmake/OptionsEfl.cmake:
3624 * Source/cmake/OptionsGTK.cmake:
3625 * Source/cmake/WebKitFeatures.cmake:
3626 * Source/cmakeconfig.h.cmake:
3628 2014-08-04 Alex Christensen <achristensen@webkit.org>
3630 Progress towards CMake on Mac.
3631 https://bugs.webkit.org/show_bug.cgi?id=135528
3633 Reviewed by Gyuyoung Kim.
3635 * Source/cmake/OptionsMac.cmake:
3636 Made options list based on FeatureDefines.xcconfig files.
3638 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3640 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3641 https://bugs.webkit.org/show_bug.cgi?id=134736
3643 Reviewed by Martin Robinson.
3645 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3646 support the X11 or Wayland windowing targets -- instead, if there's no support
3647 the specific target is disabled, and an error is thrown only if neither of the
3648 backends is enabled at the end..
3649 For now the X11 target remains enabled by default, and the Wayland target is
3650 kept disabled. Once it's possible to have both targets enabled at runtime in
3651 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3652 GTK+ dependency to determine which targets can be enabled.
3654 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3656 [CMake] Add FindWayland.cmake
3657 https://bugs.webkit.org/show_bug.cgi?id=135540
3659 Reviewed by Martin Robinson.
3661 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
3662 dependency. For now bundles the wayland-client, wayland-server and
3663 wayland-egl pkg-config targets into one dependency, but these could
3664 be split in the future if necessary.
3666 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
3668 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
3669 https://bugs.webkit.org/show_bug.cgi?id=135553
3671 Reviewed by Gyuyoung Kim.
3673 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
3674 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
3676 * Source/cmake/OptionsEfl.cmake:
3678 2014-08-01 Bear Travis <betravis@adobe.com>
3680 [Feature Queries] Enable Feature Queries on EFL/GTK
3681 https://bugs.webkit.org/show_bug.cgi?id=134902
3683 Reviewed by Benjamin Poulain.
3685 Enable CSS Feature Queries by default on the EFL and GTK
3688 * Source/cmake/OptionsEfl.cmake:
3689 * Source/cmake/OptionsGTK.cmake:
3691 2014-08-01 Alex Christensen <achristensen@webkit.org>
3693 Progress towards cmake on Windows.
3694 https://bugs.webkit.org/show_bug.cgi?id=135484
3696 Reviewed by Martin Robinson.
3699 Added Mac to list of ports, even though it is not done yet.
3700 Changed minimum bison version to version installed on Macs.
3701 * Source/cmake/OptionsAppleWin.cmake:
3702 Added some definitions.
3703 * Source/cmake/OptionsEfl.cmake:
3704 * Source/cmake/OptionsGTK.cmake:
3705 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
3706 * Source/cmake/OptionsMac.cmake: Added blank for now.
3707 * Source/cmake/OptionsWinCairo.cmake:
3708 * Source/cmake/OptionsWindows.cmake:
3709 Added some definitions.
3710 Removed /WX (warnings treated as error while compiling).
3711 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
3713 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
3715 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
3716 https://bugs.webkit.org/show_bug.cgi?id=135501
3718 Reviewed by Gyuyoung Kim.
3720 Use PROJECT_VERSION_MICRO instead.
3722 * Source/cmake/OptionsEfl.cmake:
3723 * Source/cmake/OptionsGTK.cmake:
3724 * Source/cmake/WebKitHelpers.cmake:
3726 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
3728 [EFL] Bump ewebkit version to 1.11
3729 https://bugs.webkit.org/show_bug.cgi?id=135487
3731 Reviewed by Gyuyoung Kim.
3733 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
3735 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3737 [EFL] Add support for building with Geoclue2.
3738 https://bugs.webkit.org/show_bug.cgi?id=135455
3740 Reviewed by Gyuyoung Kim.
3742 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
3745 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3747 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
3749 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3751 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3753 [GTK] Bump binary version for 2.6
3754 https://bugs.webkit.org/show_bug.cgi?id=133724
3756 Reviewed by Philippe Normand.
3758 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
3759 update library version numbers.
3761 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
3763 [CMake] Bump the minimum required version
3764 https://bugs.webkit.org/show_bug.cgi?id=135382
3766 Reviewed by Gyuyoung Kim.
3768 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
3769 we introduced usage of target_include_directories().
3771 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
3773 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
3774 https://bugs.webkit.org/show_bug.cgi?id=135376
3776 Reviewed by Gyuyoung Kim.
3778 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
3780 * Source/cmake/OptionsEfl.cmake:
3781 * Source/cmake/OptionsGTK.cmake:
3783 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3785 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3786 https://bugs.webkit.org/show_bug.cgi?id=135288
3788 Reviewed by Martin Robinson.
3790 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3791 datadir to pkgconfig
3792 * Source/cmake/OptionsGTK.cmake: define install directories early
3793 enough to be used in FindGObjectIntrospection.cmake
3795 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3797 Remove CSS_EXCLUSIONS compile flag and leftover code
3798 https://bugs.webkit.org/show_bug.cgi?id=135175
3800 Reviewed by Zoltan Horvath.
3802 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
3803 stubs. This removes the flag and the useless code.
3805 * Source/cmake/WebKitFeatures.cmake:
3806 * Source/cmakeconfig.h.cmake:
3808 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
3810 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
3811 https://bugs.webkit.org/show_bug.cgi?id=135114
3813 Fix build with GStreamer 1.4
3815 Reviewed by Philippe Normand.
3817 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
3818 gst-mpegts component instead of the unstable 1.3.x verstions.
3820 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3822 [GTK] Simplify make-dist command line arguments
3823 https://bugs.webkit.org/show_bug.cgi?id=134832
3825 Reviewed by Martin Robinson.
3827 * Source/PlatformGTK.cmake: Use --version instead of
3828 --tarball-root when running make-dist.py.
3830 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3832 Add a manual test for r135044
3834 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3836 Rubber-stamped by Andy Estes.
3838 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3840 2014-07-18 Dana Burkart <dburkart@apple.com>
3842 Add a new 'analyze' target to the makefile. This will make use of a new
3843 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3845 https://bugs.webkit.org/show_bug.cgi?id=135057
3846 <rdar://problem/10193187>
3848 Reviewed by David Kilzer.