1 2016-10-10 Commit Queue <commit-queue@webkit.org>
3 Unreviewed, rolling out r206972.
4 https://bugs.webkit.org/show_bug.cgi?id=163227
6 Making EWS flaky (Requested by bfulgham_ on #webkit).
10 "[CMake] CMake does not support the dep files for implicit
12 https://bugs.webkit.org/show_bug.cgi?id=161433
13 http://trac.webkit.org/changeset/206972
15 2016-10-09 Fujii Hironori <Hironori.Fujii@sony.com>
17 [CMake] CMake does not support the dep files for implicit dependency
18 https://bugs.webkit.org/show_bug.cgi?id=161433
20 Reviewed by Brent Fulgham.
22 Created a Perl script to generate all IDL bindings for CMake.
23 This script can regenerate outdated bindings by based on the
24 supplemental dependency and dep files created by
25 '--write-dependencies' switch of generate-bindings.pl.
27 add_custom_target is used to invoke the script instead of
28 add_custom_command because Ninja deletes all output files before
29 executing the command in case of add_custom_command.
31 USES_TERMINAL option of add_custom_target has two effects:
32 1) Not buffering output of the command
33 2) Invoking the command in the special Ninja pool which inhibits parallel build
34 One needs to use CMake 3.2 or later to enable this feature.
36 * Source/cmake/WebKitMacros.cmake (GENERATE_BINDINGS): Included
37 ProcessorCount. Added a new argument 'target'. Use
38 add_custom_target instead of add_custom_command. Invoke the new
41 2016-10-07 Fujii Hironori <Hironori.Fujii@sony.com>
43 Use 'use lib $FindBin::Bin' to append Perl module include path
44 https://bugs.webkit.org/show_bug.cgi?id=162256
46 Reviewed by Carlos Garcia Campos.
48 * Source/cmake/WebKitMacros.cmake: Removed '-I' options from
51 2016-10-06 Brent Fulgham <bfulgham@apple.com>
53 [Win][Direct2D] Add Direct2D CMake rules
54 https://bugs.webkit.org/show_bug.cgi?id=162925
56 Reviewed by Brent Fulgham.
58 * Source/cmake/OptionsAppleWin.cmake: Add a new 'USE_DIRECT2D' option
59 flag for the build. Currently this is commented out and is unused.
61 2016-10-05 Zan Dobersek <zdobersek@igalia.com>
63 Rename ENABLE_ENCRYPTED_MEDIA_V2 to ENABLE_LEGACY_ENCRYPTED_MEDIA
64 https://bugs.webkit.org/show_bug.cgi?id=162903
66 Reviewed by Alex Christensen.
68 Rename build guards for the remaining implementation of the legacy EME API
69 to ENABLE_LEGACY_ENCRYPTED_MEDIA. This will allow for the future implementation
70 of the near-finished API to be guarded with the simple ENABLE_ENCRYPTED_MEDIA guards.
72 * Source/cmake/OptionsEfl.cmake:
73 * Source/cmake/OptionsMac.cmake:
74 * Source/cmake/OptionsWin.cmake:
75 * Source/cmake/WebKitFeatures.cmake:
76 * Source/cmake/tools/vsprops/FeatureDefines.props:
77 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
79 2016-10-03 Carlos Garcia Campos <cgarcia@igalia.com>
81 [SOUP] Cleanup persistent credential storage code
82 https://bugs.webkit.org/show_bug.cgi?id=162777
84 Reviewed by Alex Christensen.
86 Remove ENABLE(CREDENTIAL_STORAGE) build flag and replace it by USE(LIBSECRET).
88 * Source/cmake/OptionsGTK.cmake:
89 * Source/cmake/WebKitFeatures.cmake:
91 2016-09-29 Aaron Chu <aaron_chu@apple.com>
93 Web Inspector: AXI: linkified refs to #document and #text are not usually navigable nodes; consider delinkifying them
94 https://bugs.webkit.org/show_bug.cgi?id=130600
95 <rdar://problem/16391333>
97 Reviewed by Brian Burg.
99 Added a manual test to test the node links in the Accessibility Inspector
100 https://bugs.webkit.org/show_bug.cgi?id=130600
102 * ManualTests/accessibility/delinkified-non-navigable-links.html: Added.
104 2016-09-28 Michael Catanzaro <mcatanzaro@igalia.com>
106 [GTK] Remove obsolete comment from OptionsGTK.cmake
107 https://bugs.webkit.org/show_bug.cgi?id=162622
109 Reviewed by Alex Christensen.
111 * Source/cmake/OptionsGTK.cmake:
113 2016-09-28 Yusuke Suzuki <utatane.tea@gmail.com>
115 Unreviewed, build fix for several CMake ports after r206440
117 * Source/cmake/OptionsEfl.cmake:
118 * Source/cmake/OptionsMac.cmake:
119 * Source/cmake/WebKitFeatures.cmake:
121 2016-09-27 Don Olmstead <don.olmstead@am.sony.com>
123 [CMake] Add HAVE_LOCALTIME_R definition
124 https://bugs.webkit.org/show_bug.cgi?id=162636
126 Reviewed by Alex Christensen.
128 * Source/cmake/OptionsCommon.cmake:
130 2016-09-27 Don Olmstead <don.olmstead@am.sony.com>
132 [CMake] Use CMake to determine HAVE_* defines
133 https://bugs.webkit.org/show_bug.cgi?id=162368
135 Reviewed by Alex Christensen.
137 * Source/cmake/OptionsCommon.cmake:
139 2016-09-27 Konstantin Tokarev <annulen@yandex.ru>
141 [cmake] Simplify Clang checks and prepare for compiler ID split
142 https://bugs.webkit.org/show_bug.cgi?id=162609
144 Reviewed by Michael Catanzaro.
146 CMake 3.x introduces separate compiler id for AppleClang, making condition
147 (${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang") inappropriate as check for
148 any clang version. Introduce COMPILER_IS_CLANG instead, which is also
149 shorter that CMAKE_CXX_COMPILER_ID comparison.
152 * Source/cmake/OptionsCommon.cmake:
153 * Source/cmake/WebKitHelpers.cmake:
154 * Source/cmake/OptionsEfl.cmake: Use CMAKE_COMPILER_IS_GNUCXX instead of
155 !Clang check because this is what was really meant here.
157 2016-09-27 Konstantin Tokarev <annulen@yandex.ru>
159 [cmake] Added COMPILER_IS_GCC_OR_CLANG variable to simplify conditions.
160 https://bugs.webkit.org/show_bug.cgi?id=162605
162 Reviewed by Michael Catanzaro.
165 * Source/cmake/OptionsCommon.cmake:
166 * Source/cmake/WebKitHelpers.cmake:
168 2016-09-26 Daniel Bates <dabates@apple.com>
170 Rename IOS_TEXT_AUTOSIZING to TEXT_AUTOSIZING
171 https://bugs.webkit.org/show_bug.cgi?id=162365
173 Reviewed by Simon Fraser.
175 * Source/cmake/OptionsMac.cmake:
176 * Source/cmake/WebKitFeatures.cmake: Substitute ENABLE_TEXT_AUTOSIZING for ENABLE_IOS_TEXT_AUTOSIZING,
177 update the description of this feature to better describe what it does and re-order the define in the
178 list of defines such that it is in sorted order.
180 2016-09-26 Konstantin Tokarev <annulen@yandex.ru>
182 [cmake] Added an option to disable thin archives when they are undesirable.
183 https://bugs.webkit.org/show_bug.cgi?id=162561
185 Reviewed by Michael Catanzaro.
187 * Source/cmake/OptionsCommon.cmake: Added USE_THIN_ARCHIVES option.
189 2016-09-23 Caitlin Potter <caitp@igalia.com>
191 [JSC] Implement parsing of Async Functions
192 https://bugs.webkit.org/show_bug.cgi?id=161409
194 Reviewed by Yusuke Suzuki.
196 * Source/cmake/WebKitFeatures.cmake:
198 2016-09-22 Daniel Bates <dabates@apple.com>
200 Remove more ENABLE(TEXT_AUTOSIZING) code
201 https://bugs.webkit.org/show_bug.cgi?id=162456
203 Reviewed by Simon Fraser.
205 * Source/cmake/tools/vsprops/FeatureDefines.props:
206 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
208 2016-09-20 Don Olmstead <don.olmstead@am.sony.com>
210 [WinCairo] Use find_package cairo in build
211 https://bugs.webkit.org/show_bug.cgi?id=162239
213 Reviewed by Alex Christensen.
215 * Source/cmake/FindCairo.cmake:
216 * Source/cmake/OptionsWinCairo.cmake:
218 2016-09-19 Daniel Bates <dabates@apple.com>
220 Remove ENABLE(TEXT_AUTOSIZING) automatic text size adjustment code
221 https://bugs.webkit.org/show_bug.cgi?id=162167
223 Reviewed by Simon Fraser.
225 * Source/cmake/OptionsMac.cmake:
226 * Source/cmake/OptionsWin.cmake:
227 * Source/cmake/WebKitFeatures.cmake:
229 2016-09-19 Michael Catanzaro <mcatanzaro@igalia.com>
231 [GTK] Make ENABLE_THREADED_COMPOSITOR a public option
232 https://bugs.webkit.org/show_bug.cgi?id=162148
234 Reviewed by Carlos Garcia Campos.
236 * Source/cmake/OptionsGTK.cmake:
238 2016-09-18 Gyuyoung Kim <gyuyoung.kim@navercorp.com>
240 [EFL] Bump efl library to 1.18.1
241 https://bugs.webkit.org/show_bug.cgi?id=162120
243 Reviewed by Michael Catanzaro.
245 * Source/cmake/OptionsEfl.cmake: Use efl-1.18.1 instead of 1.18.
247 2016-09-16 Carlos Garcia Campos <cgarcia@igalia.com>
249 [CMake] Build broken with current debian testing
250 https://bugs.webkit.org/show_bug.cgi?id=162054
252 Reviewed by Žan Doberšek.
254 Building WTR bindings is broken now in Debian testing. The reason is that '.' is no longer included in @INC for
255 perl, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588017 and
256 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1238.
258 * Source/cmake/WebKitMacros.cmake(GENERATE_BINDINGS): Pass also the given BASE_DIR to perl executable so that it
259 can find modules in the current directory even if '.' is not in @INC. Also include generators in BASE_DIR to the
260 list of dependencies.
262 2016-09-15 Fujii Hironori <Hironori.Fujii@sony.com>
264 [CMake] Refactor GENERATE_BINDINGS
265 https://bugs.webkit.org/show_bug.cgi?id=161854
267 Reviewed by Gyuyoung Kim.
269 * Source/cmake/WebKitMacros.cmake(GENERATE_BINDINGS): Use
270 CMakeParseArguments for argument parsing. Defined as a function
271 instread of a macro because function has its own variable scope.
272 Wrapped both preprocess-idls.pl and generate-bindings.pl scripts.
273 Downcased local variables COMMON_GENERATOR_DEPENDENCIES and
274 BINDING_GENERATOR. Generate idl_files.tmp. Removed arguments
275 _prefix and _extension because they are always JS and cpp now.
277 2016-09-08 Carlos Alberto Lopez Perez <clopez@igalia.com>
279 [CMake] Build failure with GCC 6 (fatal error: stdlib.h: No such file or directory)
280 https://bugs.webkit.org/show_bug.cgi?id=161697
282 Reviewed by Michael Catanzaro.
284 Get the list of system includes from GCC and add it to the CMake
285 list of implicit includes. This way, CMake will filter any of this
286 directories from the list of includes when calling the compiler.
288 This avoids an issue with GCC 6 that causes build failures when
289 including the default include path as a system include (-isystem).
291 * Source/cmake/OptionsCommon.cmake:
293 2016-09-07 Michael Catanzaro <mcatanzaro@igalia.com>
295 [EFL] Switch to ENABLE_NETWORK_CACHE
296 https://bugs.webkit.org/show_bug.cgi?id=152676
298 Reviewed by Alex Christensen.
300 Build with -Wno-error=missing-field-initializers to avoid spurious build failures.
302 * Source/cmake/OptionsEfl.cmake:
304 2016-09-07 Youenn Fablet <youenn@apple.com>
306 [Streams API] Separate compile flag for ReadableStream and WritableStream
307 https://bugs.webkit.org/show_bug.cgi?id=161044
309 Reviewed by Alex Christensen.
311 Moving from STREAMS_API to READABLESTREAM_API and WRITABLESTREAM_API compilation flags.
313 * Source/cmake/OptionsWin.cmake:
314 * Source/cmake/WebKitFeatures.cmake:
315 * Source/cmake/tools/vsprops/FeatureDefines.props:
317 2016-09-06 Fujii Hironori <Hironori.Fujii@sony.com>
319 [CMake] Decouple generating bindings of WebCore and WebCoreTestSupport
320 https://bugs.webkit.org/show_bug.cgi?id=161474
322 Generating bindings of WebCore and WebCoreTestSupport shares a
323 single supplementalDependencyFile. But, nothing supplements any
324 IDL of WebCoreTestSupport. This introduces unnecessary
327 Reviewed by Alex Christensen.
329 * Source/cmake/WebKitMacros.cmake:
330 (GENERATE_BINDINGS): Clear uninitialized variables before
331 use. This causes a problem in the second time of calling
334 2016-09-04 Commit Queue <commit-queue@webkit.org>
336 Unreviewed, rolling out r205415.
337 https://bugs.webkit.org/show_bug.cgi?id=161573
339 Many bots see inspector test failures, rolling out now and
340 investigating later. (Requested by brrian on #webkit).
344 "Web Inspector: unify Main.html and Test.html sources and
345 generate different copies with the preprocessor"
346 https://bugs.webkit.org/show_bug.cgi?id=161212
347 http://trac.webkit.org/changeset/205415
349 2016-09-01 Brian Burg <bburg@apple.com>
351 Web Inspector: unify Main.html and Test.html sources and generate different copies with the preprocessor
352 https://bugs.webkit.org/show_bug.cgi?id=161212
353 <rdar://problem/28017961>
355 Reviewed by Joseph Pecoraro.
357 Rearrange some CMake rules so most Inspector UI work is done in WebInspectorUI.
359 * Source/CMakeLists.txt: Add 'WebInspectorUI' subdirectory.
360 * Source/PlatformEfl.cmake:
361 - Move the rule to copy InspectorBackendCommands.js into WebInspectorUI/CMakeLists.txt.
362 - Add a FIXME to use the cross-port list of Inspector resources instead of copying everything.
363 - Add new dependency so generated WebInspectorUI files are made by web-inspector-resources.
364 - Copy over generated files Main.html and Test.html.
366 * Source/PlatformWin.cmake:
367 - Add a FIXME to use the cross-port list of Inspector resources instead of copying everything.
368 - Add new dependency so generated WebInspectorUI files are made by web-inspector-resources.
369 - Copy over generated files Main.html and Test.html.
371 * Source/cmake/WebKitFS.cmake:
372 - Set up WEBINSPECTORUI_DIR and use it.
373 - Move directory creation commands here from JavaScriptCore.
375 * Source/cmake/WebKitMacros.cmake:
376 Add a helper to turn a CMake list into a space-delimited string of elements.
378 2016-09-01 Brian Burg <bburg@apple.com>
380 Update root .gitignore for latest WebKitLibraries
381 https://bugs.webkit.org/show_bug.cgi?id=161501
383 Reviewed by Alex Christensen.
387 2016-08-31 Carlos Garcia Campos <cgarcia@igalia.com>
389 [GTK] Move GObject DOM bindings to WebKit2 layer and stop auto generating them
390 https://bugs.webkit.org/show_bug.cgi?id=161438
392 Reviewed by Michael Catanzaro.
394 * Source/PlatformGTK.cmake:
395 * Source/cmake/OptionsGTK.cmake:
397 2016-08-31 Carlos Garcia Campos <cgarcia@igalia.com>
399 Unreviewed. Bump GTK+ versions numbers.
401 * Source/cmake/OptionsGTK.cmake:
403 2016-08-30 Philippe Normand <pnormand@igalia.com>
405 [GStreamer] bump required version to 1.2.3
406 https://bugs.webkit.org/show_bug.cgi?id=159667
408 Reviewed by Xabier Rodriguez Calvar.
410 * Source/cmake/OptionsEfl.cmake:
411 * Source/cmake/OptionsGTK.cmake:
413 2016-08-29 Per Arne Vollan <pvollan@apple.com>
415 Attempt to fix WinCairo build after r205090.
417 Unreviewed build fix.
419 * Source/cmake/OptionsAppleWin.cmake:
420 * Source/cmake/OptionsWin.cmake:
422 2016-08-27 Per Arne Vollan <pvollan@apple.com>
424 [Win] Enable 'warning as error' compiler setting.
425 https://bugs.webkit.org/show_bug.cgi?id=161243
427 Reviewed by Darin Adler.
429 * Source/cmake/OptionsWin.cmake:
431 2016-08-26 Jer Noble <jer.noble@apple.com>
433 Add a test harness for running UI tests on the iOS Simulator
434 https://bugs.webkit.org/show_bug.cgi?id=161265
436 Add the new MobileMiniBrowser project to the WebKit workspace.
438 Reviewed by Simon Fraser.
440 * WebKit.xcworkspace/contents.xcworkspacedata:
442 2016-08-24 Alexey Proskuryakov <ap@apple.com>
444 Add svn:global-ignores to the root to ignore *.pyc files everythere in the repository.
446 * .: Added property svn:global-ignores.
448 2016-08-19 Dean Jackson <dino@apple.com>
450 Implement preferLowPowerToHighPerformance for WebGL
451 https://bugs.webkit.org/show_bug.cgi?id=161017
452 <rdar://problem/26819135>
454 Reviewed by Myles Maxfield.
456 A manual test that creates contexts with and without preferLowPowerToHighPerformance
457 to see what is used. This has to be manual because it depends on the hardware
458 configuration, and we don't have a way to detect it up-front. Also, if the
459 code was failing, it would be the same result as on a single GPU system.
461 * ManualTests/webgl-preferLowPowerToHighPerformance.html: Added.
463 2016-08-19 Per Arne Vollan <pvollan@apple.com>
466 https://bugs.webkit.org/show_bug.cgi?id=160994
468 Reviewed by Anders Carlsson.
470 Ignore warning when function declared with __declspec(noreturn) has non void return type.
472 * Source/cmake/OptionsWin.cmake:
474 2016-08-17 Don Olmstead <don.olmstead@am.sony.com>
476 Use find_library within Windows build
477 https://bugs.webkit.org/show_bug.cgi?id=160904
479 Reviewed by Brent Fulgham.
481 * Source/cmake/FindICU.cmake:
482 * Source/cmake/OptionsWin.cmake:
484 2016-08-17 Gyuyoung Kim <gyuyoung.kim@navercorp.com>
486 [EFL] Bump efl version from 1.17 to 1.18
487 https://bugs.webkit.org/show_bug.cgi?id=160899
489 Reviewed by Antonio Gomes.
491 * Source/cmake/OptionsEfl.cmake: Update ewebkit version to 1.18.0.
493 2016-08-04 Csaba Osztrogonác <ossy@webkit.org>
495 [Mac][cmake] Fix the build after Objective-C bindings generator removal
496 https://bugs.webkit.org/show_bug.cgi?id=160545
498 Reviewed by Alex Christensen.
500 * Source/cmake/WebKitMacros.cmake:
502 2016-08-03 Csaba Osztrogonác <ossy@webkit.org>
504 Lacking support on a arm-traditional disassembler.
505 https://bugs.webkit.org/show_bug.cgi?id=123717
507 Reviewed by Mark Lam.
509 * Source/cmake/FindLLVM.cmake: Added back the r196749 state.
510 * Source/cmake/OptionsCommon.cmake: Added back the r196749 state.
512 2016-08-01 Keith Miller <keith_miller@apple.com>
514 We should not keep the JavaScript tests inside the Source/JavaScriptCore/ directory.
515 https://bugs.webkit.org/show_bug.cgi?id=160372
517 Rubber stamped by Geoffrey Garen.
519 This patch moves all the JavaScript tests from Source/JavaScriptCore/tests to
520 a new top level directory, JSTests. Having the tests in the Source directory
521 was both confusing and inconvenient for people that just want to checkout the
522 source code of WebKit. Since there is no other obvious place to put all the
523 JavaScript tests a new top level directory seemed the most sensible.
525 * JSTests/: Copied from Source/JavaScriptCore/tests.
526 * Source/JavaScriptCore/tests/: Deleted.
527 * Scripts/import-test262-tests:
528 * Scripts/run-javascriptcore-tests:
529 * Scripts/update-javascriptcore-test-res:
532 2016-07-27 Carlos Garcia Campos <cgarcia@igalia.com>
534 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.4 release.
536 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
538 2016-07-22 Carlos Garcia Campos <cgarcia@igalia.com>
540 [GTK] Enable threaded compositor by default
541 https://bugs.webkit.org/show_bug.cgi?id=160079
543 Reviewed by Žan Doberšek.
545 * Source/cmake/OptionsGTK.cmake:
547 2016-07-20 Csaba Osztrogonác <ossy@webkit.org>
549 JSC JIT Broken on ARMv7 Traditional (without Thumb2)
550 https://bugs.webkit.org/show_bug.cgi?id=159880
552 Reviewed by Carlos Garcia Campos.
554 * Source/cmake/OptionsCommon.cmake: Use the BFD linker on ARM traditional because of a gold linker bug.
556 2016-07-18 Alexey Proskuryakov <ap@apple.com>
558 "make ARCHS=x86_64" fails to build
559 https://bugs.webkit.org/show_bug.cgi?id=159867
561 Reviewed by Dan Bernstein.
563 * Makefile.shared: Override VALID_ARCHS when ARCHS is set, so that even projects
564 that normally customize VALID_ARCHS wouldn't fail to build.
566 2016-07-18 Carlos Garcia Campos <cgarcia@igalia.com>
568 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.3 release.
570 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
572 2016-07-13 Per Arne Vollan <pvollan@apple.com>
574 [Win] DLLs are missing version information.
575 https://bugs.webkit.org/show_bug.cgi?id=159349
577 Reviewed by Alex Christensen.
579 Avoid using environment variable WEBKIT_LIBRARIES when finding version stamper utility,
580 in case it is not defined. Instead, use the location of the perl script to find the
583 * Source/cmake/tools/scripts/version-stamp.pl:
585 2016-07-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
587 Remove ENABLE_CSS3_TEXT_LINE_BREAK flag
588 https://bugs.webkit.org/show_bug.cgi?id=159671
590 Reviewed by Csaba Osztrogonác.
592 ENABLE_CSS3_TEXT_LINE_BREAK feature was implemented without guards.
593 https://bugs.webkit.org/show_bug.cgi?id=89235
595 So this guard can be removed in build scripts.
597 * Source/cmake/OptionsMac.cmake:
598 * Source/cmake/WebKitFeatures.cmake:
600 2016-07-12 Per Arne Vollan <pvollan@apple.com>
602 [Win] DLLs are missing version information.
603 https://bugs.webkit.org/show_bug.cgi?id=159349
605 Reviewed by Brent Fulgham.
607 The version stamping will fail if the target path has forward slashes.
609 * Source/cmake/tools/scripts/version-stamp.pl: Replace forward slashes with backslashes.
611 2016-07-05 Olivier Blin <olivier.blin@softathome.com>
613 ENABLE_MEDIA_SOURCE should depend on ENABLE_VIDEO
614 https://bugs.webkit.org/show_bug.cgi?id=159424
616 Reviewed by Philippe Normand.
618 MEDIA_SOURCE requires VIDEO enabled, since MediaSource needs HTMLMediaElement.
620 * Source/cmake/WebKitFeatures.cmake:
622 2016-07-05 Per Arne Vollan <pvollan@apple.com>
624 [Win] Layout Test http/tests/security/contentSecurityPolicy/source-list-parsing-10.html is failing
625 https://bugs.webkit.org/show_bug.cgi?id=147646
627 Reviewed by Brent Fulgham.
629 Disable CSP_NEXT. We can then use the common expected test results for this test.
631 * Source/cmake/OptionsWin.cmake:
633 2016-07-04 Gyuyoung Kim <gyuyoung.kim@webkit.org>
635 [EFL] Remove mac configuration dependency in WebKit Version definition
636 https://bugs.webkit.org/show_bug.cgi?id=159407
638 Reviewed by Yusuke Suzuki.
640 EFL port has been used Version.xconfig file in WebKit/mac/Configurations.
641 in order to generate WebKitVersion.h file. But it can be simply defined
644 * Source/cmake/OptionsEfl.cmake:
646 2016-07-03 Dan Bernstein <mitz@apple.com>
648 [Xcode] With default verbosity, make(1) output no longer hides environment variable listings
649 https://bugs.webkit.org/show_bug.cgi?id=159392
651 Reviewed by Alexey Proskuryakov.
653 * Makefile.shared: Pass the -hideShellScriptEnvironment option to xcodebuild instead of
654 piping its output through an ineffective "grep -v setenv",
656 2016-07-01 Konstantin Tokarev <annulen@yandex.ru>
658 [cmake] Make LEGACY_WEB_AUDIO depend on WEB_AUDIO.
659 https://bugs.webkit.org/show_bug.cgi?id=159338
661 Reviewed by Michael Catanzaro.
663 Enabling LEGACY_WEB_AUDIO makes no sense when WEB_AUDIO is
666 * Source/cmake/WebKitFeatures.cmake:
668 2016-06-28 Per Arne Vollan <pvollan@apple.com>
670 [Win] Custom elements tests are failing.
671 https://bugs.webkit.org/show_bug.cgi?id=159139
673 Reviewed by Alex Christensen.
675 Enable custom element API on Windows.
677 * Source/cmake/OptionsWin.cmake:
679 2016-06-23 Carlos Garcia Campos <cgarcia@igalia.com>
681 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.2 release.
683 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
685 2016-06-15 Romain Bellessort <romain.bellessort@crf.canon.fr>
687 Enabling Shadow DOM for all platforms
688 https://bugs.webkit.org/show_bug.cgi?id=158738
690 Reviewed by Ryosuke Niwa.
692 Removed Shadow DOM from options (enabled by default)
694 * Source/cmake/OptionsEfl.cmake:
695 * Source/cmake/OptionsGTK.cmake:
696 * Source/cmake/OptionsWin.cmake:
697 * Source/cmake/WebKitFeatures.cmake:
698 * Source/cmake/tools/vsprops/FeatureDefines.props:
699 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
701 2016-06-13 Romain Bellessort <romain.bellessort@crf.canon.fr>
703 [GTK] Enabling Shadow DOM by default
704 https://bugs.webkit.org/show_bug.cgi?id=158686
706 Reviewed by Carlos Garcia Campos.
708 Added support for enabling Shadow DOM by default for GTK.
710 * Source/cmake/OptionsGTK.cmake:
712 2016-06-09 Michael Catanzaro <mcatanzaro@igalia.com>
714 Add comments to clarify feature enablement
715 https://bugs.webkit.org/show_bug.cgi?id=158567
717 Reviewed by Alex Christensen.
719 * Source/cmake/WebKitFeatures.cmake:
721 2016-06-08 Per Arne Vollan <pvollan@apple.com>
723 [Win] Shadow DOM tests are failing.
724 https://bugs.webkit.org/show_bug.cgi?id=158524
726 Reviewed by Brent Fulgham.
730 * Source/cmake/OptionsWin.cmake:
732 2016-06-07 Carlos Garcia Campos <cgarcia@igalia.com>
734 [GTK] Enable IndexedDB in workers
735 https://bugs.webkit.org/show_bug.cgi?id=158475
737 Reviewed by Antonio Gomes.
739 This is working now and many tests are failing only because we don't enable it.
741 * Source/cmake/OptionsGTK.cmake:
743 2016-06-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
745 [EFL] Update ewebkit minor version
746 https://bugs.webkit.org/show_bug.cgi?id=158409
748 Reviewed by Csaba Osztrogonác.
750 EWebKit has used efl 1.17 version though, it still is stopped at version 1.14.
752 * Source/cmake/OptionsEfl.cmake: Bump minor version to 1.17.
754 2016-06-05 Gyuyoung Kim <gyuyoung.kim@webkit.org>
756 [EFL] Sync EFL features with featureList.pm
757 https://bugs.webkit.org/show_bug.cgi?id=158410
759 Reviewed by Antonio Gomes.
761 In OptionsEfl, some features on/off status are different with
762 featureList.pm definitions. Sync with it.
764 * Source/cmake/OptionsEfl.cmake:
766 2016-06-03 Per Arne Vollan <pvollan@apple.com>
768 [Win] IndexedDB worker tests are failing.
769 https://bugs.webkit.org/show_bug.cgi?id=158341
771 Reviewed by Alex Christensen.
773 Enable IndexedDB in workers.
775 * Source/cmake/OptionsWin.cmake:
777 2016-05-31 Carlos Garcia Campos <cgarcia@igalia.com>
779 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.1 release.
781 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
783 2016-05-28 Ryosuke Niwa <rniwa@webkit.org>
785 Autocorrection makes it hard to type "doesn't" and to type @ in email addresses
786 https://bugs.webkit.org/show_bug.cgi?id=158177
788 Reviewed by Darin Adler.
790 Fixed manual tests for autocorrection panels and added a manual test for . Most of changes are fixing up the path to LayoutTests/editing/editing.js.
792 Also wrap many steps to type in a space or delete a character inside setTimeout since autocorrection happens on a timer
793 and the fact WebKit2 communicates with NSSpellChecker via IPC makes the behavior even more indeterministic.
795 * ManualTests/autocorrection/autocorrection-at-mark.html: Added.
796 * ManualTests/autocorrection/autocorrection-cancelled-by-ESC.html:
797 * ManualTests/autocorrection/autocorrection-cancelled-by-typing-1.html:
798 * ManualTests/autocorrection/autocorrection-contraction-2.html: Added.
799 * ManualTests/autocorrection/autocorrection-contraction.html:
800 * ManualTests/autocorrection/autocorrection-in-iframe.html:
801 * ManualTests/autocorrection/close-window-when-correction-is-shown.html:
802 * ManualTests/autocorrection/continue-typing-to-dismiss-reversion.html:
803 * ManualTests/autocorrection/delete-to-dismiss-reversion.html:
804 * ManualTests/autocorrection/delete-to-end-of-word-to-show-reversion.html:
805 * ManualTests/autocorrection/dismiss-multiple-guesses.html:
806 * ManualTests/autocorrection/document-for-iframe-test.html: Removed.
807 * ManualTests/autocorrection/move-to-end-of-word-to-show-reversion.html: Type a space and move care in setTimeout as
808 the reversion panel wouldn't show up otherwise.
809 * ManualTests/autocorrection/remove-misspelling-marker-after-appending-letter.html: Delay the typing of a space as well as
810 deleting letters since autocorrection panel wouldn't show up in time otherwise, and deleting character immediately would
811 reject the autocorrection instead of accepting it. Also removed the steps to add back the spellchecking marker and extracted
812 it as a separate test.
813 * ManualTests/autocorrection/removing-misspelling-marker-after-appending-letter-2.html: Copied. This test continues the full
814 scenario in the previous test by typing a space and deleting the character, thereby bringing up spellchecking marker.
815 * ManualTests/autocorrection/resources: Added.
816 * ManualTests/autocorrection/resources/document-for-iframe-test.html: Moved from ManualTests/autocorrection/.
817 * ManualTests/autocorrection/select-from-multiple-guesses.html: Added a missing instruction.
818 * ManualTests/autocorrection/spell-checking-after-reversion.html:
819 * ManualTests/autocorrection/type-whitespace-to-dismiss-reversion.html: Delay the typing of a space and moving the selection
820 since the reversion panel wouldn't show up otherwise.
821 * ManualTests/autocorrection/undo-autocorrection-2.html: Copied. Automated most of steps in the second test case.
822 * ManualTests/autocorrection/undo-autocorrection.html:
824 2016-05-25 Konstantin Tokarev <annulen@yandex.ru>
826 [cmake] Deduplicate make-js-file-arrays usage and make it work on Windows.
827 https://bugs.webkit.org/show_bug.cgi?id=157997
829 Reviewed by Alex Christensen.
831 * Source/cmake/WebKitMacros.cmake: Added MAKE_JS_FILE_ARRAYS macro.
833 2016-05-25 Manuel Rego Casasnovas <rego@igalia.com>
835 [css-grid] Turn on ENABLE_CSS_GRID_LAYOUT by default
836 https://bugs.webkit.org/show_bug.cgi?id=158060
838 Reviewed by Darin Adler.
840 The runtime flag is disabled by default,
841 but we want to build CSS Grid Layout by default.
842 Otherwise the runtime flag would be useless.
844 * Source/cmake/WebKitFeatures.cmake:
846 2016-05-22 Brady Eidson <beidson@apple.com>
849 https://bugs.webkit.org/show_bug.cgi?id=157948
851 Reviewed by Michael Catanzaro.
853 * Source/cmake/OptionsCommon.cmake:
855 2016-05-22 Csaba Osztrogonác <ossy@webkit.org>
857 Suppress -Wmissing-field-initializers warnings with GCC 4.9
858 https://bugs.webkit.org/show_bug.cgi?id=157888
860 Reviewed by Michael Catanzaro.
862 * Source/cmake/WebKitHelpers.cmake:
864 2016-05-20 Joseph Pecoraro <pecoraro@apple.com>
866 Remove LegacyProfiler
867 https://bugs.webkit.org/show_bug.cgi?id=153565
869 Reviewed by Saam Barati.
871 * ManualTests/inspector/profiler-test-call.html: Removed.
872 * ManualTests/inspector/profiler-test-many-calls-in-the-same-scope.html: Removed.
874 2016-05-18 Gwang Yoon Hwang <yoon@igalia.com>
876 [GStreamer] Use FakeSink to get a decoded texture from a pipeline
877 https://bugs.webkit.org/show_bug.cgi?id=153641
879 Reviewed by Philippe Normand.
881 * Source/cmake/FindGStreamer.cmake: Bump gst-gl version to 1.8.0
883 2016-05-17 Dean Jackson <dino@apple.com>
885 Remove ES6_GENERATORS flag
886 https://bugs.webkit.org/show_bug.cgi?id=157815
887 <rdar://problem/26332894>
889 Reviewed by Geoffrey Garen.
891 This flag isn't needed. Generators are enabled everywhere and
892 part of a stable specification.
894 * Source/cmake/OptionsWin.cmake:
895 * Source/cmake/WebKitFeatures.cmake:
896 * Source/cmake/tools/vsprops/FeatureDefines.props:
897 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
899 2016-05-16 Joseph Pecoraro <pecoraro@apple.com>
901 Unreviewed rollout r200924. Caused js/regress/string-replace-generic.html to fail.
903 * ManualTests/inspector/profiler-test-call.html: Added.
904 * ManualTests/inspector/profiler-test-many-calls-in-the-same-scope.html: Added.
906 2016-05-14 Joseph Pecoraro <pecoraro@apple.com>
908 Remove LegacyProfiler
909 https://bugs.webkit.org/show_bug.cgi?id=153565
911 Reviewed by Mark Lam.
913 * ManualTests/inspector/profiler-test-call.html: Removed.
914 * ManualTests/inspector/profiler-test-many-calls-in-the-same-scope.html: Removed.
916 2016-05-13 Yoav Weiss <yoav@yoav.ws>
918 Turn on WEB_TIMING for all ports
919 https://bugs.webkit.org/show_bug.cgi?id=157673
921 Reviewed by Alex Christensen.
923 Turn on WEB_TIMING by default on the cmake Mac port, to match it with all other ports,
924 and make sure that the flag will be on by default for all ports.
926 * Source/cmake/OptionsGTK.cmake: Remove the specific private flag for WEB_TIMING.
927 * Source/cmake/OptionsMac.cmake: Remove the specific private flag for WEB_TIMING.
928 * Source/cmake/WebKitFeatures.cmake: Turn on WEB_TIMING for all ports by default.
930 2016-05-12 Csaba Osztrogonác <ossy@webkit.org>
932 Remove ENABLE(ES6_ARROWFUNCTION_SYNTAX) guards
933 https://bugs.webkit.org/show_bug.cgi?id=157564
935 Reviewed by Darin Adler.
937 * Source/cmake/WebKitFeatures.cmake:
939 2016-05-10 Michael Catanzaro <mcatanzaro@igalia.com>
941 [Linux] Remove seccomp filters support
942 https://bugs.webkit.org/show_bug.cgi?id=157380
944 Reviewed by Darin Adler.
946 * Source/cmake/FindLibSeccomp.cmake: Removed.
947 * Source/cmake/OptionsEfl.cmake:
948 * Source/cmake/OptionsGTK.cmake:
949 * Source/cmake/WebKitFeatures.cmake:
951 2016-05-06 Manuel Rego Casasnovas <rego@igalia.com>
953 [css-grid] Unprefix CSS Grid Layout properties
954 https://bugs.webkit.org/show_bug.cgi?id=157137
956 Reviewed by Simon Fraser.
958 Remove "-webkit" prefix from all the grid layout properties,
959 including the display value.
960 Update the source code to remove the prefix where it was used too.
962 * ManualTests/css-grid-layout-item-with-huge-span-crash.html:
964 2016-05-02 Per Arne Vollan <peavo@outlook.com>
966 [Win] Enable IndexedDB.
967 https://bugs.webkit.org/show_bug.cgi?id=157192
969 Reviewed by Brent Fulgham.
971 * Source/cmake/OptionsWin.cmake:
973 2016-05-02 Yoav Weiss <yoav@yoav.ws>
975 Move ResourceTiming behind a runtime flag
976 https://bugs.webkit.org/show_bug.cgi?id=157133
978 Reviewed by Alex Christensen.
980 * Source/cmake/WebKitFeatures.cmake: Remove the PERFORMANCE_TIMELINE build flag.
982 2016-04-29 Commit Queue <commit-queue@webkit.org>
984 Unreviewed, rolling out r200232.
985 https://bugs.webkit.org/show_bug.cgi?id=157189
987 This change broke the Mac CMake build and its LayoutTest is
988 failing and/or flaky on all platforms (Requested by ryanhaddad
993 "Move ResourceTiming behind a runtime flag"
994 https://bugs.webkit.org/show_bug.cgi?id=157133
995 http://trac.webkit.org/changeset/200232
997 2016-04-29 Yoav Weiss <yoav@yoav.ws>
999 Move ResourceTiming behind a runtime flag
1000 https://bugs.webkit.org/show_bug.cgi?id=157133
1002 Reviewed by Alex Christensen.
1004 * Source/cmake/WebKitFeatures.cmake: Remove the PERFORMANCE_TIMELINE build flag.
1006 2016-04-28 Commit Queue <commit-queue@webkit.org>
1008 Unreviewed, rolling out r200185.
1009 https://bugs.webkit.org/show_bug.cgi?id=157131
1011 Bad temporary file added unintentionally (Requested by fredw
1016 "RenderMathMLOperator refactoring: introduce getBaseGlyph and
1017 remove parameter from getDisplayStyleLargeOperator"
1018 https://bugs.webkit.org/show_bug.cgi?id=156910
1019 http://trac.webkit.org/changeset/200185
1021 2016-04-25 Ryosuke Niwa <rniwa@webkit.org>
1023 Remove the build flag for template elements
1024 https://bugs.webkit.org/show_bug.cgi?id=157022
1026 Reviewed by Daniel Bates.
1028 * Source/cmake/OptionsEfl.cmake:
1029 * Source/cmake/OptionsMac.cmake:
1030 * Source/cmake/OptionsWin.cmake:
1031 * Source/cmake/WebKitFeatures.cmake:
1032 * Source/cmake/tools/vsprops/FeatureDefines.props:
1033 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
1035 2016-04-22 Carlos Garcia Campos <cgarcia@igalia.com>
1037 [GTK] Enable the download attribute support
1038 https://bugs.webkit.org/show_bug.cgi?id=99025
1040 Reviewed by Žan Doberšek.
1042 * Source/cmake/OptionsGTK.cmake:
1044 2016-04-18 Yusuke Suzuki <utatane.tea@gmail.com>
1046 [JSCOnly] Implement RunLoop and remove glib dependency
1047 https://bugs.webkit.org/show_bug.cgi?id=155706
1049 Reviewed by Michael Catanzaro.
1051 * Source/cmake/OptionsJSCOnly.cmake:
1053 2016-04-18 Carlos Garcia Campos <cgarcia@igalia.com>
1055 [GTK] Menu list button doesn't use the text color from the theme
1056 https://bugs.webkit.org/show_bug.cgi?id=118234
1058 Reviewed by Darin Adler.
1060 * ManualTests/gtk/theme.html: Add a disabled combo test.
1062 2016-04-13 Konstantin Tokarev <annulen@yandex.ru>
1064 FindWebP should not be misguided by pkg-config when cross-compiling.
1065 https://bugs.webkit.org/show_bug.cgi?id=156544
1067 Reviewed by Michael Catanzaro.
1069 We should use pkg-config output only as a hint, like other modules do.
1071 * Source/cmake/FindWebP.cmake:
1073 2016-04-07 Carlos Garcia Campos <cgarcia@igalia.com>
1075 [GTK] Rework the theming code for GTK+ 3.20
1076 https://bugs.webkit.org/show_bug.cgi?id=156333
1078 Reviewed by Michael Catanzaro.
1080 Add a manual test to check how themed elements are rendered.
1082 * ManualTests/gtk/theme.html: Added.
1084 2016-04-11 Fujii Hironori <Hironori.Fujii@jp.sony.com>
1086 [CMake] Make FOLDER property INHERITED
1087 https://bugs.webkit.org/show_bug.cgi?id=156460
1089 Reviewed by Brent Fulgham.
1091 Some CMake targets are not setting the FOLDER property. This causes the
1092 generated projects to be displayed in the top-level folder of the solution.
1094 Making the FOLDER property INHERITED ensures that all the targets
1095 are placed in their proper directories.
1097 * Source/cmake/OptionsCommon.cmake:
1098 Define FOLDER property as a inherited property.
1099 * Source/cmake/WebKitMacros.cmake:
1100 Do not set FOLDER target property.
1102 2016-04-08 Alex Christensen <achristensen@webkit.org>
1104 Progress towards running CMake WebKit2 on Mac
1105 https://bugs.webkit.org/show_bug.cgi?id=156426
1107 Reviewed by Tim Horton.
1109 * Source/cmake/OptionsMac.cmake:
1110 FTL works on Mac, so let's use it.
1111 * Source/cmake/WebKitMacros.cmake:
1113 2016-04-07 Joseph Pecoraro <pecoraro@apple.com>
1115 Remove ENABLE(ENABLE_ES6_CLASS_SYNTAX) guards
1116 https://bugs.webkit.org/show_bug.cgi?id=156384
1118 Reviewed by Ryosuke Niwa.
1120 * Source/cmake/WebKitFeatures.cmake:
1122 2016-04-07 Dean Jackson <dino@apple.com>
1124 [iOS] Play button on video is too dark
1125 https://bugs.webkit.org/show_bug.cgi?id=156383
1126 <rdar://problem/23540816>
1128 Reviewed by Simon Fraser.
1130 Add a manual test for iOS that shows the expected appearance
1131 of a video element. Unfortunately, due to the way we take
1132 snapshots on iOS within our test runner, we don't get the
1133 platform blurring effect, which means an automated test
1136 * ManualTests/ios/start-playback-button-appearance-expected.html: Added.
1137 * ManualTests/ios/start-playback-button-appearance.html: Added.
1139 2016-04-06 Alex Christensen <achristensen@webkit.org>
1141 Fix CMake DumpRenderTree
1142 https://bugs.webkit.org/show_bug.cgi?id=156305
1144 Reviewed by Daniel Bates.
1146 * Source/cmake/OptionsMac.cmake:
1148 2016-04-05 Alex Christensen <achristensen@webkit.org>
1150 Make CMake-generated binaries on Mac able to run
1151 https://bugs.webkit.org/show_bug.cgi?id=156268
1153 Reviewed by Daniel Bates.
1155 * Source/cmake/OptionsMac.cmake:
1157 2016-04-04 Alejandro G. Castro <alex@igalia.com>
1159 REGRESSION(r198492): [GTK] The WEB_RTC flag was not correctly added in some situations
1160 https://bugs.webkit.org/show_bug.cgi?id=156164
1162 Reviewed by Philippe Normand.
1164 Remove double space in the error message when openwebrtc is not present.
1166 * Source/cmake/OptionsGTK.cmake:
1168 2016-04-03 Carlos Garcia Campos <cgarcia@igalia.com>
1170 Unreviewed. Bump GTK+ versions numbers.
1172 * Source/cmake/OptionsGTK.cmake:
1174 2016-03-31 Daniel Bates <dabates@apple.com>
1176 tool tip/alt. text appears when mouse is no longer hovering over link
1177 https://bugs.webkit.org/show_bug.cgi?id=24427
1178 <rdar://problem/8045235>
1180 Reviewed by Antonio Gomes.
1182 Although the bug no longer reproduces, add a manual test that can be used to determine if a
1183 tooltip for a hyperlink is shown when the cursor no longer hovers over it.
1185 * ManualTests/tooltip-when-mouse-not-directly-over-hyperlink.html: Added.
1187 2016-03-29 Commit Queue <commit-queue@webkit.org>
1189 Unreviewed, rolling out r198781.
1190 https://bugs.webkit.org/show_bug.cgi?id=155986
1192 broke windows clean build (Requested by alexchristensen on
1197 "[Win] CMake seems to build all generated files every time"
1198 https://bugs.webkit.org/show_bug.cgi?id=155872
1199 http://trac.webkit.org/changeset/198781
1201 2016-03-29 Brent Fulgham <bfulgham@apple.com>
1203 [Win] CMake seems to build all generated files every time
1204 https://bugs.webkit.org/show_bug.cgi?id=155872
1206 Reviewed by Alex Christensen.
1208 This seems to be caused by Visual Studio being unhappy receiving multiple output targets
1209 for its custom build rules. If I limit the output to just the header file on Windows, the
1210 dependency check seems to do the right thing.
1212 * Source/cmake/WebKitMacros.cmake:
1214 2016-03-28 Alex Christensen <achristensen@webkit.org>
1216 Fix Mac Ninja build after r198766.
1218 * Source/cmake/WebKitMacros.cmake:
1219 WebCore_DERIVED_SOURCES are intentionally in a separate library to reduce linker line length.
1220 This is now only specific to WebKit2_DERIVED_SOURCES, so I'm moving it there.
1222 2016-03-28 Alex Christensen <achristensen@webkit.org>
1224 Fix Windows build after r198766.
1226 * Source/cmake/WebKitMacros.cmake:
1227 Use the filename from the cpp so that WebCorePrefix.cpp and WebCoreDerivedSourcesPrefix.cpp
1228 generate unique .pch files, even though they both include WebCorePrefix.h
1230 2016-03-28 Alex Christensen <achristensen@webkit.org>
1232 Fix Ninja build on Mac
1233 https://bugs.webkit.org/show_bug.cgi?id=151399
1235 Reviewed by Darin Adler.
1237 * Source/CMakeLists.txt:
1238 * Source/cmake/WebKitMacros.cmake:
1240 2016-03-27 Daniel Bates <dabates@apple.com>
1242 WebKit.xcworkspace "All Source" scheme always copies OS X WebKitSystemInterface libraries
1243 https://bugs.webkit.org/show_bug.cgi?id=155889
1245 Reviewed by Alexey Proskuryakov.
1247 Fixes an issue where building the "All Source" scheme in WebKit.xcworkspace would
1248 always copy the OS X WebKitSystemInterface libraries regardless of the selected
1249 base SDK. In particular, it would copy the OS X WebKitSystemInterface libraries
1250 when building with SDK iphonesimulator. WebKit.xcworkspace should copy the SDK-
1251 specific WebKitSystemInterface libraries.
1253 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1255 2016-03-25 Brady Eidson <beidson@apple.com>
1257 Soften push/replaceState frequency restrictions.
1258 <rdar://problem/25228439> and https://bugs.webkit.org/show_bug.cgi?id=155901
1260 Rubber-stamped by Timothy Hatcher.
1262 * ManualTests/state-objects-time-limit.html: Added.
1264 2016-03-25 Daniel Bates <dabates@apple.com>
1266 REGRESSION (r197358): WebKitSystemInterface.h copied into directory named "--llvm"
1267 https://bugs.webkit.org/show_bug.cgi?id=155838
1269 Reviewed by Alexey Proskuryakov.
1271 Do not pass command line flag --llvm when calling script copy-webkitlibraries-to-product-directory
1272 to avoid copying the WebKitSystemInterface libraries to an incorrect location. The --llvm flag was
1273 removed from copy-webkitlibraries-to-product-directory in <http://trac.webkit.org/changeset/197358>.
1275 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1277 2016-03-25 Bill Ming <mbbill@gmail.com>
1279 Detect correct number of processors on windows
1280 https://bugs.webkit.org/show_bug.cgi?id=155884
1282 Reviewed by Alex Christensen.
1284 * Tools/Scripts/run-jsc-stress-tests:
1286 2016-03-25 Brent Fulgham <bfulgham@apple.com>
1288 [Win] Improve CMake build performance
1289 https://bugs.webkit.org/show_bug.cgi?id=155871
1290 <rdar://problem/24747822>
1292 Reviewed by Alex Christensen.
1294 Add a flag to the PROCESS_ALLINONE_FILE macro so that it does not remove
1295 the files contained in the passed all-in-one file, since this breaks
1296 dependency checking and generation of the derived sources from the IDL.
1297 Instead, include the header files in the project so that all files get
1300 * Source/cmake/WebKitMacros: Updated for 'DerivedSources.cpp' use case.
1302 2016-03-25 Konstantin Tokarev <annulen@yandex.ru>
1304 Turned on ENABLE_REQUEST_ANIMATION_FRAME by default for any port.
1305 https://bugs.webkit.org/show_bug.cgi?id=155882
1307 Reviewed by Michael Catanzaro.
1309 It was already enabled in all trunk ports, and is required for
1310 WebInspectorUI to work.
1312 * Source/cmake/OptionsGTK.cmake: Removed duplication of default value.
1313 * Source/cmake/OptionsMac.cmake: Ditto.
1314 * Source/cmake/WebKitFeatures.cmake: Turned
1315 ENABLE_REQUEST_ANIMATION_FRAME ON.
1317 2016-03-24 Bill Ming <mbbill@gmail.com>
1319 Determine architecture for running jsc stress tests on windows
1320 https://bugs.webkit.org/show_bug.cgi?id=155840
1322 Reviewed by Alex Christensen.
1324 * Tools/Scripts/run-jsc-stress-tests:
1326 2016-03-23 Bill Ming <mbbill@gmail.com>
1328 Fixed ninja build path.
1329 https://bugs.webkit.org/show_bug.cgi?id=155796
1331 Reviewed by Alex Christensen.
1333 * Tools/Scripts/build-webkit:
1335 2016-03-21 Eric Carlson <eric.carlson@apple.com>
1337 Add a WebRTC specific compile flag
1338 https://bugs.webkit.org/show_bug.cgi?id=155663
1340 Reviewed by Jer Noble.
1342 * Source/cmake/OptionsEfl.cmake:
1343 * Source/cmake/OptionsGTK.cmake:
1344 * Source/cmake/WebKitFeatures.cmake:
1346 2016-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
1348 Unreviewed, missing SET_AND_EXPOSE_TO_BUILD for USE_UDIS86 in JSCOnly port
1349 https://bugs.webkit.org/show_bug.cgi?id=155628
1351 * Source/cmake/OptionsJSCOnly.cmake:
1353 2016-03-17 Yusuke Suzuki <utatane.tea@gmail.com>
1355 [JSCOnly] Enable udis86
1356 https://bugs.webkit.org/show_bug.cgi?id=155628
1358 Reviewed by Carlos Garcia Campos.
1360 Enable udis86 for disassembler. The current flag name is incorrect.
1362 * Source/cmake/OptionsJSCOnly.cmake:
1364 2016-03-14 Konstantin Tokarev <annulen@yandex.ru>
1366 Restored ENABLE_WEBCORE option and used it in JSCOnly port.
1367 https://bugs.webkit.org/show_bug.cgi?id=155428
1369 Reviewed by Michael Catanzaro.
1371 This is a partial revert of r182624.
1374 * Source/CMakeLists.txt:
1375 * Source/cmake/OptionsJSCOnly.cmake:
1376 * Source/cmake/WebKitFS.cmake:
1378 2016-03-13 Joseph Pecoraro <pecoraro@apple.com>
1380 Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
1381 https://bugs.webkit.org/show_bug.cgi?id=155417
1383 Reviewed by Yusuke Suzuki.
1385 * Source/cmake/OptionsWin.cmake:
1386 * Source/cmake/WebKitFeatures.cmake:
1387 * Source/cmake/tools/vsprops/FeatureDefines.props:
1388 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
1390 2016-03-13 Konstantin Tokarev <annulen@yandex.ru>
1392 Added new port JSCOnly.
1393 https://bugs.webkit.org/show_bug.cgi?id=154512
1395 Reviewed by Michael Catanzaro.
1397 This port allows to build JavaScriptCore engine with minimal
1401 * Source/cmake/OptionsJSCOnly.cmake: Added.
1403 2016-03-12 Myles C. Maxfield <mmaxfield@apple.com>
1405 Delete dead SVG Font code
1406 https://bugs.webkit.org/show_bug.cgi?id=154718
1408 Reviewed by Antti Koivisto.
1410 * Source/cmake/OptionsEfl.cmake:
1411 * Source/cmake/OptionsWin.cmake:
1412 * Source/cmake/WebKitFeatures.cmake:
1413 * Source/cmake/tools/vsprops/FeatureDefines.props:
1414 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
1416 2016-03-12 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
1418 [GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
1419 https://bugs.webkit.org/show_bug.cgi?id=152650
1421 Reviewed by Carlos Garcia Campos.
1423 * Source/cmake/OptionsGTK.cmake:
1425 2016-03-10 Frederic Wang <fwang@igalia.org>
1427 [GTK] Add support for WOFF2
1428 https://bugs.webkit.org/show_bug.cgi?id=152616
1430 Reviewed by Carlos Garcia Campos.
1432 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
1433 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
1435 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
1437 [cmake] Fixed All-in-One build.
1438 https://bugs.webkit.org/show_bug.cgi?id=155241
1440 Reviewed by Csaba Osztrogonác.
1442 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
1443 not removed in PROCESS_ALLINONE_FILE.
1445 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
1447 [EFL] Enable the SVG -> OTF Font Converter
1448 https://bugs.webkit.org/show_bug.cgi?id=155192
1450 Reviewed by Gyuyoung Kim.
1452 * Source/cmake/OptionsEfl.cmake:
1454 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
1456 [GTK] Enable the SVG -> OTF Font Converter
1457 https://bugs.webkit.org/show_bug.cgi?id=155191
1459 Reviewed by Martin Robinson.
1461 * Source/cmake/OptionsGTK.cmake:
1463 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
1465 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
1467 * Source/cmake/OptionsEfl.cmake:
1468 * Source/cmake/OptionsGTK.cmake:
1470 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
1472 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
1473 https://bugs.webkit.org/show_bug.cgi?id=154651
1475 Reviewed by Alex Christensen.
1477 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
1478 CMake's PRE_BUILD COMMAND feature because the latter actually
1479 generates pre-link target instead of pre-build.
1481 2016-03-01 Alex Christensen <achristensen@webkit.org>
1483 Reduce size of internal windows build output
1484 https://bugs.webkit.org/show_bug.cgi?id=154763
1486 Reviewed by Brent Fulgham.
1488 * Source/cmake/OptionsWin.cmake:
1490 2016-03-01 Commit Queue <commit-queue@webkit.org>
1492 Unreviewed, rolling out r197056.
1493 https://bugs.webkit.org/show_bug.cgi?id=154870
1495 broke win ews (Requested by alexchristensen on #webkit).
1499 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
1500 https://bugs.webkit.org/show_bug.cgi?id=154651
1501 http://trac.webkit.org/changeset/197056
1503 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
1505 [cmake] Allow using FindGLIB in case glib is optional dependency.
1506 https://bugs.webkit.org/show_bug.cgi?id=154796
1508 Reviewed by Michael Catanzaro.
1510 FindGLIB caused internal CMake error in case glibconfig.h is not
1513 * Source/cmake/FindGLIB.cmake:
1515 2016-02-29 Commit Queue <commit-queue@webkit.org>
1517 Unreviewed, rolling out r197297.
1518 https://bugs.webkit.org/show_bug.cgi?id=154810
1520 This change broke build of GTK from scratch (Requested by
1521 annulen on #webkit).
1525 "[cmake] Allow using FindGLIB in case glib is optional
1527 https://bugs.webkit.org/show_bug.cgi?id=154796
1528 http://trac.webkit.org/changeset/197297
1530 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
1532 [cmake] Allow using FindGLIB in case glib is optional dependency.
1533 https://bugs.webkit.org/show_bug.cgi?id=154796
1535 Reviewed by Michael Catanzaro.
1537 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
1540 * Source/cmake/FindGLIB.cmake:
1542 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
1544 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
1545 https://bugs.webkit.org/show_bug.cgi?id=143402
1547 Reviewed by Alex Christensen.
1549 Turn on by default, and turn on for Windows.
1551 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
1553 * Source/cmake/OptionsWin.cmake:
1554 * Source/cmake/WebKitFeatures.cmake:
1556 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1558 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
1559 https://bugs.webkit.org/show_bug.cgi?id=151688
1561 Reviewed by Dean Jackson.
1563 Enables the WEB_ANIMATIONS compiler switch.
1565 * Source/cmake/OptionsWin.cmake:
1567 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
1569 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
1570 https://bugs.webkit.org/show_bug.cgi?id=154651
1572 Reviewed by Alex Christensen.
1574 * Source/cmake/WebKitMacros.cmake:
1576 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
1578 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
1579 https://bugs.webkit.org/show_bug.cgi?id=154450
1581 Reviewed by Alex Christensen.
1583 * Source/cmake/WebKitMacros.cmake:
1585 2016-02-18 Philippe Normand <pnormand@igalia.com>
1587 [GStreamer] Bump internal jhbuild versions to 1.6.3
1588 https://bugs.webkit.org/show_bug.cgi?id=149594
1590 Reviewed by Michael Catanzaro.
1592 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
1594 2016-02-18 Anders Carlsson <andersca@apple.com>
1596 Get rid of the "All Source (target WebProcess)" scheme.
1598 Rubber-stamped by Dan Bernstein.
1600 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
1602 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
1604 [CMake] Remove LLVM support
1605 https://bugs.webkit.org/show_bug.cgi?id=154370
1607 Reviewed by Csaba Osztrogonác.
1609 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
1610 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
1611 but for the time being this is dead code.
1613 * Source/cmake/FindLLVM.cmake: Removed.
1614 * Source/cmake/OptionsCommon.cmake:
1616 2016-02-18 Joonghun Park <jh718.park@samsung.com>
1618 [CMake] Remove meaningless conditional statements in CMakeLists.txt
1619 https://bugs.webkit.org/show_bug.cgi?id=153778
1621 Reviewed by Csaba Osztrogonác.
1624 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
1625 And remove conditional statements which has enclosed these one
1626 because they don't have meaning anymore.
1628 2016-02-15 Alex Christensen <achristensen@webkit.org>
1630 Re-enable INTL on WinCairo
1631 https://bugs.webkit.org/show_bug.cgi?id=154256
1633 Reviewed by Michael Catanzaro.
1635 * Source/cmake/OptionsWin.cmake:
1636 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
1638 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
1640 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
1641 https://bugs.webkit.org/show_bug.cgi?id=154165
1643 Reviewed by Alex Christensen.
1645 * Source/cmake/OptionsEfl.cmake:
1646 * Source/cmake/OptionsGTK.cmake:
1648 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
1650 [cmake] Consolidate TextureMapper file and include dir lists.
1651 https://bugs.webkit.org/show_bug.cgi?id=154106
1653 Reviewed by Michael Catanzaro.
1655 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
1657 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1659 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
1661 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
1662 https://bugs.webkit.org/show_bug.cgi?id=154033
1664 Reviewed by Michael Catanzaro.
1666 * Source/cmake/WebKitFeatures.cmake:
1668 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
1670 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
1672 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1674 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
1676 [GTK][EFL] Enable SamplingProfiler
1677 https://bugs.webkit.org/show_bug.cgi?id=153638
1679 Reviewed by Michael Catanzaro.
1681 Enable SamplingProfiler in GTK and EFL.
1682 And added option to CMake to switch this from the build command.
1684 * Source/cmake/OptionsEfl.cmake:
1685 * Source/cmake/OptionsGTK.cmake:
1686 * Source/cmake/WebKitFeatures.cmake:
1688 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
1690 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
1691 https://bugs.webkit.org/show_bug.cgi?id=153961
1693 Reviewed by Michael Catanzaro.
1695 * Source/cmake/OptionsCommon.cmake:
1696 * Source/cmake/OptionsEfl.cmake:
1697 * Source/cmake/OptionsGTK.cmake:
1699 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
1701 Unreviewed non X86_64 buildfix after r196077.
1703 * Source/cmake/OptionsEfl.cmake:
1704 * Source/cmake/OptionsGTK.cmake:
1706 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
1708 [GTK][EFL] Switch FTL to B3
1709 https://bugs.webkit.org/show_bug.cgi?id=153478
1711 Reviewed by Csaba Osztrogonác.
1713 * Source/cmake/OptionsEfl.cmake:
1714 * Source/cmake/OptionsGTK.cmake:
1716 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
1718 Unreviewed attempt to fix Mac CMake build after r195999.
1720 * Source/cmake/OptionsMac.cmake:
1721 * Source/cmake/WebKitFeatures.cmake:
1722 Add ENABLE_RESOURCE_USAGE to CMake builds.
1724 2016-02-02 Alejandro G. Castro <alex@igalia.com>
1726 [GTK][EFL] Upgrade OpenWebRTC dependency
1727 https://bugs.webkit.org/show_bug.cgi?id=153489
1729 Reviewed by Philippe Normand.
1731 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
1732 required to make the mediastream work.
1734 2016-02-01 Alex Christensen <achristensen@webkit.org>
1736 [Win] WTFHeaderDetection.h no longer needed
1737 https://bugs.webkit.org/show_bug.cgi?id=153753
1738 rdar://problem/24434627
1740 Reviewed by Darin Adler.
1742 * Source/cmake/WebKitFS.cmake:
1744 2016-01-31 Joonghun Park <jh718.park@samsung.com>
1746 [EFL] All API tests are broken on 15.10
1747 https://bugs.webkit.org/show_bug.cgi?id=153528
1749 Reviewed by Gyuyoung Kim.
1751 * CMakeLists.txt: Having include(WebKitCommon) statement follow
1752 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
1754 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
1756 Enable SamplingProfiler on POSIX environment
1757 https://bugs.webkit.org/show_bug.cgi?id=153584
1759 Reviewed by Michael Saboff.
1761 Add features.h header check. It will define __GLIBC__.
1763 * Source/cmake/OptionsCommon.cmake:
1765 2016-01-27 Alexey Proskuryakov <ap@apple.com>
1767 Remove ENABLE_CURRENTSRC
1768 https://bugs.webkit.org/show_bug.cgi?id=153545
1770 Reviewed by Simon Fraser.
1772 * Source/cmake/OptionsEfl.cmake:
1773 * Source/cmake/OptionsGTK.cmake:
1774 * Source/cmake/OptionsMac.cmake:
1775 * Source/cmake/OptionsWin.cmake:
1776 * Source/cmake/WebKitFeatures.cmake:
1777 * Source/cmake/tools/vsprops/FeatureDefines.props:
1778 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
1780 2016-01-25 Alex Christensen <achristensen@webkit.org>
1782 Fix internal Windows build
1783 https://bugs.webkit.org/show_bug.cgi?id=153469
1785 Reviewed by Brent Fulgham.
1787 * Source/cmake/WebKitMacros.cmake:
1788 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
1790 2016-01-23 Aaron Chu <arona.chu@gmail.com>
1792 Web Inspector: AXI: node-link-list should be collapsible
1793 https://bugs.webkit.org/show_bug.cgi?id=130911
1795 Added a manual test to test the node list in the Accessibility Inspector
1797 Reviewed by Timothy Hatcher.
1799 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
1801 2016-01-22 Alex Christensen <achristensen@webkit.org>
1803 Fix internal Windows build
1804 https://bugs.webkit.org/show_bug.cgi?id=153385
1805 rdar://problem/24310408
1807 Reviewed by Brian Weinstein.
1809 * Source/cmake/WinTools.make:
1810 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
1811 These property sheets are needed for some projects that are not in this repository
1812 and don't use CMake in the official build. We want to leave them unchanged for now.
1814 2016-01-22 Alex Christensen <achristensen@webkit.org>
1816 Only set CMake output directories if they aren't already set
1817 https://bugs.webkit.org/show_bug.cgi?id=153373
1819 Reviewed by Michael Catanzaro.
1822 r195242 caused Windows builds to copy files to bin instead of bin64.
1823 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
1824 This also makes it so you can set these variables by command line.
1826 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
1828 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
1830 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1832 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
1834 [CMake] Duplicate attempts to find software during cmake stage
1835 https://bugs.webkit.org/show_bug.cgi?id=153211
1837 Reviewed by Martin Robinson.
1839 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
1840 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
1842 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
1844 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
1845 https://bugs.webkit.org/show_bug.cgi?id=153190
1847 Reviewed by Csaba Osztrogonác.
1849 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
1851 * Source/CMakeLists.txt:
1852 * Source/cmake/OptionsWin.cmake:
1854 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
1856 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
1858 https://bugs.webkit.org/show_bug.cgi?id=153117
1860 Reviewed by Michael Catanzaro.
1862 * Source/cmake/OptionsGTK.cmake:
1864 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
1866 [CMake] Do not use LLVM static libraries for FTL JIT
1867 https://bugs.webkit.org/show_bug.cgi?id=151559
1869 Reviewed by Michael Catanzaro.
1871 Also export LLVM_LIBRARIES variable that can be used to prefer
1872 linking to the llvm dynamic libraries.
1874 * Source/cmake/FindLLVM.cmake:
1876 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
1878 [GTK] Add comments above options declarations in OptionsGTK.cmake
1879 https://bugs.webkit.org/show_bug.cgi?id=153074
1881 Reviewed by Martin Robinson.
1883 * Source/cmake/OptionsGTK.cmake:
1885 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
1887 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
1889 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1891 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
1893 Add a build flag for custom element
1894 https://bugs.webkit.org/show_bug.cgi?id=153005
1896 Reviewed by Alex Christensen.
1898 * Source/cmake/OptionsEfl.cmake:
1899 * Source/cmake/OptionsWin.cmake:
1900 * Source/cmake/WebKitFeatures.cmake:
1902 2016-01-08 Alex Christensen <achristensen@webkit.org>
1904 Fix internal Windows build
1905 https://bugs.webkit.org/show_bug.cgi?id=152937
1907 Reviewed by Brent Fulgham.
1909 * Source/cmake/WebKitCommon.cmake:
1910 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
1911 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
1912 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
1913 set PATH=%SystemDrive%\cygwin\bin;%PATH%
1915 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1917 [EFL] Set WebKit2 process output name
1918 https://bugs.webkit.org/show_bug.cgi?id=152773
1920 Reviewed by Benjamin Poulain.
1922 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
1923 So this patch sets wk2 process output name.
1925 * Source/cmake/OptionsEfl.cmake:
1927 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
1929 [CMake] Remove USE_UDIS86 variable
1930 https://bugs.webkit.org/show_bug.cgi?id=152731
1932 Reviewed by Gyuyoung Kim.
1934 Remove the USE_UDIS86 variable in CMake files. The specific build guard
1935 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
1936 in CMake isn't required anymore. The Udis86-specific files have to be
1937 built unconditionally now, though.
1939 * Source/cmake/OptionsEfl.cmake:
1940 * Source/cmake/OptionsGTK.cmake:
1941 * Source/cmake/OptionsMac.cmake:
1943 2016-01-04 Alex Christensen <achristensen@webkit.org>
1945 Fix Mac CMake build after r194454.
1947 * Source/cmake/OptionsMac.cmake:
1948 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
1949 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
1951 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
1953 [GTK][CMake] Do not override default values of build options with the default value
1954 https://bugs.webkit.org/show_bug.cgi?id=152615
1956 Reviewed by Martin Robinson.
1958 Override the default value of build options only when the default value for the GTK+ port
1959 is actually different than the default value in WebKitFeatures.cmake. This way we don't
1960 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
1961 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
1963 * Source/cmake/OptionsGTK.cmake:
1965 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
1967 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
1968 https://bugs.webkit.org/show_bug.cgi?id=144069
1970 Reviewed by Martin Robinson.
1972 * Source/cmake/OptionsWin.cmake:
1973 Do not set options that no longer exist.
1974 * Source/cmake/WebKitFeatures.cmake:
1975 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
1976 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
1977 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
1978 no CMake port was using it.
1980 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
1982 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
1983 https://bugs.webkit.org/show_bug.cgi?id=152611
1985 Reviewed by Martin Robinson.
1987 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
1988 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
1989 not to the DOM bindings generator, for example).
1991 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
1992 called after WEBKIT_OPTION_END, they don't do anything.
1994 Add error checking to catch these bugs.
1996 * Source/cmake/WebKitFeatures.cmake:
1998 2015-12-30 Philippe Normand <pnormand@igalia.com>
2000 [GTK][Mac] Disable gtk-doc
2001 https://bugs.webkit.org/show_bug.cgi?id=150798
2003 Reviewed by Michael Catanzaro.
2005 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
2006 link error on Mac, so for now disable gtk-doc support on that
2008 * Source/cmake/OptionsGTK.cmake: Ditto.
2010 2015-12-23 Andy VanWagoner <andy@instructure.com>
2012 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
2013 https://bugs.webkit.org/show_bug.cgi?id=147603
2015 Reviewed by Benjamin Poulain.
2017 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
2019 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
2021 [Fetch API] Add fetch API compile time flag
2022 https://bugs.webkit.org/show_bug.cgi?id=152254
2024 Reviewed by Darin Adler.
2026 * Source/cmake/OptionsWin.cmake:
2027 * Source/cmake/WebKitFeatures.cmake:
2029 2015-12-10 Brent Fulgham <bfulgham@apple.com>
2031 [Win] Support building under Cygwin or native Perl
2032 https://bugs.webkit.org/show_bug.cgi?id=152145
2033 <rdar://problem/23839868>
2035 Reviewed by David Kilzer.
2037 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
2041 2015-12-09 Daniel Bates <dabates@apple.com>
2043 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
2044 https://bugs.webkit.org/show_bug.cgi?id=151840
2045 <rdar://problem/23753931>
2047 Reviewed by Simon Fraser.
2049 Add a manual test that can be used to verify that we suspend dispatching device motion and
2050 device orientation events when the page is hidden.
2052 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
2055 (handleVisibilityChange):
2056 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
2058 2015-12-07 Alex Christensen <achristensen@webkit.org>
2060 Fix internal Windows build
2061 https://bugs.webkit.org/show_bug.cgi?id=151950
2063 Reviewed by Brent Fulgham.
2065 * Source/cmake/tools/scripts/auto-version.pl:
2067 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
2069 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
2070 https://bugs.webkit.org/show_bug.cgi?id=150792
2072 Reviewed by Saam Barati.
2074 * Source/cmake/OptionsWin.cmake:
2075 * Source/cmake/WebKitFeatures.cmake:
2077 2015-12-01 Commit Queue <commit-queue@webkit.org>
2079 Unreviewed, rolling out r192914.
2080 https://bugs.webkit.org/show_bug.cgi?id=151734
2082 JSC tests for this change are failing on 32 and 64-bit bots
2083 (Requested by ryanhaddad on #webkit).
2087 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
2088 enable this feature"
2089 https://bugs.webkit.org/show_bug.cgi?id=150792
2090 http://trac.webkit.org/changeset/192914
2092 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
2094 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
2095 https://bugs.webkit.org/show_bug.cgi?id=150792
2097 Reviewed by Saam Barati.
2099 * Source/cmake/OptionsWin.cmake:
2100 * Source/cmake/WebKitFeatures.cmake:
2102 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
2104 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
2106 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2108 2015-11-20 Alex Christensen <achristensen@webkit.org>
2110 Remove NETWORK_PROCESS compile flag
2111 https://bugs.webkit.org/show_bug.cgi?id=151512
2113 Reviewed by Tim Horton.
2115 * Source/cmake/OptionsEfl.cmake:
2116 * Source/cmake/OptionsGTK.cmake:
2117 * Source/cmake/OptionsMac.cmake:
2118 * Source/cmake/WebKitFeatures.cmake:
2120 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
2122 [EFL] Enable FTL JIT by default on X86_64
2123 https://bugs.webkit.org/show_bug.cgi?id=143822
2125 Reviewed by Carlos Garcia Campos.
2127 * Source/cmake/OptionsEfl.cmake:
2129 2015-11-19 Commit Queue <commit-queue@webkit.org>
2131 Unreviewed, rolling out r192667 and r192668.
2132 https://bugs.webkit.org/show_bug.cgi?id=151476
2134 broke api tests (Requested by alexchristensen on #webkit).
2136 Reverted changesets:
2138 "Remove the non-NetworkProcess configurations"
2139 https://bugs.webkit.org/show_bug.cgi?id=151418
2140 http://trac.webkit.org/changeset/192667
2142 "Fix GTK Build after r192667."
2143 http://trac.webkit.org/changeset/192668
2145 2015-11-19 Alex Christensen <achristensen@webkit.org>
2147 Remove the non-NetworkProcess configurations
2148 https://bugs.webkit.org/show_bug.cgi?id=151418
2150 Reviewed by Geoffrey Garen.
2152 * Source/cmake/OptionsEfl.cmake:
2153 * Source/cmake/OptionsGTK.cmake:
2154 * Source/cmake/OptionsMac.cmake:
2155 * Source/cmake/WebKitFeatures.cmake:
2157 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
2159 REGRESSION(r192459): [GTK] User agent string is broken after r192459
2160 https://bugs.webkit.org/show_bug.cgi?id=151347
2162 Reviewed by Žan Doberšek.
2164 Pass UA version numbers as strings to the build.
2166 * Source/cmake/OptionsGTK.cmake:
2168 2015-11-16 Alex Christensen <achristensen@webkit.org>
2170 Fix CMake build and make PluginProcess executable
2171 https://bugs.webkit.org/show_bug.cgi?id=151332
2173 Reviewed by Tim Horton.
2175 * Source/cmake/OptionsMac.cmake:
2177 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
2179 [GTK] Use FTL by default when LLVM 3.7 is available
2180 https://bugs.webkit.org/show_bug.cgi?id=142128
2182 Reviewed by Csaba Osztrogonác.
2184 Enable FTL by default when architecture is X86_64. It requires
2185 LLVM 3.7, but can be disabled manually as a cmake configure
2188 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
2189 available if the metapackage is installed and it points to
2190 llvm-config-3.5. So, here we check first if the llvm-config is
2191 from a recent enough version, and if not we check several
2192 llvm-config-<version> programs, so this should work on any distro.
2193 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
2194 target architecture is X86_64, and check the LLVM is at least
2195 3.7. The option is now public, since we want people to be able to
2196 disable it manually.
2198 2015-11-11 Anders Carlsson <andersca@apple.com>
2200 Enable cross-platform context menus by default
2201 https://bugs.webkit.org/show_bug.cgi?id=151173
2203 Reviewed by Tim Horton.
2205 * Source/cmake/OptionsEfl.cmake:
2207 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
2209 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
2210 https://bugs.webkit.org/show_bug.cgi?id=150972
2212 Reviewed by Darin Adler.
2214 * Source/cmake/OptionsMac.cmake:
2215 * Source/cmake/WebKitFeatures.cmake:
2217 2015-11-11 Philippe Normand <pnormand@igalia.com>
2219 [GTK][Mac] don't install .frameworks
2220 https://bugs.webkit.org/show_bug.cgi?id=151136
2222 Reviewed by Alex Christensen.
2224 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
2226 2015-11-10 Pranjal Jumde <pjumde@apple.com>
2228 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
2229 https://bugs.webkit.org/show_bug.cgi?id=150252
2230 <rdar://problem/23149470>
2232 Reviewed by Brent Fulgham.
2235 * Source/WebCore/editing/ios/EditorIOS.mm
2236 * Source/WebCore/editing/mac/EditorMac.mm
2237 In Editor::fontForSelection moved the node removal code, so that the
2238 node is only removed if style is not NULL.
2239 * Source/WebCore/editing/cocoa/EditorCocoa.mm
2240 In Editor::styleForSelectionStart checking if the parentNode can
2241 accept the styleElement node.
2242 * LayoutTests/editing/execCommand/150252.xhtml
2243 * LayoutTests/editing/execCommand/150252_minimal.xhtml
2244 * LayoutTests/editing/execCommand/150252-expected.txt
2245 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
2247 2015-11-09 Pranjal Jumde <pjumde@apple.com>
2249 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
2250 https://bugs.webkit.org/show_bug.cgi?id=150252
2251 <rdar://problem/23149470>
2253 Reviewed by Brent Fulgham.
2255 * Source/WebCore/editing/ios/EditorIOS.mm
2256 * Source/WebCore/editing/mac/EditorMac.mm
2257 In Editor::fontForSelection moved the node removal code, so that the
2258 node is only removed if style is not NULL.
2259 * LayoutTests/editing/execCommand/150252.xhtml
2260 * LayoutTests/editing/execCommand/150252_minimal.xhtml
2261 * LayoutTests/editing/execCommand/150252-expected.txt
2262 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
2264 2015-11-06 Daniel Bates <dabates@apple.com>
2266 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
2267 https://bugs.webkit.org/show_bug.cgi?id=150849
2269 Reviewed by Alexey Proskuryakov.
2271 Add support for overriding the user-provided arguments SDKROOT and ARCHS
2272 on a per Makefile basis.
2276 2015-11-06 Philippe Normand <pnormand@igalia.com>
2278 Unreviewed, GTK build fix after r192095.
2280 * Source/cmake/FindGTK3.cmake:
2282 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
2284 [GTK] Re-enable Quartz backend on cmake build system
2285 https://bugs.webkit.org/show_bug.cgi?id=144561
2287 Reviewed by Philippe Normand.
2289 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
2290 the presence of of gtk+-quartz-3.0 module.
2291 * Source/cmake/OptionsGTK.cmake: Reintroduce the
2292 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
2293 GTK+ Quartz backend on OS X.
2295 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2297 Add runtime and compile time flags for enabling Web Animations API and model.
2298 https://bugs.webkit.org/show_bug.cgi?id=150914
2300 Reviewed by Benjamin Poulain.
2302 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
2304 * Source/cmake/OptionsWin.cmake:
2305 * Source/cmake/WebKitFeatures.cmake:
2307 2015-11-03 Brent Fulgham <bfulgham@apple.com>
2309 [Win] CMake build update.
2311 Rubberstamped by Tim Horton.
2313 * Source/PlatformWin.cmake: Add internal tool to build
2314 rules for internal use.
2316 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
2318 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
2320 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2322 2015-11-02 Philippe Normand <pnormand@igalia.com>
2324 [Mac][GTK] Disable Ninja response file support
2325 https://bugs.webkit.org/show_bug.cgi?id=150801
2327 Reviewed by Alex Christensen.
2329 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
2330 support response files, so instruct Ninja to not generate those.
2332 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
2334 Fix the FTL JIT build with system LLVM on Linux
2335 https://bugs.webkit.org/show_bug.cgi?id=150795
2337 Reviewed by Filip Pizlo.
2339 * Source/cmake/FindLLVM.cmake:
2341 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
2343 Unreviewed. Bump GTK+ versions numbers.
2345 * Source/cmake/OptionsGTK.cmake:
2347 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
2349 [ES6] Support Generator Syntax
2350 https://bugs.webkit.org/show_bug.cgi?id=150769
2352 Reviewed by Geoffrey Garen.
2354 Added ENABLE_ES6_GENERATORS flag.
2356 * Source/cmake/OptionsWin.cmake:
2357 * Source/cmake/WebKitFeatures.cmake:
2359 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2361 [EFL] Add Shadow DOM feature
2362 https://bugs.webkit.org/show_bug.cgi?id=150611
2364 Reviewed by Csaba Osztrogonác.
2366 * Source/cmake/OptionsEfl.cmake:
2367 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
2369 2015-10-29 Alex Christensen <achristensen@webkit.org>
2372 https://bugs.webkit.org/show_bug.cgi?id=150686
2374 Reviewed by Filip Pizlo.
2376 * Source/cmake/WebKitMacros.cmake:
2378 2015-10-28 Alex Christensen <achristensen@webkit.org>
2380 Compile and link with CMake on Mac
2381 https://bugs.webkit.org/show_bug.cgi?id=150632
2383 Reviewed by Tim Horton.
2385 * Source/cmake/OptionsMac.cmake:
2387 2015-10-26 Dana Burkart <dburkart@apple.com>
2389 `make analyze` should build using the debug configuration
2390 https://bugs.webkit.org/show_bug.cgi?id=150571
2392 Reviewed by Lucas Forschler.
2396 2015-10-26 Philippe Normand <pnormand@igalia.com>
2398 Unreviewed, rolling out r191576.
2400 broke the http/tests/media tests
2404 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
2405 https://bugs.webkit.org/show_bug.cgi?id=149594
2406 http://trac.webkit.org/changeset/191576
2408 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
2410 [GStreamer] Bump internal jhbuild versions to 1.6.0
2411 https://bugs.webkit.org/show_bug.cgi?id=149594
2413 Reviewed by Philippe Normand.
2415 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
2417 * Source/cmake/FindGStreamer.cmake:
2419 2015-10-22 Philippe Normand <pnormand@igalia.com>
2421 [GTK][Mac] ICU-related build fixes
2422 https://bugs.webkit.org/show_bug.cgi?id=150032
2424 Rubber-stamped by Darin Adler.
2426 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
2428 2015-10-20 Yoav Weiss <yoav@yoav.ws>
2430 Rename the PICTURE_SIZES flag to CURRENTSRC
2431 https://bugs.webkit.org/show_bug.cgi?id=150275
2433 Reviewed by Dean Jackson.
2435 * Source/cmake/OptionsEfl.cmake:
2436 * Source/cmake/OptionsGTK.cmake:
2437 * Source/cmake/OptionsMac.cmake:
2438 * Source/cmake/OptionsWin.cmake:
2439 * Source/cmake/WebKitFeatures.cmake:
2441 2015-10-14 Tomas Popela <tpopela@redhat.com>
2443 [GTK][EFL] Fix build with cmake 3.4
2444 https://bugs.webkit.org/show_bug.cgi?id=150117
2446 Explicitely include the CheckIncludeFiles module before using
2447 the CHECK_INCLUDE_FILES command.
2449 Reviewed by Žan Doberšek.
2451 * Source/cmake/FindOpenGL.cmake:
2452 * Source/cmake/FindWebP.cmake:
2453 * Source/cmake/OptionsEfl.cmake:
2455 2015-10-13 Dean Jackson <dino@apple.com>
2457 Device motion and orientation should only be visible from the main frame's security origin
2458 https://bugs.webkit.org/show_bug.cgi?id=150072
2459 <rdar://problem/23082036>
2461 Reviewed by Brent Fulgham.
2463 Add a manual test for cross-origin device orientation events, while
2464 we're waiting on the mock client to be supported everywhere.
2466 * ManualTests/deviceorientation-child-frame.html: Added.
2467 * ManualTests/deviceorientation-main-frame-only.html: Added.
2469 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
2471 [GTK] OSX linker doesn't understand --whole-archive
2472 https://bugs.webkit.org/show_bug.cgi?id=144557
2474 Reviewed by Martin Robinson.
2476 * Source/cmake/OptionsGTK.cmake: Turn the macro
2477 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
2478 because XCode's linker doesn't have the --whole-archive option.
2480 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
2482 [GTK] Use --version-script only on Linux
2483 https://bugs.webkit.org/show_bug.cgi?id=144555
2485 Reviewed by Philippe Normand.
2487 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
2488 option on Darwin (whose linker doesn't support it.)
2490 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2492 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
2493 https://bugs.webkit.org/show_bug.cgi?id=149947
2495 Reviewed by Csaba Osztrogonác.
2497 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
2500 * Source/cmake/OptionsMac.cmake:
2501 * Source/cmake/OptionsWin.cmake:
2502 * Source/cmake/WebKitFeatures.cmake:
2504 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
2506 Fix ENABLE_OPENGL=OFF builds
2507 https://bugs.webkit.org/show_bug.cgi?id=146511
2509 Reviewed by Darin Adler.
2511 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
2512 ENABLE_OPENGL due to EGL usage.
2514 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
2516 Convert focused-input-should-assist-on-touch.html into an automated test
2517 https://bugs.webkit.org/show_bug.cgi?id=149724
2519 Reviewed by Simon Fraser.
2521 Remove a manual test that can now be rewritten as an automated test.
2523 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
2525 2015-10-01 Brent Fulgham <bfulgham@apple.com>
2527 [Win] Unreviewed CMake build fix.
2529 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
2530 and make sure exception handling is turned off.
2532 2015-09-30 Brent Fulgham <bfulgham@apple.com>
2534 [Win] Unreviewed build fix after CMake conversion.
2536 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
2538 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
2540 [GTK][CMake] Warning about CMP0058
2541 https://bugs.webkit.org/show_bug.cgi?id=149627
2543 Reviewed by Martin Robinson.
2545 Opt-in to the new behavior for CMP0058.
2549 2015-09-28 Brent Fulgham <bfulgham@apple.com>
2551 [Win] Unreviewed build fix for internal systems.
2553 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
2554 location for include and link libraries, rather than the system locations.
2556 2015-09-28 Alex Christensen <achristensen@webkit.org>
2558 Build WK1 with CMake on Mac
2559 https://bugs.webkit.org/show_bug.cgi?id=149604
2561 Reviewed by Chris Dumez.
2563 * Source/cmake/OptionsMac.cmake:
2564 * Source/cmake/WebKitMacros.cmake:
2565 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
2567 2015-09-25 Alex Christensen <achristensen@webkit.org>
2569 Clean up CMake build on Mac
2570 https://bugs.webkit.org/show_bug.cgi?id=149573
2572 Reviewed by Chris Dumez.
2574 * Source/cmake/OptionsMac.cmake:
2576 2015-09-25 Alex Christensen <achristensen@webkit.org>
2578 [Win] Switch to CMake
2579 https://bugs.webkit.org/show_bug.cgi?id=148111
2581 Reviewed by Brent Fulgham.
2583 * Source/cmake/WinTools.make: Added.
2584 * Source/cmake/tools: Added.
2585 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
2586 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
2588 2015-09-25 Alex Christensen <achristensen@webkit.org>
2590 Prepare internal AppleWin build for CMake
2591 https://bugs.webkit.org/show_bug.cgi?id=149570
2593 Reviewed by Brent Fulgham.
2595 * Source/PlatformWin.cmake:
2596 Include internal CMake files if they exist.
2598 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2600 Add a file of pointer-lock to cmake ports
2601 https://bugs.webkit.org/show_bug.cgi?id=149453
2603 Reviewed by Csaba Osztrogonác.
2605 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
2607 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
2609 [CMake] Allow to enable OpenMP support.
2610 https://bugs.webkit.org/show_bug.cgi?id=149457
2612 Reviewed by Csaba Osztrogonác.
2614 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
2615 will enable the support for OpenMP. Currently this is only used as
2616 an alternative implementation to native threads for the parallelization
2617 of the SVG filters. But name the option with a generic name (USE_OPENMP)
2618 as it could be also used to enable future features that depend on OpenMP.
2620 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
2622 [EFL] Build break when DEVELOPER_MODE is OFF
2623 https://bugs.webkit.org/show_bug.cgi?id=149448
2625 Reviewed by Gyuyoung Kim.
2627 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
2629 * Source/cmake/eflsymbols.filter:
2631 2015-09-21 Alex Christensen <achristensen@webkit.org>
2633 Disable PICTURE_SIZES in Windows CMake build like r189745.
2634 https://bugs.webkit.org/show_bug.cgi?id=149125
2636 * Source/cmake/OptionsWin.cmake:
2637 Do the same thing as r189745.
2639 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
2641 Removing XHR_TIMEOUT guard
2643 Remove XHR_TIMEOUT compilation guard
2644 https://bugs.webkit.org/show_bug.cgi?id=149260
2646 Reviewed by Benjamin Poulain.
2648 * Source/cmake/OptionsEfl.cmake:
2649 * Source/cmake/OptionsGTK.cmake:
2650 * Source/cmake/OptionsMac.cmake:
2651 * Source/cmake/OptionsWin.cmake:
2652 * Source/cmake/WebKitFeatures.cmake:
2654 2015-09-18 Alex Christensen <achristensen@webkit.org>
2656 Fix tests on Windows after switching to CMake.
2657 https://bugs.webkit.org/show_bug.cgi?id=149339
2659 Reviewed by Brent Fulgham.
2661 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
2663 2015-09-17 Alex Christensen <achristensen@webkit.org>
2665 Fix Windows EWS build after r189934.
2667 * Source/cmake/OptionsWin.cmake:
2668 Use WEBKIT_LIBRARIES environment variable if it exists.
2669 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
2671 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
2673 Add ShadowRoot interface and Element.prototype.attachShadow
2674 https://bugs.webkit.org/show_bug.cgi?id=149187
2676 Reviewed by Antti Koivisto.
2678 * Source/cmake/OptionsGTK.cmake:
2680 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
2682 [cmake] Enable debug fission only if it is supported
2683 https://bugs.webkit.org/show_bug.cgi?id=149161
2685 Reviewed by Martin Robinson.
2687 * Source/cmake/OptionsCommon.cmake:
2689 2015-09-14 Alex Christensen <achristensen@webkit.org>
2691 Progress towards CMake on Mac.
2692 https://bugs.webkit.org/show_bug.cgi?id=149123
2694 Reviewed by Chris Dumez.
2696 * Source/cmake/OptionsMac.cmake:
2697 * Source/cmake/WebKitFeatures.cmake:
2698 Defined and enabled some more features needed on Mac.
2699 * Source/cmake/WebKitMacros.cmake:
2700 Objective C bindings need special changes when generating:
2701 Some of the bindings do not generate a .mm file but the header is needed.
2702 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
2703 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
2705 2015-09-08 Daniel Bates <dabates@apple.com>
2707 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
2708 https://bugs.webkit.org/show_bug.cgi?id=74729
2709 <rdar://problem/22550195>
2711 Reviewed by Jon Honeycutt.
2713 * ManualTests/compositing/resources/composited-subframe.html: Removed.
2714 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
2716 2015-09-06 Andy Estes <aestes@apple.com>
2718 WebKit.xcworkspace should be be able to build iOS platforms
2719 https://bugs.webkit.org/show_bug.cgi?id=148881
2721 Reviewed by Daniel Bates.
2723 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
2724 for all supported platforms.
2726 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
2727 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
2729 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
2731 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
2732 photo library uploads a JPEG
2733 https://bugs.webkit.org/show_bug.cgi?id=148849
2735 Reviewed by Daniel Bates.
2737 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
2738 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
2739 functionality doesn't exist on iOS, so we'll add a manual test.
2740 This tests that the first few bytes of the selected file are "GIF".
2742 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
2744 Follow-up patch for r189343.
2745 https://bugs.webkit.org/show_bug.cgi?id=148795
2747 Rubber-stamped by Csaba Osztrogonác.
2749 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
2750 to 1.9, since this seems to be enough to fix the build failure.
2751 And 2.0 may cause problems for developers using some distributions like Ubuntu.
2753 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
2755 [CMake] Trigger the memory-reduction tricks on armhf too
2756 https://bugs.webkit.org/show_bug.cgi?id=146640
2758 Reviewed by Csaba Osztrogonác.
2760 * Source/cmake/OptionsCommon.cmake:
2761 Activate --no-keep-memory even on armhf to reduce the amount of memory
2762 needed during linking, to avoid out-of-memory failures as much as
2765 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
2767 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
2768 https://bugs.webkit.org/show_bug.cgi?id=148795
2770 Rubber-stamped by Carlos Garcia Campos.
2772 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
2774 2015-09-02 Alex Christensen <achristensen@webkit.org>
2776 Make bison grammar compatible with bison 2.1
2777 https://bugs.webkit.org/show_bug.cgi?id=148731
2779 Reviewed by Tim Horton.
2781 * Source/cmake/WebKitCommon.cmake:
2784 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
2786 [CMake] Build with Debug Fission on by default on Debug builds.
2787 https://bugs.webkit.org/show_bug.cgi?id=148639
2789 Reviewed by Martin Robinson.
2791 * Source/cmake/OptionsCommon.cmake:
2793 2015-08-29 Alex Christensen <achristensen@webkit.org>
2795 Unreviewed build fix after r179923.
2797 * Source/CMakeLists.txt:
2798 bmalloc isn't ported to Windows yet.
2800 2015-08-27 Alex Christensen <achristensen@webkit.org>
2802 Isolate Source directories in CMake build
2803 https://bugs.webkit.org/show_bug.cgi?id=148389
2805 Reviewed by Brent Fulgham.
2808 * Source/cmake/WebKitCommon.cmake:
2809 Move package finding to WebKitCommon.
2811 2015-08-26 Per Arne Vollan <peavo@outlook.com>
2813 [Win] Build does not generate debug info.
2814 https://bugs.webkit.org/show_bug.cgi?id=148431
2816 Reviewed by Alex Christensen.
2818 Generate debug info for Windows builds.
2820 * Source/cmake/OptionsWin.cmake:
2822 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
2824 [GTK] Disable ACCELERATED_2D_CANVAS by default
2825 https://bugs.webkit.org/show_bug.cgi?id=148473
2827 Reviewed by Martin Robinson.
2829 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
2830 but not on Debian (which does not). We've known this was problematic for a while, since it
2831 means we have two different sets of distro-dependent bugs, but never decided whether that
2832 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
2833 have the same bugs everywhere. We can turn this on again for other distros when we're ready
2834 to turn it on for Debian.
2836 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
2839 * Source/cmake/OptionsGTK.cmake:
2841 2015-08-25 Commit Queue <commit-queue@webkit.org>
2843 Unreviewed, rolling out r188919.
2844 https://bugs.webkit.org/show_bug.cgi?id=148452
2846 broke build (Requested by alexchristensen on #webkit).
2850 "[Win] Build does not generate debug info."
2851 https://bugs.webkit.org/show_bug.cgi?id=148431
2852 http://trac.webkit.org/changeset/188919
2854 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
2856 [GTK] r186800 broke the build on Ubuntu 14.04
2857 https://bugs.webkit.org/show_bug.cgi?id=147559
2859 Reviewed by Martin Robinson.
2861 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
2862 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
2864 2015-08-25 Per Arne Vollan <peavo@outlook.com>
2866 [Win] Build does not generate debug info.
2867 https://bugs.webkit.org/show_bug.cgi?id=148431
2869 Reviewed by Brent Fulgham.
2871 Generate debug info for Windows builds.
2873 * Source/cmake/OptionsWin.cmake:
2875 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2877 [GTK] Auto-detection of cairo-gl fails
2878 https://bugs.webkit.org/show_bug.cgi?id=148189
2880 Reviewed by Žan Doberšek.
2882 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
2883 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
2884 deemed available, which might not be the case.
2885 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
2887 2015-08-19 Alex Christensen <achristensen@webkit.org>
2889 CMake Windows build should not include files directly from other Source directories
2890 https://bugs.webkit.org/show_bug.cgi?id=148198
2892 Reviewed by Brent Fulgham.
2894 * Source/cmake/WebKitMacros.cmake:
2896 2015-08-19 Alex Christensen <achristensen@webkit.org>
2898 Build TestWTF on Mac with CMake.
2899 https://bugs.webkit.org/show_bug.cgi?id=147972
2901 Reviewed by Tim Horton.
2903 * Source/cmake/OptionsMac.cmake:
2904 Enable API tests in Mac's CMake build.
2906 2015-08-18 Alex Christensen <achristensen@webkit.org>
2908 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
2909 https://bugs.webkit.org/show_bug.cgi?id=148127
2911 Reviewed by Martin Robinson.
2914 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
2916 2015-08-17 Alex Christensen <achristensen@webkit.org>
2918 [Win CMake] Allow WebKitLibraries directory to be set from the command line
2919 https://bugs.webkit.org/show_bug.cgi?id=148112
2921 Reviewed by Brent Fulgham.
2923 * Source/cmake/OptionsWin.cmake:
2924 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
2925 Instead, use the default location if nothing is passed in from the command line.
2926 This way we can set it from the command line for the AppleInternal build.
2927 Also, set the output directories to be consistent between the old and new build systems (and ninja).
2929 2015-08-17 Alex Christensen <achristensen@webkit.org>
2931 Build Debug Suffix on Windows with CMake
2932 https://bugs.webkit.org/show_bug.cgi?id=148083
2934 Reviewed by Brent Fulgham.
2936 * Source/cmake/OptionsWin.cmake:
2937 Use debug libraries in debug suffix builds.
2939 2015-08-17 Alex Christensen <achristensen@webkit.org>
2941 Move some commands from ./CMakeLists.txt to Source/cmake
2942 https://bugs.webkit.org/show_bug.cgi?id=148003
2944 Reviewed by Brent Fulgham.
2947 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
2948 so we can change directory structure from command line parameters.
2949 * Source/cmake/OptionsAppleWin.cmake:
2950 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
2951 * Source/cmake/OptionsWinCairo.cmake:
2952 * Source/cmake/OptionsWindows.cmake: Removed.
2953 * Source/cmake/WebKitCommon.cmake: Added.
2954 * Source/cmake/WebKitFS.cmake:
2956 2015-08-13 Commit Queue <commit-queue@webkit.org>
2958 Unreviewed, rolling out r188428.
2959 https://bugs.webkit.org/show_bug.cgi?id=148015
2961 broke cmake build (Requested by alexchristensen on #webkit).
2965 "Move some commands from ./CMakeLists.txt to Source/cmake"
2966 https://bugs.webkit.org/show_bug.cgi?id=148003
2967 http://trac.webkit.org/changeset/188428
2969 2015-08-13 Alex Christensen <achristensen@webkit.org>
2971 Move some commands from ./CMakeLists.txt to Source/cmake
2972 https://bugs.webkit.org/show_bug.cgi?id=148003
2974 Reviewed by Brent Fulgham.
2977 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
2978 so we can change directory structure from command line parameters.
2979 * Source/cmake/WebKitCommon.cmake: Added.
2980 * Source/cmake/WebKitFS.cmake:
2982 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
2984 A focused node should not be assisted when handling touch events synchronously
2985 https://bugs.webkit.org/show_bug.cgi?id=147836
2987 Reviewed by Enrica Casucci.
2989 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
2991 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
2992 input can still be assisted due to a touch event.
2993 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
2994 event does not automatically cause us to assist the currently focused node.
2996 2015-08-12 Alex Christensen <achristensen@webkit.org>
2998 Fix Debug CMake builds on Windows
2999 https://bugs.webkit.org/show_bug.cgi?id=147940
3001 Reviewed by Chris Dumez.
3003 * Source/cmake/OptionsWindows.cmake:
3004 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
3006 2015-08-10 Alex Christensen <achristensen@webkit.org>
3008 Build TestWebKitAPI with CMake on Windows
3009 https://bugs.webkit.org/show_bug.cgi?id=147851
3011 Reviewed by Chris Dumez.
3013 * Source/cmake/OptionsWindows.cmake:
3014 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
3016 2015-08-06 Alex Christensen <achristensen@webkit.org>
3018 [Win] CMake build fix after r188098.
3020 * Source/cmake/OptionsWinCairo.cmake:
3021 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
3023 2015-08-04 Alex Christensen <achristensen@webkit.org>
3025 Fix quirks with CMake and VS2015
3026 https://bugs.webkit.org/show_bug.cgi?id=147663
3028 Reviewed by Brent Fulgham.
3030 * Source/cmake/OptionsWindows.cmake:
3031 Hide some warnings. Using the same variable names in nested scopes is ok for now.
3032 Disable INTL for now.
3034 2015-08-04 Alex Christensen <achristensen@webkit.org>
3036 Enable WebGL on Windows CMake build.
3037 https://bugs.webkit.org/show_bug.cgi?id=143311
3039 Reviewed by Csaba Osztrogonác.
3041 * Source/cmake/OptionsWindows.cmake:
3042 Enable WebGL by default in CMake builds now that it works.
3044 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
3046 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
3047 https://bugs.webkit.org/show_bug.cgi?id=147625
3049 Reviewed by Martin Robinson.
3051 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
3052 components unless they were actually found, not to accidentally
3053 enable Accelerated 2D canvas, which would cause the build to fail.
3055 * Source/cmake/FindCairoGL.cmake: Set this variables only when
3056 pkg_check_modules() had actually found the relevant component.
3058 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
3060 [CMake] Add an option to build AllInOne files
3061 https://bugs.webkit.org/show_bug.cgi?id=102647
3063 Reviewed by Alex Christensen.
3065 * Source/cmake/OptionsEfl.cmake: Disabled by default.
3066 * Source/cmake/OptionsGTK.cmake: Disabled by default.
3067 * Source/cmake/OptionsWindows.cmake: Enabled by default.
3068 * Source/cmake/WebKitFeatures.cmake:
3069 * Source/cmake/WebKitMacros.cmake:
3071 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
3073 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
3075 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3077 2015-07-31 Alex Christensen <achristensen@webkit.org>
3079 Prepare for debug CMake builds on Windows.
3080 https://bugs.webkit.org/show_bug.cgi?id=147484
3082 Reviewed by Tim Horton.
3084 * Source/cmake/OptionsWindows.cmake:
3085 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
3087 2015-07-30 Joonghun Park <jh718.park@samsung.com>
3089 [EFL] Enable IndexedDB based on DatabaseProcess
3090 https://bugs.webkit.org/show_bug.cgi?id=147221
3092 Reviewed by Csaba Osztrogonác.
3094 * Source/cmake/OptionsEfl.cmake:
3096 2015-07-30 Alex Christensen <achristensen@webkit.org>
3098 Build AppleWin port with CMake
3099 https://bugs.webkit.org/show_bug.cgi?id=147385
3101 Reviewed by Martin Robinson.
3103 * Source/cmake/OptionsWindows.cmake:
3104 Use the static multithreaded runtime. Based on
3105 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
3107 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
3109 Implement basic types for ECMAScript Internationalization API
3110 https://bugs.webkit.org/show_bug.cgi?id=146926
3112 Reviewed by Benjamin Poulain.
3114 Enable flag now that the basic objects are in place.
3116 * Source/cmake/WebKitFeatures.cmake: enable INTL
3118 2015-07-29 Basile Clement <basile_clement@apple.com>
3120 Remove native call inlining
3121 https://bugs.webkit.org/show_bug.cgi?id=147417
3123 Rubber-stamped by Filip Pizlo.
3125 * Source/cmake/OptionsEfl.cmake:
3126 * Source/cmake/WebKitFeatures.cmake:
3128 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
3130 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
3131 https://bugs.webkit.org/show_bug.cgi?id=147350
3133 Reviewed by Sam Weinig.
3135 * Source/cmake/WebKitFeatures.cmake:
3137 2015-07-27 Alex Christensen <achristensen@webkit.org>
3139 Use Ninja on Windows.
3140 https://bugs.webkit.org/show_bug.cgi?id=147228
3142 Reviewed by Martin Robinson.
3144 * Source/cmake/OptionsWindows.cmake:
3145 Only use /MP when using generated Visual Studio solution files to build.
3146 It makes compiling parallel in MSVC, but Ninja doesn't like it.
3148 2015-07-27 Alex Christensen <achristensen@webkit.org>
3150 Progress towards building AppleWin with CMake
3151 https://bugs.webkit.org/show_bug.cgi?id=147325
3153 Reviewed by Martin Robinson.
3155 * Source/cmake/OptionsWindows.cmake:
3156 Link with 64-bit libraries if building 64-bit binaries.
3157 Don't run regular expressions on empty strings when using Ninja.
3158 Removed DebugSuffix Visual Studio environment variables.
3160 2015-07-23 Alex Christensen <achristensen@webkit.org>
3162 Remove compile and runtime flags for promises.
3163 https://bugs.webkit.org/show_bug.cgi?id=147244
3165 Reviewed by Yusuke Suzuki.
3167 * Source/cmake/OptionsMac.cmake:
3168 * Source/cmake/OptionsWindows.cmake:
3169 * Source/cmake/WebKitFeatures.cmake:
3171 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
3173 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
3174 https://bugs.webkit.org/show_bug.cgi?id=147212
3176 Reviewed by Filip Pizlo.
3178 * Source/cmake/WebKitFeatures.cmake:
3180 2015-07-22 Alex Christensen <achristensen@webkit.org>
3182 Fix quirks in CMake build on Mac and Windows
3183 https://bugs.webkit.org/show_bug.cgi?id=147174
3185 Reviewed by Gyuyoung Kim.
3188 * Source/cmake/OptionsWindows.cmake:
3189 Added options I removed in r187022. They are indeed needed.
3190 * Source/cmake/WebKitFS.cmake:
3191 Make the DerivedSources/WebKit directory.
3193 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3195 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
3197 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3199 2015-07-20 Alex Christensen <achristensen@webkit.org>
3201 Resurrect CMake build on Windows.
3202 https://bugs.webkit.org/show_bug.cgi?id=147083
3204 Reviewed by Gyuyoung Kim.
3206 * Source/cmake/OptionsCommon.cmake:
3207 * Source/cmake/OptionsWindows.cmake:
3208 Change features to get it to compile. Still not a complete feature set.
3210 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
3212 [GTK] Add seccomp filters support
3213 https://bugs.webkit.org/show_bug.cgi?id=110014
3215 Reviewed by Žan Doberšek.
3217 Find needed compiler and linker flags for libseccomp.
3219 * Source/cmake/OptionsGTK.cmake:
3221 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
3223 Bring back the GNU ar check to create thin archives on non-Linux systems
3224 https://bugs.webkit.org/show_bug.cgi?id=146681
3226 Reviewed by Martin Robinson.
3228 We already use GNU ar thin archive feature to save time and disk space
3229 on creating static archives, but it is only enabled on Linux. Without
3230 this feature, the debug build of WebCore can be larger than 4 GiB,
3231 which can cause error because GNU ar format uses 32-bit integer to
3232 store offsets in the symbol table. This patch is similar to
3233 https://bugs.webkit.org/show_bug.cgi?id=128596.
3235 * Source/cmake/OptionsCommon.cmake:
3237 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
3239 [GTK] [Wayland] Build by default the X11 and Wayland targets.
3240 https://bugs.webkit.org/show_bug.cgi?id=146057
3242 Reviewed by Carlos Garcia Campos.
3244 * Source/cmake/OptionsGTK.cmake:
3246 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
3248 [GTK] ar warning when linking static libraries
3249 https://bugs.webkit.org/show_bug.cgi?id=144988
3251 Reviewed by Carlos Garcia Campos.
3253 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
3254 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
3255 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
3256 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
3257 should either stop using 'u' or else add 'U' as well in order to disable deterministic
3258 archives. Using 'U' should result in a somewhat faster build (at least when using the
3259 Makefile generator), but it's unlikely that the difference is significant, so let's simply
3260 remove 'u' until someone determines otherwise. This seems like a better option than adding
3261 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
3262 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
3263 behavior change on distributions that do not use --enable-deterministic-archives, notably
3266 * Source/cmake/OptionsCommon.cmake:
3268 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
3270 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
3271 https://bugs.webkit.org/show_bug.cgi?id=146590
3273 Reviewed by Martin Robinson.
3275 * Source/PlatformGTK.cmake: override the cached variables to
3276 forcefully disable gtk-doc and gobject-introspection when
3278 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
3279 documentation syntax when cross-building.
3282 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
3284 [EFL] test_ewk2_application_cache_manager has been failed since r185527
3285 https://bugs.webkit.org/show_bug.cgi?id=146016
3287 Reviewed by Gyuyoung Kim.
3289 In order to handle properly WebApplicationCacheManagerProxy implementation which use
3290 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
3291 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
3293 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
3295 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
3297 Implement ECMAScript Internationalization API
3298 https://bugs.webkit.org/show_bug.cgi?id=90906
3300 Reviewed by Benjamin Poulain.
3302 Begin implementing the Intl apis behind ENABLE_INTL flag.
3303 Create the base Intl namespace object.
3305 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
3307 2015-06-30 Philippe Normand <pnormand@igalia.com>
3309 [CMake] Error when gst-plugins-base is missing is too confusing
3310 https://bugs.webkit.org/show_bug.cgi?id=145682
3312 Reviewed by Carlos Garcia Campos.
3314 * Source/cmake/OptionsGTK.cmake: Error out if the required
3315 GStreamer libraries are not found on the host.
3317 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
3319 CairoGL should be checked unconditionally
3320 https://bugs.webkit.org/show_bug.cgi?id=146390
3322 Reviewed by Darin Adler.
3324 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
3325 it is run unconditionally; this is necessary because its result
3326 is used later on, outside of any conditions.
3328 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
3330 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
3331 https://bugs.webkit.org/show_bug.cgi?id=146318
3333 Reviewed by Sergio Villar Senin.
3335 Enable PUBLIC_SUFFIX_LIST for GTK+.
3337 * Source/cmake/OptionsGTK.cmake:
3339 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
3341 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
3343 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3345 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
3347 [EFL] Hyphenation is not supported
3348 https://bugs.webkit.org/show_bug.cgi?id=89830
3350 Reviewed by Gyuyoung Kim.
3352 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
3354 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
3356 [CMake] Add support for building with various sanitizer tools
3357 https://bugs.webkit.org/show_bug.cgi?id=131941
3359 Reviewed by Martin Robinson.
3361 * Source/PlatformGTK.cmake: Don't generate any documentation
3362 when compiling with sanitizers enabled.
3363 * Source/cmake/OptionsCommon.cmake: Allow linking with
3364 undefined symbols when compiling with sanitizers enabled.
3366 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
3368 libwebkit2gtk fails to link without opengl
3369 https://bugs.webkit.org/show_bug.cgi?id=138332
3371 Reviewed by Carlos Garcia Campos.
3373 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
3374 enabled regardless of whether OpenGL is, because certain symbols
3375 such as WebCore::GraphicsLayer::create() need to be built.
3377 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
3379 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
3380 https://bugs.webkit.org/show_bug.cgi?id=146181
3382 Reviewed by Martin Robinson.
3384 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
3386 * Source/cmake/OptionsGTK.cmake:
3388 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
3390 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
3391 https://bugs.webkit.org/show_bug.cgi?id=146171
3393 Reviewed by Gyuyoung Kim.
3395 * Source/cmake/OptionsEfl.cmake:
3396 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
3398 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
3400 [CMake] FindGTK3.cmake should not modify the values of build options
3401 https://bugs.webkit.org/show_bug.cgi?id=144613
3403 Reviewed by Martin Robinson.
3405 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
3406 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
3407 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
3408 GTK3_SUPPORTS_GESTURES for consistency.
3409 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
3410 available. It's not possible to automatically select a backend correctly anymore, since all
3411 options are set at the same time.
3413 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
3415 Remove unnecessary svn:executable flags
3416 https://bugs.webkit.org/show_bug.cgi?id=146107
3418 Reviewed by Alexey Proskuryakov.
3420 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
3421 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
3422 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
3423 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
3424 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
3426 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
3428 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
3429 https://bugs.webkit.org/show_bug.cgi?id=146108
3431 Reviewed by Gyuyoung Kim.
3433 * Source/cmake/OptionsEfl.cmake:
3435 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
3437 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
3438 https://bugs.webkit.org/show_bug.cgi?id=146035
3440 Reviewed by Gyuyoung Kim.
3442 * Source/cmake/OptionsEfl.cmake:
3444 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
3446 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
3447 https://bugs.webkit.org/show_bug.cgi?id=145701
3449 Reviewed by Darin Adler.
3451 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
3453 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
3455 [iOS] Crash long pressing on <input type=file>
3456 https://bugs.webkit.org/show_bug.cgi?id=146009
3457 <rdar://problem/21234453>
3459 Reviewed by Ryosuke Niwa.
3461 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
3463 2015-06-16 Brent Fulgham <bfulgham@apple.com>
3465 Rollout accidental Xcode project change.
3467 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3469 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3471 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
3472 https://bugs.webkit.org/show_bug.cgi?id=145909
3474 Reviewed by Csaba Osztrogonác.
3476 Bump EWebKit version based on efl library version used by the EWebKit.
3478 * Source/cmake/OptionsEfl.cmake:
3480 2015-06-11 Commit Queue <commit-queue@webkit.org>
3482 Unreviewed, rolling out r185453.
3483 https://bugs.webkit.org/show_bug.cgi?id=145881
3485 it broke the 32-bit build (Requested by clopez on #webkit).
3489 "[GTK] [Wayland] Should be possible to build with support for
3490 both X11 and Wayland."
3491 https://bugs.webkit.org/show_bug.cgi?id=145701
3492 http://trac.webkit.org/changeset/185453
3494 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3496 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
3497 https://bugs.webkit.org/show_bug.cgi?id=145701
3499 Reviewed by Žan Doberšek.
3501 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
3503 2015-06-03 Daniel Bates <dabates@apple.com>
3505 Caps lock indicator should not be shown in read-only or disabled field
3506 https://bugs.webkit.org/show_bug.cgi?id=145612
3507 <rdar://problem/21227454>
3509 Reviewed by Darin Adler.
3511 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
3512 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
3513 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
3515 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
3517 [cmake] Suppress parentheses-equality warnings
3518 https://bugs.webkit.org/show_bug.cgi?id=145126
3520 Reviewed by Darin Adler.
3522 * Source/cmake/WebKitHelpers.cmake:
3524 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3526 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
3527 https://bugs.webkit.org/show_bug.cgi?id=145408
3529 Reviewed by Carlos Garcia Campos.
3531 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
3532 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
3533 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
3535 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
3536 libraries. Detect also GLX libraries.
3537 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
3538 libraries. Use find_path() to get the include path.
3539 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
3541 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
3542 depending on the libraries found on the system.
3543 Move the detection of GLX (and the include of CMakePushCheckState)
3544 to FindOpenGL.cmake.
3545 Ensure that we only define USE_GLX when we build with OpenGL
3546 (but not with GLESv2).
3548 2015-05-27 Dean Jackson <dino@apple.com>
3550 img.currentSrc problem in strict mode with old picturefill
3551 https://bugs.webkit.org/show_bug.cgi?id=144095
3552 <rdar://problem/21087013>
3554 Reviewed by Simon Fraser.
3556 Add a PICTURE_SIZES flag.
3558 * Source/cmake/OptionsEfl.cmake:
3559 * Source/cmake/OptionsGTK.cmake:
3560 * Source/cmake/OptionsMac.cmake:
3561 * Source/cmake/OptionsWindows.cmake:
3562 * Source/cmake/WebKitFeatures.cmake:
3564 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
3566 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
3568 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3570 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
3572 Unreviewed. Export DatabaseProcessMainUnix symbol.
3574 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
3575 is exported in production builds.
3577 * Source/cmake/gtksymbols.filter:
3579 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
3581 [GTK] Enable IndexedDB
3582 https://bugs.webkit.org/show_bug.cgi?id=98932
3584 Reviewed by Žan Doberšek.
3586 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3587 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3589 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
3591 [GTK] Bump GCC requirements to 4.9.0
3592 https://bugs.webkit.org/show_bug.cgi?id=145211
3594 Reviewed by Žan Doberšek.
3596 It's required to build with IndexedDB support when using GCC,
3597 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
3599 * Source/cmake/OptionsGTK.cmake:
3601 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
3603 [CMake] Ignore warnings in system headers
3604 https://bugs.webkit.org/show_bug.cgi?id=144747
3606 Reviewed by Darin Adler.
3608 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
3609 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
3610 use the SYSTEM argument to the command (added in 2.8.12).
3614 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
3616 [CMake] Error out when ruby is too old
3617 https://bugs.webkit.org/show_bug.cgi?id=145014
3619 Reviewed by Martin Robinson.
3621 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
3626 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
3628 [GTK] Enable plugin-related CMake options and variables for the X11 target only
3629 https://bugs.webkit.org/show_bug.cgi?id=144995
3631 Reviewed by Carlos Garcia Campos.
3633 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
3634 the X11 windowing target at the moment, so the following options
3635 and variables should be enabled or disabled accordingly:
3636 - ENABLE_PLUGIN_PROCESS_GTK2
3637 - ENABLE_NETSCAPE_PLUGIN_API
3638 - ENABLE_PLUGIN_PROCESS
3640 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
3642 Linker fails without -DDEVELOPER_MODE=ON
3643 https://bugs.webkit.org/show_bug.cgi?id=144117
3645 Reviewed by Gyuyoung Kim.
3647 * Source/cmake/OptionsEfl.cmake:
3648 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
3649 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
3651 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
3653 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
3654 https://bugs.webkit.org/show_bug.cgi?id=144846
3656 Reviewed by Martin Robinson.
3658 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
3659 CAIRO_GL_* throughout, because find_package will define
3661 * Source/cmake/OptionsGTK.cmake: Ditto.
3663 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
3665 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
3666 https://bugs.webkit.org/show_bug.cgi?id=144845
3668 Reviewed by Martin Robinson.
3670 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
3671 if their corresponding WTF options are ON. The code in npapi.h
3672 relies on these being undefined if they are to be switched off.
3674 2015-05-09 Yoav Weiss <yoav@yoav.ws>
3676 Remove the PICTURE_SIZES build flag
3677 https://bugs.webkit.org/show_bug.cgi?id=144679
3679 Reviewed by Benjamin Poulain.
3681 Removed the PICTURE_SIZES build time flag.
3683 * Source/cmake/OptionsEfl.cmake:
3684 * Source/cmake/OptionsGTK.cmake:
3685 * Source/cmake/OptionsMac.cmake:
3686 * Source/cmake/OptionsWindows.cmake:
3687 * Source/cmake/WebKitFeatures.cmake:
3689 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
3691 [GTK] [CMake] Check for required X libraries
3692 https://bugs.webkit.org/show_bug.cgi?id=144823
3694 Reviewed by Martin Robinson.
3696 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
3698 * Source/cmake/OptionsGTK.cmake:
3700 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
3702 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
3703 https://bugs.webkit.org/show_bug.cgi?id=144746
3705 Reviewed by Carlos Garcia Campos.
3707 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
3708 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
3709 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
3711 * Source/cmake/OptionsGTK.cmake:
3713 2015-05-08 Daniel Bates <dabates@apple.com>
3715 [iOS] WebSQL operations are not performed after device is locked
3716 https://bugs.webkit.org/show_bug.cgi?id=137503
3717 <rdar://problem/20844952>
3719 Rubber-stamped by Alexey Proskuryakov.
3721 Add a manual test to help verify that we do not regress this issue.
3723 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
3725 2015-05-08 Commit Queue <commit-queue@webkit.org>
3727 Unreviewed, rolling out r183945.
3728 https://bugs.webkit.org/show_bug.cgi?id=144789
3730 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
3734 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
3735 https://bugs.webkit.org/show_bug.cgi?id=144746
3736 http://trac.webkit.org/changeset/183945
3738 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
3740 Cleanup after r183940
3741 https://bugs.webkit.org/show_bug.cgi?id=144768
3745 Looks like the empty directories were not deleted.
3747 * Source/PAL: Removed.
3748 * Source/PAL/Configurations: Removed.
3749 * Source/PAL/PAL.xcodeproj: Removed.
3750 * Source/PAL/graphics: Removed.
3752 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
3754 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
3755 https://bugs.webkit.org/show_bug.cgi?id=144746
3757 Reviewed by Martin Robinson.
3759 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
3760 what it is defined to, so defining it to 0 effectively turned it on always.
3762 * Source/cmake/OptionsGTK.cmake:
3764 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
3766 Revert "Introducing the Platform Abstraction Layer (PAL)"
3767 https://bugs.webkit.org/show_bug.cgi?id=144751
3771 PAL should be a new target inside WebCore, rather than a top-level folder.
3773 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
3775 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
3777 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
3779 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3781 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
3783 Introducing the Platform Abstraction Layer (PAL)
3784 https://bugs.webkit.org/show_bug.cgi?id=143358
3786 Reviewed by Simon Fraser.
3788 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
3790 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
3792 [cmake] Disable GNU Gold linker on Cortex A53
3793 https://bugs.webkit.org/show_bug.cgi?id=144382
3795 Reviewed by Carlos Garcia Campos.
3797 * Source/cmake/OptionsCommon.cmake:
3799 2015-05-01 Martin Robinson <mrobinson@igalia.com>
3801 USE(...) macro should expect unprefixed variables
3802 https://bugs.webkit.org/show_bug.cgi?id=144454
3804 Reviewed by Daniel Bates.
3806 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
3807 * Source/cmake/OptionsEfl.cmake: Ditto.
3808 * Source/cmake/OptionsGTK.cmake: Ditto.
3809 * Source/cmake/OptionsMac.cmake: Ditto.
3810 * Source/cmake/OptionsWinCairo.cmake: Ditto.
3811 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
3814 2015-04-30 Martin Robinson <mrobinson@igalia.com>
3816 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
3817 https://bugs.webkit.org/show_bug.cgi?id=144394
3819 Reviewed by Carlos Garcia Campos.
3821 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
3822 is that it fixes the redirected XComposite window for GTK+, which was accidentally
3823 disabled in previous reworking of the CMake configuration.
3825 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
3826 version of USE variables.
3827 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
3828 is exposed to the build.
3830 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
3832 Unreviewed. Bump GTK+ version numbers.
3834 * Source/cmake/OptionsGTK.cmake:
3836 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
3838 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
3839 https://bugs.webkit.org/show_bug.cgi?id=144435
3841 Reviewed by Gyuyoung Kim.
3843 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
3844 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
3846 * Source/cmake/OptionsEfl.cmake:
3848 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
3850 REGRESSION(183583): [Mac] make without SDKROOT has issues
3851 https://bugs.webkit.org/show_bug.cgi?id=144431
3853 Reviewed by Dan Bernstein.
3856 Assume an empty SDKROOT means an macosx variant, so only
3857 enable settings if the SDKROOT is not empty and does not
3860 2015-04-29 Martin Robinson <mrobinson@igalia.com>
3862 Fix the GTK+ build after r183584
3864 * Source/cmake/OptionsGTK.cmake: Properly&