1 2017-03-10 Per Arne Vollan <pvollan@apple.com>
3 Unreviewed Win64 build fix. FTL is not ready to be turned on yet.
5 * Source/cmake/OptionsWin.cmake:
7 2017-03-10 Alex Christensen <achristensen@webkit.org>
11 * Source/cmake/OptionsWin.cmake:
12 WASM got turned on on Win64. Judging by the state of WasmMemory.cpp, I'm going to
13 assume this was a mistake and turn it off until someone writes a version that uses
14 VirtualAlloc/VirtualFree instead of mmap.
15 The FTL seems a bit unstable, though. This fixes the build, but more fixes are necessary.
17 2017-03-06 Yusuke Suzuki <utatane.tea@gmail.com>
19 Unreviewed, fix AppleWin build
20 https://bugs.webkit.org/show_bug.cgi?id=164032
22 * Source/cmake/WebKitFeatures.cmake:
24 2017-03-06 Yusuke Suzuki <utatane.tea@gmail.com>
26 [GTK][JSCOnly] Enable WebAssembly on Linux environment
27 https://bugs.webkit.org/show_bug.cgi?id=164032
29 Reviewed by Michael Catanzaro.
31 * Source/cmake/OptionsGTK.cmake:
32 * Source/cmake/OptionsJSCOnly.cmake:
33 * Source/cmake/OptionsMac.cmake:
34 * Source/cmake/WebKitFeatures.cmake:
36 2017-03-04 Michael Catanzaro <mcatanzaro@igalia.com>
38 Unreviewed, remove stray period from readme
42 2017-03-03 Dean Jackson <dino@apple.com>
44 Add WebGPU compile flag and experimental feature flag
45 https://bugs.webkit.org/show_bug.cgi?id=169161
46 <rdar://problem/30846689>
48 Reviewed by Tim Horton.
50 Add ENABLE_WEBGPU, an experimental feature flag, a RuntimeEnabledFeature,
51 and an InternalSetting.
53 * Source/cmake/OptionsMac.cmake:
54 * Source/cmake/WebKitFeatures.cmake:
55 * Source/cmake/tools/vsprops/FeatureDefines.props:
56 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
58 2017-03-01 Andy Estes <aestes@apple.com>
60 Build libwebrtc as part of the All Source scheme in WebKit.xcworkspace.
62 Rubber-stamped by Tim Horton.
64 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
66 2017-02-26 Carlos Garcia Campos <cgarcia@igalia.com>
68 Unreviewed. Bump GTK+ versions numbers.
70 * Source/cmake/OptionsGTK.cmake:
72 2017-02-26 Carlos Garcia Campos <cgarcia@igalia.com>
74 Unreviewed, rolling out r213024.
80 "[GTK] Unreviewed, bump GTK version numbers also on trunk"
81 http://trac.webkit.org/changeset/213024
83 2017-02-26 Michael Catanzaro <mcatanzaro@igalia.com>
85 [GTK] Unreviewed, bump GTK version numbers also on trunk
87 * Source/cmake/OptionsGTK.cmake:
89 2017-02-23 Tomas Popela <tpopela@redhat.com>
91 [GTK] Compilation fails if using ninja together with icecream and cmake > 3.5
92 https://bugs.webkit.org/show_bug.cgi?id=168770
94 Reviewed by Carlos Garcia Campos.
96 If using cmake >= 3.6 together with ninja generator and icecream, the
97 build will fail as icecream does not correctly handle the response
98 files and it's not passing compiler flags from there to the compiler
99 itself (in our case it's not passing -fPIC which leads to the
100 failure while linking). Don't enable the ninja's response files
101 support if we fulfill the preconditions.
103 * Source/cmake/OptionsCommon.cmake:
105 2017-02-22 Ryosuke Niwa <rniwa@webkit.org>
107 Add GTK+ build instruction to ReadMe.md
108 https://bugs.webkit.org/show_bug.cgi?id=168745
110 Reviewed by Michael Catanzaro.
112 Add instructions to build GTK+ port.
114 Removed the instruction to set the default configuration since that didn't seem important.
118 2017-02-22 Alberto Garcia <berto@igalia.com>
120 [GTK] [2.15.90] Disable RESOURCE_USAGE on non-Linux systems
121 https://bugs.webkit.org/show_bug.cgi?id=168714
123 Reviewed by Carlos Garcia Campos.
125 * Source/cmake/OptionsGTK.cmake:
127 2017-02-21 Ryosuke Niwa <rniwa@webkit.org>
129 Remove the extra `'s errornously added during the final editing.
133 2017-02-21 Ryosuke Niwa <rniwa@webkit.org>
135 Add ReadMe.md to WebKit
136 https://bugs.webkit.org/show_bug.cgi?id=168413
138 Reviewed by Chris Dumez.
140 Add a ReadMe.md to be read on https://github.com/WebKit/webkit based on webkit.org content.
144 2017-02-20 Carlos Garcia Campos <cgarcia@igalia.com>
146 Remove ENABLE_THREADED_COMPOSITOR build option
147 https://bugs.webkit.org/show_bug.cgi?id=168606
149 Reviewed by Michael Catanzaro.
151 * Source/cmake/OptionsGTK.cmake:
152 * Source/cmake/WebKitFeatures.cmake:
154 2017-02-20 Manuel Rego Casasnovas <rego@igalia.com>
156 [css-grid] Remove compilation flag ENABLE_CSS_GRID_LAYOUT
157 https://bugs.webkit.org/show_bug.cgi?id=167693
159 Reviewed by Sergio Villar Senin.
161 CSS Grid Layout has been enabled by default in r211415,
162 and Safari 10.1 is shipping it.
163 It seems like a good moment to remove the compilation flag.
165 * Source/cmake/OptionsMac.cmake:
166 * Source/cmake/OptionsWin.cmake:
167 * Source/cmake/WebKitFeatures.cmake:
168 * Source/cmake/tools/vsprops/FeatureDefines.props:
169 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
171 2017-02-17 Michael Catanzaro <mcatanzaro@igalia.com>
173 Remove EFL from Source/cmake
174 https://bugs.webkit.org/show_bug.cgi?id=168512
176 Reviewed by Carlos Garcia Campos.
178 * Source/cmake/OptionsEfl.cmake: Removed.
179 * Source/cmake/WebKitPackaging.cmake:
180 * Source/cmake/eflsymbols.filter: Removed.
182 2017-02-16 Konstantin Tokarev <annulen@yandex.ru>
184 [cmake] Use env command to set PYTHONPATH if cmake is new enough
185 https://bugs.webkit.org/show_bug.cgi?id=156833
187 Reviewed by Alex Christensen.
189 This change fixes 2 issues when CMake >= 3.1 is used:
190 - When PYTHONPATH contains special characters, CMake adds quotes around
191 "PYTHONPATH=..." and produces broken build command in non-WIN32 case.
192 - On WIN32, unix-like shell can be used instead of cmd.exe, but this case
193 cannot be easily detected in cmake.
195 * Source/cmake/WebKitMacros.cmake:
197 2017-02-15 Carlos Garcia Campos <cgarcia@igalia.com>
199 Unreviewed. Add ENABLE_INTERSECTION_OBSERVER option to CMake.
201 It's now a runtime enabled feature so we should always build it.
203 Fixes: intersection-observer/intersection-observer-entry-interface.html
204 intersection-observer/intersection-observer-interface.html
206 * Source/cmake/WebKitFeatures.cmake:
208 2017-02-10 Brian Burg <bburg@apple.com>
210 Add basic debugging macros for CMake
211 https://bugs.webkit.org/show_bug.cgi?id=161538
213 Reviewed by Michael Catanzaro.
215 It's useful to be able to dump the state of everything when debugging
216 CMake build problems, especially when they happen on EWS (but not locally).
218 Start with macros for:
219 - dumping out all CMake variables
220 - dumping all executed commands (by turning off pretty-printing)
222 * Source/cmake/WebKitMacros.cmake:
224 2017-02-09 Alex Christensen <achristensen@webkit.org>
226 Build libwebrtc on bots without using it yet
227 https://bugs.webkit.org/show_bug.cgi?id=168062
229 Reviewed by Brent Fulgham.
233 2017-02-07 Olivier Blin <olivier.blin@softathome.com>
235 [GTK][Efl] Do not require LibXslt if XSLT is disabled
236 https://bugs.webkit.org/show_bug.cgi?id=167931
238 This fixes build with --no-xslt, when the libxslt dev files are not installed.
240 Reviewed by Michael Catanzaro.
242 * Source/cmake/OptionsEfl.cmake:
243 * Source/cmake/OptionsGTK.cmake:
245 2017-02-03 Konstantin Tokarev <annulen@yandex.ru>
247 [CMake] RelWithDebInfo builds are super broken at runtime
248 https://bugs.webkit.org/show_bug.cgi?id=163897
250 Reviewed by Michael Catanzaro.
252 * Source/cmake/OptionsCommon.cmake: Apply -fno-strict-aliasing,
253 -fno-exceptions, and -fno-rtti flags to all configurations,
254 instead of only "Release".
256 2017-02-03 Carlos Garcia Campos <cgarcia@igalia.com>
258 [GTK] Add initial implementation of resource usage overlay
259 https://bugs.webkit.org/show_bug.cgi?id=167731
261 Reviewed by Michael Catanzaro.
263 Enable RESOURCE_USAGE.
265 * Source/cmake/OptionsGTK.cmake:
267 2017-02-02 Alex Christensen <achristensen@webkit.org>
269 Build fix after r211602
270 https://bugs.webkit.org/show_bug.cgi?id=167758
273 Don't build libwebrtc by default. It's not used yet anyway.
275 2017-02-02 David Kilzer <ddkilzer@apple.com>
277 Make the Makefile great again after r211570, r211572
279 * Makefile: Restore tabs and ending newline.
281 2017-02-02 Jonathan Bedard <jbedard@apple.com>
283 Unreviewed build fix after r211570
285 * Makefile: Placed back.
287 2017-02-01 Yusuke Suzuki <utatane.tea@gmail.com>
289 Propagate networking errors correctly for import() operator
290 https://bugs.webkit.org/show_bug.cgi?id=167501
292 Reviewed by Ryosuke Niwa.
294 * Source/ModuleFetchFailureKind.h: Added.
296 2017-01-31 Carlos Garcia Campos <cgarcia@igalia.com>
298 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.4 release.
300 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
302 2017-01-24 Joseph Pecoraro <pecoraro@apple.com>
304 Fold USER_TIMING into WEB_TIMING and make it a RuntimeEnabledFeature
305 https://bugs.webkit.org/show_bug.cgi?id=167394
307 Reviewed by Ryosuke Niwa.
309 * Source/cmake/OptionsEfl.cmake:
310 * Source/cmake/OptionsWin.cmake:
311 * Source/cmake/WebKitFeatures.cmake:
312 * Source/cmake/tools/vsprops/FeatureDefines.props:
313 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
315 2017-01-22 Don Olmstead <don.olmstead@am.sony.com> and Myles C. Maxfield <mmaxfield@apple.com>
317 Introducing the Platform Abstraction Layer (PAL)
318 https://bugs.webkit.org/show_bug.cgi?id=143358
320 Reviewed by Alex Christensen.
323 * Source/CMakeLists.txt:
324 * Source/cmake/WebKitFS.cmake:
326 2017-01-20 Joseph Pecoraro <pecoraro@apple.com>
328 Remove outdated ENABLE(CSP_NEXT) build flag
329 https://bugs.webkit.org/show_bug.cgi?id=167252
331 Reviewed by Brent Fulgham.
333 * Source/cmake/OptionsMac.cmake:
334 * Source/cmake/OptionsWin.cmake:
335 * Source/cmake/WebKitFeatures.cmake:
336 * Source/cmake/tools/vsprops/FeatureDefines.props:
337 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
339 2017-01-20 Youenn Fablet <youenn@apple.com>
341 [WebRTC] Add libwebrtc build infrastructure
342 https://bugs.webkit.org/show_bug.cgi?id=167207
344 Reviewed by Alex Christensen.
346 * WebKit.xcworkspace/contents.xcworkspacedata:
348 2017-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
350 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.3 release.
352 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
354 2017-01-17 Joseph Pecoraro <pecoraro@apple.com>
356 ENABLE(USER_TIMING) Not Defined for Apple Windows or OS X Ports
357 https://bugs.webkit.org/show_bug.cgi?id=116551
358 <rdar://problem/13949830>
360 Reviewed by Alex Christensen.
362 * Source/cmake/OptionsEfl.cmake:
363 * Source/cmake/OptionsWin.cmake:
364 * Source/cmake/WebKitFeatures.cmake:
365 * Source/cmake/tools/vsprops/FeatureDefines.props:
366 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
368 2017-01-16 Joseph Pecoraro <pecoraro@apple.com>
370 Remove the REQUEST_ANIMATION_FRAME flag
371 https://bugs.webkit.org/show_bug.cgi?id=156980
372 <rdar://problem/25906849>
374 Reviewed by Simon Fraser.
376 * Source/cmake/OptionsEfl.cmake:
377 * Source/cmake/OptionsWin.cmake:
378 * Source/cmake/WebKitFeatures.cmake:
379 * Source/cmake/tools/vsprops/FeatureDefines.props:
380 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
382 2017-01-14 Joseph Pecoraro <pecoraro@apple.com>
384 Remove stale references to ENABLE_ES6_GENERATORS and ENABLE_PROMISES
385 https://bugs.webkit.org/show_bug.cgi?id=167043
387 Reviewed by Darin Adler.
389 * Source/cmake/tools/vsprops/FeatureDefines.props:
390 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
392 2017-01-13 Joseph Pecoraro <pecoraro@apple.com>
394 Remove ENABLE(DETAILS_ELEMENT) guards
395 https://bugs.webkit.org/show_bug.cgi?id=167042
397 Reviewed by Alex Christensen.
399 * Source/cmake/OptionsMac.cmake:
400 * Source/cmake/OptionsWin.cmake:
401 * Source/cmake/WebKitFeatures.cmake:
402 * Source/cmake/tools/vsprops/FeatureDefines.props:
403 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
405 2017-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
407 [CMake] Clean up SHARED_CORE option
408 https://bugs.webkit.org/show_bug.cgi?id=167004
410 Reviewed by Alex Christensen.
414 2016-12-21 Konstantin Tokarev <annulen@yandex.ru>
416 set PYTHONPATH in separate COMMAND doesn't work with all CMake generators
417 https://bugs.webkit.org/show_bug.cgi?id=164997
419 Reviewed by Alex Christensen.
423 * Source/cmake/WebKitMacros.cmake:
425 2016-12-17 Joonghun Park <jh718.park@samsung.com>
427 [EFL] bump EFL version to 1.18.4
428 https://bugs.webkit.org/show_bug.cgi?id=166004
430 Reviewed by Gyuyoung Kim.
432 * Source/cmake/OptionsEfl.cmake: Use efl-1.18.4 instead of 1.18.1.
434 2016-12-15 Alex Christensen <achristensen@webkit.org>
436 Remove flex and bison build dependencies; commit generated XPath parser
437 https://bugs.webkit.org/show_bug.cgi?id=165783
439 Reviewed by Brent Fulgham.
441 * Source/cmake/WebKitCommon.cmake:
442 * Source/cmake/WebKitMacros.cmake:
444 2016-12-10 Konstantin Tokarev <annulen@yandex.ru>
446 [cmake] Include WTF, JSC, and WebCore headers automatically to targers using them
447 https://bugs.webkit.org/show_bug.cgi?id=165686
449 Reviewed by Michael Catanzaro.
451 This change reduces duplication of include path lists between modules,
452 and reduces future need for fixes like r209605 (broken build because of
453 WebCore header suddenly becoming used in WebKit2).
455 * Source/cmake/WebKitMacros.cmake:
457 2016-11-30 Brent Fulgham <bfulgham@apple.com>
459 [Win] Apple build is using incorrect ICU library (if present)
460 https://bugs.webkit.org/show_bug.cgi?id=164934
461 <rdar://problem/29329654>
463 Reviewed by Alex Christensen.
465 Move the 'icuuc.lib' and 'icuin.lib' library names to the end of the set of choices when searching for ICU.
466 so that we preferentially select the 'new' version of these libraries if they are available.
468 * Source/cmake/FindICU.cmake:
470 2016-11-23 Zan Dobersek <zdobersek@igalia.com>
472 Remove ENABLE_ASSEMBLER_WX_EXCLUSIVE code
473 https://bugs.webkit.org/show_bug.cgi?id=165027
475 Reviewed by Darin Adler.
477 * Source/cmake/WebKitFeatures.cmake: Remove the ENABLE_ASSEMBLER_WX_EXCLUSIVE option.
479 2016-11-21 Carlos Garcia Campos <cgarcia@igalia.com>
481 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.2 release.
483 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
485 2016-11-17 Saam Barati <sbarati@apple.com>
487 Remove async/await compile time flag and enable tests
488 https://bugs.webkit.org/show_bug.cgi?id=164828
489 <rdar://problem/28639334>
491 Reviewed by Yusuke Suzuki.
493 * Source/cmake/WebKitFeatures.cmake:
495 2016-11-16 Yusuke Suzuki <utatane.tea@gmail.com>
497 [ES6][WebCore] Change ES6_MODULES compile time flag to runtime flag
498 https://bugs.webkit.org/show_bug.cgi?id=164827
500 Reviewed by Ryosuke Niwa.
502 * Source/cmake/OptionsWin.cmake:
503 * Source/cmake/WebKitFeatures.cmake:
504 * Source/cmake/tools/vsprops/FeatureDefines.props:
505 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
507 2016-11-12 Michael Catanzaro <mcatanzaro@igalia.com>
509 Unreviewed, rolling out r207872.
510 https://bugs.webkit.org/show_bug.cgi?id=162623
512 Did not disable anything, just made them public
516 "[GTK][GStreamer] Disable MEDIA_SOURCE and ENCRYPTED_MEDIA_V2 by default"
517 https://bugs.webkit.org/show_bug.cgi?id=162623
518 http://trac.webkit.org/changeset/207872
520 2016-11-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
522 [EFL] Use libgcrypt instead of GnuTLS for CryptoDigest
523 https://bugs.webkit.org/show_bug.cgi?id=164461
525 Reviewed by Michael Catanzaro.
527 * Source/cmake/OptionsEfl.cmake: Find LibGcrypt package instead of GnuTLS.
529 2016-11-05 Konstantin Tokarev <annulen@yandex.ru>
531 [MinGW] Fixed C99/C++11 format attributes in printf-like functions
532 https://bugs.webkit.org/show_bug.cgi?id=164448
534 Reviewed by Michael Catanzaro.
536 By default MinGW uses printf-like function provided in msvcrt.dll,
537 however they miss support for C99/C++11 format attributes. Use MinGW
538 implementations instead.
540 * Source/cmake/OptionsCommon.cmake: Define __USE_MINGW_ANSI_STDIO
542 2016-11-03 Konstantin Tokarev <annulen@yandex.ru>
544 Fixes to build JSCOnly on macOS
545 https://bugs.webkit.org/show_bug.cgi?id=164379
547 Reviewed by Michael Catanzaro.
549 * Source/cmake/OptionsJSCOnly.cmake: Define BUILDING_JSCONLY__, use
550 system ICU libraries on macOS
551 * Source/cmake/WebKitMacros.cmake: Fixed WEBKIT_FRAMEWORK macro for
554 2016-11-03 Konstantin Tokarev <annulen@yandex.ru>
556 [cmake][MinGW] Don't use MS bitfield layout to reduce sizes of data structures
557 https://bugs.webkit.org/show_bug.cgi?id=164026
559 Reviewed by Michael Catanzaro.
561 With MS bitfileds RegisterAtOffset becomes wider than ptrdiff_t because of
562 different alignment requirements, invoking static_assert. Instead of
563 muting assert for MinGW like it's done for MSVC, it's a better choice to
564 use more dense layout, as bitfields are not used in public APIs.
566 Also, suppress MinGW warnings from "#pragma warning" which it doesn't
569 * Source/cmake/OptionsCommon.cmake:
571 2016-11-02 Alex Christensen <achristensen@webkit.org>
573 Remove Battery Status API from the tree
574 https://bugs.webkit.org/show_bug.cgi?id=164213
576 Reviewed by Sam Weinig.
578 * Source/cmake/OptionsEfl.cmake:
579 * Source/cmake/WebKitFeatures.cmake:
581 2016-11-02 Olivier Blin <olivier.blin@softathome.com>
583 [GTK] Use libgcrypt instead of GnuTLS for CryptoDigest and SubtleCrypto HMAC implementation
584 https://bugs.webkit.org/show_bug.cgi?id=163125
586 Reviewed by Michael Catanzaro.
588 * Source/cmake/OptionsGTK.cmake: Updated to use libgcrypt files instead of gnutls.
589 At least version 1.6.0 is needed for the HMAC APIs.
590 libgcrypt is now needed unconditionally for CryptoDigest, used by CSP.
592 2016-11-02 Romain Bellessort <romain.bellessort@crf.canon.fr>
594 [Readable Streams API] Enable creation of ReadableByteStreamController
595 https://bugs.webkit.org/show_bug.cgi?id=164014
597 Reviewed by Youenn Fablet.
599 Added flag for the byte stream part of Readable Streams API.
601 * Source/cmake/WebKitFeatures.cmake:
603 2016-11-01 Ryosuke Niwa <rniwa@webkit.org>
605 Remove CUSTOM_ELEMENTS build flag
606 https://bugs.webkit.org/show_bug.cgi?id=164267
608 Reviewed by Antti Koivisto.
610 Removed the build flag.
612 * Source/cmake/OptionsEfl.cmake:
613 * Source/cmake/OptionsWin.cmake:
614 * Source/cmake/WebKitFeatures.cmake:
616 2016-11-01 Fujii Hironori <Hironori.Fujii@sony.com>
618 [CMake] generate-bindings-all.pl uses USES_TERMINAL which leaves a noisy line in interactive Ninja build
619 https://bugs.webkit.org/show_bug.cgi?id=163868
621 Reviewed by Michael Catanzaro.
623 It takes long time for generate-bindings-all.pl to generate all
624 bindings. So, it shows the progress while running and
625 USES_TERMINAL option of add_custom_target have been used to invoke
626 the command. However, USES_TERMINAL leaves a noisy line in
627 Ninja's neat build log of interactive build.
629 A new CMake option SHOW_BINDINGS_GENERATION_PROGRESS is added to
630 stop using USES_TERMINAL only in case of interactive Ninja build.
632 * Source/cmake/WebKitMacros.cmake: Added a new option
633 SHOW_BINDINGS_GENERATION_PROGRESS. Apended --showProgress switch
634 of generate-bindings-all.pl and used USES_TERMINAL only if
635 SHOW_BINDINGS_GENERATION_PROGRESS is enabled.
637 2016-10-31 Ryosuke Niwa <rniwa@webkit.org>
639 Enable custom elements by default everywhere
640 https://bugs.webkit.org/show_bug.cgi?id=164242
642 Reviewed by Michael Catanzaro.
644 Enable the Custom Elements API in CMake builds.
646 * Source/cmake/WebKitFeatures.cmake:
648 2016-10-30 Frederic Wang <fwang@igalia.com>
650 Use HarfBuzz ot-math API to parse the OpenType MATH table
651 https://bugs.webkit.org/show_bug.cgi?id=162671
653 Reviewed by Michael Catanzaro.
655 * Source/cmake/OptionsGTK.cmake: Enable internal OpenType MATH parsing for HarfBuzz < 1.3.3.
657 2016-10-30 Hyowon Kim <hw1008.kim@samsung.com>
659 [GTK] Build break by missing geoclue-2.0.
660 https://bugs.webkit.org/show_bug.cgi?id=164170
662 Reviewed by Michael Catanzaro.
664 Revise the module name for pkg_check_modules() in FindGeoClue2.cmake.
666 * Source/cmake/FindGeoClue2.cmake: replace geoclue-2.0 with libgeoclue-2.0.
668 2016-10-29 Fujii Hironori <Hironori.Fujii@sony.com>
670 [CMake][Win] Visual Studio invokes make_settings.pl twice
671 https://bugs.webkit.org/show_bug.cgi?id=163774
673 Reviewed by Michael Catanzaro.
675 build-webkit recompiles some files just after finishing
676 build-webkit in case of using CMake VisualStudio generator because
677 both WebCoreDerivedSources.vcxproj and WebCoreTestSupport.vcxproj
678 triggers make_settings.pl.
680 make_settings.pl generates four files
681 InternalSettingsGenerated.{h,cpp,idl} and SettingsMacros.h.
682 WebCoreDerivedSources depends on SettingsMacros.h, and
683 WebCoreTestSupport depends on InternalSettingsGenerated.cpp.
685 This problem is described in CMake documentation:
686 <https://cmake.org/cmake/help/v3.0/command/add_custom_command.html>
688 > Do not list the output in more than one independent target that may
689 > build in parallel or the two instances of the rule may conflict
691 To solve this problem, only SettingsMacros.h is specified as
692 OUTPUT of add_custom_command, and other generated files are marked
693 as BYPRODUCTS. As the result, only WebCoreDerivedSources target
694 triggers make_settings.pl. And other targets already have a
695 dependency to WebCoreDerivedSources target.
697 To support earlier versions than CMake 3.2, it uses GENERATED
698 source file property instead of BYPRODUCTS option.
700 * Source/cmake/WebKitMacros.cmake(GENERATE_SETTINGS_MACROS):
701 Removed extra output files from OUTPUT of add_custom_command and
702 added BYPRODUCTS option.
704 2016-10-28 Fujii Hironori <Hironori.Fujii@sony.com>
706 [CMake] Changing enabled features should trigger recompiling all IDL
707 https://bugs.webkit.org/show_bug.cgi?id=164121
709 Reviewed by Michael Catanzaro.
711 Changing enabled features should trigger recompiling all IDL
712 because some of them use #if. generate-bindings-all.pl was
713 introduced in <http://trac.webkit.org/changeset/207617>. Before
714 this change, updating supplemental_dependency.tmp triggered
715 recompiling all IDL. Changing enabled features usually involves
716 adding or removing IDL files. As the result, all IDL would be
717 recompiled. After the change, adding or removing IDL does not
718 trigger recompiling all IDL. So, we need to explicitly trigger
719 recompiling all IDL if enabled features are changed.
721 * Source/cmake/WebKitMacros.cmake(GENERATE_BINDINGS): Added
722 cmakeconfig.h to extra dependencies.
724 2016-10-26 Carlos Garcia Campos <cgarcia@igalia.com>
726 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.15.1 release.
728 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
730 2016-10-26 Enrique Ocaña González <eocanha@igalia.com>
732 [cmake][GStreamer][MSE][EME] Build MSE and EME code after refactoring
733 https://bugs.webkit.org/show_bug.cgi?id=162928
735 Reviewed by Xabier Rodriguez-Calvar.
737 Consolidate all the source file tree changes after refactoring.
739 This patch is co-authored with Philippe Normand <philn@igalia.com> (EME support).
741 * Source/cmake/FindLibGcrypt.cmake: Added.
742 * Source/cmake/OptionsGTK.cmake:
744 2016-10-26 Enrique Ocaña González <eocanha@igalia.com>
746 [GTK][GStreamer] Disable MEDIA_SOURCE and ENCRYPTED_MEDIA_V2 by default
747 https://bugs.webkit.org/show_bug.cgi?id=162623
749 Reviewed by Xabier Rodriguez-Calvar.
751 * Source/cmake/OptionsGTK.cmake:
753 2016-10-25 Konstantin Tokarev <annulen@yandex.ru>
755 [cmake] Don't enable ld.gold by default on non-ELF platforms
756 https://bugs.webkit.org/show_bug.cgi?id=163946
758 Reviewed by Alex Christensen.
760 For example, MinGW toolchain may be shipped with gold, but it fails to link
763 * Source/cmake/OptionsCommon.cmake:
765 2016-10-25 Konstantin Tokarev <annulen@yandex.ru>
767 [cmake] Don't add -fPIC flag when on Windows (MinGW)
768 https://bugs.webkit.org/show_bug.cgi?id=163949
770 Reviewed by Michael Catanzaro.
772 -fPIC flag does not do anything on Windows and produces warning noise
773 with MinGW. There is no position independent code in Unix sense on
774 32-bit Windows, and 64-bit Windows code is always relocatable.
777 https://gcc.gnu.org/ml/gcc-patches/2015-08/msg00836.html
779 * Source/cmake/WebKitHelpers.cmake:
781 2016-10-21 Csaba Osztrogonác <ossy@webkit.org>
783 [EFL] REGRESSION(r207616): Build is broken due to missing libgeoclue-dev package
784 https://bugs.webkit.org/show_bug.cgi?id=163733
786 Reviewed by Gyuyoung Kim.
788 * Source/cmake/OptionsEfl.cmake: Expose USE_GEOCLUE2 to the build properly.
790 2016-10-21 Adam Bergkvist <adam.bergkvist@ericsson.com>
792 WebRTC: [GTK] Add MediaEndpointOwr - an OpenWebRTC WebRTC backend
793 https://bugs.webkit.org/show_bug.cgi?id=163327
795 Reviewed by Philippe Normand.
797 Add manual WebRTC test. Test features:
798 - Two RTCPeerConnection instances communicate in a single browser tab.
799 - Supports setting up bidirectional media with a single SDP dialog, as
800 well as one direction at a time.
801 - Strips vendor prefixes (runs in Chrome and Firefox as well)
802 - Supports modern as well as legacy APIs (mainly to make the test run
805 * ManualTests/webrtc-one-tab-p2p.html: Added.
807 2016-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
809 [GTK] Configures but fails to link with ENABLE_OPENGL=OFF
810 https://bugs.webkit.org/show_bug.cgi?id=163449
812 Reviewed by Michael Catanzaro.
814 Remove wrong dependency of Wayland on OpenGL introduced in r190615, it should be possible to build for Wayland
817 * Source/cmake/OptionsGTK.cmake:
819 2016-10-20 Fujii Hironori <Hironori.Fujii@sony.com>
821 [CMake] CMake does not support the dep files for implicit dependency
822 https://bugs.webkit.org/show_bug.cgi?id=161433
824 Reviewed by Brent Fulgham.
826 Created a Perl script to generate all IDL bindings for CMake.
827 This script can regenerate outdated bindings by based on the
828 supplemental dependency and dep files created by
829 '--write-dependencies' switch of generate-bindings.pl.
831 add_custom_target is used to invoke the script instead of
832 add_custom_command because Ninja deletes all output files before
833 executing the command in case of add_custom_command.
835 USES_TERMINAL option of add_custom_target has two effects:
836 1) Not buffering output of the command
837 2) Invoking the command in the special Ninja pool which inhibits parallel build
838 One needs to use CMake 3.2 or later to enable this feature.
840 * Source/cmake/WebKitMacros.cmake (GENERATE_BINDINGS): Included
841 ProcessorCount. Added a new argument 'target'. Use
842 add_custom_target instead of add_custom_command. Invoke the new
845 2016-10-19 Alex Christensen <achristensen@webkit.org>
848 https://bugs.webkit.org/show_bug.cgi?id=163675
850 Reviewed by Brent Fulgham.
852 * Source/cmake/OptionsAppleWin.cmake:
854 2016-10-18 Dean Jackson <dino@apple.com>
856 Remove CSS_SHAPES feature definition. This should always be on.
857 https://bugs.webkit.org/show_bug.cgi?id=163628
858 <rdar://problem/28834613>
860 Reviewed by Tim Horton.
862 * Source/cmake/OptionsMac.cmake:
863 * Source/cmake/OptionsWin.cmake:
864 * Source/cmake/WebKitFeatures.cmake:
865 * Source/cmake/tools/vsprops/FeatureDefines.props:
866 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
868 2016-10-14 Michael Catanzaro <mcatanzaro@igalia.com>
870 [CMake] Private/unsupported build options should be marked as advanced
871 https://bugs.webkit.org/show_bug.cgi?id=163451
873 Reviewed by Carlos Garcia Campos.
875 When checking to decide whether to mark an option as advanced, the conditional checks
876 whether _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_${_name} is defined. It is always defined. We
877 need to check its value instead.
879 * Source/cmake/WebKitFeatures.cmake:
881 2016-10-13 Brian Burg <bburg@apple.com>
883 [CMake] Split the definition of CODE_GENERATOR_PREPROCESSOR so it can be used in a custom command
884 https://bugs.webkit.org/show_bug.cgi?id=163401
886 Reviewed by Michael Catanzaro.
888 In another patch, we need to use CODE_GENERATOR_PREPROCESSOR as the COMMAND argument
889 when defining an add_custom_command. Previously, it has only been used as a quoted argument
890 to various Perl code generation scripts.
892 To support both use cases, we need to be able to provide the executable and its arguments as
893 an unbroken quoted string, and as a CMake list suitable for passing as an argument to COMMAND.
895 * Source/cmake/OptionsCommon.cmake:
896 Split out the executable and argument string into separate variables that can be used elsewhere.
897 Compute the final unbroken quoted string using the two separate variables to arrive at the same result.
899 * Source/cmake/WebKitMacros.cmake:
900 Drive-by cleanup to add quotes around the use of CODE_GENERATOR_PREPROCESSOR so it matches other uses.
902 2016-10-12 Chris Dumez <cdumez@apple.com>
904 [Web IDL] Drop support for legacy [ConstructorConditional=*]
905 https://bugs.webkit.org/show_bug.cgi?id=163368
907 Reviewed by Ryosuke Niwa.
909 Drop ENABLE_DOM4_EVENTS_CONSTRUCTOR compiler flag.
911 * Source/cmake/OptionsEfl.cmake:
912 * Source/cmake/OptionsMac.cmake:
913 * Source/cmake/OptionsWin.cmake:
914 * Source/cmake/WebKitFeatures.cmake:
915 * Source/cmake/tools/vsprops/FeatureDefines.props:
916 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
918 2016-10-11 Alex Christensen <achristensen@webkit.org>
920 Remove dead networking code
921 https://bugs.webkit.org/show_bug.cgi?id=163263
923 Reviewed by Daniel Bates.
925 * Source/cmake/OptionsAppleWin.cmake:
927 2016-10-11 Konstantin Tokarev <annulen@yandex.ru>
929 [cmake] Make INDEXED_DATABASE_IN_WORKERS depending on INDEXED_DATABASE
930 https://bugs.webkit.org/show_bug.cgi?id=163280
932 Reviewed by Csaba Osztrogonác.
934 * Source/cmake/WebKitFeatures.cmake:
936 2016-10-11 Per Arne Vollan <pvollan@apple.com>
938 [Win][Direct2D] Compile fix.
939 https://bugs.webkit.org/show_bug.cgi?id=163273
941 Reviewed by Brent Fulgham.
945 * Source/cmake/OptionsAppleWin.cmake:
947 2016-10-10 Zan Dobersek <zdobersek@igalia.com>
949 Add ENABLE_ENCRYPTED_MEDIA configuration option
950 https://bugs.webkit.org/show_bug.cgi?id=163219
952 Reviewed by Darin Adler.
954 Add the ENABLE_ENCRYPTED_MEDIA configuration option to the
955 CMake and MSVC build systems. It will be used to enable or
956 disable the new EME implementation at build-time.
958 * Source/cmake/WebKitFeatures.cmake:
959 * Source/cmake/tools/vsprops/FeatureDefines.props:
960 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
962 2016-10-10 Commit Queue <commit-queue@webkit.org>
964 Unreviewed, rolling out r206972.
965 https://bugs.webkit.org/show_bug.cgi?id=163227
967 Making EWS flaky (Requested by bfulgham_ on #webkit).
971 "[CMake] CMake does not support the dep files for implicit
973 https://bugs.webkit.org/show_bug.cgi?id=161433
974 http://trac.webkit.org/changeset/206972
976 2016-10-09 Fujii Hironori <Hironori.Fujii@sony.com>
978 [CMake] CMake does not support the dep files for implicit dependency
979 https://bugs.webkit.org/show_bug.cgi?id=161433
981 Reviewed by Brent Fulgham.
983 Created a Perl script to generate all IDL bindings for CMake.
984 This script can regenerate outdated bindings by based on the
985 supplemental dependency and dep files created by
986 '--write-dependencies' switch of generate-bindings.pl.
988 add_custom_target is used to invoke the script instead of
989 add_custom_command because Ninja deletes all output files before
990 executing the command in case of add_custom_command.
992 USES_TERMINAL option of add_custom_target has two effects:
993 1) Not buffering output of the command
994 2) Invoking the command in the special Ninja pool which inhibits parallel build
995 One needs to use CMake 3.2 or later to enable this feature.
997 * Source/cmake/WebKitMacros.cmake (GENERATE_BINDINGS): Included
998 ProcessorCount. Added a new argument 'target'. Use
999 add_custom_target instead of add_custom_command. Invoke the new
1002 2016-10-07 Fujii Hironori <Hironori.Fujii@sony.com>
1004 Use 'use lib $FindBin::Bin' to append Perl module include path
1005 https://bugs.webkit.org/show_bug.cgi?id=162256
1007 Reviewed by Carlos Garcia Campos.
1009 * Source/cmake/WebKitMacros.cmake: Removed '-I' options from
1012 2016-10-06 Brent Fulgham <bfulgham@apple.com>
1014 [Win][Direct2D] Add Direct2D CMake rules
1015 https://bugs.webkit.org/show_bug.cgi?id=162925
1017 Reviewed by Brent Fulgham.
1019 * Source/cmake/OptionsAppleWin.cmake: Add a new 'USE_DIRECT2D' option
1020 flag for the build. Currently this is commented out and is unused.
1022 2016-10-05 Zan Dobersek <zdobersek@igalia.com>
1024 Rename ENABLE_ENCRYPTED_MEDIA_V2 to ENABLE_LEGACY_ENCRYPTED_MEDIA
1025 https://bugs.webkit.org/show_bug.cgi?id=162903
1027 Reviewed by Alex Christensen.
1029 Rename build guards for the remaining implementation of the legacy EME API
1030 to ENABLE_LEGACY_ENCRYPTED_MEDIA. This will allow for the future implementation
1031 of the near-finished API to be guarded with the simple ENABLE_ENCRYPTED_MEDIA guards.
1033 * Source/cmake/OptionsEfl.cmake:
1034 * Source/cmake/OptionsMac.cmake:
1035 * Source/cmake/OptionsWin.cmake:
1036 * Source/cmake/WebKitFeatures.cmake:
1037 * Source/cmake/tools/vsprops/FeatureDefines.props:
1038 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
1040 2016-10-03 Carlos Garcia Campos <cgarcia@igalia.com>
1042 [SOUP] Cleanup persistent credential storage code
1043 https://bugs.webkit.org/show_bug.cgi?id=162777
1045 Reviewed by Alex Christensen.
1047 Remove ENABLE(CREDENTIAL_STORAGE) build flag and replace it by USE(LIBSECRET).
1049 * Source/cmake/OptionsGTK.cmake:
1050 * Source/cmake/WebKitFeatures.cmake:
1052 2016-09-29 Aaron Chu <aaron_chu@apple.com>
1054 Web Inspector: AXI: linkified refs to #document and #text are not usually navigable nodes; consider delinkifying them
1055 https://bugs.webkit.org/show_bug.cgi?id=130600
1056 <rdar://problem/16391333>
1058 Reviewed by Brian Burg.
1060 Added a manual test to test the node links in the Accessibility Inspector
1061 https://bugs.webkit.org/show_bug.cgi?id=130600
1063 * ManualTests/accessibility/delinkified-non-navigable-links.html: Added.
1065 2016-09-28 Michael Catanzaro <mcatanzaro@igalia.com>
1067 [GTK] Remove obsolete comment from OptionsGTK.cmake
1068 https://bugs.webkit.org/show_bug.cgi?id=162622
1070 Reviewed by Alex Christensen.
1072 * Source/cmake/OptionsGTK.cmake:
1074 2016-09-28 Yusuke Suzuki <utatane.tea@gmail.com>
1076 Unreviewed, build fix for several CMake ports after r206440
1078 * Source/cmake/OptionsEfl.cmake:
1079 * Source/cmake/OptionsMac.cmake:
1080 * Source/cmake/WebKitFeatures.cmake:
1082 2016-09-27 Don Olmstead <don.olmstead@am.sony.com>
1084 [CMake] Add HAVE_LOCALTIME_R definition
1085 https://bugs.webkit.org/show_bug.cgi?id=162636
1087 Reviewed by Alex Christensen.
1089 * Source/cmake/OptionsCommon.cmake:
1091 2016-09-27 Don Olmstead <don.olmstead@am.sony.com>
1093 [CMake] Use CMake to determine HAVE_* defines
1094 https://bugs.webkit.org/show_bug.cgi?id=162368
1096 Reviewed by Alex Christensen.
1098 * Source/cmake/OptionsCommon.cmake:
1100 2016-09-27 Konstantin Tokarev <annulen@yandex.ru>
1102 [cmake] Simplify Clang checks and prepare for compiler ID split
1103 https://bugs.webkit.org/show_bug.cgi?id=162609
1105 Reviewed by Michael Catanzaro.
1107 CMake 3.x introduces separate compiler id for AppleClang, making condition
1108 (${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang") inappropriate as check for
1109 any clang version. Introduce COMPILER_IS_CLANG instead, which is also
1110 shorter that CMAKE_CXX_COMPILER_ID comparison.
1113 * Source/cmake/OptionsCommon.cmake:
1114 * Source/cmake/WebKitHelpers.cmake:
1115 * Source/cmake/OptionsEfl.cmake: Use CMAKE_COMPILER_IS_GNUCXX instead of
1116 !Clang check because this is what was really meant here.
1118 2016-09-27 Konstantin Tokarev <annulen@yandex.ru>
1120 [cmake] Added COMPILER_IS_GCC_OR_CLANG variable to simplify conditions.
1121 https://bugs.webkit.org/show_bug.cgi?id=162605
1123 Reviewed by Michael Catanzaro.
1126 * Source/cmake/OptionsCommon.cmake:
1127 * Source/cmake/WebKitHelpers.cmake:
1129 2016-09-26 Daniel Bates <dabates@apple.com>
1131 Rename IOS_TEXT_AUTOSIZING to TEXT_AUTOSIZING
1132 https://bugs.webkit.org/show_bug.cgi?id=162365
1134 Reviewed by Simon Fraser.
1136 * Source/cmake/OptionsMac.cmake:
1137 * Source/cmake/WebKitFeatures.cmake: Substitute ENABLE_TEXT_AUTOSIZING for ENABLE_IOS_TEXT_AUTOSIZING,
1138 update the description of this feature to better describe what it does and re-order the define in the
1139 list of defines such that it is in sorted order.
1141 2016-09-26 Konstantin Tokarev <annulen@yandex.ru>
1143 [cmake] Added an option to disable thin archives when they are undesirable.
1144 https://bugs.webkit.org/show_bug.cgi?id=162561
1146 Reviewed by Michael Catanzaro.
1148 * Source/cmake/OptionsCommon.cmake: Added USE_THIN_ARCHIVES option.
1150 2016-09-23 Caitlin Potter <caitp@igalia.com>
1152 [JSC] Implement parsing of Async Functions
1153 https://bugs.webkit.org/show_bug.cgi?id=161409
1155 Reviewed by Yusuke Suzuki.
1157 * Source/cmake/WebKitFeatures.cmake:
1159 2016-09-22 Daniel Bates <dabates@apple.com>
1161 Remove more ENABLE(TEXT_AUTOSIZING) code
1162 https://bugs.webkit.org/show_bug.cgi?id=162456
1164 Reviewed by Simon Fraser.
1166 * Source/cmake/tools/vsprops/FeatureDefines.props:
1167 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
1169 2016-09-20 Don Olmstead <don.olmstead@am.sony.com>
1171 [WinCairo] Use find_package cairo in build
1172 https://bugs.webkit.org/show_bug.cgi?id=162239
1174 Reviewed by Alex Christensen.
1176 * Source/cmake/FindCairo.cmake:
1177 * Source/cmake/OptionsWinCairo.cmake:
1179 2016-09-19 Daniel Bates <dabates@apple.com>
1181 Remove ENABLE(TEXT_AUTOSIZING) automatic text size adjustment code
1182 https://bugs.webkit.org/show_bug.cgi?id=162167
1184 Reviewed by Simon Fraser.
1186 * Source/cmake/OptionsMac.cmake:
1187 * Source/cmake/OptionsWin.cmake:
1188 * Source/cmake/WebKitFeatures.cmake:
1190 2016-09-19 Michael Catanzaro <mcatanzaro@igalia.com>
1192 [GTK] Make ENABLE_THREADED_COMPOSITOR a public option
1193 https://bugs.webkit.org/show_bug.cgi?id=162148
1195 Reviewed by Carlos Garcia Campos.
1197 * Source/cmake/OptionsGTK.cmake:
1199 2016-09-18 Gyuyoung Kim <gyuyoung.kim@navercorp.com>
1201 [EFL] Bump efl library to 1.18.1
1202 https://bugs.webkit.org/show_bug.cgi?id=162120
1204 Reviewed by Michael Catanzaro.
1206 * Source/cmake/OptionsEfl.cmake: Use efl-1.18.1 instead of 1.18.
1208 2016-09-16 Carlos Garcia Campos <cgarcia@igalia.com>
1210 [CMake] Build broken with current debian testing
1211 https://bugs.webkit.org/show_bug.cgi?id=162054
1213 Reviewed by Žan Doberšek.
1215 Building WTR bindings is broken now in Debian testing. The reason is that '.' is no longer included in @INC for
1216 perl, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588017 and
1217 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1238.
1219 * Source/cmake/WebKitMacros.cmake(GENERATE_BINDINGS): Pass also the given BASE_DIR to perl executable so that it
1220 can find modules in the current directory even if '.' is not in @INC. Also include generators in BASE_DIR to the
1221 list of dependencies.
1223 2016-09-15 Fujii Hironori <Hironori.Fujii@sony.com>
1225 [CMake] Refactor GENERATE_BINDINGS
1226 https://bugs.webkit.org/show_bug.cgi?id=161854
1228 Reviewed by Gyuyoung Kim.
1230 * Source/cmake/WebKitMacros.cmake(GENERATE_BINDINGS): Use
1231 CMakeParseArguments for argument parsing. Defined as a function
1232 instread of a macro because function has its own variable scope.
1233 Wrapped both preprocess-idls.pl and generate-bindings.pl scripts.
1234 Downcased local variables COMMON_GENERATOR_DEPENDENCIES and
1235 BINDING_GENERATOR. Generate idl_files.tmp. Removed arguments
1236 _prefix and _extension because they are always JS and cpp now.
1238 2016-09-08 Carlos Alberto Lopez Perez <clopez@igalia.com>
1240 [CMake] Build failure with GCC 6 (fatal error: stdlib.h: No such file or directory)
1241 https://bugs.webkit.org/show_bug.cgi?id=161697
1243 Reviewed by Michael Catanzaro.
1245 Get the list of system includes from GCC and add it to the CMake
1246 list of implicit includes. This way, CMake will filter any of this
1247 directories from the list of includes when calling the compiler.
1249 This avoids an issue with GCC 6 that causes build failures when
1250 including the default include path as a system include (-isystem).
1252 * Source/cmake/OptionsCommon.cmake:
1254 2016-09-07 Michael Catanzaro <mcatanzaro@igalia.com>
1256 [EFL] Switch to ENABLE_NETWORK_CACHE
1257 https://bugs.webkit.org/show_bug.cgi?id=152676
1259 Reviewed by Alex Christensen.
1261 Build with -Wno-error=missing-field-initializers to avoid spurious build failures.
1263 * Source/cmake/OptionsEfl.cmake:
1265 2016-09-07 Youenn Fablet <youenn@apple.com>
1267 [Streams API] Separate compile flag for ReadableStream and WritableStream
1268 https://bugs.webkit.org/show_bug.cgi?id=161044
1270 Reviewed by Alex Christensen.
1272 Moving from STREAMS_API to READABLESTREAM_API and WRITABLESTREAM_API compilation flags.
1274 * Source/cmake/OptionsWin.cmake:
1275 * Source/cmake/WebKitFeatures.cmake:
1276 * Source/cmake/tools/vsprops/FeatureDefines.props:
1278 2016-09-06 Fujii Hironori <Hironori.Fujii@sony.com>
1280 [CMake] Decouple generating bindings of WebCore and WebCoreTestSupport
1281 https://bugs.webkit.org/show_bug.cgi?id=161474
1283 Generating bindings of WebCore and WebCoreTestSupport shares a
1284 single supplementalDependencyFile. But, nothing supplements any
1285 IDL of WebCoreTestSupport. This introduces unnecessary
1288 Reviewed by Alex Christensen.
1290 * Source/cmake/WebKitMacros.cmake:
1291 (GENERATE_BINDINGS): Clear uninitialized variables before
1292 use. This causes a problem in the second time of calling
1295 2016-09-04 Commit Queue <commit-queue@webkit.org>
1297 Unreviewed, rolling out r205415.
1298 https://bugs.webkit.org/show_bug.cgi?id=161573
1300 Many bots see inspector test failures, rolling out now and
1301 investigating later. (Requested by brrian on #webkit).
1305 "Web Inspector: unify Main.html and Test.html sources and
1306 generate different copies with the preprocessor"
1307 https://bugs.webkit.org/show_bug.cgi?id=161212
1308 http://trac.webkit.org/changeset/205415
1310 2016-09-01 Brian Burg <bburg@apple.com>
1312 Web Inspector: unify Main.html and Test.html sources and generate different copies with the preprocessor
1313 https://bugs.webkit.org/show_bug.cgi?id=161212
1314 <rdar://problem/28017961>
1316 Reviewed by Joseph Pecoraro.
1318 Rearrange some CMake rules so most Inspector UI work is done in WebInspectorUI.
1320 * Source/CMakeLists.txt: Add 'WebInspectorUI' subdirectory.
1321 * Source/PlatformEfl.cmake:
1322 - Move the rule to copy InspectorBackendCommands.js into WebInspectorUI/CMakeLists.txt.
1323 - Add a FIXME to use the cross-port list of Inspector resources instead of copying everything.
1324 - Add new dependency so generated WebInspectorUI files are made by web-inspector-resources.
1325 - Copy over generated files Main.html and Test.html.
1327 * Source/PlatformWin.cmake:
1328 - Add a FIXME to use the cross-port list of Inspector resources instead of copying everything.
1329 - Add new dependency so generated WebInspectorUI files are made by web-inspector-resources.
1330 - Copy over generated files Main.html and Test.html.
1332 * Source/cmake/WebKitFS.cmake:
1333 - Set up WEBINSPECTORUI_DIR and use it.
1334 - Move directory creation commands here from JavaScriptCore.
1336 * Source/cmake/WebKitMacros.cmake:
1337 Add a helper to turn a CMake list into a space-delimited string of elements.
1339 2016-09-01 Brian Burg <bburg@apple.com>
1341 Update root .gitignore for latest WebKitLibraries
1342 https://bugs.webkit.org/show_bug.cgi?id=161501
1344 Reviewed by Alex Christensen.
1348 2016-08-31 Carlos Garcia Campos <cgarcia@igalia.com>
1350 [GTK] Move GObject DOM bindings to WebKit2 layer and stop auto generating them
1351 https://bugs.webkit.org/show_bug.cgi?id=161438
1353 Reviewed by Michael Catanzaro.
1355 * Source/PlatformGTK.cmake:
1356 * Source/cmake/OptionsGTK.cmake:
1358 2016-08-31 Carlos Garcia Campos <cgarcia@igalia.com>
1360 Unreviewed. Bump GTK+ versions numbers.
1362 * Source/cmake/OptionsGTK.cmake:
1364 2016-08-30 Philippe Normand <pnormand@igalia.com>
1366 [GStreamer] bump required version to 1.2.3
1367 https://bugs.webkit.org/show_bug.cgi?id=159667
1369 Reviewed by Xabier Rodriguez Calvar.
1371 * Source/cmake/OptionsEfl.cmake:
1372 * Source/cmake/OptionsGTK.cmake:
1374 2016-08-29 Per Arne Vollan <pvollan@apple.com>
1376 Attempt to fix WinCairo build after r205090.
1378 Unreviewed build fix.
1380 * Source/cmake/OptionsAppleWin.cmake:
1381 * Source/cmake/OptionsWin.cmake:
1383 2016-08-27 Per Arne Vollan <pvollan@apple.com>
1385 [Win] Enable 'warning as error' compiler setting.
1386 https://bugs.webkit.org/show_bug.cgi?id=161243
1388 Reviewed by Darin Adler.
1390 * Source/cmake/OptionsWin.cmake:
1392 2016-08-26 Jer Noble <jer.noble@apple.com>
1394 Add a test harness for running UI tests on the iOS Simulator
1395 https://bugs.webkit.org/show_bug.cgi?id=161265
1397 Add the new MobileMiniBrowser project to the WebKit workspace.
1399 Reviewed by Simon Fraser.
1401 * WebKit.xcworkspace/contents.xcworkspacedata:
1403 2016-08-24 Alexey Proskuryakov <ap@apple.com>
1405 Add svn:global-ignores to the root to ignore *.pyc files everythere in the repository.
1407 * .: Added property svn:global-ignores.
1409 2016-08-19 Dean Jackson <dino@apple.com>
1411 Implement preferLowPowerToHighPerformance for WebGL
1412 https://bugs.webkit.org/show_bug.cgi?id=161017
1413 <rdar://problem/26819135>
1415 Reviewed by Myles Maxfield.
1417 A manual test that creates contexts with and without preferLowPowerToHighPerformance
1418 to see what is used. This has to be manual because it depends on the hardware
1419 configuration, and we don't have a way to detect it up-front. Also, if the
1420 code was failing, it would be the same result as on a single GPU system.
1422 * ManualTests/webgl-preferLowPowerToHighPerformance.html: Added.
1424 2016-08-19 Per Arne Vollan <pvollan@apple.com>
1427 https://bugs.webkit.org/show_bug.cgi?id=160994
1429 Reviewed by Anders Carlsson.
1431 Ignore warning when function declared with __declspec(noreturn) has non void return type.
1433 * Source/cmake/OptionsWin.cmake:
1435 2016-08-17 Don Olmstead <don.olmstead@am.sony.com>
1437 Use find_library within Windows build
1438 https://bugs.webkit.org/show_bug.cgi?id=160904
1440 Reviewed by Brent Fulgham.
1442 * Source/cmake/FindICU.cmake:
1443 * Source/cmake/OptionsWin.cmake:
1445 2016-08-17 Gyuyoung Kim <gyuyoung.kim@navercorp.com>
1447 [EFL] Bump efl version from 1.17 to 1.18
1448 https://bugs.webkit.org/show_bug.cgi?id=160899
1450 Reviewed by Antonio Gomes.
1452 * Source/cmake/OptionsEfl.cmake: Update ewebkit version to 1.18.0.
1454 2016-08-04 Csaba Osztrogonác <ossy@webkit.org>
1456 [Mac][cmake] Fix the build after Objective-C bindings generator removal
1457 https://bugs.webkit.org/show_bug.cgi?id=160545
1459 Reviewed by Alex Christensen.
1461 * Source/cmake/WebKitMacros.cmake:
1463 2016-08-03 Csaba Osztrogonác <ossy@webkit.org>
1465 Lacking support on a arm-traditional disassembler.
1466 https://bugs.webkit.org/show_bug.cgi?id=123717
1468 Reviewed by Mark Lam.
1470 * Source/cmake/FindLLVM.cmake: Added back the r196749 state.
1471 * Source/cmake/OptionsCommon.cmake: Added back the r196749 state.
1473 2016-08-01 Keith Miller <keith_miller@apple.com>
1475 We should not keep the JavaScript tests inside the Source/JavaScriptCore/ directory.
1476 https://bugs.webkit.org/show_bug.cgi?id=160372
1478 Rubber stamped by Geoffrey Garen.
1480 This patch moves all the JavaScript tests from Source/JavaScriptCore/tests to
1481 a new top level directory, JSTests. Having the tests in the Source directory
1482 was both confusing and inconvenient for people that just want to checkout the
1483 source code of WebKit. Since there is no other obvious place to put all the
1484 JavaScript tests a new top level directory seemed the most sensible.
1486 * JSTests/: Copied from Source/JavaScriptCore/tests.
1487 * Source/JavaScriptCore/tests/: Deleted.
1488 * Scripts/import-test262-tests:
1489 * Scripts/run-javascriptcore-tests:
1490 * Scripts/update-javascriptcore-test-res:
1493 2016-07-27 Carlos Garcia Campos <cgarcia@igalia.com>
1495 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.4 release.
1497 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1499 2016-07-22 Carlos Garcia Campos <cgarcia@igalia.com>
1501 [GTK] Enable threaded compositor by default
1502 https://bugs.webkit.org/show_bug.cgi?id=160079
1504 Reviewed by Žan Doberšek.
1506 * Source/cmake/OptionsGTK.cmake:
1508 2016-07-20 Csaba Osztrogonác <ossy@webkit.org>
1510 JSC JIT Broken on ARMv7 Traditional (without Thumb2)
1511 https://bugs.webkit.org/show_bug.cgi?id=159880
1513 Reviewed by Carlos Garcia Campos.
1515 * Source/cmake/OptionsCommon.cmake: Use the BFD linker on ARM traditional because of a gold linker bug.
1517 2016-07-18 Alexey Proskuryakov <ap@apple.com>
1519 "make ARCHS=x86_64" fails to build
1520 https://bugs.webkit.org/show_bug.cgi?id=159867
1522 Reviewed by Dan Bernstein.
1524 * Makefile.shared: Override VALID_ARCHS when ARCHS is set, so that even projects
1525 that normally customize VALID_ARCHS wouldn't fail to build.
1527 2016-07-18 Carlos Garcia Campos <cgarcia@igalia.com>
1529 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.3 release.
1531 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1533 2016-07-13 Per Arne Vollan <pvollan@apple.com>
1535 [Win] DLLs are missing version information.
1536 https://bugs.webkit.org/show_bug.cgi?id=159349
1538 Reviewed by Alex Christensen.
1540 Avoid using environment variable WEBKIT_LIBRARIES when finding version stamper utility,
1541 in case it is not defined. Instead, use the location of the perl script to find the
1544 * Source/cmake/tools/scripts/version-stamp.pl:
1546 2016-07-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1548 Remove ENABLE_CSS3_TEXT_LINE_BREAK flag
1549 https://bugs.webkit.org/show_bug.cgi?id=159671
1551 Reviewed by Csaba Osztrogonác.
1553 ENABLE_CSS3_TEXT_LINE_BREAK feature was implemented without guards.
1554 https://bugs.webkit.org/show_bug.cgi?id=89235
1556 So this guard can be removed in build scripts.
1558 * Source/cmake/OptionsMac.cmake:
1559 * Source/cmake/WebKitFeatures.cmake:
1561 2016-07-12 Per Arne Vollan <pvollan@apple.com>
1563 [Win] DLLs are missing version information.
1564 https://bugs.webkit.org/show_bug.cgi?id=159349
1566 Reviewed by Brent Fulgham.
1568 The version stamping will fail if the target path has forward slashes.
1570 * Source/cmake/tools/scripts/version-stamp.pl: Replace forward slashes with backslashes.
1572 2016-07-05 Olivier Blin <olivier.blin@softathome.com>
1574 ENABLE_MEDIA_SOURCE should depend on ENABLE_VIDEO
1575 https://bugs.webkit.org/show_bug.cgi?id=159424
1577 Reviewed by Philippe Normand.
1579 MEDIA_SOURCE requires VIDEO enabled, since MediaSource needs HTMLMediaElement.
1581 * Source/cmake/WebKitFeatures.cmake:
1583 2016-07-05 Per Arne Vollan <pvollan@apple.com>
1585 [Win] Layout Test http/tests/security/contentSecurityPolicy/source-list-parsing-10.html is failing
1586 https://bugs.webkit.org/show_bug.cgi?id=147646
1588 Reviewed by Brent Fulgham.
1590 Disable CSP_NEXT. We can then use the common expected test results for this test.
1592 * Source/cmake/OptionsWin.cmake:
1594 2016-07-04 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1596 [EFL] Remove mac configuration dependency in WebKit Version definition
1597 https://bugs.webkit.org/show_bug.cgi?id=159407
1599 Reviewed by Yusuke Suzuki.
1601 EFL port has been used Version.xconfig file in WebKit/mac/Configurations.
1602 in order to generate WebKitVersion.h file. But it can be simply defined
1605 * Source/cmake/OptionsEfl.cmake:
1607 2016-07-03 Dan Bernstein <mitz@apple.com>
1609 [Xcode] With default verbosity, make(1) output no longer hides environment variable listings
1610 https://bugs.webkit.org/show_bug.cgi?id=159392
1612 Reviewed by Alexey Proskuryakov.
1614 * Makefile.shared: Pass the -hideShellScriptEnvironment option to xcodebuild instead of
1615 piping its output through an ineffective "grep -v setenv",
1617 2016-07-01 Konstantin Tokarev <annulen@yandex.ru>
1619 [cmake] Make LEGACY_WEB_AUDIO depend on WEB_AUDIO.
1620 https://bugs.webkit.org/show_bug.cgi?id=159338
1622 Reviewed by Michael Catanzaro.
1624 Enabling LEGACY_WEB_AUDIO makes no sense when WEB_AUDIO is
1627 * Source/cmake/WebKitFeatures.cmake:
1629 2016-06-28 Per Arne Vollan <pvollan@apple.com>
1631 [Win] Custom elements tests are failing.
1632 https://bugs.webkit.org/show_bug.cgi?id=159139
1634 Reviewed by Alex Christensen.
1636 Enable custom element API on Windows.
1638 * Source/cmake/OptionsWin.cmake:
1640 2016-06-23 Carlos Garcia Campos <cgarcia@igalia.com>
1642 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.2 release.
1644 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1646 2016-06-15 Romain Bellessort <romain.bellessort@crf.canon.fr>
1648 Enabling Shadow DOM for all platforms
1649 https://bugs.webkit.org/show_bug.cgi?id=158738
1651 Reviewed by Ryosuke Niwa.
1653 Removed Shadow DOM from options (enabled by default)
1655 * Source/cmake/OptionsEfl.cmake:
1656 * Source/cmake/OptionsGTK.cmake:
1657 * Source/cmake/OptionsWin.cmake:
1658 * Source/cmake/WebKitFeatures.cmake:
1659 * Source/cmake/tools/vsprops/FeatureDefines.props:
1660 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
1662 2016-06-13 Romain Bellessort <romain.bellessort@crf.canon.fr>
1664 [GTK] Enabling Shadow DOM by default
1665 https://bugs.webkit.org/show_bug.cgi?id=158686
1667 Reviewed by Carlos Garcia Campos.
1669 Added support for enabling Shadow DOM by default for GTK.
1671 * Source/cmake/OptionsGTK.cmake:
1673 2016-06-09 Michael Catanzaro <mcatanzaro@igalia.com>
1675 Add comments to clarify feature enablement
1676 https://bugs.webkit.org/show_bug.cgi?id=158567
1678 Reviewed by Alex Christensen.
1680 * Source/cmake/WebKitFeatures.cmake:
1682 2016-06-08 Per Arne Vollan <pvollan@apple.com>
1684 [Win] Shadow DOM tests are failing.
1685 https://bugs.webkit.org/show_bug.cgi?id=158524
1687 Reviewed by Brent Fulgham.
1691 * Source/cmake/OptionsWin.cmake:
1693 2016-06-07 Carlos Garcia Campos <cgarcia@igalia.com>
1695 [GTK] Enable IndexedDB in workers
1696 https://bugs.webkit.org/show_bug.cgi?id=158475
1698 Reviewed by Antonio Gomes.
1700 This is working now and many tests are failing only because we don't enable it.
1702 * Source/cmake/OptionsGTK.cmake:
1704 2016-06-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1706 [EFL] Update ewebkit minor version
1707 https://bugs.webkit.org/show_bug.cgi?id=158409
1709 Reviewed by Csaba Osztrogonác.
1711 EWebKit has used efl 1.17 version though, it still is stopped at version 1.14.
1713 * Source/cmake/OptionsEfl.cmake: Bump minor version to 1.17.
1715 2016-06-05 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1717 [EFL] Sync EFL features with featureList.pm
1718 https://bugs.webkit.org/show_bug.cgi?id=158410
1720 Reviewed by Antonio Gomes.
1722 In OptionsEfl, some features on/off status are different with
1723 featureList.pm definitions. Sync with it.
1725 * Source/cmake/OptionsEfl.cmake:
1727 2016-06-03 Per Arne Vollan <pvollan@apple.com>
1729 [Win] IndexedDB worker tests are failing.
1730 https://bugs.webkit.org/show_bug.cgi?id=158341
1732 Reviewed by Alex Christensen.
1734 Enable IndexedDB in workers.
1736 * Source/cmake/OptionsWin.cmake:
1738 2016-05-31 Carlos Garcia Campos <cgarcia@igalia.com>
1740 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.1 release.
1742 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1744 2016-05-28 Ryosuke Niwa <rniwa@webkit.org>
1746 Autocorrection makes it hard to type "doesn't" and to type @ in email addresses
1747 https://bugs.webkit.org/show_bug.cgi?id=158177
1749 Reviewed by Darin Adler.
1751 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.
1753 Also wrap many steps to type in a space or delete a character inside setTimeout since autocorrection happens on a timer
1754 and the fact WebKit2 communicates with NSSpellChecker via IPC makes the behavior even more indeterministic.
1756 * ManualTests/autocorrection/autocorrection-at-mark.html: Added.
1757 * ManualTests/autocorrection/autocorrection-cancelled-by-ESC.html:
1758 * ManualTests/autocorrection/autocorrection-cancelled-by-typing-1.html:
1759 * ManualTests/autocorrection/autocorrection-contraction-2.html: Added.
1760 * ManualTests/autocorrection/autocorrection-contraction.html:
1761 * ManualTests/autocorrection/autocorrection-in-iframe.html:
1762 * ManualTests/autocorrection/close-window-when-correction-is-shown.html:
1763 * ManualTests/autocorrection/continue-typing-to-dismiss-reversion.html:
1764 * ManualTests/autocorrection/delete-to-dismiss-reversion.html:
1765 * ManualTests/autocorrection/delete-to-end-of-word-to-show-reversion.html:
1766 * ManualTests/autocorrection/dismiss-multiple-guesses.html:
1767 * ManualTests/autocorrection/document-for-iframe-test.html: Removed.
1768 * ManualTests/autocorrection/move-to-end-of-word-to-show-reversion.html: Type a space and move care in setTimeout as
1769 the reversion panel wouldn't show up otherwise.
1770 * ManualTests/autocorrection/remove-misspelling-marker-after-appending-letter.html: Delay the typing of a space as well as
1771 deleting letters since autocorrection panel wouldn't show up in time otherwise, and deleting character immediately would
1772 reject the autocorrection instead of accepting it. Also removed the steps to add back the spellchecking marker and extracted
1773 it as a separate test.
1774 * ManualTests/autocorrection/removing-misspelling-marker-after-appending-letter-2.html: Copied. This test continues the full
1775 scenario in the previous test by typing a space and deleting the character, thereby bringing up spellchecking marker.
1776 * ManualTests/autocorrection/resources: Added.
1777 * ManualTests/autocorrection/resources/document-for-iframe-test.html: Moved from ManualTests/autocorrection/.
1778 * ManualTests/autocorrection/select-from-multiple-guesses.html: Added a missing instruction.
1779 * ManualTests/autocorrection/spell-checking-after-reversion.html:
1780 * ManualTests/autocorrection/type-whitespace-to-dismiss-reversion.html: Delay the typing of a space and moving the selection
1781 since the reversion panel wouldn't show up otherwise.
1782 * ManualTests/autocorrection/undo-autocorrection-2.html: Copied. Automated most of steps in the second test case.
1783 * ManualTests/autocorrection/undo-autocorrection.html:
1785 2016-05-25 Konstantin Tokarev <annulen@yandex.ru>
1787 [cmake] Deduplicate make-js-file-arrays usage and make it work on Windows.
1788 https://bugs.webkit.org/show_bug.cgi?id=157997
1790 Reviewed by Alex Christensen.
1792 * Source/cmake/WebKitMacros.cmake: Added MAKE_JS_FILE_ARRAYS macro.
1794 2016-05-25 Manuel Rego Casasnovas <rego@igalia.com>
1796 [css-grid] Turn on ENABLE_CSS_GRID_LAYOUT by default
1797 https://bugs.webkit.org/show_bug.cgi?id=158060
1799 Reviewed by Darin Adler.
1801 The runtime flag is disabled by default,
1802 but we want to build CSS Grid Layout by default.
1803 Otherwise the runtime flag would be useless.
1805 * Source/cmake/WebKitFeatures.cmake:
1807 2016-05-22 Brady Eidson <beidson@apple.com>
1810 https://bugs.webkit.org/show_bug.cgi?id=157948
1812 Reviewed by Michael Catanzaro.
1814 * Source/cmake/OptionsCommon.cmake:
1816 2016-05-22 Csaba Osztrogonác <ossy@webkit.org>
1818 Suppress -Wmissing-field-initializers warnings with GCC 4.9
1819 https://bugs.webkit.org/show_bug.cgi?id=157888
1821 Reviewed by Michael Catanzaro.
1823 * Source/cmake/WebKitHelpers.cmake:
1825 2016-05-20 Joseph Pecoraro <pecoraro@apple.com>
1827 Remove LegacyProfiler
1828 https://bugs.webkit.org/show_bug.cgi?id=153565
1830 Reviewed by Saam Barati.
1832 * ManualTests/inspector/profiler-test-call.html: Removed.
1833 * ManualTests/inspector/profiler-test-many-calls-in-the-same-scope.html: Removed.
1835 2016-05-18 Gwang Yoon Hwang <yoon@igalia.com>
1837 [GStreamer] Use FakeSink to get a decoded texture from a pipeline
1838 https://bugs.webkit.org/show_bug.cgi?id=153641
1840 Reviewed by Philippe Normand.
1842 * Source/cmake/FindGStreamer.cmake: Bump gst-gl version to 1.8.0
1844 2016-05-17 Dean Jackson <dino@apple.com>
1846 Remove ES6_GENERATORS flag
1847 https://bugs.webkit.org/show_bug.cgi?id=157815
1848 <rdar://problem/26332894>
1850 Reviewed by Geoffrey Garen.
1852 This flag isn't needed. Generators are enabled everywhere and
1853 part of a stable specification.
1855 * Source/cmake/OptionsWin.cmake:
1856 * Source/cmake/WebKitFeatures.cmake:
1857 * Source/cmake/tools/vsprops/FeatureDefines.props:
1858 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
1860 2016-05-16 Joseph Pecoraro <pecoraro@apple.com>
1862 Unreviewed rollout r200924. Caused js/regress/string-replace-generic.html to fail.
1864 * ManualTests/inspector/profiler-test-call.html: Added.
1865 * ManualTests/inspector/profiler-test-many-calls-in-the-same-scope.html: Added.
1867 2016-05-14 Joseph Pecoraro <pecoraro@apple.com>
1869 Remove LegacyProfiler
1870 https://bugs.webkit.org/show_bug.cgi?id=153565
1872 Reviewed by Mark Lam.
1874 * ManualTests/inspector/profiler-test-call.html: Removed.
1875 * ManualTests/inspector/profiler-test-many-calls-in-the-same-scope.html: Removed.
1877 2016-05-13 Yoav Weiss <yoav@yoav.ws>
1879 Turn on WEB_TIMING for all ports
1880 https://bugs.webkit.org/show_bug.cgi?id=157673
1882 Reviewed by Alex Christensen.
1884 Turn on WEB_TIMING by default on the cmake Mac port, to match it with all other ports,
1885 and make sure that the flag will be on by default for all ports.
1887 * Source/cmake/OptionsGTK.cmake: Remove the specific private flag for WEB_TIMING.
1888 * Source/cmake/OptionsMac.cmake: Remove the specific private flag for WEB_TIMING.
1889 * Source/cmake/WebKitFeatures.cmake: Turn on WEB_TIMING for all ports by default.
1891 2016-05-12 Csaba Osztrogonác <ossy@webkit.org>
1893 Remove ENABLE(ES6_ARROWFUNCTION_SYNTAX) guards
1894 https://bugs.webkit.org/show_bug.cgi?id=157564
1896 Reviewed by Darin Adler.
1898 * Source/cmake/WebKitFeatures.cmake:
1900 2016-05-10 Michael Catanzaro <mcatanzaro@igalia.com>
1902 [Linux] Remove seccomp filters support
1903 https://bugs.webkit.org/show_bug.cgi?id=157380
1905 Reviewed by Darin Adler.
1907 * Source/cmake/FindLibSeccomp.cmake: Removed.
1908 * Source/cmake/OptionsEfl.cmake:
1909 * Source/cmake/OptionsGTK.cmake:
1910 * Source/cmake/WebKitFeatures.cmake:
1912 2016-05-06 Manuel Rego Casasnovas <rego@igalia.com>
1914 [css-grid] Unprefix CSS Grid Layout properties
1915 https://bugs.webkit.org/show_bug.cgi?id=157137
1917 Reviewed by Simon Fraser.
1919 Remove "-webkit" prefix from all the grid layout properties,
1920 including the display value.
1921 Update the source code to remove the prefix where it was used too.
1923 * ManualTests/css-grid-layout-item-with-huge-span-crash.html:
1925 2016-05-02 Per Arne Vollan <peavo@outlook.com>
1927 [Win] Enable IndexedDB.
1928 https://bugs.webkit.org/show_bug.cgi?id=157192
1930 Reviewed by Brent Fulgham.
1932 * Source/cmake/OptionsWin.cmake:
1934 2016-05-02 Yoav Weiss <yoav@yoav.ws>
1936 Move ResourceTiming behind a runtime flag
1937 https://bugs.webkit.org/show_bug.cgi?id=157133
1939 Reviewed by Alex Christensen.
1941 * Source/cmake/WebKitFeatures.cmake: Remove the PERFORMANCE_TIMELINE build flag.
1943 2016-04-29 Commit Queue <commit-queue@webkit.org>
1945 Unreviewed, rolling out r200232.
1946 https://bugs.webkit.org/show_bug.cgi?id=157189
1948 This change broke the Mac CMake build and its LayoutTest is
1949 failing and/or flaky on all platforms (Requested by ryanhaddad
1954 "Move ResourceTiming behind a runtime flag"
1955 https://bugs.webkit.org/show_bug.cgi?id=157133
1956 http://trac.webkit.org/changeset/200232
1958 2016-04-29 Yoav Weiss <yoav@yoav.ws>
1960 Move ResourceTiming behind a runtime flag
1961 https://bugs.webkit.org/show_bug.cgi?id=157133
1963 Reviewed by Alex Christensen.
1965 * Source/cmake/WebKitFeatures.cmake: Remove the PERFORMANCE_TIMELINE build flag.
1967 2016-04-28 Commit Queue <commit-queue@webkit.org>
1969 Unreviewed, rolling out r200185.
1970 https://bugs.webkit.org/show_bug.cgi?id=157131
1972 Bad temporary file added unintentionally (Requested by fredw
1977 "RenderMathMLOperator refactoring: introduce getBaseGlyph and
1978 remove parameter from getDisplayStyleLargeOperator"
1979 https://bugs.webkit.org/show_bug.cgi?id=156910
1980 http://trac.webkit.org/changeset/200185
1982 2016-04-25 Ryosuke Niwa <rniwa@webkit.org>
1984 Remove the build flag for template elements
1985 https://bugs.webkit.org/show_bug.cgi?id=157022
1987 Reviewed by Daniel Bates.
1989 * Source/cmake/OptionsEfl.cmake:
1990 * Source/cmake/OptionsMac.cmake:
1991 * Source/cmake/OptionsWin.cmake:
1992 * Source/cmake/WebKitFeatures.cmake:
1993 * Source/cmake/tools/vsprops/FeatureDefines.props:
1994 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
1996 2016-04-22 Carlos Garcia Campos <cgarcia@igalia.com>
1998 [GTK] Enable the download attribute support
1999 https://bugs.webkit.org/show_bug.cgi?id=99025
2001 Reviewed by Žan Doberšek.
2003 * Source/cmake/OptionsGTK.cmake:
2005 2016-04-18 Yusuke Suzuki <utatane.tea@gmail.com>
2007 [JSCOnly] Implement RunLoop and remove glib dependency
2008 https://bugs.webkit.org/show_bug.cgi?id=155706
2010 Reviewed by Michael Catanzaro.
2012 * Source/cmake/OptionsJSCOnly.cmake:
2014 2016-04-18 Carlos Garcia Campos <cgarcia@igalia.com>
2016 [GTK] Menu list button doesn't use the text color from the theme
2017 https://bugs.webkit.org/show_bug.cgi?id=118234
2019 Reviewed by Darin Adler.
2021 * ManualTests/gtk/theme.html: Add a disabled combo test.
2023 2016-04-13 Konstantin Tokarev <annulen@yandex.ru>
2025 FindWebP should not be misguided by pkg-config when cross-compiling.
2026 https://bugs.webkit.org/show_bug.cgi?id=156544
2028 Reviewed by Michael Catanzaro.
2030 We should use pkg-config output only as a hint, like other modules do.
2032 * Source/cmake/FindWebP.cmake:
2034 2016-04-07 Carlos Garcia Campos <cgarcia@igalia.com>
2036 [GTK] Rework the theming code for GTK+ 3.20
2037 https://bugs.webkit.org/show_bug.cgi?id=156333
2039 Reviewed by Michael Catanzaro.
2041 Add a manual test to check how themed elements are rendered.
2043 * ManualTests/gtk/theme.html: Added.
2045 2016-04-11 Fujii Hironori <Hironori.Fujii@jp.sony.com>
2047 [CMake] Make FOLDER property INHERITED
2048 https://bugs.webkit.org/show_bug.cgi?id=156460
2050 Reviewed by Brent Fulgham.
2052 Some CMake targets are not setting the FOLDER property. This causes the
2053 generated projects to be displayed in the top-level folder of the solution.
2055 Making the FOLDER property INHERITED ensures that all the targets
2056 are placed in their proper directories.
2058 * Source/cmake/OptionsCommon.cmake:
2059 Define FOLDER property as a inherited property.
2060 * Source/cmake/WebKitMacros.cmake:
2061 Do not set FOLDER target property.
2063 2016-04-08 Alex Christensen <achristensen@webkit.org>
2065 Progress towards running CMake WebKit2 on Mac
2066 https://bugs.webkit.org/show_bug.cgi?id=156426
2068 Reviewed by Tim Horton.
2070 * Source/cmake/OptionsMac.cmake:
2071 FTL works on Mac, so let's use it.
2072 * Source/cmake/WebKitMacros.cmake:
2074 2016-04-07 Joseph Pecoraro <pecoraro@apple.com>
2076 Remove ENABLE(ENABLE_ES6_CLASS_SYNTAX) guards
2077 https://bugs.webkit.org/show_bug.cgi?id=156384
2079 Reviewed by Ryosuke Niwa.
2081 * Source/cmake/WebKitFeatures.cmake:
2083 2016-04-07 Dean Jackson <dino@apple.com>
2085 [iOS] Play button on video is too dark
2086 https://bugs.webkit.org/show_bug.cgi?id=156383
2087 <rdar://problem/23540816>
2089 Reviewed by Simon Fraser.
2091 Add a manual test for iOS that shows the expected appearance
2092 of a video element. Unfortunately, due to the way we take
2093 snapshots on iOS within our test runner, we don't get the
2094 platform blurring effect, which means an automated test
2097 * ManualTests/ios/start-playback-button-appearance-expected.html: Added.
2098 * ManualTests/ios/start-playback-button-appearance.html: Added.
2100 2016-04-06 Alex Christensen <achristensen@webkit.org>
2102 Fix CMake DumpRenderTree
2103 https://bugs.webkit.org/show_bug.cgi?id=156305
2105 Reviewed by Daniel Bates.
2107 * Source/cmake/OptionsMac.cmake:
2109 2016-04-05 Alex Christensen <achristensen@webkit.org>
2111 Make CMake-generated binaries on Mac able to run
2112 https://bugs.webkit.org/show_bug.cgi?id=156268
2114 Reviewed by Daniel Bates.
2116 * Source/cmake/OptionsMac.cmake:
2118 2016-04-04 Alejandro G. Castro <alex@igalia.com>
2120 REGRESSION(r198492): [GTK] The WEB_RTC flag was not correctly added in some situations
2121 https://bugs.webkit.org/show_bug.cgi?id=156164
2123 Reviewed by Philippe Normand.
2125 Remove double space in the error message when openwebrtc is not present.
2127 * Source/cmake/OptionsGTK.cmake:
2129 2016-04-03 Carlos Garcia Campos <cgarcia@igalia.com>
2131 Unreviewed. Bump GTK+ versions numbers.
2133 * Source/cmake/OptionsGTK.cmake:
2135 2016-03-31 Daniel Bates <dabates@apple.com>
2137 tool tip/alt. text appears when mouse is no longer hovering over link
2138 https://bugs.webkit.org/show_bug.cgi?id=24427
2139 <rdar://problem/8045235>
2141 Reviewed by Antonio Gomes.
2143 Although the bug no longer reproduces, add a manual test that can be used to determine if a
2144 tooltip for a hyperlink is shown when the cursor no longer hovers over it.
2146 * ManualTests/tooltip-when-mouse-not-directly-over-hyperlink.html: Added.
2148 2016-03-29 Commit Queue <commit-queue@webkit.org>
2150 Unreviewed, rolling out r198781.
2151 https://bugs.webkit.org/show_bug.cgi?id=155986
2153 broke windows clean build (Requested by alexchristensen on
2158 "[Win] CMake seems to build all generated files every time"
2159 https://bugs.webkit.org/show_bug.cgi?id=155872
2160 http://trac.webkit.org/changeset/198781
2162 2016-03-29 Brent Fulgham <bfulgham@apple.com>
2164 [Win] CMake seems to build all generated files every time
2165 https://bugs.webkit.org/show_bug.cgi?id=155872
2167 Reviewed by Alex Christensen.
2169 This seems to be caused by Visual Studio being unhappy receiving multiple output targets
2170 for its custom build rules. If I limit the output to just the header file on Windows, the
2171 dependency check seems to do the right thing.
2173 * Source/cmake/WebKitMacros.cmake:
2175 2016-03-28 Alex Christensen <achristensen@webkit.org>
2177 Fix Mac Ninja build after r198766.
2179 * Source/cmake/WebKitMacros.cmake:
2180 WebCore_DERIVED_SOURCES are intentionally in a separate library to reduce linker line length.
2181 This is now only specific to WebKit2_DERIVED_SOURCES, so I'm moving it there.
2183 2016-03-28 Alex Christensen <achristensen@webkit.org>
2185 Fix Windows build after r198766.
2187 * Source/cmake/WebKitMacros.cmake:
2188 Use the filename from the cpp so that WebCorePrefix.cpp and WebCoreDerivedSourcesPrefix.cpp
2189 generate unique .pch files, even though they both include WebCorePrefix.h
2191 2016-03-28 Alex Christensen <achristensen@webkit.org>
2193 Fix Ninja build on Mac
2194 https://bugs.webkit.org/show_bug.cgi?id=151399
2196 Reviewed by Darin Adler.
2198 * Source/CMakeLists.txt:
2199 * Source/cmake/WebKitMacros.cmake:
2201 2016-03-27 Daniel Bates <dabates@apple.com>
2203 WebKit.xcworkspace "All Source" scheme always copies OS X WebKitSystemInterface libraries
2204 https://bugs.webkit.org/show_bug.cgi?id=155889
2206 Reviewed by Alexey Proskuryakov.
2208 Fixes an issue where building the "All Source" scheme in WebKit.xcworkspace would
2209 always copy the OS X WebKitSystemInterface libraries regardless of the selected
2210 base SDK. In particular, it would copy the OS X WebKitSystemInterface libraries
2211 when building with SDK iphonesimulator. WebKit.xcworkspace should copy the SDK-
2212 specific WebKitSystemInterface libraries.
2214 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2216 2016-03-25 Brady Eidson <beidson@apple.com>
2218 Soften push/replaceState frequency restrictions.
2219 <rdar://problem/25228439> and https://bugs.webkit.org/show_bug.cgi?id=155901
2221 Rubber-stamped by Timothy Hatcher.
2223 * ManualTests/state-objects-time-limit.html: Added.
2225 2016-03-25 Daniel Bates <dabates@apple.com>
2227 REGRESSION (r197358): WebKitSystemInterface.h copied into directory named "--llvm"
2228 https://bugs.webkit.org/show_bug.cgi?id=155838
2230 Reviewed by Alexey Proskuryakov.
2232 Do not pass command line flag --llvm when calling script copy-webkitlibraries-to-product-directory
2233 to avoid copying the WebKitSystemInterface libraries to an incorrect location. The --llvm flag was
2234 removed from copy-webkitlibraries-to-product-directory in <http://trac.webkit.org/changeset/197358>.
2236 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2238 2016-03-25 Bill Ming <mbbill@gmail.com>
2240 Detect correct number of processors on windows
2241 https://bugs.webkit.org/show_bug.cgi?id=155884
2243 Reviewed by Alex Christensen.
2245 * Tools/Scripts/run-jsc-stress-tests:
2247 2016-03-25 Brent Fulgham <bfulgham@apple.com>
2249 [Win] Improve CMake build performance
2250 https://bugs.webkit.org/show_bug.cgi?id=155871
2251 <rdar://problem/24747822>
2253 Reviewed by Alex Christensen.
2255 Add a flag to the PROCESS_ALLINONE_FILE macro so that it does not remove
2256 the files contained in the passed all-in-one file, since this breaks
2257 dependency checking and generation of the derived sources from the IDL.
2258 Instead, include the header files in the project so that all files get
2261 * Source/cmake/WebKitMacros: Updated for 'DerivedSources.cpp' use case.
2263 2016-03-25 Konstantin Tokarev <annulen@yandex.ru>
2265 Turned on ENABLE_REQUEST_ANIMATION_FRAME by default for any port.
2266 https://bugs.webkit.org/show_bug.cgi?id=155882
2268 Reviewed by Michael Catanzaro.
2270 It was already enabled in all trunk ports, and is required for
2271 WebInspectorUI to work.
2273 * Source/cmake/OptionsGTK.cmake: Removed duplication of default value.
2274 * Source/cmake/OptionsMac.cmake: Ditto.
2275 * Source/cmake/WebKitFeatures.cmake: Turned
2276 ENABLE_REQUEST_ANIMATION_FRAME ON.
2278 2016-03-24 Bill Ming <mbbill@gmail.com>
2280 Determine architecture for running jsc stress tests on windows
2281 https://bugs.webkit.org/show_bug.cgi?id=155840
2283 Reviewed by Alex Christensen.
2285 * Tools/Scripts/run-jsc-stress-tests:
2287 2016-03-23 Bill Ming <mbbill@gmail.com>
2289 Fixed ninja build path.
2290 https://bugs.webkit.org/show_bug.cgi?id=155796
2292 Reviewed by Alex Christensen.
2294 * Tools/Scripts/build-webkit:
2296 2016-03-21 Eric Carlson <eric.carlson@apple.com>
2298 Add a WebRTC specific compile flag
2299 https://bugs.webkit.org/show_bug.cgi?id=155663
2301 Reviewed by Jer Noble.
2303 * Source/cmake/OptionsEfl.cmake:
2304 * Source/cmake/OptionsGTK.cmake:
2305 * Source/cmake/WebKitFeatures.cmake:
2307 2016-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
2309 Unreviewed, missing SET_AND_EXPOSE_TO_BUILD for USE_UDIS86 in JSCOnly port
2310 https://bugs.webkit.org/show_bug.cgi?id=155628
2312 * Source/cmake/OptionsJSCOnly.cmake:
2314 2016-03-17 Yusuke Suzuki <utatane.tea@gmail.com>
2316 [JSCOnly] Enable udis86
2317 https://bugs.webkit.org/show_bug.cgi?id=155628
2319 Reviewed by Carlos Garcia Campos.
2321 Enable udis86 for disassembler. The current flag name is incorrect.
2323 * Source/cmake/OptionsJSCOnly.cmake:
2325 2016-03-14 Konstantin Tokarev <annulen@yandex.ru>
2327 Restored ENABLE_WEBCORE option and used it in JSCOnly port.
2328 https://bugs.webkit.org/show_bug.cgi?id=155428
2330 Reviewed by Michael Catanzaro.
2332 This is a partial revert of r182624.
2335 * Source/CMakeLists.txt:
2336 * Source/cmake/OptionsJSCOnly.cmake:
2337 * Source/cmake/WebKitFS.cmake:
2339 2016-03-13 Joseph Pecoraro <pecoraro@apple.com>
2341 Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
2342 https://bugs.webkit.org/show_bug.cgi?id=155417
2344 Reviewed by Yusuke Suzuki.
2346 * Source/cmake/OptionsWin.cmake:
2347 * Source/cmake/WebKitFeatures.cmake:
2348 * Source/cmake/tools/vsprops/FeatureDefines.props:
2349 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
2351 2016-03-13 Konstantin Tokarev <annulen@yandex.ru>
2353 Added new port JSCOnly.
2354 https://bugs.webkit.org/show_bug.cgi?id=154512
2356 Reviewed by Michael Catanzaro.
2358 This port allows to build JavaScriptCore engine with minimal
2362 * Source/cmake/OptionsJSCOnly.cmake: Added.
2364 2016-03-12 Myles C. Maxfield <mmaxfield@apple.com>
2366 Delete dead SVG Font code
2367 https://bugs.webkit.org/show_bug.cgi?id=154718
2369 Reviewed by Antti Koivisto.
2371 * Source/cmake/OptionsEfl.cmake:
2372 * Source/cmake/OptionsWin.cmake:
2373 * Source/cmake/WebKitFeatures.cmake:
2374 * Source/cmake/tools/vsprops/FeatureDefines.props:
2375 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
2377 2016-03-12 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
2379 [GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
2380 https://bugs.webkit.org/show_bug.cgi?id=152650
2382 Reviewed by Carlos Garcia Campos.
2384 * Source/cmake/OptionsGTK.cmake:
2386 2016-03-10 Frederic Wang <fwang@igalia.org>
2388 [GTK] Add support for WOFF2
2389 https://bugs.webkit.org/show_bug.cgi?id=152616
2391 Reviewed by Carlos Garcia Campos.
2393 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
2394 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
2396 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
2398 [cmake] Fixed All-in-One build.
2399 https://bugs.webkit.org/show_bug.cgi?id=155241
2401 Reviewed by Csaba Osztrogonác.
2403 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
2404 not removed in PROCESS_ALLINONE_FILE.
2406 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
2408 [EFL] Enable the SVG -> OTF Font Converter
2409 https://bugs.webkit.org/show_bug.cgi?id=155192
2411 Reviewed by Gyuyoung Kim.
2413 * Source/cmake/OptionsEfl.cmake:
2415 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
2417 [GTK] Enable the SVG -> OTF Font Converter
2418 https://bugs.webkit.org/show_bug.cgi?id=155191
2420 Reviewed by Martin Robinson.
2422 * Source/cmake/OptionsGTK.cmake:
2424 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
2426 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
2428 * Source/cmake/OptionsEfl.cmake:
2429 * Source/cmake/OptionsGTK.cmake:
2431 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
2433 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
2434 https://bugs.webkit.org/show_bug.cgi?id=154651
2436 Reviewed by Alex Christensen.
2438 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
2439 CMake's PRE_BUILD COMMAND feature because the latter actually
2440 generates pre-link target instead of pre-build.
2442 2016-03-01 Alex Christensen <achristensen@webkit.org>
2444 Reduce size of internal windows build output
2445 https://bugs.webkit.org/show_bug.cgi?id=154763
2447 Reviewed by Brent Fulgham.
2449 * Source/cmake/OptionsWin.cmake:
2451 2016-03-01 Commit Queue <commit-queue@webkit.org>
2453 Unreviewed, rolling out r197056.
2454 https://bugs.webkit.org/show_bug.cgi?id=154870
2456 broke win ews (Requested by alexchristensen on #webkit).
2460 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
2461 https://bugs.webkit.org/show_bug.cgi?id=154651
2462 http://trac.webkit.org/changeset/197056
2464 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
2466 [cmake] Allow using FindGLIB in case glib is optional dependency.
2467 https://bugs.webkit.org/show_bug.cgi?id=154796
2469 Reviewed by Michael Catanzaro.
2471 FindGLIB caused internal CMake error in case glibconfig.h is not
2474 * Source/cmake/FindGLIB.cmake:
2476 2016-02-29 Commit Queue <commit-queue@webkit.org>
2478 Unreviewed, rolling out r197297.
2479 https://bugs.webkit.org/show_bug.cgi?id=154810
2481 This change broke build of GTK from scratch (Requested by
2482 annulen on #webkit).
2486 "[cmake] Allow using FindGLIB in case glib is optional
2488 https://bugs.webkit.org/show_bug.cgi?id=154796
2489 http://trac.webkit.org/changeset/197297
2491 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
2493 [cmake] Allow using FindGLIB in case glib is optional dependency.
2494 https://bugs.webkit.org/show_bug.cgi?id=154796
2496 Reviewed by Michael Catanzaro.
2498 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
2501 * Source/cmake/FindGLIB.cmake:
2503 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
2505 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
2506 https://bugs.webkit.org/show_bug.cgi?id=143402
2508 Reviewed by Alex Christensen.
2510 Turn on by default, and turn on for Windows.
2512 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
2514 * Source/cmake/OptionsWin.cmake:
2515 * Source/cmake/WebKitFeatures.cmake:
2517 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2519 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
2520 https://bugs.webkit.org/show_bug.cgi?id=151688
2522 Reviewed by Dean Jackson.
2524 Enables the WEB_ANIMATIONS compiler switch.
2526 * Source/cmake/OptionsWin.cmake:
2528 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
2530 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
2531 https://bugs.webkit.org/show_bug.cgi?id=154651
2533 Reviewed by Alex Christensen.
2535 * Source/cmake/WebKitMacros.cmake:
2537 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
2539 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
2540 https://bugs.webkit.org/show_bug.cgi?id=154450
2542 Reviewed by Alex Christensen.
2544 * Source/cmake/WebKitMacros.cmake:
2546 2016-02-18 Philippe Normand <pnormand@igalia.com>
2548 [GStreamer] Bump internal jhbuild versions to 1.6.3
2549 https://bugs.webkit.org/show_bug.cgi?id=149594
2551 Reviewed by Michael Catanzaro.
2553 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
2555 2016-02-18 Anders Carlsson <andersca@apple.com>
2557 Get rid of the "All Source (target WebProcess)" scheme.
2559 Rubber-stamped by Dan Bernstein.
2561 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
2563 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
2565 [CMake] Remove LLVM support
2566 https://bugs.webkit.org/show_bug.cgi?id=154370
2568 Reviewed by Csaba Osztrogonác.
2570 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
2571 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
2572 but for the time being this is dead code.
2574 * Source/cmake/FindLLVM.cmake: Removed.
2575 * Source/cmake/OptionsCommon.cmake:
2577 2016-02-18 Joonghun Park <jh718.park@samsung.com>
2579 [CMake] Remove meaningless conditional statements in CMakeLists.txt
2580 https://bugs.webkit.org/show_bug.cgi?id=153778
2582 Reviewed by Csaba Osztrogonác.
2585 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
2586 And remove conditional statements which has enclosed these one
2587 because they don't have meaning anymore.
2589 2016-02-15 Alex Christensen <achristensen@webkit.org>
2591 Re-enable INTL on WinCairo
2592 https://bugs.webkit.org/show_bug.cgi?id=154256
2594 Reviewed by Michael Catanzaro.
2596 * Source/cmake/OptionsWin.cmake:
2597 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
2599 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
2601 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
2602 https://bugs.webkit.org/show_bug.cgi?id=154165
2604 Reviewed by Alex Christensen.
2606 * Source/cmake/OptionsEfl.cmake:
2607 * Source/cmake/OptionsGTK.cmake:
2609 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
2611 [cmake] Consolidate TextureMapper file and include dir lists.
2612 https://bugs.webkit.org/show_bug.cgi?id=154106
2614 Reviewed by Michael Catanzaro.
2616 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
2618 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2620 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
2622 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
2623 https://bugs.webkit.org/show_bug.cgi?id=154033
2625 Reviewed by Michael Catanzaro.
2627 * Source/cmake/WebKitFeatures.cmake:
2629 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
2631 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
2633 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2635 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
2637 [GTK][EFL] Enable SamplingProfiler
2638 https://bugs.webkit.org/show_bug.cgi?id=153638
2640 Reviewed by Michael Catanzaro.
2642 Enable SamplingProfiler in GTK and EFL.
2643 And added option to CMake to switch this from the build command.
2645 * Source/cmake/OptionsEfl.cmake:
2646 * Source/cmake/OptionsGTK.cmake:
2647 * Source/cmake/WebKitFeatures.cmake:
2649 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
2651 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
2652 https://bugs.webkit.org/show_bug.cgi?id=153961
2654 Reviewed by Michael Catanzaro.
2656 * Source/cmake/OptionsCommon.cmake:
2657 * Source/cmake/OptionsEfl.cmake:
2658 * Source/cmake/OptionsGTK.cmake:
2660 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
2662 Unreviewed non X86_64 buildfix after r196077.
2664 * Source/cmake/OptionsEfl.cmake:
2665 * Source/cmake/OptionsGTK.cmake:
2667 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
2669 [GTK][EFL] Switch FTL to B3
2670 https://bugs.webkit.org/show_bug.cgi?id=153478
2672 Reviewed by Csaba Osztrogonác.
2674 * Source/cmake/OptionsEfl.cmake:
2675 * Source/cmake/OptionsGTK.cmake:
2677 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
2679 Unreviewed attempt to fix Mac CMake build after r195999.
2681 * Source/cmake/OptionsMac.cmake:
2682 * Source/cmake/WebKitFeatures.cmake:
2683 Add ENABLE_RESOURCE_USAGE to CMake builds.
2685 2016-02-02 Alejandro G. Castro <alex@igalia.com>
2687 [GTK][EFL] Upgrade OpenWebRTC dependency
2688 https://bugs.webkit.org/show_bug.cgi?id=153489
2690 Reviewed by Philippe Normand.
2692 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
2693 required to make the mediastream work.
2695 2016-02-01 Alex Christensen <achristensen@webkit.org>
2697 [Win] WTFHeaderDetection.h no longer needed
2698 https://bugs.webkit.org/show_bug.cgi?id=153753
2699 rdar://problem/24434627
2701 Reviewed by Darin Adler.
2703 * Source/cmake/WebKitFS.cmake:
2705 2016-01-31 Joonghun Park <jh718.park@samsung.com>
2707 [EFL] All API tests are broken on 15.10
2708 https://bugs.webkit.org/show_bug.cgi?id=153528
2710 Reviewed by Gyuyoung Kim.
2712 * CMakeLists.txt: Having include(WebKitCommon) statement follow
2713 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
2715 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
2717 Enable SamplingProfiler on POSIX environment
2718 https://bugs.webkit.org/show_bug.cgi?id=153584
2720 Reviewed by Michael Saboff.
2722 Add features.h header check. It will define __GLIBC__.
2724 * Source/cmake/OptionsCommon.cmake:
2726 2016-01-27 Alexey Proskuryakov <ap@apple.com>
2728 Remove ENABLE_CURRENTSRC
2729 https://bugs.webkit.org/show_bug.cgi?id=153545
2731 Reviewed by Simon Fraser.
2733 * Source/cmake/OptionsEfl.cmake:
2734 * Source/cmake/OptionsGTK.cmake:
2735 * Source/cmake/OptionsMac.cmake:
2736 * Source/cmake/OptionsWin.cmake:
2737 * Source/cmake/WebKitFeatures.cmake:
2738 * Source/cmake/tools/vsprops/FeatureDefines.props:
2739 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
2741 2016-01-25 Alex Christensen <achristensen@webkit.org>
2743 Fix internal Windows build
2744 https://bugs.webkit.org/show_bug.cgi?id=153469
2746 Reviewed by Brent Fulgham.
2748 * Source/cmake/WebKitMacros.cmake:
2749 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
2751 2016-01-23 Aaron Chu <arona.chu@gmail.com>
2753 Web Inspector: AXI: node-link-list should be collapsible
2754 https://bugs.webkit.org/show_bug.cgi?id=130911
2756 Added a manual test to test the node list in the Accessibility Inspector
2758 Reviewed by Timothy Hatcher.
2760 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
2762 2016-01-22 Alex Christensen <achristensen@webkit.org>
2764 Fix internal Windows build
2765 https://bugs.webkit.org/show_bug.cgi?id=153385
2766 rdar://problem/24310408
2768 Reviewed by Brian Weinstein.
2770 * Source/cmake/WinTools.make:
2771 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
2772 These property sheets are needed for some projects that are not in this repository
2773 and don't use CMake in the official build. We want to leave them unchanged for now.
2775 2016-01-22 Alex Christensen <achristensen@webkit.org>
2777 Only set CMake output directories if they aren't already set
2778 https://bugs.webkit.org/show_bug.cgi?id=153373
2780 Reviewed by Michael Catanzaro.
2783 r195242 caused Windows builds to copy files to bin instead of bin64.
2784 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
2785 This also makes it so you can set these variables by command line.
2787 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2789 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
2791 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2793 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
2795 [CMake] Duplicate attempts to find software during cmake stage
2796 https://bugs.webkit.org/show_bug.cgi?id=153211
2798 Reviewed by Martin Robinson.
2800 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
2801 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
2803 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
2805 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
2806 https://bugs.webkit.org/show_bug.cgi?id=153190
2808 Reviewed by Csaba Osztrogonác.
2810 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
2812 * Source/CMakeLists.txt:
2813 * Source/cmake/OptionsWin.cmake:
2815 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
2817 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
2819 https://bugs.webkit.org/show_bug.cgi?id=153117
2821 Reviewed by Michael Catanzaro.
2823 * Source/cmake/OptionsGTK.cmake:
2825 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
2827 [CMake] Do not use LLVM static libraries for FTL JIT
2828 https://bugs.webkit.org/show_bug.cgi?id=151559
2830 Reviewed by Michael Catanzaro.
2832 Also export LLVM_LIBRARIES variable that can be used to prefer
2833 linking to the llvm dynamic libraries.
2835 * Source/cmake/FindLLVM.cmake:
2837 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
2839 [GTK] Add comments above options declarations in OptionsGTK.cmake
2840 https://bugs.webkit.org/show_bug.cgi?id=153074
2842 Reviewed by Martin Robinson.
2844 * Source/cmake/OptionsGTK.cmake:
2846 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
2848 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
2850 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2852 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
2854 Add a build flag for custom element
2855 https://bugs.webkit.org/show_bug.cgi?id=153005
2857 Reviewed by Alex Christensen.
2859 * Source/cmake/OptionsEfl.cmake:
2860 * Source/cmake/OptionsWin.cmake:
2861 * Source/cmake/WebKitFeatures.cmake:
2863 2016-01-08 Alex Christensen <achristensen@webkit.org>
2865 Fix internal Windows build
2866 https://bugs.webkit.org/show_bug.cgi?id=152937
2868 Reviewed by Brent Fulgham.
2870 * Source/cmake/WebKitCommon.cmake:
2871 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
2872 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
2873 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
2874 set PATH=%SystemDrive%\cygwin\bin;%PATH%
2876 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2878 [EFL] Set WebKit2 process output name
2879 https://bugs.webkit.org/show_bug.cgi?id=152773
2881 Reviewed by Benjamin Poulain.
2883 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
2884 So this patch sets wk2 process output name.
2886 * Source/cmake/OptionsEfl.cmake:
2888 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
2890 [CMake] Remove USE_UDIS86 variable
2891 https://bugs.webkit.org/show_bug.cgi?id=152731
2893 Reviewed by Gyuyoung Kim.
2895 Remove the USE_UDIS86 variable in CMake files. The specific build guard
2896 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
2897 in CMake isn't required anymore. The Udis86-specific files have to be
2898 built unconditionally now, though.
2900 * Source/cmake/OptionsEfl.cmake:
2901 * Source/cmake/OptionsGTK.cmake:
2902 * Source/cmake/OptionsMac.cmake:
2904 2016-01-04 Alex Christensen <achristensen@webkit.org>
2906 Fix Mac CMake build after r194454.
2908 * Source/cmake/OptionsMac.cmake:
2909 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
2910 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
2912 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
2914 [GTK][CMake] Do not override default values of build options with the default value
2915 https://bugs.webkit.org/show_bug.cgi?id=152615
2917 Reviewed by Martin Robinson.
2919 Override the default value of build options only when the default value for the GTK+ port
2920 is actually different than the default value in WebKitFeatures.cmake. This way we don't
2921 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
2922 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
2924 * Source/cmake/OptionsGTK.cmake:
2926 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
2928 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
2929 https://bugs.webkit.org/show_bug.cgi?id=144069
2931 Reviewed by Martin Robinson.
2933 * Source/cmake/OptionsWin.cmake:
2934 Do not set options that no longer exist.
2935 * Source/cmake/WebKitFeatures.cmake:
2936 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
2937 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
2938 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
2939 no CMake port was using it.
2941 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
2943 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
2944 https://bugs.webkit.org/show_bug.cgi?id=152611
2946 Reviewed by Martin Robinson.
2948 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
2949 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
2950 not to the DOM bindings generator, for example).
2952 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
2953 called after WEBKIT_OPTION_END, they don't do anything.
2955 Add error checking to catch these bugs.
2957 * Source/cmake/WebKitFeatures.cmake:
2959 2015-12-30 Philippe Normand <pnormand@igalia.com>
2961 [GTK][Mac] Disable gtk-doc
2962 https://bugs.webkit.org/show_bug.cgi?id=150798
2964 Reviewed by Michael Catanzaro.
2966 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
2967 link error on Mac, so for now disable gtk-doc support on that
2969 * Source/cmake/OptionsGTK.cmake: Ditto.
2971 2015-12-23 Andy VanWagoner <andy@instructure.com>
2973 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
2974 https://bugs.webkit.org/show_bug.cgi?id=147603
2976 Reviewed by Benjamin Poulain.
2978 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
2980 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
2982 [Fetch API] Add fetch API compile time flag
2983 https://bugs.webkit.org/show_bug.cgi?id=152254
2985 Reviewed by Darin Adler.
2987 * Source/cmake/OptionsWin.cmake:
2988 * Source/cmake/WebKitFeatures.cmake:
2990 2015-12-10 Brent Fulgham <bfulgham@apple.com>
2992 [Win] Support building under Cygwin or native Perl
2993 https://bugs.webkit.org/show_bug.cgi?id=152145
2994 <rdar://problem/23839868>
2996 Reviewed by David Kilzer.
2998 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
3002 2015-12-09 Daniel Bates <dabates@apple.com>
3004 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
3005 https://bugs.webkit.org/show_bug.cgi?id=151840
3006 <rdar://problem/23753931>
3008 Reviewed by Simon Fraser.
3010 Add a manual test that can be used to verify that we suspend dispatching device motion and
3011 device orientation events when the page is hidden.
3013 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
3016 (handleVisibilityChange):
3017 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
3019 2015-12-07 Alex Christensen <achristensen@webkit.org>
3021 Fix internal Windows build
3022 https://bugs.webkit.org/show_bug.cgi?id=151950
3024 Reviewed by Brent Fulgham.
3026 * Source/cmake/tools/scripts/auto-version.pl:
3028 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
3030 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
3031 https://bugs.webkit.org/show_bug.cgi?id=150792
3033 Reviewed by Saam Barati.
3035 * Source/cmake/OptionsWin.cmake:
3036 * Source/cmake/WebKitFeatures.cmake:
3038 2015-12-01 Commit Queue <commit-queue@webkit.org>
3040 Unreviewed, rolling out r192914.
3041 https://bugs.webkit.org/show_bug.cgi?id=151734
3043 JSC tests for this change are failing on 32 and 64-bit bots
3044 (Requested by ryanhaddad on #webkit).
3048 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
3049 enable this feature"
3050 https://bugs.webkit.org/show_bug.cgi?id=150792
3051 http://trac.webkit.org/changeset/192914
3053 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
3055 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
3056 https://bugs.webkit.org/show_bug.cgi?id=150792
3058 Reviewed by Saam Barati.
3060 * Source/cmake/OptionsWin.cmake:
3061 * Source/cmake/WebKitFeatures.cmake:
3063 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
3065 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
3067 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3069 2015-11-20 Alex Christensen <achristensen@webkit.org>
3071 Remove NETWORK_PROCESS compile flag
3072 https://bugs.webkit.org/show_bug.cgi?id=151512
3074 Reviewed by Tim Horton.
3076 * Source/cmake/OptionsEfl.cmake:
3077 * Source/cmake/OptionsGTK.cmake:
3078 * Source/cmake/OptionsMac.cmake:
3079 * Source/cmake/WebKitFeatures.cmake:
3081 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
3083 [EFL] Enable FTL JIT by default on X86_64
3084 https://bugs.webkit.org/show_bug.cgi?id=143822
3086 Reviewed by Carlos Garcia Campos.
3088 * Source/cmake/OptionsEfl.cmake:
3090 2015-11-19 Commit Queue <commit-queue@webkit.org>
3092 Unreviewed, rolling out r192667 and r192668.
3093 https://bugs.webkit.org/show_bug.cgi?id=151476
3095 broke api tests (Requested by alexchristensen on #webkit).
3097 Reverted changesets:
3099 "Remove the non-NetworkProcess configurations"
3100 https://bugs.webkit.org/show_bug.cgi?id=151418
3101 http://trac.webkit.org/changeset/192667
3103 "Fix GTK Build after r192667."
3104 http://trac.webkit.org/changeset/192668
3106 2015-11-19 Alex Christensen <achristensen@webkit.org>
3108 Remove the non-NetworkProcess configurations
3109 https://bugs.webkit.org/show_bug.cgi?id=151418
3111 Reviewed by Geoffrey Garen.
3113 * Source/cmake/OptionsEfl.cmake:
3114 * Source/cmake/OptionsGTK.cmake:
3115 * Source/cmake/OptionsMac.cmake:
3116 * Source/cmake/WebKitFeatures.cmake:
3118 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
3120 REGRESSION(r192459): [GTK] User agent string is broken after r192459
3121 https://bugs.webkit.org/show_bug.cgi?id=151347
3123 Reviewed by Žan Doberšek.
3125 Pass UA version numbers as strings to the build.
3127 * Source/cmake/OptionsGTK.cmake:
3129 2015-11-16 Alex Christensen <achristensen@webkit.org>
3131 Fix CMake build and make PluginProcess executable
3132 https://bugs.webkit.org/show_bug.cgi?id=151332
3134 Reviewed by Tim Horton.
3136 * Source/cmake/OptionsMac.cmake:
3138 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
3140 [GTK] Use FTL by default when LLVM 3.7 is available
3141 https://bugs.webkit.org/show_bug.cgi?id=142128
3143 Reviewed by Csaba Osztrogonác.
3145 Enable FTL by default when architecture is X86_64. It requires
3146 LLVM 3.7, but can be disabled manually as a cmake configure
3149 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
3150 available if the metapackage is installed and it points to
3151 llvm-config-3.5. So, here we check first if the llvm-config is
3152 from a recent enough version, and if not we check several
3153 llvm-config-<version> programs, so this should work on any distro.
3154 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
3155 target architecture is X86_64, and check the LLVM is at least
3156 3.7. The option is now public, since we want people to be able to
3157 disable it manually.
3159 2015-11-11 Anders Carlsson <andersca@apple.com>
3161 Enable cross-platform context menus by default
3162 https://bugs.webkit.org/show_bug.cgi?id=151173
3164 Reviewed by Tim Horton.
3166 * Source/cmake/OptionsEfl.cmake:
3168 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
3170 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
3171 https://bugs.webkit.org/show_bug.cgi?id=150972
3173 Reviewed by Darin Adler.
3175 * Source/cmake/OptionsMac.cmake:
3176 * Source/cmake/WebKitFeatures.cmake:
3178 2015-11-11 Philippe Normand <pnormand@igalia.com>
3180 [GTK][Mac] don't install .frameworks
3181 https://bugs.webkit.org/show_bug.cgi?id=151136
3183 Reviewed by Alex Christensen.
3185 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
3187 2015-11-10 Pranjal Jumde <pjumde@apple.com>
3189 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
3190 https://bugs.webkit.org/show_bug.cgi?id=150252
3191 <rdar://problem/23149470>
3193 Reviewed by Brent Fulgham.
3196 * Source/WebCore/editing/ios/EditorIOS.mm
3197 * Source/WebCore/editing/mac/EditorMac.mm
3198 In Editor::fontForSelection moved the node removal code, so that the
3199 node is only removed if style is not NULL.
3200 * Source/WebCore/editing/cocoa/EditorCocoa.mm
3201 In Editor::styleForSelectionStart checking if the parentNode can
3202 accept the styleElement node.
3203 * LayoutTests/editing/execCommand/150252.xhtml
3204 * LayoutTests/editing/execCommand/150252_minimal.xhtml
3205 * LayoutTests/editing/execCommand/150252-expected.txt
3206 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
3208 2015-11-09 Pranjal Jumde <pjumde@apple.com>
3210 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
3211 https://bugs.webkit.org/show_bug.cgi?id=150252
3212 <rdar://problem/23149470>
3214 Reviewed by Brent Fulgham.
3216 * Source/WebCore/editing/ios/EditorIOS.mm
3217 * Source/WebCore/editing/mac/EditorMac.mm
3218 In Editor::fontForSelection moved the node removal code, so that the
3219 node is only removed if style is not NULL.
3220 * LayoutTests/editing/execCommand/150252.xhtml
3221 * LayoutTests/editing/execCommand/150252_minimal.xhtml
3222 * LayoutTests/editing/execCommand/150252-expected.txt
3223 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
3225 2015-11-06 Daniel Bates <dabates@apple.com>
3227 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
3228 https://bugs.webkit.org/show_bug.cgi?id=150849
3230 Reviewed by Alexey Proskuryakov.
3232 Add support for overriding the user-provided arguments SDKROOT and ARCHS
3233 on a per Makefile basis.
3237 2015-11-06 Philippe Normand <pnormand@igalia.com>
3239 Unreviewed, GTK build fix after r192095.
3241 * Source/cmake/FindGTK3.cmake:
3243 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
3245 [GTK] Re-enable Quartz backend on cmake build system
3246 https://bugs.webkit.org/show_bug.cgi?id=144561
3248 Reviewed by Philippe Normand.
3250 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
3251 the presence of of gtk+-quartz-3.0 module.
3252 * Source/cmake/OptionsGTK.cmake: Reintroduce the
3253 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
3254 GTK+ Quartz backend on OS X.
3256 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3258 Add runtime and compile time flags for enabling Web Animations API and model.
3259 https://bugs.webkit.org/show_bug.cgi?id=150914
3261 Reviewed by Benjamin Poulain.
3263 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
3265 * Source/cmake/OptionsWin.cmake:
3266 * Source/cmake/WebKitFeatures.cmake:
3268 2015-11-03 Brent Fulgham <bfulgham@apple.com>
3270 [Win] CMake build update.
3272 Rubberstamped by Tim Horton.
3274 * Source/PlatformWin.cmake: Add internal tool to build
3275 rules for internal use.
3277 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
3279 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
3281 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3283 2015-11-02 Philippe Normand <pnormand@igalia.com>
3285 [Mac][GTK] Disable Ninja response file support
3286 https://bugs.webkit.org/show_bug.cgi?id=150801
3288 Reviewed by Alex Christensen.
3290 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
3291 support response files, so instruct Ninja to not generate those.
3293 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
3295 Fix the FTL JIT build with system LLVM on Linux
3296 https://bugs.webkit.org/show_bug.cgi?id=150795
3298 Reviewed by Filip Pizlo.
3300 * Source/cmake/FindLLVM.cmake:
3302 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
3304 Unreviewed. Bump GTK+ versions numbers.
3306 * Source/cmake/OptionsGTK.cmake:
3308 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
3310 [ES6] Support Generator Syntax
3311 https://bugs.webkit.org/show_bug.cgi?id=150769
3313 Reviewed by Geoffrey Garen.
3315 Added ENABLE_ES6_GENERATORS flag.
3317 * Source/cmake/OptionsWin.cmake:
3318 * Source/cmake/WebKitFeatures.cmake:
3320 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3322 [EFL] Add Shadow DOM feature
3323 https://bugs.webkit.org/show_bug.cgi?id=150611
3325 Reviewed by Csaba Osztrogonác.
3327 * Source/cmake/OptionsEfl.cmake:
3328 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
3330 2015-10-29 Alex Christensen <achristensen@webkit.org>
3333 https://bugs.webkit.org/show_bug.cgi?id=150686
3335 Reviewed by Filip Pizlo.
3337 * Source/cmake/WebKitMacros.cmake:
3339 2015-10-28 Alex Christensen <achristensen@webkit.org>
3341 Compile and link with CMake on Mac
3342 https://bugs.webkit.org/show_bug.cgi?id=150632
3344 Reviewed by Tim Horton.
3346 * Source/cmake/OptionsMac.cmake:
3348 2015-10-26 Dana Burkart <dburkart@apple.com>
3350 `make analyze` should build using the debug configuration
3351 https://bugs.webkit.org/show_bug.cgi?id=150571
3353 Reviewed by Lucas Forschler.
3357 2015-10-26 Philippe Normand <pnormand@igalia.com>
3359 Unreviewed, rolling out r191576.
3361 broke the http/tests/media tests
3365 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
3366 https://bugs.webkit.org/show_bug.cgi?id=149594
3367 http://trac.webkit.org/changeset/191576
3369 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
3371 [GStreamer] Bump internal jhbuild versions to 1.6.0
3372 https://bugs.webkit.org/show_bug.cgi?id=149594
3374 Reviewed by Philippe Normand.
3376 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
3378 * Source/cmake/FindGStreamer.cmake:
3380 2015-10-22 Philippe Normand <pnormand@igalia.com>
3382 [GTK][Mac] ICU-related build fixes
3383 https://bugs.webkit.org/show_bug.cgi?id=150032
3385 Rubber-stamped by Darin Adler.
3387 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
3389 2015-10-20 Yoav Weiss <yoav@yoav.ws>
3391 Rename the PICTURE_SIZES flag to CURRENTSRC
3392 https://bugs.webkit.org/show_bug.cgi?id=150275
3394 Reviewed by Dean Jackson.
3396 * Source/cmake/OptionsEfl.cmake:
3397 * Source/cmake/OptionsGTK.cmake:
3398 * Source/cmake/OptionsMac.cmake:
3399 * Source/cmake/OptionsWin.cmake:
3400 * Source/cmake/WebKitFeatures.cmake:
3402 2015-10-14 Tomas Popela <tpopela@redhat.com>
3404 [GTK][EFL] Fix build with cmake 3.4
3405 https://bugs.webkit.org/show_bug.cgi?id=150117
3407 Explicitely include the CheckIncludeFiles module before using
3408 the CHECK_INCLUDE_FILES command.
3410 Reviewed by Žan Doberšek.
3412 * Source/cmake/FindOpenGL.cmake:
3413 * Source/cmake/FindWebP.cmake:
3414 * Source/cmake/OptionsEfl.cmake:
3416 2015-10-13 Dean Jackson <dino@apple.com>
3418 Device motion and orientation should only be visible from the main frame's security origin
3419 https://bugs.webkit.org/show_bug.cgi?id=150072
3420 <rdar://problem/23082036>
3422 Reviewed by Brent Fulgham.
3424 Add a manual test for cross-origin device orientation events, while
3425 we're waiting on the mock client to be supported everywhere.
3427 * ManualTests/deviceorientation-child-frame.html: Added.
3428 * ManualTests/deviceorientation-main-frame-only.html: Added.
3430 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
3432 [GTK] OSX linker doesn't understand --whole-archive
3433 https://bugs.webkit.org/show_bug.cgi?id=144557
3435 Reviewed by Martin Robinson.
3437 * Source/cmake/OptionsGTK.cmake: Turn the macro
3438 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
3439 because XCode's linker doesn't have the --whole-archive option.
3441 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
3443 [GTK] Use --version-script only on Linux
3444 https://bugs.webkit.org/show_bug.cgi?id=144555
3446 Reviewed by Philippe Normand.
3448 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
3449 option on Darwin (whose linker doesn't support it.)
3451 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3453 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
3454 https://bugs.webkit.org/show_bug.cgi?id=149947
3456 Reviewed by Csaba Osztrogonác.
3458 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
3461 * Source/cmake/OptionsMac.cmake:
3462 * Source/cmake/OptionsWin.cmake:
3463 * Source/cmake/WebKitFeatures.cmake:
3465 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
3467 Fix ENABLE_OPENGL=OFF builds
3468 https://bugs.webkit.org/show_bug.cgi?id=146511
3470 Reviewed by Darin Adler.
3472 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
3473 ENABLE_OPENGL due to EGL usage.
3475 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
3477 Convert focused-input-should-assist-on-touch.html into an automated test
3478 https://bugs.webkit.org/show_bug.cgi?id=149724
3480 Reviewed by Simon Fraser.
3482 Remove a manual test that can now be rewritten as an automated test.
3484 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
3486 2015-10-01 Brent Fulgham <bfulgham@apple.com>
3488 [Win] Unreviewed CMake build fix.
3490 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
3491 and make sure exception handling is turned off.
3493 2015-09-30 Brent Fulgham <bfulgham@apple.com>
3495 [Win] Unreviewed build fix after CMake conversion.
3497 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
3499 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
3501 [GTK][CMake] Warning about CMP0058
3502 https://bugs.webkit.org/show_bug.cgi?id=149627
3504 Reviewed by Martin Robinson.
3506 Opt-in to the new behavior for CMP0058.
3510 2015-09-28 Brent Fulgham <bfulgham@apple.com>
3512 [Win] Unreviewed build fix for internal systems.
3514 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
3515 location for include and link libraries, rather than the system locations.
3517 2015-09-28 Alex Christensen <achristensen@webkit.org>
3519 Build WK1 with CMake on Mac
3520 https://bugs.webkit.org/show_bug.cgi?id=149604
3522 Reviewed by Chris Dumez.
3524 * Source/cmake/OptionsMac.cmake:
3525 * Source/cmake/WebKitMacros.cmake:
3526 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
3528 2015-09-25 Alex Christensen <achristensen@webkit.org>
3530 Clean up CMake build on Mac
3531 https://bugs.webkit.org/show_bug.cgi?id=149573
3533 Reviewed by Chris Dumez.
3535 * Source/cmake/OptionsMac.cmake:
3537 2015-09-25 Alex Christensen <achristensen@webkit.org>
3539 [Win] Switch to CMake
3540 https://bugs.webkit.org/show_bug.cgi?id=148111
3542 Reviewed by Brent Fulgham.
3544 * Source/cmake/WinTools.make: Added.
3545 * Source/cmake/tools: Added.
3546 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
3547 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
3549 2015-09-25 Alex Christensen <achristensen@webkit.org>
3551 Prepare internal AppleWin build for CMake
3552 https://bugs.webkit.org/show_bug.cgi?id=149570
3554 Reviewed by Brent Fulgham.
3556 * Source/PlatformWin.cmake:
3557 Include internal CMake files if they exist.
3559 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3561 Add a file of pointer-lock to cmake ports
3562 https://bugs.webkit.org/show_bug.cgi?id=149453
3564 Reviewed by Csaba Osztrogonác.
3566 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
3568 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
3570 [CMake] Allow to enable OpenMP support.
3571 https://bugs.webkit.org/show_bug.cgi?id=149457
3573 Reviewed by Csaba Osztrogonác.
3575 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
3576 will enable the support for OpenMP. Currently this is only used as
3577 an alternative implementation to native threads for the parallelization
3578 of the SVG filters. But name the option with a generic name (USE_OPENMP)
3579 as it could be also used to enable future features that depend on OpenMP.
3581 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
3583 [EFL] Build break when DEVELOPER_MODE is OFF
3584 https://bugs.webkit.org/show_bug.cgi?id=149448
3586 Reviewed by Gyuyoung Kim.
3588 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
3590 * Source/cmake/eflsymbols.filter:
3592 2015-09-21 Alex Christensen <achristensen@webkit.org>
3594 Disable PICTURE_SIZES in Windows CMake build like r189745.
3595 https://bugs.webkit.org/show_bug.cgi?id=149125
3597 * Source/cmake/OptionsWin.cmake:
3598 Do the same thing as r189745.
3600 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
3602 Removing XHR_TIMEOUT guard
3604 Remove XHR_TIMEOUT compilation guard
3605 https://bugs.webkit.org/show_bug.cgi?id=149260
3607 Reviewed by Benjamin Poulain.
3609 * Source/cmake/OptionsEfl.cmake:
3610 * Source/cmake/OptionsGTK.cmake:
3611 * Source/cmake/OptionsMac.cmake:
3612 * Source/cmake/OptionsWin.cmake:
3613 * Source/cmake/WebKitFeatures.cmake:
3615 2015-09-18 Alex Christensen <achristensen@webkit.org>
3617 Fix tests on Windows after switching to CMake.
3618 https://bugs.webkit.org/show_bug.cgi?id=149339
3620 Reviewed by Brent Fulgham.
3622 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
3624 2015-09-17 Alex Christensen <achristensen@webkit.org>
3626 Fix Windows EWS build after r189934.
3628 * Source/cmake/OptionsWin.cmake:
3629 Use WEBKIT_LIBRARIES environment variable if it exists.
3630 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
3632 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
3634 Add ShadowRoot interface and Element.prototype.attachShadow
3635 https://bugs.webkit.org/show_bug.cgi?id=149187
3637 Reviewed by Antti Koivisto.
3639 * Source/cmake/OptionsGTK.cmake:
3641 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
3643 [cmake] Enable debug fission only if it is supported
3644 https://bugs.webkit.org/show_bug.cgi?id=149161
3646 Reviewed by Martin Robinson.
3648 * Source/cmake/OptionsCommon.cmake:
3650 2015-09-14 Alex Christensen <achristensen@webkit.org>
3652 Progress towards CMake on Mac.
3653 https://bugs.webkit.org/show_bug.cgi?id=149123
3655 Reviewed by Chris Dumez.
3657 * Source/cmake/OptionsMac.cmake:
3658 * Source/cmake/WebKitFeatures.cmake:
3659 Defined and enabled some more features needed on Mac.
3660 * Source/cmake/WebKitMacros.cmake:
3661 Objective C bindings need special changes when generating:
3662 Some of the bindings do not generate a .mm file but the header is needed.
3663 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
3664 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
3666 2015-09-08 Daniel Bates <dabates@apple.com>
3668 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
3669 https://bugs.webkit.org/show_bug.cgi?id=74729
3670 <rdar://problem/22550195>
3672 Reviewed by Jon Honeycutt.
3674 * ManualTests/compositing/resources/composited-subframe.html: Removed.
3675 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
3677 2015-09-06 Andy Estes <aestes@apple.com>
3679 WebKit.xcworkspace should be be able to build iOS platforms
3680 https://bugs.webkit.org/show_bug.cgi?id=148881
3682 Reviewed by Daniel Bates.
3684 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
3685 for all supported platforms.
3687 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
3688 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
3690 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
3692 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
3693 photo library uploads a JPEG
3694 https://bugs.webkit.org/show_bug.cgi?id=148849
3696 Reviewed by Daniel Bates.
3698 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
3699 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
3700 functionality doesn't exist on iOS, so we'll add a manual test.
3701 This tests that the first few bytes of the selected file are "GIF".
3703 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
3705 Follow-up patch for r189343.
3706 https://bugs.webkit.org/show_bug.cgi?id=148795
3708 Rubber-stamped by Csaba Osztrogonác.
3710 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
3711 to 1.9, since this seems to be enough to fix the build failure.
3712 And 2.0 may cause problems for developers using some distributions like Ubuntu.
3714 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
3716 [CMake] Trigger the memory-reduction tricks on armhf too
3717 https://bugs.webkit.org/show_bug.cgi?id=146640
3719 Reviewed by Csaba Osztrogonác.
3721 * Source/cmake/OptionsCommon.cmake:
3722 Activate --no-keep-memory even on armhf to reduce the amount of memory
3723 needed during linking, to avoid out-of-memory failures as much as
3726 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
3728 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
3729 https://bugs.webkit.org/show_bug.cgi?id=148795
3731 Rubber-stamped by Carlos Garcia Campos.
3733 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
3735 2015-09-02 Alex Christensen <achristensen@webkit.org>
3737 Make bison grammar compatible with bison 2.1
3738 https://bugs.webkit.org/show_bug.cgi?id=148731
3740 Reviewed by Tim Horton.
3742 * Source/cmake/WebKitCommon.cmake:
3745 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3747 [CMake] Build with Debug Fission on by default on Debug builds.
3748 https://bugs.webkit.org/show_bug.cgi?id=148639
3750 Reviewed by Martin Robinson.
3752 * Source/cmake/OptionsCommon.cmake:
3754 2015-08-29 Alex Christensen <achristensen@webkit.org>
3756 Unreviewed build fix after r179923.
3758 * Source/CMakeLists.txt:
3759 bmalloc isn't ported to Windows yet.
3761 2015-08-27 Alex Christensen <achristensen@webkit.org>
3763 Isolate Source directories in CMake build
3764 https://bugs.webkit.org/show_bug.cgi?id=148389
3766 Reviewed by Brent Fulgham.
3769 * Source/cmake/WebKitCommon.cmake:
3770 Move package finding to WebKitCommon.
3772 2015-08-26 Per Arne Vollan <peavo@outlook.com>
3774 [Win] Build does not generate debug info.
3775 https://bugs.webkit.org/show_bug.cgi?id=148431
3777 Reviewed by Alex Christensen.
3779 Generate debug info for Windows builds.
3781 * Source/cmake/OptionsWin.cmake:
3783 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
3785 [GTK] Disable ACCELERATED_2D_CANVAS by default
3786 https://bugs.webkit.org/show_bug.cgi?id=148473
3788 Reviewed by Martin Robinson.
3790 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
3791 but not on Debian (which does not). We've known this was problematic for a while, since it
3792 means we have two different sets of distro-dependent bugs, but never decided whether that
3793 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
3794 have the same bugs everywhere. We can turn this on again for other distros when we're ready
3795 to turn it on for Debian.
3797 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
3800 * Source/cmake/OptionsGTK.cmake:
3802 2015-08-25 Commit Queue <commit-queue@webkit.org>
3804 Unreviewed, rolling out r188919.
3805 https://bugs.webkit.org/show_bug.cgi?id=148452
3807 broke build (Requested by alexchristensen on #webkit).
3811 "[Win] Build does not generate debug info."
3812 https://bugs.webkit.org/show_bug.cgi?id=148431
3813 http://trac.webkit.org/changeset/188919
3815 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
3817 [GTK] r186800 broke the build on Ubuntu 14.04
3818 https://bugs.webkit.org/show_bug.cgi?id=147559
3820 Reviewed by Martin Robinson.
3822 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
3823 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
3825 2015-08-25 Per Arne Vollan <peavo@outlook.com>
3827 [Win] Build does not generate debug info.
3828 https://bugs.webkit.org/show_bug.cgi?id=148431
3830 Reviewed by Brent Fulgham.
3832 Generate debug info for Windows builds.
3834 * Source/cmake/OptionsWin.cmake:
3836 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3838 [GTK] Auto-detection of cairo-gl fails
3839 https://bugs.webkit.org/show_bug.cgi?id=148189
3841 Reviewed by Žan Doberšek.
3843 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
3844 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
3845 deemed available, which might not be the case.
3846 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
3848 2015-08-19 Alex Christensen <achristensen@webkit.org>
3850 CMake Windows build should not include files directly from other Source directories
3851 https://bugs.webkit.org/show_bug.cgi?id=148198
3853 Reviewed by Brent Fulgham.
3855 * Source/cmake/WebKitMacros.cmake:
3857 2015-08-19 Alex Christensen <achristensen@webkit.org>
3859 Build TestWTF on Mac with CMake.
3860 https://bugs.webkit.org/show_bug.cgi?id=147972
3862 Reviewed by Tim Horton.
3864 * Source/cmake/OptionsMac.cmake:
3865 Enable API tests in Mac's CMake build.
3867 2015-08-18 Alex Christensen <achristensen@webkit.org>
3869 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
3870 https://bugs.webkit.org/show_bug.cgi?id=148127
3872 Reviewed by Martin Robinson.
3875 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
3877 2015-08-17 Alex Christensen <achristensen@webkit.org>
3879 [Win CMake] Allow WebKitLibraries directory to be set from the command line
3880 https://bugs.webkit.org/show_bug.cgi?id=148112
3882 Reviewed by Brent Fulgham.
3884 * Source/cmake/OptionsWin.cmake:
3885 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
3886 Instead, use the default location if nothing is passed in from the command line.
3887 This way we can set it from the command line for the AppleInternal build.
3888 Also, set the output directories to be consistent between the old and new build systems (and ninja).
3890 2015-08-17 Alex Christensen <achristensen@webkit.org>
3892 Build Debug Suffix on Windows with CMake
3893 https://bugs.webkit.org/show_bug.cgi?id=148083
3895 Reviewed by Brent Fulgham.
3897 * Source/cmake/OptionsWin.cmake:
3898 Use debug libraries in debug suffix builds.
3900 2015-08-17 Alex Christensen <achristensen@webkit.org>
3902 Move some commands from ./CMakeLists.txt to Source/cmake
3903 https://bugs.webkit.org/show_bug.cgi?id=148003
3905 Reviewed by Brent Fulgham.
3908 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
3909 so we can change directory structure from command line parameters.
3910 * Source/cmake/OptionsAppleWin.cmake:
3911 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
3912 * Source/cmake/OptionsWinCairo.cmake:
3913 * Source/cmake/OptionsWindows.cmake: Removed.
3914 * Source/cmake/WebKitCommon.cmake: Added.
3915 * Source/cmake/WebKitFS.cmake:
3917 2015-08-13 Commit Queue <commit-queue@webkit.org>
3919 Unreviewed, rolling out r188428.
3920 https://bugs.webkit.org/show_bug.cgi?id=148015
3922 broke cmake build (Requested by alexchristensen on #webkit).
3926 "Move some commands from ./CMakeLists.txt to Source/cmake"
3927 https://bugs.webkit.org/show_bug.cgi?id=148003
3928 http://trac.webkit.org/changeset/188428
3930 2015-08-13 Alex Christensen <achristensen@webkit.org>
3932 Move some commands from ./CMakeLists.txt to Source/cmake
3933 https://bugs.webkit.org/show_bug.cgi?id=148003
3935 Reviewed by Brent Fulgham.
3938 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
3939 so we can change directory structure from command line parameters.
3940 * Source/cmake/WebKitCommon.cmake: Added.
3941 * Source/cmake/WebKitFS.cmake:
3943 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
3945 A focused node should not be assisted when handling touch events synchronously
3946 https://bugs.webkit.org/show_bug.cgi?id=147836
3948 Reviewed by Enrica Casucci.
3950 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
3952 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
3953 input can still be assisted due to a touch event.
3954 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
3955 event does not automatically cause us to assist the currently focused node.
3957 2015-08-12 Alex Christensen <achristensen@webkit.org>
3959 Fix Debug CMake builds on Windows
3960 https://bugs.webkit.org/show_bug.cgi?id=147940
3962 Reviewed by Chris Dumez.
3964 * Source/cmake/OptionsWindows.cmake:
3965 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
3967 2015-08-10 Alex Christensen <achristensen@webkit.org>
3969 Build TestWebKitAPI with CMake on Windows
3970 https://bugs.webkit.org/show_bug.cgi?id=147851
3972 Reviewed by Chris Dumez.
3974 * Source/cmake/OptionsWindows.cmake:
3975 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
3977 2015-08-06 Alex Christensen <achristensen@webkit.org>
3979 [Win] CMake build fix after r188098.
3981 * Source/cmake/OptionsWinCairo.cmake:
3982 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
3984 2015-08-04 Alex Christensen <achristensen@webkit.org>
3986 Fix quirks with CMake and VS2015
3987 https://bugs.webkit.org/show_bug.cgi?id=147663
3989 Reviewed by Brent Fulgham.
3991 * Source/cmake/OptionsWindows.cmake:
3992 Hide some warnings. Using the same variable names in nested scopes is ok for now.
3993 Disable INTL for now.
3995 2015-08-04 Alex Christensen <achristensen@webkit.org>
3997 Enable WebGL on Windows CMake build.
3998 https://bugs.webkit.org/show_bug.cgi?id=143311
4000 Reviewed by Csaba Osztrogonác.
4002 * Source/cmake/OptionsWindows.cmake:
4003 Enable WebGL by default in CMake builds now that it works.
4005 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
4007 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
4008 https://bugs.webkit.org/show_bug.cgi?id=147625
4010 Reviewed by Martin Robinson.
4012 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
4013 components unless they were actually found, not to accidentally
4014 enable Accelerated 2D canvas, which would cause the build to fail.
4016 * Source/cmake/FindCairoGL.cmake: Set this variables only when
4017 pkg_check_modules() had actually found the relevant component.
4019 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
4021 [CMake] Add an option to build AllInOne files
4022 https://bugs.webkit.org/show_bug.cgi?id=102647
4024 Reviewed by Alex Christensen.
4026 * Source/cmake/OptionsEfl.cmake: Disabled by default.
4027 * Source/cmake/OptionsGTK.cmake: Disabled by default.
4028 * Source/cmake/OptionsWindows.cmake: Enabled by default.
4029 * Source/cmake/WebKitFeatures.cmake:
4030 * Source/cmake/WebKitMacros.cmake:
4032 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
4034 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
4036 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
4038 2015-07-31 Alex Christensen <achristensen@webkit.org>
4040 Prepare for debug CMake builds on Windows.
4041 https://bugs.webkit.org/show_bug.cgi?id=147484
4043 Reviewed by Tim Horton.
4045 * Source/cmake/OptionsWindows.cmake:
4046 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
4048 2015-07-30 Joonghun Park <jh718.park@samsung.com>
4050 [EFL] Enable IndexedDB based on DatabaseProcess
4051 https://bugs.webkit.org/show_bug.cgi?id=147221
4053 Reviewed by Csaba Osztrogonác.
4055 * Source/cmake/OptionsEfl.cmake:
4057 2015-07-30 Alex Christensen <achristensen@webkit.org>
4059 Build AppleWin port with CMake
4060 https://bugs.webkit.org/show_bug.cgi?id=147385
4062 Reviewed by Martin Robinson.
4064 * Source/cmake/OptionsWindows.cmake:
4065 Use the static multithreaded runtime. Based on
4066 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
4068 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
4070 Implement basic types for ECMAScript Internationalization API
4071 https://bugs.webkit.org/show_bug.cgi?id=146926
4073 Reviewed by Benjamin Poulain.
4075 Enable flag now that the basic objects are in place.
4077 * Source/cmake/WebKitFeatures.cmake: enable INTL
4079 2015-07-29 Basile Clement <basile_clement@apple.com>
4081 Remove native call inlining
4082 https://bugs.webkit.org/show_bug.cgi?id=147417
4084 Rubber-stamped by Filip Pizlo.
4086 * Source/cmake/OptionsEfl.cmake:
4087 * Source/cmake/WebKitFeatures.cmake:
4089 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
4091 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
4092 https://bugs.webkit.org/show_bug.cgi?id=147350
4094 Reviewed by Sam Weinig.
4096 * Source/cmake/WebKitFeatures.cmake:
4098 2015-07-27 Alex Christensen <achristensen@webkit.org>
4100 Use Ninja on Windows.
4101 https://bugs.webkit.org/show_bug.cgi?id=147228
4103 Reviewed by Martin Robinson.
4105 * Source/cmake/OptionsWindows.cmake:
4106 Only use /MP when using generated Visual Studio solution files to build.
4107 It makes compiling parallel in MSVC, but Ninja doesn't like it.
4109 2015-07-27 Alex Christensen <achristensen@webkit.org>
4111 Progress towards building AppleWin with CMake
4112 https://bugs.webkit.org/show_bug.cgi?id=147325
4114 Reviewed by Martin Robinson.
4116 * Source/cmake/OptionsWindows.cmake:
4117 Link with 64-bit libraries if building 64-bit binaries.
4118 Don't run regular expressions on empty strings when using Ninja.
4119 Removed DebugSuffix Visual Studio environment variables.
4121 2015-07-23 Alex Christensen <achristensen@webkit.org>
4123 Remove compile and runtime flags for promises.
4124 https://bugs.webkit.org/show_bug.cgi?id=147244
4126 Reviewed by Yusuke Suzuki.
4128 * Source/cmake/OptionsMac.cmake:
4129 * Source/cmake/OptionsWindows.cmake:
4130 * Source/cmake/WebKitFeatures.cmake:
4132 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
4134 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
4135 https://bugs.webkit.org/show_bug.cgi?id=147212
4137 Reviewed by Filip Pizlo.
4139 * Source/cmake/WebKitFeatures.cmake:
4141 2015-07-22 Alex Christensen <achristensen@webkit.org>
4143 Fix quirks in CMake build on Mac and Windows
4144 https://bugs.webkit.org/show_bug.cgi?id=147174
4146 Reviewed by Gyuyoung Kim.
4149 * Source/cmake/OptionsWindows.cmake:
4150 Added options I removed in r187022. They are indeed needed.
4151 * Source/cmake/WebKitFS.cmake:
4152 Make the DerivedSources/WebKit directory.
4154 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
4156 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
4158 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
4160 2015-07-20 Alex Christensen <achristensen@webkit.org>
4162 Resurrect CMake build on Windows.
4163 https://bugs.webkit.org/show_bug.cgi?id=147083
4165 Reviewed by Gyuyoung Kim.
4167 * Source/cmake/OptionsCommon.cmake:
4168 * Source/cmake/OptionsWindows.cmake:
4169 Change features to get it to compile. Still not a complete feature set.
4171 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
4173 [GTK] Add seccomp filters support
4174 https://bugs.webkit.org/show_bug.cgi?id=110014
4176 Reviewed by Žan Doberšek.
4178 Find needed compiler and linker flags for libseccomp.
4180 * Source/cmake/OptionsGTK.cmake:
4182 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
4184 Bring back the GNU ar check to create thin archives on non-Linux systems
4185 https://bugs.webkit.org/show_bug.cgi?id=146681
4187 Reviewed by Martin Robinson.
4189 We already use GNU ar thin archive feature to save time and disk space
4190 on creating static archives, but it is only enabled on Linux. Without
4191 this feature, the debug build of WebCore can be larger than 4 GiB,
4192 which can cause error because GNU ar format uses 32-bit integer to
4193 store offsets in the symbol table. This patch is similar to
4194 https://bugs.webkit.org/show_bug.cgi?id=128596.
4196 * Source/cmake/OptionsCommon.cmake:
4198 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
4200 [GTK] [Wayland] Build by default the X11 and Wayland targets.
4201 https://bugs.webkit.org/show_bug.cgi?id=146057
4203 Reviewed by Carlos Garcia Campos.
4205 * Source/cmake/OptionsGTK.cmake:
4207 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
4209 [GTK] ar warning when linking static libraries
4210 https://bugs.webkit.org/show_bug.cgi?id=144988
4212 Reviewed by Carlos Garcia Campos.
4214 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
4215 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
4216 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
4217 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
4218 should either stop using 'u' or else add 'U' as well in order to disable deterministic
4219 archives. Using 'U' should result in a somewhat faster build (at least when using the
4220 Makefile generator), but it's unlikely that the difference is significant, so let's simply
4221 remove 'u' until someone determines otherwise. This seems like a better option than adding
4222 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
4223 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
4224 behavior change on distributions that do not use --enable-deterministic-archives, notably
4227 * Source/cmake/OptionsCommon.cmake:
4229 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
4231 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
4232 https://bugs.webkit.org/show_bug.cgi?id=146590
4234 Reviewed by Martin Robinson.
4236 * Source/PlatformGTK.cmake: override the cached variables to
4237 forcefully disable gtk-doc and gobject-introspection when
4239 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
4240 documentation syntax when cross-building.
4243 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
4245 [EFL] test_ewk2_application_cache_manager has been failed since r185527
4246 https://bugs.webkit.org/show_bug.cgi?id=146016
4248 Reviewed by Gyuyoung Kim.
4250 In order to handle properly WebApplicationCacheManagerProxy implementation which use
4251 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
4252 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
4254 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
4256 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
4258 Implement ECMAScript Internationalization API
4259 https://bugs.webkit.org/show_bug.cgi?id=90906
4261 Reviewed by Benjamin Poulain.
4263 Begin implementing the Intl apis behind ENABLE_INTL flag.
4264 Create the base Intl namespace object.
4266 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
4268 2015-06-30 Philippe Normand <pnormand@igalia.com>
4270 [CMake] Error when gst-plugins-base is missing is too confusing
4271 https://bugs.webkit.org/show_bug.cgi?id=145682
4273 Reviewed by Carlos Garcia Campos.
4275 * Source/cmake/OptionsGTK.cmake: Error out if the required
4276 GStreamer libraries are not found on the host.
4278 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
4280 CairoGL should be checked unconditionally
4281 https://bugs.webkit.org/show_bug.cgi?id=146390
4283 Reviewed by Darin Adler.
4285 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
4286 it is run unconditionally; this is necessary because its result
4287 is used later on, outside of any conditions.
4289 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
4291 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
4292 https://bugs.webkit.org/show_bug.cgi?id=146318
4294 Reviewed by Sergio Villar Senin.
4296 Enable PUBLIC_SUFFIX_LIST for GTK+.
4298 * Source/cmake/OptionsGTK.cmake:
4300 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
4302 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
4304 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
4306 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
4308 [EFL] Hyphenation is not supported
4309 https://bugs.webkit.org/show_bug.cgi?id=89830
4311 Reviewed by Gyuyoung Kim.
4313 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
4315 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
4317 [CMake] Add support for building with various sanitizer tools
4318 https://bugs.webkit.org/show_bug.cgi?id=131941
4320 Reviewed by Martin Robinson.
4322 * Source/PlatformGTK.cmake: Don't generate any documentation
4323 when compiling with sanitizers enabled.
4324 * Source/cmake/OptionsCommon.cmake: Allow linking with
4325 undefined symbols when compiling with sanitizers enabled.
4327 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
4329 libwebkit2gtk fails to link without opengl
4330 https://bugs.webkit.org/show_bug.cgi?id=138332
4332 Reviewed by Carlos Garcia Campos.
4334 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
4335 enabled regardless of whether OpenGL is, because certain symbols
4336 such as WebCore::GraphicsLayer::create() need to be built.
4338 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
4340 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
4341 https://bugs.webkit.org/show_bug.cgi?id=146181
4343 Reviewed by Martin Robinson.
4345 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
4347 * Source/cmake/OptionsGTK.cmake:
4349 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
4351 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
4352 https://bugs.webkit.org/show_bug.cgi?id=146171
4354 Reviewed by Gyuyoung Kim.
4356 * Source/cmake/OptionsEfl.cmake:
4357 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
4359 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
4361 [CMake] FindGTK3.cmake should not modify the values of build options
4362 https://bugs.webkit.org/show_bug.cgi?id=144613
4364 Reviewed by Martin Robinson.
4366 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
4367 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
4368 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
4369 GTK3_SUPPORTS_GESTURES for consistency.
4370 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
4371 available. It's not possible to automatically select a backend correctly anymore, since all
4372 options are set at the same time.
4374 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
4376 Remove unnecessary svn:executable flags
4377 https://bugs.webkit.org/show_bug.cgi?id=146107
4379 Reviewed by Alexey Proskuryakov.
4381 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
4382 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
4383 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
4384 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
4385 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
4387 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
4389 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
4390 https://bugs.webkit.org/show_bug.cgi?id=146108
4392 Reviewed by Gyuyoung Kim.
4394 * Source/cmake/OptionsEfl.cmake:
4396 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
4398 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
4399 https://bugs.webkit.org/show_bug.cgi?id=146035
4401 Reviewed by Gyuyoung Kim.
4403 * Source/cmake/OptionsEfl.cmake:
4405 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
4407 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
4408 https://bugs.webkit.org/show_bug.cgi?id=145701
4410 Reviewed by Darin Adler.
4412 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
4414 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
4416 [iOS] Crash long pressing on <input type=file>
4417 https://bugs.webkit.org/show_bug.cgi?id=146009
4418 <rdar://problem/21234453>
4420 Reviewed by Ryosuke Niwa.
4422 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
4424 2015-06-16 Brent Fulgham <bfulgham@apple.com>
4426 Rollout accidental Xcode project change.
4428 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
4430 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
4432 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
4433 https://bugs.webkit.org/show_bug.cgi?id=145909
4435 Reviewed by Csaba Osztrogonác.
4437 Bump EWebKit version based on efl library version used by the EWebKit.
4439 * Source/cmake/OptionsEfl.cmake:
4441 2015-06-11 Commit Queue <commit-queue@webkit.org>
4443 Unreviewed, rolling out r185453.
4444 https://bugs.webkit.org/show_bug.cgi?id=145881
4446 it broke the 32-bit build (Requested by clopez on #webkit).
4450 "[GTK] [Wayland] Should be possible to build with support for
4451 both X11 and Wayland."
4452 https://bugs.webkit.org/show_bug.cgi?id=145701
4453 http://trac.webkit.org/changeset/185453
4455 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
4457 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
4458 https://bugs.webkit.org/show_bug.cgi?id=145701
4460 Reviewed by Žan Doberšek.
4462 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
4464 2015-06-03 Daniel Bates <dabates@apple.com>
4466 Caps lock indicator should not be shown in read-only or disabled field
4467 https://bugs.webkit.org/show_bug.cgi?id=145612
4468 <rdar://problem/21227454>
4470 Reviewed by Darin Adler.
4472 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
4473 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
4474 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
4476 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
4478 [cmake] Suppress parentheses-equality warnings
4479 https://bugs.webkit.org/show_bug.cgi?id=145126
4481 Reviewed by Darin Adler.
4483 * Source/cmake/WebKitHelpers.cmake:
4485 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
4487 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
4488 https://bugs.webkit.org/show_bug.cgi?id=145408
4490 Reviewed by Carlos Garcia Campos.
4492 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
4493 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
4494 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
4496 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
4497 libraries. Detect also GLX libraries.
4498 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
4499 libraries. Use find_path() to get the include path.
4500 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
4502 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
4503 depending on the libraries found on the system.
4504 Move the detection of GLX (and the include of CMakePushCheckState)
4505 to FindOpenGL.cmake.
4506 Ensure that we only define USE_GLX when we build with OpenGL
4507 (but not with GLESv2).
4509 2015-05-27 Dean Jackson <dino@apple.com>
4511 img.currentSrc problem in strict mode with old picturefill
4512 https://bugs.webkit.org/show_bug.cgi?id=144095
4513 <rdar://problem/21087013>
4515 Reviewed by Simon Fraser.
4517 Add a PICTURE_SIZES flag.
4519 * Source/cmake/OptionsEfl.cmake:
4520 * Source/cmake/OptionsGTK.cmake:
4521 * Source/cmake/OptionsMac.cmake:
4522 * Source/cmake/OptionsWindows.cmake:
4523 * Source/cmake/WebKitFeatures.cmake:
4525 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
4527 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
4529 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
4531 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
4533 Unreviewed. Export DatabaseProcessMainUnix symbol.
4535 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
4536 is exported in production builds.
4538 * Source/cmake/gtksymbols.filter:
4540 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
4542 [GTK] Enable IndexedDB
4543 https://bugs.webkit.org/show_bug.cgi?id=98932
4545 Reviewed by Žan Doberšek.
4547 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
4548 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
4550 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
4552 [GTK] Bump GCC requirements to 4.9.0
4553 https://bugs.webkit.org/show_bug.cgi?id=145211
4555 Reviewed by Žan Doberšek.
4557 It's required to build with IndexedDB support when using GCC,
4558 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
4560 * Source/cmake/OptionsGTK.cmake:
4562 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
4564 [CMake] Ignore warnings in system headers
4565 https://bugs.webkit.org/show_bug.cgi?id=144747
4567 Reviewed by Darin Adler.
4569 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
4570 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
4571 use the SYSTEM argument to the command (added in 2.8.12).
4575 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
4577 [CMake] Error out when ruby is too old
4578 https://bugs.webkit.org/show_bug.cgi?id=145014
4580 Reviewed by Martin Robinson.
4582 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
4587 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
4589 [GTK] Enable plugin-related CMake options and variables for the X11 target only
4590 https://bugs.webkit.org/show_bug.cgi?id=144995
4592 Reviewed by Carlos Garcia Campos.
4594 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for