1 2018-10-18 Fujii Hironori <Hironori.Fujii@sony.com>
3 [Win][Clang] Do not give -Wall to clang-cl because it is treated as -Weverything
4 https://bugs.webkit.org/show_bug.cgi?id=190514
6 Reviewed by Michael Catanzaro.
8 clang-cl maps /Wall and -Wall to -Weverything which reports tons
9 of compilation warnings. Do not give -Wall option to clang-cl.
11 Clang processes -Wall and -Wextra options differently than GCC.
12 Clang processes all warning options in left-to-right order, while
13 GCC processes -Wall and -Wextra options first. In order to get the
14 same effect in both compilers, -Wall and -Wextra should be
15 speficied before all -Wno-* options.
17 * Source/cmake/WebKitCompilerFlags.cmake: Put -Wall and -Wextra
18 options before all -Wno-* options.
19 * Source/cmake/OptionsMSVC.cmake: Prepend /W4 option, instead of
20 just replacing /W3 option.
22 2018-10-16 Philippe Normand <pnormand@igalia.com>
24 Unreviewed, GTK bots build fix
26 * Source/cmake/OptionsGTK.cmake: Disable Sandbox support until the
27 bots have all the needed dependencies installed.
29 2018-10-15 Justin Fan <justin_fan@apple.com>
31 Add WebGPU 2018 feature flag and experimental feature flag
32 https://bugs.webkit.org/show_bug.cgi?id=190509
34 Reviewed by Dean Jackson.
36 Update FeatureDefines for WebGPU -> WebMetal renaming, while preserving WebGPU
37 references for 2018 WebGPU Sketch implementation.
39 * Source/cmake/OptionsMac.cmake:
40 * Source/cmake/tools/vsprops/FeatureDefines.props:
41 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
43 2018-10-15 Christopher Reid <chris.reid@sony.com>
45 [Curl][WinCairo] Add Public Suffix support to WinCairo
46 https://bugs.webkit.org/show_bug.cgi?id=183060
48 Reviewed by Alex Christensen.
50 * Source/cmake/FindLibPSL.cmake: Added.
51 * Source/cmake/OptionsWin.cmake:
52 * Source/cmake/OptionsWinCairo.cmake:
54 2018-10-15 Michael Catanzaro <mcatanzaro@igalia.com>
56 Add new files missing from previous commit.
58 * Source/cmake/FindLibseccomp.cmake: Added.
60 2018-10-15 Patrick Griffis <pgriffis@igalia.com>
62 [GTK][WPE] Implement subprocess sandboxing
63 https://bugs.webkit.org/show_bug.cgi?id=188568
65 Reviewed by Michael Catanzaro.
67 Add ENABLE_BUBBLEWRAP_SANDBOX option for sandboxing.
69 * Source/cmake/FindLibseccomp.cmake: Added.
70 * Source/cmake/OptionsGTK.cmake:
71 * Source/cmake/WebKitFeatures.cmake:
73 2018-10-14 Yusuke Suzuki <yusukesuzuki@slowstart.org>
75 [JSC] Remove Option::useAsyncIterator
76 https://bugs.webkit.org/show_bug.cgi?id=190567
78 Reviewed by Saam Barati.
80 * Source/cmake/WebKitFeatures.cmake:
82 2018-10-08 Justin Fan <justin_fan@apple.com>
84 WebGPU: Rename old WebGPU prototype to WebMetal
85 https://bugs.webkit.org/show_bug.cgi?id=190325
87 Reviewed by Dean Jackson.
89 * Source/cmake/WebKitFeatures.cmake:
91 2018-10-02 Philippe Normand <pnormand@igalia.com>
93 [GStreamer][MSE] Ubuntu LTS build broken since r236409
94 https://bugs.webkit.org/show_bug.cgi?id=190036
96 Reviewed by Michael Catanzaro.
98 Interrupt the build if MSE is enabled but no supported (1.14)
99 GStreamer version was found.
101 * Source/cmake/GStreamerChecks.cmake:
103 2018-10-01 Caio Lima <ticaiolima@gmail.com>
105 'HAVE_PTHREAD_MAIN_NP' macro redefined warning when building --jsc-only on macOS
106 https://bugs.webkit.org/show_bug.cgi?id=190118
108 Reviewed by Yusuke Suzuki.
110 We define HAVE_PTHREAD_MAIN_NP in WTF/wtf/Platform.h when the OS is
111 Darwin. In such case, we don't need to check symbols for
112 pthread_main_np when generating build for this system.
114 * Source/cmake/OptionsCommon.cmake:
116 2018-09-28 Mike Gorse <mgorse@alum.wpi.edu>
118 cmake cannot run if python 2 isn't available
119 https://bugs.webkit.org/show_bug.cgi?id=190075
121 Reviewed by Michael Catanzaro.
123 * Source/cmake/WebKitCommon.cmake: Set Python_ADDITIONAL_VERSIONS
124 to 3, so that a python3 binary will be found.
126 2018-09-28 Yusuke Suzuki <yusukesuzuki@slowstart.org>
128 [WTF] Make isMainThread more reliable
129 https://bugs.webkit.org/show_bug.cgi?id=189880
131 Reviewed by Mark Lam.
133 * Source/cmake/OptionsCommon.cmake:
135 2018-09-21 Yusuke Suzuki <yusukesuzuki@slowstart.org>
137 [JSC] Enable LLInt ASM interpreter on X64 and ARM64 in non JIT configuration
138 https://bugs.webkit.org/show_bug.cgi?id=189778
140 Reviewed by Keith Miller.
142 ENABLE_SAMPLING_PROFILER does not depend on ENABLE_JIT now since it can be
143 used with LLInt ASM interpreter.
145 * Source/cmake/WebKitFeatures.cmake:
147 2018-09-21 Mike Gorse <mgorse@suse.com>
149 Build tools should work when the /usr/bin/python is python3
150 https://bugs.webkit.org/show_bug.cgi?id=156674
152 Reviewed by Michael Catanzaro.
154 * Source/cmake/WebKitCommon.cmake: Allow python 3.
156 2018-09-20 Carlos Garcia Campos <cgarcia@igalia.com>
158 Unreviewed. Update GTK+ library versions after r235362.
160 Project version number was updated without bumping the library versions too.
162 * Source/cmake/OptionsGTK.cmake:
164 2018-09-12 Dan Bernstein <mitz@apple.com>
166 Updated svn:ignore after r235381.
168 * .: Added LocalOverrides.xcconfig to svn:ignore.
170 2018-09-12 Dan Bernstein <mitz@apple.com>
172 Removed a couple of empty directories left behind after r235892.
174 * WPEWebCore: Removed.
175 * downstream-WebCore: Removed.
177 2018-09-10 Tim Horton <timothy_horton@apple.com>
179 Make it easier to build for SDK_VARIANT=iosmac
180 https://bugs.webkit.org/show_bug.cgi?id=189488
181 <rdar://problem/38254840>
183 Reviewed by Wenson Hsieh.
188 Set a variety of build flags (disable libwebrtc, tools, and set
189 SDK_VARIANT and WK_ALTERNATE_FRAMEWORKS_DIR).
191 2018-08-30 Don Olmstead <don.olmstead@sony.com>
193 [CMake] Replace AVFoundationSupport.py using CMake
194 https://bugs.webkit.org/show_bug.cgi?id=182891
196 Reviewed by Per Arne Vollan.
198 Adds CMake checks for AVFoundation support replacing the functionality
199 of AVFoundationSupport.py.
201 CMake is used to detect the symbols expected with the HAVE_* checks for
202 AVFoundation support. This involves creating source files that will be
203 built which verifies the presence of symbols. For Apple frameworks it
204 is customary to include the main framework file which includes the
205 other associated headers.
207 The check for HAVE_AVCFPLAYERITEM_CALLBACK_VERSION_2 involves looking
208 for an enumeration which a symbol check cannot detect. Instead a small
209 program is used which will compile and link when the version 2
210 enumeration is present.
212 * Source/cmake/OptionsAppleWin.cmake:
213 * Source/cmake/OptionsWin.cmake:
214 * Source/cmake/WebKitCommon.cmake:
215 * Source/cmake/WebKitFeatures.cmake:
217 2018-08-28 Don Olmstead <don.olmstead@sony.com>
219 [CMake] Use CMake's FindFreetype
220 https://bugs.webkit.org/show_bug.cgi?id=189071
222 Reviewed by Michael Catanzaro.
224 Use the builtin CMake functionality for finding Freetype.
226 * Source/cmake/FindFreetype2.cmake: Removed.
227 * Source/cmake/OptionsGTK.cmake:
228 * Source/cmake/OptionsWPE.cmake:
230 2018-08-27 Aditya Keerthi <akeerthi@apple.com>
232 Consolidate ENABLE_INPUT_TYPE_COLOR and ENABLE_INPUT_TYPE_COLOR_POPOVER
233 https://bugs.webkit.org/show_bug.cgi?id=188931
235 Reviewed by Wenson Hsieh.
237 * Source/cmake/OptionsMac.cmake: Removed ENABLE_INPUT_TYPE_COLOR_POPOVER.
238 * Source/cmake/WebKitFeatures.cmake: Removed ENABLE_INPUT_TYPE_COLOR_POPOVER.
240 2018-08-27 Keith Rollin <krollin@apple.com>
242 Build system support for LTO
243 https://bugs.webkit.org/show_bug.cgi?id=187785
244 <rdar://problem/42353132>
246 Reviewed by Dan Bernstein.
248 Add support for building WebKit with LTO (Link Time Optimization) on
249 macOS and iOS. Both variations are supported: "full" (which performs
250 all the optimizations it can regardless of the cost) and "thin" (which
251 sacrifices some optimizations in order to recover build time and
254 By default, LTO is disabled for Debug and Release builds, but is
255 enabled for Production builds. For Debug and Release builds, LTO is
256 controlled as follows:
258 - When using `make` from the command line, include
259 WK_LTO_MODE={none,thin,full}. For example, `make WK_LTO_MODE=full
260 release`. As when specifying debug/release, the LTO configuration
261 information is written to the WebKitBuild directory and is used as
262 the default on the next build if a new setting is not specified.
264 - When using `build-webkit`, include --lto-mode={none,thin,full} on
265 the command line. For example, `build-webkit --lto-mode=full ...`.
267 - When using Xcode, create a configuration file called
268 LocalOverrides.xcconfig at the root level of your WebKit checkout
269 directory. Include within it a line that says:
271 WK_LTO_MODE={none,thin,full}
277 Note that LocalOverrides.xcconfig is included in the .gitignore file,
278 so you won't accidentally check your changes into source control.
280 Enabling LTO can greatly increase build times, especially when using
281 "full" LTO with 32GB or RAM or less. Following is a table of full
282 build times for a Release build on a fully decked-out 2017 iMac Pro:
285 ----- ------- -------
287 Thin: 11m 44s 17m 30s
288 Full: 21m 39s 28m 56s
290 Incremental times are affected even more greatly. The actual
291 optimization and compilation of LLVM bitcode is moved to the link
292 phase, meaning that the link phase, which previously took only
293 seconds, can now take many minutes. It's for this reason that LTO is
294 not enabled in Debug and Release builds, since incremental builds are
295 an integral part of those configurations. However, using the
296 mechanisms described above, developers can perform optional LTO builds
297 if needed to track down build or runtime issues in that configuration.
299 * .gitignore: Include LocalOverrides.xcconfig.
300 * Makefile.shared: Add support for WK_LTO_MODE on the command line.
302 2018-08-27 Michael Catanzaro <mcatanzaro@igalia.com>
304 Unreviewed, bump WPE/GTK version numbers
306 We have a pkg-config dependency on 2.21.92 but trunk is stuck on 2.21.5. So bump the version
307 number to 2.23.0. It seems like a good version number to use until the next real release
310 * Source/cmake/OptionsGTK.cmake:
311 * Source/cmake/OptionsWPE.cmake:
313 2018-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
315 [CMake] Remove stale comment from WebKitFeatures.cmake
316 https://bugs.webkit.org/show_bug.cgi?id=188918
318 Reviewed by Fujii Hironori.
320 This comment at the top of WebKitFeatures.cmake is no longer accurate because feature defaults are no longer defined in FeatureList.pm (thank goodness!)
322 * Source/cmake/WebKitFeatures.cmake:
324 2018-08-23 Don Olmstead <don.olmstead@sony.com>
326 [CMake] Have checks are not getting set inside CMake properly
327 https://bugs.webkit.org/show_bug.cgi?id=188901
329 Reviewed by Michael Catanzaro.
331 Make sure the variable's value is sent to SET_AND_EXPOSE_TO_BUILD
332 within the WEBKIT_CHECK_HAVE_* macros.
334 * Source/cmake/WebKitFeatures.cmake:
336 2018-08-23 Don Olmstead <don.olmstead@sony.com>
338 [CMake] Add HAVE_MALLOC_TRIM definition
339 https://bugs.webkit.org/show_bug.cgi?id=188897
341 Reviewed by Konstantin Tokarev.
343 Add CMake check for malloc_trim.
345 * Source/cmake/OptionsCommon.cmake:
347 2018-08-22 Ross Kirsling <ross.kirsling@sony.com>
349 [MSVC] Stop disabling /O2 features.
350 https://bugs.webkit.org/show_bug.cgi?id=188811
352 Reviewed by Per Arne Vollan.
354 * Source/cmake/OptionsMSVC.cmake:
355 Don't disable /GF (string pooling) or /Gy (function-level linking).
357 2018-08-22 Alberto Garcia <berto@igalia.com>
359 Don't use WTF_CPU_MIPS when building for mips64
360 https://bugs.webkit.org/show_bug.cgi?id=188858
362 Reviewed by Michael Catanzaro.
364 * CMakeLists.txt: Use WTF_CPU_MIPS64 for this architecture.
366 2018-08-22 Zan Dobersek <zdobersek@igalia.com>
368 [CoordGraphics] Switch to Nicosia::CompositionLayer state tracking
369 https://bugs.webkit.org/show_bug.cgi?id=188693
371 Reviewed by Carlos Garcia Campos.
373 * Source/cmake/OptionsGTK.cmake: Enable USE_NICOSIA alongside
374 USE_COORDINATED_GRAPHICS and USE_COORDINATED_GRAPHICS_THREADED.
375 * Source/cmake/OptionsWPE.cmake: Ditto.
377 2018-08-21 Adrian Perez de Castro <aperez@igalia.com>
379 Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.91 release.
381 * Source/cmake/OptionsWPE.cmake: Bump version numbers.
383 2018-08-21 Adrian Perez de Castro <aperez@igalia.com>
385 [WPE] Update to use libwpe-1.0.0 and WPEBackend-fdo-1.0.0
386 https://bugs.webkit.org/show_bug.cgi?id=188782
388 Reviewed by Michael Catanzaro.
390 Make the build depend on wpe-0.2, and change the Flatpak and JHBuild development
391 environments to use version 1.0.0 of libwpe and WPEBackend-fdo.
393 * Source/cmake/FindWPE.cmake: Renamed from Source/cmake/FindWPEBackend.cmake and changed
394 to check for libwpe-0.2.
395 * Source/cmake/OptionsWPE.cmake: Adapt to the rename to FindWPE.cmake.
397 2018-08-18 Michael Catanzaro <mcatanzaro@igalia.com>
399 Adjust CMAKE_MODULE_LINKER_FLAGS for asan
400 https://bugs.webkit.org/show_bug.cgi?id=188699
402 Reviewed by Konstantin Tokarev.
404 * Source/cmake/WebKitCompilerFlags.cmake:
406 2018-07-30 Thibault Saunier <tsaunier@igalia.com>
408 [GStreamer] Make codecparsers optionnal
409 https://bugs.webkit.org/show_bug.cgi?id=188010
411 And avoid building libWebRTC if it won't be used. While there is no other
412 WebRTC backend, it makes no sense to expose an option.
414 Error out when WEBRTC or MEDIA_STREAM is enabled but GStreamer < 1.10
416 Reviewed by Alejandro G. Castro.
418 * Source/cmake/GStreamerChecks.cmake:
419 * Source/cmake/OptionsGTK.cmake:
420 * Source/cmake/OptionsWPE.cmake:
422 2018-07-26 Andy VanWagoner <andy@vanwagoner.family>
424 [INTL] Remove INTL sub-feature compile flags
425 https://bugs.webkit.org/show_bug.cgi?id=188081
427 Reviewed by Michael Catanzaro.
429 * Source/cmake/OptionsJSCOnly.cmake:
430 * Source/cmake/WebKitFeatures.cmake:
432 2018-07-24 Thibault Saunier <tsaunier@igalia.com>
434 [WPE][GTK] Implement PeerConnection API on top of libwebrtc
435 https://bugs.webkit.org/show_bug.cgi?id=186932
437 Reviewed by Philippe Normand.
439 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-codecparser as it needed for GStreamerVideoDecoder
441 2018-07-20 Carlos Garcia Campos <cgarcia@igalia.com>
443 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.5 release.
445 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
447 2018-07-19 Stephan Szabo <stephan.szabo@sony.com>
449 [WinCairo] Support DEVELOPER_MODE for allowing inspection of web inspector
450 https://bugs.webkit.org/show_bug.cgi?id=187786
452 Reviewed by Fujii Hironori.
454 * Source/cmake/OptionsWinCairo.cmake: Add ENABLE_DEVELOPER_MODE
455 to build when DEVELOPER_MODE is turned on at cmake time.
457 2018-07-18 Michael Catanzaro <mcatanzaro@igalia.com>
459 Switch CMake ports back to C++ 14
460 https://bugs.webkit.org/show_bug.cgi?id=187744
462 Reviewed by Ryosuke Niwa.
464 The XCode build is still not using C++ 17, it's been several months since CMake ports
465 switched, everything builds fine without changes if we switch back, and there have been some
466 unfixed problems. Let's go back to C++ 14 for now. We can switch back to C++ 17 whenever we
467 are ready to switch over XCode at the same time, to ensure we don't wind up with divergent
468 behavior for std::optional.
470 * Source/cmake/WebKitCompilerFlags.cmake:
472 2018-07-16 Ryosuke Niwa <rniwa@webkit.org>
474 Update ReadMe.md line 68
475 https://bugs.webkit.org/show_bug.cgi?id=187533
477 Reviewed by Wenson Hsieh.
481 2018-07-02 Adrian Perez de Castro <aperez@igalia.com>
483 [CMake] Use JOB_POOLS to avoid memory-hungry linker processes running at the same time
484 https://bugs.webkit.org/show_bug.cgi?id=187254
486 Reviewed by Michael Catanzaro.
488 * Source/cmake/WebKitCommon.cmake: Set the maximum number of
489 concurrent link processes using job pools (four for release builds,
490 two otherwise) to avoid running out of memory during builds.
492 2018-07-02 Ryosuke Niwa <rniwa@webkit.org>
494 Repository fix after r233427 and r233443.
498 2018-06-30 Adam Barth <abarth@webkit.org>
500 Port JavaScriptCore to OS(FUCHSIA)
501 https://bugs.webkit.org/show_bug.cgi?id=187223
503 Reviewed by Daniel Bates.
505 * Source/cmake/OptionsJSCOnly.cmake: Add back ICU.
507 2018-06-29 Ross Kirsling <ross.kirsling@sony.com>
509 [JSCOnly] Restore Windows build.
510 https://bugs.webkit.org/show_bug.cgi?id=187127
512 Reviewed by Michael Catanzaro.
514 * Source/cmake/OptionsJSCOnly.cmake:
515 Don't forget to set -DUCHAR_TYPE=wchar_t for ICU on Windows.
516 Use bin64/lib64 on Windows (for consistency with full WebKit build).
518 2018-06-28 Adam Barth <abarth@webkit.org>
520 Switch OS(FUCHSIA) to using JSCOnly
521 https://bugs.webkit.org/show_bug.cgi?id=187133
523 Reviewed by Yusuke Suzuki.
525 Rather than creating a Fuchsia port, OS(FUCHSIA) now uses the JSCOnly
528 * CMakeLists.txt: Set the WTF_OS_FUCHSIA flag
529 * Source/cmake/OptionsFuchsia.cmake: Removed.
530 * Source/cmake/OptionsJSCOnly.cmake: Temporarily disable ICU for
531 OS(FUCHSIA). We'll get ICU wired in, but I'd like to work through the
532 other compile errors first.
534 2018-06-27 Adam Barth <abarth@webkit.org>
536 Add Fuchsia support to build-jsc
537 https://bugs.webkit.org/show_bug.cgi?id=187086
539 Reviewed by Yusuke Suzuki.
541 Add Fuchsia port to cmake build system. After this patch, the build
542 errors out due to a missing sysroot.
545 * Source/cmake/OptionsFuchsia.cmake: Added.
547 2018-06-18 Zan Dobersek <zdobersek@igalia.com>
549 Unreviewed GTK+ gardening. Updating the WPT expectations by removing
550 failure expectations for 2dcontext tests covering CSS HSL/HSLA color
551 parsing and createImageBitmap() API that are nowadays passing.
553 * WebPlatformTests/gtk/TestExpectations.json:
555 2018-06-17 Michael Catanzaro <mcatanzaro@igalia.com>
557 [CMake] Automatically disable JIT and enable USE_SYSTEM_MALLOC on unfamiliar architectures
558 https://bugs.webkit.org/show_bug.cgi?id=186722
560 Reviewed by Darin Adler.
562 We know that the JSC JIT and bmalloc both work on only a limited set of architectures. In
563 Fedora, we have to manually disable these when building for s390x, ppc64, and ppc64le. But
564 it's really easy to do the right thing automatically, so we might as well.
566 * Source/cmake/WebKitFeatures.cmake:
568 2018-06-13 Thibault Saunier <tsaunier@igalia.com>
570 [WPE] Build getUserMedia support
571 https://bugs.webkit.org/show_bug.cgi?id=186547
573 Reviewed by Alejandro G. Castro.
575 * Source/cmake/OptionsWPE.cmake: Build MediaStream support
577 2018-06-12 Philippe Normand <pnormand@igalia.com>
579 [GStreamer] Bump required version to 1.8.3
580 https://bugs.webkit.org/show_bug.cgi?id=186558
582 Reviewed by Xabier Rodriguez-Calvar.
584 * Source/cmake/GStreamerChecks.cmake: Bump to 1.8.3 which is the
585 version shipped in the current Ubuntu LTS we support (16.04).
587 2018-06-12 Zan Dobersek <zdobersek@igalia.com>
589 Add run-web-platform-tests script
590 https://bugs.webkit.org/show_bug.cgi?id=183356
592 Reviewed by Carlos Alberto Lopez Perez.
594 Store port-specific test expectations and test manifest files for the
595 web-platform-tests test runs under the top-level WebPlatformTests
598 TestExpectations.json file lists all the failing or disabled tests
599 or subtests that are to be expected in the test run. This information is
600 parsed in the run-web-platform-tests script and used to build
601 test-specific metadata files (ending with .ini) inside a temporary
602 directory that is then used during the test run. JSON format is used to
603 follow the WebDriver test suite in how it manages expectations, and to
604 avoid having to manually manage .ini files for every deviant test case.
606 TestManifest.ini file is used to fine-tune which tests are to be enabled
607 by default. For the GTK+ port, we currently disable all tests by default
608 but then specifically enable tests under the 2dcontext and WebCryptoAPI
609 directories. This will allow for gradual enabling of further tests.
611 * WebPlatformTests/gtk/TestExpectations.json: Added.
612 * WebPlatformTests/gtk/TestManifest.ini: Added.
614 2018-06-11 Carlos Garcia Campos <cgarcia@igalia.com>
616 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.4 release.
618 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
620 2018-06-11 Michael Saboff <msaboff@apple.com>
622 JavaScriptCore: Disable 32-bit JIT on Windows
623 https://bugs.webkit.org/show_bug.cgi?id=185989
625 Reviewed by Mark Lam.
627 * Source/cmake/OptionsWin.cmake:
629 2018-06-10 Carlos Garcia Campos <cgarcia@igalia.com>
631 [WPE] Add a MiniBrowser and use it to run WebDriver tests
632 https://bugs.webkit.org/show_bug.cgi?id=186345
634 Reviewed by Žan Doberšek.
636 Add an option to enable building the MiniBrowser.
638 * Source/cmake/FindWaylandProtocols.cmake: Added.
639 * Source/cmake/OptionsWPE.cmake:
641 2018-06-06 Dan Bernstein <mitz@apple.com>
643 [Xcode] Opt out of the New Build System
644 https://bugs.webkit.org/show_bug.cgi?id=186380
646 Reviewed by Alexey Proskuryakov.
648 * WebKit.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: Use the Legacy Build System.
650 2018-06-06 Dan Bernstein <mitz@apple.com>
652 Check in a file created by the Xcode 10 beta.
654 * WebKit.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: Added.
656 2018-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
658 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.3 release.
660 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
662 2018-05-25 Adrian Perez de Castro <aperez@igalia.com>
664 Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.2 release.
666 * Source/cmake/OptionsWPE.cmake: Bump version numbers.
668 2018-05-22 Alberto Garcia <berto@igalia.com>
670 [CMake] Properly detect compiler flags, needed libs, and fallbacks for usage of 64-bit atomic operations
671 https://bugs.webkit.org/show_bug.cgi?id=182622
672 <rdar://problem/40292317>
674 Reviewed by Michael Catanzaro.
676 * Source/cmake/WebKitCompilerFlags.cmake:
677 Move the test to detect whether we need to link against libatomic
678 to a common CMake file so it can be used from both JavaScriptCore
681 2018-05-22 Michael Catanzaro <mcatanzaro@igalia.com>
683 Unreviewed, rolling out r231843.
689 "[CMake] Properly detect compiler flags, needed libs, and
690 fallbacks for usage of 64-bit atomic operations"
691 https://bugs.webkit.org/show_bug.cgi?id=182622
692 https://trac.webkit.org/changeset/231843
694 2018-05-21 Fujii Hironori <Hironori.Fujii@sony.com>
696 [WinCairo] Enable WebKit build by default
697 https://bugs.webkit.org/show_bug.cgi?id=185141
699 Reviewed by Per Arne Vollan.
701 * Source/cmake/OptionsWin.cmake: Disable
702 ENABLE_NETSCAPE_PLUGIN_API unconditionally for WinCairo port
703 because it builds both WK1 and WK2.
704 * Source/cmake/OptionsWinCairo.cmake: Turn ENABLE_WEBKIT on by default.
705 Remove BUILDING_WIN_CAIRO_WEBKIT macro.
707 2018-05-21 Carlos Garcia Campos <cgarcia@igalia.com>
709 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.2 release.
711 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
713 2018-05-17 Carlos Alberto Lopez Perez <clopez@igalia.com>
715 [WPE] Implement and enable FULLSCREEN_API
716 https://bugs.webkit.org/show_bug.cgi?id=185676
718 Reviewed by Žan Doberšek.
720 Remove the CMake option to disable this option for WPE.
721 This feature gets enabled now via Source/cmake/WebKitFeatures.cmake
723 * Source/cmake/OptionsWPE.cmake:
725 2018-05-16 Don Olmstead <don.olmstead@sony.com>
727 [WinCairo] Update WinCairoRequirements
728 https://bugs.webkit.org/show_bug.cgi?id=185700
730 Reviewed by Per Arne Vollan.
732 * Source/cmake/OptionsWinCairo.cmake:
734 2018-05-16 Andy VanWagoner <andy@vanwagoner.family>
736 Add support for Intl NumberFormat formatToParts
737 https://bugs.webkit.org/show_bug.cgi?id=185375
739 Reviewed by Yusuke Suzuki.
741 Add flag for NumberFormat formatToParts.
743 * Source/cmake/OptionsJSCOnly.cmake:
744 * Source/cmake/WebKitFeatures.cmake:
746 2018-05-14 Yusuke Suzuki <utatane.tea@gmail.com>
748 [Win] Use C++17 in MSVC
749 https://bugs.webkit.org/show_bug.cgi?id=185232
751 Reviewed by Alex Christensen.
753 Use /std:c++17 option.
755 * Source/cmake/OptionsMSVC.cmake:
757 2018-05-16 Alberto Garcia <berto@igalia.com>
759 [CMake] Properly detect compiler flags, needed libs, and fallbacks for usage of 64-bit atomic operations
760 https://bugs.webkit.org/show_bug.cgi?id=182622
762 Reviewed by Michael Catanzaro.
764 * Source/cmake/OptionsGTK.cmake:
765 * Source/cmake/OptionsJSCOnly.cmake:
766 * Source/cmake/OptionsWPE.cmake:
767 Enable THREADS_PREFER_PTHREAD_FLAG. This uses -pthread instead of
768 -lpthread, fixing the 64-bit RISC-V build of the GTK+ port due to
769 missing atomic primitives.
771 * Source/cmake/WebKitCompilerFlags.cmake:
772 Move the test to detect whether we need to link against libatomic
773 to a common CMake file so it can be used from both JavaScriptCore
776 2018-05-14 Zan Dobersek <zdobersek@igalia.com>
778 [GTK] REGRESSION(r231170) Build broken with Clang 5.0
779 https://bugs.webkit.org/show_bug.cgi?id=185198
781 Reviewed by Michael Catanzaro.
783 * Source/cmake/WebKitCompilerFlags.cmake: Fall back to the -std=c++1z
784 compiler flag if -std=c++17 is not supported. If that flag is not
785 supported either, bail with an error message.
787 2018-05-09 Jan Alexander Steffens <jan.steffens@gmail.com>
789 [GTK] gtk-doc installation subdir duplicated
790 https://bugs.webkit.org/show_bug.cgi?id=185468
792 Reviewed by Carlos Garcia Campos.
794 The GTK docs are installed into a duplicated subdir,
795 e.g. /usr/share/doc/gtk-doc/html/webkit2gtk-4.0/webkit2gtk-4.0.
797 * Source/PlatformGTK.cmake:
799 2018-05-09 Michael Catanzaro <mcatanzaro@igalia.com>
801 Unreviewed. Bump WPE soname for good measure.
803 * Source/cmake/OptionsWPE.cmake:
805 2018-05-09 Michael Catanzaro <mcatanzaro@igalia.com>
807 Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.1 release.
809 * Source/cmake/OptionsWPE.cmake: Bump version numbers.
811 2018-05-06 Yusuke Suzuki <utatane.tea@gmail.com>
813 [JSC][GTK][JSCONLY] Use capstone disassembler
814 https://bugs.webkit.org/show_bug.cgi?id=185283
816 Reviewed by Michael Catanzaro.
818 * Source/CMakeLists.txt:
819 * Source/cmake/FindLLVM.cmake: Removed.
820 * Source/cmake/OptionsCommon.cmake:
821 * Source/cmake/OptionsGTK.cmake:
822 * Source/cmake/OptionsJSCOnly.cmake:
823 * Source/cmake/OptionsWPE.cmake:
825 2018-05-08 Valerie R Young <valerie@bocoup.com>
827 test262/Runner.pm: create results dir for results of test262 run
828 https://bugs.webkit.org/show_bug.cgi?id=185392
830 Reviewed by Michael Saboff.
832 Remove reference to no longer existing files.
836 2018-05-07 Yusuke Suzuki <utatane.tea@gmail.com>
838 [JSCOnly] Enable Intl.PluralRules
839 https://bugs.webkit.org/show_bug.cgi?id=185359
841 Reviewed by Daniel Bates.
843 Enable Intl.PluralRules because JSCOnly port enables features aggressively.
845 * Source/cmake/OptionsJSCOnly.cmake:
847 2018-05-07 Don Olmstead <don.olmstead@sony.com>
849 [WinCairo] Disable plugin api when building modern WebKit
850 https://bugs.webkit.org/show_bug.cgi?id=185312
852 Reviewed by Michael Catanzaro.
854 * Source/cmake/OptionsWin.cmake:
856 2018-05-02 Valerie R Young <valerie@bocoup.com>
858 test262/Runner.pm: save summary to file
859 https://bugs.webkit.org/show_bug.cgi?id=185200
861 Reviewed by Michael Saboff.
865 2018-05-01 Leo Balter <leonardo.balter@gmail.com>
867 Auto save the results for Test262
868 https://bugs.webkit.org/show_bug.cgi?id=184926
870 Reviewed by Michael Saboff.
872 2018-05-01 Oleksandr Skachkov <gskachkov@gmail.com>
874 WebAssembly: add support for stream APIs - JavaScript API
875 https://bugs.webkit.org/show_bug.cgi?id=183442
877 Reviewed by Yusuke Suzuki and JF Bastien.
879 * Source/cmake/WebKitFeatures.cmake:
881 2018-04-30 JF Bastien <jfbastien@apple.com>
883 Use some C++17 features
884 https://bugs.webkit.org/show_bug.cgi?id=185135
886 Reviewed by Alex Christensen.
888 As discussed here [0] let's move WebKit to a subset of C++17. We
889 now require GCC 6 [1] which means that, according to [2] we can
890 use the following C++17 language features (I removed some
893 - New auto rules for direct-list-initialization
894 - static_assert with no message
895 - typename in a template template parameter
896 - Nested namespace definition
897 - Attributes for namespaces and enumerators
898 - u8 character literals
899 - Allow constant evaluation for all non-type template arguments
901 - Unary fold expressions and empty parameter packs
902 - __has_include in preprocessor conditional
903 - Differing begin and end types in range-based for
904 - Improving std::pair and std::tuple
906 Consult the Tony Tables [3] to see before / after examples.
908 Of course we can use any library feature if we're willing to
909 import them to WTF (and they don't require language support).
912 [0]: https://lists.webkit.org/pipermail/webkit-dev/2018-March/029922.html
913 [1]: https://trac.webkit.org/changeset/231152/webkit
914 [2]: https://en.cppreference.com/w/cpp/compiler_support
915 [3]: https://github.com/tvaneerd/cpp17_in_TTs/blob/master/ALL_IN_ONE.md
917 * Source/cmake/WebKitCompilerFlags.cmake:
919 2018-04-29 Michael Catanzaro <mcatanzaro@igalia.com>
921 [CMake] Require GCC 6
922 https://bugs.webkit.org/show_bug.cgi?id=184985
924 Reviewed by Alex Christensen.
930 2018-04-26 Daniel Bates <dabates@apple.com>
932 ASSERTION FAILED: ASSERT(!containsImage || MIMETypeRegistry::isSupportedImageResourceMIMEType([resource MIMEType])) in -[NSPasteboard(WebExtras) _web_writePromisedRTFDFromArchive:containsImage:]
933 https://bugs.webkit.org/show_bug.cgi?id=184161
934 <rdar://problem/39051645>
936 Reviewed by Dan Bernstein.
938 * ManualTests/DragInlinePDFImageDocument.html: Added.
939 * ManualTests/resources/simple.pdf: Added.
941 2018-04-26 Andy VanWagoner <thetalecrafter@gmail.com>
943 [INTL] Implement Intl.PluralRules
944 https://bugs.webkit.org/show_bug.cgi?id=184312
946 Reviewed by JF Bastien.
948 Added Intl.PluralRules feature flag.
950 * Source/cmake/WebKitFeatures.cmake:
952 2018-04-26 Zan Dobersek <zdobersek@igalia.com>
954 [GTK][WPE] Initial ASYNC_SCROLLING support
955 https://bugs.webkit.org/show_bug.cgi?id=184961
957 Reviewed by Carlos Garcia Campos.
959 * Source/cmake/OptionsGTK.cmake: Enable ASYNC_SCROLLING as a private option.
960 * Source/cmake/OptionsWPE.cmake: Ditto.
962 2018-04-25 Michael Catanzaro <mcatanzaro@igalia.com>
964 [WPE] Build and link against latest WPEBackend and WPEBackend-fdo
965 https://bugs.webkit.org/show_bug.cgi?id=184643
967 Reviewed by Žan Doberšek.
969 Update find modules to include the API versions.
971 * Source/cmake/FindWPEBackend-fdo.cmake:
972 * Source/cmake/FindWPEBackend.cmake:
974 2018-04-25 Michael Catanzaro <mcatanzaro@igalia.com>
976 [CMake] Some options should be marked as advanced
977 https://bugs.webkit.org/show_bug.cgi?id=184972
979 Reviewed by Konstantin Tokarev.
981 * Source/cmake/FindLibGcrypt.cmake:
982 * Source/cmake/FindWebP.cmake:
984 2018-04-25 Michael Catanzaro <mcatanzaro@igalia.com>
986 [GTK] Miscellaneous build cleanups
987 https://bugs.webkit.org/show_bug.cgi?id=184399
989 Reviewed by Žan Doberšek.
991 * Source/cmake/OptionsGTK.cmake:
993 2018-04-24 Leo Balter <leonardo.balter@gmail.com>
995 Land test262 test results associated with Test262 runner
996 https://bugs.webkit.org/show_bug.cgi?id=184667
998 Reviewed by Michael Saboff.
1000 * .gitignore: Ignore test262 results file.
1002 2018-04-24 Zan Dobersek <zdobersek@igalia.com>
1004 [WPE] Remove libgbm dependency
1005 https://bugs.webkit.org/show_bug.cgi?id=184906
1007 Reviewed by Carlos Garcia Campos.
1009 Remove the libgbm CMake search module. It's not necessary anymore
1012 * Source/cmake/FindLibGBM.cmake: Removed.
1014 2018-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1016 [GTK] check target looks broken
1017 https://bugs.webkit.org/show_bug.cgi?id=184407
1019 Reviewed by Carlos Garcia Campos.
1021 It's pretty clear that nobody has been using check for a long time.
1023 We got rid of check-for-webkitdom-api-breaks a long time ago, when we stopped autogenerating
1024 the DOM API, but it's still used in the check target. Fix this.
1026 Also, the check target for some reason runs itself from the Source subdirectory of the
1027 builddir, but the test script expects to be run from the toplevel build directory. Fix this
1030 Add VERBATIM for good measure.
1032 * Source/PlatformGTK.cmake:
1034 2018-04-20 Daniel Bates <dabates@apple.com>
1036 Unreviewed, rolling out r230117.
1038 Broke find-in-page for PDFs
1042 "ASSERTION FAILED: ASSERT(!containsImage ||
1043 MIMETypeRegistry::isSupportedImageResourceMIMEType([resource
1044 MIMEType])) in -[NSPasteboard(WebExtras)
1045 _web_writePromisedRTFDFromArchive:containsImage:]"
1046 https://bugs.webkit.org/show_bug.cgi?id=184161
1047 https://trac.webkit.org/changeset/230117
1049 2018-04-20 Carlos Garcia Campos <cgarcia@igalia.com>
1051 [GTK] Local cross references are broken in API documentation
1052 https://bugs.webkit.org/show_bug.cgi?id=184771
1054 Reviewed by Michael Catanzaro.
1056 Update the documentation html paths and install the JSC GLib API too.
1058 * Source/PlatformGTK.cmake:
1060 2018-04-18 Carlos Garcia Campos <cgarcia@igalia.com>
1062 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.1 release.
1064 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1066 2018-04-17 Zan Dobersek <zdobersek@igalia.com>
1068 [CMake] Add and enable the ENABLE_CSS_ANIMATIONS_LEVEL_2 feature define
1069 https://bugs.webkit.org/show_bug.cgi?id=184681
1071 Reviewed by Carlos Garcia Campos.
1073 * Source/cmake/WebKitFeatures.cmake: Add the ENABLE_CSS_ANIMATIONS_LEVEL_2
1074 feature define. Follow Cocoa ports and enable it by default.
1076 2018-04-15 Michael Catanzaro <mcatanzaro@igalia.com>
1078 [WPE] Install files needed for WebKitWebExtensions
1079 https://bugs.webkit.org/show_bug.cgi?id=179915
1081 Reviewed by Žan Doberšek.
1083 * Source/cmake/OptionsWPE.cmake:
1085 2018-04-12 Ryan Haddad <ryanhaddad@apple.com>
1087 Unreviewed, rolling out r230554.
1089 The non-ASCII character in the filename causes issues with SVN
1093 "input.webkitEntries does not work as expected when folder
1094 contains accented chars"
1095 https://bugs.webkit.org/show_bug.cgi?id=184517
1096 https://trac.webkit.org/changeset/230554
1098 2018-04-12 Zan Dobersek <zdobersek@igalia.com>
1100 [WPE] Switch testing process to using WPEBackend-fdo
1101 https://bugs.webkit.org/show_bug.cgi?id=184357
1103 Reviewed by Carlos Alberto Lopez Perez.
1105 * Source/cmake/FindWPEBackend-fdo.cmake: Renamed from Source/cmake/FindWPEBackend-mesa.cmake.
1107 2018-04-11 Thibault Saunier <tsaunier@igalia.com>
1109 [GStreamer] Use of playbin3 when USE_PLAYBIN3 environment variable is set
1110 https://bugs.webkit.org/show_bug.cgi?id=184498
1112 Reviewed by Philippe Normand.
1114 This is the same behaviour as with playbin itself.
1116 Make sure to keep using "playbin" for MediaSource.
1118 * Source/cmake/GStreamerDefinitions.cmake:
1120 2018-04-09 Michael Catanzaro <mcatanzaro@igalia.com>
1122 [WPE] Use GNU install directories
1123 https://bugs.webkit.org/show_bug.cgi?id=184377
1125 Reviewed by Carlos Garcia Campos.
1127 Notably, this means all the CMake arguments that distributors use to customize install
1128 directories (-DCMAKE_INSTALL_*DIR) will no longer be ignored.
1130 * Source/cmake/OptionsCommon.cmake:
1131 * Source/cmake/OptionsWPE.cmake:
1133 2018-04-08 Fujii Hironori <Hironori.Fujii@sony.com>
1135 [CMake] WebKit should link to WebCore as a PRIVATE library if WebCore is a static library
1136 https://bugs.webkit.org/show_bug.cgi?id=184127
1138 Reviewed by Konstantin Tokarev.
1140 Building TestWebKitLib on Windows causes a linkage error of
1141 multiply defined symbols because TestWebKitLib links to
1142 both WebCore and WebKit. TestWebKitLib explicitly links only with
1143 WebKit, But, WebCore is propagated because WebKit links WebCore as
1146 * Source/cmake/OptionsGTK.cmake (ADD_WHOLE_ARCHIVE_TO_LIBRARIES):
1147 Do not wrap PRIVATE and PUBLIC keywords with -Wl,--whole-archive.
1149 2018-04-08 Michael Catanzaro <mcatanzaro@igalia.com>
1151 [WPE][GTK] Remove applicationDirectoryPath() and sharedResourcePath()
1152 https://bugs.webkit.org/show_bug.cgi?id=184381
1154 Reviewed by Carlos Garcia Campos.
1156 * Source/cmake/OptionsGTK.cmake:
1157 * Source/cmake/OptionsWPE.cmake:
1159 2018-04-02 Per Arne Vollan <pvollan@apple.com>
1161 Remove references to internal version of WebKitQuartzCoreAdditions in CMake files.
1162 https://bugs.webkit.org/show_bug.cgi?id=184246
1163 <rdar://problem/39116563>
1165 Unreviewed build fix.
1167 * Source/PlatformWin.cmake:
1169 2018-04-02 Alejandro G. Castro <alex@igalia.com>
1171 [GTK] Make libwebrtc backend buildable for GTK port
1172 https://bugs.webkit.org/show_bug.cgi?id=178860
1174 Reviewed by Youenn Fablet.
1176 * Source/CMakeLists.txt: Add the libwebrtc directory to the compilation.
1177 * Source/cmake/OptionsGTK.cmake: Add the USE_LIBWEBRTC option to
1178 allow compilation of the specific code.
1180 2018-03-30 Daniel Bates <dabates@apple.com>
1182 ASSERTION FAILED: ASSERT(!containsImage || MIMETypeRegistry::isSupportedImageResourceMIMEType([resource MIMEType])) in -[NSPasteboard(WebExtras) _web_writePromisedRTFDFromArchive:containsImage:]
1183 https://bugs.webkit.org/show_bug.cgi?id=184161
1185 Reviewed by Per Arne Vollan.
1187 * ManualTests/DragInlinePDFImageDocument.html: Added.
1188 * ManualTests/resources/simple.pdf: Added.
1190 2018-03-28 Tim Horton <timothy_horton@apple.com>
1192 Make it possible to disable building the tools with Make
1193 https://bugs.webkit.org/show_bug.cgi?id=184109
1195 Reviewed by Simon Fraser.
1199 2018-03-25 Carlos Garcia Campos <cgarcia@igalia.com>
1201 [GTK][WPE] Add API to convert between DOM and JSCValue
1202 https://bugs.webkit.org/show_bug.cgi?id=183448
1204 Reviewed by Michael Catanzaro.
1206 Define FORWARDING_HEADERS_WPE_DOM_DIR.
1208 * Source/cmake/OptionsWPE.cmake:
1210 2018-03-22 Adrian Perez de Castro <aperez@igalia.com>
1212 [WPE] Enable WOFF2 support
1213 https://bugs.webkit.org/show_bug.cgi?id=178158
1215 Reviewed by Frédéric Wang.
1217 * Source/cmake/OptionsWPE.cmake: Add needed logic to detect the Brotli and WOFF2 libraries.
1219 2018-03-21 Carlos Garcia Campos <cgarcia@igalia.com>
1221 [GTK][WPE] Initial implementation of JavaScriptCore glib bindings
1222 https://bugs.webkit.org/show_bug.cgi?id=164061
1224 Reviewed by Michael Catanzaro.
1226 Set global variables used by the makefiles.
1228 * Source/cmake/OptionsGTK.cmake:
1229 * Source/cmake/OptionsWPE.cmake:
1231 2018-03-15 Ms2ger <Ms2ger@igalia.com>
1233 [GTK][WPE] Enable service workers
1234 https://bugs.webkit.org/show_bug.cgi?id=178576
1236 Reviewed by Žan Doberšek.
1238 * Source/cmake/OptionsGTK.cmake:
1239 * Source/cmake/OptionsWPE.cmake:
1241 2018-03-12 Yoav Weiss <yoav@yoav.ws>
1243 Runtime flag for link prefetch and remove link subresource.
1244 https://bugs.webkit.org/show_bug.cgi?id=183540
1246 Reviewed by Chris Dumez.
1248 Remove the LINK_PREFETCH build time flag.
1250 * Source/cmake/OptionsWin.cmake:
1251 * Source/cmake/WebKitFeatures.cmake:
1252 * Source/cmake/tools/vsprops/FeatureDefines.props:
1253 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
1255 2018-03-12 Zan Dobersek <zdobersek@igalia.com>
1257 Unreviewed. Unbreak the WPE layout testing that's been broken since
1258 r229470. Due to disassociation between ENABLE(ACCESSIBILITY) and
1259 HAVE(ACCESSIBILITY), the injected bundle for the WPE port was left with
1260 undefined symbols. This is fixed with ENABLE_ACCESSIBILITY being enabled
1261 for the WPE port as well.
1263 * Source/cmake/OptionsWPE.cmake:
1265 2018-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
1267 Unreviewed. Fix library version of JavaScriptCoreGTK.
1269 * Source/cmake/OptionsGTK.cmake:
1271 2018-03-09 Carlos Garcia Campos <cgarcia@igalia.com>
1273 Unreviewed. Bump WebKitGTK+ version to 2.21.0.
1275 * Source/cmake/OptionsGTK.cmake:
1277 2018-03-08 Tim Horton <timothy_horton@apple.com>
1279 Add a way to not build libwebrtc when building WebKit via Makefiles
1280 https://bugs.webkit.org/show_bug.cgi?id=183437
1281 <rdar://problem/38254840>
1283 Reviewed by Dan Bernstein.
1287 2018-03-05 Don Olmstead <don.olmstead@sony.com>
1289 [CMake] Split JSC header copying into public and private targets
1290 https://bugs.webkit.org/show_bug.cgi?id=183251
1292 Reviewed by Konstantin Tokarev.
1294 * Source/cmake/WebKitMacros.cmake:
1296 2018-03-02 Don Olmstead <don.olmstead@sony.com>
1298 Add clang-format configuration
1299 https://bugs.webkit.org/show_bug.cgi?id=183302
1301 Reviewed by Ryosuke Niwa.
1303 * .clang-format: Added.
1305 2018-03-01 Michael Catanzaro <mcatanzaro@igalia.com>
1307 [CMake] configure failure for aarch64
1308 https://bugs.webkit.org/show_bug.cgi?id=183268
1310 Unreviewed build fix. This failure is caused by a simple typo.
1312 * Source/cmake/OptionsCommon.cmake:
1314 2018-02-26 Yousuke Kimoto <yousuke.kimoto@sony.com>
1316 [WinCairo] WebKit2_C.h should be included for TestWebKit
1317 https://bugs.webkit.org/show_bug.cgi?id=182682
1319 Reviewed by Yusuke Suzuki.
1321 Added a new definition "BUILDING_WIN_CAIRO_WEBKIT" to specify
1322 the wincairo webkit build.
1324 * Source/cmake/OptionsWinCairo.cmake:
1326 2018-02-26 Fujii Hironori <Hironori.Fujii@sony.com>
1328 [CMake][OpenVR] Linkage errors happen because only OpenVR is compiled with -stdlib=libc++ if Clang is used
1329 https://bugs.webkit.org/show_bug.cgi?id=183116
1331 Reviewed by Žan Doberšek.
1333 OpenVR has a option USE_LIBCXX to enable/disable that behavior. Let's disable it.
1335 * Source/CMakeLists.txt: Added a option command for USE_LIBCXX to set OFF as default.
1337 2018-02-21 Don Olmstead <don.olmstead@sony.com>
1339 [CMake] Expose HAVE macros globally
1340 https://bugs.webkit.org/show_bug.cgi?id=183011
1342 Reviewed by Michael Catanzaro.
1344 * Source/cmake/OptionsCommon.cmake:
1345 * Source/cmake/WebKitFeatures.cmake:
1347 2018-02-21 Don Olmstead <don.olmstead@sony.com>
1349 [CMake][Win] Use cmakeconfig.h rather than config.h and Platform.h
1350 https://bugs.webkit.org/show_bug.cgi?id=182883
1352 Reviewed by Per Arne Vollan.
1354 * Source/cmake/OptionsAppleWin.cmake:
1355 * Source/cmake/OptionsWin.cmake:
1356 * Source/cmake/OptionsWinCairo.cmake:
1358 2018-02-21 Michael Catanzaro <mcatanzaro@igalia.com>
1360 [GTK] USE_UPOWER causes crashes inside a chroot or on systems with broken dbus/upower
1361 https://bugs.webkit.org/show_bug.cgi?id=181825
1363 Reviewed by Carlos Garcia Campos.
1365 Get rid of the upower-glib dependency. We will use upower's D-Bus API instead.
1367 * Source/cmake/FindUPowerGLib.cmake: Removed.
1368 * Source/cmake/OptionsGTK.cmake:
1370 2018-02-20 Adrian Perez de Castro <aperez@igalia.com>
1372 [GTK][CMake] Support building with Enchant 2.x
1373 https://bugs.webkit.org/show_bug.cgi?id=182933
1375 Reviewed by Michael Catanzaro.
1377 * Source/cmake/FindEnchant.cmake: Check for both the "enchant" and "enchant-2"
1378 pkg-config components, picking the first available for which the headers and
1381 2018-02-19 Philippe Normand <pnormand@igalia.com>
1383 [GStreamer] Playbin3 support
1384 https://bugs.webkit.org/show_bug.cgi?id=182530
1386 Reviewed by Xabier Rodriguez-Calvar.
1388 * Source/cmake/GStreamerDefinitions.cmake: New
1389 USE(GSTREAMER_PLAYBIN3) feature. This should be enabled only for
1390 very recent versions of GStreamer (1.14 at least) and is optional, for now.
1392 2018-02-18 Philippe Normand <pnormand@igalia.com>
1394 [GTK][WPE] Fullscreen video is broken
1395 https://bugs.webkit.org/show_bug.cgi?id=182740
1397 Reviewed by Michael Catanzaro.
1399 * Source/cmake/WebKitFeatures.cmake: Enable the
1400 VIDEO_USES_ELEMENT_FULLSCREEN feature on CMake ports.
1402 2018-02-16 Dean Jackson <dino@apple.com>
1404 Use OPENGL macros to be more clear about which OpenGL/ES WebGL uses on Cocoa
1405 https://bugs.webkit.org/show_bug.cgi?id=182894
1407 Reviewed by Tim Horton.
1409 Rename OPENGL_ES_2 to OPENGL_ES.
1411 * Source/cmake/OptionsGTK.cmake:
1412 * Source/cmake/OptionsWPE.cmake:
1414 2018-02-09 Ross Kirsling <ross.kirsling@sony.com>
1416 Simplify .gitignore's WebKitLibraries/win section.
1417 https://bugs.webkit.org/show_bug.cgi?id=182618
1419 Reviewed by Per Arne Vollan.
1421 We need to update this section for WinCairoRequirements regardless, but
1422 it never needed to be this longwinded in the first place.
1426 2018-02-08 Fujii Hironori <Hironori.Fujii@sony.com>
1428 [Meta][Win] Support ICU 59.1+
1429 https://bugs.webkit.org/show_bug.cgi?id=181004
1431 Reviewed by Alex Christensen.
1433 ICU 59 changed the type of UChar from wchar_t to char16_t on
1434 Windows. We need a lot of conversions between UChar* and wchar_t*
1435 to call Windows API because it takes string as wchar_t*.
1437 Fortunately, ICU is configurable to define UChar as wchar_t as
1438 well as the prior ICU.
1439 <http://icu-project.org/apiref/icu4c/umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac>
1441 * Source/cmake/OptionsWin.cmake: Add a compile option -DUCHAR_TYPE=wchar_t.
1443 2018-02-08 Michael Catanzaro <mcatanzaro@igalia.com>
1445 Unreviewed, switch -pthread to -lpthread per recommendation from Adrian
1446 https://bugs.webkit.org/show_bug.cgi?id=182400
1447 <rdar://problem/37252242>
1449 This is tested and works fine.
1451 * Source/cmake/WebKitCompilerFlags.cmake:
1453 2018-02-05 Yousuke Kimoto <yousuke.kimoto@sony.com>
1455 [WinCairo] Refine WebKitLegacy and WebKit build for wincairo
1456 https://bugs.webkit.org/show_bug.cgi?id=182478
1458 Reviewed by Alex Christensen.
1460 * Source/cmake/OptionsWinCairo.cmake: Added a ENABLE_WIN_CAIRO_WEBKIT option to build webkit for wincairo.
1462 2018-02-05 Michael Catanzaro <mcatanzaro@igalia.com>
1464 Unreviewed, fix build using the new ENABLE_ADDRESS_SANITIZER option
1465 https://bugs.webkit.org/show_bug.cgi?id=182400
1466 <rdar://problem/37252242>
1468 I failed to properly test a last-minute change.
1470 * Source/cmake/WebKitCompilerFlags.cmake:
1472 2018-02-05 Michael Catanzaro <mcatanzaro@igalia.com>
1474 [CMake] Add ENABLE_ADDRESS_SANITIZER to make it easier to build with asan support
1475 https://bugs.webkit.org/show_bug.cgi?id=182400
1477 Reviewed by Konstantin Tokarev.
1479 * Source/cmake/OptionsGTK.cmake:
1480 * Source/cmake/WebKitCompilerFlags.cmake:
1482 2018-01-31 Michael Catanzaro <mcatanzaro@igalia.com>
1485 https://bugs.webkit.org/show_bug.cgi?id=182314
1487 Reviewed by Alex Christensen.
1489 Add download link for Epiphany Technology Preview. Improve build instructions for GTK. Add
1490 build instructions for WPE. Add instructions to run MiniBrowser on Linux. Miscellaneous
1491 typographical adjustments.
1495 2018-01-30 Sergio Villar Senin <svillar@igalia.com>
1497 [WebVR][GTK][WPE] Exclude OpenVR from tarballs
1498 https://bugs.webkit.org/show_bug.cgi?id=182284
1500 Reviewed by Michael Catanzaro.
1502 Added private build options for USE_OPENVR.
1504 * Source/cmake/OptionsGTK.cmake:
1505 * Source/cmake/OptionsWPE.cmake:
1507 2018-01-30 Basuke Suzuki <Basuke.Suzuki@sony.com>
1509 [WinCairo] Fix forwarding header conflict of WebKit on WinCairo
1510 https://bugs.webkit.org/show_bug.cgi?id=177202
1512 Reviewed by Alex Christensen.
1514 * Source/cmake/WebKitMacros.cmake:
1516 2018-01-29 Jiewen Tan <jiewen_tan@apple.com>
1518 [WebAuthN] Add a compile-time feature flag
1519 https://bugs.webkit.org/show_bug.cgi?id=182211
1520 <rdar://problem/36936365>
1522 Reviewed by Brent Fulgham.
1524 * Source/cmake/WebKitFeatures.cmake:
1525 * Source/cmake/tools/vsprops/FeatureDefines.props:
1526 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
1528 2018-01-18 Sergio Villar Senin <svillar@igalia.com>
1530 [WebVR] Add OpenVR to the tree and to the build
1531 https://bugs.webkit.org/show_bug.cgi?id=177298
1533 Reviewed by Žan Doberšek.
1535 * Source/CMakeLists.txt:
1536 * Source/cmake/OptionsGTK.cmake: Enable USE_OPENVR.
1537 * Source/cmake/OptionsWPE.cmake: Ditto.
1539 2018-01-18 Dan Bernstein <mitz@apple.com>
1541 [Xcode] Shared schemes in the WebKit workspace still have build pre-actions that invoke copy-webkitlibraries-to-product-directory
1542 https://bugs.webkit.org/show_bug.cgi?id=181784
1544 Reviewed by Anders Carlsson.
1546 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Remove the build pre-action.
1547 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Ditto.
1549 2018-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
1551 WEBKIT_FRAMEWORK should not modify file-global include directories
1552 https://bugs.webkit.org/show_bug.cgi?id=181656
1554 Reviewed by Konstantin Tokarev.
1556 Only modify the system include directories of the target passed to WEBKIT_FRAMEWORK.
1558 * Source/cmake/WebKitMacros.cmake:
1560 2018-01-17 Carlos Garcia Campos <cgarcia@igalia.com>
1562 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.6 release.
1564 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1566 2018-01-15 Michael Catanzaro <mcatanzaro@igalia.com>
1568 REGRESSION(r226266): [GTK] RELEASE_ASSERT(reservedZoneSize >= minimumReservedZoneSize) in JSC::VM::updateStackLimits
1569 https://bugs.webkit.org/show_bug.cgi?id=181438
1570 <rdar://problem/36376724>
1572 Reviewed by Carlos Garcia Campos.
1574 Build JSC as a shared library.
1576 Stop using -fvisibility=hidden. This is a shame, but it is causing problems that I don't
1579 * Source/cmake/OptionsGTK.cmake:
1580 * Source/cmake/WebKitCompilerFlags.cmake:
1582 2018-01-11 Keith Miller <keith_miller@apple.com>
1584 Rename ENABLE_ASYNC_ITERATION to ENABLE_JS_ASYNC_ITERATION
1585 https://bugs.webkit.org/show_bug.cgi?id=181573
1587 Reviewed by Simon Fraser.
1589 * Source/cmake/WebKitFeatures.cmake:
1591 2018-01-10 Per Arne Vollan <pvollan@apple.com>
1593 [Win] WebKitLegacy should be a dll, not a static library.
1594 https://bugs.webkit.org/show_bug.cgi?id=181500
1596 Reviewed by Alex Christensen.
1598 Set WebKitLegacy library type to shared.
1600 * Source/cmake/OptionsWin.cmake:
1602 2018-01-09 Carlos Garcia Campos <cgarcia@igalia.com>
1604 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.5 release.
1606 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1608 2018-01-09 Carlos Garcia Campos <cgarcia@igalia.com>
1610 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.4 release.
1612 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1614 2018-01-05 Fujii Hironori <Hironori.Fujii@sony.com>
1616 REGRESSION(r226306)[Win][CMake] Unnecessary recompilations triggered by unconditionally copied header files of DerivedSources
1617 https://bugs.webkit.org/show_bug.cgi?id=181324
1619 Reviewed by Konstantin Tokarev.
1621 r226306 changed to use cmake -E copy to copy header files of
1622 DerivedSources. This command copies files unconditionally, then
1623 introduced unnecessary recompilations.
1625 * Source/cmake/WebKitMacros.cmake: Use copy_if_different instead of copy.
1627 2018-01-03 Ting-Wei Lan <lantw44@gmail.com>
1629 Replace hard-coded paths in shebangs with #!/usr/bin/env
1630 https://bugs.webkit.org/show_bug.cgi?id=181040
1632 Reviewed by Alex Christensen.
1634 * Source/cmake/tools/scripts/auto-version.pl:
1635 * Source/cmake/tools/scripts/feature-defines.pl:
1636 * Source/cmake/tools/scripts/version-stamp.pl:
1638 == Rolled over to ChangeLog-2018-01-01 ==