1 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
3 [GTK][CMake] Warning about CMP0058
4 https://bugs.webkit.org/show_bug.cgi?id=149627
6 Reviewed by Martin Robinson.
8 Opt-in to the new behavior for CMP0058.
12 2015-09-28 Brent Fulgham <bfulgham@apple.com>
14 [Win] Unreviewed build fix for internal systems.
16 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
17 location for include and link libraries, rather than the system locations.
19 2015-09-28 Alex Christensen <achristensen@webkit.org>
21 Build WK1 with CMake on Mac
22 https://bugs.webkit.org/show_bug.cgi?id=149604
24 Reviewed by Chris Dumez.
26 * Source/cmake/OptionsMac.cmake:
27 * Source/cmake/WebKitMacros.cmake:
28 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
30 2015-09-25 Alex Christensen <achristensen@webkit.org>
32 Clean up CMake build on Mac
33 https://bugs.webkit.org/show_bug.cgi?id=149573
35 Reviewed by Chris Dumez.
37 * Source/cmake/OptionsMac.cmake:
39 2015-09-25 Alex Christensen <achristensen@webkit.org>
42 https://bugs.webkit.org/show_bug.cgi?id=148111
44 Reviewed by Brent Fulgham.
46 * Source/cmake/WinTools.make: Added.
47 * Source/cmake/tools: Added.
48 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
49 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
51 2015-09-25 Alex Christensen <achristensen@webkit.org>
53 Prepare internal AppleWin build for CMake
54 https://bugs.webkit.org/show_bug.cgi?id=149570
56 Reviewed by Brent Fulgham.
58 * Source/PlatformWin.cmake:
59 Include internal CMake files if they exist.
61 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
63 Add a file of pointer-lock to cmake ports
64 https://bugs.webkit.org/show_bug.cgi?id=149453
66 Reviewed by Csaba Osztrogonác.
68 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
70 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
72 [CMake] Allow to enable OpenMP support.
73 https://bugs.webkit.org/show_bug.cgi?id=149457
75 Reviewed by Csaba Osztrogonác.
77 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
78 will enable the support for OpenMP. Currently this is only used as
79 an alternative implementation to native threads for the parallelization
80 of the SVG filters. But name the option with a generic name (USE_OPENMP)
81 as it could be also used to enable future features that depend on OpenMP.
83 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
85 [EFL] Build break when DEVELOPER_MODE is OFF
86 https://bugs.webkit.org/show_bug.cgi?id=149448
88 Reviewed by Gyuyoung Kim.
90 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
92 * Source/cmake/eflsymbols.filter:
94 2015-09-21 Alex Christensen <achristensen@webkit.org>
96 Disable PICTURE_SIZES in Windows CMake build like r189745.
97 https://bugs.webkit.org/show_bug.cgi?id=149125
99 * Source/cmake/OptionsWin.cmake:
100 Do the same thing as r189745.
102 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
104 Removing XHR_TIMEOUT guard
106 Remove XHR_TIMEOUT compilation guard
107 https://bugs.webkit.org/show_bug.cgi?id=149260
109 Reviewed by Benjamin Poulain.
111 * Source/cmake/OptionsEfl.cmake:
112 * Source/cmake/OptionsGTK.cmake:
113 * Source/cmake/OptionsMac.cmake:
114 * Source/cmake/OptionsWin.cmake:
115 * Source/cmake/WebKitFeatures.cmake:
117 2015-09-18 Alex Christensen <achristensen@webkit.org>
119 Fix tests on Windows after switching to CMake.
120 https://bugs.webkit.org/show_bug.cgi?id=149339
122 Reviewed by Brent Fulgham.
124 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
126 2015-09-17 Alex Christensen <achristensen@webkit.org>
128 Fix Windows EWS build after r189934.
130 * Source/cmake/OptionsWin.cmake:
131 Use WEBKIT_LIBRARIES environment variable if it exists.
132 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
134 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
136 Add ShadowRoot interface and Element.prototype.attachShadow
137 https://bugs.webkit.org/show_bug.cgi?id=149187
139 Reviewed by Antti Koivisto.
141 * Source/cmake/OptionsGTK.cmake:
143 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
145 [cmake] Enable debug fission only if it is supported
146 https://bugs.webkit.org/show_bug.cgi?id=149161
148 Reviewed by Martin Robinson.
150 * Source/cmake/OptionsCommon.cmake:
152 2015-09-14 Alex Christensen <achristensen@webkit.org>
154 Progress towards CMake on Mac.
155 https://bugs.webkit.org/show_bug.cgi?id=149123
157 Reviewed by Chris Dumez.
159 * Source/cmake/OptionsMac.cmake:
160 * Source/cmake/WebKitFeatures.cmake:
161 Defined and enabled some more features needed on Mac.
162 * Source/cmake/WebKitMacros.cmake:
163 Objective C bindings need special changes when generating:
164 Some of the bindings do not generate a .mm file but the header is needed.
165 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
166 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
168 2015-09-08 Daniel Bates <dabates@apple.com>
170 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
171 https://bugs.webkit.org/show_bug.cgi?id=74729
172 <rdar://problem/22550195>
174 Reviewed by Jon Honeycutt.
176 * ManualTests/compositing/resources/composited-subframe.html: Removed.
177 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
179 2015-09-06 Andy Estes <aestes@apple.com>
181 WebKit.xcworkspace should be be able to build iOS platforms
182 https://bugs.webkit.org/show_bug.cgi?id=148881
184 Reviewed by Daniel Bates.
186 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
187 for all supported platforms.
189 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
190 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
192 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
194 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
195 photo library uploads a JPEG
196 https://bugs.webkit.org/show_bug.cgi?id=148849
198 Reviewed by Daniel Bates.
200 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
201 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
202 functionality doesn't exist on iOS, so we'll add a manual test.
203 This tests that the first few bytes of the selected file are "GIF".
205 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
207 Follow-up patch for r189343.
208 https://bugs.webkit.org/show_bug.cgi?id=148795
210 Rubber-stamped by Csaba Osztrogonác.
212 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
213 to 1.9, since this seems to be enough to fix the build failure.
214 And 2.0 may cause problems for developers using some distributions like Ubuntu.
216 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
218 [CMake] Trigger the memory-reduction tricks on armhf too
219 https://bugs.webkit.org/show_bug.cgi?id=146640
221 Reviewed by Csaba Osztrogonác.
223 * Source/cmake/OptionsCommon.cmake:
224 Activate --no-keep-memory even on armhf to reduce the amount of memory
225 needed during linking, to avoid out-of-memory failures as much as
228 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
230 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
231 https://bugs.webkit.org/show_bug.cgi?id=148795
233 Rubber-stamped by Carlos Garcia Campos.
235 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
237 2015-09-02 Alex Christensen <achristensen@webkit.org>
239 Make bison grammar compatible with bison 2.1
240 https://bugs.webkit.org/show_bug.cgi?id=148731
242 Reviewed by Tim Horton.
244 * Source/cmake/WebKitCommon.cmake:
247 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
249 [CMake] Build with Debug Fission on by default on Debug builds.
250 https://bugs.webkit.org/show_bug.cgi?id=148639
252 Reviewed by Martin Robinson.
254 * Source/cmake/OptionsCommon.cmake:
256 2015-08-29 Alex Christensen <achristensen@webkit.org>
258 Unreviewed build fix after r179923.
260 * Source/CMakeLists.txt:
261 bmalloc isn't ported to Windows yet.
263 2015-08-27 Alex Christensen <achristensen@webkit.org>
265 Isolate Source directories in CMake build
266 https://bugs.webkit.org/show_bug.cgi?id=148389
268 Reviewed by Brent Fulgham.
271 * Source/cmake/WebKitCommon.cmake:
272 Move package finding to WebKitCommon.
274 2015-08-26 Per Arne Vollan <peavo@outlook.com>
276 [Win] Build does not generate debug info.
277 https://bugs.webkit.org/show_bug.cgi?id=148431
279 Reviewed by Alex Christensen.
281 Generate debug info for Windows builds.
283 * Source/cmake/OptionsWin.cmake:
285 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
287 [GTK] Disable ACCELERATED_2D_CANVAS by default
288 https://bugs.webkit.org/show_bug.cgi?id=148473
290 Reviewed by Martin Robinson.
292 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
293 but not on Debian (which does not). We've known this was problematic for a while, since it
294 means we have two different sets of distro-dependent bugs, but never decided whether that
295 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
296 have the same bugs everywhere. We can turn this on again for other distros when we're ready
297 to turn it on for Debian.
299 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
302 * Source/cmake/OptionsGTK.cmake:
304 2015-08-25 Commit Queue <commit-queue@webkit.org>
306 Unreviewed, rolling out r188919.
307 https://bugs.webkit.org/show_bug.cgi?id=148452
309 broke build (Requested by alexchristensen on #webkit).
313 "[Win] Build does not generate debug info."
314 https://bugs.webkit.org/show_bug.cgi?id=148431
315 http://trac.webkit.org/changeset/188919
317 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
319 [GTK] r186800 broke the build on Ubuntu 14.04
320 https://bugs.webkit.org/show_bug.cgi?id=147559
322 Reviewed by Martin Robinson.
324 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
325 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
327 2015-08-25 Per Arne Vollan <peavo@outlook.com>
329 [Win] Build does not generate debug info.
330 https://bugs.webkit.org/show_bug.cgi?id=148431
332 Reviewed by Brent Fulgham.
334 Generate debug info for Windows builds.
336 * Source/cmake/OptionsWin.cmake:
338 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
340 [GTK] Auto-detection of cairo-gl fails
341 https://bugs.webkit.org/show_bug.cgi?id=148189
343 Reviewed by Žan Doberšek.
345 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
346 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
347 deemed available, which might not be the case.
348 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
350 2015-08-19 Alex Christensen <achristensen@webkit.org>
352 CMake Windows build should not include files directly from other Source directories
353 https://bugs.webkit.org/show_bug.cgi?id=148198
355 Reviewed by Brent Fulgham.
357 * Source/cmake/WebKitMacros.cmake:
359 2015-08-19 Alex Christensen <achristensen@webkit.org>
361 Build TestWTF on Mac with CMake.
362 https://bugs.webkit.org/show_bug.cgi?id=147972
364 Reviewed by Tim Horton.
366 * Source/cmake/OptionsMac.cmake:
367 Enable API tests in Mac's CMake build.
369 2015-08-18 Alex Christensen <achristensen@webkit.org>
371 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
372 https://bugs.webkit.org/show_bug.cgi?id=148127
374 Reviewed by Martin Robinson.
377 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
379 2015-08-17 Alex Christensen <achristensen@webkit.org>
381 [Win CMake] Allow WebKitLibraries directory to be set from the command line
382 https://bugs.webkit.org/show_bug.cgi?id=148112
384 Reviewed by Brent Fulgham.
386 * Source/cmake/OptionsWin.cmake:
387 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
388 Instead, use the default location if nothing is passed in from the command line.
389 This way we can set it from the command line for the AppleInternal build.
390 Also, set the output directories to be consistent between the old and new build systems (and ninja).
392 2015-08-17 Alex Christensen <achristensen@webkit.org>
394 Build Debug Suffix on Windows with CMake
395 https://bugs.webkit.org/show_bug.cgi?id=148083
397 Reviewed by Brent Fulgham.
399 * Source/cmake/OptionsWin.cmake:
400 Use debug libraries in debug suffix builds.
402 2015-08-17 Alex Christensen <achristensen@webkit.org>
404 Move some commands from ./CMakeLists.txt to Source/cmake
405 https://bugs.webkit.org/show_bug.cgi?id=148003
407 Reviewed by Brent Fulgham.
410 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
411 so we can change directory structure from command line parameters.
412 * Source/cmake/OptionsAppleWin.cmake:
413 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
414 * Source/cmake/OptionsWinCairo.cmake:
415 * Source/cmake/OptionsWindows.cmake: Removed.
416 * Source/cmake/WebKitCommon.cmake: Added.
417 * Source/cmake/WebKitFS.cmake:
419 2015-08-13 Commit Queue <commit-queue@webkit.org>
421 Unreviewed, rolling out r188428.
422 https://bugs.webkit.org/show_bug.cgi?id=148015
424 broke cmake build (Requested by alexchristensen on #webkit).
428 "Move some commands from ./CMakeLists.txt to Source/cmake"
429 https://bugs.webkit.org/show_bug.cgi?id=148003
430 http://trac.webkit.org/changeset/188428
432 2015-08-13 Alex Christensen <achristensen@webkit.org>
434 Move some commands from ./CMakeLists.txt to Source/cmake
435 https://bugs.webkit.org/show_bug.cgi?id=148003
437 Reviewed by Brent Fulgham.
440 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
441 so we can change directory structure from command line parameters.
442 * Source/cmake/WebKitCommon.cmake: Added.
443 * Source/cmake/WebKitFS.cmake:
445 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
447 A focused node should not be assisted when handling touch events synchronously
448 https://bugs.webkit.org/show_bug.cgi?id=147836
450 Reviewed by Enrica Casucci.
452 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
454 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
455 input can still be assisted due to a touch event.
456 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
457 event does not automatically cause us to assist the currently focused node.
459 2015-08-12 Alex Christensen <achristensen@webkit.org>
461 Fix Debug CMake builds on Windows
462 https://bugs.webkit.org/show_bug.cgi?id=147940
464 Reviewed by Chris Dumez.
466 * Source/cmake/OptionsWindows.cmake:
467 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
469 2015-08-10 Alex Christensen <achristensen@webkit.org>
471 Build TestWebKitAPI with CMake on Windows
472 https://bugs.webkit.org/show_bug.cgi?id=147851
474 Reviewed by Chris Dumez.
476 * Source/cmake/OptionsWindows.cmake:
477 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
479 2015-08-06 Alex Christensen <achristensen@webkit.org>
481 [Win] CMake build fix after r188098.
483 * Source/cmake/OptionsWinCairo.cmake:
484 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
486 2015-08-04 Alex Christensen <achristensen@webkit.org>
488 Fix quirks with CMake and VS2015
489 https://bugs.webkit.org/show_bug.cgi?id=147663
491 Reviewed by Brent Fulgham.
493 * Source/cmake/OptionsWindows.cmake:
494 Hide some warnings. Using the same variable names in nested scopes is ok for now.
495 Disable INTL for now.
497 2015-08-04 Alex Christensen <achristensen@webkit.org>
499 Enable WebGL on Windows CMake build.
500 https://bugs.webkit.org/show_bug.cgi?id=143311
502 Reviewed by Csaba Osztrogonác.
504 * Source/cmake/OptionsWindows.cmake:
505 Enable WebGL by default in CMake builds now that it works.
507 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
509 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
510 https://bugs.webkit.org/show_bug.cgi?id=147625
512 Reviewed by Martin Robinson.
514 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
515 components unless they were actually found, not to accidentally
516 enable Accelerated 2D canvas, which would cause the build to fail.
518 * Source/cmake/FindCairoGL.cmake: Set this variables only when
519 pkg_check_modules() had actually found the relevant component.
521 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
523 [CMake] Add an option to build AllInOne files
524 https://bugs.webkit.org/show_bug.cgi?id=102647
526 Reviewed by Alex Christensen.
528 * Source/cmake/OptionsEfl.cmake: Disabled by default.
529 * Source/cmake/OptionsGTK.cmake: Disabled by default.
530 * Source/cmake/OptionsWindows.cmake: Enabled by default.
531 * Source/cmake/WebKitFeatures.cmake:
532 * Source/cmake/WebKitMacros.cmake:
534 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
536 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
538 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
540 2015-07-31 Alex Christensen <achristensen@webkit.org>
542 Prepare for debug CMake builds on Windows.
543 https://bugs.webkit.org/show_bug.cgi?id=147484
545 Reviewed by Tim Horton.
547 * Source/cmake/OptionsWindows.cmake:
548 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
550 2015-07-30 Joonghun Park <jh718.park@samsung.com>
552 [EFL] Enable IndexedDB based on DatabaseProcess
553 https://bugs.webkit.org/show_bug.cgi?id=147221
555 Reviewed by Csaba Osztrogonác.
557 * Source/cmake/OptionsEfl.cmake:
559 2015-07-30 Alex Christensen <achristensen@webkit.org>
561 Build AppleWin port with CMake
562 https://bugs.webkit.org/show_bug.cgi?id=147385
564 Reviewed by Martin Robinson.
566 * Source/cmake/OptionsWindows.cmake:
567 Use the static multithreaded runtime. Based on
568 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
570 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
572 Implement basic types for ECMAScript Internationalization API
573 https://bugs.webkit.org/show_bug.cgi?id=146926
575 Reviewed by Benjamin Poulain.
577 Enable flag now that the basic objects are in place.
579 * Source/cmake/WebKitFeatures.cmake: enable INTL
581 2015-07-29 Basile Clement <basile_clement@apple.com>
583 Remove native call inlining
584 https://bugs.webkit.org/show_bug.cgi?id=147417
586 Rubber-stamped by Filip Pizlo.
588 * Source/cmake/OptionsEfl.cmake:
589 * Source/cmake/WebKitFeatures.cmake:
591 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
593 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
594 https://bugs.webkit.org/show_bug.cgi?id=147350
596 Reviewed by Sam Weinig.
598 * Source/cmake/WebKitFeatures.cmake:
600 2015-07-27 Alex Christensen <achristensen@webkit.org>
602 Use Ninja on Windows.
603 https://bugs.webkit.org/show_bug.cgi?id=147228
605 Reviewed by Martin Robinson.
607 * Source/cmake/OptionsWindows.cmake:
608 Only use /MP when using generated Visual Studio solution files to build.
609 It makes compiling parallel in MSVC, but Ninja doesn't like it.
611 2015-07-27 Alex Christensen <achristensen@webkit.org>
613 Progress towards building AppleWin with CMake
614 https://bugs.webkit.org/show_bug.cgi?id=147325
616 Reviewed by Martin Robinson.
618 * Source/cmake/OptionsWindows.cmake:
619 Link with 64-bit libraries if building 64-bit binaries.
620 Don't run regular expressions on empty strings when using Ninja.
621 Removed DebugSuffix Visual Studio environment variables.
623 2015-07-23 Alex Christensen <achristensen@webkit.org>
625 Remove compile and runtime flags for promises.
626 https://bugs.webkit.org/show_bug.cgi?id=147244
628 Reviewed by Yusuke Suzuki.
630 * Source/cmake/OptionsMac.cmake:
631 * Source/cmake/OptionsWindows.cmake:
632 * Source/cmake/WebKitFeatures.cmake:
634 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
636 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
637 https://bugs.webkit.org/show_bug.cgi?id=147212
639 Reviewed by Filip Pizlo.
641 * Source/cmake/WebKitFeatures.cmake:
643 2015-07-22 Alex Christensen <achristensen@webkit.org>
645 Fix quirks in CMake build on Mac and Windows
646 https://bugs.webkit.org/show_bug.cgi?id=147174
648 Reviewed by Gyuyoung Kim.
651 * Source/cmake/OptionsWindows.cmake:
652 Added options I removed in r187022. They are indeed needed.
653 * Source/cmake/WebKitFS.cmake:
654 Make the DerivedSources/WebKit directory.
656 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
658 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
660 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
662 2015-07-20 Alex Christensen <achristensen@webkit.org>
664 Resurrect CMake build on Windows.
665 https://bugs.webkit.org/show_bug.cgi?id=147083
667 Reviewed by Gyuyoung Kim.
669 * Source/cmake/OptionsCommon.cmake:
670 * Source/cmake/OptionsWindows.cmake:
671 Change features to get it to compile. Still not a complete feature set.
673 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
675 [GTK] Add seccomp filters support
676 https://bugs.webkit.org/show_bug.cgi?id=110014
678 Reviewed by Žan Doberšek.
680 Find needed compiler and linker flags for libseccomp.
682 * Source/cmake/OptionsGTK.cmake:
684 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
686 Bring back the GNU ar check to create thin archives on non-Linux systems
687 https://bugs.webkit.org/show_bug.cgi?id=146681
689 Reviewed by Martin Robinson.
691 We already use GNU ar thin archive feature to save time and disk space
692 on creating static archives, but it is only enabled on Linux. Without
693 this feature, the debug build of WebCore can be larger than 4 GiB,
694 which can cause error because GNU ar format uses 32-bit integer to
695 store offsets in the symbol table. This patch is similar to
696 https://bugs.webkit.org/show_bug.cgi?id=128596.
698 * Source/cmake/OptionsCommon.cmake:
700 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
702 [GTK] [Wayland] Build by default the X11 and Wayland targets.
703 https://bugs.webkit.org/show_bug.cgi?id=146057
705 Reviewed by Carlos Garcia Campos.
707 * Source/cmake/OptionsGTK.cmake:
709 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
711 [GTK] ar warning when linking static libraries
712 https://bugs.webkit.org/show_bug.cgi?id=144988
714 Reviewed by Carlos Garcia Campos.
716 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
717 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
718 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
719 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
720 should either stop using 'u' or else add 'U' as well in order to disable deterministic
721 archives. Using 'U' should result in a somewhat faster build (at least when using the
722 Makefile generator), but it's unlikely that the difference is significant, so let's simply
723 remove 'u' until someone determines otherwise. This seems like a better option than adding
724 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
725 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
726 behavior change on distributions that do not use --enable-deterministic-archives, notably
729 * Source/cmake/OptionsCommon.cmake:
731 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
733 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
734 https://bugs.webkit.org/show_bug.cgi?id=146590
736 Reviewed by Martin Robinson.
738 * Source/PlatformGTK.cmake: override the cached variables to
739 forcefully disable gtk-doc and gobject-introspection when
741 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
742 documentation syntax when cross-building.
745 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
747 [EFL] test_ewk2_application_cache_manager has been failed since r185527
748 https://bugs.webkit.org/show_bug.cgi?id=146016
750 Reviewed by Gyuyoung Kim.
752 In order to handle properly WebApplicationCacheManagerProxy implementation which use
753 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
754 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
756 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
758 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
760 Implement ECMAScript Internationalization API
761 https://bugs.webkit.org/show_bug.cgi?id=90906
763 Reviewed by Benjamin Poulain.
765 Begin implementing the Intl apis behind ENABLE_INTL flag.
766 Create the base Intl namespace object.
768 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
770 2015-06-30 Philippe Normand <pnormand@igalia.com>
772 [CMake] Error when gst-plugins-base is missing is too confusing
773 https://bugs.webkit.org/show_bug.cgi?id=145682
775 Reviewed by Carlos Garcia Campos.
777 * Source/cmake/OptionsGTK.cmake: Error out if the required
778 GStreamer libraries are not found on the host.
780 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
782 CairoGL should be checked unconditionally
783 https://bugs.webkit.org/show_bug.cgi?id=146390
785 Reviewed by Darin Adler.
787 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
788 it is run unconditionally; this is necessary because its result
789 is used later on, outside of any conditions.
791 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
793 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
794 https://bugs.webkit.org/show_bug.cgi?id=146318
796 Reviewed by Sergio Villar Senin.
798 Enable PUBLIC_SUFFIX_LIST for GTK+.
800 * Source/cmake/OptionsGTK.cmake:
802 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
804 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
806 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
808 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
810 [EFL] Hyphenation is not supported
811 https://bugs.webkit.org/show_bug.cgi?id=89830
813 Reviewed by Gyuyoung Kim.
815 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
817 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
819 [CMake] Add support for building with various sanitizer tools
820 https://bugs.webkit.org/show_bug.cgi?id=131941
822 Reviewed by Martin Robinson.
824 * Source/PlatformGTK.cmake: Don't generate any documentation
825 when compiling with sanitizers enabled.
826 * Source/cmake/OptionsCommon.cmake: Allow linking with
827 undefined symbols when compiling with sanitizers enabled.
829 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
831 libwebkit2gtk fails to link without opengl
832 https://bugs.webkit.org/show_bug.cgi?id=138332
834 Reviewed by Carlos Garcia Campos.
836 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
837 enabled regardless of whether OpenGL is, because certain symbols
838 such as WebCore::GraphicsLayer::create() need to be built.
840 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
842 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
843 https://bugs.webkit.org/show_bug.cgi?id=146181
845 Reviewed by Martin Robinson.
847 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
849 * Source/cmake/OptionsGTK.cmake:
851 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
853 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
854 https://bugs.webkit.org/show_bug.cgi?id=146171
856 Reviewed by Gyuyoung Kim.
858 * Source/cmake/OptionsEfl.cmake:
859 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
861 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
863 [CMake] FindGTK3.cmake should not modify the values of build options
864 https://bugs.webkit.org/show_bug.cgi?id=144613
866 Reviewed by Martin Robinson.
868 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
869 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
870 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
871 GTK3_SUPPORTS_GESTURES for consistency.
872 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
873 available. It's not possible to automatically select a backend correctly anymore, since all
874 options are set at the same time.
876 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
878 Remove unnecessary svn:executable flags
879 https://bugs.webkit.org/show_bug.cgi?id=146107
881 Reviewed by Alexey Proskuryakov.
883 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
884 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
885 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
886 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
887 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
889 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
891 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
892 https://bugs.webkit.org/show_bug.cgi?id=146108
894 Reviewed by Gyuyoung Kim.
896 * Source/cmake/OptionsEfl.cmake:
898 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
900 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
901 https://bugs.webkit.org/show_bug.cgi?id=146035
903 Reviewed by Gyuyoung Kim.
905 * Source/cmake/OptionsEfl.cmake:
907 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
909 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
910 https://bugs.webkit.org/show_bug.cgi?id=145701
912 Reviewed by Darin Adler.
914 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
916 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
918 [iOS] Crash long pressing on <input type=file>
919 https://bugs.webkit.org/show_bug.cgi?id=146009
920 <rdar://problem/21234453>
922 Reviewed by Ryosuke Niwa.
924 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
926 2015-06-16 Brent Fulgham <bfulgham@apple.com>
928 Rollout accidental Xcode project change.
930 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
932 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
934 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
935 https://bugs.webkit.org/show_bug.cgi?id=145909
937 Reviewed by Csaba Osztrogonác.
939 Bump EWebKit version based on efl library version used by the EWebKit.
941 * Source/cmake/OptionsEfl.cmake:
943 2015-06-11 Commit Queue <commit-queue@webkit.org>
945 Unreviewed, rolling out r185453.
946 https://bugs.webkit.org/show_bug.cgi?id=145881
948 it broke the 32-bit build (Requested by clopez on #webkit).
952 "[GTK] [Wayland] Should be possible to build with support for
953 both X11 and Wayland."
954 https://bugs.webkit.org/show_bug.cgi?id=145701
955 http://trac.webkit.org/changeset/185453
957 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
959 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
960 https://bugs.webkit.org/show_bug.cgi?id=145701
962 Reviewed by Žan Doberšek.
964 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
966 2015-06-03 Daniel Bates <dabates@apple.com>
968 Caps lock indicator should not be shown in read-only or disabled field
969 https://bugs.webkit.org/show_bug.cgi?id=145612
970 <rdar://problem/21227454>
972 Reviewed by Darin Adler.
974 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
975 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
976 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
978 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
980 [cmake] Suppress parentheses-equality warnings
981 https://bugs.webkit.org/show_bug.cgi?id=145126
983 Reviewed by Darin Adler.
985 * Source/cmake/WebKitHelpers.cmake:
987 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
989 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
990 https://bugs.webkit.org/show_bug.cgi?id=145408
992 Reviewed by Carlos Garcia Campos.
994 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
995 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
996 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
998 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
999 libraries. Detect also GLX libraries.
1000 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
1001 libraries. Use find_path() to get the include path.
1002 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
1004 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
1005 depending on the libraries found on the system.
1006 Move the detection of GLX (and the include of CMakePushCheckState)
1007 to FindOpenGL.cmake.
1008 Ensure that we only define USE_GLX when we build with OpenGL
1009 (but not with GLESv2).
1011 2015-05-27 Dean Jackson <dino@apple.com>
1013 img.currentSrc problem in strict mode with old picturefill
1014 https://bugs.webkit.org/show_bug.cgi?id=144095
1015 <rdar://problem/21087013>
1017 Reviewed by Simon Fraser.
1019 Add a PICTURE_SIZES flag.
1021 * Source/cmake/OptionsEfl.cmake:
1022 * Source/cmake/OptionsGTK.cmake:
1023 * Source/cmake/OptionsMac.cmake:
1024 * Source/cmake/OptionsWindows.cmake:
1025 * Source/cmake/WebKitFeatures.cmake:
1027 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1029 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1031 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1033 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1035 Unreviewed. Export DatabaseProcessMainUnix symbol.
1037 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1038 is exported in production builds.
1040 * Source/cmake/gtksymbols.filter:
1042 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1044 [GTK] Enable IndexedDB
1045 https://bugs.webkit.org/show_bug.cgi?id=98932
1047 Reviewed by Žan Doberšek.
1049 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1050 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1052 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1054 [GTK] Bump GCC requirements to 4.9.0
1055 https://bugs.webkit.org/show_bug.cgi?id=145211
1057 Reviewed by Žan Doberšek.
1059 It's required to build with IndexedDB support when using GCC,
1060 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
1062 * Source/cmake/OptionsGTK.cmake:
1064 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
1066 [CMake] Ignore warnings in system headers
1067 https://bugs.webkit.org/show_bug.cgi?id=144747
1069 Reviewed by Darin Adler.
1071 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
1072 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
1073 use the SYSTEM argument to the command (added in 2.8.12).
1077 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
1079 [CMake] Error out when ruby is too old
1080 https://bugs.webkit.org/show_bug.cgi?id=145014
1082 Reviewed by Martin Robinson.
1084 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
1089 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
1091 [GTK] Enable plugin-related CMake options and variables for the X11 target only
1092 https://bugs.webkit.org/show_bug.cgi?id=144995
1094 Reviewed by Carlos Garcia Campos.
1096 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
1097 the X11 windowing target at the moment, so the following options
1098 and variables should be enabled or disabled accordingly:
1099 - ENABLE_PLUGIN_PROCESS_GTK2
1100 - ENABLE_NETSCAPE_PLUGIN_API
1101 - ENABLE_PLUGIN_PROCESS
1103 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
1105 Linker fails without -DDEVELOPER_MODE=ON
1106 https://bugs.webkit.org/show_bug.cgi?id=144117
1108 Reviewed by Gyuyoung Kim.
1110 * Source/cmake/OptionsEfl.cmake:
1111 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
1112 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
1114 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1116 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
1117 https://bugs.webkit.org/show_bug.cgi?id=144846
1119 Reviewed by Martin Robinson.
1121 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
1122 CAIRO_GL_* throughout, because find_package will define
1124 * Source/cmake/OptionsGTK.cmake: Ditto.
1126 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1128 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
1129 https://bugs.webkit.org/show_bug.cgi?id=144845
1131 Reviewed by Martin Robinson.
1133 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1134 if their corresponding WTF options are ON. The code in npapi.h
1135 relies on these being undefined if they are to be switched off.
1137 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1139 Remove the PICTURE_SIZES build flag
1140 https://bugs.webkit.org/show_bug.cgi?id=144679
1142 Reviewed by Benjamin Poulain.
1144 Removed the PICTURE_SIZES build time flag.
1146 * Source/cmake/OptionsEfl.cmake:
1147 * Source/cmake/OptionsGTK.cmake:
1148 * Source/cmake/OptionsMac.cmake:
1149 * Source/cmake/OptionsWindows.cmake:
1150 * Source/cmake/WebKitFeatures.cmake:
1152 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1154 [GTK] [CMake] Check for required X libraries
1155 https://bugs.webkit.org/show_bug.cgi?id=144823
1157 Reviewed by Martin Robinson.
1159 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1161 * Source/cmake/OptionsGTK.cmake:
1163 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1165 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1166 https://bugs.webkit.org/show_bug.cgi?id=144746
1168 Reviewed by Carlos Garcia Campos.
1170 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1171 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1172 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1174 * Source/cmake/OptionsGTK.cmake:
1176 2015-05-08 Daniel Bates <dabates@apple.com>
1178 [iOS] WebSQL operations are not performed after device is locked
1179 https://bugs.webkit.org/show_bug.cgi?id=137503
1180 <rdar://problem/20844952>
1182 Rubber-stamped by Alexey Proskuryakov.
1184 Add a manual test to help verify that we do not regress this issue.
1186 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1188 2015-05-08 Commit Queue <commit-queue@webkit.org>
1190 Unreviewed, rolling out r183945.
1191 https://bugs.webkit.org/show_bug.cgi?id=144789
1193 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1197 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1198 https://bugs.webkit.org/show_bug.cgi?id=144746
1199 http://trac.webkit.org/changeset/183945
1201 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1203 Cleanup after r183940
1204 https://bugs.webkit.org/show_bug.cgi?id=144768
1208 Looks like the empty directories were not deleted.
1210 * Source/PAL: Removed.
1211 * Source/PAL/Configurations: Removed.
1212 * Source/PAL/PAL.xcodeproj: Removed.
1213 * Source/PAL/graphics: Removed.
1215 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1217 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1218 https://bugs.webkit.org/show_bug.cgi?id=144746
1220 Reviewed by Martin Robinson.
1222 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1223 what it is defined to, so defining it to 0 effectively turned it on always.
1225 * Source/cmake/OptionsGTK.cmake:
1227 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1229 Revert "Introducing the Platform Abstraction Layer (PAL)"
1230 https://bugs.webkit.org/show_bug.cgi?id=144751
1234 PAL should be a new target inside WebCore, rather than a top-level folder.
1236 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1238 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1240 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1242 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1244 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1246 Introducing the Platform Abstraction Layer (PAL)
1247 https://bugs.webkit.org/show_bug.cgi?id=143358
1249 Reviewed by Simon Fraser.
1251 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1253 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1255 [cmake] Disable GNU Gold linker on Cortex A53
1256 https://bugs.webkit.org/show_bug.cgi?id=144382
1258 Reviewed by Carlos Garcia Campos.
1260 * Source/cmake/OptionsCommon.cmake:
1262 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1264 USE(...) macro should expect unprefixed variables
1265 https://bugs.webkit.org/show_bug.cgi?id=144454
1267 Reviewed by Daniel Bates.
1269 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1270 * Source/cmake/OptionsEfl.cmake: Ditto.
1271 * Source/cmake/OptionsGTK.cmake: Ditto.
1272 * Source/cmake/OptionsMac.cmake: Ditto.
1273 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1274 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1277 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1279 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1280 https://bugs.webkit.org/show_bug.cgi?id=144394
1282 Reviewed by Carlos Garcia Campos.
1284 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1285 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1286 disabled in previous reworking of the CMake configuration.
1288 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1289 version of USE variables.
1290 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1291 is exposed to the build.
1293 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1295 Unreviewed. Bump GTK+ version numbers.
1297 * Source/cmake/OptionsGTK.cmake:
1299 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1301 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1302 https://bugs.webkit.org/show_bug.cgi?id=144435
1304 Reviewed by Gyuyoung Kim.
1306 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1307 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1309 * Source/cmake/OptionsEfl.cmake:
1311 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1313 REGRESSION(183583): [Mac] make without SDKROOT has issues
1314 https://bugs.webkit.org/show_bug.cgi?id=144431
1316 Reviewed by Dan Bernstein.
1319 Assume an empty SDKROOT means an macosx variant, so only
1320 enable settings if the SDKROOT is not empty and does not
1323 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1325 Fix the GTK+ build after r183584
1327 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1329 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1331 [GTK] Add support for automatic hyphenation
1332 https://bugs.webkit.org/show_bug.cgi?id=44478
1334 Reviewed by Carlos Garcia Campos.
1336 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1337 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1338 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1340 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1342 Failure when building WebKit for appletvsimulator.
1343 https://bugs.webkit.org/show_bug.cgi?id=144356
1345 Reviewed by Alexey Proskuryakov.
1347 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1348 make TVOS and WatchOS behave correctly.
1352 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1354 [CMake] [GTK] Organize and clean up unused CMake variables
1355 https://bugs.webkit.org/show_bug.cgi?id=144364
1357 Reviewed by Gyuyoung Kim.
1359 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1360 specific to certain projects into their PlatformGTK.cmake files.
1362 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1364 [EFL] Build failure to find gio-unix
1365 https://bugs.webkit.org/show_bug.cgi?id=144083
1367 Reviewed by Gyuyoung Kim.
1369 Original patch by Doug Newgard <scimma22@outlook.com>
1371 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1373 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1375 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1376 https://bugs.webkit.org/show_bug.cgi?id=143001
1378 Reviewed by Gyuyoung Kim.
1380 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1381 * Source/cmake/OptionsGTK.cmake: Ditto.
1383 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1385 Unreviewed, fix typo in previous commit
1387 libsecretr -> libsecret in the error message.
1389 * Source/cmake/OptionsGTK.cmake:
1391 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1393 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1394 https://bugs.webkit.org/show_bug.cgi?id=143546
1396 Reviewed by Martin Robinson.
1398 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1399 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1400 default. Fail the build with an informative error message if an optional dependency required
1401 for an enabled feature is not present. Perform find_package commands only when necessary.
1402 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1405 * Source/cmake/OptionsGTK.cmake:
1407 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1409 [GTK] Make all options actually options
1410 https://bugs.webkit.org/show_bug.cgi?id=144106
1412 Reviewed by Martin Robinson.
1414 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1415 ENABLE_WAYLAND_TARGET.
1417 * Source/cmake/OptionsGTK.cmake:
1419 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1421 Unreviewed, fix GTK build after r183452
1423 * Source/cmake/OptionsGTK.cmake:
1425 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1427 [GTK] Add one single option to control all OpenGL-related options
1428 https://bugs.webkit.org/show_bug.cgi?id=144105
1430 Reviewed by Martin Robinson.
1432 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1433 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1434 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1435 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1436 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1437 presence of CairoGL.
1439 * Source/cmake/OptionsGTK.cmake:
1441 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1443 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1444 https://bugs.webkit.org/show_bug.cgi?id=144306
1446 Reviewed by Martin Robinson.
1448 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1450 * Source/cmake/OptionsGTK.cmake:
1452 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1454 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1455 https://bugs.webkit.org/show_bug.cgi?id=144193
1457 Reviewed by Darin Adler.
1459 * Source/cmake/OptionsEfl.cmake:
1460 * Source/cmake/OptionsGTK.cmake:
1461 * Source/cmake/OptionsWinCairo.cmake:
1462 * Source/cmake/WebKitFeatures.cmake:
1464 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1466 [CMake] Should be possible for an option to conflict with other options
1467 https://bugs.webkit.org/show_bug.cgi?id=143956
1469 Reviewed by Martin Robinson.
1471 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1473 * Source/cmake/WebKitFeatures.cmake:
1475 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1477 [CMake] Autogenerate cmakeconfig.h.cmake
1478 https://bugs.webkit.org/show_bug.cgi?id=143997
1480 Reviewed by Csaba Osztrogonác.
1482 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1483 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1484 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1485 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1486 Do some other miscellaneous related cleanup.
1487 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1488 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1489 build exposed variables. Add a macro to generate a configuration from them.
1490 * Source/cmakeconfig.h.cmake: Removed.
1492 2015-04-24 Philippe Normand <pnormand@igalia.com>
1494 [JHBuild] Move to upstream OpenWebRTC
1495 https://bugs.webkit.org/show_bug.cgi?id=144145
1497 Reviewed by Carlos Garcia Campos.
1499 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1502 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1504 [ES6] Implement ES6 template literals
1505 https://bugs.webkit.org/show_bug.cgi?id=142691
1507 Reviewed by Darin Adler.
1509 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1511 * Source/cmake/WebKitFeatures.cmake:
1512 * Source/cmakeconfig.h.cmake:
1514 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1516 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1517 https://bugs.webkit.org/show_bug.cgi?id=144182
1519 Reviewed by Simon Fraser.
1521 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1522 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1523 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1524 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1525 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1527 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1529 [GTK] Add more public options
1530 https://bugs.webkit.org/show_bug.cgi?id=144116
1532 Reviewed by Martin Robinson.
1534 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1536 * Source/cmake/OptionsGTK.cmake:
1538 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1540 [CMake] Some internal variables are not marked as advanced
1541 https://bugs.webkit.org/show_bug.cgi?id=143595
1543 Reviewed by Martin Robinson.
1545 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1546 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1548 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1550 [GTK] Mark as advanced the build options we don't want to expose
1551 https://bugs.webkit.org/show_bug.cgi?id=143558
1553 Reviewed by Martin Robinson.
1555 Mark various options as private instead of public.
1557 * Source/cmake/OptionsGTK.cmake:
1559 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1561 [CMake] Should be possible for an option to depend on multiple options
1562 https://bugs.webkit.org/show_bug.cgi?id=143839
1564 Reviewed by Martin Robinson.
1566 Use a list instead of a single variable to track the dependencies of each option. Iterate
1567 over the list as many times as necessary to ensure all options are properly disabled.
1569 * Source/cmake/WebKitFeatures.cmake:
1571 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1573 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1574 https://bugs.webkit.org/show_bug.cgi?id=144103
1576 Reviewed by Martin Robinson.
1578 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1580 * Source/cmake/WebKitFeatures.cmake:
1582 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1584 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1585 https://bugs.webkit.org/show_bug.cgi?id=144102
1587 Reviewed by Martin Robinson.
1589 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1590 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1591 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1593 * Source/cmake/OptionsGTK.cmake:
1595 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1597 [CMake] Clean up JSC JIT options
1598 https://bugs.webkit.org/show_bug.cgi?id=143998
1600 Reviewed by Filip Pizlo.
1602 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1603 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1604 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1605 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1606 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1607 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1609 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1611 [CMake] Use lowercase for local variables in macros
1612 https://bugs.webkit.org/show_bug.cgi?id=144059
1614 Reviewed by Martin Robinson.
1616 Convert some variable names to lowercase.
1618 * Source/cmake/WebKitFeatures.cmake:
1620 2015-04-22 Commit Queue <commit-queue@webkit.org>
1622 Unreviewed, rolling out r183116.
1623 https://bugs.webkit.org/show_bug.cgi?id=144060
1625 Inadvertently deleted a file... (Requested by mcatanzaro on
1630 "[CMake] Use lowercase for local variables in macros"
1631 https://bugs.webkit.org/show_bug.cgi?id=144059
1632 http://trac.webkit.org/changeset/183116
1634 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1636 [CMake] Use lowercase for local variables in macros
1637 https://bugs.webkit.org/show_bug.cgi?id=144059
1639 Reviewed by Martin Robinson.
1641 Convert some variable names to lowercase.
1643 * Source/cmake/WebKitFeatures.cmake:
1645 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1647 [CMake] Features list should print dots every other row
1648 https://bugs.webkit.org/show_bug.cgi?id=143832
1650 Reviewed by Martin Robinson.
1652 Discount private options when determining whether to print dots on a given row of the
1653 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1654 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1655 wasn't noticed because it only affects the first line, and use of the variable name as a
1656 string in a conditional.)
1658 * Source/cmake/WebKitFeatures.cmake:
1660 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1662 [CMake] Require specifying visibility of WebKit options
1663 https://bugs.webkit.org/show_bug.cgi?id=143831
1665 Reviewed by Alex Christensen.
1667 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1668 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1669 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1670 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1671 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1672 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1673 cross-platform options as PRIVATE.
1675 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1677 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1678 https://bugs.webkit.org/show_bug.cgi?id=143935
1680 Reviewed by Darin Adler.
1682 Some variables aren't defined in these files or unused variables aren't removed. This
1683 patch cleans up it as well as fix wrong alphabet order.
1685 * Source/cmake/WebKitFeatures.cmake:
1686 * Source/cmakeconfig.h.cmake:
1688 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1690 Restore the WebKit.xcworkspace to the way it was before r182899,
1691 which inadvertently added the Source directory and a couple of source
1694 * WebKit.xcworkspace/contents.xcworkspacedata:
1696 2015-04-16 Basile Clement <basile_clement@apple.com>
1698 Extract the allocation profile from JSFunction into a rare object
1699 https://bugs.webkit.org/show_bug.cgi?id=143807
1701 Reviewed by Filip Pizlo.
1703 * WebKit.xcworkspace/contents.xcworkspacedata:
1705 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1707 [EFL] Bump LLVM to version 3.6.0 on X86_64
1708 https://bugs.webkit.org/show_bug.cgi?id=143604
1710 Reviewed by Gyuyoung Kim.
1712 * Source/cmake/FindLLVM.cmake: Added version handling.
1713 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1715 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1717 Custom CSS cursors do not use -webkit-image-set on retina displays
1718 https://bugs.webkit.org/show_bug.cgi?id=120783
1720 Reviewed by Beth Dakin.
1721 Patch by Evan Wallace <evan.exe@gmail.com>.
1723 Add a manual test for custom CSS cursors on retina displays.
1725 * ManualTests/retina-cursors.html: Added.
1727 2015-04-15 Alex Christensen <achristensen@webkit.org>
1729 Progress towards CMake on Mac.
1730 https://bugs.webkit.org/show_bug.cgi?id=143785
1732 Reviewed by Csaba Osztrogonác.
1735 * Source/cmake/OptionsMac.cmake:
1736 * Source/cmake/WebKitFS.cmake:
1738 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1740 Cannot click "Next" button on Google two-factor auth setup page
1742 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1743 <rdar://problem/19175714>
1745 Reviewed by Darin Adler.
1747 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1749 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1751 [cmake] REGRESSION(182663): It broke feature dependency handling
1752 https://bugs.webkit.org/show_bug.cgi?id=143665
1754 Reviewed by Csaba Osztrogonác.
1756 Don't try to check the value of options before defining the options.
1758 * Source/cmake/WebKitFeatures.cmake:
1760 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1762 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1763 https://bugs.webkit.org/show_bug.cgi?id=143664
1765 Reviewed by Gyuyoung Kim.
1767 * Source/cmake/OptionsEfl.cmake:
1768 * Source/cmake/OptionsGTK.cmake:
1769 * Source/cmake/WebKitFeatures.cmake:
1770 * Source/cmakeconfig.h.cmake:
1772 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1774 [EFL] Enable Media Source
1775 https://bugs.webkit.org/show_bug.cgi?id=143635
1777 Reviewed by Csaba Osztrogonác.
1779 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1781 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1783 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1784 https://bugs.webkit.org/show_bug.cgi?id=143636
1786 Reviewed by Martin Robinson.
1788 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1789 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1791 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1792 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1794 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1796 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1798 Fix ENABLE_TOUCH_SLIDER so that it can be used
1802 * Source/cmake/WebKitFeatures.cmake:
1804 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1806 [CMake] Print sorted feature list at the very end of the configure process
1807 https://bugs.webkit.org/show_bug.cgi?id=143596
1809 Reviewed by Martin Robinson.
1811 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1812 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1813 and sort the options before printing. Reorder some code so that features still get
1814 propagated to the bindings generators.
1816 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1818 [CMake] Options should be marked as advanced by default
1819 https://bugs.webkit.org/show_bug.cgi?id=143572
1821 Reviewed by Gyuyoung Kim.
1823 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1824 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1825 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1826 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1827 option without making it public.
1829 * Source/cmake/WebKitFeatures.cmake:
1831 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1833 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1834 https://bugs.webkit.org/show_bug.cgi?id=143584
1836 Reviewed by Csaba Osztrogonác.
1838 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1842 * Source/CMakeLists.txt:
1843 * Source/cmake/OptionsGTK.cmake:
1844 * Source/cmake/WebKitFS.cmake:
1846 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1848 Unreviewed, revert accidental commit.
1852 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1854 Add CMake build system for WinCairo port.
1855 https://bugs.webkit.org/show_bug.cgi?id=115944
1857 Reviewed by Chris Dumez.
1859 * Source/cmake/OptionsWindows.cmake:
1860 * Source/cmake/WebKitMacros.cmake:
1861 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1863 2015-04-06 Alberto Garcia <berto@igalia.com>
1865 [GTK] Fix HPPA build
1866 https://bugs.webkit.org/show_bug.cgi?id=143453
1868 Reviewed by Darin Adler.
1870 Add HPPA to the list of supported CPUs.
1874 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1876 Unreviewed, kick the GTK bots to fix an incremental build issue.
1878 * Source/cmake/OptionsGTK.cmake:
1880 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1882 Fix the EFL and GTK build after r182243
1883 https://bugs.webkit.org/show_bug.cgi?id=143361
1885 Reviewed by Csaba Osztrogonác.
1887 * Source/PlatformEfl.cmake: Add a custom command that copies
1888 the InspectorBackendCommands.js file into the proper directory
1889 under DerivedSources/WebInspectorUI/.
1891 2015-04-01 Alex Christensen <achristensen@webkit.org>
1893 Progress towards CMake on Windows and Mac.
1894 https://bugs.webkit.org/show_bug.cgi?id=143293
1896 Reviewed by Filip Pizlo.
1899 Set DERIVED_SOURCES_WTF_DIR for Windows.
1900 * Source/CMakeLists.txt:
1901 Don't compile bmalloc on Windows.
1902 * Source/cmake/OptionsCommon.cmake:
1903 Use the absolute path of the C preprocessor.
1904 * Source/cmake/OptionsWinCairo.cmake:
1905 Added needed definitions.
1906 * Source/cmake/OptionsWindows.cmake:
1907 Set some default values and removed support for old Visual Studio versions before /MP.
1908 * Source/cmake/WebKitFS.cmake:
1909 Make WTF DerivedSources directory.
1910 * Source/cmake/WebKitMacros.cmake:
1911 Added ADD_PRECOMPILED_HEADER macro based on
1912 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1914 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1916 Use colored diagnostics when building with cmake + ninja + clang
1917 https://bugs.webkit.org/show_bug.cgi?id=143297
1919 Reviewed by Žan Doberšek.
1921 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1922 disables colored output.
1923 This patch forces clang to use colored diagnostics when we are using
1926 * Source/cmake/OptionsCommon.cmake:
1928 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1930 [CMake] Update old CMakeList.txt in gtest
1931 https://bugs.webkit.org/show_bug.cgi?id=143192
1933 Reviewed by Darin Adler.
1935 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1936 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1937 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1939 * Source/CMakeLists.txt:
1940 * Source/cmake/gtest/CMakeLists.txt: Removed.
1942 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1944 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1945 https://bugs.webkit.org/show_bug.cgi?id=143138
1947 Reviewed by Csaba Osztrogonác.
1949 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1950 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1952 * Source/cmake/OptionsWindows.cmake:
1953 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1954 * Source/cmake/WebKitMacros.cmake:
1956 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1958 [GStreamer] share GL context in pipeline, part 2
1959 https://bugs.webkit.org/show_bug.cgi?id=143049
1961 Reviewed by Carlos Garcia Campos.
1963 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1964 OpenGL/ES2 is found and GLX/EGL is found too.
1966 2015-03-26 Alex Christensen <achristensen@webkit.org>
1968 Progress towards CMake on Mac.
1969 https://bugs.webkit.org/show_bug.cgi?id=143112
1971 Reviewed by Chris Dumez.
1973 * Source/cmake/OptionsMac.cmake:
1975 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1977 [EFL] Add OpenWebRTC in jhbuild
1978 https://bugs.webkit.org/show_bug.cgi?id=142778
1980 Reviewed by Gyuyoung Kim.
1982 Original patch by Philippe Normand <pnormand@igalia.com>
1984 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1985 mediastream build is enabled.
1987 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1989 [GTK] Add a configure option to build without Redirected XComposite Window
1990 https://bugs.webkit.org/show_bug.cgi?id=142865
1992 Reviewed by Žan Doberšek.
1994 The Redirected XComposite Window was added to support some
1995 features like GtkOverlay, but in cases where we don't need such
1996 features, it's more efficient to use the XID of the WebKitWebView
1997 window as the native surface handle for the accelerated
1998 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1999 that is enabled by default for X11 target when OpenGL is enabled.
2001 * Source/cmake/OptionsGTK.cmake:
2003 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
2005 [GTK] Search for the Wayland dependency when enabling Wayland target
2006 https://bugs.webkit.org/show_bug.cgi?id=142876
2008 Reviewed by Carlos Garcia Campos.
2010 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
2011 requirement of either the GTK+ or GDK pkg-config files, so we have to
2012 search for it ourselves when WebKitGTK+ has been configured to support
2013 the Wayland windowing target.
2015 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2017 Unreviewed, kick the GTK bots to regenerate makefile.
2018 https://bugs.webkit.org/show_bug.cgi?id=137394
2020 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
2021 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
2023 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2025 Unreviewed, kick the GTK bots to regenerate makefile.
2026 https://bugs.webkit.org/show_bug.cgi?id=137394
2028 * Source/cmake/OptionsEfl.cmake:
2030 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2032 [GTK] Fix inspector userinterface related incremental build issue
2033 https://bugs.webkit.org/show_bug.cgi?id=142849
2035 Reviewed by Carlos Garcia Campos.
2037 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2039 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2041 Unreviewed, kick the GTK bots to regenerate makefile.
2043 * Source/cmake/OptionsGTK.cmake:
2045 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2047 [EFL] Expose JavaScript binding interface through ewk_extension
2048 https://bugs.webkit.org/show_bug.cgi?id=142033
2050 Reviewed by Gyuyoung Kim.
2052 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2054 2015-03-17 Philippe Normand <pnormand@igalia.com>
2056 [GTK] basic OpenWebRTC build support
2057 https://bugs.webkit.org/show_bug.cgi?id=142393
2059 Reviewed by Carlos Garcia Campos.
2061 * Source/cmake/FindOpenWebRTC.cmake: Added.
2062 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
2063 mediastream build is enabled.
2065 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2067 [CMake][EFL] Build test tools only for developer mode
2068 https://bugs.webkit.org/show_bug.cgi?id=142761
2070 Reviewed by Csaba Osztrogonác.
2072 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
2074 * Source/cmake/OptionsEfl.cmake:
2075 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
2076 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
2077 * Source/cmakeconfig.h.cmake:
2079 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
2081 Enable ES6 classes by default
2082 https://bugs.webkit.org/show_bug.cgi?id=142774
2084 Reviewed by Gavin Barraclough.
2086 * Source/cmake/WebKitFeatures.cmake:
2088 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2090 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
2091 https://bugs.webkit.org/show_bug.cgi?id=142722
2093 Reviewed by Csaba Osztrogonác.
2095 Categorize to define cmake variables, to find necessary packages,
2096 use upper case for "glib_conponents" cmake variable name, re-arrange
2097 wrong alphabet sorting, and so on.
2099 * CMakeLists.txt: Remove WinCE port.
2100 * Source/cmake/OptionsEfl.cmake:
2102 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2104 [GStreamer] share GL context in pipeline
2105 https://bugs.webkit.org/show_bug.cgi?id=142693
2107 Reviewed by Philippe Normand.
2109 Add search of gstreamer-gl library in the GStreamer installation. If
2110 it is found, WTF_USE_GSTREAMER_GL macro is defined.
2112 * Source/cmake/FindGStreamer.cmake:
2113 * Source/cmake/OptionsGTK.cmake:
2115 2015-03-13 Alex Christensen <achristensen@webkit.org>
2117 Progress towards CMake on Mac.
2118 https://bugs.webkit.org/show_bug.cgi?id=142680
2120 Reviewed by Gyuyoung Kim.
2123 * Source/PlatformMac.cmake: Added stub.
2124 * Source/cmake/OptionsMac.cmake:
2125 Change defines to get CMake working.
2127 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2129 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
2130 https://bugs.webkit.org/show_bug.cgi?id=126688
2132 Reviewed by Gustavo Noronha Silva.
2134 Add ENABLE_MINIBROWSER option, enabled by default for development
2135 builds and disabled for production builds unless explicilty enabled.
2137 * Source/cmake/OptionsGTK.cmake:
2139 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2141 [GTK] Do not look for child processes in the UI process binary path
2142 https://bugs.webkit.org/show_bug.cgi?id=135752
2144 Reviewed by Gustavo Noronha Silva.
2146 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2147 build for development builds.
2149 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2151 [GTK] Add a configure option to build with OpenGL ES 2
2152 https://bugs.webkit.org/show_bug.cgi?id=142498
2154 Reviewed by Martin Robinson.
2156 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2157 GLES2 is required and OpenGL is not even searched. Otherwise we
2158 search for OpenGL as usual, using it only if present.
2160 * Source/cmake/OptionsGTK.cmake:
2162 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2164 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2165 https://bugs.webkit.org/show_bug.cgi?id=142338
2167 Reviewed by Gyuyoung Kim.
2169 * Source/cmake/WebKitHelpers.cmake:
2171 2015-03-03 Daniel Bates <dabates@apple.com>
2173 Convert ManualTests/svg-tooltip.svg to a DRT test
2174 https://bugs.webkit.org/show_bug.cgi?id=140480
2176 Reviewed by Alex Christensen.
2178 * ManualTests/svg-tooltip.svg: Removed.
2180 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2182 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2183 https://bugs.webkit.org/show_bug.cgi?id=142165
2185 Reviewed by Carlos Garcia Campos.
2187 * Source/cmake/gtksymbols.filter:
2189 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2191 [EFL] Remove unnecessary comment after r179110
2192 https://bugs.webkit.org/show_bug.cgi?id=142042
2194 Reviewed by Gyuyoung Kim.
2196 * Source/cmake/OptionsEfl.cmake:
2198 2015-02-23 Tomas Popela <tpopela@redhat.com>
2200 [GTK] Fails to compile with cmake 3.2.x
2201 https://bugs.webkit.org/show_bug.cgi?id=141796
2203 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2204 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2205 added and the build will fail.
2207 Reviewed by Martin Robinson.
2209 * Source/cmake/OptionsGTK.cmake:
2211 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2213 Remove svn:keywords property.
2215 As far as I can tell, the property had no effect on any of these files, but also,
2216 when it has effect it's likely harmful.
2218 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2219 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2220 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2221 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2222 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2223 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2224 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2225 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2226 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2227 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2228 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2229 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2230 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2231 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2233 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2235 [CMAKE] Remove CMakeLists.txt in WK1 port
2236 https://bugs.webkit.org/show_bug.cgi?id=141617
2238 Reviewed by Anders Carlsson.
2240 Nobody uses CMake in WK1 port. Remove it.
2244 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2246 Unreviewed, remove empty directories.
2248 * ManualTests/qt: Removed.
2250 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2252 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2253 https://bugs.webkit.org/show_bug.cgi?id=141481
2255 Reviewed by Csaba Osztrogonác.
2257 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2259 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2261 [EFL][GTK] Use bmalloc instead of tcmalloc
2262 https://bugs.webkit.org/show_bug.cgi?id=140162
2264 Reviewed by Carlos Garcia Campos.
2266 Add bmalloc directory to build list.
2268 * CMakeLists.txt: Define BMALLOC_DIR directory.
2269 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2271 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2273 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2274 https://bugs.webkit.org/show_bug.cgi?id=141392
2276 Reviewed by Gustavo Noronha Silva.
2278 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2280 * Source/cmake/OptionsGTK.cmake:
2282 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2284 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2285 https://bugs.webkit.org/show_bug.cgi?id=141328
2287 Reviewed by Darin Adler.
2289 Added as manual test because it involves a huge grid allocation
2290 which is very slow on Debug bots, the only ones capable to trigger
2293 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2295 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2297 [Streams API] Implement a barebone ReadableStream interface
2298 https://bugs.webkit.org/show_bug.cgi?id=141045
2300 Reviewed by Benjamin Poulain.
2302 * Source/cmake/WebKitFeatures.cmake:
2303 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2305 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2307 Revert accidental change in r179490.
2311 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2313 Unreviewed, revert accidental change to Makefile.shared in r179478
2317 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2319 [CMake] Minimum python version should be 2.7.
2320 https://bugs.webkit.org/show_bug.cgi?id=140997
2322 Reviewed by Csaba Osztrogonác.
2326 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2328 Apply feTurbulence spec change to fix zero length vector generation
2329 https://bugs.webkit.org/show_bug.cgi?id=140812
2331 Reviewed by Darin Adler.
2333 Recently a bug with the turbulence algorithm was corrected in the
2334 Filter Effects specification.
2335 For some seed values this bug allowed zero length vectors to be generated.
2336 This resulted in large solid color squares being present in the generated image.
2337 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2338 applies that change in WebCore.
2340 Test: svg/filters/feTurbulence_bad_seeds.html
2342 * platform/graphics/filters/FETurbulence.cpp:
2343 (WebCore::FETurbulence::initPaint):
2344 Added rejection sampling during vector generation to avoid zero length vectors.
2346 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2348 [cmake] Remove compiler version calculate cruft
2349 https://bugs.webkit.org/show_bug.cgi?id=140885
2351 Reviewed by Darin Adler.
2353 * Source/cmake/WebKitHelpers.cmake:
2355 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2357 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2358 https://bugs.webkit.org/show_bug.cgi?id=140886
2360 Reviewed by Žan Doberšek.
2362 * Source/cmake/WebKitHelpers.cmake:
2364 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2366 [GTK] gtkdoc does not appear in DevHelp
2367 https://bugs.webkit.org/show_bug.cgi?id=139369
2369 Reviewed by Philippe Normand.
2371 Expect the gtkdoc to be generated in folders named with the API version.
2373 * Source/PlatformGTK.cmake:
2375 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2377 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2378 https://bugs.webkit.org/show_bug.cgi?id=140609
2380 Reviewed by Csaba Osztrogonác.
2382 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2383 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2384 compilation flags. Those were added after the jsCStack branch merge, but
2385 can now be removed since the -ftree-dce issues were fixed in GCC, and
2386 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2388 * Source/cmake/OptionsEfl.cmake:
2389 * Source/cmake/OptionsGTK.cmake:
2391 2015-01-26 Commit Queue <commit-queue@webkit.org>
2393 Unreviewed, rolling out r179107.
2394 https://bugs.webkit.org/show_bug.cgi?id=140880
2396 The GCC in the bots doesn't support the AsyncTask
2397 implementation (Requested by KaL on #webkit).
2401 "[GTK] Enable IndexedDB"
2402 https://bugs.webkit.org/show_bug.cgi?id=98932
2403 http://trac.webkit.org/changeset/179107
2405 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2407 [GTK] Enable IndexedDB
2408 https://bugs.webkit.org/show_bug.cgi?id=98932
2410 Reviewed by Žan Doberšek.
2412 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2413 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2415 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2417 [GTK] Add initial database process support
2418 https://bugs.webkit.org/show_bug.cgi?id=139491
2420 Reviewed by Sergio Villar Senin.
2422 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2424 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2426 Add a build flag for ES6 class syntax
2427 https://bugs.webkit.org/show_bug.cgi?id=140760
2429 Reviewed by Michael Saboff.
2431 * Source/cmake/WebKitFeatures.cmake:
2432 * Source/cmakeconfig.h.cmake:
2434 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2436 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2437 https://bugs.webkit.org/show_bug.cgi?id=140049
2439 Reviewed by Gyuyoung Kim.
2441 * Source/cmake/OptionsCommon.cmake:
2443 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2445 Remove ENABLE(INSPECTOR) ifdef guards
2446 https://bugs.webkit.org/show_bug.cgi?id=140668
2448 Reviewed by Darin Adler.
2450 * Source/PlatformEfl.cmake:
2451 * Source/cmake/OptionsEfl.cmake:
2452 * Source/cmake/OptionsGTK.cmake:
2453 * Source/cmake/OptionsMac.cmake:
2454 * Source/cmake/WebKitFeatures.cmake:
2455 * Source/cmakeconfig.h.cmake:
2457 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2459 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2461 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2463 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2465 [CMAKE] Fix cmake warning
2466 https://bugs.webkit.org/show_bug.cgi?id=140497
2468 Reviewed by Gustavo Noronha Silva.
2470 r173155 already tried to fix cmake warning though, the warning is still exist.
2471 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2472 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2473 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2474 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2475 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2479 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2481 [GTK] Generate the make dist manifest from a CMake template file
2482 https://bugs.webkit.org/show_bug.cgi?id=139387
2484 Reviewed by Martin Robinson.
2486 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2487 distcheck targets for developer builds, as they won't work when
2488 building from a tarball because the manifest is not distributed.
2490 * Source/PlatformGTK.cmake:
2492 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2494 Remove ENABLE(SQL_DATABASE) guards
2495 https://bugs.webkit.org/show_bug.cgi?id=140434
2497 Reviewed by Darin Adler.
2499 * Source/cmake/OptionsMac.cmake:
2500 * Source/cmake/WebKitFeatures.cmake:
2501 * Source/cmakeconfig.h.cmake:
2503 2015-01-11 Sam Weinig <sam@webkit.org>
2505 Remove support for SharedWorkers
2506 https://bugs.webkit.org/show_bug.cgi?id=140344
2508 Reviewed by Anders Carlsson.
2510 * Source/cmake/OptionsEfl.cmake:
2511 * Source/cmake/OptionsGTK.cmake:
2512 * Source/cmake/OptionsMac.cmake:
2513 * Source/cmake/WebKitFeatures.cmake:
2514 * Source/cmakeconfig.h.cmake:
2516 2015-01-10 Dan Bernstein <mitz@apple.com>
2518 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2519 https://bugs.webkit.org/show_bug.cgi?id=140339
2521 Reviewed by Mark Rowe.
2523 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2524 prevents unnecessary rebuilding due to PATH differences.
2526 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2528 [GTK][ThreadedCompositor] Add support for threaded compositor.
2529 https://bugs.webkit.org/show_bug.cgi?id=118265
2531 Reviewed by Martin Robinson.
2533 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2534 autotools build systems. The feature is disabled by default.
2535 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2536 from the feature flags.
2538 * Source/cmake/OptionsEfl.cmake:
2539 * Source/cmake/OptionsGTK.cmake:
2540 * Source/cmake/WebKitFeatures.cmake:
2541 * Source/cmakeconfig.h.cmake:
2543 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2545 Simplify building with ASan
2546 https://bugs.webkit.org/show_bug.cgi?id=139916
2548 Reviewed by Mark Rowe.
2550 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2552 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2554 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2556 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2558 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2560 Null dereference performing a "TapAndAHalf" gesture in Google search field
2562 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2563 <rdar://problem/19028828>
2565 Reviewed by Darin Adler.
2567 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2569 2014-12-10 Dean Jackson <dino@apple.com>
2571 Blur filter performance test doesn't provide results
2572 https://bugs.webkit.org/show_bug.cgi?id=139462
2574 Reviewed by Sam Weinig.
2576 This can't currently work under our performance test
2577 infrastructure. Move it to a manual test to avoid
2578 putting FAILures into the results.
2580 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2582 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2584 [GTK][WK2] Add HTML5 Notifications support
2585 https://bugs.webkit.org/show_bug.cgi?id=61140
2587 Reviewed by Carlos Garcia Campos.
2589 * Source/cmake/FindLibNotify.cmake: Added.
2590 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2591 libnotify and use it for a default implementation when found.
2593 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2595 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2596 https://bugs.webkit.org/show_bug.cgi?id=138100
2598 Reviewed by Simon Fraser.
2600 DRT causes an extra paint which makes it impossible to test this with
2603 * ManualTests/float-layer-not-painting.html: Added.
2605 2014-12-07 Alberto Garcia <berto@igalia.com>
2607 [GTK] WebKit has a new required dependency on GnuTLS
2608 https://bugs.webkit.org/show_bug.cgi?id=136158
2610 Reviewed by Martin Robinson.
2612 Detect if GnuTLS is installed and enable or disable subtle crypto
2613 support accordingly.
2615 * Source/cmake/OptionsGTK.cmake:
2617 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2619 [GTK] Missing API detected in GObject DOM bindings after r176630
2620 https://bugs.webkit.org/show_bug.cgi?id=139201
2622 Reviewed by Gustavo Noronha Silva.
2624 Change GENERATE_BINDINGS macro to receive a list of optional
2625 additional dependencies, so that we can add more dependecies
2626 without having to change the macro.
2628 * Source/cmake/WebKitMacros.cmake:
2630 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2632 Programmatic scrolling and content changes are not always synchronized
2633 https://bugs.webkit.org/show_bug.cgi?id=139245
2634 rdar://problem/18833612
2636 Reviewed by Anders Carlsson.
2638 Manual test that tries to sync layout with programmatic scrolling.
2640 * ManualTests/programmatic-scroll-flicker.html: Added.
2642 2014-12-04 Alberto Garcia <berto@igalia.com>
2644 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2645 https://bugs.webkit.org/show_bug.cgi?id=136576
2647 Reviewed by Carlos Garcia Campos.
2649 CMake should complain if Accelerated 2D Canvas is explicitly
2650 enabled but cairo-gl is not found.
2652 * Source/cmake/OptionsGTK.cmake:
2654 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2656 [EFL] Add subtle crypto to the build system
2657 https://bugs.webkit.org/show_bug.cgi?id=138612
2659 Reviewed by Csaba Osztrogonác.
2661 * Source/cmake/OptionsEfl.cmake:
2663 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2665 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2666 https://bugs.webkit.org/show_bug.cgi?id=139085
2668 Reviewed by Andreas Kling.
2670 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2671 * Source/cmake/WebKitFeatures.cmake: ditto.
2672 * Source/cmakeconfig.h.cmake: ditto.
2674 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2676 [EFL] Drop support for the EFL 1.7
2677 https://bugs.webkit.org/show_bug.cgi?id=139114
2679 Reviewed by Gyuyoung Kim.
2681 * Source/cmake/EFLHelpers.cmake: Removed.
2682 * Source/cmake/FindEcore.cmake: Removed.
2683 * Source/cmake/FindEdje.cmake: Removed.
2684 * Source/cmake/FindEet.cmake: Removed.
2685 * Source/cmake/FindEeze.cmake: Removed.
2686 * Source/cmake/FindEfreet.cmake: Removed.
2687 * Source/cmake/FindEina.cmake: Removed.
2688 * Source/cmake/FindElementary.cmake: Removed.
2689 * Source/cmake/FindEvas.cmake: Removed.
2690 * Source/cmake/OptionsEfl.cmake:
2692 2014-11-28 Philippe Normand <pnormand@igalia.com>
2694 [CMake] Build failure against GStreamer git master
2695 https://bugs.webkit.org/show_bug.cgi?id=138872
2697 Reviewed by Csaba Osztrogon.
2699 * Source/cmake/FindGStreamer.cmake: Simplified the
2700 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2701 headers lookup, there's no need to do this manually. Also
2702 explicitely check the version specified in GStreamer_FIND_VERSION.
2704 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2706 [EFL] Remove E_Dbus dependency
2707 https://bugs.webkit.org/show_bug.cgi?id=136355
2709 Reviewed by Gyuyoung Kim.
2711 * Source/cmake/FindE_DBus.cmake: Removed.
2712 * Source/cmake/OptionsEfl.cmake:
2714 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2716 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2718 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2720 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2722 [CMake] Use ld.gold if it is available to speedup builds
2723 https://bugs.webkit.org/show_bug.cgi?id=137953
2725 Reviewed by Carlos Garcia Campos.
2727 * Source/cmake/OptionsCommon.cmake:
2729 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2731 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2732 https://bugs.webkit.org/show_bug.cgi?id=138840
2734 Reviewed by Csaba Osztrogonác.
2736 * Source/cmake/OptionsCommon.cmake:
2738 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2740 Remove Source/Platform cruft
2741 https://bugs.webkit.org/show_bug.cgi?id=138658
2743 Reviewed by Anders Carlsson.
2746 * Source/Platform: Removed.
2748 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2750 Enable Cortex-A53-specific code paths by default if core is detected.
2751 https://bugs.webkit.org/show_bug.cgi?id=138499
2753 Reviewed by Csaba Osztrogonác.
2755 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2756 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2759 Since on ARM64/Linux the part number that cpuinfo reports depends on
2760 the core the query is run on, the check is bound to and executed on the
2761 available cores one by one.
2763 * Source/cmake/OptionsCommon.cmake:
2765 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2767 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2768 https://bugs.webkit.org/show_bug.cgi?id=138498
2770 Reviewed by Csaba Osztrogonác.
2772 * Source/cmake/OptionsEfl.cmake:
2774 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2776 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2777 https://bugs.webkit.org/show_bug.cgi?id=138465
2779 Reviewed by Gyuyoung Kim.
2781 * Source/cmake/OptionsEfl.cmake:
2783 2014-11-03 Dean Jackson <dino@apple.com>
2785 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2786 https://bugs.webkit.org/show_bug.cgi?id=138362
2788 Reviewed by Tim Horton.
2790 Add a new feature define for Level 2 of CSS Filters.
2791 http://dev.w3.org/fxtf/filters-2/
2793 * Source/cmake/OptionsEfl.cmake:
2794 * Source/cmake/OptionsGTK.cmake:
2795 * Source/cmake/OptionsMac.cmake:
2796 * Source/cmake/WebKitFeatures.cmake:
2797 * Source/cmakeconfig.h.cmake:
2799 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2801 Workaround for Cortex-A53 erratum 835769
2802 https://bugs.webkit.org/show_bug.cgi?id=138315
2804 Reviewed by Filip Pizlo.
2806 This patch introduces CMake variable and preprocessor macro
2807 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2808 code paths, if set true.
2810 * Source/cmake/OptionsCommon.cmake:
2811 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2813 * Source/cmakeconfig.h.cmake:
2814 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2816 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2818 [GTK] Fix the build of FTL JIT
2819 https://bugs.webkit.org/show_bug.cgi?id=138298
2821 Reviewed by Carlos Garcia Campos.
2823 * Source/cmake/OptionsGTK.cmake:
2824 Remove the need for the LIBCXXABI package.
2826 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2828 REGRESSION(CMake): Make it possible to build without introspection
2829 https://bugs.webkit.org/show_bug.cgi?id=138006
2831 Reviewed by Philippe Normand.
2833 Add ENABLE_INTROSPECTION option.
2835 * Source/PlatformGTK.cmake: Dot not add gir global target if
2836 introspection is disabled.
2837 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2838 introspection is disabled.
2840 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2842 [GTK] Support script message handlers WebKitUserContentManager
2843 https://bugs.webkit.org/show_bug.cgi?id=133730
2845 Reviewed by Carlos Garcia Campos.
2847 Support user script message handlers in WebKitUserContentManager.
2848 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2849 an option is added to the CMake build files. The option is disabled
2850 globally by default, and the WebKitGTK port enables it. On the API
2851 level, two new methods to register and unregister names are provided
2852 in the "window.webkit" namespace, and on message reception the
2853 "WebKitUserContentManager::script-message-received" signal is
2854 emitted, using the registered names as signal detail.
2856 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2857 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2858 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2859 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2861 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2863 [GTK] Bump libsoup's minimum version to 2.42.0.
2864 https://bugs.webkit.org/show_bug.cgi?id=138086
2866 Reviewed by Martin Robinson.
2868 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2869 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2870 the minimum version required to build the port these days.
2872 In addition, since the autotools build system required 2.42.0 before
2873 being retired, require the same version here. Version 2.42.0 was also
2875 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2877 * Source/cmake/OptionsGTK.cmake:
2879 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2881 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2882 https://bugs.webkit.org/show_bug.cgi?id=138132
2884 Reviewed by Csaba Osztrogonác.
2886 * Source/cmake/OptionsEfl.cmake:
2888 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2890 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2892 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2894 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2896 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2897 https://bugs.webkit.org/show_bug.cgi?id=137946
2899 Reviewed by Gyuyoung Kim.
2901 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2903 * Source/cmake/OptionsEfl.cmake:
2905 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2907 Fix FTL Native Inlining for EFL
2908 https://bugs.webkit.org/show_bug.cgi?id=137774
2910 Reviewed by Michael Saboff.
2912 Updated CMake for FTL Native Inlining.
2915 * Source/cmake/FindClang.cmake: Added.
2916 * Source/cmake/OptionsEfl.cmake:
2917 * Source/cmakeconfig.h.cmake:
2919 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2921 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2922 https://bugs.webkit.org/show_bug.cgi?id=137748
2924 Reviewed by Brian Burg.
2926 * Source/PlatformEfl.cmake:
2928 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2930 [GTK] Add initial gestures support
2931 https://bugs.webkit.org/show_bug.cgi?id=137812
2933 Reviewed by Sergio Villar Senin.
2935 Check if the GTK+ version supports gestures or not.
2937 * Source/cmake/FindGTK3.cmake:
2938 * Source/cmake/OptionsGTK.cmake:
2940 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2942 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2943 https://bugs.webkit.org/show_bug.cgi?id=137781
2945 Reviewed by Martin Robinson.
2947 We used to enable smooth scrolling unconditionally in autotools
2948 (via WebKitFeatures.m4), but since the switch to CMake it's
2949 unconditionally disabled, so changing the setting doesn't have any
2952 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2954 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2956 Removing CUSTOM_PROTOCOLS guard
2957 https://bugs.webkit.org/show_bug.cgi?id=137741
2959 Reviewed by Benjamin Poulain.
2961 * Source/cmake/OptionsEfl.cmake:
2963 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2965 [EFL] Enable WebP support.
2966 https://bugs.webkit.org/show_bug.cgi?id=136156
2968 Reviewed by Gyuyoung Kim.
2970 Add WebP package finding rule.
2972 * Source/cmake/OptionsEfl.cmake:
2974 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2976 [EFL] Enable custom URI schemes with CustomProtocols
2977 https://bugs.webkit.org/show_bug.cgi?id=128177
2979 Reviewed by Gyuyoung Kim.
2981 Fixing ewk_context_url_scheme_register() ewebkit2 API
2982 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2984 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2986 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2988 Bump version to 2.7.0
2989 https://bugs.webkit.org/show_bug.cgi?id=137301
2991 Rubber-stamped by Carlos Garcia Campos.
2993 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2995 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2997 [EFL] Rename TEST_THEME_DIR macro
2998 https://bugs.webkit.org/show_bug.cgi?id=137244
3000 Reviewed by Csaba Osztrogonác.
3002 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
3004 2014-09-27 Dan Bernstein <mitz@apple.com>
3006 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
3007 https://bugs.webkit.org/show_bug.cgi?id=137053
3009 Reviewed by Mark Rowe.
3011 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3012 In the build pre-action, pass the --wksi and --llvm options to
3013 copy-webkitlibraries-to-product-directory.
3014 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
3016 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
3018 [GTK] Enable CSS_IMAGE_SET in production builds
3019 https://bugs.webkit.org/show_bug.cgi?id=137142
3021 Reviewed by Alejandro G. Castro.
3023 This is required by the inspector to show some of the icons that
3024 has a HiDPI variant.
3026 * Source/cmake/OptionsGTK.cmake:
3028 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
3030 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
3031 https://bugs.webkit.org/show_bug.cgi?id=136377
3033 Reviewed by Philippe Normand.
3035 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
3036 for CMake versions less than 3.
3038 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
3040 Remove WinCE port from trunk
3041 https://bugs.webkit.org/show_bug.cgi?id=136951
3043 Reviewed by Alex Christensen.
3045 * Source/cmake/OptionsWinCE.cmake: Removed.
3046 * Source/cmake/WebKitPackaging.cmake:
3048 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
3050 [EFL][GTK] Remove WebKit1 related codes
3051 https://bugs.webkit.org/show_bug.cgi?id=136853
3053 Reviewed by Csaba Osztrogonác.
3055 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
3058 * Source/PlatformGTK.cmake:
3060 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3063 https://bugs.webkit.org/show_bug.cgi?id=136820
3065 Reviewed by Csaba Osztrogonác.
3067 * Source/cmake/FindICU.cmake:
3069 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
3071 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
3072 https://bugs.webkit.org/show_bug.cgi?id=136814
3074 Reviewed by Philippe Normand.
3076 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
3077 We bundle the wayland-egl dependency with wayland-client and wayland-server
3078 and store the resulting variables with the WAYLAND_ prefix. Because of this
3079 this line wasn't exporting anything useful.
3081 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
3083 URTBF after r173574.
3085 * Source/cmake/WebKitMacros.cmake:
3087 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
3089 [JavaScriptCore] Fix FTL on platform EFL.
3090 https://bugs.webkit.org/show_bug.cgi?id=133571
3092 Reviewed by Filip Pizlo.
3096 * Source/cmake/FindLIBCXXABI.cmake: Removed.
3097 * Source/cmake/OptionsEfl.cmake:
3099 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3102 https://bugs.webkit.org/show_bug.cgi?id=136571
3104 Reviewed by Darin Adler.
3106 * Source/cmake/OptionsEfl.cmake:
3107 * Source/cmake/OptionsGTK.cmake:
3108 * Source/cmake/OptionsMac.cmake:
3109 * Source/cmake/WebKitFeatures.cmake:
3110 * Source/cmakeconfig.h.cmake:
3112 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3114 Remove CSS_FILTERS flag
3115 https://bugs.webkit.org/show_bug.cgi?id=136529
3117 Reviewed by Dirk Schulze.
3119 * Source/cmake/OptionsEfl.cmake:
3120 * Source/cmake/OptionsGTK.cmake:
3121 * Source/cmake/OptionsMac.cmake:
3122 * Source/cmake/WebKitFeatures.cmake:
3123 * Source/cmakeconfig.h.cmake:
3125 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3127 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
3128 https://bugs.webkit.org/show_bug.cgi?id=136194
3130 Reviewed by Csaba Osztrogonác.
3132 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
3136 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3138 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
3139 https://bugs.webkit.org/show_bug.cgi?id=135560
3141 Reviewed by Gyuyoung Kim.
3143 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
3145 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
3147 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
3148 https://bugs.webkit.org/show_bug.cgi?id=136343
3150 Reviewed by David Kilzer.
3152 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
3154 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3155 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3157 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
3159 [EFL] Share fast/speechsynthesis/ with other ports
3160 https://bugs.webkit.org/show_bug.cgi?id=136224
3162 Reviewed by Chris Fleizach.
3164 Enable WebSpeech for EFL.
3166 * Source/cmake/OptionsEfl.cmake:
3168 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3170 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3171 https://bugs.webkit.org/show_bug.cgi?id=136127
3173 Reviewed by Gyuyoung Kim.
3175 Add build support for espeak.
3177 * Source/cmake/FindEspeak.cmake: Added.
3178 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3180 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3182 [EFL] Build break using clang
3183 https://bugs.webkit.org/show_bug.cgi?id=136245
3185 Reviewed by Gyuyoung Kim.
3187 * Source/cmake/OptionsEfl.cmake:
3188 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3189 Some warnings are from system libraries.
3191 2014-08-25 Alberto Garcia <berto@igalia.com>
3193 [GTK] Unify webkitgtk and webkit2gtk directories
3194 https://bugs.webkit.org/show_bug.cgi?id=136209
3196 Reviewed by Carlos Garcia Campos.
3198 Use webkit2gtk-X.X both for the process binaries and the injected
3201 * Source/cmake/OptionsGTK.cmake:
3203 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3205 [EFL] Move Efl specific code from Source/CMakeLists.txt
3206 https://bugs.webkit.org/show_bug.cgi?id=136206
3208 Reviewed by Gyuyoung Kim.
3210 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3211 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3213 * Source/CMakeLists.txt:
3214 * Source/cmake/OptionsEfl.cmake:
3216 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3218 [EFL] Introduce DEVELOPER_MODE
3219 https://bugs.webkit.org/show_bug.cgi?id=135884
3221 Reviewed by Gyuyoung Kim.
3223 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3224 instead of SHARED_CORE.
3225 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3226 from release binary.
3228 * Source/cmake/OptionsEfl.cmake:
3229 * Source/cmake/WebKitHelpers.cmake:
3230 Moved fvisibility=hidden to OptionsEfl.cmake
3232 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3234 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3235 https://bugs.webkit.org/show_bug.cgi?id=136110
3237 Reviewed by Gyuyoung Kim.
3239 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3241 * Source/cmake/OptionsEfl.cmake:
3243 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3245 [EFL] Apply eflsymbols.filter to WebKit2
3246 https://bugs.webkit.org/show_bug.cgi?id=136148
3248 Reviewed by Csaba Osztrogonác.
3250 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3251 in the eflsymbols.filter.
3253 * Source/cmake/OptionsEfl.cmake:
3254 * Source/cmake/eflsymbols.filter:
3256 2014-08-21 Zalan Bujtas <zalan@apple.com>
3258 Enable SATURATED_LAYOUT_ARITHMETIC.
3259 https://bugs.webkit.org/show_bug.cgi?id=136106
3261 Reviewed by Simon Fraser.
3263 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3264 (No measurable performance regression on Mac.)
3266 * Source/cmake/OptionsMac.cmake:
3267 * Source/cmake/WebKitFeatures.cmake:
3268 * Source/cmakeconfig.h.cmake:
3270 2014-08-19 Zalan Bujtas <zalan@apple.com>
3272 Remove ENABLE(SUBPIXEL_LAYOUT).
3273 https://bugs.webkit.org/show_bug.cgi?id=136077
3275 Reviewed by Simon Fraser.
3277 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3279 * Source/cmake/OptionsEfl.cmake:
3280 * Source/cmake/OptionsGTK.cmake:
3281 * Source/cmake/OptionsMac.cmake:
3282 * Source/cmake/WebKitFeatures.cmake:
3283 * Source/cmakeconfig.h.cmake:
3285 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3287 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3288 https://bugs.webkit.org/show_bug.cgi?id=135980
3290 Reviewed by Martin Robinson.
3292 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3293 overrides any other disabled optimization that was prepended to these
3294 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3295 lists first in the final list of compilation flags.
3297 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3298 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3300 * Source/cmake/OptionsCommon.cmake:
3301 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3302 * Source/cmake/OptionsGTK.cmake:
3304 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3306 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3308 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3310 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3312 [GTK] Disable memory sampler on non-Linux system
3313 https://bugs.webkit.org/show_bug.cgi?id=134483
3315 Reviewed by Philippe Normand.
3317 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3318 Linux because it uses many Linux-specific features, so we should disable
3319 memory sampler on other systems by default.
3321 * Source/cmake/OptionsGTK.cmake:
3323 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3325 [GTK] HTML API documentation should also be installed versioned
3326 https://bugs.webkit.org/show_bug.cgi?id=135970
3328 Reviewed by Philippe Normand.
3330 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3333 2014-08-14 Tomas Popela <tpopela@redhat.com>
3335 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3336 https://bugs.webkit.org/show_bug.cgi?id=135937
3338 Reviewed by Carlos Garcia Campos.
3342 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3344 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3345 https://bugs.webkit.org/show_bug.cgi?id=135934
3347 Reviewed by Gustavo Noronha Silva.
3349 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3350 The gir files should installed in $datadir/gir-1.0/ together with all other
3351 gir files. We don't need to install introspection files in a versioned
3352 directory because their filenames already contain the binary version. But before
3353 r171598, the files were only installed to the right directory if the
3354 gobject-instrospection pkg-config file was in the same prefix than the one we
3355 wanted to install, because the gir and typelibs directories were extracted from
3356 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3357 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3358 like we do in the autotools build.
3360 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3361 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3362 * Source/cmake/OptionsGTK.cmake: Define
3363 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3365 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3367 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3368 https://bugs.webkit.org/show_bug.cgi?id=135836
3370 Reviewed by Philippe Normand.
3372 * Source/PlatformGTK.cmake: Add install command to also install
3373 the GObject DOM bindings API docs.
3375 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3377 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3378 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3379 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3380 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3383 * Source/cmake/OptionsCommon.cmake:
3385 2014-08-13 Alex Christensen <achristensen@webkit.org>
3387 Progress towards CMake on Mac.
3388 https://bugs.webkit.org/show_bug.cgi?id=135819
3390 Reviewed by Laszlo Gombos.
3392 * Source/cmake/OptionsMac.cmake:
3393 Disable some more features temporarily to get CMake working.
3394 * Source/cmake/WebKitMacros.cmake:
3395 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3397 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3399 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3400 https://bugs.webkit.org/show_bug.cgi?id=135798
3402 Reviewed by Philippe Normand.
3404 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3406 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3407 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3408 https://bugs.webkit.org/show_bug.cgi?id=133317
3410 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3412 Reviewed by Philippe Normand.
3414 No new tests since no new functionality has been added.
3416 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3418 2014-08-11 Commit Queue <commit-queue@webkit.org>
3420 Unreviewed, rolling out r172393.
3421 https://bugs.webkit.org/show_bug.cgi?id=135796
3423 discussion needed about GnuTLS version bump on the bots
3424 (Requested by philn on #webkit).
3428 https://bugs.webkit.org/show_bug.cgi?id=133317
3429 http://trac.webkit.org/changeset/172393
3431 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3432 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3433 https://bugs.webkit.org/show_bug.cgi?id=133317
3435 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3437 Reviewed by Philippe Normand.
3439 No new tests since no new functionality has been added.
3441 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3443 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3445 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3446 https://bugs.webkit.org/show_bug.cgi?id=133316
3448 Reviewed by Philippe Normand.
3450 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3451 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3452 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3454 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3456 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3458 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3460 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3462 [GTK] REGRESSION(r166239): The ld version script is not being used
3463 https://bugs.webkit.org/show_bug.cgi?id=135694
3465 Reviewed by Martin Robinson.
3467 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3468 it as gtksymbols.filter. Also updated it, since some of the symbols
3469 exported were renamed.
3471 * Source/cmake/OptionsGTK.cmake:
3472 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3474 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3476 [GTK] Child processes should be installed in a versioned directory
3477 https://bugs.webkit.org/show_bug.cgi?id=135754
3479 Reviewed by Gustavo Noronha Silva.
3481 Define LIBEXEC_INSTALL_DIR as
3482 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3483 so that the child processes are installed in $libexec/webkitgtk-4.0.
3484 This makes it possible to install 2.6 in parallel to older versions.
3486 * Source/cmake/OptionsGTK.cmake:
3488 2014-08-08 Alex Christensen <achristensen@webkit.org>
3490 Progress towards using CMake on Mac.
3491 https://bugs.webkit.org/show_bug.cgi?id=135662
3493 Reviewed by Laszlo Gombos.
3496 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3497 * Source/cmake/WebKitFeatures.cmake:
3498 * Source/cmakeconfig.h.cmake:
3499 Added features that are needed by the Mac port.
3500 * Source/cmake/OptionsMac.cmake:
3501 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3502 Disable the FTL with CMake for now.
3503 * Source/cmake/OptionsEFL.cmake:
3504 * Source/cmake/OptionsGTK.cmake:
3505 Enable subpixel layout to not conflict with FeatureDefines.h
3507 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3509 Undo some erroneous changes to the Xcode scheme files from r172259.
3511 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3512 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3514 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3516 [CMake] Drop the required version of CMake down to 2.8.8
3517 https://bugs.webkit.org/show_bug.cgi?id=135713
3519 Reviewed by Alex Christensen.
3521 * CMakeLists.txt: Require CMake 2.8.8.
3523 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3525 Get rid of INPUT_SPEECH
3526 https://bugs.webkit.org/show_bug.cgi?id=135672
3528 Reviewed by Andreas Kling.
3530 * Source/cmake/OptionsMac.cmake:
3531 * Source/cmake/WebKitFeatures.cmake:
3532 * Source/cmakeconfig.h.cmake:
3534 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3536 [GTK] Disable IndexedDB
3537 https://bugs.webkit.org/show_bug.cgi?id=135692
3539 Reviewed by Carlos Garcia Campos.
3541 * Source/cmake/OptionsGTK.cmake:
3543 2014-08-06 Dean Jackson <dino@apple.com>
3545 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3546 https://bugs.webkit.org/show_bug.cgi?id=135675
3548 Reviewed by Sam Weinig.
3550 * Source/cmake/OptionsGTK.cmake:
3551 * Source/cmake/OptionsMac.cmake:
3552 * Source/cmake/WebKitFeatures.cmake:
3553 * Source/cmakeconfig.h.cmake:
3555 2014-08-06 David Farler <dfarler@apple.com>
3557 Unreviewed build fix: Make includes semicolon in assignment.
3559 * Makefile.shared: Remove a ;
3561 2014-08-06 David Farler <dfarler@apple.com>
3563 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3564 https://bugs.webkit.org/show_bug.cgi?id=135655
3566 Reviewed by Mark Rowe.
3568 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3570 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3572 [GTK] Be able to disable gtk2 dependency
3573 https://bugs.webkit.org/show_bug.cgi?id=135505
3575 Reviewed by Gustavo Noronha Silva.
3577 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3578 required when it's enabled. It's enabled by default.
3580 * Source/cmake/OptionsGTK.cmake:
3582 2014-08-05 Alex Christensen <achristensen@webkit.org>
3585 https://bugs.webkit.org/show_bug.cgi?id=135620
3587 Reviewed by Laszlo Gombos.
3589 * Source/cmake/OptionsMac.cmake:
3590 Use UDIS86 by default on Mac.
3592 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3594 Add a flag for the CSS Selectors level 4 implementation
3595 https://bugs.webkit.org/show_bug.cgi?id=135535
3597 Reviewed by Andreas Kling.
3599 * Source/cmake/OptionsEfl.cmake:
3600 * Source/cmake/OptionsGTK.cmake:
3601 * Source/cmake/WebKitFeatures.cmake:
3602 * Source/cmakeconfig.h.cmake:
3604 2014-08-04 Alex Christensen <achristensen@webkit.org>
3606 Progress towards CMake on Mac.
3607 https://bugs.webkit.org/show_bug.cgi?id=135528
3609 Reviewed by Gyuyoung Kim.
3611 * Source/cmake/OptionsMac.cmake:
3612 Made options list based on FeatureDefines.xcconfig files.
3614 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3616 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3617 https://bugs.webkit.org/show_bug.cgi?id=134736
3619 Reviewed by Martin Robinson.
3621 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3622 support the X11 or Wayland windowing targets -- instead, if there's no support
3623 the specific target is disabled, and an error is thrown only if neither of the
3624 backends is enabled at the end..
3625 For now the X11 target remains enabled by default, and the Wayland target is
3626 kept disabled. Once it's possible to have both targets enabled at runtime in
3627 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3628 GTK+ dependency to determine which targets can be enabled.
3630 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3632 [CMake] Add FindWayland.cmake
3633 https://bugs.webkit.org/show_bug.cgi?id=135540
3635 Reviewed by Martin Robinson.
3637 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
3638 dependency. For now bundles the wayland-client, wayland-server and
3639 wayland-egl pkg-config targets into one dependency, but these could
3640 be split in the future if necessary.
3642 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
3644 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
3645 https://bugs.webkit.org/show_bug.cgi?id=135553
3647 Reviewed by Gyuyoung Kim.
3649 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
3650 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
3652 * Source/cmake/OptionsEfl.cmake:
3654 2014-08-01 Bear Travis <betravis@adobe.com>
3656 [Feature Queries] Enable Feature Queries on EFL/GTK
3657 https://bugs.webkit.org/show_bug.cgi?id=134902
3659 Reviewed by Benjamin Poulain.
3661 Enable CSS Feature Queries by default on the EFL and GTK
3664 * Source/cmake/OptionsEfl.cmake:
3665 * Source/cmake/OptionsGTK.cmake:
3667 2014-08-01 Alex Christensen <achristensen@webkit.org>
3669 Progress towards cmake on Windows.
3670 https://bugs.webkit.org/show_bug.cgi?id=135484
3672 Reviewed by Martin Robinson.
3675 Added Mac to list of ports, even though it is not done yet.
3676 Changed minimum bison version to version installed on Macs.
3677 * Source/cmake/OptionsAppleWin.cmake:
3678 Added some definitions.
3679 * Source/cmake/OptionsEfl.cmake:
3680 * Source/cmake/OptionsGTK.cmake:
3681 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
3682 * Source/cmake/OptionsMac.cmake: Added blank for now.
3683 * Source/cmake/OptionsWinCairo.cmake:
3684 * Source/cmake/OptionsWindows.cmake:
3685 Added some definitions.
3686 Removed /WX (warnings treated as error while compiling).
3687 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
3689 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
3691 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
3692 https://bugs.webkit.org/show_bug.cgi?id=135501
3694 Reviewed by Gyuyoung Kim.
3696 Use PROJECT_VERSION_MICRO instead.
3698 * Source/cmake/OptionsEfl.cmake:
3699 * Source/cmake/OptionsGTK.cmake:
3700 * Source/cmake/WebKitHelpers.cmake:
3702 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
3704 [EFL] Bump ewebkit version to 1.11
3705 https://bugs.webkit.org/show_bug.cgi?id=135487
3707 Reviewed by Gyuyoung Kim.
3709 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
3711 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3713 [EFL] Add support for building with Geoclue2.
3714 https://bugs.webkit.org/show_bug.cgi?id=135455
3716 Reviewed by Gyuyoung Kim.
3718 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
3721 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3723 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
3725 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3727 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3729 [GTK] Bump binary version for 2.6
3730 https://bugs.webkit.org/show_bug.cgi?id=133724
3732 Reviewed by Philippe Normand.
3734 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
3735 update library version numbers.
3737 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
3739 [CMake] Bump the minimum required version
3740 https://bugs.webkit.org/show_bug.cgi?id=135382
3742 Reviewed by Gyuyoung Kim.
3744 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
3745 we introduced usage of target_include_directories().
3747 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
3749 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
3750 https://bugs.webkit.org/show_bug.cgi?id=135376
3752 Reviewed by Gyuyoung Kim.
3754 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
3756 * Source/cmake/OptionsEfl.cmake:
3757 * Source/cmake/OptionsGTK.cmake:
3759 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3761 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3762 https://bugs.webkit.org/show_bug.cgi?id=135288
3764 Reviewed by Martin Robinson.
3766 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3767 datadir to pkgconfig
3768 * Source/cmake/OptionsGTK.cmake: define install directories early
3769 enough to be used in FindGObjectIntrospection.cmake
3771 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3773 Remove CSS_EXCLUSIONS compile flag and leftover code
3774 https://bugs.webkit.org/show_bug.cgi?id=135175
3776 Reviewed by Zoltan Horvath.
3778 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
3779 stubs. This removes the flag and the useless code.
3781 * Source/cmake/WebKitFeatures.cmake:
3782 * Source/cmakeconfig.h.cmake:
3784 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
3786 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
3787 https://bugs.webkit.org/show_bug.cgi?id=135114
3789 Fix build with GStreamer 1.4
3791 Reviewed by Philippe Normand.
3793 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
3794 gst-mpegts component instead of the unstable 1.3.x verstions.
3796 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3798 [GTK] Simplify make-dist command line arguments
3799 https://bugs.webkit.org/show_bug.cgi?id=134832
3801 Reviewed by Martin Robinson.
3803 * Source/PlatformGTK.cmake: Use --version instead of
3804 --tarball-root when running make-dist.py.
3806 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3808 Add a manual test for r135044
3810 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3812 Rubber-stamped by Andy Estes.
3814 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3816 2014-07-18 Dana Burkart <dburkart@apple.com>
3818 Add a new 'analyze' target to the makefile. This will make use of a new
3819 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3821 https://bugs.webkit.org/show_bug.cgi?id=135057
3822 <rdar://problem/10193187>
3824 Reviewed by David Kilzer.
3830 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3832 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3833 https://bugs.webkit.org/show_bug.cgi?id=134963
3835 Reviewed by Gyuyoung Kim.
3837 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3839 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3841 2014-07-14 Daniel Bates <dabates@apple.com>
3843 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3844 https://bugs.webkit.org/show_bug.cgi?id=134905
3845 <rdar://problem/16602779>
3847 Reviewed by Simon Fraser.
3849 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3850 on the tapped element when processing a touchend as a result of finger pressing and releasing
3851 on the same element that is initially positioned outside the visible content area.