| 2018-01-18 Dan Bernstein <mitz@apple.com> |
| |
| [Xcode] Shared schemes in the WebKit workspace still have build pre-actions that invoke copy-webkitlibraries-to-product-directory |
| https://bugs.webkit.org/show_bug.cgi?id=181784 |
| |
| Reviewed by Anders Carlsson. |
| |
| * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Remove the build pre-action. |
| * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Ditto. |
| |
| 2018-01-17 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| WEBKIT_FRAMEWORK should not modify file-global include directories |
| https://bugs.webkit.org/show_bug.cgi?id=181656 |
| |
| Reviewed by Konstantin Tokarev. |
| |
| Only modify the system include directories of the target passed to WEBKIT_FRAMEWORK. |
| |
| * Source/cmake/WebKitMacros.cmake: |
| |
| 2018-01-17 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.6 release. |
| |
| * Source/cmake/OptionsGTK.cmake: Bump version numbers. |
| |
| 2018-01-15 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| REGRESSION(r226266): [GTK] RELEASE_ASSERT(reservedZoneSize >= minimumReservedZoneSize) in JSC::VM::updateStackLimits |
| https://bugs.webkit.org/show_bug.cgi?id=181438 |
| <rdar://problem/36376724> |
| |
| Reviewed by Carlos Garcia Campos. |
| |
| Build JSC as a shared library. |
| |
| Stop using -fvisibility=hidden. This is a shame, but it is causing problems that I don't |
| know how to fix. |
| |
| * Source/cmake/OptionsGTK.cmake: |
| * Source/cmake/WebKitCompilerFlags.cmake: |
| |
| 2018-01-11 Keith Miller <keith_miller@apple.com> |
| |
| Rename ENABLE_ASYNC_ITERATION to ENABLE_JS_ASYNC_ITERATION |
| https://bugs.webkit.org/show_bug.cgi?id=181573 |
| |
| Reviewed by Simon Fraser. |
| |
| * Source/cmake/WebKitFeatures.cmake: |
| |
| 2018-01-10 Per Arne Vollan <pvollan@apple.com> |
| |
| [Win] WebKitLegacy should be a dll, not a static library. |
| https://bugs.webkit.org/show_bug.cgi?id=181500 |
| |
| Reviewed by Alex Christensen. |
| |
| Set WebKitLegacy library type to shared. |
| |
| * Source/cmake/OptionsWin.cmake: |
| |
| 2018-01-09 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.5 release. |
| |
| * Source/cmake/OptionsGTK.cmake: Bump version numbers. |
| |
| 2018-01-09 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.4 release. |
| |
| * Source/cmake/OptionsGTK.cmake: Bump version numbers. |
| |
| 2018-01-05 Fujii Hironori <Hironori.Fujii@sony.com> |
| |
| REGRESSION(r226306)[Win][CMake] Unnecessary recompilations triggered by unconditionally copied header files of DerivedSources |
| https://bugs.webkit.org/show_bug.cgi?id=181324 |
| |
| Reviewed by Konstantin Tokarev. |
| |
| r226306 changed to use cmake -E copy to copy header files of |
| DerivedSources. This command copies files unconditionally, then |
| introduced unnecessary recompilations. |
| |
| * Source/cmake/WebKitMacros.cmake: Use copy_if_different instead of copy. |
| |
| 2018-01-03 Ting-Wei Lan <lantw44@gmail.com> |
| |
| Replace hard-coded paths in shebangs with #!/usr/bin/env |
| https://bugs.webkit.org/show_bug.cgi?id=181040 |
| |
| Reviewed by Alex Christensen. |
| |
| * Source/cmake/tools/scripts/auto-version.pl: |
| * Source/cmake/tools/scripts/feature-defines.pl: |
| * Source/cmake/tools/scripts/version-stamp.pl: |
| |
| == Rolled over to ChangeLog-2018-01-01 == |