1 2016-08-24 Alexey Proskuryakov <ap@apple.com>
3 Add svn:global-ignores to the root to ignore *.pyc files everythere in the repository.
5 * .: Added property svn:global-ignores.
7 2016-08-19 Dean Jackson <dino@apple.com>
9 Implement preferLowPowerToHighPerformance for WebGL
10 https://bugs.webkit.org/show_bug.cgi?id=161017
11 <rdar://problem/26819135>
13 Reviewed by Myles Maxfield.
15 A manual test that creates contexts with and without preferLowPowerToHighPerformance
16 to see what is used. This has to be manual because it depends on the hardware
17 configuration, and we don't have a way to detect it up-front. Also, if the
18 code was failing, it would be the same result as on a single GPU system.
20 * ManualTests/webgl-preferLowPowerToHighPerformance.html: Added.
22 2016-08-19 Per Arne Vollan <pvollan@apple.com>
25 https://bugs.webkit.org/show_bug.cgi?id=160994
27 Reviewed by Anders Carlsson.
29 Ignore warning when function declared with __declspec(noreturn) has non void return type.
31 * Source/cmake/OptionsWin.cmake:
33 2016-08-17 Don Olmstead <don.olmstead@am.sony.com>
35 Use find_library within Windows build
36 https://bugs.webkit.org/show_bug.cgi?id=160904
38 Reviewed by Brent Fulgham.
40 * Source/cmake/FindICU.cmake:
41 * Source/cmake/OptionsWin.cmake:
43 2016-08-17 Gyuyoung Kim <gyuyoung.kim@navercorp.com>
45 [EFL] Bump efl version from 1.17 to 1.18
46 https://bugs.webkit.org/show_bug.cgi?id=160899
48 Reviewed by Antonio Gomes.
50 * Source/cmake/OptionsEfl.cmake: Update ewebkit version to 1.18.0.
52 2016-08-04 Csaba Osztrogonác <ossy@webkit.org>
54 [Mac][cmake] Fix the build after Objective-C bindings generator removal
55 https://bugs.webkit.org/show_bug.cgi?id=160545
57 Reviewed by Alex Christensen.
59 * Source/cmake/WebKitMacros.cmake:
61 2016-08-03 Csaba Osztrogonác <ossy@webkit.org>
63 Lacking support on a arm-traditional disassembler.
64 https://bugs.webkit.org/show_bug.cgi?id=123717
68 * Source/cmake/FindLLVM.cmake: Added back the r196749 state.
69 * Source/cmake/OptionsCommon.cmake: Added back the r196749 state.
71 2016-08-01 Keith Miller <keith_miller@apple.com>
73 We should not keep the JavaScript tests inside the Source/JavaScriptCore/ directory.
74 https://bugs.webkit.org/show_bug.cgi?id=160372
76 Rubber stamped by Geoffrey Garen.
78 This patch moves all the JavaScript tests from Source/JavaScriptCore/tests to
79 a new top level directory, JSTests. Having the tests in the Source directory
80 was both confusing and inconvenient for people that just want to checkout the
81 source code of WebKit. Since there is no other obvious place to put all the
82 JavaScript tests a new top level directory seemed the most sensible.
84 * JSTests/: Copied from Source/JavaScriptCore/tests.
85 * Source/JavaScriptCore/tests/: Deleted.
86 * Scripts/import-test262-tests:
87 * Scripts/run-javascriptcore-tests:
88 * Scripts/update-javascriptcore-test-res:
91 2016-07-27 Carlos Garcia Campos <cgarcia@igalia.com>
93 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.4 release.
95 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
97 2016-07-22 Carlos Garcia Campos <cgarcia@igalia.com>
99 [GTK] Enable threaded compositor by default
100 https://bugs.webkit.org/show_bug.cgi?id=160079
102 Reviewed by Žan Doberšek.
104 * Source/cmake/OptionsGTK.cmake:
106 2016-07-20 Csaba Osztrogonác <ossy@webkit.org>
108 JSC JIT Broken on ARMv7 Traditional (without Thumb2)
109 https://bugs.webkit.org/show_bug.cgi?id=159880
111 Reviewed by Carlos Garcia Campos.
113 * Source/cmake/OptionsCommon.cmake: Use the BFD linker on ARM traditional because of a gold linker bug.
115 2016-07-18 Alexey Proskuryakov <ap@apple.com>
117 "make ARCHS=x86_64" fails to build
118 https://bugs.webkit.org/show_bug.cgi?id=159867
120 Reviewed by Dan Bernstein.
122 * Makefile.shared: Override VALID_ARCHS when ARCHS is set, so that even projects
123 that normally customize VALID_ARCHS wouldn't fail to build.
125 2016-07-18 Carlos Garcia Campos <cgarcia@igalia.com>
127 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.3 release.
129 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
131 2016-07-13 Per Arne Vollan <pvollan@apple.com>
133 [Win] DLLs are missing version information.
134 https://bugs.webkit.org/show_bug.cgi?id=159349
136 Reviewed by Alex Christensen.
138 Avoid using environment variable WEBKIT_LIBRARIES when finding version stamper utility,
139 in case it is not defined. Instead, use the location of the perl script to find the
142 * Source/cmake/tools/scripts/version-stamp.pl:
144 2016-07-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
146 Remove ENABLE_CSS3_TEXT_LINE_BREAK flag
147 https://bugs.webkit.org/show_bug.cgi?id=159671
149 Reviewed by Csaba Osztrogonác.
151 ENABLE_CSS3_TEXT_LINE_BREAK feature was implemented without guards.
152 https://bugs.webkit.org/show_bug.cgi?id=89235
154 So this guard can be removed in build scripts.
156 * Source/cmake/OptionsMac.cmake:
157 * Source/cmake/WebKitFeatures.cmake:
159 2016-07-12 Per Arne Vollan <pvollan@apple.com>
161 [Win] DLLs are missing version information.
162 https://bugs.webkit.org/show_bug.cgi?id=159349
164 Reviewed by Brent Fulgham.
166 The version stamping will fail if the target path has forward slashes.
168 * Source/cmake/tools/scripts/version-stamp.pl: Replace forward slashes with backslashes.
170 2016-07-05 Olivier Blin <olivier.blin@softathome.com>
172 ENABLE_MEDIA_SOURCE should depend on ENABLE_VIDEO
173 https://bugs.webkit.org/show_bug.cgi?id=159424
175 Reviewed by Philippe Normand.
177 MEDIA_SOURCE requires VIDEO enabled, since MediaSource needs HTMLMediaElement.
179 * Source/cmake/WebKitFeatures.cmake:
181 2016-07-05 Per Arne Vollan <pvollan@apple.com>
183 [Win] Layout Test http/tests/security/contentSecurityPolicy/source-list-parsing-10.html is failing
184 https://bugs.webkit.org/show_bug.cgi?id=147646
186 Reviewed by Brent Fulgham.
188 Disable CSP_NEXT. We can then use the common expected test results for this test.
190 * Source/cmake/OptionsWin.cmake:
192 2016-07-04 Gyuyoung Kim <gyuyoung.kim@webkit.org>
194 [EFL] Remove mac configuration dependency in WebKit Version definition
195 https://bugs.webkit.org/show_bug.cgi?id=159407
197 Reviewed by Yusuke Suzuki.
199 EFL port has been used Version.xconfig file in WebKit/mac/Configurations.
200 in order to generate WebKitVersion.h file. But it can be simply defined
203 * Source/cmake/OptionsEfl.cmake:
205 2016-07-03 Dan Bernstein <mitz@apple.com>
207 [Xcode] With default verbosity, make(1) output no longer hides environment variable listings
208 https://bugs.webkit.org/show_bug.cgi?id=159392
210 Reviewed by Alexey Proskuryakov.
212 * Makefile.shared: Pass the -hideShellScriptEnvironment option to xcodebuild instead of
213 piping its output through an ineffective "grep -v setenv",
215 2016-07-01 Konstantin Tokarev <annulen@yandex.ru>
217 [cmake] Make LEGACY_WEB_AUDIO depend on WEB_AUDIO.
218 https://bugs.webkit.org/show_bug.cgi?id=159338
220 Reviewed by Michael Catanzaro.
222 Enabling LEGACY_WEB_AUDIO makes no sense when WEB_AUDIO is
225 * Source/cmake/WebKitFeatures.cmake:
227 2016-06-28 Per Arne Vollan <pvollan@apple.com>
229 [Win] Custom elements tests are failing.
230 https://bugs.webkit.org/show_bug.cgi?id=159139
232 Reviewed by Alex Christensen.
234 Enable custom element API on Windows.
236 * Source/cmake/OptionsWin.cmake:
238 2016-06-23 Carlos Garcia Campos <cgarcia@igalia.com>
240 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.2 release.
242 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
244 2016-06-15 Romain Bellessort <romain.bellessort@crf.canon.fr>
246 Enabling Shadow DOM for all platforms
247 https://bugs.webkit.org/show_bug.cgi?id=158738
249 Reviewed by Ryosuke Niwa.
251 Removed Shadow DOM from options (enabled by default)
253 * Source/cmake/OptionsEfl.cmake:
254 * Source/cmake/OptionsGTK.cmake:
255 * Source/cmake/OptionsWin.cmake:
256 * Source/cmake/WebKitFeatures.cmake:
257 * Source/cmake/tools/vsprops/FeatureDefines.props:
258 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
260 2016-06-13 Romain Bellessort <romain.bellessort@crf.canon.fr>
262 [GTK] Enabling Shadow DOM by default
263 https://bugs.webkit.org/show_bug.cgi?id=158686
265 Reviewed by Carlos Garcia Campos.
267 Added support for enabling Shadow DOM by default for GTK.
269 * Source/cmake/OptionsGTK.cmake:
271 2016-06-09 Michael Catanzaro <mcatanzaro@igalia.com>
273 Add comments to clarify feature enablement
274 https://bugs.webkit.org/show_bug.cgi?id=158567
276 Reviewed by Alex Christensen.
278 * Source/cmake/WebKitFeatures.cmake:
280 2016-06-08 Per Arne Vollan <pvollan@apple.com>
282 [Win] Shadow DOM tests are failing.
283 https://bugs.webkit.org/show_bug.cgi?id=158524
285 Reviewed by Brent Fulgham.
289 * Source/cmake/OptionsWin.cmake:
291 2016-06-07 Carlos Garcia Campos <cgarcia@igalia.com>
293 [GTK] Enable IndexedDB in workers
294 https://bugs.webkit.org/show_bug.cgi?id=158475
296 Reviewed by Antonio Gomes.
298 This is working now and many tests are failing only because we don't enable it.
300 * Source/cmake/OptionsGTK.cmake:
302 2016-06-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
304 [EFL] Update ewebkit minor version
305 https://bugs.webkit.org/show_bug.cgi?id=158409
307 Reviewed by Csaba Osztrogonác.
309 EWebKit has used efl 1.17 version though, it still is stopped at version 1.14.
311 * Source/cmake/OptionsEfl.cmake: Bump minor version to 1.17.
313 2016-06-05 Gyuyoung Kim <gyuyoung.kim@webkit.org>
315 [EFL] Sync EFL features with featureList.pm
316 https://bugs.webkit.org/show_bug.cgi?id=158410
318 Reviewed by Antonio Gomes.
320 In OptionsEfl, some features on/off status are different with
321 featureList.pm definitions. Sync with it.
323 * Source/cmake/OptionsEfl.cmake:
325 2016-06-03 Per Arne Vollan <pvollan@apple.com>
327 [Win] IndexedDB worker tests are failing.
328 https://bugs.webkit.org/show_bug.cgi?id=158341
330 Reviewed by Alex Christensen.
332 Enable IndexedDB in workers.
334 * Source/cmake/OptionsWin.cmake:
336 2016-05-31 Carlos Garcia Campos <cgarcia@igalia.com>
338 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.1 release.
340 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
342 2016-05-28 Ryosuke Niwa <rniwa@webkit.org>
344 Autocorrection makes it hard to type "doesn't" and to type @ in email addresses
345 https://bugs.webkit.org/show_bug.cgi?id=158177
347 Reviewed by Darin Adler.
349 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.
351 Also wrap many steps to type in a space or delete a character inside setTimeout since autocorrection happens on a timer
352 and the fact WebKit2 communicates with NSSpellChecker via IPC makes the behavior even more indeterministic.
354 * ManualTests/autocorrection/autocorrection-at-mark.html: Added.
355 * ManualTests/autocorrection/autocorrection-cancelled-by-ESC.html:
356 * ManualTests/autocorrection/autocorrection-cancelled-by-typing-1.html:
357 * ManualTests/autocorrection/autocorrection-contraction-2.html: Added.
358 * ManualTests/autocorrection/autocorrection-contraction.html:
359 * ManualTests/autocorrection/autocorrection-in-iframe.html:
360 * ManualTests/autocorrection/close-window-when-correction-is-shown.html:
361 * ManualTests/autocorrection/continue-typing-to-dismiss-reversion.html:
362 * ManualTests/autocorrection/delete-to-dismiss-reversion.html:
363 * ManualTests/autocorrection/delete-to-end-of-word-to-show-reversion.html:
364 * ManualTests/autocorrection/dismiss-multiple-guesses.html:
365 * ManualTests/autocorrection/document-for-iframe-test.html: Removed.
366 * ManualTests/autocorrection/move-to-end-of-word-to-show-reversion.html: Type a space and move care in setTimeout as
367 the reversion panel wouldn't show up otherwise.
368 * ManualTests/autocorrection/remove-misspelling-marker-after-appending-letter.html: Delay the typing of a space as well as
369 deleting letters since autocorrection panel wouldn't show up in time otherwise, and deleting character immediately would
370 reject the autocorrection instead of accepting it. Also removed the steps to add back the spellchecking marker and extracted
371 it as a separate test.
372 * ManualTests/autocorrection/removing-misspelling-marker-after-appending-letter-2.html: Copied. This test continues the full
373 scenario in the previous test by typing a space and deleting the character, thereby bringing up spellchecking marker.
374 * ManualTests/autocorrection/resources: Added.
375 * ManualTests/autocorrection/resources/document-for-iframe-test.html: Moved from ManualTests/autocorrection/.
376 * ManualTests/autocorrection/select-from-multiple-guesses.html: Added a missing instruction.
377 * ManualTests/autocorrection/spell-checking-after-reversion.html:
378 * ManualTests/autocorrection/type-whitespace-to-dismiss-reversion.html: Delay the typing of a space and moving the selection
379 since the reversion panel wouldn't show up otherwise.
380 * ManualTests/autocorrection/undo-autocorrection-2.html: Copied. Automated most of steps in the second test case.
381 * ManualTests/autocorrection/undo-autocorrection.html:
383 2016-05-25 Konstantin Tokarev <annulen@yandex.ru>
385 [cmake] Deduplicate make-js-file-arrays usage and make it work on Windows.
386 https://bugs.webkit.org/show_bug.cgi?id=157997
388 Reviewed by Alex Christensen.
390 * Source/cmake/WebKitMacros.cmake: Added MAKE_JS_FILE_ARRAYS macro.
392 2016-05-25 Manuel Rego Casasnovas <rego@igalia.com>
394 [css-grid] Turn on ENABLE_CSS_GRID_LAYOUT by default
395 https://bugs.webkit.org/show_bug.cgi?id=158060
397 Reviewed by Darin Adler.
399 The runtime flag is disabled by default,
400 but we want to build CSS Grid Layout by default.
401 Otherwise the runtime flag would be useless.
403 * Source/cmake/WebKitFeatures.cmake:
405 2016-05-22 Brady Eidson <beidson@apple.com>
408 https://bugs.webkit.org/show_bug.cgi?id=157948
410 Reviewed by Michael Catanzaro.
412 * Source/cmake/OptionsCommon.cmake:
414 2016-05-22 Csaba Osztrogonác <ossy@webkit.org>
416 Suppress -Wmissing-field-initializers warnings with GCC 4.9
417 https://bugs.webkit.org/show_bug.cgi?id=157888
419 Reviewed by Michael Catanzaro.
421 * Source/cmake/WebKitHelpers.cmake:
423 2016-05-20 Joseph Pecoraro <pecoraro@apple.com>
425 Remove LegacyProfiler
426 https://bugs.webkit.org/show_bug.cgi?id=153565
428 Reviewed by Saam Barati.
430 * ManualTests/inspector/profiler-test-call.html: Removed.
431 * ManualTests/inspector/profiler-test-many-calls-in-the-same-scope.html: Removed.
433 2016-05-18 Gwang Yoon Hwang <yoon@igalia.com>
435 [GStreamer] Use FakeSink to get a decoded texture from a pipeline
436 https://bugs.webkit.org/show_bug.cgi?id=153641
438 Reviewed by Philippe Normand.
440 * Source/cmake/FindGStreamer.cmake: Bump gst-gl version to 1.8.0
442 2016-05-17 Dean Jackson <dino@apple.com>
444 Remove ES6_GENERATORS flag
445 https://bugs.webkit.org/show_bug.cgi?id=157815
446 <rdar://problem/26332894>
448 Reviewed by Geoffrey Garen.
450 This flag isn't needed. Generators are enabled everywhere and
451 part of a stable specification.
453 * Source/cmake/OptionsWin.cmake:
454 * Source/cmake/WebKitFeatures.cmake:
455 * Source/cmake/tools/vsprops/FeatureDefines.props:
456 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
458 2016-05-16 Joseph Pecoraro <pecoraro@apple.com>
460 Unreviewed rollout r200924. Caused js/regress/string-replace-generic.html to fail.
462 * ManualTests/inspector/profiler-test-call.html: Added.
463 * ManualTests/inspector/profiler-test-many-calls-in-the-same-scope.html: Added.
465 2016-05-14 Joseph Pecoraro <pecoraro@apple.com>
467 Remove LegacyProfiler
468 https://bugs.webkit.org/show_bug.cgi?id=153565
470 Reviewed by Mark Lam.
472 * ManualTests/inspector/profiler-test-call.html: Removed.
473 * ManualTests/inspector/profiler-test-many-calls-in-the-same-scope.html: Removed.
475 2016-05-13 Yoav Weiss <yoav@yoav.ws>
477 Turn on WEB_TIMING for all ports
478 https://bugs.webkit.org/show_bug.cgi?id=157673
480 Reviewed by Alex Christensen.
482 Turn on WEB_TIMING by default on the cmake Mac port, to match it with all other ports,
483 and make sure that the flag will be on by default for all ports.
485 * Source/cmake/OptionsGTK.cmake: Remove the specific private flag for WEB_TIMING.
486 * Source/cmake/OptionsMac.cmake: Remove the specific private flag for WEB_TIMING.
487 * Source/cmake/WebKitFeatures.cmake: Turn on WEB_TIMING for all ports by default.
489 2016-05-12 Csaba Osztrogonác <ossy@webkit.org>
491 Remove ENABLE(ES6_ARROWFUNCTION_SYNTAX) guards
492 https://bugs.webkit.org/show_bug.cgi?id=157564
494 Reviewed by Darin Adler.
496 * Source/cmake/WebKitFeatures.cmake:
498 2016-05-10 Michael Catanzaro <mcatanzaro@igalia.com>
500 [Linux] Remove seccomp filters support
501 https://bugs.webkit.org/show_bug.cgi?id=157380
503 Reviewed by Darin Adler.
505 * Source/cmake/FindLibSeccomp.cmake: Removed.
506 * Source/cmake/OptionsEfl.cmake:
507 * Source/cmake/OptionsGTK.cmake:
508 * Source/cmake/WebKitFeatures.cmake:
510 2016-05-06 Manuel Rego Casasnovas <rego@igalia.com>
512 [css-grid] Unprefix CSS Grid Layout properties
513 https://bugs.webkit.org/show_bug.cgi?id=157137
515 Reviewed by Simon Fraser.
517 Remove "-webkit" prefix from all the grid layout properties,
518 including the display value.
519 Update the source code to remove the prefix where it was used too.
521 * ManualTests/css-grid-layout-item-with-huge-span-crash.html:
523 2016-05-02 Per Arne Vollan <peavo@outlook.com>
525 [Win] Enable IndexedDB.
526 https://bugs.webkit.org/show_bug.cgi?id=157192
528 Reviewed by Brent Fulgham.
530 * Source/cmake/OptionsWin.cmake:
532 2016-05-02 Yoav Weiss <yoav@yoav.ws>
534 Move ResourceTiming behind a runtime flag
535 https://bugs.webkit.org/show_bug.cgi?id=157133
537 Reviewed by Alex Christensen.
539 * Source/cmake/WebKitFeatures.cmake: Remove the PERFORMANCE_TIMELINE build flag.
541 2016-04-29 Commit Queue <commit-queue@webkit.org>
543 Unreviewed, rolling out r200232.
544 https://bugs.webkit.org/show_bug.cgi?id=157189
546 This change broke the Mac CMake build and its LayoutTest is
547 failing and/or flaky on all platforms (Requested by ryanhaddad
552 "Move ResourceTiming behind a runtime flag"
553 https://bugs.webkit.org/show_bug.cgi?id=157133
554 http://trac.webkit.org/changeset/200232
556 2016-04-29 Yoav Weiss <yoav@yoav.ws>
558 Move ResourceTiming behind a runtime flag
559 https://bugs.webkit.org/show_bug.cgi?id=157133
561 Reviewed by Alex Christensen.
563 * Source/cmake/WebKitFeatures.cmake: Remove the PERFORMANCE_TIMELINE build flag.
565 2016-04-28 Commit Queue <commit-queue@webkit.org>
567 Unreviewed, rolling out r200185.
568 https://bugs.webkit.org/show_bug.cgi?id=157131
570 Bad temporary file added unintentionally (Requested by fredw
575 "RenderMathMLOperator refactoring: introduce getBaseGlyph and
576 remove parameter from getDisplayStyleLargeOperator"
577 https://bugs.webkit.org/show_bug.cgi?id=156910
578 http://trac.webkit.org/changeset/200185
580 2016-04-25 Ryosuke Niwa <rniwa@webkit.org>
582 Remove the build flag for template elements
583 https://bugs.webkit.org/show_bug.cgi?id=157022
585 Reviewed by Daniel Bates.
587 * Source/cmake/OptionsEfl.cmake:
588 * Source/cmake/OptionsMac.cmake:
589 * Source/cmake/OptionsWin.cmake:
590 * Source/cmake/WebKitFeatures.cmake:
591 * Source/cmake/tools/vsprops/FeatureDefines.props:
592 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
594 2016-04-22 Carlos Garcia Campos <cgarcia@igalia.com>
596 [GTK] Enable the download attribute support
597 https://bugs.webkit.org/show_bug.cgi?id=99025
599 Reviewed by Žan Doberšek.
601 * Source/cmake/OptionsGTK.cmake:
603 2016-04-18 Yusuke Suzuki <utatane.tea@gmail.com>
605 [JSCOnly] Implement RunLoop and remove glib dependency
606 https://bugs.webkit.org/show_bug.cgi?id=155706
608 Reviewed by Michael Catanzaro.
610 * Source/cmake/OptionsJSCOnly.cmake:
612 2016-04-18 Carlos Garcia Campos <cgarcia@igalia.com>
614 [GTK] Menu list button doesn't use the text color from the theme
615 https://bugs.webkit.org/show_bug.cgi?id=118234
617 Reviewed by Darin Adler.
619 * ManualTests/gtk/theme.html: Add a disabled combo test.
621 2016-04-13 Konstantin Tokarev <annulen@yandex.ru>
623 FindWebP should not be misguided by pkg-config when cross-compiling.
624 https://bugs.webkit.org/show_bug.cgi?id=156544
626 Reviewed by Michael Catanzaro.
628 We should use pkg-config output only as a hint, like other modules do.
630 * Source/cmake/FindWebP.cmake:
632 2016-04-07 Carlos Garcia Campos <cgarcia@igalia.com>
634 [GTK] Rework the theming code for GTK+ 3.20
635 https://bugs.webkit.org/show_bug.cgi?id=156333
637 Reviewed by Michael Catanzaro.
639 Add a manual test to check how themed elements are rendered.
641 * ManualTests/gtk/theme.html: Added.
643 2016-04-11 Fujii Hironori <Hironori.Fujii@jp.sony.com>
645 [CMake] Make FOLDER property INHERITED
646 https://bugs.webkit.org/show_bug.cgi?id=156460
648 Reviewed by Brent Fulgham.
650 Some CMake targets are not setting the FOLDER property. This causes the
651 generated projects to be displayed in the top-level folder of the solution.
653 Making the FOLDER property INHERITED ensures that all the targets
654 are placed in their proper directories.
656 * Source/cmake/OptionsCommon.cmake:
657 Define FOLDER property as a inherited property.
658 * Source/cmake/WebKitMacros.cmake:
659 Do not set FOLDER target property.
661 2016-04-08 Alex Christensen <achristensen@webkit.org>
663 Progress towards running CMake WebKit2 on Mac
664 https://bugs.webkit.org/show_bug.cgi?id=156426
666 Reviewed by Tim Horton.
668 * Source/cmake/OptionsMac.cmake:
669 FTL works on Mac, so let's use it.
670 * Source/cmake/WebKitMacros.cmake:
672 2016-04-07 Joseph Pecoraro <pecoraro@apple.com>
674 Remove ENABLE(ENABLE_ES6_CLASS_SYNTAX) guards
675 https://bugs.webkit.org/show_bug.cgi?id=156384
677 Reviewed by Ryosuke Niwa.
679 * Source/cmake/WebKitFeatures.cmake:
681 2016-04-07 Dean Jackson <dino@apple.com>
683 [iOS] Play button on video is too dark
684 https://bugs.webkit.org/show_bug.cgi?id=156383
685 <rdar://problem/23540816>
687 Reviewed by Simon Fraser.
689 Add a manual test for iOS that shows the expected appearance
690 of a video element. Unfortunately, due to the way we take
691 snapshots on iOS within our test runner, we don't get the
692 platform blurring effect, which means an automated test
695 * ManualTests/ios/start-playback-button-appearance-expected.html: Added.
696 * ManualTests/ios/start-playback-button-appearance.html: Added.
698 2016-04-06 Alex Christensen <achristensen@webkit.org>
700 Fix CMake DumpRenderTree
701 https://bugs.webkit.org/show_bug.cgi?id=156305
703 Reviewed by Daniel Bates.
705 * Source/cmake/OptionsMac.cmake:
707 2016-04-05 Alex Christensen <achristensen@webkit.org>
709 Make CMake-generated binaries on Mac able to run
710 https://bugs.webkit.org/show_bug.cgi?id=156268
712 Reviewed by Daniel Bates.
714 * Source/cmake/OptionsMac.cmake:
716 2016-04-04 Alejandro G. Castro <alex@igalia.com>
718 REGRESSION(r198492): [GTK] The WEB_RTC flag was not correctly added in some situations
719 https://bugs.webkit.org/show_bug.cgi?id=156164
721 Reviewed by Philippe Normand.
723 Remove double space in the error message when openwebrtc is not present.
725 * Source/cmake/OptionsGTK.cmake:
727 2016-04-03 Carlos Garcia Campos <cgarcia@igalia.com>
729 Unreviewed. Bump GTK+ versions numbers.
731 * Source/cmake/OptionsGTK.cmake:
733 2016-03-31 Daniel Bates <dabates@apple.com>
735 tool tip/alt. text appears when mouse is no longer hovering over link
736 https://bugs.webkit.org/show_bug.cgi?id=24427
737 <rdar://problem/8045235>
739 Reviewed by Antonio Gomes.
741 Although the bug no longer reproduces, add a manual test that can be used to determine if a
742 tooltip for a hyperlink is shown when the cursor no longer hovers over it.
744 * ManualTests/tooltip-when-mouse-not-directly-over-hyperlink.html: Added.
746 2016-03-29 Commit Queue <commit-queue@webkit.org>
748 Unreviewed, rolling out r198781.
749 https://bugs.webkit.org/show_bug.cgi?id=155986
751 broke windows clean build (Requested by alexchristensen on
756 "[Win] CMake seems to build all generated files every time"
757 https://bugs.webkit.org/show_bug.cgi?id=155872
758 http://trac.webkit.org/changeset/198781
760 2016-03-29 Brent Fulgham <bfulgham@apple.com>
762 [Win] CMake seems to build all generated files every time
763 https://bugs.webkit.org/show_bug.cgi?id=155872
765 Reviewed by Alex Christensen.
767 This seems to be caused by Visual Studio being unhappy receiving multiple output targets
768 for its custom build rules. If I limit the output to just the header file on Windows, the
769 dependency check seems to do the right thing.
771 * Source/cmake/WebKitMacros.cmake:
773 2016-03-28 Alex Christensen <achristensen@webkit.org>
775 Fix Mac Ninja build after r198766.
777 * Source/cmake/WebKitMacros.cmake:
778 WebCore_DERIVED_SOURCES are intentionally in a separate library to reduce linker line length.
779 This is now only specific to WebKit2_DERIVED_SOURCES, so I'm moving it there.
781 2016-03-28 Alex Christensen <achristensen@webkit.org>
783 Fix Windows build after r198766.
785 * Source/cmake/WebKitMacros.cmake:
786 Use the filename from the cpp so that WebCorePrefix.cpp and WebCoreDerivedSourcesPrefix.cpp
787 generate unique .pch files, even though they both include WebCorePrefix.h
789 2016-03-28 Alex Christensen <achristensen@webkit.org>
791 Fix Ninja build on Mac
792 https://bugs.webkit.org/show_bug.cgi?id=151399
794 Reviewed by Darin Adler.
796 * Source/CMakeLists.txt:
797 * Source/cmake/WebKitMacros.cmake:
799 2016-03-27 Daniel Bates <dabates@apple.com>
801 WebKit.xcworkspace "All Source" scheme always copies OS X WebKitSystemInterface libraries
802 https://bugs.webkit.org/show_bug.cgi?id=155889
804 Reviewed by Alexey Proskuryakov.
806 Fixes an issue where building the "All Source" scheme in WebKit.xcworkspace would
807 always copy the OS X WebKitSystemInterface libraries regardless of the selected
808 base SDK. In particular, it would copy the OS X WebKitSystemInterface libraries
809 when building with SDK iphonesimulator. WebKit.xcworkspace should copy the SDK-
810 specific WebKitSystemInterface libraries.
812 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
814 2016-03-25 Brady Eidson <beidson@apple.com>
816 Soften push/replaceState frequency restrictions.
817 <rdar://problem/25228439> and https://bugs.webkit.org/show_bug.cgi?id=155901
819 Rubber-stamped by Timothy Hatcher.
821 * ManualTests/state-objects-time-limit.html: Added.
823 2016-03-25 Daniel Bates <dabates@apple.com>
825 REGRESSION (r197358): WebKitSystemInterface.h copied into directory named "--llvm"
826 https://bugs.webkit.org/show_bug.cgi?id=155838
828 Reviewed by Alexey Proskuryakov.
830 Do not pass command line flag --llvm when calling script copy-webkitlibraries-to-product-directory
831 to avoid copying the WebKitSystemInterface libraries to an incorrect location. The --llvm flag was
832 removed from copy-webkitlibraries-to-product-directory in <http://trac.webkit.org/changeset/197358>.
834 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
836 2016-03-25 Bill Ming <mbbill@gmail.com>
838 Detect correct number of processors on windows
839 https://bugs.webkit.org/show_bug.cgi?id=155884
841 Reviewed by Alex Christensen.
843 * Tools/Scripts/run-jsc-stress-tests:
845 2016-03-25 Brent Fulgham <bfulgham@apple.com>
847 [Win] Improve CMake build performance
848 https://bugs.webkit.org/show_bug.cgi?id=155871
849 <rdar://problem/24747822>
851 Reviewed by Alex Christensen.
853 Add a flag to the PROCESS_ALLINONE_FILE macro so that it does not remove
854 the files contained in the passed all-in-one file, since this breaks
855 dependency checking and generation of the derived sources from the IDL.
856 Instead, include the header files in the project so that all files get
859 * Source/cmake/WebKitMacros: Updated for 'DerivedSources.cpp' use case.
861 2016-03-25 Konstantin Tokarev <annulen@yandex.ru>
863 Turned on ENABLE_REQUEST_ANIMATION_FRAME by default for any port.
864 https://bugs.webkit.org/show_bug.cgi?id=155882
866 Reviewed by Michael Catanzaro.
868 It was already enabled in all trunk ports, and is required for
869 WebInspectorUI to work.
871 * Source/cmake/OptionsGTK.cmake: Removed duplication of default value.
872 * Source/cmake/OptionsMac.cmake: Ditto.
873 * Source/cmake/WebKitFeatures.cmake: Turned
874 ENABLE_REQUEST_ANIMATION_FRAME ON.
876 2016-03-24 Bill Ming <mbbill@gmail.com>
878 Determine architecture for running jsc stress tests on windows
879 https://bugs.webkit.org/show_bug.cgi?id=155840
881 Reviewed by Alex Christensen.
883 * Tools/Scripts/run-jsc-stress-tests:
885 2016-03-23 Bill Ming <mbbill@gmail.com>
887 Fixed ninja build path.
888 https://bugs.webkit.org/show_bug.cgi?id=155796
890 Reviewed by Alex Christensen.
892 * Tools/Scripts/build-webkit:
894 2016-03-21 Eric Carlson <eric.carlson@apple.com>
896 Add a WebRTC specific compile flag
897 https://bugs.webkit.org/show_bug.cgi?id=155663
899 Reviewed by Jer Noble.
901 * Source/cmake/OptionsEfl.cmake:
902 * Source/cmake/OptionsGTK.cmake:
903 * Source/cmake/WebKitFeatures.cmake:
905 2016-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
907 Unreviewed, missing SET_AND_EXPOSE_TO_BUILD for USE_UDIS86 in JSCOnly port
908 https://bugs.webkit.org/show_bug.cgi?id=155628
910 * Source/cmake/OptionsJSCOnly.cmake:
912 2016-03-17 Yusuke Suzuki <utatane.tea@gmail.com>
914 [JSCOnly] Enable udis86
915 https://bugs.webkit.org/show_bug.cgi?id=155628
917 Reviewed by Carlos Garcia Campos.
919 Enable udis86 for disassembler. The current flag name is incorrect.
921 * Source/cmake/OptionsJSCOnly.cmake:
923 2016-03-14 Konstantin Tokarev <annulen@yandex.ru>
925 Restored ENABLE_WEBCORE option and used it in JSCOnly port.
926 https://bugs.webkit.org/show_bug.cgi?id=155428
928 Reviewed by Michael Catanzaro.
930 This is a partial revert of r182624.
933 * Source/CMakeLists.txt:
934 * Source/cmake/OptionsJSCOnly.cmake:
935 * Source/cmake/WebKitFS.cmake:
937 2016-03-13 Joseph Pecoraro <pecoraro@apple.com>
939 Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
940 https://bugs.webkit.org/show_bug.cgi?id=155417
942 Reviewed by Yusuke Suzuki.
944 * Source/cmake/OptionsWin.cmake:
945 * Source/cmake/WebKitFeatures.cmake:
946 * Source/cmake/tools/vsprops/FeatureDefines.props:
947 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
949 2016-03-13 Konstantin Tokarev <annulen@yandex.ru>
951 Added new port JSCOnly.
952 https://bugs.webkit.org/show_bug.cgi?id=154512
954 Reviewed by Michael Catanzaro.
956 This port allows to build JavaScriptCore engine with minimal
960 * Source/cmake/OptionsJSCOnly.cmake: Added.
962 2016-03-12 Myles C. Maxfield <mmaxfield@apple.com>
964 Delete dead SVG Font code
965 https://bugs.webkit.org/show_bug.cgi?id=154718
967 Reviewed by Antti Koivisto.
969 * Source/cmake/OptionsEfl.cmake:
970 * Source/cmake/OptionsWin.cmake:
971 * Source/cmake/WebKitFeatures.cmake:
972 * Source/cmake/tools/vsprops/FeatureDefines.props:
973 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
975 2016-03-12 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
977 [GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
978 https://bugs.webkit.org/show_bug.cgi?id=152650
980 Reviewed by Carlos Garcia Campos.
982 * Source/cmake/OptionsGTK.cmake:
984 2016-03-10 Frederic Wang <fwang@igalia.org>
986 [GTK] Add support for WOFF2
987 https://bugs.webkit.org/show_bug.cgi?id=152616
989 Reviewed by Carlos Garcia Campos.
991 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
992 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
994 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
996 [cmake] Fixed All-in-One build.
997 https://bugs.webkit.org/show_bug.cgi?id=155241
999 Reviewed by Csaba Osztrogonác.
1001 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
1002 not removed in PROCESS_ALLINONE_FILE.
1004 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
1006 [EFL] Enable the SVG -> OTF Font Converter
1007 https://bugs.webkit.org/show_bug.cgi?id=155192
1009 Reviewed by Gyuyoung Kim.
1011 * Source/cmake/OptionsEfl.cmake:
1013 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
1015 [GTK] Enable the SVG -> OTF Font Converter
1016 https://bugs.webkit.org/show_bug.cgi?id=155191
1018 Reviewed by Martin Robinson.
1020 * Source/cmake/OptionsGTK.cmake:
1022 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
1024 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
1026 * Source/cmake/OptionsEfl.cmake:
1027 * Source/cmake/OptionsGTK.cmake:
1029 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
1031 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
1032 https://bugs.webkit.org/show_bug.cgi?id=154651
1034 Reviewed by Alex Christensen.
1036 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
1037 CMake's PRE_BUILD COMMAND feature because the latter actually
1038 generates pre-link target instead of pre-build.
1040 2016-03-01 Alex Christensen <achristensen@webkit.org>
1042 Reduce size of internal windows build output
1043 https://bugs.webkit.org/show_bug.cgi?id=154763
1045 Reviewed by Brent Fulgham.
1047 * Source/cmake/OptionsWin.cmake:
1049 2016-03-01 Commit Queue <commit-queue@webkit.org>
1051 Unreviewed, rolling out r197056.
1052 https://bugs.webkit.org/show_bug.cgi?id=154870
1054 broke win ews (Requested by alexchristensen on #webkit).
1058 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
1059 https://bugs.webkit.org/show_bug.cgi?id=154651
1060 http://trac.webkit.org/changeset/197056
1062 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
1064 [cmake] Allow using FindGLIB in case glib is optional dependency.
1065 https://bugs.webkit.org/show_bug.cgi?id=154796
1067 Reviewed by Michael Catanzaro.
1069 FindGLIB caused internal CMake error in case glibconfig.h is not
1072 * Source/cmake/FindGLIB.cmake:
1074 2016-02-29 Commit Queue <commit-queue@webkit.org>
1076 Unreviewed, rolling out r197297.
1077 https://bugs.webkit.org/show_bug.cgi?id=154810
1079 This change broke build of GTK from scratch (Requested by
1080 annulen on #webkit).
1084 "[cmake] Allow using FindGLIB in case glib is optional
1086 https://bugs.webkit.org/show_bug.cgi?id=154796
1087 http://trac.webkit.org/changeset/197297
1089 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
1091 [cmake] Allow using FindGLIB in case glib is optional dependency.
1092 https://bugs.webkit.org/show_bug.cgi?id=154796
1094 Reviewed by Michael Catanzaro.
1096 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
1099 * Source/cmake/FindGLIB.cmake:
1101 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
1103 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
1104 https://bugs.webkit.org/show_bug.cgi?id=143402
1106 Reviewed by Alex Christensen.
1108 Turn on by default, and turn on for Windows.
1110 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
1112 * Source/cmake/OptionsWin.cmake:
1113 * Source/cmake/WebKitFeatures.cmake:
1115 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1117 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
1118 https://bugs.webkit.org/show_bug.cgi?id=151688
1120 Reviewed by Dean Jackson.
1122 Enables the WEB_ANIMATIONS compiler switch.
1124 * Source/cmake/OptionsWin.cmake:
1126 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
1128 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
1129 https://bugs.webkit.org/show_bug.cgi?id=154651
1131 Reviewed by Alex Christensen.
1133 * Source/cmake/WebKitMacros.cmake:
1135 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
1137 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
1138 https://bugs.webkit.org/show_bug.cgi?id=154450
1140 Reviewed by Alex Christensen.
1142 * Source/cmake/WebKitMacros.cmake:
1144 2016-02-18 Philippe Normand <pnormand@igalia.com>
1146 [GStreamer] Bump internal jhbuild versions to 1.6.3
1147 https://bugs.webkit.org/show_bug.cgi?id=149594
1149 Reviewed by Michael Catanzaro.
1151 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
1153 2016-02-18 Anders Carlsson <andersca@apple.com>
1155 Get rid of the "All Source (target WebProcess)" scheme.
1157 Rubber-stamped by Dan Bernstein.
1159 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
1161 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
1163 [CMake] Remove LLVM support
1164 https://bugs.webkit.org/show_bug.cgi?id=154370
1166 Reviewed by Csaba Osztrogonác.
1168 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
1169 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
1170 but for the time being this is dead code.
1172 * Source/cmake/FindLLVM.cmake: Removed.
1173 * Source/cmake/OptionsCommon.cmake:
1175 2016-02-18 Joonghun Park <jh718.park@samsung.com>
1177 [CMake] Remove meaningless conditional statements in CMakeLists.txt
1178 https://bugs.webkit.org/show_bug.cgi?id=153778
1180 Reviewed by Csaba Osztrogonác.
1183 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
1184 And remove conditional statements which has enclosed these one
1185 because they don't have meaning anymore.
1187 2016-02-15 Alex Christensen <achristensen@webkit.org>
1189 Re-enable INTL on WinCairo
1190 https://bugs.webkit.org/show_bug.cgi?id=154256
1192 Reviewed by Michael Catanzaro.
1194 * Source/cmake/OptionsWin.cmake:
1195 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
1197 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
1199 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
1200 https://bugs.webkit.org/show_bug.cgi?id=154165
1202 Reviewed by Alex Christensen.
1204 * Source/cmake/OptionsEfl.cmake:
1205 * Source/cmake/OptionsGTK.cmake:
1207 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
1209 [cmake] Consolidate TextureMapper file and include dir lists.
1210 https://bugs.webkit.org/show_bug.cgi?id=154106
1212 Reviewed by Michael Catanzaro.
1214 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
1216 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1218 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
1220 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
1221 https://bugs.webkit.org/show_bug.cgi?id=154033
1223 Reviewed by Michael Catanzaro.
1225 * Source/cmake/WebKitFeatures.cmake:
1227 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
1229 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
1231 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1233 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
1235 [GTK][EFL] Enable SamplingProfiler
1236 https://bugs.webkit.org/show_bug.cgi?id=153638
1238 Reviewed by Michael Catanzaro.
1240 Enable SamplingProfiler in GTK and EFL.
1241 And added option to CMake to switch this from the build command.
1243 * Source/cmake/OptionsEfl.cmake:
1244 * Source/cmake/OptionsGTK.cmake:
1245 * Source/cmake/WebKitFeatures.cmake:
1247 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
1249 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
1250 https://bugs.webkit.org/show_bug.cgi?id=153961
1252 Reviewed by Michael Catanzaro.
1254 * Source/cmake/OptionsCommon.cmake:
1255 * Source/cmake/OptionsEfl.cmake:
1256 * Source/cmake/OptionsGTK.cmake:
1258 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
1260 Unreviewed non X86_64 buildfix after r196077.
1262 * Source/cmake/OptionsEfl.cmake:
1263 * Source/cmake/OptionsGTK.cmake:
1265 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
1267 [GTK][EFL] Switch FTL to B3
1268 https://bugs.webkit.org/show_bug.cgi?id=153478
1270 Reviewed by Csaba Osztrogonác.
1272 * Source/cmake/OptionsEfl.cmake:
1273 * Source/cmake/OptionsGTK.cmake:
1275 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
1277 Unreviewed attempt to fix Mac CMake build after r195999.
1279 * Source/cmake/OptionsMac.cmake:
1280 * Source/cmake/WebKitFeatures.cmake:
1281 Add ENABLE_RESOURCE_USAGE to CMake builds.
1283 2016-02-02 Alejandro G. Castro <alex@igalia.com>
1285 [GTK][EFL] Upgrade OpenWebRTC dependency
1286 https://bugs.webkit.org/show_bug.cgi?id=153489
1288 Reviewed by Philippe Normand.
1290 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
1291 required to make the mediastream work.
1293 2016-02-01 Alex Christensen <achristensen@webkit.org>
1295 [Win] WTFHeaderDetection.h no longer needed
1296 https://bugs.webkit.org/show_bug.cgi?id=153753
1297 rdar://problem/24434627
1299 Reviewed by Darin Adler.
1301 * Source/cmake/WebKitFS.cmake:
1303 2016-01-31 Joonghun Park <jh718.park@samsung.com>
1305 [EFL] All API tests are broken on 15.10
1306 https://bugs.webkit.org/show_bug.cgi?id=153528
1308 Reviewed by Gyuyoung Kim.
1310 * CMakeLists.txt: Having include(WebKitCommon) statement follow
1311 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
1313 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
1315 Enable SamplingProfiler on POSIX environment
1316 https://bugs.webkit.org/show_bug.cgi?id=153584
1318 Reviewed by Michael Saboff.
1320 Add features.h header check. It will define __GLIBC__.
1322 * Source/cmake/OptionsCommon.cmake:
1324 2016-01-27 Alexey Proskuryakov <ap@apple.com>
1326 Remove ENABLE_CURRENTSRC
1327 https://bugs.webkit.org/show_bug.cgi?id=153545
1329 Reviewed by Simon Fraser.
1331 * Source/cmake/OptionsEfl.cmake:
1332 * Source/cmake/OptionsGTK.cmake:
1333 * Source/cmake/OptionsMac.cmake:
1334 * Source/cmake/OptionsWin.cmake:
1335 * Source/cmake/WebKitFeatures.cmake:
1336 * Source/cmake/tools/vsprops/FeatureDefines.props:
1337 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
1339 2016-01-25 Alex Christensen <achristensen@webkit.org>
1341 Fix internal Windows build
1342 https://bugs.webkit.org/show_bug.cgi?id=153469
1344 Reviewed by Brent Fulgham.
1346 * Source/cmake/WebKitMacros.cmake:
1347 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
1349 2016-01-23 Aaron Chu <arona.chu@gmail.com>
1351 Web Inspector: AXI: node-link-list should be collapsible
1352 https://bugs.webkit.org/show_bug.cgi?id=130911
1354 Added a manual test to test the node list in the Accessibility Inspector
1356 Reviewed by Timothy Hatcher.
1358 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
1360 2016-01-22 Alex Christensen <achristensen@webkit.org>
1362 Fix internal Windows build
1363 https://bugs.webkit.org/show_bug.cgi?id=153385
1364 rdar://problem/24310408
1366 Reviewed by Brian Weinstein.
1368 * Source/cmake/WinTools.make:
1369 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
1370 These property sheets are needed for some projects that are not in this repository
1371 and don't use CMake in the official build. We want to leave them unchanged for now.
1373 2016-01-22 Alex Christensen <achristensen@webkit.org>
1375 Only set CMake output directories if they aren't already set
1376 https://bugs.webkit.org/show_bug.cgi?id=153373
1378 Reviewed by Michael Catanzaro.
1381 r195242 caused Windows builds to copy files to bin instead of bin64.
1382 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
1383 This also makes it so you can set these variables by command line.
1385 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
1387 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
1389 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1391 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
1393 [CMake] Duplicate attempts to find software during cmake stage
1394 https://bugs.webkit.org/show_bug.cgi?id=153211
1396 Reviewed by Martin Robinson.
1398 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
1399 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
1401 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
1403 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
1404 https://bugs.webkit.org/show_bug.cgi?id=153190
1406 Reviewed by Csaba Osztrogonác.
1408 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
1410 * Source/CMakeLists.txt:
1411 * Source/cmake/OptionsWin.cmake:
1413 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
1415 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
1417 https://bugs.webkit.org/show_bug.cgi?id=153117
1419 Reviewed by Michael Catanzaro.
1421 * Source/cmake/OptionsGTK.cmake:
1423 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
1425 [CMake] Do not use LLVM static libraries for FTL JIT
1426 https://bugs.webkit.org/show_bug.cgi?id=151559
1428 Reviewed by Michael Catanzaro.
1430 Also export LLVM_LIBRARIES variable that can be used to prefer
1431 linking to the llvm dynamic libraries.
1433 * Source/cmake/FindLLVM.cmake:
1435 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
1437 [GTK] Add comments above options declarations in OptionsGTK.cmake
1438 https://bugs.webkit.org/show_bug.cgi?id=153074
1440 Reviewed by Martin Robinson.
1442 * Source/cmake/OptionsGTK.cmake:
1444 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
1446 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
1448 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1450 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
1452 Add a build flag for custom element
1453 https://bugs.webkit.org/show_bug.cgi?id=153005
1455 Reviewed by Alex Christensen.
1457 * Source/cmake/OptionsEfl.cmake:
1458 * Source/cmake/OptionsWin.cmake:
1459 * Source/cmake/WebKitFeatures.cmake:
1461 2016-01-08 Alex Christensen <achristensen@webkit.org>
1463 Fix internal Windows build
1464 https://bugs.webkit.org/show_bug.cgi?id=152937
1466 Reviewed by Brent Fulgham.
1468 * Source/cmake/WebKitCommon.cmake:
1469 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
1470 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
1471 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
1472 set PATH=%SystemDrive%\cygwin\bin;%PATH%
1474 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1476 [EFL] Set WebKit2 process output name
1477 https://bugs.webkit.org/show_bug.cgi?id=152773
1479 Reviewed by Benjamin Poulain.
1481 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
1482 So this patch sets wk2 process output name.
1484 * Source/cmake/OptionsEfl.cmake:
1486 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
1488 [CMake] Remove USE_UDIS86 variable
1489 https://bugs.webkit.org/show_bug.cgi?id=152731
1491 Reviewed by Gyuyoung Kim.
1493 Remove the USE_UDIS86 variable in CMake files. The specific build guard
1494 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
1495 in CMake isn't required anymore. The Udis86-specific files have to be
1496 built unconditionally now, though.
1498 * Source/cmake/OptionsEfl.cmake:
1499 * Source/cmake/OptionsGTK.cmake:
1500 * Source/cmake/OptionsMac.cmake:
1502 2016-01-04 Alex Christensen <achristensen@webkit.org>
1504 Fix Mac CMake build after r194454.
1506 * Source/cmake/OptionsMac.cmake:
1507 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
1508 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
1510 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
1512 [GTK][CMake] Do not override default values of build options with the default value
1513 https://bugs.webkit.org/show_bug.cgi?id=152615
1515 Reviewed by Martin Robinson.
1517 Override the default value of build options only when the default value for the GTK+ port
1518 is actually different than the default value in WebKitFeatures.cmake. This way we don't
1519 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
1520 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
1522 * Source/cmake/OptionsGTK.cmake:
1524 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
1526 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
1527 https://bugs.webkit.org/show_bug.cgi?id=144069
1529 Reviewed by Martin Robinson.
1531 * Source/cmake/OptionsWin.cmake:
1532 Do not set options that no longer exist.
1533 * Source/cmake/WebKitFeatures.cmake:
1534 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
1535 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
1536 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
1537 no CMake port was using it.
1539 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
1541 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
1542 https://bugs.webkit.org/show_bug.cgi?id=152611
1544 Reviewed by Martin Robinson.
1546 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
1547 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
1548 not to the DOM bindings generator, for example).
1550 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
1551 called after WEBKIT_OPTION_END, they don't do anything.
1553 Add error checking to catch these bugs.
1555 * Source/cmake/WebKitFeatures.cmake:
1557 2015-12-30 Philippe Normand <pnormand@igalia.com>
1559 [GTK][Mac] Disable gtk-doc
1560 https://bugs.webkit.org/show_bug.cgi?id=150798
1562 Reviewed by Michael Catanzaro.
1564 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
1565 link error on Mac, so for now disable gtk-doc support on that
1567 * Source/cmake/OptionsGTK.cmake: Ditto.
1569 2015-12-23 Andy VanWagoner <andy@instructure.com>
1571 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
1572 https://bugs.webkit.org/show_bug.cgi?id=147603
1574 Reviewed by Benjamin Poulain.
1576 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
1578 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
1580 [Fetch API] Add fetch API compile time flag
1581 https://bugs.webkit.org/show_bug.cgi?id=152254
1583 Reviewed by Darin Adler.
1585 * Source/cmake/OptionsWin.cmake:
1586 * Source/cmake/WebKitFeatures.cmake:
1588 2015-12-10 Brent Fulgham <bfulgham@apple.com>
1590 [Win] Support building under Cygwin or native Perl
1591 https://bugs.webkit.org/show_bug.cgi?id=152145
1592 <rdar://problem/23839868>
1594 Reviewed by David Kilzer.
1596 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
1600 2015-12-09 Daniel Bates <dabates@apple.com>
1602 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
1603 https://bugs.webkit.org/show_bug.cgi?id=151840
1604 <rdar://problem/23753931>
1606 Reviewed by Simon Fraser.
1608 Add a manual test that can be used to verify that we suspend dispatching device motion and
1609 device orientation events when the page is hidden.
1611 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
1614 (handleVisibilityChange):
1615 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
1617 2015-12-07 Alex Christensen <achristensen@webkit.org>
1619 Fix internal Windows build
1620 https://bugs.webkit.org/show_bug.cgi?id=151950
1622 Reviewed by Brent Fulgham.
1624 * Source/cmake/tools/scripts/auto-version.pl:
1626 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
1628 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
1629 https://bugs.webkit.org/show_bug.cgi?id=150792
1631 Reviewed by Saam Barati.
1633 * Source/cmake/OptionsWin.cmake:
1634 * Source/cmake/WebKitFeatures.cmake:
1636 2015-12-01 Commit Queue <commit-queue@webkit.org>
1638 Unreviewed, rolling out r192914.
1639 https://bugs.webkit.org/show_bug.cgi?id=151734
1641 JSC tests for this change are failing on 32 and 64-bit bots
1642 (Requested by ryanhaddad on #webkit).
1646 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
1647 enable this feature"
1648 https://bugs.webkit.org/show_bug.cgi?id=150792
1649 http://trac.webkit.org/changeset/192914
1651 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
1653 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
1654 https://bugs.webkit.org/show_bug.cgi?id=150792
1656 Reviewed by Saam Barati.
1658 * Source/cmake/OptionsWin.cmake:
1659 * Source/cmake/WebKitFeatures.cmake:
1661 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
1663 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
1665 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1667 2015-11-20 Alex Christensen <achristensen@webkit.org>
1669 Remove NETWORK_PROCESS compile flag
1670 https://bugs.webkit.org/show_bug.cgi?id=151512
1672 Reviewed by Tim Horton.
1674 * Source/cmake/OptionsEfl.cmake:
1675 * Source/cmake/OptionsGTK.cmake:
1676 * Source/cmake/OptionsMac.cmake:
1677 * Source/cmake/WebKitFeatures.cmake:
1679 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
1681 [EFL] Enable FTL JIT by default on X86_64
1682 https://bugs.webkit.org/show_bug.cgi?id=143822
1684 Reviewed by Carlos Garcia Campos.
1686 * Source/cmake/OptionsEfl.cmake:
1688 2015-11-19 Commit Queue <commit-queue@webkit.org>
1690 Unreviewed, rolling out r192667 and r192668.
1691 https://bugs.webkit.org/show_bug.cgi?id=151476
1693 broke api tests (Requested by alexchristensen on #webkit).
1695 Reverted changesets:
1697 "Remove the non-NetworkProcess configurations"
1698 https://bugs.webkit.org/show_bug.cgi?id=151418
1699 http://trac.webkit.org/changeset/192667
1701 "Fix GTK Build after r192667."
1702 http://trac.webkit.org/changeset/192668
1704 2015-11-19 Alex Christensen <achristensen@webkit.org>
1706 Remove the non-NetworkProcess configurations
1707 https://bugs.webkit.org/show_bug.cgi?id=151418
1709 Reviewed by Geoffrey Garen.
1711 * Source/cmake/OptionsEfl.cmake:
1712 * Source/cmake/OptionsGTK.cmake:
1713 * Source/cmake/OptionsMac.cmake:
1714 * Source/cmake/WebKitFeatures.cmake:
1716 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
1718 REGRESSION(r192459): [GTK] User agent string is broken after r192459
1719 https://bugs.webkit.org/show_bug.cgi?id=151347
1721 Reviewed by Žan Doberšek.
1723 Pass UA version numbers as strings to the build.
1725 * Source/cmake/OptionsGTK.cmake:
1727 2015-11-16 Alex Christensen <achristensen@webkit.org>
1729 Fix CMake build and make PluginProcess executable
1730 https://bugs.webkit.org/show_bug.cgi?id=151332
1732 Reviewed by Tim Horton.
1734 * Source/cmake/OptionsMac.cmake:
1736 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
1738 [GTK] Use FTL by default when LLVM 3.7 is available
1739 https://bugs.webkit.org/show_bug.cgi?id=142128
1741 Reviewed by Csaba Osztrogonác.
1743 Enable FTL by default when architecture is X86_64. It requires
1744 LLVM 3.7, but can be disabled manually as a cmake configure
1747 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
1748 available if the metapackage is installed and it points to
1749 llvm-config-3.5. So, here we check first if the llvm-config is
1750 from a recent enough version, and if not we check several
1751 llvm-config-<version> programs, so this should work on any distro.
1752 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
1753 target architecture is X86_64, and check the LLVM is at least
1754 3.7. The option is now public, since we want people to be able to
1755 disable it manually.
1757 2015-11-11 Anders Carlsson <andersca@apple.com>
1759 Enable cross-platform context menus by default
1760 https://bugs.webkit.org/show_bug.cgi?id=151173
1762 Reviewed by Tim Horton.
1764 * Source/cmake/OptionsEfl.cmake:
1766 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
1768 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
1769 https://bugs.webkit.org/show_bug.cgi?id=150972
1771 Reviewed by Darin Adler.
1773 * Source/cmake/OptionsMac.cmake:
1774 * Source/cmake/WebKitFeatures.cmake:
1776 2015-11-11 Philippe Normand <pnormand@igalia.com>
1778 [GTK][Mac] don't install .frameworks
1779 https://bugs.webkit.org/show_bug.cgi?id=151136
1781 Reviewed by Alex Christensen.
1783 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
1785 2015-11-10 Pranjal Jumde <pjumde@apple.com>
1787 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1788 https://bugs.webkit.org/show_bug.cgi?id=150252
1789 <rdar://problem/23149470>
1791 Reviewed by Brent Fulgham.
1794 * Source/WebCore/editing/ios/EditorIOS.mm
1795 * Source/WebCore/editing/mac/EditorMac.mm
1796 In Editor::fontForSelection moved the node removal code, so that the
1797 node is only removed if style is not NULL.
1798 * Source/WebCore/editing/cocoa/EditorCocoa.mm
1799 In Editor::styleForSelectionStart checking if the parentNode can
1800 accept the styleElement node.
1801 * LayoutTests/editing/execCommand/150252.xhtml
1802 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1803 * LayoutTests/editing/execCommand/150252-expected.txt
1804 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1806 2015-11-09 Pranjal Jumde <pjumde@apple.com>
1808 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1809 https://bugs.webkit.org/show_bug.cgi?id=150252
1810 <rdar://problem/23149470>
1812 Reviewed by Brent Fulgham.
1814 * Source/WebCore/editing/ios/EditorIOS.mm
1815 * Source/WebCore/editing/mac/EditorMac.mm
1816 In Editor::fontForSelection moved the node removal code, so that the
1817 node is only removed if style is not NULL.
1818 * LayoutTests/editing/execCommand/150252.xhtml
1819 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1820 * LayoutTests/editing/execCommand/150252-expected.txt
1821 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1823 2015-11-06 Daniel Bates <dabates@apple.com>
1825 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
1826 https://bugs.webkit.org/show_bug.cgi?id=150849
1828 Reviewed by Alexey Proskuryakov.
1830 Add support for overriding the user-provided arguments SDKROOT and ARCHS
1831 on a per Makefile basis.
1835 2015-11-06 Philippe Normand <pnormand@igalia.com>
1837 Unreviewed, GTK build fix after r192095.
1839 * Source/cmake/FindGTK3.cmake:
1841 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
1843 [GTK] Re-enable Quartz backend on cmake build system
1844 https://bugs.webkit.org/show_bug.cgi?id=144561
1846 Reviewed by Philippe Normand.
1848 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
1849 the presence of of gtk+-quartz-3.0 module.
1850 * Source/cmake/OptionsGTK.cmake: Reintroduce the
1851 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
1852 GTK+ Quartz backend on OS X.
1854 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1856 Add runtime and compile time flags for enabling Web Animations API and model.
1857 https://bugs.webkit.org/show_bug.cgi?id=150914
1859 Reviewed by Benjamin Poulain.
1861 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
1863 * Source/cmake/OptionsWin.cmake:
1864 * Source/cmake/WebKitFeatures.cmake:
1866 2015-11-03 Brent Fulgham <bfulgham@apple.com>
1868 [Win] CMake build update.
1870 Rubberstamped by Tim Horton.
1872 * Source/PlatformWin.cmake: Add internal tool to build
1873 rules for internal use.
1875 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
1877 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
1879 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1881 2015-11-02 Philippe Normand <pnormand@igalia.com>
1883 [Mac][GTK] Disable Ninja response file support
1884 https://bugs.webkit.org/show_bug.cgi?id=150801
1886 Reviewed by Alex Christensen.
1888 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
1889 support response files, so instruct Ninja to not generate those.
1891 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
1893 Fix the FTL JIT build with system LLVM on Linux
1894 https://bugs.webkit.org/show_bug.cgi?id=150795
1896 Reviewed by Filip Pizlo.
1898 * Source/cmake/FindLLVM.cmake:
1900 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
1902 Unreviewed. Bump GTK+ versions numbers.
1904 * Source/cmake/OptionsGTK.cmake:
1906 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
1908 [ES6] Support Generator Syntax
1909 https://bugs.webkit.org/show_bug.cgi?id=150769
1911 Reviewed by Geoffrey Garen.
1913 Added ENABLE_ES6_GENERATORS flag.
1915 * Source/cmake/OptionsWin.cmake:
1916 * Source/cmake/WebKitFeatures.cmake:
1918 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1920 [EFL] Add Shadow DOM feature
1921 https://bugs.webkit.org/show_bug.cgi?id=150611
1923 Reviewed by Csaba Osztrogonác.
1925 * Source/cmake/OptionsEfl.cmake:
1926 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
1928 2015-10-29 Alex Christensen <achristensen@webkit.org>
1931 https://bugs.webkit.org/show_bug.cgi?id=150686
1933 Reviewed by Filip Pizlo.
1935 * Source/cmake/WebKitMacros.cmake:
1937 2015-10-28 Alex Christensen <achristensen@webkit.org>
1939 Compile and link with CMake on Mac
1940 https://bugs.webkit.org/show_bug.cgi?id=150632
1942 Reviewed by Tim Horton.
1944 * Source/cmake/OptionsMac.cmake:
1946 2015-10-26 Dana Burkart <dburkart@apple.com>
1948 `make analyze` should build using the debug configuration
1949 https://bugs.webkit.org/show_bug.cgi?id=150571
1951 Reviewed by Lucas Forschler.
1955 2015-10-26 Philippe Normand <pnormand@igalia.com>
1957 Unreviewed, rolling out r191576.
1959 broke the http/tests/media tests
1963 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
1964 https://bugs.webkit.org/show_bug.cgi?id=149594
1965 http://trac.webkit.org/changeset/191576
1967 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
1969 [GStreamer] Bump internal jhbuild versions to 1.6.0
1970 https://bugs.webkit.org/show_bug.cgi?id=149594
1972 Reviewed by Philippe Normand.
1974 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
1976 * Source/cmake/FindGStreamer.cmake:
1978 2015-10-22 Philippe Normand <pnormand@igalia.com>
1980 [GTK][Mac] ICU-related build fixes
1981 https://bugs.webkit.org/show_bug.cgi?id=150032
1983 Rubber-stamped by Darin Adler.
1985 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
1987 2015-10-20 Yoav Weiss <yoav@yoav.ws>
1989 Rename the PICTURE_SIZES flag to CURRENTSRC
1990 https://bugs.webkit.org/show_bug.cgi?id=150275
1992 Reviewed by Dean Jackson.
1994 * Source/cmake/OptionsEfl.cmake:
1995 * Source/cmake/OptionsGTK.cmake:
1996 * Source/cmake/OptionsMac.cmake:
1997 * Source/cmake/OptionsWin.cmake:
1998 * Source/cmake/WebKitFeatures.cmake:
2000 2015-10-14 Tomas Popela <tpopela@redhat.com>
2002 [GTK][EFL] Fix build with cmake 3.4
2003 https://bugs.webkit.org/show_bug.cgi?id=150117
2005 Explicitely include the CheckIncludeFiles module before using
2006 the CHECK_INCLUDE_FILES command.
2008 Reviewed by Žan Doberšek.
2010 * Source/cmake/FindOpenGL.cmake:
2011 * Source/cmake/FindWebP.cmake:
2012 * Source/cmake/OptionsEfl.cmake:
2014 2015-10-13 Dean Jackson <dino@apple.com>
2016 Device motion and orientation should only be visible from the main frame's security origin
2017 https://bugs.webkit.org/show_bug.cgi?id=150072
2018 <rdar://problem/23082036>
2020 Reviewed by Brent Fulgham.
2022 Add a manual test for cross-origin device orientation events, while
2023 we're waiting on the mock client to be supported everywhere.
2025 * ManualTests/deviceorientation-child-frame.html: Added.
2026 * ManualTests/deviceorientation-main-frame-only.html: Added.
2028 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
2030 [GTK] OSX linker doesn't understand --whole-archive
2031 https://bugs.webkit.org/show_bug.cgi?id=144557
2033 Reviewed by Martin Robinson.
2035 * Source/cmake/OptionsGTK.cmake: Turn the macro
2036 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
2037 because XCode's linker doesn't have the --whole-archive option.
2039 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
2041 [GTK] Use --version-script only on Linux
2042 https://bugs.webkit.org/show_bug.cgi?id=144555
2044 Reviewed by Philippe Normand.
2046 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
2047 option on Darwin (whose linker doesn't support it.)
2049 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2051 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
2052 https://bugs.webkit.org/show_bug.cgi?id=149947
2054 Reviewed by Csaba Osztrogonác.
2056 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
2059 * Source/cmake/OptionsMac.cmake:
2060 * Source/cmake/OptionsWin.cmake:
2061 * Source/cmake/WebKitFeatures.cmake:
2063 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
2065 Fix ENABLE_OPENGL=OFF builds
2066 https://bugs.webkit.org/show_bug.cgi?id=146511
2068 Reviewed by Darin Adler.
2070 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
2071 ENABLE_OPENGL due to EGL usage.
2073 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
2075 Convert focused-input-should-assist-on-touch.html into an automated test
2076 https://bugs.webkit.org/show_bug.cgi?id=149724
2078 Reviewed by Simon Fraser.
2080 Remove a manual test that can now be rewritten as an automated test.
2082 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
2084 2015-10-01 Brent Fulgham <bfulgham@apple.com>
2086 [Win] Unreviewed CMake build fix.
2088 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
2089 and make sure exception handling is turned off.
2091 2015-09-30 Brent Fulgham <bfulgham@apple.com>
2093 [Win] Unreviewed build fix after CMake conversion.
2095 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
2097 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
2099 [GTK][CMake] Warning about CMP0058
2100 https://bugs.webkit.org/show_bug.cgi?id=149627
2102 Reviewed by Martin Robinson.
2104 Opt-in to the new behavior for CMP0058.
2108 2015-09-28 Brent Fulgham <bfulgham@apple.com>
2110 [Win] Unreviewed build fix for internal systems.
2112 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
2113 location for include and link libraries, rather than the system locations.
2115 2015-09-28 Alex Christensen <achristensen@webkit.org>
2117 Build WK1 with CMake on Mac
2118 https://bugs.webkit.org/show_bug.cgi?id=149604
2120 Reviewed by Chris Dumez.
2122 * Source/cmake/OptionsMac.cmake:
2123 * Source/cmake/WebKitMacros.cmake:
2124 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
2126 2015-09-25 Alex Christensen <achristensen@webkit.org>
2128 Clean up CMake build on Mac
2129 https://bugs.webkit.org/show_bug.cgi?id=149573
2131 Reviewed by Chris Dumez.
2133 * Source/cmake/OptionsMac.cmake:
2135 2015-09-25 Alex Christensen <achristensen@webkit.org>
2137 [Win] Switch to CMake
2138 https://bugs.webkit.org/show_bug.cgi?id=148111
2140 Reviewed by Brent Fulgham.
2142 * Source/cmake/WinTools.make: Added.
2143 * Source/cmake/tools: Added.
2144 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
2145 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
2147 2015-09-25 Alex Christensen <achristensen@webkit.org>
2149 Prepare internal AppleWin build for CMake
2150 https://bugs.webkit.org/show_bug.cgi?id=149570
2152 Reviewed by Brent Fulgham.
2154 * Source/PlatformWin.cmake:
2155 Include internal CMake files if they exist.
2157 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2159 Add a file of pointer-lock to cmake ports
2160 https://bugs.webkit.org/show_bug.cgi?id=149453
2162 Reviewed by Csaba Osztrogonác.
2164 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
2166 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
2168 [CMake] Allow to enable OpenMP support.
2169 https://bugs.webkit.org/show_bug.cgi?id=149457
2171 Reviewed by Csaba Osztrogonác.
2173 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
2174 will enable the support for OpenMP. Currently this is only used as
2175 an alternative implementation to native threads for the parallelization
2176 of the SVG filters. But name the option with a generic name (USE_OPENMP)
2177 as it could be also used to enable future features that depend on OpenMP.
2179 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
2181 [EFL] Build break when DEVELOPER_MODE is OFF
2182 https://bugs.webkit.org/show_bug.cgi?id=149448
2184 Reviewed by Gyuyoung Kim.
2186 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
2188 * Source/cmake/eflsymbols.filter:
2190 2015-09-21 Alex Christensen <achristensen@webkit.org>
2192 Disable PICTURE_SIZES in Windows CMake build like r189745.
2193 https://bugs.webkit.org/show_bug.cgi?id=149125
2195 * Source/cmake/OptionsWin.cmake:
2196 Do the same thing as r189745.
2198 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
2200 Removing XHR_TIMEOUT guard
2202 Remove XHR_TIMEOUT compilation guard
2203 https://bugs.webkit.org/show_bug.cgi?id=149260
2205 Reviewed by Benjamin Poulain.
2207 * Source/cmake/OptionsEfl.cmake:
2208 * Source/cmake/OptionsGTK.cmake:
2209 * Source/cmake/OptionsMac.cmake:
2210 * Source/cmake/OptionsWin.cmake:
2211 * Source/cmake/WebKitFeatures.cmake:
2213 2015-09-18 Alex Christensen <achristensen@webkit.org>
2215 Fix tests on Windows after switching to CMake.
2216 https://bugs.webkit.org/show_bug.cgi?id=149339
2218 Reviewed by Brent Fulgham.
2220 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
2222 2015-09-17 Alex Christensen <achristensen@webkit.org>
2224 Fix Windows EWS build after r189934.
2226 * Source/cmake/OptionsWin.cmake:
2227 Use WEBKIT_LIBRARIES environment variable if it exists.
2228 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
2230 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
2232 Add ShadowRoot interface and Element.prototype.attachShadow
2233 https://bugs.webkit.org/show_bug.cgi?id=149187
2235 Reviewed by Antti Koivisto.
2237 * Source/cmake/OptionsGTK.cmake:
2239 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
2241 [cmake] Enable debug fission only if it is supported
2242 https://bugs.webkit.org/show_bug.cgi?id=149161
2244 Reviewed by Martin Robinson.
2246 * Source/cmake/OptionsCommon.cmake:
2248 2015-09-14 Alex Christensen <achristensen@webkit.org>
2250 Progress towards CMake on Mac.
2251 https://bugs.webkit.org/show_bug.cgi?id=149123
2253 Reviewed by Chris Dumez.
2255 * Source/cmake/OptionsMac.cmake:
2256 * Source/cmake/WebKitFeatures.cmake:
2257 Defined and enabled some more features needed on Mac.
2258 * Source/cmake/WebKitMacros.cmake:
2259 Objective C bindings need special changes when generating:
2260 Some of the bindings do not generate a .mm file but the header is needed.
2261 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
2262 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
2264 2015-09-08 Daniel Bates <dabates@apple.com>
2266 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
2267 https://bugs.webkit.org/show_bug.cgi?id=74729
2268 <rdar://problem/22550195>
2270 Reviewed by Jon Honeycutt.
2272 * ManualTests/compositing/resources/composited-subframe.html: Removed.
2273 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
2275 2015-09-06 Andy Estes <aestes@apple.com>
2277 WebKit.xcworkspace should be be able to build iOS platforms
2278 https://bugs.webkit.org/show_bug.cgi?id=148881
2280 Reviewed by Daniel Bates.
2282 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
2283 for all supported platforms.
2285 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
2286 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
2288 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
2290 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
2291 photo library uploads a JPEG
2292 https://bugs.webkit.org/show_bug.cgi?id=148849
2294 Reviewed by Daniel Bates.
2296 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
2297 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
2298 functionality doesn't exist on iOS, so we'll add a manual test.
2299 This tests that the first few bytes of the selected file are "GIF".
2301 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
2303 Follow-up patch for r189343.
2304 https://bugs.webkit.org/show_bug.cgi?id=148795
2306 Rubber-stamped by Csaba Osztrogonác.
2308 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
2309 to 1.9, since this seems to be enough to fix the build failure.
2310 And 2.0 may cause problems for developers using some distributions like Ubuntu.
2312 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
2314 [CMake] Trigger the memory-reduction tricks on armhf too
2315 https://bugs.webkit.org/show_bug.cgi?id=146640
2317 Reviewed by Csaba Osztrogonác.
2319 * Source/cmake/OptionsCommon.cmake:
2320 Activate --no-keep-memory even on armhf to reduce the amount of memory
2321 needed during linking, to avoid out-of-memory failures as much as
2324 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
2326 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
2327 https://bugs.webkit.org/show_bug.cgi?id=148795
2329 Rubber-stamped by Carlos Garcia Campos.
2331 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
2333 2015-09-02 Alex Christensen <achristensen@webkit.org>
2335 Make bison grammar compatible with bison 2.1
2336 https://bugs.webkit.org/show_bug.cgi?id=148731
2338 Reviewed by Tim Horton.
2340 * Source/cmake/WebKitCommon.cmake:
2343 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
2345 [CMake] Build with Debug Fission on by default on Debug builds.
2346 https://bugs.webkit.org/show_bug.cgi?id=148639
2348 Reviewed by Martin Robinson.
2350 * Source/cmake/OptionsCommon.cmake:
2352 2015-08-29 Alex Christensen <achristensen@webkit.org>
2354 Unreviewed build fix after r179923.
2356 * Source/CMakeLists.txt:
2357 bmalloc isn't ported to Windows yet.
2359 2015-08-27 Alex Christensen <achristensen@webkit.org>
2361 Isolate Source directories in CMake build
2362 https://bugs.webkit.org/show_bug.cgi?id=148389
2364 Reviewed by Brent Fulgham.
2367 * Source/cmake/WebKitCommon.cmake:
2368 Move package finding to WebKitCommon.
2370 2015-08-26 Per Arne Vollan <peavo@outlook.com>
2372 [Win] Build does not generate debug info.
2373 https://bugs.webkit.org/show_bug.cgi?id=148431
2375 Reviewed by Alex Christensen.
2377 Generate debug info for Windows builds.
2379 * Source/cmake/OptionsWin.cmake:
2381 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
2383 [GTK] Disable ACCELERATED_2D_CANVAS by default
2384 https://bugs.webkit.org/show_bug.cgi?id=148473
2386 Reviewed by Martin Robinson.
2388 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
2389 but not on Debian (which does not). We've known this was problematic for a while, since it
2390 means we have two different sets of distro-dependent bugs, but never decided whether that
2391 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
2392 have the same bugs everywhere. We can turn this on again for other distros when we're ready
2393 to turn it on for Debian.
2395 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
2398 * Source/cmake/OptionsGTK.cmake:
2400 2015-08-25 Commit Queue <commit-queue@webkit.org>
2402 Unreviewed, rolling out r188919.
2403 https://bugs.webkit.org/show_bug.cgi?id=148452
2405 broke build (Requested by alexchristensen on #webkit).
2409 "[Win] Build does not generate debug info."
2410 https://bugs.webkit.org/show_bug.cgi?id=148431
2411 http://trac.webkit.org/changeset/188919
2413 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
2415 [GTK] r186800 broke the build on Ubuntu 14.04
2416 https://bugs.webkit.org/show_bug.cgi?id=147559
2418 Reviewed by Martin Robinson.
2420 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
2421 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
2423 2015-08-25 Per Arne Vollan <peavo@outlook.com>
2425 [Win] Build does not generate debug info.
2426 https://bugs.webkit.org/show_bug.cgi?id=148431
2428 Reviewed by Brent Fulgham.
2430 Generate debug info for Windows builds.
2432 * Source/cmake/OptionsWin.cmake:
2434 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2436 [GTK] Auto-detection of cairo-gl fails
2437 https://bugs.webkit.org/show_bug.cgi?id=148189
2439 Reviewed by Žan Doberšek.
2441 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
2442 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
2443 deemed available, which might not be the case.
2444 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
2446 2015-08-19 Alex Christensen <achristensen@webkit.org>
2448 CMake Windows build should not include files directly from other Source directories
2449 https://bugs.webkit.org/show_bug.cgi?id=148198
2451 Reviewed by Brent Fulgham.
2453 * Source/cmake/WebKitMacros.cmake:
2455 2015-08-19 Alex Christensen <achristensen@webkit.org>
2457 Build TestWTF on Mac with CMake.
2458 https://bugs.webkit.org/show_bug.cgi?id=147972
2460 Reviewed by Tim Horton.
2462 * Source/cmake/OptionsMac.cmake:
2463 Enable API tests in Mac's CMake build.
2465 2015-08-18 Alex Christensen <achristensen@webkit.org>
2467 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
2468 https://bugs.webkit.org/show_bug.cgi?id=148127
2470 Reviewed by Martin Robinson.
2473 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
2475 2015-08-17 Alex Christensen <achristensen@webkit.org>
2477 [Win CMake] Allow WebKitLibraries directory to be set from the command line
2478 https://bugs.webkit.org/show_bug.cgi?id=148112
2480 Reviewed by Brent Fulgham.
2482 * Source/cmake/OptionsWin.cmake:
2483 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
2484 Instead, use the default location if nothing is passed in from the command line.
2485 This way we can set it from the command line for the AppleInternal build.
2486 Also, set the output directories to be consistent between the old and new build systems (and ninja).
2488 2015-08-17 Alex Christensen <achristensen@webkit.org>
2490 Build Debug Suffix on Windows with CMake
2491 https://bugs.webkit.org/show_bug.cgi?id=148083
2493 Reviewed by Brent Fulgham.
2495 * Source/cmake/OptionsWin.cmake:
2496 Use debug libraries in debug suffix builds.
2498 2015-08-17 Alex Christensen <achristensen@webkit.org>
2500 Move some commands from ./CMakeLists.txt to Source/cmake
2501 https://bugs.webkit.org/show_bug.cgi?id=148003
2503 Reviewed by Brent Fulgham.
2506 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
2507 so we can change directory structure from command line parameters.
2508 * Source/cmake/OptionsAppleWin.cmake:
2509 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
2510 * Source/cmake/OptionsWinCairo.cmake:
2511 * Source/cmake/OptionsWindows.cmake: Removed.
2512 * Source/cmake/WebKitCommon.cmake: Added.
2513 * Source/cmake/WebKitFS.cmake:
2515 2015-08-13 Commit Queue <commit-queue@webkit.org>
2517 Unreviewed, rolling out r188428.
2518 https://bugs.webkit.org/show_bug.cgi?id=148015
2520 broke cmake build (Requested by alexchristensen on #webkit).
2524 "Move some commands from ./CMakeLists.txt to Source/cmake"
2525 https://bugs.webkit.org/show_bug.cgi?id=148003
2526 http://trac.webkit.org/changeset/188428
2528 2015-08-13 Alex Christensen <achristensen@webkit.org>
2530 Move some commands from ./CMakeLists.txt to Source/cmake
2531 https://bugs.webkit.org/show_bug.cgi?id=148003
2533 Reviewed by Brent Fulgham.
2536 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
2537 so we can change directory structure from command line parameters.
2538 * Source/cmake/WebKitCommon.cmake: Added.
2539 * Source/cmake/WebKitFS.cmake:
2541 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
2543 A focused node should not be assisted when handling touch events synchronously
2544 https://bugs.webkit.org/show_bug.cgi?id=147836
2546 Reviewed by Enrica Casucci.
2548 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
2550 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
2551 input can still be assisted due to a touch event.
2552 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
2553 event does not automatically cause us to assist the currently focused node.
2555 2015-08-12 Alex Christensen <achristensen@webkit.org>
2557 Fix Debug CMake builds on Windows
2558 https://bugs.webkit.org/show_bug.cgi?id=147940
2560 Reviewed by Chris Dumez.
2562 * Source/cmake/OptionsWindows.cmake:
2563 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
2565 2015-08-10 Alex Christensen <achristensen@webkit.org>
2567 Build TestWebKitAPI with CMake on Windows
2568 https://bugs.webkit.org/show_bug.cgi?id=147851
2570 Reviewed by Chris Dumez.
2572 * Source/cmake/OptionsWindows.cmake:
2573 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
2575 2015-08-06 Alex Christensen <achristensen@webkit.org>
2577 [Win] CMake build fix after r188098.
2579 * Source/cmake/OptionsWinCairo.cmake:
2580 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
2582 2015-08-04 Alex Christensen <achristensen@webkit.org>
2584 Fix quirks with CMake and VS2015
2585 https://bugs.webkit.org/show_bug.cgi?id=147663
2587 Reviewed by Brent Fulgham.
2589 * Source/cmake/OptionsWindows.cmake:
2590 Hide some warnings. Using the same variable names in nested scopes is ok for now.
2591 Disable INTL for now.
2593 2015-08-04 Alex Christensen <achristensen@webkit.org>
2595 Enable WebGL on Windows CMake build.
2596 https://bugs.webkit.org/show_bug.cgi?id=143311
2598 Reviewed by Csaba Osztrogonác.
2600 * Source/cmake/OptionsWindows.cmake:
2601 Enable WebGL by default in CMake builds now that it works.
2603 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
2605 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
2606 https://bugs.webkit.org/show_bug.cgi?id=147625
2608 Reviewed by Martin Robinson.
2610 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
2611 components unless they were actually found, not to accidentally
2612 enable Accelerated 2D canvas, which would cause the build to fail.
2614 * Source/cmake/FindCairoGL.cmake: Set this variables only when
2615 pkg_check_modules() had actually found the relevant component.
2617 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
2619 [CMake] Add an option to build AllInOne files
2620 https://bugs.webkit.org/show_bug.cgi?id=102647
2622 Reviewed by Alex Christensen.
2624 * Source/cmake/OptionsEfl.cmake: Disabled by default.
2625 * Source/cmake/OptionsGTK.cmake: Disabled by default.
2626 * Source/cmake/OptionsWindows.cmake: Enabled by default.
2627 * Source/cmake/WebKitFeatures.cmake:
2628 * Source/cmake/WebKitMacros.cmake:
2630 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
2632 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
2634 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2636 2015-07-31 Alex Christensen <achristensen@webkit.org>
2638 Prepare for debug CMake builds on Windows.
2639 https://bugs.webkit.org/show_bug.cgi?id=147484
2641 Reviewed by Tim Horton.
2643 * Source/cmake/OptionsWindows.cmake:
2644 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
2646 2015-07-30 Joonghun Park <jh718.park@samsung.com>
2648 [EFL] Enable IndexedDB based on DatabaseProcess
2649 https://bugs.webkit.org/show_bug.cgi?id=147221
2651 Reviewed by Csaba Osztrogonác.
2653 * Source/cmake/OptionsEfl.cmake:
2655 2015-07-30 Alex Christensen <achristensen@webkit.org>
2657 Build AppleWin port with CMake
2658 https://bugs.webkit.org/show_bug.cgi?id=147385
2660 Reviewed by Martin Robinson.
2662 * Source/cmake/OptionsWindows.cmake:
2663 Use the static multithreaded runtime. Based on
2664 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
2666 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
2668 Implement basic types for ECMAScript Internationalization API
2669 https://bugs.webkit.org/show_bug.cgi?id=146926
2671 Reviewed by Benjamin Poulain.
2673 Enable flag now that the basic objects are in place.
2675 * Source/cmake/WebKitFeatures.cmake: enable INTL
2677 2015-07-29 Basile Clement <basile_clement@apple.com>
2679 Remove native call inlining
2680 https://bugs.webkit.org/show_bug.cgi?id=147417
2682 Rubber-stamped by Filip Pizlo.
2684 * Source/cmake/OptionsEfl.cmake:
2685 * Source/cmake/WebKitFeatures.cmake:
2687 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
2689 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
2690 https://bugs.webkit.org/show_bug.cgi?id=147350
2692 Reviewed by Sam Weinig.
2694 * Source/cmake/WebKitFeatures.cmake:
2696 2015-07-27 Alex Christensen <achristensen@webkit.org>
2698 Use Ninja on Windows.
2699 https://bugs.webkit.org/show_bug.cgi?id=147228
2701 Reviewed by Martin Robinson.
2703 * Source/cmake/OptionsWindows.cmake:
2704 Only use /MP when using generated Visual Studio solution files to build.
2705 It makes compiling parallel in MSVC, but Ninja doesn't like it.
2707 2015-07-27 Alex Christensen <achristensen@webkit.org>
2709 Progress towards building AppleWin with CMake
2710 https://bugs.webkit.org/show_bug.cgi?id=147325
2712 Reviewed by Martin Robinson.
2714 * Source/cmake/OptionsWindows.cmake:
2715 Link with 64-bit libraries if building 64-bit binaries.
2716 Don't run regular expressions on empty strings when using Ninja.
2717 Removed DebugSuffix Visual Studio environment variables.
2719 2015-07-23 Alex Christensen <achristensen@webkit.org>
2721 Remove compile and runtime flags for promises.
2722 https://bugs.webkit.org/show_bug.cgi?id=147244
2724 Reviewed by Yusuke Suzuki.
2726 * Source/cmake/OptionsMac.cmake:
2727 * Source/cmake/OptionsWindows.cmake:
2728 * Source/cmake/WebKitFeatures.cmake:
2730 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
2732 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
2733 https://bugs.webkit.org/show_bug.cgi?id=147212
2735 Reviewed by Filip Pizlo.
2737 * Source/cmake/WebKitFeatures.cmake:
2739 2015-07-22 Alex Christensen <achristensen@webkit.org>
2741 Fix quirks in CMake build on Mac and Windows
2742 https://bugs.webkit.org/show_bug.cgi?id=147174
2744 Reviewed by Gyuyoung Kim.
2747 * Source/cmake/OptionsWindows.cmake:
2748 Added options I removed in r187022. They are indeed needed.
2749 * Source/cmake/WebKitFS.cmake:
2750 Make the DerivedSources/WebKit directory.
2752 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2754 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
2756 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2758 2015-07-20 Alex Christensen <achristensen@webkit.org>
2760 Resurrect CMake build on Windows.
2761 https://bugs.webkit.org/show_bug.cgi?id=147083
2763 Reviewed by Gyuyoung Kim.
2765 * Source/cmake/OptionsCommon.cmake:
2766 * Source/cmake/OptionsWindows.cmake:
2767 Change features to get it to compile. Still not a complete feature set.
2769 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
2771 [GTK] Add seccomp filters support
2772 https://bugs.webkit.org/show_bug.cgi?id=110014
2774 Reviewed by Žan Doberšek.
2776 Find needed compiler and linker flags for libseccomp.
2778 * Source/cmake/OptionsGTK.cmake:
2780 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
2782 Bring back the GNU ar check to create thin archives on non-Linux systems
2783 https://bugs.webkit.org/show_bug.cgi?id=146681
2785 Reviewed by Martin Robinson.
2787 We already use GNU ar thin archive feature to save time and disk space
2788 on creating static archives, but it is only enabled on Linux. Without
2789 this feature, the debug build of WebCore can be larger than 4 GiB,
2790 which can cause error because GNU ar format uses 32-bit integer to
2791 store offsets in the symbol table. This patch is similar to
2792 https://bugs.webkit.org/show_bug.cgi?id=128596.
2794 * Source/cmake/OptionsCommon.cmake:
2796 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2798 [GTK] [Wayland] Build by default the X11 and Wayland targets.
2799 https://bugs.webkit.org/show_bug.cgi?id=146057
2801 Reviewed by Carlos Garcia Campos.
2803 * Source/cmake/OptionsGTK.cmake:
2805 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
2807 [GTK] ar warning when linking static libraries
2808 https://bugs.webkit.org/show_bug.cgi?id=144988
2810 Reviewed by Carlos Garcia Campos.
2812 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
2813 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
2814 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
2815 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
2816 should either stop using 'u' or else add 'U' as well in order to disable deterministic
2817 archives. Using 'U' should result in a somewhat faster build (at least when using the
2818 Makefile generator), but it's unlikely that the difference is significant, so let's simply
2819 remove 'u' until someone determines otherwise. This seems like a better option than adding
2820 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
2821 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
2822 behavior change on distributions that do not use --enable-deterministic-archives, notably
2825 * Source/cmake/OptionsCommon.cmake:
2827 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
2829 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
2830 https://bugs.webkit.org/show_bug.cgi?id=146590
2832 Reviewed by Martin Robinson.
2834 * Source/PlatformGTK.cmake: override the cached variables to
2835 forcefully disable gtk-doc and gobject-introspection when
2837 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
2838 documentation syntax when cross-building.
2841 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
2843 [EFL] test_ewk2_application_cache_manager has been failed since r185527
2844 https://bugs.webkit.org/show_bug.cgi?id=146016
2846 Reviewed by Gyuyoung Kim.
2848 In order to handle properly WebApplicationCacheManagerProxy implementation which use
2849 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
2850 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
2852 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
2854 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
2856 Implement ECMAScript Internationalization API
2857 https://bugs.webkit.org/show_bug.cgi?id=90906
2859 Reviewed by Benjamin Poulain.
2861 Begin implementing the Intl apis behind ENABLE_INTL flag.
2862 Create the base Intl namespace object.
2864 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
2866 2015-06-30 Philippe Normand <pnormand@igalia.com>
2868 [CMake] Error when gst-plugins-base is missing is too confusing
2869 https://bugs.webkit.org/show_bug.cgi?id=145682
2871 Reviewed by Carlos Garcia Campos.
2873 * Source/cmake/OptionsGTK.cmake: Error out if the required
2874 GStreamer libraries are not found on the host.
2876 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
2878 CairoGL should be checked unconditionally
2879 https://bugs.webkit.org/show_bug.cgi?id=146390
2881 Reviewed by Darin Adler.
2883 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
2884 it is run unconditionally; this is necessary because its result
2885 is used later on, outside of any conditions.
2887 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
2889 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
2890 https://bugs.webkit.org/show_bug.cgi?id=146318
2892 Reviewed by Sergio Villar Senin.
2894 Enable PUBLIC_SUFFIX_LIST for GTK+.
2896 * Source/cmake/OptionsGTK.cmake:
2898 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
2900 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
2902 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2904 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
2906 [EFL] Hyphenation is not supported
2907 https://bugs.webkit.org/show_bug.cgi?id=89830
2909 Reviewed by Gyuyoung Kim.
2911 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
2913 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
2915 [CMake] Add support for building with various sanitizer tools
2916 https://bugs.webkit.org/show_bug.cgi?id=131941
2918 Reviewed by Martin Robinson.
2920 * Source/PlatformGTK.cmake: Don't generate any documentation
2921 when compiling with sanitizers enabled.
2922 * Source/cmake/OptionsCommon.cmake: Allow linking with
2923 undefined symbols when compiling with sanitizers enabled.
2925 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
2927 libwebkit2gtk fails to link without opengl
2928 https://bugs.webkit.org/show_bug.cgi?id=138332
2930 Reviewed by Carlos Garcia Campos.
2932 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
2933 enabled regardless of whether OpenGL is, because certain symbols
2934 such as WebCore::GraphicsLayer::create() need to be built.
2936 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
2938 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
2939 https://bugs.webkit.org/show_bug.cgi?id=146181
2941 Reviewed by Martin Robinson.
2943 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
2945 * Source/cmake/OptionsGTK.cmake:
2947 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
2949 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
2950 https://bugs.webkit.org/show_bug.cgi?id=146171
2952 Reviewed by Gyuyoung Kim.
2954 * Source/cmake/OptionsEfl.cmake:
2955 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
2957 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
2959 [CMake] FindGTK3.cmake should not modify the values of build options
2960 https://bugs.webkit.org/show_bug.cgi?id=144613
2962 Reviewed by Martin Robinson.
2964 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
2965 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
2966 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
2967 GTK3_SUPPORTS_GESTURES for consistency.
2968 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
2969 available. It's not possible to automatically select a backend correctly anymore, since all
2970 options are set at the same time.
2972 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2974 Remove unnecessary svn:executable flags
2975 https://bugs.webkit.org/show_bug.cgi?id=146107
2977 Reviewed by Alexey Proskuryakov.
2979 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
2980 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
2981 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
2982 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
2983 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
2985 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
2987 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
2988 https://bugs.webkit.org/show_bug.cgi?id=146108
2990 Reviewed by Gyuyoung Kim.
2992 * Source/cmake/OptionsEfl.cmake:
2994 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
2996 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
2997 https://bugs.webkit.org/show_bug.cgi?id=146035
2999 Reviewed by Gyuyoung Kim.
3001 * Source/cmake/OptionsEfl.cmake:
3003 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
3005 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
3006 https://bugs.webkit.org/show_bug.cgi?id=145701
3008 Reviewed by Darin Adler.
3010 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
3012 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
3014 [iOS] Crash long pressing on <input type=file>
3015 https://bugs.webkit.org/show_bug.cgi?id=146009
3016 <rdar://problem/21234453>
3018 Reviewed by Ryosuke Niwa.
3020 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
3022 2015-06-16 Brent Fulgham <bfulgham@apple.com>
3024 Rollout accidental Xcode project change.
3026 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3028 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3030 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
3031 https://bugs.webkit.org/show_bug.cgi?id=145909
3033 Reviewed by Csaba Osztrogonác.
3035 Bump EWebKit version based on efl library version used by the EWebKit.
3037 * Source/cmake/OptionsEfl.cmake:
3039 2015-06-11 Commit Queue <commit-queue@webkit.org>
3041 Unreviewed, rolling out r185453.
3042 https://bugs.webkit.org/show_bug.cgi?id=145881
3044 it broke the 32-bit build (Requested by clopez on #webkit).
3048 "[GTK] [Wayland] Should be possible to build with support for
3049 both X11 and Wayland."
3050 https://bugs.webkit.org/show_bug.cgi?id=145701
3051 http://trac.webkit.org/changeset/185453
3053 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3055 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
3056 https://bugs.webkit.org/show_bug.cgi?id=145701
3058 Reviewed by Žan Doberšek.
3060 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
3062 2015-06-03 Daniel Bates <dabates@apple.com>
3064 Caps lock indicator should not be shown in read-only or disabled field
3065 https://bugs.webkit.org/show_bug.cgi?id=145612
3066 <rdar://problem/21227454>
3068 Reviewed by Darin Adler.
3070 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
3071 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
3072 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
3074 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
3076 [cmake] Suppress parentheses-equality warnings
3077 https://bugs.webkit.org/show_bug.cgi?id=145126
3079 Reviewed by Darin Adler.
3081 * Source/cmake/WebKitHelpers.cmake:
3083 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3085 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
3086 https://bugs.webkit.org/show_bug.cgi?id=145408
3088 Reviewed by Carlos Garcia Campos.
3090 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
3091 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
3092 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
3094 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
3095 libraries. Detect also GLX libraries.
3096 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
3097 libraries. Use find_path() to get the include path.
3098 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
3100 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
3101 depending on the libraries found on the system.
3102 Move the detection of GLX (and the include of CMakePushCheckState)
3103 to FindOpenGL.cmake.
3104 Ensure that we only define USE_GLX when we build with OpenGL
3105 (but not with GLESv2).
3107 2015-05-27 Dean Jackson <dino@apple.com>
3109 img.currentSrc problem in strict mode with old picturefill
3110 https://bugs.webkit.org/show_bug.cgi?id=144095
3111 <rdar://problem/21087013>
3113 Reviewed by Simon Fraser.
3115 Add a PICTURE_SIZES flag.
3117 * Source/cmake/OptionsEfl.cmake:
3118 * Source/cmake/OptionsGTK.cmake:
3119 * Source/cmake/OptionsMac.cmake:
3120 * Source/cmake/OptionsWindows.cmake:
3121 * Source/cmake/WebKitFeatures.cmake:
3123 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
3125 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
3127 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3129 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
3131 Unreviewed. Export DatabaseProcessMainUnix symbol.
3133 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
3134 is exported in production builds.
3136 * Source/cmake/gtksymbols.filter:
3138 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
3140 [GTK] Enable IndexedDB
3141 https://bugs.webkit.org/show_bug.cgi?id=98932
3143 Reviewed by Žan Doberšek.
3145 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3146 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3148 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
3150 [GTK] Bump GCC requirements to 4.9.0
3151 https://bugs.webkit.org/show_bug.cgi?id=145211
3153 Reviewed by Žan Doberšek.
3155 It's required to build with IndexedDB support when using GCC,
3156 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
3158 * Source/cmake/OptionsGTK.cmake:
3160 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
3162 [CMake] Ignore warnings in system headers
3163 https://bugs.webkit.org/show_bug.cgi?id=144747
3165 Reviewed by Darin Adler.
3167 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
3168 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
3169 use the SYSTEM argument to the command (added in 2.8.12).
3173 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
3175 [CMake] Error out when ruby is too old
3176 https://bugs.webkit.org/show_bug.cgi?id=145014
3178 Reviewed by Martin Robinson.
3180 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
3185 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
3187 [GTK] Enable plugin-related CMake options and variables for the X11 target only
3188 https://bugs.webkit.org/show_bug.cgi?id=144995
3190 Reviewed by Carlos Garcia Campos.
3192 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
3193 the X11 windowing target at the moment, so the following options
3194 and variables should be enabled or disabled accordingly:
3195 - ENABLE_PLUGIN_PROCESS_GTK2
3196 - ENABLE_NETSCAPE_PLUGIN_API
3197 - ENABLE_PLUGIN_PROCESS
3199 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
3201 Linker fails without -DDEVELOPER_MODE=ON
3202 https://bugs.webkit.org/show_bug.cgi?id=144117
3204 Reviewed by Gyuyoung Kim.
3206 * Source/cmake/OptionsEfl.cmake:
3207 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
3208 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
3210 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
3212 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
3213 https://bugs.webkit.org/show_bug.cgi?id=144846
3215 Reviewed by Martin Robinson.
3217 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
3218 CAIRO_GL_* throughout, because find_package will define
3220 * Source/cmake/OptionsGTK.cmake: Ditto.
3222 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
3224 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
3225 https://bugs.webkit.org/show_bug.cgi?id=144845
3227 Reviewed by Martin Robinson.
3229 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
3230 if their corresponding WTF options are ON. The code in npapi.h
3231 relies on these being undefined if they are to be switched off.
3233 2015-05-09 Yoav Weiss <yoav@yoav.ws>
3235 Remove the PICTURE_SIZES build flag
3236 https://bugs.webkit.org/show_bug.cgi?id=144679
3238 Reviewed by Benjamin Poulain.
3240 Removed the PICTURE_SIZES build time flag.
3242 * Source/cmake/OptionsEfl.cmake:
3243 * Source/cmake/OptionsGTK.cmake:
3244 * Source/cmake/OptionsMac.cmake:
3245 * Source/cmake/OptionsWindows.cmake:
3246 * Source/cmake/WebKitFeatures.cmake:
3248 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
3250 [GTK] [CMake] Check for required X libraries
3251 https://bugs.webkit.org/show_bug.cgi?id=144823
3253 Reviewed by Martin Robinson.
3255 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
3257 * Source/cmake/OptionsGTK.cmake:
3259 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
3261 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
3262 https://bugs.webkit.org/show_bug.cgi?id=144746
3264 Reviewed by Carlos Garcia Campos.
3266 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
3267 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
3268 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
3270 * Source/cmake/OptionsGTK.cmake:
3272 2015-05-08 Daniel Bates <dabates@apple.com>
3274 [iOS] WebSQL operations are not performed after device is locked
3275 https://bugs.webkit.org/show_bug.cgi?id=137503
3276 <rdar://problem/20844952>
3278 Rubber-stamped by Alexey Proskuryakov.
3280 Add a manual test to help verify that we do not regress this issue.
3282 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
3284 2015-05-08 Commit Queue <commit-queue@webkit.org>
3286 Unreviewed, rolling out r183945.
3287 https://bugs.webkit.org/show_bug.cgi?id=144789
3289 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
3293 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
3294 https://bugs.webkit.org/show_bug.cgi?id=144746
3295 http://trac.webkit.org/changeset/183945
3297 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
3299 Cleanup after r183940
3300 https://bugs.webkit.org/show_bug.cgi?id=144768
3304 Looks like the empty directories were not deleted.
3306 * Source/PAL: Removed.
3307 * Source/PAL/Configurations: Removed.
3308 * Source/PAL/PAL.xcodeproj: Removed.
3309 * Source/PAL/graphics: Removed.
3311 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
3313 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
3314 https://bugs.webkit.org/show_bug.cgi?id=144746
3316 Reviewed by Martin Robinson.
3318 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
3319 what it is defined to, so defining it to 0 effectively turned it on always.
3321 * Source/cmake/OptionsGTK.cmake:
3323 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
3325 Revert "Introducing the Platform Abstraction Layer (PAL)"
3326 https://bugs.webkit.org/show_bug.cgi?id=144751
3330 PAL should be a new target inside WebCore, rather than a top-level folder.
3332 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
3334 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
3336 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
3338 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3340 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
3342 Introducing the Platform Abstraction Layer (PAL)
3343 https://bugs.webkit.org/show_bug.cgi?id=143358
3345 Reviewed by Simon Fraser.
3347 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
3349 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
3351 [cmake] Disable GNU Gold linker on Cortex A53
3352 https://bugs.webkit.org/show_bug.cgi?id=144382
3354 Reviewed by Carlos Garcia Campos.
3356 * Source/cmake/OptionsCommon.cmake:
3358 2015-05-01 Martin Robinson <mrobinson@igalia.com>
3360 USE(...) macro should expect unprefixed variables
3361 https://bugs.webkit.org/show_bug.cgi?id=144454
3363 Reviewed by Daniel Bates.
3365 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
3366 * Source/cmake/OptionsEfl.cmake: Ditto.
3367 * Source/cmake/OptionsGTK.cmake: Ditto.
3368 * Source/cmake/OptionsMac.cmake: Ditto.
3369 * Source/cmake/OptionsWinCairo.cmake: Ditto.
3370 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
3373 2015-04-30 Martin Robinson <mrobinson@igalia.com>
3375 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
3376 https://bugs.webkit.org/show_bug.cgi?id=144394
3378 Reviewed by Carlos Garcia Campos.
3380 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
3381 is that it fixes the redirected XComposite window for GTK+, which was accidentally
3382 disabled in previous reworking of the CMake configuration.
3384 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
3385 version of USE variables.
3386 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
3387 is exposed to the build.
3389 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
3391 Unreviewed. Bump GTK+ version numbers.
3393 * Source/cmake/OptionsGTK.cmake:
3395 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
3397 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
3398 https://bugs.webkit.org/show_bug.cgi?id=144435
3400 Reviewed by Gyuyoung Kim.
3402 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
3403 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
3405 * Source/cmake/OptionsEfl.cmake:
3407 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
3409 REGRESSION(183583): [Mac] make without SDKROOT has issues
3410 https://bugs.webkit.org/show_bug.cgi?id=144431
3412 Reviewed by Dan Bernstein.
3415 Assume an empty SDKROOT means an macosx variant, so only
3416 enable settings if the SDKROOT is not empty and does not
3419 2015-04-29 Martin Robinson <mrobinson@igalia.com>
3421 Fix the GTK+ build after r183584
3423 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
3425 2015-04-29 Martin Robinson <mrobinson@igalia.com>
3427 [GTK] Add support for automatic hyphenation
3428 https://bugs.webkit.org/show_bug.cgi?id=44478
3430 Reviewed by Carlos Garcia Campos.
3432 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
3433 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
3434 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
3436 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
3438 Failure when building WebKit for appletvsimulator.
3439 https://bugs.webkit.org/show_bug.cgi?id=144356
3441 Reviewed by Alexey Proskuryakov.
3443 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
3444 make TVOS and WatchOS behave correctly.
3448 2015-04-29 Martin Robinson <mrobinson@igalia.com>
3450 [CMake] [GTK] Organize and clean up unused CMake variables
3451 https://bugs.webkit.org/show_bug.cgi?id=144364
3453 Reviewed by Gyuyoung Kim.
3455 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
3456 specific to certain projects into their PlatformGTK.cmake files.
3458 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
3460 [EFL] Build failure to find gio-unix
3461 https://bugs.webkit.org/show_bug.cgi?id=144083
3463 Reviewed by Gyuyoung Kim.
3465 Original patch by Doug Newgard <scimma22@outlook.com>
3467 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
3469 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
3471 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
3472 https://bugs.webkit.org/show_bug.cgi?id=143001
3474 Reviewed by Gyuyoung Kim.
3476 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
3477 * Source/cmake/OptionsGTK.cmake: Ditto.
3479 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
3481 Unreviewed, fix typo in previous commit
3483 libsecretr -> libsecret in the error message.
3485 * Source/cmake/OptionsGTK.cmake:
3487 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
3489 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
3490 https://bugs.webkit.org/show_bug.cgi?id=143546
3492 Reviewed by Martin Robinson.
3494 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
3495 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
3496 default. Fail the build with an informative error message if an optional dependency required
3497 for an enabled feature is not present. Perform find_package commands only when necessary.
3498 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
3501 * Source/cmake/OptionsGTK.cmake:
3503 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
3505 [GTK] Make all options actually options
3506 https://bugs.webkit.org/show_bug.cgi?id=144106
3508 Reviewed by Martin Robinson.
3510 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
3511 ENABLE_WAYLAND_TARGET.
3513 * Source/cmake/OptionsGTK.cmake:
3515 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
3517 Unreviewed, fix GTK build after r183452
3519 * Source/cmake/OptionsGTK.cmake:
3521 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
3523 [GTK] Add one single option to control all OpenGL-related options
3524 https://bugs.webkit.org/show_bug.cgi?id=144105
3526 Reviewed by Martin Robinson.
3528 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
3529 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
3530 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
3531 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
3532 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
3533 presence of CairoGL.
3535 * Source/cmake/OptionsGTK.cmake:
3537 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
3539 [GTK] ENABLE_SMOOTH_SCROLLING should be private
3540 https://bugs.webkit.org/show_bug.cgi?id=144306
3542 Reviewed by Martin Robinson.
3544 Make ENABLE_SMOOTH_SCROLLING private instead of public.
3546 * Source/cmake/OptionsGTK.cmake:
3548 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
3550 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
3551 https://bugs.webkit.org/show_bug.cgi?id=144193
3553 Reviewed by Darin Adler.
3555 * Source/cmake/OptionsEfl.cmake:
3556 * Source/cmake/OptionsGTK.cmake:
3557 * Source/cmake/OptionsWinCairo.cmake:
3558 * Source/cmake/WebKitFeatures.cmake:
3560 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
3562 [CMake] Should be possible for an option to conflict with other options
3563 https://bugs.webkit.org/show_bug.cgi?id=143956
3565 Reviewed by Martin Robinson.
3567 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
3569 * Source/cmake/WebKitFeatures.cmake:
3571 2015-04-22 Martin Robinson <mrobinson@igalia.com>
3573 [CMake] Autogenerate cmakeconfig.h.cmake
3574 https://bugs.webkit.org/show_bug.cgi?id=143997
3576 Reviewed by Csaba Osztrogonác.
3578 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
3579 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
3580 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
3581 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
3582 Do some other miscellaneous related cleanup.
3583 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
3584 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
3585 build exposed variables. Add a macro to generate a configuration from them.
3586 * Source/cmakeconfig.h.cmake: Removed.
3588 2015-04-24 Philippe Normand <pnormand@igalia.com>
3590 [JHBuild] Move to upstream OpenWebRTC
3591 https://bugs.webkit.org/show_bug.cgi?id=144145
3593 Reviewed by Carlos Garcia Campos.
3595 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
3598 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
3600 [ES6] Implement ES6 template literals
3601 https://bugs.webkit.org/show_bug.cgi?id=142691
3603 Reviewed by Darin Adler.
3605 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
3607 * Source/cmake/WebKitFeatures.cmake:
3608 * Source/cmakeconfig.h.cmake:
3610 2015-04-25 Martin Robinson <mrobinson@igalia.com>
3612 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
3613 https://bugs.webkit.org/show_bug.cgi?id=144182
3615 Reviewed by Simon Fraser.
3617 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3618 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3619 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3620 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3621 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
3623 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3625 [GTK] Add more public options
3626 https://bugs.webkit.org/show_bug.cgi?id=144116
3628 Reviewed by Martin Robinson.
3630 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
3632 * Source/cmake/OptionsGTK.cmake:
3634 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3636 [CMake] Some internal variables are not marked as advanced
3637 https://bugs.webkit.org/show_bug.cgi?id=143595
3639 Reviewed by Martin Robinson.
3641 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
3642 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
3644 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3646 [GTK] Mark as advanced the build options we don't want to expose
3647 https://bugs.webkit.org/show_bug.cgi?id=143558
3649 Reviewed by Martin Robinson.
3651 Mark various options as private instead of public.
3653 * Source/cmake/OptionsGTK.cmake:
3655 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3657 [CMake] Should be possible for an option to depend on multiple options
3658 https://bugs.webkit.org/show_bug.cgi?id=143839
3660 Reviewed by Martin Robinson.
3662 Use a list instead of a single variable to track the dependencies of each option. Iterate
3663 over the list as many times as necessary to ensure all options are properly disabled.
3665 * Source/cmake/WebKitFeatures.cmake:
3667 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3669 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
3670 https://bugs.webkit.org/show_bug.cgi?id=144103
3672 Reviewed by Martin Robinson.
3674 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
3676 * Source/cmake/WebKitFeatures.cmake:
3678 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
3680 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
3681 https://bugs.webkit.org/show_bug.cgi?id=144102
3683 Reviewed by Martin Robinson.
3685 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
3686 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
3687 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
3689 * Source/cmake/OptionsGTK.cmake:
3691 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3693 [CMake] Clean up JSC JIT options
3694 https://bugs.webkit.org/show_bug.cgi?id=143998
3696 Reviewed by Filip Pizlo.
3698 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
3699 define for ENABLE_FTL_NATIVE_CALL_INLINING.
3700 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
3701 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
3702 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
3703 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
3705 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3707 [CMake] Use lowercase for local variables in macros
3708 https://bugs.webkit.org/show_bug.cgi?id=144059
3710 Reviewed by Martin Robinson.
3712 Convert some variable names to lowercase.
3714 * Source/cmake/WebKitFeatures.cmake:
3716 2015-04-22 Commit Queue <commit-queue@webkit.org>
3718 Unreviewed, rolling out r183116.
3719 https://bugs.webkit.org/show_bug.cgi?id=144060
3721 Inadvertently deleted a file... (Requested by mcatanzaro on
3726 "[CMake] Use lowercase for local variables in macros"
3727 https://bugs.webkit.org/show_bug.cgi?id=144059
3728 http://trac.webkit.org/changeset/183116
3730 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3732 [CMake] Use lowercase for local variables in macros
3733 https://bugs.webkit.org/show_bug.cgi?id=144059
3735 Reviewed by Martin Robinson.
3737 Convert some variable names to lowercase.
3739 * Source/cmake/WebKitFeatures.cmake:
3741 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3743 [CMake] Features list should print dots every other row
3744 https://bugs.webkit.org/show_bug.cgi?id=143832
3746 Reviewed by Martin Robinson.
3748 Discount private options when determining whether to print dots on a given row of the
3749 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
3750 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
3751 wasn't noticed because it only affects the first line, and use of the variable name as a
3752 string in a conditional.)
3754 * Source/cmake/WebKitFeatures.cmake:
3756 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3758 [CMake] Require specifying visibility of WebKit options
3759 https://bugs.webkit.org/show_bug.cgi?id=143831
3761 Reviewed by Alex Christensen.
3763 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
3764 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
3765 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
3766 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
3767 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
3768 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
3769 cross-platform options as PRIVATE.
3771 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3773 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
3774 https://bugs.webkit.org/show_bug.cgi?id=143935
3776 Reviewed by Darin Adler.
3778 Some variables aren't defined in these files or unused variables aren't removed. This
3779 patch cleans up it as well as fix wrong alphabet order.
3781 * Source/cmake/WebKitFeatures.cmake:
3782 * Source/cmakeconfig.h.cmake:
3784 2015-04-19 Simon Fraser <simon.fraser@apple.com>
3786 Restore the WebKit.xcworkspace to the way it was before r182899,
3787 which inadvertently added the Source directory and a couple of source
3790 * WebKit.xcworkspace/contents.xcworkspacedata:
3792 2015-04-16 Basile Clement <basile_clement@apple.com>
3794 Extract the allocation profile from JSFunction into a rare object
3795 https://bugs.webkit.org/show_bug.cgi?id=143807
3797 Reviewed by Filip Pizlo.
3799 * WebKit.xcworkspace/contents.xcworkspacedata:
3801 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
3803 [EFL] Bump LLVM to version 3.6.0 on X86_64
3804 https://bugs.webkit.org/show_bug.cgi?id=143604
3806 Reviewed by Gyuyoung Kim.
3808 * Source/cmake/FindLLVM.cmake: Added version handling.
3809 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
3811 2015-04-15 Timothy Horton <timothy_horton@apple.com>
3813 Custom CSS cursors do not use -webkit-image-set on retina displays
3814 https://bugs.webkit.org/show_bug.cgi?id=120783
3816 Reviewed by Beth Dakin.
3817 Patch by Evan Wallace <evan.exe@gmail.com>.
3819 Add a manual test for custom CSS cursors on retina displays.
3821 * ManualTests/retina-cursors.html: Added.
3823 2015-04-15 Alex Christensen <achristensen@webkit.org>
3825 Progress towards CMake on Mac.
3826 https://bugs.webkit.org/show_bug.cgi?id=143785
3828 Reviewed by Csaba Osztrogonác.
3831 * Source/cmake/OptionsMac.cmake:
3832 * Source/cmake/WebKitFS.cmake:
3834 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
3836 Cannot click "Next" button on Google two-factor auth setup page
3838 <https://bugs.webkit.org/show_bug.cgi?id=143624>
3839 <rdar://problem/19175714>
3841 Reviewed by Darin Adler.
3843 * ManualTests/button-that-focuses-itself-on-click.html: Added.
3845 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
3847 [cmake] REGRESSION(182663): It broke feature dependency handling
3848 https://bugs.webkit.org/show_bug.cgi?id=143665
3850 Reviewed by Csaba Osztrogonác.
3852 Don't try to check the value of options before defining the options.
3854 * Source/cmake/WebKitFeatures.cmake:
3856 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
3858 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
3859 https://bugs.webkit.org/show_bug.cgi?id=143664
3861 Reviewed by Gyuyoung Kim.
3863 * Source/cmake/OptionsEfl.cmake:
3864 * Source/cmake/OptionsGTK.cmake:
3865 * Source/cmake/WebKitFeatures.cmake:
3866 * Source/cmakeconfig.h.cmake:
3868 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3870 [EFL] Enable Media Source
3871 https://bugs.webkit.org/show_bug.cgi?id=143635
3873 Reviewed by Csaba Osztrogonác.
3875 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
3877 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3879 [CMake] Miscellaneous issues in WebKitFeatures.cmake
3880 https://bugs.webkit.org/show_bug.cgi?id=143636
3882 Reviewed by Martin Robinson.
3884 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
3885 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
3887 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
3888 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
3890 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
3892 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
3894 Fix ENABLE_TOUCH_SLIDER so that it can be used
3898 * Source/cmake/WebKitFeatures.cmake:
3900 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3902 [CMake] Print sorted feature list at the very end of the configure process
3903 https://bugs.webkit.org/show_bug.cgi?id=143596
3905 Reviewed by Martin Robinson.
3907 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
3908 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
3909 and sort the options before printing. Reorder some code so that features still get
3910 propagated to the bindings generators.
3912 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3914 [CMake] Options should be marked as advanced by default
3915 https://bugs.webkit.org/show_bug.cgi?id=143572
3917 Reviewed by Gyuyoung Kim.
3919 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
3920 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
3921 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
3922 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
3923 option without making it public.
3925 * Source/cmake/WebKitFeatures.cmake:
3927 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3929 [CMake] Remove unnecessary ENABLE_WEBCORE switch
3930 https://bugs.webkit.org/show_bug.cgi?id=143584
3932 Reviewed by Csaba Osztrogonác.
3934 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
3938 * Source/CMakeLists.txt:
3939 * Source/cmake/OptionsGTK.cmake:
3940 * Source/cmake/WebKitFS.cmake:
3942 2015-04-08 Filip Pizlo <fpizlo@apple.com>
3944 Unreviewed, revert accidental commit.
3948 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
3950 Add CMake build system for WinCairo port.
3951 https://bugs.webkit.org/show_bug.cgi?id=115944
3953 Reviewed by Chris Dumez.
3955 * Source/cmake/OptionsWindows.cmake:
3956 * Source/cmake/WebKitMacros.cmake:
3957 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3959 2015-04-06 Alberto Garcia <berto@igalia.com>
3961 [GTK] Fix HPPA build
3962 https://bugs.webkit.org/show_bug.cgi?id=143453
3964 Reviewed by Darin Adler.
3966 Add HPPA to the list of supported CPUs.
3970 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
3972 Unreviewed, kick the GTK bots to fix an incremental build issue.
3974 * Source/cmake/OptionsGTK.cmake:
3976 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
3978 Fix the EFL and GTK build after r182243
3979 https://bugs.webkit.org/show_bug.cgi?id=143361
3981 Reviewed by Csaba Osztrogonác.
3983 * Source/PlatformEfl.cmake: Add a custom command that copies
3984 the InspectorBackendCommands.js file into the proper directory
3985 under DerivedSources/WebInspectorUI/.
3987 2015-04-01 Alex Christensen <achristensen@webkit.org>
3989 Progress towards CMake on Windows and Mac.
3990 https://bugs.webkit.org/show_bug.cgi?id=143293
3992 Reviewed by Filip Pizlo.
3995 Set DERIVED_SOURCES_WTF_DIR for Windows.
3996 * Source/CMakeLists.txt:
3997 Don't compile bmalloc on Windows.
3998 * Source/cmake/OptionsCommon.cmake:
3999 Use the absolute path of the C preprocessor.
4000 * Source/cmake/OptionsWinCairo.cmake:
4001 Added needed definitions.
4002 * Source/cmake/OptionsWindows.cmake:
4003 Set some default values and removed support for old Visual Studio versions before /MP.
4004 * Source/cmake/WebKitFS.cmake:
4005 Make WTF DerivedSources directory.
4006 * Source/cmake/WebKitMacros.cmake:
4007 Added ADD_PRECOMPILED_HEADER macro based on
4008 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
4010 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
4012 Use colored diagnostics when building with cmake + ninja + clang
4013 https://bugs.webkit.org/show_bug.cgi?id=143297
4015 Reviewed by Žan Doberšek.
4017 Because that ninja sets subprocess stdout/stderr to a pipe, clang
4018 disables colored output.
4019 This patch forces clang to use colored diagnostics when we are using
4022 * Source/cmake/OptionsCommon.cmake:
4024 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4026 [CMake] Update old CMakeList.txt in gtest
4027 https://bugs.webkit.org/show_bug.cgi?id=143192
4029 Reviewed by Darin Adler.
4031 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
4032 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
4033 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
4035 * Source/CMakeLists.txt:
4036 * Source/cmake/gtest/CMakeLists.txt: Removed.
4038 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4040 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
4041 https://bugs.webkit.org/show_bug.cgi?id=143138
4043 Reviewed by Csaba Osztrogonác.
4045 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
4046 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
4048 * Source/cmake/OptionsWindows.cmake:
4049 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
4050 * Source/cmake/WebKitMacros.cmake:
4052 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
4054 [GStreamer] share GL context in pipeline, part 2
4055 https://bugs.webkit.org/show_bug.cgi?id=143049
4057 Reviewed by Carlos Garcia Campos.
4059 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
4060 OpenGL/ES2 is found and GLX/EGL is found too.
4062 2015-03-26 Alex Christensen <achristensen@webkit.org>
4064 Progress towards CMake on Mac.
4065 https://bugs.webkit.org/show_bug.cgi?id=143112
4067 Reviewed by Chris Dumez.
4069 * Source/cmake/OptionsMac.cmake:
4071 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
4073 [EFL] Add OpenWebRTC in jhbuild
4074 https://bugs.webkit.org/show_bug.cgi?id=142778
4076 Reviewed by Gyuyoung Kim.
4078 Original patch by Philippe Normand <pnormand@igalia.com>
4080 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
4081 mediastream build is enabled.
4083 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
4085 [GTK] Add a configure option to build without Redirected XComposite Window
4086 https://bugs.webkit.org/show_bug.cgi?id=142865
4088 Reviewed by Žan Doberšek.
4090 The Redirected XComposite Window was added to support some
4091 features like GtkOverlay, but in cases where we don't need such
4092 features, it's more efficient to use the XID of the WebKitWebView
4093 window as the native surface handle for the accelerated
4094 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
4095 that is enabled by default for X11 target when OpenGL is enabled.
4097 * Source/cmake/OptionsGTK.cmake:
4099 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
4101 [GTK] Search for the Wayland dependency when enabling Wayland target
4102 https://bugs.webkit.org/show_bug.cgi?id=142876
4104 Reviewed by Carlos Garcia Campos.
4106 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
4107 requirement of either the GTK+ or GDK pkg-config files, so we have to
4108 search for it ourselves when WebKitGTK+ has been configured to support
4109 the Wayland windowing target.
4111 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
4113 Unreviewed, kick the GTK bots to regenerate makefile.
4114 https://bugs.webkit.org/show_bug.cgi?id=137394
4116 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
4117 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
4119 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
4121 Unreviewed, kick the GTK bots to regenerate makefile.
4122 https://bugs.webkit.org/show_bug.cgi?id=137394
4124 * Source/cmake/OptionsEfl.cmake:
4126 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
4128 [GTK] Fix inspector userinterface related incremental build issue
4129 https://bugs.webkit.org/show_bug.cgi?id=142849
4131 Reviewed by Carlos Garcia Campos.
4133 * Source/cmake/OptionsGTK.cmake: Revert r181733.
4135 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
4137 Unreviewed, kick the GTK bots to regenerate makefile.
4139 * Source/cmake/OptionsGTK.cmake:
4141 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
4143 [EFL] Expose JavaScript binding interface through ewk_extension
4144 https://bugs.webkit.org/show_bug.cgi?id=142033
4146 Reviewed by Gyuyoung Kim.
4148 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
4150 2015-03-17 Philippe Normand <pnormand@igalia.com>
4152 [GTK] basic OpenWebRTC build support
4153 https://bugs.webkit.org/show_bug.cgi?id=142393
4155 Reviewed by Carlos Garcia Campos.
4157 * Source/cmake/FindOpenWebRTC.cmake: Added.
4158 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
4159 mediastream build is enabled.
4161 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4163 [CMake][EFL] Build test tools only for developer mode
4164 https://bugs.webkit.org/show_bug.cgi?id=142761
4166 Reviewed by Csaba Osztrogonác.
4168 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
4170 * Source/cmake/OptionsEfl.cmake:
4171 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
4172 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
4173 * Source/cmakeconfig.h.cmake:
4175 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
4177 Enable ES6 classes by default
4178 https://bugs.webkit.org/show_bug.cgi?id=142774
4180 Reviewed by Gavin Barraclough.
4182 * Source/cmake/WebKitFeatures.cmake:
4184 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4186 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
4187 https://bugs.webkit.org/show_bug.cgi?id=142722
4189 Reviewed by Csaba Osztrogonác.
4191 Categorize to define cmake variables, to find necessary packages,
4192 use upper case for "glib_conponents" cmake variable name, re-arrange
4193 wrong alphabet sorting, and so on.
4195 * CMakeLists.txt: Remove WinCE port.
4196 * Source/cmake/OptionsEfl.cmake:
4198 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
4200 [GStreamer] share GL context in pipeline
4201 https://bugs.webkit.org/show_bug.cgi?id=142693
4203 Reviewed by Philippe Normand.
4205 Add search of gstreamer-gl library in the GStreamer installation. If
4206 it is found, WTF_USE_GSTREAMER_GL macro is defined.
4208 * Source/cmake/FindGStreamer.cmake:
4209 * Source/cmake/OptionsGTK.cmake:
4211 2015-03-13 Alex Christensen <achristensen@webkit.org>
4213 Progress towards CMake on Mac.
4214 https://bugs.webkit.org/show_bug.cgi?id=142680
4216 Reviewed by Gyuyoung Kim.
4219 * Source/PlatformMac.cmake: Added stub.
4220 * Source/cmake/OptionsMac.cmake:
4221 Change defines to get CMake working.
4223 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
4225 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
4226 https://bugs.webkit.org/show_bug.cgi?id=126688
4228 Reviewed by Gustavo Noronha Silva.
4230 Add ENABLE_MINIBROWSER option, enabled by default for development
4231 builds and disabled for production builds unless explicilty enabled.
4233 * Source/cmake/OptionsGTK.cmake:
4235 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
4237 [GTK] Do not look for child processes in the UI process binary path
4238 https://bugs.webkit.org/show_bug.cgi?id=135752
4240 Reviewed by Gustavo Noronha Silva.
4242 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
4243 build for development builds.
4245 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
4247 [GTK] Add a configure option to build with OpenGL ES 2
4248 https://bugs.webkit.org/show_bug.cgi?id=142498
4250 Reviewed by Martin Robinson.
4252 Add ENABLE_GLES2 option. It's disabled by default, but if passed
4253 GLES2 is required and OpenGL is not even searched. Otherwise we
4254 search for OpenGL as usual, using it only if present.
4256 * Source/cmake/OptionsGTK.cmake:
4258 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
4260 [cmake] Handle unused parameter warnings as build errors except in WebKit2
4261 https://bugs.webkit.org/show_bug.cgi?id=142338
4263 Reviewed by Gyuyoung Kim.
4265 * Source/cmake/WebKitHelpers.cmake:
4267 2015-03-03 Daniel Bates <dabates@apple.com>
4269 Convert ManualTests/svg-tooltip.svg to a DRT test
4270 https://bugs.webkit.org/show_bug.cgi?id=140480
4272 Reviewed by Alex Christensen.
4274 * ManualTests/svg-tooltip.svg: Removed.
4276 2015-03-02 Debarshi Ray <debarshir@gnome.org>
4278 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
4279 https://bugs.webkit.org/show_bug.cgi?id=142165
4281 Reviewed by Carlos Garcia Campos.
4283 * Source/cmake/gtksymbols.filter:
4285 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
4287 [EFL] Remove unnecessary comment after r179110
4288 https://bugs.webkit.org/show_bug.cgi?id=142042
4290 Reviewed by Gyuyoung Kim.
4292 * Source/cmake/OptionsEfl.cmake:
4294 2015-02-23 Tomas Popela <tpopela@redhat.com>
4296 [GTK] Fails to compile with cmake 3.2.x
4297 https://bugs.webkit.org/show_bug.cgi?id=141796
4299 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
4300 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
4301 added and the build will fail.
4303 Reviewed by Martin Robinson.
4305 * Source/cmake/OptionsGTK.cmake:
4307 2015-02-20 Alexey Proskuryakov <ap@apple.com>
4309 Remove svn:keywords property.
4311 As far as I can tell, the property had no effect on any of these files, but also,
4312 when it has effect it's likely harmful.
4314 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
4315 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
4316 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
4317 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
4318 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
4319 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
4320 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
4321 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
4322 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
4323 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
4324 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
4325 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
4326 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
4327 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
4329 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4331 [CMAKE] Remove CMakeLists.txt in WK1 port
4332 https://bugs.webkit.org/show_bug.cgi?id=141617
4334 Reviewed by Anders Carlsson.
4336 Nobody uses CMake in WK1 port. Remove it.
4340 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
4342 Unreviewed, remove empty directories.
4344 * ManualTests/qt: Removed.
4346 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
4348 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
4349 https://bugs.webkit.org/show_bug.cgi?id=141481
4351 Reviewed by Csaba Osztrogonác.
4353 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
4355 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4357 [EFL][GTK] Use bmalloc instead of tcmalloc
4358 https://bugs.webkit.org/show_bug.cgi?id=140162
4360 Reviewed by Carlos Garcia Campos.
4362 Add bmalloc directory to build list.
4364 * CMakeLists.txt: Define BMALLOC_DIR directory.
4365 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
4367 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
4369 [GTK] Add default color chooser implementation using GtkColorChooserDialog
4370 https://bugs.webkit.org/show_bug.cgi?id=141392
4372 Reviewed by Gustavo Noronha Silva.
4374 Enable INPUT_TYPE_COLOR by default for GTK+ port.
4376 * Source/cmake/OptionsGTK.cmake:
4378 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
4380 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
4381 https://bugs.webkit.org/show_bug.cgi?id=141328
4383 Reviewed by Darin Adler.
4385 Added as manual test because it involves a huge grid allocation
4386 which is very slow on Debug bots, the only ones capable to trigger
4389 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
4391 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
4393 [Streams API] Implement a barebone ReadableStream interface
4394 https://bugs.webkit.org/show_bug.cgi?id=141045
4396 Reviewed by Benjamin Poulain.
4398 * Source/cmake/WebKitFeatures.cmake:
4399 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
4401 2015-02-02 Filip Pizlo <fpizlo@apple.com>
4403 Revert accidental change in r179490.
4407 2015-02-02 Filip Pizlo <fpizlo@apple.com>
4409 Unreviewed, revert accidental change to Makefile.shared in r179478
4413 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
4415 [CMake] Minimum python version should be 2.7.
4416 https://bugs.webkit.org/show_bug.cgi?id=140997
4418 Reviewed by Csaba Osztrogonác.
4422 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
4424 Apply feTurbulence spec change to fix zero length vector generation
4425 https://bugs.webkit.org/show_bug.cgi?id=140812
4427 Reviewed by Darin Adler.
4429 Recently a bug with the turbulence algorithm was corrected in the
4430 Filter Effects specification.
4431 For some seed values this bug allowed zero length vectors to be generated.
4432 This resulted in large solid color squares being present in the generated image.
4433 The feTurbulence algorithm was updated to reject zero length vectors. This patch
4434 applies that change in WebCore.
4436 Test: svg/filters/feTurbulence_bad_seeds.html
4438 * platform/graphics/filters/FETurbulence.cpp:
4439 (WebCore::FETurbulence::initPaint):
4440 Added rejection sampling during vector generation to avoid zero length vectors.
4442 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
4444 [cmake] Remove compiler version calculate cruft
4445 https://bugs.webkit.org/show_bug.cgi?id=140885
4447 Reviewed by Darin Adler.
4449 * Source/cmake/WebKitHelpers.cmake:
4451 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
4453 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
4454 https://bugs.webkit.org/show_bug.cgi?id=140886
4456 Reviewed by Žan Doberšek.
4458 * Source/cmake/WebKitHelpers.cmake:
4460 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
4462 [GTK] gtkdoc does not appear in DevHelp
4463 https://bugs.webkit.org/show_bug.cgi?id=139369
4465 Reviewed by Philippe Normand.
4467 Expect the gtkdoc to be generated in folders named with the API version.
4469 * Source/PlatformGTK.cmake:
4471 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
4473 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
4474 https://bugs.webkit.org/show_bug.cgi?id=140609
4476 Reviewed by Csaba Osztrogonác.
4478 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
4479 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
4480 compilation flags. Those were added after the jsCStack branch merge, but
4481 can now be removed since the -ftree-dce issues were fixed in GCC, and
4482 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
4484 * Source/cmake/OptionsEfl.cmake:
4485 * Source/cmake/OptionsGTK.cmake:
4487 2015-01-26 Commit Queue <commit-queue@webkit.org>
4489 Unreviewed, rolling out r179107.
4490 https://bugs.webkit.org/show_bug.cgi?id=140880
4492 The GCC in the bots doesn't support the AsyncTask
4493 implementation (Requested by KaL on #webkit).
4497 "[GTK] Enable IndexedDB"
4498 https://bugs.webkit.org/show_bug.cgi?id=98932
4499 http://trac.webkit.org/changeset/179107
4501 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
4503 [GTK] Enable IndexedDB
4504 https://bugs.webkit.org/show_bug.cgi?id=98932
4506 Reviewed by Žan Doberšek.
4508 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
4509 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
4511 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
4513 [GTK] Add initial database process support
4514 https://bugs.webkit.org/show_bug.cgi?id=139491
4516 Reviewed by Sergio Villar Senin.
4518 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
4520 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
4522 Add a build flag for ES6 class syntax
4523 https://bugs.webkit.org/show_bug.cgi?id=140760
4525 Reviewed by Michael Saboff.
4527 * Source/cmake/WebKitFeatures.cmake:
4528 * Source/cmakeconfig.h.cmake:
4530 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
4532 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
4533 https://bugs.webkit.org/show_bug.cgi?id=140049
4535 Reviewed by Gyuyoung Kim.
4537 * Source/cmake/OptionsCommon.cmake:
4539 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
4541 Remove ENABLE(INSPECTOR) ifdef guards
4542 https://bugs.webkit.org/show_bug.cgi?id=140668
4544 Reviewed by Darin Adler.
4546 * Source/PlatformEfl.cmake:
4547 * Source/cmake/OptionsEfl.cmake:
4548 * Source/cmake/OptionsGTK.cmake:
4549 * Source/cmake/OptionsMac.cmake:
4550 * Source/cmake/WebKitFeatures.cmake:
4551 * Source/cmakeconfig.h.cmake:
4553 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
4555 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
4557 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
4559 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4561 [CMAKE] Fix cmake warning
4562 https://bugs.webkit.org/show_bug.cgi?id=140497
4564 Reviewed by Gustavo Noronha Silva.
4566 r173155 already tried to fix cmake warning though, the warning is still exist.
4567 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
4568 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
4569 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
4570 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
4571 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
4575 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
4577 [GTK] Generate the make dist manifest from a CMake template file
4578 https://bugs.webkit.org/show_bug.cgi?id=139387
4580 Reviewed by Martin Robinson.
4582 Generate manifest.txt from manifest.txt.in. Only expose the dist and
4583 distcheck targets for developer builds, as they won't work when
4584 building from a tarball because the manifest is not distributed.
4586 * Source/PlatformGTK.cmake:
4588 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
4590 Remove ENABLE(SQL_DATABASE) guards
4591 https://bugs.webkit.org/show_bug.cgi?id=140434
4593 Reviewed by Darin Adler.
4595 * Source/cmake/OptionsMac.cmake:
4596 * Source/cmake/WebKitFeatures.cmake:
4597 * Source/cmakeconfig.h.cmake:
4599 2015-01-11 Sam Weinig <sam@webkit.org>
4601 Remove support for SharedWorkers
4602 https://bugs.webkit.org/show_bug.cgi?id=140344
4604 Reviewed by Anders Carlsson.
4606 * Source/cmake/OptionsEfl.cmake:
4607 * Source/cmake/OptionsGTK.cmake:
4608 * Source/cmake/OptionsMac.cmake:
4609 * Source/cmake/WebKitFeatures.cmake:
4610 * Source/cmakeconfig.h.cmake:
4612 2015-01-10 Dan Bernstein <mitz@apple.com>
4614 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
4615 https://bugs.webkit.org/show_bug.cgi?id=140339
4617 Reviewed by Mark Rowe.