1 2015-09-08 Daniel Bates <dabates@apple.com>
3 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
4 https://bugs.webkit.org/show_bug.cgi?id=74729
5 <rdar://problem/22550195>
7 Reviewed by Jon Honeycutt.
9 * ManualTests/compositing/resources/composited-subframe.html: Removed.
10 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
12 2015-09-06 Andy Estes <aestes@apple.com>
14 WebKit.xcworkspace should be be able to build iOS platforms
15 https://bugs.webkit.org/show_bug.cgi?id=148881
17 Reviewed by Daniel Bates.
19 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
20 for all supported platforms.
22 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
23 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
25 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
27 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
28 photo library uploads a JPEG
29 https://bugs.webkit.org/show_bug.cgi?id=148849
31 Reviewed by Daniel Bates.
33 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
34 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
35 functionality doesn't exist on iOS, so we'll add a manual test.
36 This tests that the first few bytes of the selected file are "GIF".
38 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
40 Follow-up patch for r189343.
41 https://bugs.webkit.org/show_bug.cgi?id=148795
43 Rubber-stamped by Csaba Osztrogonác.
45 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
46 to 1.9, since this seems to be enough to fix the build failure.
47 And 2.0 may cause problems for developers using some distributions like Ubuntu.
49 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
51 [CMake] Trigger the memory-reduction tricks on armhf too
52 https://bugs.webkit.org/show_bug.cgi?id=146640
54 Reviewed by Csaba Osztrogonác.
56 * Source/cmake/OptionsCommon.cmake:
57 Activate --no-keep-memory even on armhf to reduce the amount of memory
58 needed during linking, to avoid out-of-memory failures as much as
61 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
63 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
64 https://bugs.webkit.org/show_bug.cgi?id=148795
66 Rubber-stamped by Carlos Garcia Campos.
68 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
70 2015-09-02 Alex Christensen <achristensen@webkit.org>
72 Make bison grammar compatible with bison 2.1
73 https://bugs.webkit.org/show_bug.cgi?id=148731
75 Reviewed by Tim Horton.
77 * Source/cmake/WebKitCommon.cmake:
80 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
82 [CMake] Build with Debug Fission on by default on Debug builds.
83 https://bugs.webkit.org/show_bug.cgi?id=148639
85 Reviewed by Martin Robinson.
87 * Source/cmake/OptionsCommon.cmake:
89 2015-08-29 Alex Christensen <achristensen@webkit.org>
91 Unreviewed build fix after r179923.
93 * Source/CMakeLists.txt:
94 bmalloc isn't ported to Windows yet.
96 2015-08-27 Alex Christensen <achristensen@webkit.org>
98 Isolate Source directories in CMake build
99 https://bugs.webkit.org/show_bug.cgi?id=148389
101 Reviewed by Brent Fulgham.
104 * Source/cmake/WebKitCommon.cmake:
105 Move package finding to WebKitCommon.
107 2015-08-26 Per Arne Vollan <peavo@outlook.com>
109 [Win] Build does not generate debug info.
110 https://bugs.webkit.org/show_bug.cgi?id=148431
112 Reviewed by Alex Christensen.
114 Generate debug info for Windows builds.
116 * Source/cmake/OptionsWin.cmake:
118 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
120 [GTK] Disable ACCELERATED_2D_CANVAS by default
121 https://bugs.webkit.org/show_bug.cgi?id=148473
123 Reviewed by Martin Robinson.
125 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
126 but not on Debian (which does not). We've known this was problematic for a while, since it
127 means we have two different sets of distro-dependent bugs, but never decided whether that
128 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
129 have the same bugs everywhere. We can turn this on again for other distros when we're ready
130 to turn it on for Debian.
132 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
135 * Source/cmake/OptionsGTK.cmake:
137 2015-08-25 Commit Queue <commit-queue@webkit.org>
139 Unreviewed, rolling out r188919.
140 https://bugs.webkit.org/show_bug.cgi?id=148452
142 broke build (Requested by alexchristensen on #webkit).
146 "[Win] Build does not generate debug info."
147 https://bugs.webkit.org/show_bug.cgi?id=148431
148 http://trac.webkit.org/changeset/188919
150 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
152 [GTK] r186800 broke the build on Ubuntu 14.04
153 https://bugs.webkit.org/show_bug.cgi?id=147559
155 Reviewed by Martin Robinson.
157 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
158 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
160 2015-08-25 Per Arne Vollan <peavo@outlook.com>
162 [Win] Build does not generate debug info.
163 https://bugs.webkit.org/show_bug.cgi?id=148431
165 Reviewed by Brent Fulgham.
167 Generate debug info for Windows builds.
169 * Source/cmake/OptionsWin.cmake:
171 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
173 [GTK] Auto-detection of cairo-gl fails
174 https://bugs.webkit.org/show_bug.cgi?id=148189
176 Reviewed by Žan Doberšek.
178 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
179 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
180 deemed available, which might not be the case.
181 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
183 2015-08-19 Alex Christensen <achristensen@webkit.org>
185 CMake Windows build should not include files directly from other Source directories
186 https://bugs.webkit.org/show_bug.cgi?id=148198
188 Reviewed by Brent Fulgham.
190 * Source/cmake/WebKitMacros.cmake:
192 2015-08-19 Alex Christensen <achristensen@webkit.org>
194 Build TestWTF on Mac with CMake.
195 https://bugs.webkit.org/show_bug.cgi?id=147972
197 Reviewed by Tim Horton.
199 * Source/cmake/OptionsMac.cmake:
200 Enable API tests in Mac's CMake build.
202 2015-08-18 Alex Christensen <achristensen@webkit.org>
204 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
205 https://bugs.webkit.org/show_bug.cgi?id=148127
207 Reviewed by Martin Robinson.
210 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
212 2015-08-17 Alex Christensen <achristensen@webkit.org>
214 [Win CMake] Allow WebKitLibraries directory to be set from the command line
215 https://bugs.webkit.org/show_bug.cgi?id=148112
217 Reviewed by Brent Fulgham.
219 * Source/cmake/OptionsWin.cmake:
220 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
221 Instead, use the default location if nothing is passed in from the command line.
222 This way we can set it from the command line for the AppleInternal build.
223 Also, set the output directories to be consistent between the old and new build systems (and ninja).
225 2015-08-17 Alex Christensen <achristensen@webkit.org>
227 Build Debug Suffix on Windows with CMake
228 https://bugs.webkit.org/show_bug.cgi?id=148083
230 Reviewed by Brent Fulgham.
232 * Source/cmake/OptionsWin.cmake:
233 Use debug libraries in debug suffix builds.
235 2015-08-17 Alex Christensen <achristensen@webkit.org>
237 Move some commands from ./CMakeLists.txt to Source/cmake
238 https://bugs.webkit.org/show_bug.cgi?id=148003
240 Reviewed by Brent Fulgham.
243 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
244 so we can change directory structure from command line parameters.
245 * Source/cmake/OptionsAppleWin.cmake:
246 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
247 * Source/cmake/OptionsWinCairo.cmake:
248 * Source/cmake/OptionsWindows.cmake: Removed.
249 * Source/cmake/WebKitCommon.cmake: Added.
250 * Source/cmake/WebKitFS.cmake:
252 2015-08-13 Commit Queue <commit-queue@webkit.org>
254 Unreviewed, rolling out r188428.
255 https://bugs.webkit.org/show_bug.cgi?id=148015
257 broke cmake build (Requested by alexchristensen on #webkit).
261 "Move some commands from ./CMakeLists.txt to Source/cmake"
262 https://bugs.webkit.org/show_bug.cgi?id=148003
263 http://trac.webkit.org/changeset/188428
265 2015-08-13 Alex Christensen <achristensen@webkit.org>
267 Move some commands from ./CMakeLists.txt to Source/cmake
268 https://bugs.webkit.org/show_bug.cgi?id=148003
270 Reviewed by Brent Fulgham.
273 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
274 so we can change directory structure from command line parameters.
275 * Source/cmake/WebKitCommon.cmake: Added.
276 * Source/cmake/WebKitFS.cmake:
278 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
280 A focused node should not be assisted when handling touch events synchronously
281 https://bugs.webkit.org/show_bug.cgi?id=147836
283 Reviewed by Enrica Casucci.
285 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
287 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
288 input can still be assisted due to a touch event.
289 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
290 event does not automatically cause us to assist the currently focused node.
292 2015-08-12 Alex Christensen <achristensen@webkit.org>
294 Fix Debug CMake builds on Windows
295 https://bugs.webkit.org/show_bug.cgi?id=147940
297 Reviewed by Chris Dumez.
299 * Source/cmake/OptionsWindows.cmake:
300 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
302 2015-08-10 Alex Christensen <achristensen@webkit.org>
304 Build TestWebKitAPI with CMake on Windows
305 https://bugs.webkit.org/show_bug.cgi?id=147851
307 Reviewed by Chris Dumez.
309 * Source/cmake/OptionsWindows.cmake:
310 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
312 2015-08-06 Alex Christensen <achristensen@webkit.org>
314 [Win] CMake build fix after r188098.
316 * Source/cmake/OptionsWinCairo.cmake:
317 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
319 2015-08-04 Alex Christensen <achristensen@webkit.org>
321 Fix quirks with CMake and VS2015
322 https://bugs.webkit.org/show_bug.cgi?id=147663
324 Reviewed by Brent Fulgham.
326 * Source/cmake/OptionsWindows.cmake:
327 Hide some warnings. Using the same variable names in nested scopes is ok for now.
328 Disable INTL for now.
330 2015-08-04 Alex Christensen <achristensen@webkit.org>
332 Enable WebGL on Windows CMake build.
333 https://bugs.webkit.org/show_bug.cgi?id=143311
335 Reviewed by Csaba Osztrogonác.
337 * Source/cmake/OptionsWindows.cmake:
338 Enable WebGL by default in CMake builds now that it works.
340 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
342 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
343 https://bugs.webkit.org/show_bug.cgi?id=147625
345 Reviewed by Martin Robinson.
347 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
348 components unless they were actually found, not to accidentally
349 enable Accelerated 2D canvas, which would cause the build to fail.
351 * Source/cmake/FindCairoGL.cmake: Set this variables only when
352 pkg_check_modules() had actually found the relevant component.
354 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
356 [CMake] Add an option to build AllInOne files
357 https://bugs.webkit.org/show_bug.cgi?id=102647
359 Reviewed by Alex Christensen.
361 * Source/cmake/OptionsEfl.cmake: Disabled by default.
362 * Source/cmake/OptionsGTK.cmake: Disabled by default.
363 * Source/cmake/OptionsWindows.cmake: Enabled by default.
364 * Source/cmake/WebKitFeatures.cmake:
365 * Source/cmake/WebKitMacros.cmake:
367 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
369 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
371 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
373 2015-07-31 Alex Christensen <achristensen@webkit.org>
375 Prepare for debug CMake builds on Windows.
376 https://bugs.webkit.org/show_bug.cgi?id=147484
378 Reviewed by Tim Horton.
380 * Source/cmake/OptionsWindows.cmake:
381 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
383 2015-07-30 Joonghun Park <jh718.park@samsung.com>
385 [EFL] Enable IndexedDB based on DatabaseProcess
386 https://bugs.webkit.org/show_bug.cgi?id=147221
388 Reviewed by Csaba Osztrogonác.
390 * Source/cmake/OptionsEfl.cmake:
392 2015-07-30 Alex Christensen <achristensen@webkit.org>
394 Build AppleWin port with CMake
395 https://bugs.webkit.org/show_bug.cgi?id=147385
397 Reviewed by Martin Robinson.
399 * Source/cmake/OptionsWindows.cmake:
400 Use the static multithreaded runtime. Based on
401 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
403 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
405 Implement basic types for ECMAScript Internationalization API
406 https://bugs.webkit.org/show_bug.cgi?id=146926
408 Reviewed by Benjamin Poulain.
410 Enable flag now that the basic objects are in place.
412 * Source/cmake/WebKitFeatures.cmake: enable INTL
414 2015-07-29 Basile Clement <basile_clement@apple.com>
416 Remove native call inlining
417 https://bugs.webkit.org/show_bug.cgi?id=147417
419 Rubber-stamped by Filip Pizlo.
421 * Source/cmake/OptionsEfl.cmake:
422 * Source/cmake/WebKitFeatures.cmake:
424 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
426 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
427 https://bugs.webkit.org/show_bug.cgi?id=147350
429 Reviewed by Sam Weinig.
431 * Source/cmake/WebKitFeatures.cmake:
433 2015-07-27 Alex Christensen <achristensen@webkit.org>
435 Use Ninja on Windows.
436 https://bugs.webkit.org/show_bug.cgi?id=147228
438 Reviewed by Martin Robinson.
440 * Source/cmake/OptionsWindows.cmake:
441 Only use /MP when using generated Visual Studio solution files to build.
442 It makes compiling parallel in MSVC, but Ninja doesn't like it.
444 2015-07-27 Alex Christensen <achristensen@webkit.org>
446 Progress towards building AppleWin with CMake
447 https://bugs.webkit.org/show_bug.cgi?id=147325
449 Reviewed by Martin Robinson.
451 * Source/cmake/OptionsWindows.cmake:
452 Link with 64-bit libraries if building 64-bit binaries.
453 Don't run regular expressions on empty strings when using Ninja.
454 Removed DebugSuffix Visual Studio environment variables.
456 2015-07-23 Alex Christensen <achristensen@webkit.org>
458 Remove compile and runtime flags for promises.
459 https://bugs.webkit.org/show_bug.cgi?id=147244
461 Reviewed by Yusuke Suzuki.
463 * Source/cmake/OptionsMac.cmake:
464 * Source/cmake/OptionsWindows.cmake:
465 * Source/cmake/WebKitFeatures.cmake:
467 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
469 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
470 https://bugs.webkit.org/show_bug.cgi?id=147212
472 Reviewed by Filip Pizlo.
474 * Source/cmake/WebKitFeatures.cmake:
476 2015-07-22 Alex Christensen <achristensen@webkit.org>
478 Fix quirks in CMake build on Mac and Windows
479 https://bugs.webkit.org/show_bug.cgi?id=147174
481 Reviewed by Gyuyoung Kim.
484 * Source/cmake/OptionsWindows.cmake:
485 Added options I removed in r187022. They are indeed needed.
486 * Source/cmake/WebKitFS.cmake:
487 Make the DerivedSources/WebKit directory.
489 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
491 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
493 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
495 2015-07-20 Alex Christensen <achristensen@webkit.org>
497 Resurrect CMake build on Windows.
498 https://bugs.webkit.org/show_bug.cgi?id=147083
500 Reviewed by Gyuyoung Kim.
502 * Source/cmake/OptionsCommon.cmake:
503 * Source/cmake/OptionsWindows.cmake:
504 Change features to get it to compile. Still not a complete feature set.
506 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
508 [GTK] Add seccomp filters support
509 https://bugs.webkit.org/show_bug.cgi?id=110014
511 Reviewed by Žan Doberšek.
513 Find needed compiler and linker flags for libseccomp.
515 * Source/cmake/OptionsGTK.cmake:
517 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
519 Bring back the GNU ar check to create thin archives on non-Linux systems
520 https://bugs.webkit.org/show_bug.cgi?id=146681
522 Reviewed by Martin Robinson.
524 We already use GNU ar thin archive feature to save time and disk space
525 on creating static archives, but it is only enabled on Linux. Without
526 this feature, the debug build of WebCore can be larger than 4 GiB,
527 which can cause error because GNU ar format uses 32-bit integer to
528 store offsets in the symbol table. This patch is similar to
529 https://bugs.webkit.org/show_bug.cgi?id=128596.
531 * Source/cmake/OptionsCommon.cmake:
533 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
535 [GTK] [Wayland] Build by default the X11 and Wayland targets.
536 https://bugs.webkit.org/show_bug.cgi?id=146057
538 Reviewed by Carlos Garcia Campos.
540 * Source/cmake/OptionsGTK.cmake:
542 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
544 [GTK] ar warning when linking static libraries
545 https://bugs.webkit.org/show_bug.cgi?id=144988
547 Reviewed by Carlos Garcia Campos.
549 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
550 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
551 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
552 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
553 should either stop using 'u' or else add 'U' as well in order to disable deterministic
554 archives. Using 'U' should result in a somewhat faster build (at least when using the
555 Makefile generator), but it's unlikely that the difference is significant, so let's simply
556 remove 'u' until someone determines otherwise. This seems like a better option than adding
557 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
558 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
559 behavior change on distributions that do not use --enable-deterministic-archives, notably
562 * Source/cmake/OptionsCommon.cmake:
564 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
566 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
567 https://bugs.webkit.org/show_bug.cgi?id=146590
569 Reviewed by Martin Robinson.
571 * Source/PlatformGTK.cmake: override the cached variables to
572 forcefully disable gtk-doc and gobject-introspection when
574 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
575 documentation syntax when cross-building.
578 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
580 [EFL] test_ewk2_application_cache_manager has been failed since r185527
581 https://bugs.webkit.org/show_bug.cgi?id=146016
583 Reviewed by Gyuyoung Kim.
585 In order to handle properly WebApplicationCacheManagerProxy implementation which use
586 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
587 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
589 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
591 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
593 Implement ECMAScript Internationalization API
594 https://bugs.webkit.org/show_bug.cgi?id=90906
596 Reviewed by Benjamin Poulain.
598 Begin implementing the Intl apis behind ENABLE_INTL flag.
599 Create the base Intl namespace object.
601 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
603 2015-06-30 Philippe Normand <pnormand@igalia.com>
605 [CMake] Error when gst-plugins-base is missing is too confusing
606 https://bugs.webkit.org/show_bug.cgi?id=145682
608 Reviewed by Carlos Garcia Campos.
610 * Source/cmake/OptionsGTK.cmake: Error out if the required
611 GStreamer libraries are not found on the host.
613 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
615 CairoGL should be checked unconditionally
616 https://bugs.webkit.org/show_bug.cgi?id=146390
618 Reviewed by Darin Adler.
620 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
621 it is run unconditionally; this is necessary because its result
622 is used later on, outside of any conditions.
624 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
626 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
627 https://bugs.webkit.org/show_bug.cgi?id=146318
629 Reviewed by Sergio Villar Senin.
631 Enable PUBLIC_SUFFIX_LIST for GTK+.
633 * Source/cmake/OptionsGTK.cmake:
635 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
637 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
639 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
641 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
643 [EFL] Hyphenation is not supported
644 https://bugs.webkit.org/show_bug.cgi?id=89830
646 Reviewed by Gyuyoung Kim.
648 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
650 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
652 [CMake] Add support for building with various sanitizer tools
653 https://bugs.webkit.org/show_bug.cgi?id=131941
655 Reviewed by Martin Robinson.
657 * Source/PlatformGTK.cmake: Don't generate any documentation
658 when compiling with sanitizers enabled.
659 * Source/cmake/OptionsCommon.cmake: Allow linking with
660 undefined symbols when compiling with sanitizers enabled.
662 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
664 libwebkit2gtk fails to link without opengl
665 https://bugs.webkit.org/show_bug.cgi?id=138332
667 Reviewed by Carlos Garcia Campos.
669 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
670 enabled regardless of whether OpenGL is, because certain symbols
671 such as WebCore::GraphicsLayer::create() need to be built.
673 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
675 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
676 https://bugs.webkit.org/show_bug.cgi?id=146181
678 Reviewed by Martin Robinson.
680 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
682 * Source/cmake/OptionsGTK.cmake:
684 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
686 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
687 https://bugs.webkit.org/show_bug.cgi?id=146171
689 Reviewed by Gyuyoung Kim.
691 * Source/cmake/OptionsEfl.cmake:
692 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
694 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
696 [CMake] FindGTK3.cmake should not modify the values of build options
697 https://bugs.webkit.org/show_bug.cgi?id=144613
699 Reviewed by Martin Robinson.
701 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
702 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
703 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
704 GTK3_SUPPORTS_GESTURES for consistency.
705 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
706 available. It's not possible to automatically select a backend correctly anymore, since all
707 options are set at the same time.
709 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
711 Remove unnecessary svn:executable flags
712 https://bugs.webkit.org/show_bug.cgi?id=146107
714 Reviewed by Alexey Proskuryakov.
716 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
717 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
718 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
719 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
720 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
722 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
724 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
725 https://bugs.webkit.org/show_bug.cgi?id=146108
727 Reviewed by Gyuyoung Kim.
729 * Source/cmake/OptionsEfl.cmake:
731 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
733 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
734 https://bugs.webkit.org/show_bug.cgi?id=146035
736 Reviewed by Gyuyoung Kim.
738 * Source/cmake/OptionsEfl.cmake:
740 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
742 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
743 https://bugs.webkit.org/show_bug.cgi?id=145701
745 Reviewed by Darin Adler.
747 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
749 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
751 [iOS] Crash long pressing on <input type=file>
752 https://bugs.webkit.org/show_bug.cgi?id=146009
753 <rdar://problem/21234453>
755 Reviewed by Ryosuke Niwa.
757 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
759 2015-06-16 Brent Fulgham <bfulgham@apple.com>
761 Rollout accidental Xcode project change.
763 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
765 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
767 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
768 https://bugs.webkit.org/show_bug.cgi?id=145909
770 Reviewed by Csaba Osztrogonác.
772 Bump EWebKit version based on efl library version used by the EWebKit.
774 * Source/cmake/OptionsEfl.cmake:
776 2015-06-11 Commit Queue <commit-queue@webkit.org>
778 Unreviewed, rolling out r185453.
779 https://bugs.webkit.org/show_bug.cgi?id=145881
781 it broke the 32-bit build (Requested by clopez on #webkit).
785 "[GTK] [Wayland] Should be possible to build with support for
786 both X11 and Wayland."
787 https://bugs.webkit.org/show_bug.cgi?id=145701
788 http://trac.webkit.org/changeset/185453
790 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
792 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
793 https://bugs.webkit.org/show_bug.cgi?id=145701
795 Reviewed by Žan Doberšek.
797 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
799 2015-06-03 Daniel Bates <dabates@apple.com>
801 Caps lock indicator should not be shown in read-only or disabled field
802 https://bugs.webkit.org/show_bug.cgi?id=145612
803 <rdar://problem/21227454>
805 Reviewed by Darin Adler.
807 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
808 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
809 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
811 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
813 [cmake] Suppress parentheses-equality warnings
814 https://bugs.webkit.org/show_bug.cgi?id=145126
816 Reviewed by Darin Adler.
818 * Source/cmake/WebKitHelpers.cmake:
820 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
822 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
823 https://bugs.webkit.org/show_bug.cgi?id=145408
825 Reviewed by Carlos Garcia Campos.
827 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
828 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
829 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
831 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
832 libraries. Detect also GLX libraries.
833 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
834 libraries. Use find_path() to get the include path.
835 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
837 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
838 depending on the libraries found on the system.
839 Move the detection of GLX (and the include of CMakePushCheckState)
841 Ensure that we only define USE_GLX when we build with OpenGL
842 (but not with GLESv2).
844 2015-05-27 Dean Jackson <dino@apple.com>
846 img.currentSrc problem in strict mode with old picturefill
847 https://bugs.webkit.org/show_bug.cgi?id=144095
848 <rdar://problem/21087013>
850 Reviewed by Simon Fraser.
852 Add a PICTURE_SIZES flag.
854 * Source/cmake/OptionsEfl.cmake:
855 * Source/cmake/OptionsGTK.cmake:
856 * Source/cmake/OptionsMac.cmake:
857 * Source/cmake/OptionsWindows.cmake:
858 * Source/cmake/WebKitFeatures.cmake:
860 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
862 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
864 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
866 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
868 Unreviewed. Export DatabaseProcessMainUnix symbol.
870 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
871 is exported in production builds.
873 * Source/cmake/gtksymbols.filter:
875 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
877 [GTK] Enable IndexedDB
878 https://bugs.webkit.org/show_bug.cgi?id=98932
880 Reviewed by Žan Doberšek.
882 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
883 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
885 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
887 [GTK] Bump GCC requirements to 4.9.0
888 https://bugs.webkit.org/show_bug.cgi?id=145211
890 Reviewed by Žan Doberšek.
892 It's required to build with IndexedDB support when using GCC,
893 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
895 * Source/cmake/OptionsGTK.cmake:
897 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
899 [CMake] Ignore warnings in system headers
900 https://bugs.webkit.org/show_bug.cgi?id=144747
902 Reviewed by Darin Adler.
904 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
905 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
906 use the SYSTEM argument to the command (added in 2.8.12).
910 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
912 [CMake] Error out when ruby is too old
913 https://bugs.webkit.org/show_bug.cgi?id=145014
915 Reviewed by Martin Robinson.
917 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
922 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
924 [GTK] Enable plugin-related CMake options and variables for the X11 target only
925 https://bugs.webkit.org/show_bug.cgi?id=144995
927 Reviewed by Carlos Garcia Campos.
929 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
930 the X11 windowing target at the moment, so the following options
931 and variables should be enabled or disabled accordingly:
932 - ENABLE_PLUGIN_PROCESS_GTK2
933 - ENABLE_NETSCAPE_PLUGIN_API
934 - ENABLE_PLUGIN_PROCESS
936 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
938 Linker fails without -DDEVELOPER_MODE=ON
939 https://bugs.webkit.org/show_bug.cgi?id=144117
941 Reviewed by Gyuyoung Kim.
943 * Source/cmake/OptionsEfl.cmake:
944 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
945 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
947 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
949 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
950 https://bugs.webkit.org/show_bug.cgi?id=144846
952 Reviewed by Martin Robinson.
954 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
955 CAIRO_GL_* throughout, because find_package will define
957 * Source/cmake/OptionsGTK.cmake: Ditto.
959 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
961 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
962 https://bugs.webkit.org/show_bug.cgi?id=144845
964 Reviewed by Martin Robinson.
966 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
967 if their corresponding WTF options are ON. The code in npapi.h
968 relies on these being undefined if they are to be switched off.
970 2015-05-09 Yoav Weiss <yoav@yoav.ws>
972 Remove the PICTURE_SIZES build flag
973 https://bugs.webkit.org/show_bug.cgi?id=144679
975 Reviewed by Benjamin Poulain.
977 Removed the PICTURE_SIZES build time flag.
979 * Source/cmake/OptionsEfl.cmake:
980 * Source/cmake/OptionsGTK.cmake:
981 * Source/cmake/OptionsMac.cmake:
982 * Source/cmake/OptionsWindows.cmake:
983 * Source/cmake/WebKitFeatures.cmake:
985 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
987 [GTK] [CMake] Check for required X libraries
988 https://bugs.webkit.org/show_bug.cgi?id=144823
990 Reviewed by Martin Robinson.
992 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
994 * Source/cmake/OptionsGTK.cmake:
996 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
998 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
999 https://bugs.webkit.org/show_bug.cgi?id=144746
1001 Reviewed by Carlos Garcia Campos.
1003 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1004 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1005 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1007 * Source/cmake/OptionsGTK.cmake:
1009 2015-05-08 Daniel Bates <dabates@apple.com>
1011 [iOS] WebSQL operations are not performed after device is locked
1012 https://bugs.webkit.org/show_bug.cgi?id=137503
1013 <rdar://problem/20844952>
1015 Rubber-stamped by Alexey Proskuryakov.
1017 Add a manual test to help verify that we do not regress this issue.
1019 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1021 2015-05-08 Commit Queue <commit-queue@webkit.org>
1023 Unreviewed, rolling out r183945.
1024 https://bugs.webkit.org/show_bug.cgi?id=144789
1026 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1030 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1031 https://bugs.webkit.org/show_bug.cgi?id=144746
1032 http://trac.webkit.org/changeset/183945
1034 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1036 Cleanup after r183940
1037 https://bugs.webkit.org/show_bug.cgi?id=144768
1041 Looks like the empty directories were not deleted.
1043 * Source/PAL: Removed.
1044 * Source/PAL/Configurations: Removed.
1045 * Source/PAL/PAL.xcodeproj: Removed.
1046 * Source/PAL/graphics: Removed.
1048 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1050 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1051 https://bugs.webkit.org/show_bug.cgi?id=144746
1053 Reviewed by Martin Robinson.
1055 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1056 what it is defined to, so defining it to 0 effectively turned it on always.
1058 * Source/cmake/OptionsGTK.cmake:
1060 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1062 Revert "Introducing the Platform Abstraction Layer (PAL)"
1063 https://bugs.webkit.org/show_bug.cgi?id=144751
1067 PAL should be a new target inside WebCore, rather than a top-level folder.
1069 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1071 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1073 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1075 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1077 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1079 Introducing the Platform Abstraction Layer (PAL)
1080 https://bugs.webkit.org/show_bug.cgi?id=143358
1082 Reviewed by Simon Fraser.
1084 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1086 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1088 [cmake] Disable GNU Gold linker on Cortex A53
1089 https://bugs.webkit.org/show_bug.cgi?id=144382
1091 Reviewed by Carlos Garcia Campos.
1093 * Source/cmake/OptionsCommon.cmake:
1095 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1097 USE(...) macro should expect unprefixed variables
1098 https://bugs.webkit.org/show_bug.cgi?id=144454
1100 Reviewed by Daniel Bates.
1102 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1103 * Source/cmake/OptionsEfl.cmake: Ditto.
1104 * Source/cmake/OptionsGTK.cmake: Ditto.
1105 * Source/cmake/OptionsMac.cmake: Ditto.
1106 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1107 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1110 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1112 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1113 https://bugs.webkit.org/show_bug.cgi?id=144394
1115 Reviewed by Carlos Garcia Campos.
1117 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1118 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1119 disabled in previous reworking of the CMake configuration.
1121 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1122 version of USE variables.
1123 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1124 is exposed to the build.
1126 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1128 Unreviewed. Bump GTK+ version numbers.
1130 * Source/cmake/OptionsGTK.cmake:
1132 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1134 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1135 https://bugs.webkit.org/show_bug.cgi?id=144435
1137 Reviewed by Gyuyoung Kim.
1139 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1140 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1142 * Source/cmake/OptionsEfl.cmake:
1144 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1146 REGRESSION(183583): [Mac] make without SDKROOT has issues
1147 https://bugs.webkit.org/show_bug.cgi?id=144431
1149 Reviewed by Dan Bernstein.
1152 Assume an empty SDKROOT means an macosx variant, so only
1153 enable settings if the SDKROOT is not empty and does not
1156 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1158 Fix the GTK+ build after r183584
1160 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1162 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1164 [GTK] Add support for automatic hyphenation
1165 https://bugs.webkit.org/show_bug.cgi?id=44478
1167 Reviewed by Carlos Garcia Campos.
1169 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1170 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1171 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1173 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1175 Failure when building WebKit for appletvsimulator.
1176 https://bugs.webkit.org/show_bug.cgi?id=144356
1178 Reviewed by Alexey Proskuryakov.
1180 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1181 make TVOS and WatchOS behave correctly.
1185 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1187 [CMake] [GTK] Organize and clean up unused CMake variables
1188 https://bugs.webkit.org/show_bug.cgi?id=144364
1190 Reviewed by Gyuyoung Kim.
1192 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1193 specific to certain projects into their PlatformGTK.cmake files.
1195 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1197 [EFL] Build failure to find gio-unix
1198 https://bugs.webkit.org/show_bug.cgi?id=144083
1200 Reviewed by Gyuyoung Kim.
1202 Original patch by Doug Newgard <scimma22@outlook.com>
1204 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1206 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1208 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1209 https://bugs.webkit.org/show_bug.cgi?id=143001
1211 Reviewed by Gyuyoung Kim.
1213 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1214 * Source/cmake/OptionsGTK.cmake: Ditto.
1216 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1218 Unreviewed, fix typo in previous commit
1220 libsecretr -> libsecret in the error message.
1222 * Source/cmake/OptionsGTK.cmake:
1224 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1226 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1227 https://bugs.webkit.org/show_bug.cgi?id=143546
1229 Reviewed by Martin Robinson.
1231 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1232 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1233 default. Fail the build with an informative error message if an optional dependency required
1234 for an enabled feature is not present. Perform find_package commands only when necessary.
1235 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1238 * Source/cmake/OptionsGTK.cmake:
1240 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1242 [GTK] Make all options actually options
1243 https://bugs.webkit.org/show_bug.cgi?id=144106
1245 Reviewed by Martin Robinson.
1247 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1248 ENABLE_WAYLAND_TARGET.
1250 * Source/cmake/OptionsGTK.cmake:
1252 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1254 Unreviewed, fix GTK build after r183452
1256 * Source/cmake/OptionsGTK.cmake:
1258 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1260 [GTK] Add one single option to control all OpenGL-related options
1261 https://bugs.webkit.org/show_bug.cgi?id=144105
1263 Reviewed by Martin Robinson.
1265 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1266 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1267 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1268 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1269 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1270 presence of CairoGL.
1272 * Source/cmake/OptionsGTK.cmake:
1274 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1276 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1277 https://bugs.webkit.org/show_bug.cgi?id=144306
1279 Reviewed by Martin Robinson.
1281 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1283 * Source/cmake/OptionsGTK.cmake:
1285 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1287 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1288 https://bugs.webkit.org/show_bug.cgi?id=144193
1290 Reviewed by Darin Adler.
1292 * Source/cmake/OptionsEfl.cmake:
1293 * Source/cmake/OptionsGTK.cmake:
1294 * Source/cmake/OptionsWinCairo.cmake:
1295 * Source/cmake/WebKitFeatures.cmake:
1297 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1299 [CMake] Should be possible for an option to conflict with other options
1300 https://bugs.webkit.org/show_bug.cgi?id=143956
1302 Reviewed by Martin Robinson.
1304 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1306 * Source/cmake/WebKitFeatures.cmake:
1308 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1310 [CMake] Autogenerate cmakeconfig.h.cmake
1311 https://bugs.webkit.org/show_bug.cgi?id=143997
1313 Reviewed by Csaba Osztrogonác.
1315 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1316 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1317 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1318 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1319 Do some other miscellaneous related cleanup.
1320 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1321 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1322 build exposed variables. Add a macro to generate a configuration from them.
1323 * Source/cmakeconfig.h.cmake: Removed.
1325 2015-04-24 Philippe Normand <pnormand@igalia.com>
1327 [JHBuild] Move to upstream OpenWebRTC
1328 https://bugs.webkit.org/show_bug.cgi?id=144145
1330 Reviewed by Carlos Garcia Campos.
1332 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1335 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1337 [ES6] Implement ES6 template literals
1338 https://bugs.webkit.org/show_bug.cgi?id=142691
1340 Reviewed by Darin Adler.
1342 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1344 * Source/cmake/WebKitFeatures.cmake:
1345 * Source/cmakeconfig.h.cmake:
1347 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1349 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1350 https://bugs.webkit.org/show_bug.cgi?id=144182
1352 Reviewed by Simon Fraser.
1354 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1355 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1356 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1357 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1358 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1360 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1362 [GTK] Add more public options
1363 https://bugs.webkit.org/show_bug.cgi?id=144116
1365 Reviewed by Martin Robinson.
1367 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1369 * Source/cmake/OptionsGTK.cmake:
1371 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1373 [CMake] Some internal variables are not marked as advanced
1374 https://bugs.webkit.org/show_bug.cgi?id=143595
1376 Reviewed by Martin Robinson.
1378 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1379 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1381 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1383 [GTK] Mark as advanced the build options we don't want to expose
1384 https://bugs.webkit.org/show_bug.cgi?id=143558
1386 Reviewed by Martin Robinson.
1388 Mark various options as private instead of public.
1390 * Source/cmake/OptionsGTK.cmake:
1392 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1394 [CMake] Should be possible for an option to depend on multiple options
1395 https://bugs.webkit.org/show_bug.cgi?id=143839
1397 Reviewed by Martin Robinson.
1399 Use a list instead of a single variable to track the dependencies of each option. Iterate
1400 over the list as many times as necessary to ensure all options are properly disabled.
1402 * Source/cmake/WebKitFeatures.cmake:
1404 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1406 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1407 https://bugs.webkit.org/show_bug.cgi?id=144103
1409 Reviewed by Martin Robinson.
1411 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1413 * Source/cmake/WebKitFeatures.cmake:
1415 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1417 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1418 https://bugs.webkit.org/show_bug.cgi?id=144102
1420 Reviewed by Martin Robinson.
1422 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1423 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1424 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1426 * Source/cmake/OptionsGTK.cmake:
1428 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1430 [CMake] Clean up JSC JIT options
1431 https://bugs.webkit.org/show_bug.cgi?id=143998
1433 Reviewed by Filip Pizlo.
1435 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1436 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1437 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1438 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1439 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1440 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1442 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1444 [CMake] Use lowercase for local variables in macros
1445 https://bugs.webkit.org/show_bug.cgi?id=144059
1447 Reviewed by Martin Robinson.
1449 Convert some variable names to lowercase.
1451 * Source/cmake/WebKitFeatures.cmake:
1453 2015-04-22 Commit Queue <commit-queue@webkit.org>
1455 Unreviewed, rolling out r183116.
1456 https://bugs.webkit.org/show_bug.cgi?id=144060
1458 Inadvertently deleted a file... (Requested by mcatanzaro on
1463 "[CMake] Use lowercase for local variables in macros"
1464 https://bugs.webkit.org/show_bug.cgi?id=144059
1465 http://trac.webkit.org/changeset/183116
1467 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1469 [CMake] Use lowercase for local variables in macros
1470 https://bugs.webkit.org/show_bug.cgi?id=144059
1472 Reviewed by Martin Robinson.
1474 Convert some variable names to lowercase.
1476 * Source/cmake/WebKitFeatures.cmake:
1478 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1480 [CMake] Features list should print dots every other row
1481 https://bugs.webkit.org/show_bug.cgi?id=143832
1483 Reviewed by Martin Robinson.
1485 Discount private options when determining whether to print dots on a given row of the
1486 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1487 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1488 wasn't noticed because it only affects the first line, and use of the variable name as a
1489 string in a conditional.)
1491 * Source/cmake/WebKitFeatures.cmake:
1493 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1495 [CMake] Require specifying visibility of WebKit options
1496 https://bugs.webkit.org/show_bug.cgi?id=143831
1498 Reviewed by Alex Christensen.
1500 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1501 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1502 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1503 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1504 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1505 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1506 cross-platform options as PRIVATE.
1508 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1510 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1511 https://bugs.webkit.org/show_bug.cgi?id=143935
1513 Reviewed by Darin Adler.
1515 Some variables aren't defined in these files or unused variables aren't removed. This
1516 patch cleans up it as well as fix wrong alphabet order.
1518 * Source/cmake/WebKitFeatures.cmake:
1519 * Source/cmakeconfig.h.cmake:
1521 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1523 Restore the WebKit.xcworkspace to the way it was before r182899,
1524 which inadvertently added the Source directory and a couple of source
1527 * WebKit.xcworkspace/contents.xcworkspacedata:
1529 2015-04-16 Basile Clement <basile_clement@apple.com>
1531 Extract the allocation profile from JSFunction into a rare object
1532 https://bugs.webkit.org/show_bug.cgi?id=143807
1534 Reviewed by Filip Pizlo.
1536 * WebKit.xcworkspace/contents.xcworkspacedata:
1538 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1540 [EFL] Bump LLVM to version 3.6.0 on X86_64
1541 https://bugs.webkit.org/show_bug.cgi?id=143604
1543 Reviewed by Gyuyoung Kim.
1545 * Source/cmake/FindLLVM.cmake: Added version handling.
1546 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1548 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1550 Custom CSS cursors do not use -webkit-image-set on retina displays
1551 https://bugs.webkit.org/show_bug.cgi?id=120783
1553 Reviewed by Beth Dakin.
1554 Patch by Evan Wallace <evan.exe@gmail.com>.
1556 Add a manual test for custom CSS cursors on retina displays.
1558 * ManualTests/retina-cursors.html: Added.
1560 2015-04-15 Alex Christensen <achristensen@webkit.org>
1562 Progress towards CMake on Mac.
1563 https://bugs.webkit.org/show_bug.cgi?id=143785
1565 Reviewed by Csaba Osztrogonác.
1568 * Source/cmake/OptionsMac.cmake:
1569 * Source/cmake/WebKitFS.cmake:
1571 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1573 Cannot click "Next" button on Google two-factor auth setup page
1575 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1576 <rdar://problem/19175714>
1578 Reviewed by Darin Adler.
1580 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1582 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1584 [cmake] REGRESSION(182663): It broke feature dependency handling
1585 https://bugs.webkit.org/show_bug.cgi?id=143665
1587 Reviewed by Csaba Osztrogonác.
1589 Don't try to check the value of options before defining the options.
1591 * Source/cmake/WebKitFeatures.cmake:
1593 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1595 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1596 https://bugs.webkit.org/show_bug.cgi?id=143664
1598 Reviewed by Gyuyoung Kim.
1600 * Source/cmake/OptionsEfl.cmake:
1601 * Source/cmake/OptionsGTK.cmake:
1602 * Source/cmake/WebKitFeatures.cmake:
1603 * Source/cmakeconfig.h.cmake:
1605 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1607 [EFL] Enable Media Source
1608 https://bugs.webkit.org/show_bug.cgi?id=143635
1610 Reviewed by Csaba Osztrogonác.
1612 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1614 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1616 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1617 https://bugs.webkit.org/show_bug.cgi?id=143636
1619 Reviewed by Martin Robinson.
1621 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1622 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1624 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1625 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1627 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1629 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1631 Fix ENABLE_TOUCH_SLIDER so that it can be used
1635 * Source/cmake/WebKitFeatures.cmake:
1637 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1639 [CMake] Print sorted feature list at the very end of the configure process
1640 https://bugs.webkit.org/show_bug.cgi?id=143596
1642 Reviewed by Martin Robinson.
1644 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1645 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1646 and sort the options before printing. Reorder some code so that features still get
1647 propagated to the bindings generators.
1649 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1651 [CMake] Options should be marked as advanced by default
1652 https://bugs.webkit.org/show_bug.cgi?id=143572
1654 Reviewed by Gyuyoung Kim.
1656 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1657 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1658 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1659 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1660 option without making it public.
1662 * Source/cmake/WebKitFeatures.cmake:
1664 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1666 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1667 https://bugs.webkit.org/show_bug.cgi?id=143584
1669 Reviewed by Csaba Osztrogonác.
1671 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1675 * Source/CMakeLists.txt:
1676 * Source/cmake/OptionsGTK.cmake:
1677 * Source/cmake/WebKitFS.cmake:
1679 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1681 Unreviewed, revert accidental commit.
1685 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1687 Add CMake build system for WinCairo port.
1688 https://bugs.webkit.org/show_bug.cgi?id=115944
1690 Reviewed by Chris Dumez.
1692 * Source/cmake/OptionsWindows.cmake:
1693 * Source/cmake/WebKitMacros.cmake:
1694 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1696 2015-04-06 Alberto Garcia <berto@igalia.com>
1698 [GTK] Fix HPPA build
1699 https://bugs.webkit.org/show_bug.cgi?id=143453
1701 Reviewed by Darin Adler.
1703 Add HPPA to the list of supported CPUs.
1707 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1709 Unreviewed, kick the GTK bots to fix an incremental build issue.
1711 * Source/cmake/OptionsGTK.cmake:
1713 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1715 Fix the EFL and GTK build after r182243
1716 https://bugs.webkit.org/show_bug.cgi?id=143361
1718 Reviewed by Csaba Osztrogonác.
1720 * Source/PlatformEfl.cmake: Add a custom command that copies
1721 the InspectorBackendCommands.js file into the proper directory
1722 under DerivedSources/WebInspectorUI/.
1724 2015-04-01 Alex Christensen <achristensen@webkit.org>
1726 Progress towards CMake on Windows and Mac.
1727 https://bugs.webkit.org/show_bug.cgi?id=143293
1729 Reviewed by Filip Pizlo.
1732 Set DERIVED_SOURCES_WTF_DIR for Windows.
1733 * Source/CMakeLists.txt:
1734 Don't compile bmalloc on Windows.
1735 * Source/cmake/OptionsCommon.cmake:
1736 Use the absolute path of the C preprocessor.
1737 * Source/cmake/OptionsWinCairo.cmake:
1738 Added needed definitions.
1739 * Source/cmake/OptionsWindows.cmake:
1740 Set some default values and removed support for old Visual Studio versions before /MP.
1741 * Source/cmake/WebKitFS.cmake:
1742 Make WTF DerivedSources directory.
1743 * Source/cmake/WebKitMacros.cmake:
1744 Added ADD_PRECOMPILED_HEADER macro based on
1745 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1747 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1749 Use colored diagnostics when building with cmake + ninja + clang
1750 https://bugs.webkit.org/show_bug.cgi?id=143297
1752 Reviewed by Žan Doberšek.
1754 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1755 disables colored output.
1756 This patch forces clang to use colored diagnostics when we are using
1759 * Source/cmake/OptionsCommon.cmake:
1761 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1763 [CMake] Update old CMakeList.txt in gtest
1764 https://bugs.webkit.org/show_bug.cgi?id=143192
1766 Reviewed by Darin Adler.
1768 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1769 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1770 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1772 * Source/CMakeLists.txt:
1773 * Source/cmake/gtest/CMakeLists.txt: Removed.
1775 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1777 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1778 https://bugs.webkit.org/show_bug.cgi?id=143138
1780 Reviewed by Csaba Osztrogonác.
1782 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1783 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1785 * Source/cmake/OptionsWindows.cmake:
1786 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1787 * Source/cmake/WebKitMacros.cmake:
1789 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1791 [GStreamer] share GL context in pipeline, part 2
1792 https://bugs.webkit.org/show_bug.cgi?id=143049
1794 Reviewed by Carlos Garcia Campos.
1796 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1797 OpenGL/ES2 is found and GLX/EGL is found too.
1799 2015-03-26 Alex Christensen <achristensen@webkit.org>
1801 Progress towards CMake on Mac.
1802 https://bugs.webkit.org/show_bug.cgi?id=143112
1804 Reviewed by Chris Dumez.
1806 * Source/cmake/OptionsMac.cmake:
1808 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1810 [EFL] Add OpenWebRTC in jhbuild
1811 https://bugs.webkit.org/show_bug.cgi?id=142778
1813 Reviewed by Gyuyoung Kim.
1815 Original patch by Philippe Normand <pnormand@igalia.com>
1817 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1818 mediastream build is enabled.
1820 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1822 [GTK] Add a configure option to build without Redirected XComposite Window
1823 https://bugs.webkit.org/show_bug.cgi?id=142865
1825 Reviewed by Žan Doberšek.
1827 The Redirected XComposite Window was added to support some
1828 features like GtkOverlay, but in cases where we don't need such
1829 features, it's more efficient to use the XID of the WebKitWebView
1830 window as the native surface handle for the accelerated
1831 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1832 that is enabled by default for X11 target when OpenGL is enabled.
1834 * Source/cmake/OptionsGTK.cmake:
1836 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1838 [GTK] Search for the Wayland dependency when enabling Wayland target
1839 https://bugs.webkit.org/show_bug.cgi?id=142876
1841 Reviewed by Carlos Garcia Campos.
1843 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1844 requirement of either the GTK+ or GDK pkg-config files, so we have to
1845 search for it ourselves when WebKitGTK+ has been configured to support
1846 the Wayland windowing target.
1848 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1850 Unreviewed, kick the GTK bots to regenerate makefile.
1851 https://bugs.webkit.org/show_bug.cgi?id=137394
1853 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1854 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1856 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1858 Unreviewed, kick the GTK bots to regenerate makefile.
1859 https://bugs.webkit.org/show_bug.cgi?id=137394
1861 * Source/cmake/OptionsEfl.cmake:
1863 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1865 [GTK] Fix inspector userinterface related incremental build issue
1866 https://bugs.webkit.org/show_bug.cgi?id=142849
1868 Reviewed by Carlos Garcia Campos.
1870 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1872 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1874 Unreviewed, kick the GTK bots to regenerate makefile.
1876 * Source/cmake/OptionsGTK.cmake:
1878 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1880 [EFL] Expose JavaScript binding interface through ewk_extension
1881 https://bugs.webkit.org/show_bug.cgi?id=142033
1883 Reviewed by Gyuyoung Kim.
1885 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1887 2015-03-17 Philippe Normand <pnormand@igalia.com>
1889 [GTK] basic OpenWebRTC build support
1890 https://bugs.webkit.org/show_bug.cgi?id=142393
1892 Reviewed by Carlos Garcia Campos.
1894 * Source/cmake/FindOpenWebRTC.cmake: Added.
1895 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1896 mediastream build is enabled.
1898 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1900 [CMake][EFL] Build test tools only for developer mode
1901 https://bugs.webkit.org/show_bug.cgi?id=142761
1903 Reviewed by Csaba Osztrogonác.
1905 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1907 * Source/cmake/OptionsEfl.cmake:
1908 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1909 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1910 * Source/cmakeconfig.h.cmake:
1912 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1914 Enable ES6 classes by default
1915 https://bugs.webkit.org/show_bug.cgi?id=142774
1917 Reviewed by Gavin Barraclough.
1919 * Source/cmake/WebKitFeatures.cmake:
1921 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1923 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1924 https://bugs.webkit.org/show_bug.cgi?id=142722
1926 Reviewed by Csaba Osztrogonác.
1928 Categorize to define cmake variables, to find necessary packages,
1929 use upper case for "glib_conponents" cmake variable name, re-arrange
1930 wrong alphabet sorting, and so on.
1932 * CMakeLists.txt: Remove WinCE port.
1933 * Source/cmake/OptionsEfl.cmake:
1935 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1937 [GStreamer] share GL context in pipeline
1938 https://bugs.webkit.org/show_bug.cgi?id=142693
1940 Reviewed by Philippe Normand.
1942 Add search of gstreamer-gl library in the GStreamer installation. If
1943 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1945 * Source/cmake/FindGStreamer.cmake:
1946 * Source/cmake/OptionsGTK.cmake:
1948 2015-03-13 Alex Christensen <achristensen@webkit.org>
1950 Progress towards CMake on Mac.
1951 https://bugs.webkit.org/show_bug.cgi?id=142680
1953 Reviewed by Gyuyoung Kim.
1956 * Source/PlatformMac.cmake: Added stub.
1957 * Source/cmake/OptionsMac.cmake:
1958 Change defines to get CMake working.
1960 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1962 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1963 https://bugs.webkit.org/show_bug.cgi?id=126688
1965 Reviewed by Gustavo Noronha Silva.
1967 Add ENABLE_MINIBROWSER option, enabled by default for development
1968 builds and disabled for production builds unless explicilty enabled.
1970 * Source/cmake/OptionsGTK.cmake:
1972 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1974 [GTK] Do not look for child processes in the UI process binary path
1975 https://bugs.webkit.org/show_bug.cgi?id=135752
1977 Reviewed by Gustavo Noronha Silva.
1979 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
1980 build for development builds.
1982 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
1984 [GTK] Add a configure option to build with OpenGL ES 2
1985 https://bugs.webkit.org/show_bug.cgi?id=142498
1987 Reviewed by Martin Robinson.
1989 Add ENABLE_GLES2 option. It's disabled by default, but if passed
1990 GLES2 is required and OpenGL is not even searched. Otherwise we
1991 search for OpenGL as usual, using it only if present.
1993 * Source/cmake/OptionsGTK.cmake:
1995 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
1997 [cmake] Handle unused parameter warnings as build errors except in WebKit2
1998 https://bugs.webkit.org/show_bug.cgi?id=142338
2000 Reviewed by Gyuyoung Kim.
2002 * Source/cmake/WebKitHelpers.cmake:
2004 2015-03-03 Daniel Bates <dabates@apple.com>
2006 Convert ManualTests/svg-tooltip.svg to a DRT test
2007 https://bugs.webkit.org/show_bug.cgi?id=140480
2009 Reviewed by Alex Christensen.
2011 * ManualTests/svg-tooltip.svg: Removed.
2013 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2015 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2016 https://bugs.webkit.org/show_bug.cgi?id=142165
2018 Reviewed by Carlos Garcia Campos.
2020 * Source/cmake/gtksymbols.filter:
2022 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2024 [EFL] Remove unnecessary comment after r179110
2025 https://bugs.webkit.org/show_bug.cgi?id=142042
2027 Reviewed by Gyuyoung Kim.
2029 * Source/cmake/OptionsEfl.cmake:
2031 2015-02-23 Tomas Popela <tpopela@redhat.com>
2033 [GTK] Fails to compile with cmake 3.2.x
2034 https://bugs.webkit.org/show_bug.cgi?id=141796
2036 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2037 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2038 added and the build will fail.
2040 Reviewed by Martin Robinson.
2042 * Source/cmake/OptionsGTK.cmake:
2044 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2046 Remove svn:keywords property.
2048 As far as I can tell, the property had no effect on any of these files, but also,
2049 when it has effect it's likely harmful.
2051 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2052 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2053 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2054 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2055 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2056 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2057 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2058 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2059 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2060 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2061 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2062 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2063 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2064 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2066 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2068 [CMAKE] Remove CMakeLists.txt in WK1 port
2069 https://bugs.webkit.org/show_bug.cgi?id=141617
2071 Reviewed by Anders Carlsson.
2073 Nobody uses CMake in WK1 port. Remove it.
2077 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2079 Unreviewed, remove empty directories.
2081 * ManualTests/qt: Removed.
2083 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2085 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2086 https://bugs.webkit.org/show_bug.cgi?id=141481
2088 Reviewed by Csaba Osztrogonác.
2090 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2092 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2094 [EFL][GTK] Use bmalloc instead of tcmalloc
2095 https://bugs.webkit.org/show_bug.cgi?id=140162
2097 Reviewed by Carlos Garcia Campos.
2099 Add bmalloc directory to build list.
2101 * CMakeLists.txt: Define BMALLOC_DIR directory.
2102 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2104 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2106 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2107 https://bugs.webkit.org/show_bug.cgi?id=141392
2109 Reviewed by Gustavo Noronha Silva.
2111 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2113 * Source/cmake/OptionsGTK.cmake:
2115 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2117 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2118 https://bugs.webkit.org/show_bug.cgi?id=141328
2120 Reviewed by Darin Adler.
2122 Added as manual test because it involves a huge grid allocation
2123 which is very slow on Debug bots, the only ones capable to trigger
2126 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2128 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2130 [Streams API] Implement a barebone ReadableStream interface
2131 https://bugs.webkit.org/show_bug.cgi?id=141045
2133 Reviewed by Benjamin Poulain.
2135 * Source/cmake/WebKitFeatures.cmake:
2136 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2138 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2140 Revert accidental change in r179490.
2144 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2146 Unreviewed, revert accidental change to Makefile.shared in r179478
2150 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2152 [CMake] Minimum python version should be 2.7.
2153 https://bugs.webkit.org/show_bug.cgi?id=140997
2155 Reviewed by Csaba Osztrogonác.
2159 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2161 Apply feTurbulence spec change to fix zero length vector generation
2162 https://bugs.webkit.org/show_bug.cgi?id=140812
2164 Reviewed by Darin Adler.
2166 Recently a bug with the turbulence algorithm was corrected in the
2167 Filter Effects specification.
2168 For some seed values this bug allowed zero length vectors to be generated.
2169 This resulted in large solid color squares being present in the generated image.
2170 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2171 applies that change in WebCore.
2173 Test: svg/filters/feTurbulence_bad_seeds.html
2175 * platform/graphics/filters/FETurbulence.cpp:
2176 (WebCore::FETurbulence::initPaint):
2177 Added rejection sampling during vector generation to avoid zero length vectors.
2179 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2181 [cmake] Remove compiler version calculate cruft
2182 https://bugs.webkit.org/show_bug.cgi?id=140885
2184 Reviewed by Darin Adler.
2186 * Source/cmake/WebKitHelpers.cmake:
2188 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2190 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2191 https://bugs.webkit.org/show_bug.cgi?id=140886
2193 Reviewed by Žan Doberšek.
2195 * Source/cmake/WebKitHelpers.cmake:
2197 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2199 [GTK] gtkdoc does not appear in DevHelp
2200 https://bugs.webkit.org/show_bug.cgi?id=139369
2202 Reviewed by Philippe Normand.
2204 Expect the gtkdoc to be generated in folders named with the API version.
2206 * Source/PlatformGTK.cmake:
2208 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2210 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2211 https://bugs.webkit.org/show_bug.cgi?id=140609
2213 Reviewed by Csaba Osztrogonác.
2215 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2216 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2217 compilation flags. Those were added after the jsCStack branch merge, but
2218 can now be removed since the -ftree-dce issues were fixed in GCC, and
2219 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2221 * Source/cmake/OptionsEfl.cmake:
2222 * Source/cmake/OptionsGTK.cmake:
2224 2015-01-26 Commit Queue <commit-queue@webkit.org>
2226 Unreviewed, rolling out r179107.
2227 https://bugs.webkit.org/show_bug.cgi?id=140880
2229 The GCC in the bots doesn't support the AsyncTask
2230 implementation (Requested by KaL on #webkit).
2234 "[GTK] Enable IndexedDB"
2235 https://bugs.webkit.org/show_bug.cgi?id=98932
2236 http://trac.webkit.org/changeset/179107
2238 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2240 [GTK] Enable IndexedDB
2241 https://bugs.webkit.org/show_bug.cgi?id=98932
2243 Reviewed by Žan Doberšek.
2245 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2246 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2248 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2250 [GTK] Add initial database process support
2251 https://bugs.webkit.org/show_bug.cgi?id=139491
2253 Reviewed by Sergio Villar Senin.
2255 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2257 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2259 Add a build flag for ES6 class syntax
2260 https://bugs.webkit.org/show_bug.cgi?id=140760
2262 Reviewed by Michael Saboff.
2264 * Source/cmake/WebKitFeatures.cmake:
2265 * Source/cmakeconfig.h.cmake:
2267 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2269 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2270 https://bugs.webkit.org/show_bug.cgi?id=140049
2272 Reviewed by Gyuyoung Kim.
2274 * Source/cmake/OptionsCommon.cmake:
2276 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2278 Remove ENABLE(INSPECTOR) ifdef guards
2279 https://bugs.webkit.org/show_bug.cgi?id=140668
2281 Reviewed by Darin Adler.
2283 * Source/PlatformEfl.cmake:
2284 * Source/cmake/OptionsEfl.cmake:
2285 * Source/cmake/OptionsGTK.cmake:
2286 * Source/cmake/OptionsMac.cmake:
2287 * Source/cmake/WebKitFeatures.cmake:
2288 * Source/cmakeconfig.h.cmake:
2290 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2292 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2294 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2296 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2298 [CMAKE] Fix cmake warning
2299 https://bugs.webkit.org/show_bug.cgi?id=140497
2301 Reviewed by Gustavo Noronha Silva.
2303 r173155 already tried to fix cmake warning though, the warning is still exist.
2304 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2305 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2306 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2307 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2308 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2312 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2314 [GTK] Generate the make dist manifest from a CMake template file
2315 https://bugs.webkit.org/show_bug.cgi?id=139387
2317 Reviewed by Martin Robinson.
2319 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2320 distcheck targets for developer builds, as they won't work when
2321 building from a tarball because the manifest is not distributed.
2323 * Source/PlatformGTK.cmake:
2325 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2327 Remove ENABLE(SQL_DATABASE) guards
2328 https://bugs.webkit.org/show_bug.cgi?id=140434
2330 Reviewed by Darin Adler.
2332 * Source/cmake/OptionsMac.cmake:
2333 * Source/cmake/WebKitFeatures.cmake:
2334 * Source/cmakeconfig.h.cmake:
2336 2015-01-11 Sam Weinig <sam@webkit.org>
2338 Remove support for SharedWorkers
2339 https://bugs.webkit.org/show_bug.cgi?id=140344
2341 Reviewed by Anders Carlsson.
2343 * Source/cmake/OptionsEfl.cmake:
2344 * Source/cmake/OptionsGTK.cmake:
2345 * Source/cmake/OptionsMac.cmake:
2346 * Source/cmake/WebKitFeatures.cmake:
2347 * Source/cmakeconfig.h.cmake:
2349 2015-01-10 Dan Bernstein <mitz@apple.com>
2351 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2352 https://bugs.webkit.org/show_bug.cgi?id=140339
2354 Reviewed by Mark Rowe.
2356 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2357 prevents unnecessary rebuilding due to PATH differences.
2359 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2361 [GTK][ThreadedCompositor] Add support for threaded compositor.
2362 https://bugs.webkit.org/show_bug.cgi?id=118265
2364 Reviewed by Martin Robinson.
2366 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2367 autotools build systems. The feature is disabled by default.
2368 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2369 from the feature flags.
2371 * Source/cmake/OptionsEfl.cmake:
2372 * Source/cmake/OptionsGTK.cmake:
2373 * Source/cmake/WebKitFeatures.cmake:
2374 * Source/cmakeconfig.h.cmake:
2376 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2378 Simplify building with ASan
2379 https://bugs.webkit.org/show_bug.cgi?id=139916
2381 Reviewed by Mark Rowe.
2383 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2385 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2387 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2389 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2391 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2393 Null dereference performing a "TapAndAHalf" gesture in Google search field
2395 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2396 <rdar://problem/19028828>
2398 Reviewed by Darin Adler.
2400 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2402 2014-12-10 Dean Jackson <dino@apple.com>
2404 Blur filter performance test doesn't provide results
2405 https://bugs.webkit.org/show_bug.cgi?id=139462
2407 Reviewed by Sam Weinig.
2409 This can't currently work under our performance test
2410 infrastructure. Move it to a manual test to avoid
2411 putting FAILures into the results.
2413 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2415 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2417 [GTK][WK2] Add HTML5 Notifications support
2418 https://bugs.webkit.org/show_bug.cgi?id=61140
2420 Reviewed by Carlos Garcia Campos.
2422 * Source/cmake/FindLibNotify.cmake: Added.
2423 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2424 libnotify and use it for a default implementation when found.
2426 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2428 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2429 https://bugs.webkit.org/show_bug.cgi?id=138100
2431 Reviewed by Simon Fraser.
2433 DRT causes an extra paint which makes it impossible to test this with
2436 * ManualTests/float-layer-not-painting.html: Added.
2438 2014-12-07 Alberto Garcia <berto@igalia.com>
2440 [GTK] WebKit has a new required dependency on GnuTLS
2441 https://bugs.webkit.org/show_bug.cgi?id=136158
2443 Reviewed by Martin Robinson.
2445 Detect if GnuTLS is installed and enable or disable subtle crypto
2446 support accordingly.
2448 * Source/cmake/OptionsGTK.cmake:
2450 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2452 [GTK] Missing API detected in GObject DOM bindings after r176630
2453 https://bugs.webkit.org/show_bug.cgi?id=139201
2455 Reviewed by Gustavo Noronha Silva.
2457 Change GENERATE_BINDINGS macro to receive a list of optional
2458 additional dependencies, so that we can add more dependecies
2459 without having to change the macro.
2461 * Source/cmake/WebKitMacros.cmake:
2463 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2465 Programmatic scrolling and content changes are not always synchronized
2466 https://bugs.webkit.org/show_bug.cgi?id=139245
2467 rdar://problem/18833612
2469 Reviewed by Anders Carlsson.
2471 Manual test that tries to sync layout with programmatic scrolling.
2473 * ManualTests/programmatic-scroll-flicker.html: Added.
2475 2014-12-04 Alberto Garcia <berto@igalia.com>
2477 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2478 https://bugs.webkit.org/show_bug.cgi?id=136576
2480 Reviewed by Carlos Garcia Campos.
2482 CMake should complain if Accelerated 2D Canvas is explicitly
2483 enabled but cairo-gl is not found.
2485 * Source/cmake/OptionsGTK.cmake:
2487 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2489 [EFL] Add subtle crypto to the build system
2490 https://bugs.webkit.org/show_bug.cgi?id=138612
2492 Reviewed by Csaba Osztrogonác.
2494 * Source/cmake/OptionsEfl.cmake:
2496 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2498 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2499 https://bugs.webkit.org/show_bug.cgi?id=139085
2501 Reviewed by Andreas Kling.
2503 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2504 * Source/cmake/WebKitFeatures.cmake: ditto.
2505 * Source/cmakeconfig.h.cmake: ditto.
2507 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2509 [EFL] Drop support for the EFL 1.7
2510 https://bugs.webkit.org/show_bug.cgi?id=139114
2512 Reviewed by Gyuyoung Kim.
2514 * Source/cmake/EFLHelpers.cmake: Removed.
2515 * Source/cmake/FindEcore.cmake: Removed.
2516 * Source/cmake/FindEdje.cmake: Removed.
2517 * Source/cmake/FindEet.cmake: Removed.
2518 * Source/cmake/FindEeze.cmake: Removed.
2519 * Source/cmake/FindEfreet.cmake: Removed.
2520 * Source/cmake/FindEina.cmake: Removed.
2521 * Source/cmake/FindElementary.cmake: Removed.
2522 * Source/cmake/FindEvas.cmake: Removed.
2523 * Source/cmake/OptionsEfl.cmake:
2525 2014-11-28 Philippe Normand <pnormand@igalia.com>
2527 [CMake] Build failure against GStreamer git master
2528 https://bugs.webkit.org/show_bug.cgi?id=138872
2530 Reviewed by Csaba Osztrogon.
2532 * Source/cmake/FindGStreamer.cmake: Simplified the
2533 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2534 headers lookup, there's no need to do this manually. Also
2535 explicitely check the version specified in GStreamer_FIND_VERSION.
2537 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2539 [EFL] Remove E_Dbus dependency
2540 https://bugs.webkit.org/show_bug.cgi?id=136355
2542 Reviewed by Gyuyoung Kim.
2544 * Source/cmake/FindE_DBus.cmake: Removed.
2545 * Source/cmake/OptionsEfl.cmake:
2547 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2549 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2551 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2553 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2555 [CMake] Use ld.gold if it is available to speedup builds
2556 https://bugs.webkit.org/show_bug.cgi?id=137953
2558 Reviewed by Carlos Garcia Campos.
2560 * Source/cmake/OptionsCommon.cmake:
2562 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2564 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2565 https://bugs.webkit.org/show_bug.cgi?id=138840
2567 Reviewed by Csaba Osztrogonác.
2569 * Source/cmake/OptionsCommon.cmake:
2571 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2573 Remove Source/Platform cruft
2574 https://bugs.webkit.org/show_bug.cgi?id=138658
2576 Reviewed by Anders Carlsson.
2579 * Source/Platform: Removed.
2581 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2583 Enable Cortex-A53-specific code paths by default if core is detected.
2584 https://bugs.webkit.org/show_bug.cgi?id=138499
2586 Reviewed by Csaba Osztrogonác.
2588 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2589 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2592 Since on ARM64/Linux the part number that cpuinfo reports depends on
2593 the core the query is run on, the check is bound to and executed on the
2594 available cores one by one.
2596 * Source/cmake/OptionsCommon.cmake:
2598 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2600 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2601 https://bugs.webkit.org/show_bug.cgi?id=138498
2603 Reviewed by Csaba Osztrogonác.
2605 * Source/cmake/OptionsEfl.cmake:
2607 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2609 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2610 https://bugs.webkit.org/show_bug.cgi?id=138465
2612 Reviewed by Gyuyoung Kim.
2614 * Source/cmake/OptionsEfl.cmake:
2616 2014-11-03 Dean Jackson <dino@apple.com>
2618 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2619 https://bugs.webkit.org/show_bug.cgi?id=138362
2621 Reviewed by Tim Horton.
2623 Add a new feature define for Level 2 of CSS Filters.
2624 http://dev.w3.org/fxtf/filters-2/
2626 * Source/cmake/OptionsEfl.cmake:
2627 * Source/cmake/OptionsGTK.cmake:
2628 * Source/cmake/OptionsMac.cmake:
2629 * Source/cmake/WebKitFeatures.cmake:
2630 * Source/cmakeconfig.h.cmake:
2632 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2634 Workaround for Cortex-A53 erratum 835769
2635 https://bugs.webkit.org/show_bug.cgi?id=138315
2637 Reviewed by Filip Pizlo.
2639 This patch introduces CMake variable and preprocessor macro
2640 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2641 code paths, if set true.
2643 * Source/cmake/OptionsCommon.cmake:
2644 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2646 * Source/cmakeconfig.h.cmake:
2647 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2649 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2651 [GTK] Fix the build of FTL JIT
2652 https://bugs.webkit.org/show_bug.cgi?id=138298
2654 Reviewed by Carlos Garcia Campos.
2656 * Source/cmake/OptionsGTK.cmake:
2657 Remove the need for the LIBCXXABI package.
2659 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2661 REGRESSION(CMake): Make it possible to build without introspection
2662 https://bugs.webkit.org/show_bug.cgi?id=138006
2664 Reviewed by Philippe Normand.
2666 Add ENABLE_INTROSPECTION option.
2668 * Source/PlatformGTK.cmake: Dot not add gir global target if
2669 introspection is disabled.
2670 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2671 introspection is disabled.
2673 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2675 [GTK] Support script message handlers WebKitUserContentManager
2676 https://bugs.webkit.org/show_bug.cgi?id=133730
2678 Reviewed by Carlos Garcia Campos.
2680 Support user script message handlers in WebKitUserContentManager.
2681 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2682 an option is added to the CMake build files. The option is disabled
2683 globally by default, and the WebKitGTK port enables it. On the API
2684 level, two new methods to register and unregister names are provided
2685 in the "window.webkit" namespace, and on message reception the
2686 "WebKitUserContentManager::script-message-received" signal is
2687 emitted, using the registered names as signal detail.
2689 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2690 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2691 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2692 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2694 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2696 [GTK] Bump libsoup's minimum version to 2.42.0.
2697 https://bugs.webkit.org/show_bug.cgi?id=138086
2699 Reviewed by Martin Robinson.
2701 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2702 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2703 the minimum version required to build the port these days.
2705 In addition, since the autotools build system required 2.42.0 before
2706 being retired, require the same version here. Version 2.42.0 was also
2708 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2710 * Source/cmake/OptionsGTK.cmake:
2712 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2714 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2715 https://bugs.webkit.org/show_bug.cgi?id=138132
2717 Reviewed by Csaba Osztrogonác.
2719 * Source/cmake/OptionsEfl.cmake:
2721 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2723 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2725 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2727 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2729 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2730 https://bugs.webkit.org/show_bug.cgi?id=137946
2732 Reviewed by Gyuyoung Kim.
2734 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2736 * Source/cmake/OptionsEfl.cmake:
2738 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2740 Fix FTL Native Inlining for EFL
2741 https://bugs.webkit.org/show_bug.cgi?id=137774
2743 Reviewed by Michael Saboff.
2745 Updated CMake for FTL Native Inlining.
2748 * Source/cmake/FindClang.cmake: Added.
2749 * Source/cmake/OptionsEfl.cmake:
2750 * Source/cmakeconfig.h.cmake:
2752 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2754 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2755 https://bugs.webkit.org/show_bug.cgi?id=137748
2757 Reviewed by Brian Burg.
2759 * Source/PlatformEfl.cmake:
2761 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2763 [GTK] Add initial gestures support
2764 https://bugs.webkit.org/show_bug.cgi?id=137812
2766 Reviewed by Sergio Villar Senin.
2768 Check if the GTK+ version supports gestures or not.
2770 * Source/cmake/FindGTK3.cmake:
2771 * Source/cmake/OptionsGTK.cmake:
2773 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2775 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2776 https://bugs.webkit.org/show_bug.cgi?id=137781
2778 Reviewed by Martin Robinson.
2780 We used to enable smooth scrolling unconditionally in autotools
2781 (via WebKitFeatures.m4), but since the switch to CMake it's
2782 unconditionally disabled, so changing the setting doesn't have any
2785 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2787 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2789 Removing CUSTOM_PROTOCOLS guard
2790 https://bugs.webkit.org/show_bug.cgi?id=137741
2792 Reviewed by Benjamin Poulain.
2794 * Source/cmake/OptionsEfl.cmake:
2796 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2798 [EFL] Enable WebP support.
2799 https://bugs.webkit.org/show_bug.cgi?id=136156
2801 Reviewed by Gyuyoung Kim.
2803 Add WebP package finding rule.
2805 * Source/cmake/OptionsEfl.cmake:
2807 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2809 [EFL] Enable custom URI schemes with CustomProtocols
2810 https://bugs.webkit.org/show_bug.cgi?id=128177
2812 Reviewed by Gyuyoung Kim.
2814 Fixing ewk_context_url_scheme_register() ewebkit2 API
2815 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2817 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2819 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2821 Bump version to 2.7.0
2822 https://bugs.webkit.org/show_bug.cgi?id=137301
2824 Rubber-stamped by Carlos Garcia Campos.
2826 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2828 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2830 [EFL] Rename TEST_THEME_DIR macro
2831 https://bugs.webkit.org/show_bug.cgi?id=137244
2833 Reviewed by Csaba Osztrogonác.
2835 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2837 2014-09-27 Dan Bernstein <mitz@apple.com>
2839 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2840 https://bugs.webkit.org/show_bug.cgi?id=137053
2842 Reviewed by Mark Rowe.
2844 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2845 In the build pre-action, pass the --wksi and --llvm options to
2846 copy-webkitlibraries-to-product-directory.
2847 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2849 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2851 [GTK] Enable CSS_IMAGE_SET in production builds
2852 https://bugs.webkit.org/show_bug.cgi?id=137142
2854 Reviewed by Alejandro G. Castro.
2856 This is required by the inspector to show some of the icons that
2857 has a HiDPI variant.
2859 * Source/cmake/OptionsGTK.cmake:
2861 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2863 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2864 https://bugs.webkit.org/show_bug.cgi?id=136377
2866 Reviewed by Philippe Normand.
2868 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2869 for CMake versions less than 3.
2871 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2873 Remove WinCE port from trunk
2874 https://bugs.webkit.org/show_bug.cgi?id=136951
2876 Reviewed by Alex Christensen.
2878 * Source/cmake/OptionsWinCE.cmake: Removed.
2879 * Source/cmake/WebKitPackaging.cmake:
2881 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2883 [EFL][GTK] Remove WebKit1 related codes
2884 https://bugs.webkit.org/show_bug.cgi?id=136853
2886 Reviewed by Csaba Osztrogonác.
2888 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2891 * Source/PlatformGTK.cmake:
2893 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2896 https://bugs.webkit.org/show_bug.cgi?id=136820
2898 Reviewed by Csaba Osztrogonác.
2900 * Source/cmake/FindICU.cmake:
2902 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2904 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2905 https://bugs.webkit.org/show_bug.cgi?id=136814
2907 Reviewed by Philippe Normand.
2909 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2910 We bundle the wayland-egl dependency with wayland-client and wayland-server
2911 and store the resulting variables with the WAYLAND_ prefix. Because of this
2912 this line wasn't exporting anything useful.
2914 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2916 URTBF after r173574.
2918 * Source/cmake/WebKitMacros.cmake:
2920 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2922 [JavaScriptCore] Fix FTL on platform EFL.
2923 https://bugs.webkit.org/show_bug.cgi?id=133571
2925 Reviewed by Filip Pizlo.
2929 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2930 * Source/cmake/OptionsEfl.cmake:
2932 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2935 https://bugs.webkit.org/show_bug.cgi?id=136571
2937 Reviewed by Darin Adler.
2939 * Source/cmake/OptionsEfl.cmake:
2940 * Source/cmake/OptionsGTK.cmake:
2941 * Source/cmake/OptionsMac.cmake:
2942 * Source/cmake/WebKitFeatures.cmake:
2943 * Source/cmakeconfig.h.cmake:
2945 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2947 Remove CSS_FILTERS flag
2948 https://bugs.webkit.org/show_bug.cgi?id=136529
2950 Reviewed by Dirk Schulze.
2952 * Source/cmake/OptionsEfl.cmake:
2953 * Source/cmake/OptionsGTK.cmake:
2954 * Source/cmake/OptionsMac.cmake:
2955 * Source/cmake/WebKitFeatures.cmake:
2956 * Source/cmakeconfig.h.cmake:
2958 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2960 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2961 https://bugs.webkit.org/show_bug.cgi?id=136194
2963 Reviewed by Csaba Osztrogonác.
2965 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
2969 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2971 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
2972 https://bugs.webkit.org/show_bug.cgi?id=135560
2974 Reviewed by Gyuyoung Kim.
2976 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
2978 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
2980 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
2981 https://bugs.webkit.org/show_bug.cgi?id=136343
2983 Reviewed by David Kilzer.
2985 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
2987 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2988 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2990 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
2992 [EFL] Share fast/speechsynthesis/ with other ports
2993 https://bugs.webkit.org/show_bug.cgi?id=136224
2995 Reviewed by Chris Fleizach.
2997 Enable WebSpeech for EFL.
2999 * Source/cmake/OptionsEfl.cmake:
3001 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3003 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3004 https://bugs.webkit.org/show_bug.cgi?id=136127
3006 Reviewed by Gyuyoung Kim.
3008 Add build support for espeak.
3010 * Source/cmake/FindEspeak.cmake: Added.
3011 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3013 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3015 [EFL] Build break using clang
3016 https://bugs.webkit.org/show_bug.cgi?id=136245
3018 Reviewed by Gyuyoung Kim.
3020 * Source/cmake/OptionsEfl.cmake:
3021 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3022 Some warnings are from system libraries.
3024 2014-08-25 Alberto Garcia <berto@igalia.com>
3026 [GTK] Unify webkitgtk and webkit2gtk directories
3027 https://bugs.webkit.org/show_bug.cgi?id=136209
3029 Reviewed by Carlos Garcia Campos.
3031 Use webkit2gtk-X.X both for the process binaries and the injected
3034 * Source/cmake/OptionsGTK.cmake:
3036 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3038 [EFL] Move Efl specific code from Source/CMakeLists.txt
3039 https://bugs.webkit.org/show_bug.cgi?id=136206
3041 Reviewed by Gyuyoung Kim.
3043 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3044 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3046 * Source/CMakeLists.txt:
3047 * Source/cmake/OptionsEfl.cmake:
3049 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3051 [EFL] Introduce DEVELOPER_MODE
3052 https://bugs.webkit.org/show_bug.cgi?id=135884
3054 Reviewed by Gyuyoung Kim.
3056 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3057 instead of SHARED_CORE.
3058 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3059 from release binary.
3061 * Source/cmake/OptionsEfl.cmake:
3062 * Source/cmake/WebKitHelpers.cmake:
3063 Moved fvisibility=hidden to OptionsEfl.cmake
3065 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3067 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3068 https://bugs.webkit.org/show_bug.cgi?id=136110
3070 Reviewed by Gyuyoung Kim.
3072 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3074 * Source/cmake/OptionsEfl.cmake:
3076 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3078 [EFL] Apply eflsymbols.filter to WebKit2
3079 https://bugs.webkit.org/show_bug.cgi?id=136148
3081 Reviewed by Csaba Osztrogonác.
3083 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3084 in the eflsymbols.filter.
3086 * Source/cmake/OptionsEfl.cmake:
3087 * Source/cmake/eflsymbols.filter:
3089 2014-08-21 Zalan Bujtas <zalan@apple.com>
3091 Enable SATURATED_LAYOUT_ARITHMETIC.
3092 https://bugs.webkit.org/show_bug.cgi?id=136106
3094 Reviewed by Simon Fraser.
3096 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3097 (No measurable performance regression on Mac.)
3099 * Source/cmake/OptionsMac.cmake:
3100 * Source/cmake/WebKitFeatures.cmake:
3101 * Source/cmakeconfig.h.cmake:
3103 2014-08-19 Zalan Bujtas <zalan@apple.com>
3105 Remove ENABLE(SUBPIXEL_LAYOUT).
3106 https://bugs.webkit.org/show_bug.cgi?id=136077
3108 Reviewed by Simon Fraser.
3110 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3112 * Source/cmake/OptionsEfl.cmake:
3113 * Source/cmake/OptionsGTK.cmake:
3114 * Source/cmake/OptionsMac.cmake:
3115 * Source/cmake/WebKitFeatures.cmake:
3116 * Source/cmakeconfig.h.cmake:
3118 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3120 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3121 https://bugs.webkit.org/show_bug.cgi?id=135980
3123 Reviewed by Martin Robinson.
3125 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3126 overrides any other disabled optimization that was prepended to these
3127 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3128 lists first in the final list of compilation flags.
3130 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3131 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3133 * Source/cmake/OptionsCommon.cmake:
3134 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3135 * Source/cmake/OptionsGTK.cmake:
3137 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3139 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3141 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3143 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3145 [GTK] Disable memory sampler on non-Linux system
3146 https://bugs.webkit.org/show_bug.cgi?id=134483
3148 Reviewed by Philippe Normand.
3150 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3151 Linux because it uses many Linux-specific features, so we should disable
3152 memory sampler on other systems by default.
3154 * Source/cmake/OptionsGTK.cmake:
3156 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3158 [GTK] HTML API documentation should also be installed versioned
3159 https://bugs.webkit.org/show_bug.cgi?id=135970
3161 Reviewed by Philippe Normand.
3163 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3166 2014-08-14 Tomas Popela <tpopela@redhat.com>
3168 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3169 https://bugs.webkit.org/show_bug.cgi?id=135937
3171 Reviewed by Carlos Garcia Campos.
3175 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3177 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3178 https://bugs.webkit.org/show_bug.cgi?id=135934
3180 Reviewed by Gustavo Noronha Silva.
3182 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3183 The gir files should installed in $datadir/gir-1.0/ together with all other
3184 gir files. We don't need to install introspection files in a versioned
3185 directory because their filenames already contain the binary version. But before
3186 r171598, the files were only installed to the right directory if the
3187 gobject-instrospection pkg-config file was in the same prefix than the one we
3188 wanted to install, because the gir and typelibs directories were extracted from
3189 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3190 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3191 like we do in the autotools build.
3193 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3194 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3195 * Source/cmake/OptionsGTK.cmake: Define
3196 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3198 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3200 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3201 https://bugs.webkit.org/show_bug.cgi?id=135836
3203 Reviewed by Philippe Normand.
3205 * Source/PlatformGTK.cmake: Add install command to also install
3206 the GObject DOM bindings API docs.
3208 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3210 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3211 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3212 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3213 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3216 * Source/cmake/OptionsCommon.cmake:
3218 2014-08-13 Alex Christensen <achristensen@webkit.org>
3220 Progress towards CMake on Mac.
3221 https://bugs.webkit.org/show_bug.cgi?id=135819
3223 Reviewed by Laszlo Gombos.
3225 * Source/cmake/OptionsMac.cmake:
3226 Disable some more features temporarily to get CMake working.
3227 * Source/cmake/WebKitMacros.cmake:
3228 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3230 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3232 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3233 https://bugs.webkit.org/show_bug.cgi?id=135798
3235 Reviewed by Philippe Normand.
3237 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3239 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3240 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3241 https://bugs.webkit.org/show_bug.cgi?id=133317
3243 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3245 Reviewed by Philippe Normand.
3247 No new tests since no new functionality has been added.
3249 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3251 2014-08-11 Commit Queue <commit-queue@webkit.org>
3253 Unreviewed, rolling out r172393.
3254 https://bugs.webkit.org/show_bug.cgi?id=135796
3256 discussion needed about GnuTLS version bump on the bots
3257 (Requested by philn on #webkit).
3261 https://bugs.webkit.org/show_bug.cgi?id=133317
3262 http://trac.webkit.org/changeset/172393
3264 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3265 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3266 https://bugs.webkit.org/show_bug.cgi?id=133317
3268 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3270 Reviewed by Philippe Normand.
3272 No new tests since no new functionality has been added.
3274 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3276 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3278 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3279 https://bugs.webkit.org/show_bug.cgi?id=133316
3281 Reviewed by Philippe Normand.
3283 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3284 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3285 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3287 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3289 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3291 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3293 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3295 [GTK] REGRESSION(r166239): The ld version script is not being used
3296 https://bugs.webkit.org/show_bug.cgi?id=135694
3298 Reviewed by Martin Robinson.
3300 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3301 it as gtksymbols.filter. Also updated it, since some of the symbols
3302 exported were renamed.
3304 * Source/cmake/OptionsGTK.cmake:
3305 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3307 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3309 [GTK] Child processes should be installed in a versioned directory
3310 https://bugs.webkit.org/show_bug.cgi?id=135754
3312 Reviewed by Gustavo Noronha Silva.
3314 Define LIBEXEC_INSTALL_DIR as
3315 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3316 so that the child processes are installed in $libexec/webkitgtk-4.0.
3317 This makes it possible to install 2.6 in parallel to older versions.
3319 * Source/cmake/OptionsGTK.cmake:
3321 2014-08-08 Alex Christensen <achristensen@webkit.org>
3323 Progress towards using CMake on Mac.
3324 https://bugs.webkit.org/show_bug.cgi?id=135662
3326 Reviewed by Laszlo Gombos.
3329 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3330 * Source/cmake/WebKitFeatures.cmake:
3331 * Source/cmakeconfig.h.cmake:
3332 Added features that are needed by the Mac port.
3333 * Source/cmake/OptionsMac.cmake:
3334 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3335 Disable the FTL with CMake for now.
3336 * Source/cmake/OptionsEFL.cmake:
3337 * Source/cmake/OptionsGTK.cmake:
3338 Enable subpixel layout to not conflict with FeatureDefines.h
3340 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3342 Undo some erroneous changes to the Xcode scheme files from r172259.
3344 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3345 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3347 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3349 [CMake] Drop the required version of CMake down to 2.8.8
3350 https://bugs.webkit.org/show_bug.cgi?id=135713
3352 Reviewed by Alex Christensen.
3354 * CMakeLists.txt: Require CMake 2.8.8.
3356 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3358 Get rid of INPUT_SPEECH
3359 https://bugs.webkit.org/show_bug.cgi?id=135672
3361 Reviewed by Andreas Kling.
3363 * Source/cmake/OptionsMac.cmake:
3364 * Source/cmake/WebKitFeatures.cmake:
3365 * Source/cmakeconfig.h.cmake:
3367 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3369 [GTK] Disable IndexedDB
3370 https://bugs.webkit.org/show_bug.cgi?id=135692
3372 Reviewed by Carlos Garcia Campos.
3374 * Source/cmake/OptionsGTK.cmake:
3376 2014-08-06 Dean Jackson <dino@apple.com>
3378 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3379 https://bugs.webkit.org/show_bug.cgi?id=135675
3381 Reviewed by Sam Weinig.
3383 * Source/cmake/OptionsGTK.cmake:
3384 * Source/cmake/OptionsMac.cmake:
3385 * Source/cmake/WebKitFeatures.cmake:
3386 * Source/cmakeconfig.h.cmake:
3388 2014-08-06 David Farler <dfarler@apple.com>
3390 Unreviewed build fix: Make includes semicolon in assignment.
3392 * Makefile.shared: Remove a ;
3394 2014-08-06 David Farler <dfarler@apple.com>
3396 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3397 https://bugs.webkit.org/show_bug.cgi?id=135655
3399 Reviewed by Mark Rowe.
3401 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3403 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3405 [GTK] Be able to disable gtk2 dependency
3406 https://bugs.webkit.org/show_bug.cgi?id=135505
3408 Reviewed by Gustavo Noronha Silva.
3410 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3411 required when it's enabled. It's enabled by default.
3413 * Source/cmake/OptionsGTK.cmake:
3415 2014-08-05 Alex Christensen <achristensen@webkit.org>
3418 https://bugs.webkit.org/show_bug.cgi?id=135620
3420 Reviewed by Laszlo Gombos.
3422 * Source/cmake/OptionsMac.cmake:
3423 Use UDIS86 by default on Mac.
3425 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3427 Add a flag for the CSS Selectors level 4 implementation
3428 https://bugs.webkit.org/show_bug.cgi?id=135535
3430 Reviewed by Andreas Kling.
3432 * Source/cmake/OptionsEfl.cmake:
3433 * Source/cmake/OptionsGTK.cmake:
3434 * Source/cmake/WebKitFeatures.cmake:
3435 * Source/cmakeconfig.h.cmake:
3437 2014-08-04 Alex Christensen <achristensen@webkit.org>
3439 Progress towards CMake on Mac.
3440 https://bugs.webkit.org/show_bug.cgi?id=135528
3442 Reviewed by Gyuyoung Kim.
3444 * Source/cmake/OptionsMac.cmake:
3445 Made options list based on FeatureDefines.xcconfig files.
3447 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3449 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3450 https://bugs.webkit.org/show_bug.cgi?id=134736
3452 Reviewed by Martin Robinson.
3454 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3455 support the X11 or Wayland windowing targets -- instead, if there's no support
3456 the specific target is disabled, and an error is thrown only if neither of the
3457 backends is enabled at the end..
3458 For now the X11 target remains enabled by default, and the Wayland target is
3459 kept disabled. Once it's possible to have both targets enabled at runtime in
3460 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3461 GTK+ dependency to determine which targets can be enabled.
3463 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3465 [CMake] Add FindWayland.cmake
3466 https://bugs.webkit.org/show_bug.cgi?id=135540
3468 Reviewed by Martin Robinson.
3470 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
3471 dependency. For now bundles the wayland-client, wayland-server and
3472 wayland-egl pkg-config targets into one dependency, but these could
3473 be split in the future if necessary.
3475 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
3477 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
3478 https://bugs.webkit.org/show_bug.cgi?id=135553
3480 Reviewed by Gyuyoung Kim.
3482 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
3483 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
3485 * Source/cmake/OptionsEfl.cmake:
3487 2014-08-01 Bear Travis <betravis@adobe.com>
3489 [Feature Queries] Enable Feature Queries on EFL/GTK
3490 https://bugs.webkit.org/show_bug.cgi?id=134902
3492 Reviewed by Benjamin Poulain.
3494 Enable CSS Feature Queries by default on the EFL and GTK
3497 * Source/cmake/OptionsEfl.cmake:
3498 * Source/cmake/OptionsGTK.cmake:
3500 2014-08-01 Alex Christensen <achristensen@webkit.org>
3502 Progress towards cmake on Windows.
3503 https://bugs.webkit.org/show_bug.cgi?id=135484
3505 Reviewed by Martin Robinson.
3508 Added Mac to list of ports, even though it is not done yet.
3509 Changed minimum bison version to version installed on Macs.
3510 * Source/cmake/OptionsAppleWin.cmake:
3511 Added some definitions.
3512 * Source/cmake/OptionsEfl.cmake:
3513 * Source/cmake/OptionsGTK.cmake:
3514 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
3515 * Source/cmake/OptionsMac.cmake: Added blank for now.
3516 * Source/cmake/OptionsWinCairo.cmake:
3517 * Source/cmake/OptionsWindows.cmake:
3518 Added some definitions.
3519 Removed /WX (warnings treated as error while compiling).
3520 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
3522 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
3524 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
3525 https://bugs.webkit.org/show_bug.cgi?id=135501
3527 Reviewed by Gyuyoung Kim.
3529 Use PROJECT_VERSION_MICRO instead.
3531 * Source/cmake/OptionsEfl.cmake:
3532 * Source/cmake/OptionsGTK.cmake:
3533 * Source/cmake/WebKitHelpers.cmake:
3535 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
3537 [EFL] Bump ewebkit version to 1.11
3538 https://bugs.webkit.org/show_bug.cgi?id=135487
3540 Reviewed by Gyuyoung Kim.
3542 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
3544 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3546 [EFL] Add support for building with Geoclue2.
3547 https://bugs.webkit.org/show_bug.cgi?id=135455
3549 Reviewed by Gyuyoung Kim.
3551 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
3554 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3556 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
3558 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3560 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3562 [GTK] Bump binary version for 2.6
3563 https://bugs.webkit.org/show_bug.cgi?id=133724
3565 Reviewed by Philippe Normand.
3567 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
3568 update library version numbers.
3570 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
3572 [CMake] Bump the minimum required version
3573 https://bugs.webkit.org/show_bug.cgi?id=135382
3575 Reviewed by Gyuyoung Kim.
3577 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
3578 we introduced usage of target_include_directories().
3580 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
3582 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
3583 https://bugs.webkit.org/show_bug.cgi?id=135376
3585 Reviewed by Gyuyoung Kim.
3587 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
3589 * Source/cmake/OptionsEfl.cmake:
3590 * Source/cmake/OptionsGTK.cmake:
3592 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3594 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3595 https://bugs.webkit.org/show_bug.cgi?id=135288
3597 Reviewed by Martin Robinson.
3599 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3600 datadir to pkgconfig
3601 * Source/cmake/OptionsGTK.cmake: define install directories early
3602 enough to be used in FindGObjectIntrospection.cmake
3604 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3606 Remove CSS_EXCLUSIONS compile flag and leftover code
3607 https://bugs.webkit.org/show_bug.cgi?id=135175
3609 Reviewed by Zoltan Horvath.
3611 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
3612 stubs. This removes the flag and the useless code.
3614 * Source/cmake/WebKitFeatures.cmake:
3615 * Source/cmakeconfig.h.cmake:
3617 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
3619 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
3620 https://bugs.webkit.org/show_bug.cgi?id=135114
3622 Fix build with GStreamer 1.4
3624 Reviewed by Philippe Normand.
3626 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
3627 gst-mpegts component instead of the unstable 1.3.x verstions.
3629 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3631 [GTK] Simplify make-dist command line arguments
3632 https://bugs.webkit.org/show_bug.cgi?id=134832
3634 Reviewed by Martin Robinson.
3636 * Source/PlatformGTK.cmake: Use --version instead of
3637 --tarball-root when running make-dist.py.
3639 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3641 Add a manual test for r135044
3643 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3645 Rubber-stamped by Andy Estes.
3647 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3649 2014-07-18 Dana Burkart <dburkart@apple.com>
3651 Add a new 'analyze' target to the makefile. This will make use of a new
3652 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3654 https://bugs.webkit.org/show_bug.cgi?id=135057
3655 <rdar://problem/10193187>
3657 Reviewed by David Kilzer.
3663 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3665 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3666 https://bugs.webkit.org/show_bug.cgi?id=134963
3668 Reviewed by Gyuyoung Kim.
3670 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3672 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3674 2014-07-14 Daniel Bates <dabates@apple.com>
3676 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3677 https://bugs.webkit.org/show_bug.cgi?id=134905
3678 <rdar://problem/16602779>
3680 Reviewed by Simon Fraser.
3682 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3683 on the tapped element when processing a touchend as a result of finger pressing and releasing
3684 on the same element that is initially positioned outside the visible content area.
3686 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
3688 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
3690 [GTK] Enable VIDEO_TRACK by default
3691 https://bugs.webkit.org/show_bug.cgi?id=134801
3693 Reviewed by Philippe Normand.
3695 * Source/cmake/OptionsGTK.cmake:
3697 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3699 [GTK][CMake] Add a 'distcheck' target
3700 https://bugs.webkit.org/show_bug.cgi?id=130675
3702 Reviewed by Gustavo Noronha Silva.
3704 * Source/PlatformGTK.cmake: Add distcheck target.
3706 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3708 [GTK] Use the same default options for production builds that previous stable releases
3709 https://bugs.webkit.org/show_bug.cgi?id=134589
3711 Reviewed by Martin Robinson.
3713 Change the default value of some features to match our stable releases.
3714 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
3715 canvas depend on whether cairo-gl is found.
3717 * Source/cmake/FindCairoGL.cmake: Added.
3718 * Source/cmake/OptionsGTK.cmake:
3720 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
3722 [EFL] Support Encrypted Media Extensions.
3723 https://bugs.webkit.org/show_bug.cgi?id=134750
3725 Reviewed by Gyuyoung Kim.
3727 Webkit needs to play encrypted media contents when media player
3728 is played by Media source extensions and normal video procedure.
3730 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
3732 2014-07-08 Alex Christensen <achristensen@webkit.org>
3734 Steps towards CMake on Windows.
3735 https://bugs.webkit.org/show_bug.cgi?id=134716
3737 Reviewed by Martin Robinson.
3740 Added AppleWin and WinCairo to list of CMake ports.
3741 * Source/cmake/OptionsAppleWin.cmake: Added.
3742 * Source/cmake/OptionsWinCairo.cmake: Added.
3743 * Source/cmake/OptionsWindows.cmake:
3744 Windows needs to use the system malloc. Other options to come.
3746 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3748 [EFL] Support Geolocation
3749 https://bugs.webkit.org/show_bug.cgi?id=134439
3751 Reviewed by Antonio Gomes.
3753 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3755 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3757 Broken build with build-webkit --no-video
3758 https://bugs.webkit.org/show_bug.cgi?id=134587
3760 Reviewed by Darin Adler.
3762 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3764 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3766 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3768 [GTK] The list of features shown by cmake is not accurate
3769 https://bugs.webkit.org/show_bug.cgi?id=134588
3771 Reviewed by Gustavo Noronha Silva.
3773 The problem is that some options might change after the feature
3774 list has been printed.
3776 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3777 setting the default values of features and set WEBGL value
3778 depending on the dependencies, and API_TEST depending on whether
3779 developer mode is enabled or not.
3781 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3783 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3784 https://bugs.webkit.org/show_bug.cgi?id=134578
3786 Reviewed by Gyuyoung Kim.
3788 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
3789 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
3790 disable related option if it is not ON.
3792 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
3793 * Source/cmake/OptionsGTK.cmake: Ditto.
3794 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
3796 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
3798 [GTK] make dist is broken
3799 https://bugs.webkit.org/show_bug.cgi?id=134542
3801 Reviewed by Martin Robinson.
3803 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
3805 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
3807 [CMake] Add necessary support for building for the Wayland target
3808 https://bugs.webkit.org/show_bug.cgi?id=134160
3810 Reviewed by Darin Adler.
3812 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
3813 is enabled, and that its version matches the version of the generic package. Same
3814 for the gtk+-wayland-3.0 package and the Wayland target.
3815 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
3816 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
3817 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
3818 so they keep building the TestNetscapePlugin target.
3819 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
3820 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
3821 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
3822 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
3823 the minimum required version as soon as that target is enabled. Only search for GLX
3824 if the X11 target is enabled.
3826 2014-06-29 Yoav Weiss <yoav@yoav.ws>
3828 Add support for HTMLImageElement's sizes attribute
3829 https://bugs.webkit.org/show_bug.cgi?id=133620
3831 Reviewed by Dean Jackson.
3833 Added an ENABLE_PICTURE_SIZES compile flag.
3835 * Source/cmake/WebKitFeatures.cmake:
3836 * Source/cmakeconfig.h.cmake:
3838 2014-06-26 Daniel Bates <dabates@apple.com>
3840 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
3841 https://bugs.webkit.org/show_bug.cgi?id=134309
3842 <rdar://problem/17427385>
3844 Reviewed by Darin Adler.
3846 Add a manual test to ensure that we scroll to a distant focused text field when it's focused