don.olmstead@sony.com | 73adae3 | 2019-05-21 13:10:52 +0000 | [diff] [blame] | 1 | 2019-05-21 Don Olmstead <don.olmstead@sony.com> |
| 2 | |
| 3 | [WinCairo] Build WebDriver |
| 4 | https://bugs.webkit.org/show_bug.cgi?id=198056 |
| 5 | |
| 6 | Reviewed by Carlos Garcia Campos. |
| 7 | |
| 8 | Add ENABLE_WEBDRIVER as an experimental feature for WinCairo. |
| 9 | |
| 10 | * Source/cmake/OptionsWin.cmake: |
| 11 | |
carlosgc@webkit.org | fdfb04c | 2019-05-21 12:45:08 +0000 | [diff] [blame] | 12 | 2019-05-21 Carlos Garcia Campos <cgarcia@igalia.com> |
| 13 | |
| 14 | [WPE] Add initial accessibility support using ATK |
| 15 | https://bugs.webkit.org/show_bug.cgi?id=197413 |
| 16 | |
| 17 | Reviewed by Michael Catanzaro. |
| 18 | |
| 19 | Add ENABLE_ACCESSIBILITY public option to WPE. |
| 20 | |
| 21 | * Source/cmake/OptionsGTK.cmake: |
| 22 | * Source/cmake/OptionsWPE.cmake: |
| 23 | |
ross.kirsling@sony.com | 98695d1 | 2019-05-20 21:17:02 +0000 | [diff] [blame] | 24 | 2019-05-20 Ross Kirsling <ross.kirsling@sony.com> |
| 25 | |
| 26 | [WinCairo] Implement Remote Web Inspector Client. |
| 27 | https://bugs.webkit.org/show_bug.cgi?id=197434 |
| 28 | |
| 29 | Reviewed by Don Olmstead. |
| 30 | |
| 31 | * Source/cmake/OptionsWin.cmake: |
| 32 | * Source/cmake/OptionsWinCairo.cmake: |
| 33 | |
don.olmstead@sony.com | bfa6360 | 2019-05-18 02:38:38 +0000 | [diff] [blame] | 34 | 2019-05-17 Don Olmstead <don.olmstead@sony.com> |
| 35 | |
| 36 | [CMake] Use builtin FindICU |
| 37 | https://bugs.webkit.org/show_bug.cgi?id=197934 |
| 38 | |
| 39 | Reviewed by Michael Catanzaro. |
| 40 | |
| 41 | Update CMake minimum required to 3.7. 3.7 has a FindICU module so the WebKit one |
| 42 | is removed. For non-Apple ports this just requires adding individual components of |
| 43 | ICU to find_package(ICU). For Apple ports the module does not work so the targets |
| 44 | created in FindICU are mirrored in target/icu.cmake. |
| 45 | |
| 46 | * CMakeLists.txt: |
| 47 | * Source/cmake/FindICU.cmake: Removed. |
| 48 | * Source/cmake/OptionsAppleWin.cmake: |
| 49 | * Source/cmake/OptionsGTK.cmake: |
| 50 | * Source/cmake/OptionsJSCOnly.cmake: |
| 51 | * Source/cmake/OptionsMac.cmake: |
| 52 | * Source/cmake/OptionsPlayStation.cmake: |
| 53 | * Source/cmake/OptionsWPE.cmake: |
| 54 | * Source/cmake/OptionsWin.cmake: |
| 55 | * Source/cmake/OptionsWinCairo.cmake: |
| 56 | * Source/cmake/target/icu.cmake: Added. |
| 57 | |
commit-queue@webkit.org | 87fb36f | 2019-05-09 10:43:43 +0000 | [diff] [blame] | 58 | 2019-05-09 Xan López <xan@igalia.com> |
| 59 | |
| 60 | [CMake] Detect SSE2 at compile time |
| 61 | https://bugs.webkit.org/show_bug.cgi?id=196488 |
| 62 | |
| 63 | Reviewed by Carlos Garcia Campos. |
| 64 | |
| 65 | * Source/cmake/DetectSSE2.cmake: Added. |
| 66 | * Source/cmake/WebKitCompilerFlags.cmake: Detect SSE2 support and |
| 67 | add SSE2 to the global compiler flags. |
| 68 | |
don.olmstead@sony.com | 8552e5f | 2019-05-09 00:32:53 +0000 | [diff] [blame] | 69 | 2019-05-08 Don Olmstead <don.olmstead@sony.com> |
| 70 | |
| 71 | [PlayStation] Update port options |
| 72 | https://bugs.webkit.org/show_bug.cgi?id=197723 |
| 73 | |
| 74 | Reviewed by Ross Kirsling. |
| 75 | |
| 76 | Update the options used. |
| 77 | |
| 78 | * Source/cmake/OptionsPlayStation.cmake: |
| 79 | |
ross.kirsling@sony.com | 606e1ae | 2019-05-09 00:15:04 +0000 | [diff] [blame] | 80 | 2019-05-08 Ross Kirsling <ross.kirsling@sony.com> |
| 81 | |
| 82 | Add .vs and .vscode directories to .gitignore. |
| 83 | https://bugs.webkit.org/show_bug.cgi?id=197727 |
| 84 | |
| 85 | Reviewed by Don Olmstead. |
| 86 | |
| 87 | * .gitignore: |
| 88 | |
krollin@apple.com | 2c6d745 | 2019-05-07 21:38:27 +0000 | [diff] [blame] | 89 | 2019-05-07 Keith Rollin <krollin@apple.com> |
| 90 | |
| 91 | Add option to build-webkit to control whether or not XCBuild is used |
| 92 | https://bugs.webkit.org/show_bug.cgi?id=197668 |
| 93 | <rdar://problem/50549728> |
| 94 | |
| 95 | Reviewed by Tim Horton. |
| 96 | |
| 97 | Add --[no-]xcbuild to build-webkit to force the use of XCBuild or not. |
| 98 | Also update build-webkit and the makefiles with the foundation for |
| 99 | automatically using XCBuild when the conditions allow it. This latter |
| 100 | facility is currently turned off until Xcode fully supports building |
| 101 | WebKit with XCBuild. |
| 102 | |
| 103 | * Makefile.shared: |
| 104 | |
chris.reid@sony.com | 5c92ec1 | 2019-05-06 07:54:28 +0000 | [diff] [blame] | 105 | 2019-05-06 Christopher Reid <chris.reid@sony.com> |
| 106 | |
| 107 | [CMake] fuse-ld should also be set in module linker flags |
| 108 | https://bugs.webkit.org/show_bug.cgi?id=197583 |
| 109 | |
| 110 | Reviewed by Michael Catanzaro. |
| 111 | |
| 112 | Add fuse-ld to CMAKE_MODULE_LINKER_FLAGS. |
| 113 | |
| 114 | * Source/cmake/OptionsCommon.cmake: |
| 115 | |
Basuke.Suzuki@sony.com | 6804769 | 2019-05-03 21:03:34 +0000 | [diff] [blame] | 116 | 2019-05-03 Basuke Suzuki <Basuke.Suzuki@sony.com> |
| 117 | |
| 118 | [WinCairo] Implement and enable RemoteInspector Server. |
| 119 | https://bugs.webkit.org/show_bug.cgi?id=197432 |
| 120 | |
| 121 | Reviewed by Ross Kirsling. |
| 122 | |
| 123 | Add new build flag USE_INSPECTOR_SOCKET_SERVER to indicate using Socket implementation for RemoteInspector |
| 124 | protocol. Currently PlayStation is the only platform which uses this. WinCairo is the second one. |
| 125 | |
| 126 | * Source/cmake/OptionsPlayStation.cmake: |
| 127 | * Source/cmake/OptionsWin.cmake: |
| 128 | * Source/cmake/OptionsWinCairo.cmake: |
| 129 | |
commit-queue@webkit.org | d168811 | 2019-05-03 14:32:23 +0000 | [diff] [blame] | 130 | 2019-05-03 Commit Queue <commit-queue@webkit.org> |
| 131 | |
| 132 | Unreviewed, rolling out r244881. |
| 133 | https://bugs.webkit.org/show_bug.cgi?id=197559 |
| 134 | |
| 135 | Breaks compilation of jsconly on linux, breaking compilation |
| 136 | for jsc-i386-ews, jsc-mips-ews and jsc-armv7-ews (Requested by |
| 137 | guijemont on #webkit). |
| 138 | |
| 139 | Reverted changeset: |
| 140 | |
| 141 | "[CMake] Refactor WEBKIT_MAKE_FORWARDING_HEADERS into |
| 142 | WEBKIT_COPY_FILES" |
| 143 | https://bugs.webkit.org/show_bug.cgi?id=197174 |
| 144 | https://trac.webkit.org/changeset/244881 |
| 145 | |
chris.reid@sony.com | 0f616ac | 2019-05-02 23:39:35 +0000 | [diff] [blame] | 146 | 2019-05-02 Christopher Reid <chris.reid@sony.com> |
| 147 | |
| 148 | [CMake] Add support for LTO builds |
| 149 | https://bugs.webkit.org/show_bug.cgi?id=188986 |
| 150 | |
| 151 | Reviewed by Don Olmstead. |
| 152 | |
| 153 | Add LTO_MODE cmake variable to enable flto in clang builds. |
| 154 | Add support to use ld.lld to build with LTO. |
| 155 | |
| 156 | * Source/cmake/OptionsCommon.cmake: |
| 157 | * Source/cmake/WebKitCompilerFlags.cmake: |
| 158 | |
don.olmstead@sony.com | 26526b2 | 2019-05-02 20:37:41 +0000 | [diff] [blame] | 159 | 2019-05-02 Don Olmstead <don.olmstead@sony.com> |
| 160 | |
| 161 | [CMake] Refactor WEBKIT_MAKE_FORWARDING_HEADERS into WEBKIT_COPY_FILES |
| 162 | https://bugs.webkit.org/show_bug.cgi?id=197174 |
| 163 | |
| 164 | Reviewed by Alex Christensen. |
| 165 | |
| 166 | Replace WEBKIT_MAKE_FORWARDING_HEADERS with WEBKIT_COPY_FILES which is a general |
| 167 | purpose macro that copies files to a destination. WEBKIT_COPY_FILES removes the |
| 168 | requirement of a target being passed in so there is no longer any implicit dependency |
| 169 | between the target and the copying. Instead the dependencies need to be explicit. |
| 170 | |
| 171 | This opens the macro up for use by third party libraries and for copying other files |
| 172 | to a destination. |
| 173 | |
| 174 | * Source/cmake/WebKitMacros.cmake: |
| 175 | |
stephan.szabo@sony.com | 276e5d1 | 2019-05-02 00:09:50 +0000 | [diff] [blame] | 176 | 2019-05-01 Stephan Szabo <stephan.szabo@sony.com> |
| 177 | |
| 178 | [PlayStation] Update port for WEBKIT_EXECUTABLE changes |
| 179 | https://bugs.webkit.org/show_bug.cgi?id=197483 |
| 180 | |
| 181 | Reviewed by Don Olmstead. |
| 182 | |
| 183 | * Source/cmake/OptionsPlayStation.cmake: |
| 184 | Update wrapping for configuring executables' playstation |
| 185 | specific data to new WEBKIT_EXECUTABLE macro. |
| 186 | |
carlosgc@webkit.org | 9e07f02 | 2019-04-30 09:06:23 +0000 | [diff] [blame] | 187 | 2019-04-30 Carlos Garcia Campos <cgarcia@igalia.com> |
| 188 | |
| 189 | [GTK] Support prefers-color-scheme media query |
| 190 | https://bugs.webkit.org/show_bug.cgi?id=196685 |
| 191 | |
| 192 | Reviewed by Michael Catanzaro. |
| 193 | |
| 194 | Enable DARK_MODE_CSS. Supported color schemes feature is not supported for now. I'm not sure we will be able to |
| 195 | suport it, because it requires to change the theme too many times, which is very slow in GTK. |
| 196 | |
| 197 | * Source/cmake/OptionsGTK.cmake: |
| 198 | |
don.olmstead@sony.com | 739f672 | 2019-04-29 19:36:21 +0000 | [diff] [blame] | 199 | 2019-04-29 Don Olmstead <don.olmstead@sony.com> |
| 200 | |
| 201 | [CMake] Add WEBKIT_EXECUTABLE macro |
| 202 | https://bugs.webkit.org/show_bug.cgi?id=197206 |
| 203 | |
| 204 | Unreviewed build fix. |
| 205 | |
| 206 | Calls to add_dependencies were not happening. |
| 207 | |
| 208 | * Source/cmake/WebKitMacros.cmake: |
| 209 | |
Basuke.Suzuki@sony.com | ed03515 | 2019-04-29 18:18:54 +0000 | [diff] [blame] | 210 | 2019-04-29 Basuke Suzuki <Basuke.Suzuki@sony.com> |
| 211 | |
| 212 | [Win] Add flag to enable version information stamping and disable by default. |
| 213 | https://bugs.webkit.org/show_bug.cgi?id=197249 |
| 214 | <rdar://problem/50224412> |
| 215 | |
| 216 | Reviewed by Ross Kirsling. |
| 217 | |
| 218 | This feature is only used in AppleWin port. Add flag for this task and make it OFF by default. |
| 219 | Then enable it by default on AppleWin. |
| 220 | |
| 221 | * Source/cmake/OptionsWin.cmake: |
| 222 | |
aestes@apple.com | cfdf7ed | 2019-04-28 19:28:09 +0000 | [diff] [blame] | 223 | 2019-04-28 Andy Estes <aestes@apple.com> |
| 224 | |
| 225 | Fix the watchOS engineering build. |
| 226 | |
| 227 | * Source/Makefile: Moved libwebrtc logic into Source/ThirdParty/Makefile. |
| 228 | |
don.olmstead@sony.com | 654cf1e | 2019-04-27 00:06:38 +0000 | [diff] [blame] | 229 | 2019-04-26 Don Olmstead <don.olmstead@sony.com> |
| 230 | |
| 231 | [CMake] Add WEBKIT_EXECUTABLE macro |
| 232 | https://bugs.webkit.org/show_bug.cgi?id=197206 |
| 233 | |
| 234 | Reviewed by Konstantin Tokarev. |
| 235 | |
| 236 | Add WEBKIT_EXECUTABLE macro for creating executable targets. This wraps the creation of |
| 237 | executable targets using the same conventions of WEBKIT_FRAMEWORK. |
| 238 | |
| 239 | Common code from the two macros were moved to WEBKIT_TARGET which is meant as an internal |
| 240 | macro. |
| 241 | |
| 242 | Add WEBKIT_WRAP_EXECUTABLE macro to support Windows targets which use a DLLLauncherMain to |
| 243 | launch the executable. |
| 244 | |
| 245 | * Source/cmake/WebKitMacros.cmake: |
| 246 | |
Hironori.Fujii@sony.com | 610d9e4 | 2019-04-26 03:46:43 +0000 | [diff] [blame] | 247 | 2019-04-25 Fujii Hironori <Hironori.Fujii@sony.com> |
| 248 | |
| 249 | Unreviewed, rolling out r244669. |
| 250 | |
| 251 | Windows ports can't clean build. |
| 252 | |
| 253 | Reverted changeset: |
| 254 | |
| 255 | "[Win] Add flag to enable version information stamping and |
| 256 | disable by default." |
| 257 | https://bugs.webkit.org/show_bug.cgi?id=197249 |
| 258 | https://trac.webkit.org/changeset/244669 |
| 259 | |
Basuke.Suzuki@sony.com | 447d8b9 | 2019-04-25 23:08:09 +0000 | [diff] [blame] | 260 | 2019-04-25 Basuke Suzuki <Basuke.Suzuki@sony.com> |
| 261 | |
| 262 | [Win] Add flag to enable version information stamping and disable by default. |
| 263 | https://bugs.webkit.org/show_bug.cgi?id=197249 |
| 264 | |
| 265 | Reviewed by Ross Kirsling. |
| 266 | |
| 267 | This feature is only used in AppleWin port. Add flag for this task and make it OFF by default. |
| 268 | Then enable it by default on AppleWin. |
| 269 | |
| 270 | * Source/cmake/OptionsWin.cmake: |
| 271 | |
achristensen@apple.com | 131905a | 2019-04-25 17:41:29 +0000 | [diff] [blame] | 272 | 2019-04-25 Alex Christensen <achristensen@webkit.org> |
| 273 | |
| 274 | Start using C++17 |
| 275 | https://bugs.webkit.org/show_bug.cgi?id=197131 |
| 276 | |
| 277 | Reviewed by Darin Adler. |
| 278 | |
| 279 | * Source/cmake/OptionsMSVC.cmake: |
| 280 | * Source/cmake/WebKitCompilerFlags.cmake: |
| 281 | |
carlosgc@webkit.org | 1b3ead9 | 2019-04-25 05:51:01 +0000 | [diff] [blame] | 282 | 2019-04-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 283 | |
| 284 | [GTK] Hardcoded text color in input fields |
| 285 | https://bugs.webkit.org/show_bug.cgi?id=126907 |
| 286 | |
| 287 | Reviewed by Michael Catanzaro. |
| 288 | |
| 289 | Set and expose to build HAVE_OS_DARK_MODE_SUPPORT=1. |
| 290 | |
| 291 | * Source/cmake/OptionsGTK.cmake: |
| 292 | |
don.olmstead@sony.com | 8c3d91f | 2019-04-23 15:55:00 +0000 | [diff] [blame] | 293 | 2019-04-23 Don Olmstead <don.olmstead@sony.com> |
| 294 | |
| 295 | [CMake][Win] Use target oriented design for WebKit |
| 296 | https://bugs.webkit.org/show_bug.cgi?id=197173 |
| 297 | |
| 298 | Reviewed by Alex Christensen. |
| 299 | |
| 300 | Override WebKit_DERIVED_SOUCES_DIR within WinCairo in support of a target |
| 301 | oriented design. |
| 302 | |
| 303 | * Source/cmake/OptionsWinCairo.cmake: |
| 304 | |
don.olmstead@sony.com | 97c025a | 2019-04-20 19:00:15 +0000 | [diff] [blame] | 305 | 2019-04-20 Don Olmstead <don.olmstead@sony.com> |
| 306 | |
| 307 | [CMake][Win] Use target oriented design for WebKitLegacy |
| 308 | https://bugs.webkit.org/show_bug.cgi?id=197112 |
| 309 | |
| 310 | Reviewed by Konstantin Tokarev. |
| 311 | |
| 312 | Override WebKitLegacy_DERIVED_SOURCES_DIR within WinCairo in support of a target |
| 313 | oriented design. |
| 314 | |
| 315 | * Source/cmake/OptionsWinCairo.cmake: |
| 316 | |
ross.kirsling@sony.com | 8d12fd9 | 2019-04-19 03:28:35 +0000 | [diff] [blame] | 317 | 2019-04-18 Ross Kirsling <ross.kirsling@sony.com> |
| 318 | |
| 319 | [WinCairo] Non-unified build fails to link Tools |
| 320 | https://bugs.webkit.org/show_bug.cgi?id=196866 |
| 321 | |
| 322 | Reviewed by Fujii Hironori. |
| 323 | |
| 324 | * Source/cmake/OptionsWin.cmake: |
| 325 | Build WebCore as an object library when unified builds are disabled |
| 326 | (and we haven't explicitly asked to build it as a shared library). |
| 327 | This is necessary for two reasons: |
| 328 | - Non-unified WebCore.lib is too large for the MSVC linker to create (>4GB). |
| 329 | - Some WebCore object files are not actually used, but DumpRenderTree and TestRunnerInjectedBundle |
| 330 | still expect that their symbols will be re-exported via WebKit[Legacy]. |
| 331 | |
jer.noble@apple.com | f94a3e8 | 2019-04-17 19:50:10 +0000 | [diff] [blame] | 332 | 2019-04-17 Jer Noble <jer.noble@apple.com> |
| 333 | |
| 334 | Automatically use ccache when available for Makefile builds |
| 335 | https://bugs.webkit.org/show_bug.cgi?id=197020 |
| 336 | |
| 337 | Reviewed by Alex Christensen. |
| 338 | |
| 339 | * Makefile.shared: |
| 340 | |
don.olmstead@sony.com | 8db7005 | 2019-04-16 18:51:29 +0000 | [diff] [blame] | 341 | 2019-04-16 Don Olmstead <don.olmstead@sony.com> |
| 342 | |
| 343 | [CMake] Set WTF_SCRIPTS_DIR |
| 344 | https://bugs.webkit.org/show_bug.cgi?id=196917 |
| 345 | |
| 346 | Reviewed by Konstantin Tokarev. |
| 347 | |
| 348 | Define WTF_SCRIPTS_DIR in WebKitFS.cmake and use that within the WEBKIT_COMPUTE_SOURCES |
| 349 | macro. This allows it to be overridden by a port such as the AppleWin internal build. |
| 350 | |
| 351 | * Source/cmake/OptionsAppleWin.cmake: |
| 352 | * Source/cmake/OptionsWinCairo.cmake: |
| 353 | * Source/cmake/WebKitFS.cmake: |
| 354 | * Source/cmake/WebKitMacros.cmake: |
| 355 | |
don.olmstead@sony.com | b796528 | 2019-04-15 21:46:36 +0000 | [diff] [blame] | 356 | 2019-04-15 Don Olmstead <don.olmstead@sony.com> |
| 357 | |
| 358 | [CMake] WebCore derived sources should only be referenced inside WebCore |
| 359 | https://bugs.webkit.org/show_bug.cgi?id=196904 |
| 360 | |
| 361 | Reviewed by Konstantin Tokarev. |
| 362 | |
| 363 | Override WebCore_DERIVED_SOURCES_DIR for WinCairo. |
| 364 | |
| 365 | * Source/cmake/OptionsWinCairo.cmake: |
| 366 | |
don.olmstead@sony.com | f99ffc2 | 2019-04-14 13:50:01 +0000 | [diff] [blame] | 367 | 2019-04-14 Don Olmstead <don.olmstead@sony.com> |
| 368 | |
| 369 | [CMake] JavaScriptCore derived sources should only be referenced inside JavaScriptCore |
| 370 | https://bugs.webkit.org/show_bug.cgi?id=196742 |
| 371 | |
| 372 | Reviewed by Konstantin Tokarev. |
| 373 | |
| 374 | Migrate to using JavaScriptCore_DERIVED_SOURCES_DIR instead of DERIVED_SOURCES_JAVASCRIPTCORE_DIR |
| 375 | to support moving the JavaScriptCore derived sources outside of a shared directory. |
| 376 | This is in support of the target oriented design refactoring. |
| 377 | |
| 378 | WinCairo is explicitly overriding the value as a canary for this setup. |
| 379 | |
| 380 | Also move JavaScriptCore_SCRIPTS_DIR to WebKitFS to remove logic setting it in other projects. |
| 381 | |
| 382 | * Source/PlatformWin.cmake: |
| 383 | * Source/cmake/OptionsAppleWin.cmake: |
| 384 | * Source/cmake/OptionsWinCairo.cmake: |
| 385 | * Source/cmake/WebKitFS.cmake: |
| 386 | |
mcatanzaro@igalia.com | 5048338 | 2019-04-10 18:27:25 +0000 | [diff] [blame] | 387 | 2019-04-10 Michael Catanzaro <mcatanzaro@igalia.com> |
| 388 | |
| 389 | Unreviewed, rolling out r243989. |
| 390 | |
| 391 | Broke i686 builds |
| 392 | |
| 393 | Reverted changeset: |
| 394 | |
| 395 | "[CMake] Detect SSE2 at compile time" |
| 396 | https://bugs.webkit.org/show_bug.cgi?id=196488 |
| 397 | https://trac.webkit.org/changeset/243989 |
| 398 | |
don.olmstead@sony.com | f941f47 | 2019-04-09 16:57:22 +0000 | [diff] [blame] | 399 | 2019-04-09 Don Olmstead <don.olmstead@sony.com> |
| 400 | |
don.olmstead@sony.com | dd270cc | 2019-04-10 01:28:33 +0000 | [diff] [blame] | 401 | [CMake] WEBKIT_COMPUTE_SOURCES should use the target's derived sources directory |
| 402 | https://bugs.webkit.org/show_bug.cgi?id=196741 |
| 403 | |
| 404 | Reviewed by Michael Catanzaro. |
| 405 | |
| 406 | WEBKIT_COMPUTE_SOURCES is using ${DERIVED_SOURCES_DIR} directly. Instead it should |
| 407 | rely on the directory specified by the target. |
| 408 | |
| 409 | * Source/cmake/WebKitFS.cmake: |
| 410 | Add variables that can be expanded within CMake to the derived sources directory for |
| 411 | a target. |
| 412 | |
| 413 | * Source/cmake/WebKitMacros.cmake: |
| 414 | Use variable expansion rather than ${DERIVED_SOURCES_DIR} to determine the target's |
| 415 | derived sources directory. |
| 416 | |
| 417 | 2019-04-09 Don Olmstead <don.olmstead@sony.com> |
| 418 | |
don.olmstead@sony.com | 20fbd3d | 2019-04-09 19:32:08 +0000 | [diff] [blame] | 419 | [CMake] WTF derived sources should only be referenced inside WTF |
| 420 | https://bugs.webkit.org/show_bug.cgi?id=196706 |
| 421 | |
| 422 | Reviewed by Konstantin Tokarev. |
| 423 | |
| 424 | * Source/cmake/OptionsWinCairo.cmake: |
| 425 | * Source/cmake/WebKitFS.cmake: |
| 426 | |
| 427 | 2019-04-09 Don Olmstead <don.olmstead@sony.com> |
| 428 | |
don.olmstead@sony.com | f941f47 | 2019-04-09 16:57:22 +0000 | [diff] [blame] | 429 | [CMake] Apple builds should use ICU_INCLUDE_DIRS |
| 430 | https://bugs.webkit.org/show_bug.cgi?id=196720 |
| 431 | |
| 432 | Reviewed by Konstantin Tokarev. |
| 433 | |
| 434 | The Apple platform is using ${DERIVED_SOURCES_WTF_DIR} for hosting the ICU headers. |
| 435 | Instead it should stage the headers into ${ICU_INCLUDE_DIRS} so no special handling |
| 436 | is needed. |
| 437 | |
| 438 | * Source/cmake/OptionsJSCOnly.cmake: |
| 439 | * Source/cmake/OptionsMac.cmake: |
| 440 | |
don.olmstead@sony.com | f33551b | 2019-04-09 01:38:50 +0000 | [diff] [blame] | 441 | 2019-04-08 Don Olmstead <don.olmstead@sony.com> |
| 442 | |
| 443 | [CMake][WinCairo] Separate copied headers into different directories |
| 444 | https://bugs.webkit.org/show_bug.cgi?id=196655 |
| 445 | |
| 446 | Reviewed by Michael Catanzaro. |
| 447 | |
| 448 | Add variables for the paths to copied framework headers. This is done to be |
| 449 | explicit rather than relying on ${FORWARDING_HEADERS_DIR}. |
| 450 | |
| 451 | Currently all ports but WinCairo will default to ${FORWARDING_HEADERS_DIR}. |
| 452 | WinCairo overrides them to provide a directory structure that looks more |
| 453 | like what happens in an XCode build. This is meant as an intermediate step |
| 454 | towards making all CMake ports behave like this. |
| 455 | |
| 456 | * Source/cmake/OptionsWinCairo.cmake: |
| 457 | * Source/cmake/WebKitFS.cmake: |
| 458 | * Source/cmake/WebKitMacros.cmake: |
| 459 | |
commit-queue@webkit.org | b85172c | 2019-04-08 10:16:22 +0000 | [diff] [blame] | 460 | 2019-04-08 Xan Lopez <xan@igalia.com> |
| 461 | |
| 462 | [CMake] Detect SSE2 at compile time |
| 463 | https://bugs.webkit.org/show_bug.cgi?id=196488 |
| 464 | |
| 465 | Reviewed by Carlos Garcia Campos. |
| 466 | |
| 467 | * CMakeLists.txt: Use FindSSE2.cmake to detect SSE2 support. |
| 468 | * Source/cmake/FindSSE2.cmake: Added. |
| 469 | |
commit-queue@webkit.org | 38f3d75 | 2019-04-05 15:35:32 +0000 | [diff] [blame] | 470 | 2019-04-05 Commit Queue <commit-queue@webkit.org> |
| 471 | |
| 472 | Unreviewed, rolling out r243833. |
| 473 | https://bugs.webkit.org/show_bug.cgi?id=196645 |
| 474 | |
| 475 | This change breaks build of WPE and GTK ports (Requested by |
| 476 | annulen on #webkit). |
| 477 | |
| 478 | Reverted changeset: |
| 479 | |
| 480 | "[CMake][WTF] Mirror XCode header directories" |
| 481 | https://bugs.webkit.org/show_bug.cgi?id=191662 |
| 482 | https://trac.webkit.org/changeset/243833 |
| 483 | |
don.olmstead@sony.com | 526d96d | 2019-04-03 23:08:44 +0000 | [diff] [blame] | 484 | 2019-04-03 Don Olmstead <don.olmstead@sony.com> |
| 485 | |
| 486 | [CMake][WTF] Mirror XCode header directories |
| 487 | https://bugs.webkit.org/show_bug.cgi?id=191662 |
| 488 | |
| 489 | Reviewed by Konstantin Tokarev. |
| 490 | |
| 491 | Add WTF_FRAMEWORK_HEADERS_DIR to place WTF headers into. Add frameworks/WTF.cmake |
| 492 | which creates an interface target which will populate dependencies for consumers. |
| 493 | This file is added here to support AppleWin internal builds which invoke CMake on |
| 494 | each directory. |
| 495 | |
| 496 | * Source/cmake/WebKitFS.cmake: |
| 497 | * Source/cmake/frameworks/WTF.cmake: Added. |
| 498 | |
mmaxfield@apple.com | 9ed268e | 2019-04-03 19:47:58 +0000 | [diff] [blame] | 499 | 2019-04-03 Myles C. Maxfield <mmaxfield@apple.com> |
| 500 | |
| 501 | Remove support for -apple-trailing-word |
| 502 | https://bugs.webkit.org/show_bug.cgi?id=196525 |
| 503 | |
| 504 | Reviewed by Zalan Bujtas. |
| 505 | |
| 506 | This CSS property is nonstandard and not used. |
| 507 | |
| 508 | * Source/cmake/WebKitFeatures.cmake: |
| 509 | |
Hironori.Fujii@sony.com | ae7d604 | 2019-04-02 16:33:02 +0000 | [diff] [blame] | 510 | 2019-04-02 Fujii Hironori <Hironori.Fujii@sony.com> |
| 511 | |
| 512 | [CMake] WEBKIT_MAKE_FORWARDING_HEADERS shouldn't use POST_BUILD to copy generated headers |
| 513 | https://bugs.webkit.org/show_bug.cgi?id=182757 |
| 514 | |
| 515 | Reviewed by Don Olmstead. |
| 516 | |
| 517 | Some generated headers need to be exported to its client modules. |
| 518 | Before this change, WEBKIT_MAKE_FORWARDING_HEADERS copies all *.h |
| 519 | files in the directory specified by DERIVED_SOURCE_DIRECTORIES |
| 520 | parameter. The copy operation was triggered by POST_BUILD event. |
| 521 | |
| 522 | This caused build dependency issues for Ninja builds. This change |
| 523 | remove the DERIVED_SOURCE_DIRECTORIES parameter. And list all |
| 524 | generated headers explicitly which need to be copied. |
| 525 | |
| 526 | * Source/cmake/WebKitMacros.cmake: Removed |
| 527 | DERIVED_SOURCE_DIRECTORIES parameter of |
| 528 | WEBKIT_MAKE_FORWARDING_HEADERS. Accept absolute paths for FILES |
| 529 | parameter. |
| 530 | |
Hironori.Fujii@sony.com | 8cfde4b | 2019-04-02 01:08:38 +0000 | [diff] [blame] | 531 | 2019-04-01 Fujii Hironori <Hironori.Fujii@sony.com> |
| 532 | |
| 533 | [CMake] Remove EXTRA_DIRECTORIES parameter of WEBKIT_MAKE_FORWARDING_HEADERS |
| 534 | https://bugs.webkit.org/show_bug.cgi?id=196436 |
| 535 | |
| 536 | Reviewed by Darin Adler. |
| 537 | |
| 538 | The parameter was only for WebCore/ForwardingHeaders which was |
| 539 | removed in Bug 182347. |
| 540 | |
| 541 | * Source/cmake/WebKitMacros.cmake: Remove unused EXTRA_DIRECTORIES parameter. |
| 542 | |
stephan.szabo@sony.com | e98951b | 2019-04-01 18:25:11 +0000 | [diff] [blame] | 543 | 2019-04-01 Stephan Szabo <stephan.szabo@sony.com> |
| 544 | |
| 545 | [PlayStation] Add initialization for JSC shell for PlayStation port |
| 546 | https://bugs.webkit.org/show_bug.cgi?id=195411 |
| 547 | |
| 548 | Reviewed by Ross Kirsling. |
| 549 | |
| 550 | Add functions for doing the automatic libc, floating point |
| 551 | initializations, signing of binaries and libraries and |
| 552 | wrapping of libc functions on PlayStation port. |
| 553 | |
| 554 | * Source/cmake/OptionsPlayStation.cmake: |
| 555 | |
mmaxfield@apple.com | 2387e41 | 2019-03-29 22:18:59 +0000 | [diff] [blame] | 556 | 2019-03-29 Myles C. Maxfield <mmaxfield@apple.com> |
| 557 | |
| 558 | Delete WebMetal implementation in favor of WebGPU |
| 559 | https://bugs.webkit.org/show_bug.cgi?id=195418 |
| 560 | |
| 561 | Reviewed by Dean Jackson. |
| 562 | |
| 563 | * Source/cmake/OptionsMac.cmake: |
| 564 | * Source/cmake/WebKitFeatures.cmake: |
| 565 | * Source/cmake/tools/vsprops/FeatureDefines.props: |
| 566 | * Source/cmake/tools/vsprops/FeatureDefinesCairo.props: |
| 567 | |
commit-queue@webkit.org | 3063400 | 2019-03-29 08:37:46 +0000 | [diff] [blame] | 568 | 2019-03-29 Cathie Chen <cathiechen@igalia.com> |
| 569 | |
| 570 | Implement ResizeObserver. |
| 571 | https://bugs.webkit.org/show_bug.cgi?id=157743 |
| 572 | |
| 573 | Reviewed by Simon Fraser. |
| 574 | |
| 575 | Add ENABLE_RESIZE_OBSERVER. |
| 576 | |
| 577 | * Source/cmake/WebKitFeatures.cmake: |
| 578 | |
aperez@igalia.com | e1fe84d | 2019-03-26 02:18:13 +0000 | [diff] [blame] | 579 | 2019-03-25 Adrian Perez de Castro <aperez@igalia.com> |
| 580 | |
| 581 | [WPE][GTK] Make building WebVR (w/OpenVR) not depend on ENABLE_EXPERIMENTAL_FEATURES |
| 582 | https://bugs.webkit.org/show_bug.cgi?id=196223 |
| 583 | |
| 584 | Reviewed by Michael Catanzaro. |
| 585 | |
| 586 | Disentangle USE_OPENVR from ENABLE_EXPERIMENTAL_FEATURES, making it |
| 587 | unneeded to include ThirdParty/openvr/ in release tarballs. |
| 588 | |
| 589 | * Source/cmake/OptionsGTK.cmake: Set USE_OPENVR to OFF by default, |
| 590 | instead of making it use the value of ENABLE_EXPERIMENTAL_FEATURES. |
| 591 | * Source/cmake/OptionsWPE.cmake: Ditto. |
| 592 | |
commit-queue@webkit.org | 6c2f735 | 2019-03-25 17:57:13 +0000 | [diff] [blame] | 593 | 2019-03-25 Xan López <xan@igalia.com> |
| 594 | |
| 595 | [WTF] Fix typo when forcing WTF_CPU_X86 |
| 596 | https://bugs.webkit.org/show_bug.cgi?id=196204 |
| 597 | |
| 598 | Reviewed by Michael Catanzaro. |
| 599 | |
| 600 | Fix a typo when setting the WTF_CPU variable for X86. |
| 601 | |
| 602 | * CMakeLists.txt: |
| 603 | |
carlosgc@webkit.org | 421ce14 | 2019-03-23 10:37:41 +0000 | [diff] [blame] | 604 | 2019-03-23 Carlos Garcia Campos <cgarcia@igalia.com> |
| 605 | |
| 606 | [GTK] Remove build time dependency on Geoclue2 |
| 607 | https://bugs.webkit.org/show_bug.cgi?id=195994 |
| 608 | |
| 609 | Reviewed by Michael Catanzaro. |
| 610 | |
| 611 | Remove USE_GEOCLUE build option. |
| 612 | |
| 613 | * Source/cmake/FindGeoClue2.cmake: Removed. |
| 614 | * Source/cmake/OptionsGTK.cmake: |
| 615 | |
carlosgc@webkit.org | 389b561 | 2019-03-21 10:10:35 +0000 | [diff] [blame] | 616 | 2019-03-21 Carlos Garcia Campos <cgarcia@igalia.com> |
| 617 | |
| 618 | [GTK][WPE] Add API to provide geolocation information |
| 619 | https://bugs.webkit.org/show_bug.cgi?id=195940 |
| 620 | |
| 621 | Reviewed by Michael Catanzaro. |
| 622 | |
| 623 | Build with geolocation enabled by default in both GTK and WPE. In GTK add a specific USE_GEOCLUE build option |
| 624 | instead of using ENABLE_GEOLOCATION. |
| 625 | |
| 626 | * Source/cmake/OptionsGTK.cmake: |
| 627 | * Source/cmake/OptionsWPE.cmake: |
| 628 | |
simon.fraser@apple.com | d08009e | 2019-03-21 03:48:35 +0000 | [diff] [blame] | 629 | 2019-03-20 Simon Fraser <simon.fraser@apple.com> |
| 630 | |
| 631 | Rename ENABLE_ACCELERATED_OVERFLOW_SCROLLING macro to ENABLE_OVERFLOW_SCROLLING_TOUCH |
| 632 | https://bugs.webkit.org/show_bug.cgi?id=196049 |
| 633 | |
| 634 | Reviewed by Tim Horton. |
| 635 | |
| 636 | This macro is about the -webkit-overflow-scrolling CSS property, not accelerated |
| 637 | overflow scrolling in general, so rename it. |
| 638 | |
| 639 | * Source/cmake/OptionsMac.cmake: |
| 640 | * Source/cmake/OptionsWin.cmake: |
| 641 | * Source/cmake/WebKitFeatures.cmake: |
| 642 | * Source/cmake/tools/vsprops/FeatureDefines.props: |
| 643 | * Source/cmake/tools/vsprops/FeatureDefinesCairo.props: |
| 644 | |
chris.reid@sony.com | 9a8f26a | 2019-03-19 23:34:03 +0000 | [diff] [blame] | 645 | 2019-03-19 Christopher Reid <chris.reid@sony.com> |
| 646 | |
| 647 | [CMake] Support more clang and gcc sanitizers |
| 648 | https://bugs.webkit.org/show_bug.cgi?id=195956 |
| 649 | |
| 650 | Reviewed by Michael Catanzaro. |
| 651 | |
| 652 | Add support to compile with undefined, thread, memory, and leak sanitizers in cmake. |
| 653 | Also add ubsan and asan support when compiling with clang-cl on WinCairo. |
| 654 | This changes ENABLE_ADDRESS_SANITIZER flag to a generic ENABLE_SANITIZERS |
| 655 | which takes a semicolon separated list of sanitizers to enable. |
| 656 | e.g. `-DENABLE_SANITIZERS=address;undefined` |
| 657 | |
| 658 | Building WinCairo with sanitizers enabled also needs CLANG_LIB_PATH set to the clang compiler runtime library folder. |
| 659 | e.g. pass `--cmakeargs="-DCLANG_LIB_PATH=\"C:\Program Files\LLVM\lib\clang\7.0.1\lib\windows\""` to build-webkit |
| 660 | |
| 661 | * Source/cmake/WebKitCompilerFlags.cmake: |
| 662 | |
aperez@igalia.com | c48f42b | 2019-03-18 11:02:38 +0000 | [diff] [blame] | 663 | 2019-03-18 Adrian Perez de Castro <aperez@igalia.com> |
| 664 | |
aperez@igalia.com | 7f7bee6 | 2019-03-18 16:53:56 +0000 | [diff] [blame] | 665 | [WPE] Bump public API to wpe-1.0 |
| 666 | https://bugs.webkit.org/show_bug.cgi?id=195887 |
| 667 | |
| 668 | Reviewed by Philippe Normand. |
| 669 | |
| 670 | * Source/cmake/OptionsWPE.cmake: Bump public API version to 1.0 |
| 671 | |
| 672 | 2019-03-18 Adrian Perez de Castro <aperez@igalia.com> |
| 673 | |
aperez@igalia.com | c48f42b | 2019-03-18 11:02:38 +0000 | [diff] [blame] | 674 | [WPE] Bump dependencies to wpe-1.0 and wpebackend-fdo-1.0 |
| 675 | https://bugs.webkit.org/show_bug.cgi?id=195786 |
| 676 | |
| 677 | Reviewed by Philippe Normand. |
| 678 | |
| 679 | * Source/cmake/FindWPE.cmake: Check for the wpe-1.0 pkg-config package. |
| 680 | |
commit-queue@webkit.org | 8306d97 | 2019-03-11 19:11:09 +0000 | [diff] [blame] | 681 | 2019-03-11 Xan Lopez <xan@igalia.com> |
| 682 | |
| 683 | [CMake] Build 32bit binaries on Linux/64bit when the --32-bit is passed to build-jsc |
| 684 | https://bugs.webkit.org/show_bug.cgi?id=194147 |
| 685 | |
| 686 | Reviewed by Michael Saboff. |
| 687 | |
| 688 | * CMakeLists.txt: set WTF_CPU properly if FORCE_32BIT is set in |
| 689 | build-jsc. |
| 690 | |
mcatanzaro@igalia.com | 98e8cc6 | 2019-03-11 16:47:21 +0000 | [diff] [blame] | 691 | 2019-03-11 Michael Catanzaro <mcatanzaro@igalia.com> |
| 692 | |
| 693 | [WPE] Enable web process sandbox |
| 694 | https://bugs.webkit.org/show_bug.cgi?id=195169 |
| 695 | |
| 696 | Reviewed by Daniel Bates. |
| 697 | |
| 698 | * Source/cmake/BubblewrapSandboxChecks.cmake: Added. |
| 699 | * Source/cmake/OptionsGTK.cmake: |
| 700 | * Source/cmake/OptionsWPE.cmake: |
| 701 | |
commit-queue@webkit.org | 9629219 | 2019-03-07 08:06:36 +0000 | [diff] [blame] | 702 | 2019-03-07 Commit Queue <commit-queue@webkit.org> |
| 703 | |
| 704 | Unreviewed, rolling out r242354. |
| 705 | https://bugs.webkit.org/show_bug.cgi?id=195402 |
| 706 | |
| 707 | breaks layout tests in all configurations (Requested by |
| 708 | zdobersek on #webkit). |
| 709 | |
| 710 | Reverted changeset: |
| 711 | |
| 712 | "[WPE] Enable web process sandbox" |
| 713 | https://bugs.webkit.org/show_bug.cgi?id=195169 |
| 714 | https://trac.webkit.org/changeset/242354 |
| 715 | |
ross.kirsling@sony.com | a08735b | 2019-03-07 07:31:57 +0000 | [diff] [blame] | 716 | 2019-03-06 Ross Kirsling <ross.kirsling@sony.com> |
| 717 | |
| 718 | [Win] Remove -DUCHAR_TYPE=wchar_t stopgap and learn to live with char16_t. |
| 719 | https://bugs.webkit.org/show_bug.cgi?id=195346 |
| 720 | |
| 721 | Reviewed by Fujii Hironori. |
| 722 | |
| 723 | * Source/cmake/OptionsJSCOnly.cmake: |
| 724 | * Source/cmake/OptionsWin.cmake: |
| 725 | Stop compiling with -DUCHAR_TYPE=wchar_t. |
| 726 | |
don.olmstead@sony.com | 18e6683 | 2019-03-06 19:52:57 +0000 | [diff] [blame] | 727 | 2019-03-06 Don Olmstead <don.olmstead@sony.com> |
| 728 | |
| 729 | [WinCairo] Enable additional experimental features |
| 730 | https://bugs.webkit.org/show_bug.cgi?id=195363 |
| 731 | |
| 732 | Reviewed by Ross Kirsling. |
| 733 | |
| 734 | Turn on ENABLE_APPLICATION_MANIFEST, ENABLE_FILTERS_LEVEL_2, ENABLE_CSS_PAINTING_API, |
| 735 | and ENABLE_VARIATION_FONTS. This will allow testing and development of these features |
| 736 | for Windows. |
| 737 | |
| 738 | * Source/cmake/OptionsWin.cmake: |
| 739 | |
don.olmstead@sony.com | 2c86486 | 2019-03-06 02:15:57 +0000 | [diff] [blame] | 740 | 2019-03-05 Don Olmstead <don.olmstead@sony.com> |
| 741 | |
| 742 | [WinCairo] Enable CSS Typed OM |
| 743 | https://bugs.webkit.org/show_bug.cgi?id=195340 |
| 744 | |
| 745 | Reviewed by Myles C. Maxfield. |
| 746 | |
| 747 | * Source/cmake/OptionsWin.cmake: |
| 748 | |
mcatanzaro@igalia.com | 7e8ee1a | 2019-03-04 15:25:43 +0000 | [diff] [blame] | 749 | 2019-03-04 Michael Catanzaro <mcatanzaro@igalia.com> |
| 750 | |
| 751 | [WPE] Enable web process sandbox |
| 752 | https://bugs.webkit.org/show_bug.cgi?id=195169 |
| 753 | |
| 754 | Reviewed by Daniel Bates. |
| 755 | |
| 756 | * Source/cmake/BubblewrapSandboxChecks.cmake: Added. |
| 757 | * Source/cmake/OptionsGTK.cmake: |
| 758 | * Source/cmake/OptionsWPE.cmake: |
| 759 | |
don.olmstead@sony.com | 47a7094 | 2019-03-01 19:58:30 +0000 | [diff] [blame] | 760 | 2019-03-01 Don Olmstead <don.olmstead@sony.com> |
| 761 | |
| 762 | [WinCairo] Enable service worker |
| 763 | https://bugs.webkit.org/show_bug.cgi?id=188318 |
| 764 | |
| 765 | Reviewed by Youenn Fablet. |
| 766 | |
| 767 | * Source/cmake/OptionsWin.cmake: |
| 768 | |
don.olmstead@sony.com | c6e7b70 | 2019-03-01 03:35:32 +0000 | [diff] [blame] | 769 | 2019-02-28 Don Olmstead <don.olmstead@sony.com> |
| 770 | |
| 771 | [WinCairo] Turn ENABLE_RESOURCE_LOAD_STATISTICS on |
| 772 | https://bugs.webkit.org/show_bug.cgi?id=194267 |
| 773 | |
| 774 | Reviewed by Brent Fulgham. |
| 775 | |
| 776 | * Source/cmake/OptionsWin.cmake: |
| 777 | |
commit-queue@webkit.org | 3154ac6 | 2019-02-28 18:28:01 +0000 | [diff] [blame] | 778 | 2019-02-28 Carlos Garcia Campos <cgarcia@igalia.com> |
| 779 | |
| 780 | [CoordinatedGraphics] Remove COORDINATED_GRAPHICS_THREADED option |
| 781 | https://bugs.webkit.org/show_bug.cgi?id=195159 |
| 782 | |
| 783 | Reviewed by Don Olmstead. |
| 784 | |
| 785 | * Source/cmake/OptionsGTK.cmake: |
| 786 | * Source/cmake/OptionsPlayStation.cmake: |
| 787 | * Source/cmake/OptionsWPE.cmake: |
| 788 | |
commit-queue@webkit.org | a8a8563 | 2019-02-27 04:19:27 +0000 | [diff] [blame] | 789 | 2019-02-26 Gabe Giosia <giosia@google.com> |
| 790 | |
| 791 | Incorrect formatting around command in Readme.md |
| 792 | https://bugs.webkit.org/show_bug.cgi?id=195061 |
| 793 | |
| 794 | Reviewed by Fujii Hironori. |
| 795 | |
| 796 | * ReadMe.md: removed stray period |
| 797 | |
dinfuehr@igalia.com | 78a08b4 | 2019-02-26 22:40:03 +0000 | [diff] [blame] | 798 | 2019-02-26 Dominik Infuehr <dinfuehr@igalia.com> |
| 799 | |
| 800 | Fix warnings on ARM and MIPS |
| 801 | https://bugs.webkit.org/show_bug.cgi?id=195049 |
| 802 | |
| 803 | Reviewed by Mark Lam. |
| 804 | |
| 805 | Disable warnings for changes to the ABI with GCC 7.1. |
| 806 | |
| 807 | * Source/cmake/WebKitCompilerFlags.cmake: |
| 808 | |
aperez@igalia.com | a8f847b | 2019-02-25 21:48:24 +0000 | [diff] [blame] | 809 | 2019-02-25 Adrian Perez de Castro <aperez@igalia.com> |
| 810 | |
| 811 | [WPE] Bump WPEBackend-fdo requirement to API version 1.0 |
| 812 | https://bugs.webkit.org/show_bug.cgi?id=195001 |
| 813 | |
| 814 | Reviewed by Carlos Garcia Campos. |
| 815 | |
| 816 | * Source/cmake/FindWPEBackend-fdo.cmake: Use WPEBackend-fdo-1.0. |
| 817 | * Source/cmake/OptionsWPE.cmake: Ditto. |
| 818 | |
magomez@igalia.com | 7bbb1e5 | 2019-02-25 09:20:01 +0000 | [diff] [blame] | 819 | 2019-02-25 Miguel Gomez <magomez@igalia.com> |
| 820 | |
| 821 | [WPE] Add support for holepunch using an external video player |
| 822 | https://bugs.webkit.org/show_bug.cgi?id=194899 |
| 823 | |
| 824 | Reviewed by Xabier Rodriguez-Calvar. |
| 825 | |
| 826 | Add EXTERNAL_HOLEPUNCH option to the WPE port. Add a manual test to check the |
| 827 | feature. Rename and update the test for GStreamer holepunch to avoid confusion. |
| 828 | |
| 829 | * ManualTests/wpe/video-player-holepunch-external.html: Added. |
| 830 | * ManualTests/wpe/video-player-holepunch-gstreamer.html: Renamed from ManualTests/wpe/video-player-holepunch.html. |
| 831 | * Source/cmake/OptionsWPE.cmake: |
| 832 | |
drousso@apple.com | a9d8300 | 2019-02-25 04:41:53 +0000 | [diff] [blame] | 833 | 2019-02-24 Devin Rousso <drousso@apple.com> |
| 834 | |
| 835 | Web Inspector: Change the InspectorOverlay to use native rather than canvas |
| 836 | https://bugs.webkit.org/show_bug.cgi?id=105023 |
| 837 | <rdar://problem/13443692> |
| 838 | |
| 839 | Reviewed by Brian Burg. |
| 840 | |
| 841 | * ManualTests/inspector/overlay-nodes.html: Added. |
| 842 | * ManualTests/inspector/overlay-rulers.html: Added. |
| 843 | |
aperez@igalia.com | 0641b33 | 2019-02-22 09:18:24 +0000 | [diff] [blame] | 844 | 2019-02-22 Adrian Perez de Castro <aperez@igalia.com> |
| 845 | |
| 846 | Unreviewed. Bump version numbers |
| 847 | |
| 848 | * Source/cmake/OptionsWPE.cmake: |
| 849 | |
carlosgc@webkit.org | c755a5c | 2019-02-22 07:32:29 +0000 | [diff] [blame] | 850 | 2019-02-21 Carlos Garcia Campos <cgarcia@igalia.com> |
| 851 | |
| 852 | Unreviewed. Bump version numbers |
| 853 | |
| 854 | * Source/cmake/OptionsGTK.cmake: |
| 855 | |
aperez@igalia.com | cbb0aa1 | 2019-02-21 17:08:07 +0000 | [diff] [blame] | 856 | 2019-02-21 Adrian Perez de Castro <aperez@igalia.com> |
| 857 | |
| 858 | [WPE] Do not hardcode WPEBackend-fdo library name for linking tests |
| 859 | https://bugs.webkit.org/show_bug.cgi?id=194901 |
| 860 | |
| 861 | Unreviewed build fix. |
| 862 | |
| 863 | * Source/cmake/FindWPEBackend-fdo.cmake: Use WPEBACKEND_FDO as prefix |
| 864 | for the output variables instead of WPEBackend-fdo, for consistency |
| 865 | with other usages of of find_package_handle_standard_args(). |
| 866 | |
aperez@igalia.com | 7b31941 | 2019-02-12 00:07:21 +0000 | [diff] [blame] | 867 | 2019-02-11 Adrian Perez de Castro <aperez@igalia.com> |
| 868 | |
| 869 | [GTK][WPE] Add content extensions support in WKTR and unskip layout tests |
| 870 | https://bugs.webkit.org/show_bug.cgi?id=193622 |
| 871 | |
| 872 | Reviewed by Michael Catanzaro. |
| 873 | |
| 874 | * Source/cmake/OptionsGTK.cmake: Enable CONTENT_EXTENSIONS by default. |
| 875 | * Source/cmake/OptionsWPE.cmake: Ditto. |
| 876 | * Source/cmake/WebKitFeatures.cmake: Add a private CONTENT_EXTENSIONS option. |
| 877 | |
magomez@igalia.com | d87e2aa | 2019-02-07 14:42:32 +0000 | [diff] [blame] | 878 | 2019-02-07 Miguel Gomez <magomez@igalia.com> |
| 879 | |
| 880 | [WPE] Implement GStreamer based holepunch |
| 881 | https://bugs.webkit.org/show_bug.cgi?id=193715 |
| 882 | |
| 883 | Reviewed by Xabier Rodriguez-Calvar. |
| 884 | |
| 885 | Add GSTREAMER_HOLEPUNCH option to the WPE port with a manual test to |
| 886 | check the feature. |
| 887 | |
| 888 | * ManualTests/wpe/video-player-holepunch.html: Added. |
| 889 | * Source/cmake/OptionsWPE.cmake: |
| 890 | |
carlosgc@webkit.org | fbc2d51 | 2019-02-01 14:35:08 +0000 | [diff] [blame] | 891 | 2019-02-01 Carlos Garcia Campos <cgarcia@igalia.com> |
| 892 | |
| 893 | [WPE] Enable font variations |
| 894 | https://bugs.webkit.org/show_bug.cgi?id=194148 |
| 895 | |
| 896 | Reviewed by Žan Doberšek. |
| 897 | |
| 898 | Enable variation fonts when required dependencies are available. |
| 899 | |
| 900 | * Source/cmake/OptionsWPE.cmake: |
| 901 | |
guijemont@igalia.com | 18f1816 | 2019-01-24 12:04:36 +0000 | [diff] [blame] | 902 | 2019-01-24 Guillaume Emont <guijemont@igalia.com> |
| 903 | |
| 904 | [JSC] Reenable baseline JIT on mips |
| 905 | https://bugs.webkit.org/show_bug.cgi?id=192983 |
| 906 | |
| 907 | Reviewed by Mark Lam. |
| 908 | |
| 909 | Use baseline JIT by default on MIPS. |
| 910 | |
| 911 | * Source/cmake/WebKitFeatures.cmake: |
| 912 | |
carlosgc@webkit.org | 8e95493 | 2019-01-24 10:02:33 +0000 | [diff] [blame] | 913 | 2019-01-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 914 | |
| 915 | [GTK][WPE] Support JPEG 2000 images |
| 916 | https://bugs.webkit.org/show_bug.cgi?id=186272 |
| 917 | |
| 918 | Reviewed by Žan Doberšek. |
| 919 | |
| 920 | Add USE_OPENJPEG build option. |
| 921 | |
| 922 | * Source/cmake/OptionsGTK.cmake: |
| 923 | * Source/cmake/OptionsWPE.cmake: |
| 924 | |
jer.noble@apple.com | c789475 | 2019-01-18 22:53:49 +0000 | [diff] [blame] | 925 | 2019-01-18 Jer Noble <jer.noble@apple.com> |
| 926 | |
| 927 | SDK_VARIANT build destinations should be separate from non-SDK_VARIANT builds |
| 928 | https://bugs.webkit.org/show_bug.cgi?id=189553 |
| 929 | |
| 930 | Reviewed by Tim Horton. |
| 931 | |
| 932 | * Makefile.shared: |
| 933 | |
philn@webkit.org | 94a40b4 | 2019-01-18 13:07:38 +0000 | [diff] [blame] | 934 | 2019-01-18 Philippe Normand <pnormand@igalia.com> |
| 935 | |
| 936 | [WPE] Add Qt extension |
| 937 | https://bugs.webkit.org/show_bug.cgi?id=191464 |
| 938 | |
| 939 | Reviewed by Carlos Garcia Campos. |
| 940 | |
| 941 | * Source/cmake/OptionsWPE.cmake: Add ENABLE_WPE_QT_API CMake option. Disabled by default. |
| 942 | |
tsavell@apple.com | e019d86 | 2019-01-18 00:43:25 +0000 | [diff] [blame] | 943 | 2019-01-17 Truitt Savell <tsavell@apple.com> |
| 944 | |
| 945 | Unreviewed, rolling out r240124. |
| 946 | |
| 947 | This commit broke an internal build. |
| 948 | |
| 949 | Reverted changeset: |
| 950 | |
| 951 | "SDK_VARIANT build destinations should be separate from non- |
| 952 | SDK_VARIANT builds" |
| 953 | https://bugs.webkit.org/show_bug.cgi?id=189553 |
| 954 | https://trac.webkit.org/changeset/240124 |
| 955 | |
jer.noble@apple.com | fd90548 | 2019-01-17 20:46:05 +0000 | [diff] [blame] | 956 | 2019-01-17 Jer Noble <jer.noble@apple.com> |
| 957 | |
| 958 | SDK_VARIANT build destinations should be separate from non-SDK_VARIANT builds |
| 959 | https://bugs.webkit.org/show_bug.cgi?id=189553 |
| 960 | |
| 961 | Reviewed by Tim Horton. |
| 962 | |
| 963 | * Makefile.shared: |
| 964 | |
pvollan@apple.com | b57b127 | 2019-01-17 19:13:50 +0000 | [diff] [blame] | 965 | 2019-01-17 Per Arne Vollan <pvollan@apple.com> |
| 966 | |
| 967 | [Win] gperf command not found |
| 968 | https://bugs.webkit.org/show_bug.cgi?id=193538 |
| 969 | <rdar://problem/47250549> |
| 970 | |
| 971 | Reviewed by Brent Fulgham. |
| 972 | |
| 973 | CMake only searches for gperf if ENABLE_WEBCORE is on. ENABLE_WEBCORE needs to be set to ON. |
| 974 | |
| 975 | * Source/cmake/OptionsAppleWin.cmake: |
| 976 | |
carlosgc@webkit.org | a4ad651 | 2019-01-14 09:28:29 +0000 | [diff] [blame] | 977 | 2019-01-14 Carlos Garcia Campos <cgarcia@igalia.com> |
| 978 | |
| 979 | Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.3 release |
| 980 | |
| 981 | * Source/cmake/OptionsGTK.cmake: Bump version numbers |
| 982 | |
carlosgc@webkit.org | 7c12e46 | 2019-01-08 08:58:45 +0000 | [diff] [blame] | 983 | 2019-01-08 Carlos Garcia Campos <cgarcia@igalia.com> |
| 984 | |
| 985 | Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.2 release |
| 986 | |
| 987 | * Source/cmake/OptionsGTK.cmake: Bump version numbers |
| 988 | |
don.olmstead@sony.com | 916c669 | 2019-01-08 00:55:37 +0000 | [diff] [blame] | 989 | 2019-01-07 Don Olmstead <don.olmstead@sony.com> |
| 990 | |
| 991 | [CMake] Add ENABLE_CSS_TYPED_OM option |
| 992 | https://bugs.webkit.org/show_bug.cgi?id=193216 |
| 993 | |
| 994 | Reviewed by Michael Catanzaro. |
| 995 | |
| 996 | * Source/cmake/WebKitFeatures.cmake: |
| 997 | |
yusukesuzuki@slowstart.org | cac833b | 2018-12-30 21:23:11 +0000 | [diff] [blame] | 998 | 2018-12-30 Yusuke Suzuki <yusukesuzuki@slowstart.org> |
| 999 | |
| 1000 | gperf is only used in WebCore |
| 1001 | https://bugs.webkit.org/show_bug.cgi?id=193061 |
| 1002 | |
| 1003 | Reviewed by Don Olmstead. |
| 1004 | |
| 1005 | gperf is only used in WebCore. So if the port does not have WebCore, |
| 1006 | it is not necessary. For example, JSCOnly port does not require it. |
| 1007 | This patch removes gperf dependency in these ports by checking |
| 1008 | ENABLE_WEBCORE. |
| 1009 | |
| 1010 | * Source/cmake/WebKitCommon.cmake: |
| 1011 | |
yusukesuzuki@slowstart.org | 31d1e05 | 2018-12-30 21:19:09 +0000 | [diff] [blame] | 1012 | 2018-12-28 Yusuke Suzuki <yusukesuzuki@slowstart.org> |
| 1013 | |
| 1014 | Add ENABLE_UNIFIED_BUILDS option to cmake ports |
| 1015 | https://bugs.webkit.org/show_bug.cgi?id=193045 |
| 1016 | |
| 1017 | Reviewed by Don Olmstead. |
| 1018 | |
| 1019 | This patch adds ENABLE_UNIFIED_BUILDS option to cmake ports, which allows us to disable Unified Builds in WebKit. |
| 1020 | This makes `compile_commands.json` sane when the unified builds is disabled, and various tools can use this |
| 1021 | compilation database. For example, YouCompleteMe completion server can use it. |
| 1022 | |
| 1023 | * Source/cmake/WebKitFeatures.cmake: |
| 1024 | * Source/cmake/WebKitMacros.cmake: |
| 1025 | |
achristensen@apple.com | 31ed0b9 | 2018-12-27 16:13:47 +0000 | [diff] [blame] | 1026 | 2018-12-27 Alex Christensen <achristensen@webkit.org> |
| 1027 | |
| 1028 | Resurrect Mac CMake build |
| 1029 | https://bugs.webkit.org/show_bug.cgi?id=192658 |
| 1030 | |
| 1031 | Reviewed by Yusuke Suzuki. |
| 1032 | |
| 1033 | * Source/cmake/OptionsMac.cmake: |
| 1034 | |
aperez@igalia.com | 5ba73e2 | 2018-12-19 19:58:21 +0000 | [diff] [blame] | 1035 | 2018-12-19 Adrian Perez de Castro <aperez@igalia.com> |
| 1036 | |
| 1037 | [GTK] Cannot build with CMake <3.7 |
| 1038 | https://bugs.webkit.org/show_bug.cgi?id=192865 |
| 1039 | |
| 1040 | Reviewed by Michael Catanzaro. |
| 1041 | |
| 1042 | * Source/cmake/OptionsGTK.cmake: Convert usage of VERSION_GREATER_EQUAL to a |
| 1043 | combination of VERSION_GREATER + STREQUAL. |
| 1044 | |
commit-queue@webkit.org | 4ff1d69 | 2018-12-19 15:37:50 +0000 | [diff] [blame] | 1045 | 2018-12-19 Lucas Stach <l.stach@pengutronix.de> |
| 1046 | |
| 1047 | Fix build on 64bit ARM with arm64 SYSTEM_PROCESSOR |
| 1048 | https://bugs.webkit.org/show_bug.cgi?id=192497 |
| 1049 | |
| 1050 | Reviewed by Philippe Normand. |
| 1051 | |
| 1052 | Android and some embedded Linux build systems use arm64 instead of |
| 1053 | aarch64 as the CMAKE_HOST_PROCESSOR. Fix the JIT build for this scenario. |
| 1054 | |
| 1055 | * CMakeLists.txt: |
| 1056 | |
carlosgc@webkit.org | 39e466a | 2018-12-13 09:17:31 +0000 | [diff] [blame] | 1057 | 2018-12-12 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1058 | |
| 1059 | [FreeType] Add initial implementation of variation fonts |
| 1060 | https://bugs.webkit.org/show_bug.cgi?id=192151 |
| 1061 | |
| 1062 | Reviewed by Michael Catanzaro. |
| 1063 | |
| 1064 | Enable variation fonts in GTK+ port when required dependencies are available. |
| 1065 | |
| 1066 | * Source/cmake/OptionsGTK.cmake: |
| 1067 | |
mcatanzaro@igalia.com | a9c8a84 | 2018-12-12 19:02:53 +0000 | [diff] [blame] | 1068 | 2018-12-12 Michael Catanzaro <mcatanzaro@igalia.com> |
| 1069 | |
mcatanzaro@igalia.com | 60f94a0 | 2018-12-12 19:10:43 +0000 | [diff] [blame] | 1070 | Unreviewed manual rollout of r239100-r239102 and r239116 |
mcatanzaro@igalia.com | a9c8a84 | 2018-12-12 19:02:53 +0000 | [diff] [blame] | 1071 | https://bugs.webkit.org/show_bug.cgi?id=192151 |
| 1072 | <rdar://problem/46655586> |
| 1073 | |
| 1074 | * Source/cmake/OptionsGTK.cmake: |
| 1075 | |
carlosgc@webkit.org | 70e96fa | 2018-12-12 09:07:19 +0000 | [diff] [blame] | 1076 | 2018-12-12 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1077 | |
| 1078 | [FreeType] Add initial implementation of variation fonts |
| 1079 | https://bugs.webkit.org/show_bug.cgi?id=192151 |
| 1080 | |
| 1081 | Reviewed by Michael Catanzaro. |
| 1082 | |
| 1083 | Enable variation fonts in GTK+ port when required dependencies are available. |
| 1084 | |
| 1085 | * Source/cmake/OptionsGTK.cmake: |
| 1086 | |
don.olmstead@sony.com | 72d2e7a | 2018-12-11 01:17:17 +0000 | [diff] [blame] | 1087 | 2018-12-10 Don Olmstead <don.olmstead@sony.com> |
| 1088 | |
| 1089 | [CMake] Add ENABLE_RESOURCE_LOAD_STATISTICS to WebKitFeatures.cmake |
| 1090 | https://bugs.webkit.org/show_bug.cgi?id=192574 |
| 1091 | |
| 1092 | Reviewed by Michael Catanzaro. |
| 1093 | |
| 1094 | * Source/cmake/WebKitFeatures.cmake: |
| 1095 | |
ross.kirsling@sony.com | a3d7884 | 2018-12-11 00:35:51 +0000 | [diff] [blame] | 1096 | 2018-12-10 Ross Kirsling <ross.kirsling@sony.com> |
| 1097 | |
| 1098 | Add test262-results directory to .gitignore. |
| 1099 | https://bugs.webkit.org/show_bug.cgi?id=192547 |
| 1100 | |
| 1101 | Reviewed by Dean Jackson. |
| 1102 | |
| 1103 | * .gitignore: |
| 1104 | |
commit-queue@webkit.org | db6198a | 2018-12-06 12:40:47 +0000 | [diff] [blame] | 1105 | 2018-12-06 Carlos Eduardo Ramalho <cadubentzen@gmail.com> |
| 1106 | |
commit-queue@webkit.org | cb0efbf | 2018-12-06 13:07:46 +0000 | [diff] [blame] | 1107 | [GStreamer] -DENABLE_VIDEO=ON -DENABLE_OPENGL=OFF still tries to build GstreamerGL |
| 1108 | https://bugs.webkit.org/show_bug.cgi?id=191998 |
| 1109 | |
| 1110 | Reviewed by Philippe Normand. |
| 1111 | |
| 1112 | Fix compilation with -DENABLE_VIDEO=ON and -DENABLE_OPENGL=OFF due to GStreamerGL. |
| 1113 | |
| 1114 | * Source/cmake/GStreamerDependencies.cmake: "DEFINED ENABLE_OPENGL" is always false because ENABLE_OPENGL |
| 1115 | is not a CMake variable (WEBKIT_OPTION_DEFINE macro does not define ENABLE_OPENGL variable per se, but other |
| 1116 | variables and appends it to a list). |
| 1117 | * Source/cmake/OptionsGTK.cmake: GStreamerDefinitions.cmake was included twice by mistake. Second should be GStreamerDependencies.cmake. |
| 1118 | |
| 1119 | 2018-12-06 Carlos Eduardo Ramalho <cadubentzen@gmail.com> |
| 1120 | |
commit-queue@webkit.org | db6198a | 2018-12-06 12:40:47 +0000 | [diff] [blame] | 1121 | REGRESSION(r231043): [GTK] Undefined references to WebCore::LayerRepresentation::* with -DENABLE_OPENGL=OFF builds |
| 1122 | https://bugs.webkit.org/show_bug.cgi?id=191997 |
| 1123 | |
| 1124 | Reviewed by Philippe Normand. |
| 1125 | |
| 1126 | Fix build with -DENABLE_OPENGL=OFF and -DENABLE_VIDEO=OFF |
| 1127 | |
| 1128 | * Source/cmake/OptionsGTK.cmake: make ENABLE_ASYNC_SCROLLING depend on ENABLE_OPENGL |
| 1129 | |
don.olmstead@sony.com | f630c64 | 2018-12-05 23:25:47 +0000 | [diff] [blame] | 1130 | 2018-12-05 Don Olmstead <don.olmstead@sony.com> |
| 1131 | |
| 1132 | [PlayStation] Enable WebCore |
| 1133 | https://bugs.webkit.org/show_bug.cgi?id=192384 |
| 1134 | |
| 1135 | Reviewed by Brent Fulgham. |
| 1136 | |
| 1137 | Adds CMake options for building WebCore on PlayStation. |
| 1138 | |
| 1139 | * Source/cmake/FindLibPSL.cmake: |
| 1140 | * Source/cmake/FindNghttp2.cmake: Copied from Source/cmake/FindWPE.cmake. |
| 1141 | * Source/cmake/FindPixman.cmake: Added. |
| 1142 | * Source/cmake/FindWPE.cmake: |
| 1143 | * Source/cmake/OptionsPlayStation.cmake: |
| 1144 | |
commit-queue@webkit.org | 014a5fd | 2018-12-04 16:33:22 +0000 | [diff] [blame] | 1145 | 2018-12-04 Carlos Eduardo Ramalho <cadubentzen@gmail.com> |
| 1146 | |
| 1147 | [WPE] Add gtk-doc |
| 1148 | https://bugs.webkit.org/show_bug.cgi?id=178900 |
| 1149 | |
| 1150 | Reviewed by Michael Catanzaro. |
| 1151 | |
| 1152 | Add gtk-doc to WPE port. This patch tries to reuse as much code from |
| 1153 | WebKitGTK+ as possible. |
| 1154 | |
| 1155 | * Source/PlatformGTK.cmake: include GtkDoc.cmake instead of defining macro. |
| 1156 | * Source/PlatformWPE.cmake: Added documentation generation. |
| 1157 | * Source/cmake/GtkDoc.cmake: Added. |
| 1158 | * Source/cmake/OptionsWPE.cmake: Added ENABLE_GTKDOC build option and added pkg-config path variables. |
| 1159 | |
don.olmstead@sony.com | 03e9509 | 2018-12-03 19:58:06 +0000 | [diff] [blame] | 1160 | 2018-12-03 Don Olmstead <don.olmstead@sony.com> |
| 1161 | |
| 1162 | [CMake] Sync feature defines |
| 1163 | https://bugs.webkit.org/show_bug.cgi?id=191167 |
| 1164 | |
| 1165 | Reviewed by Michael Catanzaro. |
| 1166 | |
| 1167 | * Source/cmake/WebKitFeatures.cmake: |
| 1168 | |
don.olmstead@sony.com | 6f0adc5 | 2018-12-02 02:03:03 +0000 | [diff] [blame] | 1169 | 2018-12-01 Don Olmstead <don.olmstead@sony.com> |
| 1170 | |
| 1171 | Cleanup WebKit Features |
| 1172 | https://bugs.webkit.org/show_bug.cgi?id=192262 |
| 1173 | |
| 1174 | Reviewed by Michael Catanzaro. |
| 1175 | |
| 1176 | Removes unused ENABLE flags from the listing in WebKitFeatures.cmake |
| 1177 | and any other associated code. Synced the options in FeatureList.pm to |
| 1178 | the feature listing. Sorts the ENABLE flags. |
| 1179 | |
| 1180 | * Source/cmake/OptionsMac.cmake: |
| 1181 | * Source/cmake/OptionsWin.cmake: |
| 1182 | * Source/cmake/WebKitFeatures.cmake: |
| 1183 | * Source/cmake/tools/vsprops/FeatureDefines.props: |
| 1184 | * Source/cmake/tools/vsprops/FeatureDefinesCairo.props: |
| 1185 | |
don.olmstead@sony.com | 58cd5d8 | 2018-11-30 22:23:17 +0000 | [diff] [blame] | 1186 | 2018-11-30 Don Olmstead <don.olmstead@sony.com> |
| 1187 | |
| 1188 | Rename ENABLE_SUBTLE_CRYPTO to ENABLE_WEB_CRYPTO |
| 1189 | https://bugs.webkit.org/show_bug.cgi?id=192197 |
| 1190 | |
| 1191 | Reviewed by Jiewen Tan. |
| 1192 | |
| 1193 | * Source/cmake/OptionsGTK.cmake: |
| 1194 | * Source/cmake/OptionsWPE.cmake: |
| 1195 | * Source/cmake/OptionsWin.cmake: |
| 1196 | * Source/cmake/WebKitFeatures.cmake: |
| 1197 | |
mcatanzaro@igalia.com | 0ab1d58 | 2018-11-28 18:05:31 +0000 | [diff] [blame] | 1198 | 2018-11-28 Michael Catanzaro <mcatanzaro@igalia.com> |
| 1199 | |
| 1200 | [CMake] Automatically disable JIT and enable USE_SYSTEM_MALLOC on unfamiliar architectures |
| 1201 | https://bugs.webkit.org/show_bug.cgi?id=186722 |
| 1202 | |
| 1203 | Reviewed by Žan Doberšek. |
| 1204 | |
| 1205 | Time for part #2! This change was defeated for GTK and WPE by the code that makes the |
| 1206 | options public. We have three options: (a) duplicate the architecture check currently in |
| 1207 | WebKitFeatures.cmake in both OptionsGTK.cmake and OptionsWPE.cmake, (b) rely on the result |
| 1208 | of that check in OptionsGTK.cmake and OptionsWPE.cmake by using ENABLE_JIT_DEFAULT and |
| 1209 | USE_SYSTEM_MALLOC_DEFAULT, a fragile encapsulation violation, or (c) just make the options |
| 1210 | private. They have been public up until now because they needed to be turned off on |
| 1211 | unsupported architectures. But now they are off by default and enabled only for particular |
| 1212 | whitelisted architectures, so they shouldn't be needed anymore. |
| 1213 | |
| 1214 | Note we have to hide ENABLE_SAMPLING_PROFILER as well, since it needs to match the value of |
| 1215 | ENABLE_JIT. Again, this is handled properly in WebKitFeatures.cmake, and defeated here in |
| 1216 | OptionsGTK.cmake. (This is not a problem for WPE.) |
| 1217 | |
| 1218 | * Source/cmake/OptionsGTK.cmake: |
| 1219 | * Source/cmake/OptionsWPE.cmake: |
| 1220 | |
Hironori.Fujii@sony.com | 316538b | 2018-11-27 01:54:59 +0000 | [diff] [blame] | 1221 | 2018-11-26 Fujii Hironori <Hironori.Fujii@sony.com> |
| 1222 | |
| 1223 | [CMake] Remove ENABLE_ACCESSIBILITY CMake variable |
| 1224 | https://bugs.webkit.org/show_bug.cgi?id=191831 |
| 1225 | |
| 1226 | Reviewed by Michael Catanzaro. |
| 1227 | |
| 1228 | ENABLE_ACCESSIBILITY is a bit confusing name because there is no |
| 1229 | such ENABLE_ACCESSIBILITY macros in C++ source files. |
| 1230 | |
| 1231 | * Source/cmake/OptionsGTK.cmake: Removed ENABLE_ACCESSIBILITY. |
| 1232 | * Source/cmake/OptionsWPE.cmake: Ditto. |
| 1233 | * Source/cmake/OptionsWin.cmake: Ditto. |
| 1234 | * Source/cmake/WebKitFeatures.cmake: Ditto. |
| 1235 | |
berto@igalia.com | d92edd6 | 2018-11-26 08:54:15 +0000 | [diff] [blame] | 1236 | 2018-11-26 Alberto Garcia <berto@igalia.com> |
| 1237 | |
| 1238 | [GTK] [2.22.0] Fails to build in armel |
| 1239 | https://bugs.webkit.org/show_bug.cgi?id=188862 |
| 1240 | |
| 1241 | Disable the JIT and enable C_LOOP on ARM CPUs without Thumb2 |
| 1242 | support. |
| 1243 | |
| 1244 | Reviewed by Michael Catanzaro. |
| 1245 | |
| 1246 | * Source/cmake/WebKitFeatures.cmake: |
| 1247 | |
carlosgc@webkit.org | c9de1fb | 2018-11-22 09:38:28 +0000 | [diff] [blame] | 1248 | 2018-11-22 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1249 | |
| 1250 | Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.1 release. |
| 1251 | |
| 1252 | * Source/cmake/OptionsGTK.cmake: Bump version numbers. |
| 1253 | |
dinfuehr@igalia.com | 060dcd2 | 2018-11-21 11:03:29 +0000 | [diff] [blame] | 1254 | 2018-11-21 Dominik Infuehr <dinfuehr@igalia.com> |
| 1255 | |
| 1256 | Enable JIT on ARM/Linux |
| 1257 | https://bugs.webkit.org/show_bug.cgi?id=191548 |
| 1258 | |
| 1259 | Reviewed by Yusuke Suzuki. |
| 1260 | |
| 1261 | Enable JIT by default on ARMv7/Linux after it was disabled with |
| 1262 | recent bytcode format change. |
| 1263 | |
| 1264 | * Source/cmake/WebKitFeatures.cmake: |
| 1265 | |
don.olmstead@sony.com | 9d42b9f | 2018-11-16 16:38:53 +0000 | [diff] [blame] | 1266 | 2018-11-16 Don Olmstead <don.olmstead@sony.com> |
| 1267 | |
| 1268 | Add USE(LIBWPE) to WebCore |
| 1269 | https://bugs.webkit.org/show_bug.cgi?id=191401 |
| 1270 | |
| 1271 | Reviewed by Michael Catanzaro. |
| 1272 | |
| 1273 | Exposes USE_LIBWPE to the build. |
| 1274 | |
| 1275 | * Source/cmake/OptionsWPE.cmake: |
| 1276 | |
rniwa@webkit.org | e19380c | 2018-11-12 23:42:49 +0000 | [diff] [blame] | 1277 | 2018-11-12 Ryosuke Niwa <rniwa@webkit.org> |
| 1278 | |
| 1279 | Add HTTPS git remote to ReadMe.md |
| 1280 | https://bugs.webkit.org/show_bug.cgi?id=191561 |
| 1281 | |
| 1282 | Reviewed by Zalan Bujtas. |
| 1283 | |
| 1284 | * ReadMe.md: |
| 1285 | |
commit-queue@webkit.org | e7f2cac | 2018-11-12 18:58:01 +0000 | [diff] [blame] | 1286 | 2018-11-12 Takashi Komori <Takashi.Komori@sony.com> |
| 1287 | |
| 1288 | Resurrect WebKitTestRunner for Windows port |
| 1289 | https://bugs.webkit.org/show_bug.cgi?id=189257 |
| 1290 | |
| 1291 | Reviewed by Fujii Hironori. |
| 1292 | |
| 1293 | * Source/cmake/OptionsWin.cmake: |
| 1294 | |
carlosgc@webkit.org | 99d76d5 | 2018-11-07 14:24:09 +0000 | [diff] [blame] | 1295 | 2018-11-07 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1296 | |
| 1297 | [Linux] Use memfd_create when available in SharedMemory implementation |
| 1298 | https://bugs.webkit.org/show_bug.cgi?id=189741 |
| 1299 | |
| 1300 | Reviewed by Michael Catanzaro. |
| 1301 | |
| 1302 | Add include check for linux/memfd.h header. |
| 1303 | |
| 1304 | * Source/cmake/OptionsCommon.cmake: |
| 1305 | |
dinfuehr@igalia.com | 33f8dd9 | 2018-11-05 16:07:40 +0000 | [diff] [blame] | 1306 | 2018-11-05 Dominik Infuehr <dinfuehr@igalia.com> |
| 1307 | |
| 1308 | Enable LLInt on ARMv7/Linux |
| 1309 | https://bugs.webkit.org/show_bug.cgi?id=191190 |
| 1310 | |
| 1311 | Reviewed by Yusuke Suzuki. |
| 1312 | |
| 1313 | After enabling the new bytecode format in r237547, C_LOOP was |
| 1314 | forced on all 32-bit platforms. Now enable LLInt again on |
| 1315 | ARMv7-Thumb2/Linux by default. |
| 1316 | |
| 1317 | * Source/cmake/WebKitFeatures.cmake: |
| 1318 | |
mcatanzaro@igalia.com | 3ab7c25 | 2018-11-05 08:03:30 +0000 | [diff] [blame] | 1319 | 2018-11-05 Michael Catanzaro <mcatanzaro@igalia.com> |
| 1320 | |
| 1321 | [WPE][GTK] Expose ENABLE_MEDIA_SOURCE as public option |
| 1322 | https://bugs.webkit.org/show_bug.cgi?id=191223 |
| 1323 | |
| 1324 | Reviewed by Xabier Rodriguez-Calvar. |
| 1325 | |
| 1326 | This option should be public because it needs to be disabled to build with GStreamer older |
| 1327 | than 1.14.4. |
| 1328 | |
| 1329 | * Source/cmake/GStreamerDefinitions.cmake: |
| 1330 | |
Hironori.Fujii@sony.com | 1cb2861 | 2018-11-05 04:38:32 +0000 | [diff] [blame] | 1331 | 2018-11-04 Fujii Hironori <Hironori.Fujii@sony.com> |
| 1332 | |
| 1333 | [Win] Use C++14, not C++17 |
| 1334 | https://bugs.webkit.org/show_bug.cgi?id=191101 |
| 1335 | |
| 1336 | Reviewed by Alex Christensen. |
| 1337 | |
| 1338 | Based on the webkit-dev discussion, this change switches Windows |
| 1339 | port from C++17 to C++14. |
| 1340 | <https://lists.webkit.org/pipermail/webkit-dev/2018-September/030186.html> |
| 1341 | |
| 1342 | * Source/cmake/OptionsMSVC.cmake: Replaced /std:c++17 with /std:c++14 switch. |
| 1343 | |
don.olmstead@sony.com | b837f67 | 2018-10-31 04:00:45 +0000 | [diff] [blame] | 1344 | 2018-10-30 Don Olmstead <don.olmstead@sony.com> |
| 1345 | |
| 1346 | [PlayStation] Enable JavaScriptCore |
| 1347 | https://bugs.webkit.org/show_bug.cgi?id=191072 |
| 1348 | |
| 1349 | Reviewed by Brent Fulgham. |
| 1350 | |
| 1351 | Add support for building the PlayStation port through JavaScriptCore. |
| 1352 | |
| 1353 | * CMakeLists.txt: |
| 1354 | * Source/cmake/OptionsPlayStation.cmake: Added. |
| 1355 | |
tzagallo@apple.com | 3474dd0 | 2018-10-29 13:16:03 +0000 | [diff] [blame] | 1356 | 2018-10-29 Tadeu Zagallo <tzagallo@apple.com> |
| 1357 | |
| 1358 | New bytecode format for JSC |
| 1359 | https://bugs.webkit.org/show_bug.cgi?id=187373 |
| 1360 | <rdar://problem/44186758> |
| 1361 | |
| 1362 | Reviewed by Filip Pizlo. |
| 1363 | |
| 1364 | Disable JIT by default on 32-bit platforms |
| 1365 | |
| 1366 | * Source/cmake/WebKitFeatures.cmake: |
| 1367 | |
cturner@igalia.com | 97d48e3 | 2018-10-27 10:24:04 +0000 | [diff] [blame] | 1368 | 2018-10-27 Charlie Turner <cturner@igalia.com> |
| 1369 | |
cturner@igalia.com | 4077def | 2018-10-27 14:28:38 +0000 | [diff] [blame] | 1370 | Make VIDEO enabled if ENCRYPTED_MEDIA is enabled. |
| 1371 | https://bugs.webkit.org/show_bug.cgi?id=190983 |
| 1372 | |
| 1373 | Unreviewed build update. |
| 1374 | |
| 1375 | * Source/cmake/WebKitFeatures.cmake: |
| 1376 | |
| 1377 | 2018-10-27 Charlie Turner <cturner@igalia.com> |
| 1378 | |
cturner@igalia.com | 97d48e3 | 2018-10-27 10:24:04 +0000 | [diff] [blame] | 1379 | [GTK] Enable experimental encrypted media support |
| 1380 | https://bugs.webkit.org/show_bug.cgi?id=190829 |
| 1381 | |
| 1382 | Reviewed by Michael Catanzaro. |
| 1383 | |
| 1384 | * Source/cmake/OptionsGTK.cmake: |
| 1385 | |
commit-queue@webkit.org | 9907b06 | 2018-10-26 23:34:01 +0000 | [diff] [blame] | 1386 | 2018-10-26 Commit Queue <commit-queue@webkit.org> |
| 1387 | |
| 1388 | Unreviewed, rolling out r237479 and r237484. |
| 1389 | https://bugs.webkit.org/show_bug.cgi?id=190978 |
| 1390 | |
| 1391 | broke JSC on iOS (Requested by tadeuzagallo on #webkit). |
| 1392 | |
| 1393 | Reverted changesets: |
| 1394 | |
| 1395 | "New bytecode format for JSC" |
| 1396 | https://bugs.webkit.org/show_bug.cgi?id=187373 |
| 1397 | https://trac.webkit.org/changeset/237479 |
| 1398 | |
| 1399 | "Gardening: Build fix after r237479." |
| 1400 | https://bugs.webkit.org/show_bug.cgi?id=187373 |
| 1401 | https://trac.webkit.org/changeset/237484 |
| 1402 | |
tzagallo@apple.com | 1f8380c | 2018-10-26 19:54:24 +0000 | [diff] [blame] | 1403 | 2018-10-26 Tadeu Zagallo <tzagallo@apple.com> |
| 1404 | |
| 1405 | New bytecode format for JSC |
| 1406 | https://bugs.webkit.org/show_bug.cgi?id=187373 |
| 1407 | <rdar://problem/44186758> |
| 1408 | |
| 1409 | Reviewed by Filip Pizlo. |
| 1410 | |
| 1411 | Disable JIT by default on 32-bit platforms |
| 1412 | |
| 1413 | * Source/cmake/WebKitFeatures.cmake: |
| 1414 | |
mcatanzaro@igalia.com | d763a40 | 2018-10-25 14:53:09 +0000 | [diff] [blame] | 1415 | 2018-10-25 Michael Catanzaro <mcatanzaro@igalia.com> |
| 1416 | |
| 1417 | [GTK] Reenable the sandbox |
| 1418 | |
| 1419 | Previously reviewed by, er, myself. This just reverts the sabotague as our bots should have |
| 1420 | the required deps now. Hopefully. |
| 1421 | |
| 1422 | * Source/cmake/OptionsGTK.cmake: |
| 1423 | |
Hironori.Fujii@sony.com | 4238c25 | 2018-10-19 06:43:47 +0000 | [diff] [blame] | 1424 | 2018-10-18 Fujii Hironori <Hironori.Fujii@sony.com> |
| 1425 | |
| 1426 | [Win][Clang] Do not give -Wall to clang-cl because it is treated as -Weverything |
| 1427 | https://bugs.webkit.org/show_bug.cgi?id=190514 |
| 1428 | |
| 1429 | Reviewed by Michael Catanzaro. |
| 1430 | |
| 1431 | clang-cl maps /Wall and -Wall to -Weverything which reports tons |
| 1432 | of compilation warnings. Do not give -Wall option to clang-cl. |
| 1433 | |
| 1434 | Clang processes -Wall and -Wextra options differently than GCC. |
| 1435 | Clang processes all warning options in left-to-right order, while |
| 1436 | GCC processes -Wall and -Wextra options first. In order to get the |
| 1437 | same effect in both compilers, -Wall and -Wextra should be |
| 1438 | speficied before all -Wno-* options. |
| 1439 | |
| 1440 | * Source/cmake/WebKitCompilerFlags.cmake: Put -Wall and -Wextra |
| 1441 | options before all -Wno-* options. |
| 1442 | * Source/cmake/OptionsMSVC.cmake: Prepend /W4 option, instead of |
| 1443 | just replacing /W3 option. |
| 1444 | |
philn@webkit.org | 61d2e3a | 2018-10-16 08:47:39 +0000 | [diff] [blame] | 1445 | 2018-10-16 Philippe Normand <pnormand@igalia.com> |
| 1446 | |
| 1447 | Unreviewed, GTK bots build fix |
| 1448 | |
| 1449 | * Source/cmake/OptionsGTK.cmake: Disable Sandbox support until the |
| 1450 | bots have all the needed dependencies installed. |
| 1451 | |
justin_fan@apple.com | c21759c | 2018-10-16 04:57:47 +0000 | [diff] [blame] | 1452 | 2018-10-15 Justin Fan <justin_fan@apple.com> |
| 1453 | |
| 1454 | Add WebGPU 2018 feature flag and experimental feature flag |
| 1455 | https://bugs.webkit.org/show_bug.cgi?id=190509 |
| 1456 | |
| 1457 | Reviewed by Dean Jackson. |
| 1458 | |
| 1459 | Update FeatureDefines for WebGPU -> WebMetal renaming, while preserving WebGPU |
| 1460 | references for 2018 WebGPU Sketch implementation. |
| 1461 | |
| 1462 | * Source/cmake/OptionsMac.cmake: |
| 1463 | * Source/cmake/tools/vsprops/FeatureDefines.props: |
| 1464 | * Source/cmake/tools/vsprops/FeatureDefinesCairo.props: |
| 1465 | |
chris.reid@sony.com | c6b327d | 2018-10-15 16:33:56 +0000 | [diff] [blame] | 1466 | 2018-10-15 Christopher Reid <chris.reid@sony.com> |
| 1467 | |
| 1468 | [Curl][WinCairo] Add Public Suffix support to WinCairo |
| 1469 | https://bugs.webkit.org/show_bug.cgi?id=183060 |
| 1470 | |
| 1471 | Reviewed by Alex Christensen. |
| 1472 | |
| 1473 | * Source/cmake/FindLibPSL.cmake: Added. |
| 1474 | * Source/cmake/OptionsWin.cmake: |
| 1475 | * Source/cmake/OptionsWinCairo.cmake: |
| 1476 | |
mcatanzaro@igalia.com | 1a49b73 | 2018-10-15 15:10:27 +0000 | [diff] [blame] | 1477 | 2018-10-15 Michael Catanzaro <mcatanzaro@igalia.com> |
| 1478 | |
| 1479 | Add new files missing from previous commit. |
| 1480 | |
| 1481 | * Source/cmake/FindLibseccomp.cmake: Added. |
| 1482 | |
mcatanzaro@igalia.com | 1f0e60d | 2018-10-15 15:02:59 +0000 | [diff] [blame] | 1483 | 2018-10-15 Patrick Griffis <pgriffis@igalia.com> |
| 1484 | |
| 1485 | [GTK][WPE] Implement subprocess sandboxing |
| 1486 | https://bugs.webkit.org/show_bug.cgi?id=188568 |
| 1487 | |
| 1488 | Reviewed by Michael Catanzaro. |
| 1489 | |
| 1490 | Add ENABLE_BUBBLEWRAP_SANDBOX option for sandboxing. |
| 1491 | |
| 1492 | * Source/cmake/FindLibseccomp.cmake: Added. |
| 1493 | * Source/cmake/OptionsGTK.cmake: |
| 1494 | * Source/cmake/WebKitFeatures.cmake: |
| 1495 | |
yusukesuzuki@slowstart.org | 57c6957 | 2018-10-15 13:51:37 +0000 | [diff] [blame] | 1496 | 2018-10-14 Yusuke Suzuki <yusukesuzuki@slowstart.org> |
| 1497 | |
| 1498 | [JSC] Remove Option::useAsyncIterator |
| 1499 | https://bugs.webkit.org/show_bug.cgi?id=190567 |
| 1500 | |
| 1501 | Reviewed by Saam Barati. |
| 1502 | |
| 1503 | * Source/cmake/WebKitFeatures.cmake: |
| 1504 | |
justin_fan@apple.com | 947003f | 2018-10-09 01:37:30 +0000 | [diff] [blame] | 1505 | 2018-10-08 Justin Fan <justin_fan@apple.com> |
| 1506 | |
| 1507 | WebGPU: Rename old WebGPU prototype to WebMetal |
| 1508 | https://bugs.webkit.org/show_bug.cgi?id=190325 |
| 1509 | |
| 1510 | Reviewed by Dean Jackson. |
| 1511 | |
| 1512 | * Source/cmake/WebKitFeatures.cmake: |
| 1513 | |
philn@webkit.org | 7055e62 | 2018-10-02 08:02:16 +0000 | [diff] [blame] | 1514 | 2018-10-02 Philippe Normand <pnormand@igalia.com> |
| 1515 | |
| 1516 | [GStreamer][MSE] Ubuntu LTS build broken since r236409 |
| 1517 | https://bugs.webkit.org/show_bug.cgi?id=190036 |
| 1518 | |
| 1519 | Reviewed by Michael Catanzaro. |
| 1520 | |
| 1521 | Interrupt the build if MSE is enabled but no supported (1.14) |
| 1522 | GStreamer version was found. |
| 1523 | |
| 1524 | * Source/cmake/GStreamerChecks.cmake: |
| 1525 | |
ticaiolima@gmail.com | 8d5b466 | 2018-10-01 11:56:20 +0000 | [diff] [blame] | 1526 | 2018-10-01 Caio Lima <ticaiolima@gmail.com> |
| 1527 | |
| 1528 | 'HAVE_PTHREAD_MAIN_NP' macro redefined warning when building --jsc-only on macOS |
| 1529 | https://bugs.webkit.org/show_bug.cgi?id=190118 |
| 1530 | |
| 1531 | Reviewed by Yusuke Suzuki. |
| 1532 | |
| 1533 | We define HAVE_PTHREAD_MAIN_NP in WTF/wtf/Platform.h when the OS is |
| 1534 | Darwin. In such case, we don't need to check symbols for |
| 1535 | pthread_main_np when generating build for this system. |
| 1536 | |
| 1537 | * Source/cmake/OptionsCommon.cmake: |
| 1538 | |
commit-queue@webkit.org | 97be5f0 | 2018-09-29 01:00:37 +0000 | [diff] [blame] | 1539 | 2018-09-28 Mike Gorse <mgorse@alum.wpi.edu> |
| 1540 | |
| 1541 | cmake cannot run if python 2 isn't available |
| 1542 | https://bugs.webkit.org/show_bug.cgi?id=190075 |
| 1543 | |
| 1544 | Reviewed by Michael Catanzaro. |
| 1545 | |
| 1546 | * Source/cmake/WebKitCommon.cmake: Set Python_ADDITIONAL_VERSIONS |
| 1547 | to 3, so that a python3 binary will be found. |
| 1548 | |
yusukesuzuki@slowstart.org | e7a8d6c | 2018-09-28 22:32:34 +0000 | [diff] [blame] | 1549 | 2018-09-28 Yusuke Suzuki <yusukesuzuki@slowstart.org> |
| 1550 | |
| 1551 | [WTF] Make isMainThread more reliable |
| 1552 | https://bugs.webkit.org/show_bug.cgi?id=189880 |
| 1553 | |
| 1554 | Reviewed by Mark Lam. |
| 1555 | |
| 1556 | * Source/cmake/OptionsCommon.cmake: |
| 1557 | |
yusukesuzuki@slowstart.org | 48bd0a0 | 2018-09-22 05:26:44 +0000 | [diff] [blame] | 1558 | 2018-09-21 Yusuke Suzuki <yusukesuzuki@slowstart.org> |
| 1559 | |
| 1560 | [JSC] Enable LLInt ASM interpreter on X64 and ARM64 in non JIT configuration |
| 1561 | https://bugs.webkit.org/show_bug.cgi?id=189778 |
| 1562 | |
| 1563 | Reviewed by Keith Miller. |
| 1564 | |
| 1565 | ENABLE_SAMPLING_PROFILER does not depend on ENABLE_JIT now since it can be |
| 1566 | used with LLInt ASM interpreter. |
| 1567 | |
| 1568 | * Source/cmake/WebKitFeatures.cmake: |
| 1569 | |
commit-queue@webkit.org | 4f3ea9b | 2018-09-21 16:20:05 +0000 | [diff] [blame] | 1570 | 2018-09-21 Mike Gorse <mgorse@suse.com> |
| 1571 | |
| 1572 | Build tools should work when the /usr/bin/python is python3 |
| 1573 | https://bugs.webkit.org/show_bug.cgi?id=156674 |
| 1574 | |
| 1575 | Reviewed by Michael Catanzaro. |
| 1576 | |
| 1577 | * Source/cmake/WebKitCommon.cmake: Allow python 3. |
| 1578 | |
carlosgc@webkit.org | c5823c4 | 2018-09-20 07:21:05 +0000 | [diff] [blame] | 1579 | 2018-09-20 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1580 | |
| 1581 | Unreviewed. Update GTK+ library versions after r235362. |
| 1582 | |
| 1583 | Project version number was updated without bumping the library versions too. |
| 1584 | |
| 1585 | * Source/cmake/OptionsGTK.cmake: |
| 1586 | |
mitz@apple.com | 151e075 | 2018-09-12 14:57:01 +0000 | [diff] [blame] | 1587 | 2018-09-12 Dan Bernstein <mitz@apple.com> |
| 1588 | |
mitz@apple.com | a396b00 | 2018-09-12 21:21:27 +0000 | [diff] [blame] | 1589 | Updated svn:ignore after r235381. |
| 1590 | |
| 1591 | * .: Added LocalOverrides.xcconfig to svn:ignore. |
| 1592 | |
| 1593 | 2018-09-12 Dan Bernstein <mitz@apple.com> |
| 1594 | |
mitz@apple.com | 151e075 | 2018-09-12 14:57:01 +0000 | [diff] [blame] | 1595 | Removed a couple of empty directories left behind after r235892. |
| 1596 | |
| 1597 | * WPEWebCore: Removed. |
| 1598 | * downstream-WebCore: Removed. |
| 1599 | |
timothy_horton@apple.com | 50ec79a | 2018-09-10 23:24:45 +0000 | [diff] [blame] | 1600 | 2018-09-10 Tim Horton <timothy_horton@apple.com> |
| 1601 | |
| 1602 | Make it easier to build for SDK_VARIANT=iosmac |
| 1603 | https://bugs.webkit.org/show_bug.cgi?id=189488 |
| 1604 | <rdar://problem/38254840> |
| 1605 | |
| 1606 | Reviewed by Wenson Hsieh. |
| 1607 | |
| 1608 | * Makefile: |
| 1609 | * Makefile.shared: |
| 1610 | * Source/Makefile: |
| 1611 | Set a variety of build flags (disable libwebrtc, tools, and set |
| 1612 | SDK_VARIANT and WK_ALTERNATE_FRAMEWORKS_DIR). |
| 1613 | |
don.olmstead@sony.com | 00602f6 | 2018-08-30 23:28:10 +0000 | [diff] [blame] | 1614 | 2018-08-30 Don Olmstead <don.olmstead@sony.com> |
| 1615 | |
| 1616 | [CMake] Replace AVFoundationSupport.py using CMake |
| 1617 | https://bugs.webkit.org/show_bug.cgi?id=182891 |
| 1618 | |
| 1619 | Reviewed by Per Arne Vollan. |
| 1620 | |
| 1621 | Adds CMake checks for AVFoundation support replacing the functionality |
| 1622 | of AVFoundationSupport.py. |
| 1623 | |
| 1624 | CMake is used to detect the symbols expected with the HAVE_* checks for |
| 1625 | AVFoundation support. This involves creating source files that will be |
| 1626 | built which verifies the presence of symbols. For Apple frameworks it |
| 1627 | is customary to include the main framework file which includes the |
| 1628 | other associated headers. |
| 1629 | |
| 1630 | The check for HAVE_AVCFPLAYERITEM_CALLBACK_VERSION_2 involves looking |
| 1631 | for an enumeration which a symbol check cannot detect. Instead a small |
| 1632 | program is used which will compile and link when the version 2 |
| 1633 | enumeration is present. |
| 1634 | |
| 1635 | * Source/cmake/OptionsAppleWin.cmake: |
| 1636 | * Source/cmake/OptionsWin.cmake: |
| 1637 | * Source/cmake/WebKitCommon.cmake: |
| 1638 | * Source/cmake/WebKitFeatures.cmake: |
| 1639 | |
don.olmstead@sony.com | 42ddec7 | 2018-08-29 03:58:32 +0000 | [diff] [blame] | 1640 | 2018-08-28 Don Olmstead <don.olmstead@sony.com> |
| 1641 | |
| 1642 | [CMake] Use CMake's FindFreetype |
| 1643 | https://bugs.webkit.org/show_bug.cgi?id=189071 |
| 1644 | |
| 1645 | Reviewed by Michael Catanzaro. |
| 1646 | |
| 1647 | Use the builtin CMake functionality for finding Freetype. |
| 1648 | |
| 1649 | * Source/cmake/FindFreetype2.cmake: Removed. |
| 1650 | * Source/cmake/OptionsGTK.cmake: |
| 1651 | * Source/cmake/OptionsWPE.cmake: |
| 1652 | |
akeerthi@apple.com | 8d20acf | 2018-08-27 21:48:13 +0000 | [diff] [blame] | 1653 | 2018-08-27 Aditya Keerthi <akeerthi@apple.com> |
| 1654 | |
| 1655 | Consolidate ENABLE_INPUT_TYPE_COLOR and ENABLE_INPUT_TYPE_COLOR_POPOVER |
| 1656 | https://bugs.webkit.org/show_bug.cgi?id=188931 |
| 1657 | |
| 1658 | Reviewed by Wenson Hsieh. |
| 1659 | |
| 1660 | * Source/cmake/OptionsMac.cmake: Removed ENABLE_INPUT_TYPE_COLOR_POPOVER. |
| 1661 | * Source/cmake/WebKitFeatures.cmake: Removed ENABLE_INPUT_TYPE_COLOR_POPOVER. |
| 1662 | |
krollin@apple.com | 2ba23ff | 2018-08-27 17:16:17 +0000 | [diff] [blame] | 1663 | 2018-08-27 Keith Rollin <krollin@apple.com> |
| 1664 | |
| 1665 | Build system support for LTO |
| 1666 | https://bugs.webkit.org/show_bug.cgi?id=187785 |
| 1667 | <rdar://problem/42353132> |
| 1668 | |
| 1669 | Reviewed by Dan Bernstein. |
| 1670 | |
| 1671 | Add support for building WebKit with LTO (Link Time Optimization) on |
| 1672 | macOS and iOS. Both variations are supported: "full" (which performs |
| 1673 | all the optimizations it can regardless of the cost) and "thin" (which |
| 1674 | sacrifices some optimizations in order to recover build time and |
| 1675 | memory usage). |
| 1676 | |
| 1677 | By default, LTO is disabled for Debug and Release builds, but is |
| 1678 | enabled for Production builds. For Debug and Release builds, LTO is |
| 1679 | controlled as follows: |
| 1680 | |
| 1681 | - When using `make` from the command line, include |
| 1682 | WK_LTO_MODE={none,thin,full}. For example, `make WK_LTO_MODE=full |
| 1683 | release`. As when specifying debug/release, the LTO configuration |
| 1684 | information is written to the WebKitBuild directory and is used as |
| 1685 | the default on the next build if a new setting is not specified. |
| 1686 | |
| 1687 | - When using `build-webkit`, include --lto-mode={none,thin,full} on |
| 1688 | the command line. For example, `build-webkit --lto-mode=full ...`. |
| 1689 | |
| 1690 | - When using Xcode, create a configuration file called |
| 1691 | LocalOverrides.xcconfig at the root level of your WebKit checkout |
| 1692 | directory. Include within it a line that says: |
| 1693 | |
| 1694 | WK_LTO_MODE={none,thin,full} |
| 1695 | |
| 1696 | For example: |
| 1697 | |
| 1698 | WK_LTO_MODE=full |
| 1699 | |
| 1700 | Note that LocalOverrides.xcconfig is included in the .gitignore file, |
| 1701 | so you won't accidentally check your changes into source control. |
| 1702 | |
| 1703 | Enabling LTO can greatly increase build times, especially when using |
| 1704 | "full" LTO with 32GB or RAM or less. Following is a table of full |
| 1705 | build times for a Release build on a fully decked-out 2017 iMac Pro: |
| 1706 | |
| 1707 | LTO macOS iOS |
| 1708 | ----- ------- ------- |
| 1709 | None: 9m 11s 14m 11s |
| 1710 | Thin: 11m 44s 17m 30s |
| 1711 | Full: 21m 39s 28m 56s |
| 1712 | |
| 1713 | Incremental times are affected even more greatly. The actual |
| 1714 | optimization and compilation of LLVM bitcode is moved to the link |
| 1715 | phase, meaning that the link phase, which previously took only |
| 1716 | seconds, can now take many minutes. It's for this reason that LTO is |
| 1717 | not enabled in Debug and Release builds, since incremental builds are |
| 1718 | an integral part of those configurations. However, using the |
| 1719 | mechanisms described above, developers can perform optional LTO builds |
| 1720 | if needed to track down build or runtime issues in that configuration. |
| 1721 | |
| 1722 | * .gitignore: Include LocalOverrides.xcconfig. |
| 1723 | * Makefile.shared: Add support for WK_LTO_MODE on the command line. |
| 1724 | |
mcatanzaro@igalia.com | 5a28ebe | 2018-08-27 14:31:23 +0000 | [diff] [blame] | 1725 | 2018-08-27 Michael Catanzaro <mcatanzaro@igalia.com> |
| 1726 | |
| 1727 | Unreviewed, bump WPE/GTK version numbers |
| 1728 | |
| 1729 | We have a pkg-config dependency on 2.21.92 but trunk is stuck on 2.21.5. So bump the version |
| 1730 | number to 2.23.0. It seems like a good version number to use until the next real release |
| 1731 | (2.23.1). |
| 1732 | |
| 1733 | * Source/cmake/OptionsGTK.cmake: |
| 1734 | * Source/cmake/OptionsWPE.cmake: |
| 1735 | |
mcatanzaro@igalia.com | 531c302 | 2018-08-27 02:54:13 +0000 | [diff] [blame] | 1736 | 2018-08-26 Michael Catanzaro <mcatanzaro@igalia.com> |
| 1737 | |
| 1738 | [CMake] Remove stale comment from WebKitFeatures.cmake |
| 1739 | https://bugs.webkit.org/show_bug.cgi?id=188918 |
| 1740 | |
| 1741 | Reviewed by Fujii Hironori. |
| 1742 | |
| 1743 | This comment at the top of WebKitFeatures.cmake is no longer accurate because feature defaults are no longer defined in FeatureList.pm (thank goodness!) |
| 1744 | |
| 1745 | * Source/cmake/WebKitFeatures.cmake: |
| 1746 | |
don.olmstead@sony.com | 72cf786 | 2018-08-23 20:08:03 +0000 | [diff] [blame] | 1747 | 2018-08-23 Don Olmstead <don.olmstead@sony.com> |
| 1748 | |
don.olmstead@sony.com | 263baf0 | 2018-08-23 22:53:05 +0000 | [diff] [blame] | 1749 | [CMake] Have checks are not getting set inside CMake properly |
| 1750 | https://bugs.webkit.org/show_bug.cgi?id=188901 |
| 1751 | |
| 1752 | Reviewed by Michael Catanzaro. |
| 1753 | |
| 1754 | Make sure the variable's value is sent to SET_AND_EXPOSE_TO_BUILD |
| 1755 | within the WEBKIT_CHECK_HAVE_* macros. |
| 1756 | |
| 1757 | * Source/cmake/WebKitFeatures.cmake: |
| 1758 | |
| 1759 | 2018-08-23 Don Olmstead <don.olmstead@sony.com> |
| 1760 | |
don.olmstead@sony.com | 72cf786 | 2018-08-23 20:08:03 +0000 | [diff] [blame] | 1761 | [CMake] Add HAVE_MALLOC_TRIM definition |
| 1762 | https://bugs.webkit.org/show_bug.cgi?id=188897 |
| 1763 | |
| 1764 | Reviewed by Konstantin Tokarev. |
| 1765 | |
| 1766 | Add CMake check for malloc_trim. |
| 1767 | |
| 1768 | * Source/cmake/OptionsCommon.cmake: |
| 1769 | |
ross.kirsling@sony.com | e1ce4ac | 2018-08-22 22:23:51 +0000 | [diff] [blame] | 1770 | 2018-08-22 Ross Kirsling <ross.kirsling@sony.com> |
| 1771 | |
| 1772 | [MSVC] Stop disabling /O2 features. |
| 1773 | https://bugs.webkit.org/show_bug.cgi?id=188811 |
| 1774 | |
| 1775 | Reviewed by Per Arne Vollan. |
| 1776 | |
| 1777 | * Source/cmake/OptionsMSVC.cmake: |
| 1778 | Don't disable /GF (string pooling) or /Gy (function-level linking). |
| 1779 | |
berto@igalia.com | ac740fb | 2018-08-22 20:27:22 +0000 | [diff] [blame] | 1780 | 2018-08-22 Alberto Garcia <berto@igalia.com> |
| 1781 | |
| 1782 | Don't use WTF_CPU_MIPS when building for mips64 |
| 1783 | https://bugs.webkit.org/show_bug.cgi?id=188858 |
| 1784 | |
| 1785 | Reviewed by Michael Catanzaro. |
| 1786 | |
| 1787 | * CMakeLists.txt: Use WTF_CPU_MIPS64 for this architecture. |
| 1788 | |
zandobersek@gmail.com | 645bd3a | 2018-08-22 12:14:14 +0000 | [diff] [blame] | 1789 | 2018-08-22 Zan Dobersek <zdobersek@igalia.com> |
| 1790 | |
| 1791 | [CoordGraphics] Switch to Nicosia::CompositionLayer state tracking |
| 1792 | https://bugs.webkit.org/show_bug.cgi?id=188693 |
| 1793 | |
| 1794 | Reviewed by Carlos Garcia Campos. |
| 1795 | |
| 1796 | * Source/cmake/OptionsGTK.cmake: Enable USE_NICOSIA alongside |
| 1797 | USE_COORDINATED_GRAPHICS and USE_COORDINATED_GRAPHICS_THREADED. |
| 1798 | * Source/cmake/OptionsWPE.cmake: Ditto. |
| 1799 | |
aperez@igalia.com | 74ed646 | 2018-08-21 14:25:44 +0000 | [diff] [blame] | 1800 | 2018-08-21 Adrian Perez de Castro <aperez@igalia.com> |
| 1801 | |
aperez@igalia.com | 7cd06cd | 2018-08-21 16:33:51 +0000 | [diff] [blame] | 1802 | Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.91 release. |
| 1803 | |
| 1804 | * Source/cmake/OptionsWPE.cmake: Bump version numbers. |
| 1805 | |
| 1806 | 2018-08-21 Adrian Perez de Castro <aperez@igalia.com> |
| 1807 | |
aperez@igalia.com | 74ed646 | 2018-08-21 14:25:44 +0000 | [diff] [blame] | 1808 | [WPE] Update to use libwpe-1.0.0 and WPEBackend-fdo-1.0.0 |
| 1809 | https://bugs.webkit.org/show_bug.cgi?id=188782 |
| 1810 | |
| 1811 | Reviewed by Michael Catanzaro. |
| 1812 | |
| 1813 | Make the build depend on wpe-0.2, and change the Flatpak and JHBuild development |
| 1814 | environments to use version 1.0.0 of libwpe and WPEBackend-fdo. |
| 1815 | |
| 1816 | * Source/cmake/FindWPE.cmake: Renamed from Source/cmake/FindWPEBackend.cmake and changed |
| 1817 | to check for libwpe-0.2. |
| 1818 | * Source/cmake/OptionsWPE.cmake: Adapt to the rename to FindWPE.cmake. |
| 1819 | |
mcatanzaro@igalia.com | ffc7368 | 2018-08-18 15:00:12 +0000 | [diff] [blame] | 1820 | 2018-08-18 Michael Catanzaro <mcatanzaro@igalia.com> |
| 1821 | |
| 1822 | Adjust CMAKE_MODULE_LINKER_FLAGS for asan |
| 1823 | https://bugs.webkit.org/show_bug.cgi?id=188699 |
| 1824 | |
| 1825 | Reviewed by Konstantin Tokarev. |
| 1826 | |
| 1827 | * Source/cmake/WebKitCompilerFlags.cmake: |
| 1828 | |
commit-queue@webkit.org | a06b223 | 2018-07-30 13:06:24 +0000 | [diff] [blame] | 1829 | 2018-07-30 Thibault Saunier <tsaunier@igalia.com> |
| 1830 | |
| 1831 | [GStreamer] Make codecparsers optionnal |
| 1832 | https://bugs.webkit.org/show_bug.cgi?id=188010 |
| 1833 | |
| 1834 | And avoid building libWebRTC if it won't be used. While there is no other |
| 1835 | WebRTC backend, it makes no sense to expose an option. |
| 1836 | |
| 1837 | Error out when WEBRTC or MEDIA_STREAM is enabled but GStreamer < 1.10 |
| 1838 | |
| 1839 | Reviewed by Alejandro G. Castro. |
| 1840 | |
| 1841 | * Source/cmake/GStreamerChecks.cmake: |
| 1842 | * Source/cmake/OptionsGTK.cmake: |
| 1843 | * Source/cmake/OptionsWPE.cmake: |
| 1844 | |
commit-queue@webkit.org | 19b68ed | 2018-07-27 05:06:02 +0000 | [diff] [blame] | 1845 | 2018-07-26 Andy VanWagoner <andy@vanwagoner.family> |
| 1846 | |
| 1847 | [INTL] Remove INTL sub-feature compile flags |
| 1848 | https://bugs.webkit.org/show_bug.cgi?id=188081 |
| 1849 | |
| 1850 | Reviewed by Michael Catanzaro. |
| 1851 | |
| 1852 | * Source/cmake/OptionsJSCOnly.cmake: |
| 1853 | * Source/cmake/WebKitFeatures.cmake: |
| 1854 | |
commit-queue@webkit.org | 5dd4d37 | 2018-07-24 08:24:35 +0000 | [diff] [blame] | 1855 | 2018-07-24 Thibault Saunier <tsaunier@igalia.com> |
| 1856 | |
| 1857 | [WPE][GTK] Implement PeerConnection API on top of libwebrtc |
| 1858 | https://bugs.webkit.org/show_bug.cgi?id=186932 |
| 1859 | |
| 1860 | Reviewed by Philippe Normand. |
| 1861 | |
| 1862 | * Source/cmake/FindGStreamer.cmake: Look for gstreamer-codecparser as it needed for GStreamerVideoDecoder |
| 1863 | |
carlosgc@webkit.org | dc5795c | 2018-07-20 07:47:57 +0000 | [diff] [blame] | 1864 | 2018-07-20 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1865 | |
| 1866 | Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.5 release. |
| 1867 | |
| 1868 | * Source/cmake/OptionsGTK.cmake: Bump version numbers. |
| 1869 | |
stephan.szabo@sony.com | 1b380e0 | 2018-07-19 23:11:24 +0000 | [diff] [blame] | 1870 | 2018-07-19 Stephan Szabo <stephan.szabo@sony.com> |
| 1871 | |
| 1872 | [WinCairo] Support DEVELOPER_MODE for allowing inspection of web inspector |
| 1873 | https://bugs.webkit.org/show_bug.cgi?id=187786 |
| 1874 | |
| 1875 | Reviewed by Fujii Hironori. |
| 1876 | |
| 1877 | * Source/cmake/OptionsWinCairo.cmake: Add ENABLE_DEVELOPER_MODE |
| 1878 | to build when DEVELOPER_MODE is turned on at cmake time. |
| 1879 | |
mcatanzaro@igalia.com | 6f9a34a | 2018-07-18 14:43:50 +0000 | [diff] [blame] | 1880 | 2018-07-18 Michael Catanzaro <mcatanzaro@igalia.com> |
| 1881 | |
| 1882 | Switch CMake ports back to C++ 14 |
| 1883 | https://bugs.webkit.org/show_bug.cgi?id=187744 |
| 1884 | |
| 1885 | Reviewed by Ryosuke Niwa. |
| 1886 | |
| 1887 | The XCode build is still not using C++ 17, it's been several months since CMake ports |
| 1888 | switched, everything builds fine without changes if we switch back, and there have been some |
| 1889 | unfixed problems. Let's go back to C++ 14 for now. We can switch back to C++ 17 whenever we |
| 1890 | are ready to switch over XCode at the same time, to ensure we don't wind up with divergent |
| 1891 | behavior for std::optional. |
| 1892 | |
| 1893 | * Source/cmake/WebKitCompilerFlags.cmake: |
| 1894 | |
rniwa@webkit.org | 058d87a | 2018-07-17 03:38:25 +0000 | [diff] [blame] | 1895 | 2018-07-16 Ryosuke Niwa <rniwa@webkit.org> |
| 1896 | |
| 1897 | Update ReadMe.md line 68 |
| 1898 | https://bugs.webkit.org/show_bug.cgi?id=187533 |
| 1899 | |
| 1900 | Reviewed by Wenson Hsieh. |
| 1901 | |
| 1902 | * ReadMe.md: |
| 1903 | |
aperez@igalia.com | 50b8e87 | 2018-07-03 01:07:19 +0000 | [diff] [blame] | 1904 | 2018-07-02 Adrian Perez de Castro <aperez@igalia.com> |
| 1905 | |
| 1906 | [CMake] Use JOB_POOLS to avoid memory-hungry linker processes running at the same time |
| 1907 | https://bugs.webkit.org/show_bug.cgi?id=187254 |
| 1908 | |
| 1909 | Reviewed by Michael Catanzaro. |
| 1910 | |
| 1911 | * Source/cmake/WebKitCommon.cmake: Set the maximum number of |
| 1912 | concurrent link processes using job pools (four for release builds, |
| 1913 | two otherwise) to avoid running out of memory during builds. |
| 1914 | |
rniwa@webkit.org | 53294a0 | 2018-07-02 23:45:22 +0000 | [diff] [blame] | 1915 | 2018-07-02 Ryosuke Niwa <rniwa@webkit.org> |
| 1916 | |
| 1917 | Repository fix after r233427 and r233443. |
| 1918 | |
| 1919 | * jstests: Removed. |
| 1920 | |
abarth@webkit.org | 00bbb4c | 2018-07-01 06:52:34 +0000 | [diff] [blame] | 1921 | 2018-06-30 Adam Barth <abarth@webkit.org> |
| 1922 | |
| 1923 | Port JavaScriptCore to OS(FUCHSIA) |
| 1924 | https://bugs.webkit.org/show_bug.cgi?id=187223 |
| 1925 | |
| 1926 | Reviewed by Daniel Bates. |
| 1927 | |
| 1928 | * Source/cmake/OptionsJSCOnly.cmake: Add back ICU. |
| 1929 | |
ross.kirsling@sony.com | 8527b3c | 2018-06-29 17:55:24 +0000 | [diff] [blame] | 1930 | 2018-06-29 Ross Kirsling <ross.kirsling@sony.com> |
| 1931 | |
| 1932 | [JSCOnly] Restore Windows build. |
| 1933 | https://bugs.webkit.org/show_bug.cgi?id=187127 |
| 1934 | |
| 1935 | Reviewed by Michael Catanzaro. |
| 1936 | |
| 1937 | * Source/cmake/OptionsJSCOnly.cmake: |
| 1938 | Don't forget to set -DUCHAR_TYPE=wchar_t for ICU on Windows. |
| 1939 | Use bin64/lib64 on Windows (for consistency with full WebKit build). |
| 1940 | |
abarth@webkit.org | 5a66fae | 2018-06-28 08:02:29 +0000 | [diff] [blame] | 1941 | 2018-06-28 Adam Barth <abarth@webkit.org> |
| 1942 | |
| 1943 | Switch OS(FUCHSIA) to using JSCOnly |
| 1944 | https://bugs.webkit.org/show_bug.cgi?id=187133 |
| 1945 | |
| 1946 | Reviewed by Yusuke Suzuki. |
| 1947 | |
| 1948 | Rather than creating a Fuchsia port, OS(FUCHSIA) now uses the JSCOnly |
| 1949 | port. |
| 1950 | |
| 1951 | * CMakeLists.txt: Set the WTF_OS_FUCHSIA flag |
| 1952 | * Source/cmake/OptionsFuchsia.cmake: Removed. |
| 1953 | * Source/cmake/OptionsJSCOnly.cmake: Temporarily disable ICU for |
| 1954 | OS(FUCHSIA). We'll get ICU wired in, but I'd like to work through the |
| 1955 | other compile errors first. |
| 1956 | |
abarth@webkit.org | 2223eef | 2018-06-28 01:04:54 +0000 | [diff] [blame] | 1957 | 2018-06-27 Adam Barth <abarth@webkit.org> |
| 1958 | |
| 1959 | Add Fuchsia support to build-jsc |
| 1960 | https://bugs.webkit.org/show_bug.cgi?id=187086 |
| 1961 | |
| 1962 | Reviewed by Yusuke Suzuki. |
| 1963 | |
| 1964 | Add Fuchsia port to cmake build system. After this patch, the build |
| 1965 | errors out due to a missing sysroot. |
| 1966 | |
| 1967 | * CMakeLists.txt: |
| 1968 | * Source/cmake/OptionsFuchsia.cmake: Added. |
| 1969 | |
zandobersek@gmail.com | 3d3195b | 2018-06-18 10:45:59 +0000 | [diff] [blame] | 1970 | 2018-06-18 Zan Dobersek <zdobersek@igalia.com> |
| 1971 | |
| 1972 | Unreviewed GTK+ gardening. Updating the WPT expectations by removing |
| 1973 | failure expectations for 2dcontext tests covering CSS HSL/HSLA color |
| 1974 | parsing and createImageBitmap() API that are nowadays passing. |
| 1975 | |
| 1976 | * WebPlatformTests/gtk/TestExpectations.json: |
| 1977 | |
mcatanzaro@igalia.com | 97a923b | 2018-06-17 19:16:59 +0000 | [diff] [blame] | 1978 | 2018-06-17 Michael Catanzaro <mcatanzaro@igalia.com> |
| 1979 | |
| 1980 | [CMake] Automatically disable JIT and enable USE_SYSTEM_MALLOC on unfamiliar architectures |
| 1981 | https://bugs.webkit.org/show_bug.cgi?id=186722 |
| 1982 | |
| 1983 | Reviewed by Darin Adler. |
| 1984 | |
| 1985 | We know that the JSC JIT and bmalloc both work on only a limited set of architectures. In |
| 1986 | Fedora, we have to manually disable these when building for s390x, ppc64, and ppc64le. But |
| 1987 | it's really easy to do the right thing automatically, so we might as well. |
| 1988 | |
| 1989 | * Source/cmake/WebKitFeatures.cmake: |
| 1990 | |
commit-queue@webkit.org | 93e4f30 | 2018-06-13 18:22:40 +0000 | [diff] [blame] | 1991 | 2018-06-13 Thibault Saunier <tsaunier@igalia.com> |
| 1992 | |
| 1993 | [WPE] Build getUserMedia support |
| 1994 | https://bugs.webkit.org/show_bug.cgi?id=186547 |
| 1995 | |
| 1996 | Reviewed by Alejandro G. Castro. |
| 1997 | |
| 1998 | * Source/cmake/OptionsWPE.cmake: Build MediaStream support |
| 1999 | |
philn@webkit.org | 9a35de6 | 2018-06-12 12:07:16 +0000 | [diff] [blame] | 2000 | 2018-06-12 Philippe Normand <pnormand@igalia.com> |
| 2001 | |
| 2002 | [GStreamer] Bump required version to 1.8.3 |
| 2003 | https://bugs.webkit.org/show_bug.cgi?id=186558 |
| 2004 | |
| 2005 | Reviewed by Xabier Rodriguez-Calvar. |
| 2006 | |
| 2007 | * Source/cmake/GStreamerChecks.cmake: Bump to 1.8.3 which is the |
| 2008 | version shipped in the current Ubuntu LTS we support (16.04). |
| 2009 | |
zandobersek@gmail.com | a98a5cc | 2018-06-12 07:55:42 +0000 | [diff] [blame] | 2010 | 2018-06-12 Zan Dobersek <zdobersek@igalia.com> |
| 2011 | |
| 2012 | Add run-web-platform-tests script |
| 2013 | https://bugs.webkit.org/show_bug.cgi?id=183356 |
| 2014 | |
| 2015 | Reviewed by Carlos Alberto Lopez Perez. |
| 2016 | |
| 2017 | Store port-specific test expectations and test manifest files for the |
| 2018 | web-platform-tests test runs under the top-level WebPlatformTests |
| 2019 | directory. |
| 2020 | |
| 2021 | TestExpectations.json file lists all the failing or disabled tests |
| 2022 | or subtests that are to be expected in the test run. This information is |
| 2023 | parsed in the run-web-platform-tests script and used to build |
| 2024 | test-specific metadata files (ending with .ini) inside a temporary |
| 2025 | directory that is then used during the test run. JSON format is used to |
| 2026 | follow the WebDriver test suite in how it manages expectations, and to |
| 2027 | avoid having to manually manage .ini files for every deviant test case. |
| 2028 | |
| 2029 | TestManifest.ini file is used to fine-tune which tests are to be enabled |
| 2030 | by default. For the GTK+ port, we currently disable all tests by default |
| 2031 | but then specifically enable tests under the 2dcontext and WebCryptoAPI |
| 2032 | directories. This will allow for gradual enabling of further tests. |
| 2033 | |
| 2034 | * WebPlatformTests/gtk/TestExpectations.json: Added. |
| 2035 | * WebPlatformTests/gtk/TestManifest.ini: Added. |
| 2036 | |
carlosgc@webkit.org | 04fd686 | 2018-06-12 06:58:58 +0000 | [diff] [blame] | 2037 | 2018-06-11 Carlos Garcia Campos <cgarcia@igalia.com> |
| 2038 | |
| 2039 | Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.4 release. |
| 2040 | |
| 2041 | * Source/cmake/OptionsGTK.cmake: Bump version numbers. |
| 2042 | |
msaboff@apple.com | d998039 | 2018-06-11 16:39:49 +0000 | [diff] [blame] | 2043 | 2018-06-11 Michael Saboff <msaboff@apple.com> |
| 2044 | |
| 2045 | JavaScriptCore: Disable 32-bit JIT on Windows |
| 2046 | https://bugs.webkit.org/show_bug.cgi?id=185989 |
| 2047 | |
| 2048 | Reviewed by Mark Lam. |
| 2049 | |
| 2050 | * Source/cmake/OptionsWin.cmake: |
| 2051 | |
carlosgc@webkit.org | 2c873db | 2018-06-11 06:43:14 +0000 | [diff] [blame] | 2052 | 2018-06-10 Carlos Garcia Campos <cgarcia@igalia.com> |
| 2053 | |
| 2054 | [WPE] Add a MiniBrowser and use it to run WebDriver tests |
| 2055 | https://bugs.webkit.org/show_bug.cgi?id=186345 |
| 2056 | |
| 2057 | Reviewed by Žan Doberšek. |
| 2058 | |
| 2059 | Add an option to enable building the MiniBrowser. |
| 2060 | |
| 2061 | * Source/cmake/FindWaylandProtocols.cmake: Added. |
| 2062 | * Source/cmake/OptionsWPE.cmake: |
| 2063 | |
mitz@apple.com | d37825c | 2018-06-07 03:08:44 +0000 | [diff] [blame] | 2064 | 2018-06-06 Dan Bernstein <mitz@apple.com> |
| 2065 | |
mitz@apple.com | b0de78e | 2018-06-07 05:09:23 +0000 | [diff] [blame] | 2066 | [Xcode] Opt out of the New Build System |
| 2067 | https://bugs.webkit.org/show_bug.cgi?id=186380 |
| 2068 | |
| 2069 | Reviewed by Alexey Proskuryakov. |
| 2070 | |
| 2071 | * WebKit.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: Use the Legacy Build System. |
| 2072 | |
| 2073 | 2018-06-06 Dan Bernstein <mitz@apple.com> |
| 2074 | |
mitz@apple.com | d37825c | 2018-06-07 03:08:44 +0000 | [diff] [blame] | 2075 | Check in a file created by the Xcode 10 beta. |
| 2076 | |
| 2077 | * WebKit.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: Added. |
| 2078 | |
carlosgc@webkit.org | 6c3de5b | 2018-05-28 10:56:08 +0000 | [diff] [blame] | 2079 | 2018-05-28 Carlos Garcia Campos <cgarcia@igalia.com> |
| 2080 | |
| 2081 | Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.3 release. |
| 2082 | |
| 2083 | * Source/cmake/OptionsGTK.cmake: Bump version numbers. |
| 2084 | |
aperez@igalia.com | b549b15 | 2018-05-25 19:14:35 +0000 | [diff] [blame] | 2085 | 2018-05-25 Adrian Perez de Castro <aperez@igalia.com> |
| 2086 | |
| 2087 | Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.2 release. |
| 2088 | |
| 2089 | * Source/cmake/OptionsWPE.cmake: Bump version numbers. |
| 2090 | |
berto@igalia.com | 130a6c6 | 2018-05-22 15:54:48 +0000 | [diff] [blame] | 2091 | 2018-05-22 Alberto Garcia <berto@igalia.com> |
| 2092 | |
| 2093 | [CMake] Properly detect compiler flags, needed libs, and fallbacks for usage of 64-bit atomic operations |
| 2094 | https://bugs.webkit.org/show_bug.cgi?id=182622 |
| 2095 | <rdar://problem/40292317> |
| 2096 | |
| 2097 | Reviewed by Michael Catanzaro. |
| 2098 | |
| 2099 | * Source/cmake/WebKitCompilerFlags.cmake: |
| 2100 | Move the test to detect whether we need to link against libatomic |
| 2101 | to a common CMake file so it can be used from both JavaScriptCore |
| 2102 | and WebKit. |
| 2103 | |
mcatanzaro@igalia.com | 36e2203 | 2018-05-22 13:20:03 +0000 | [diff] [blame] | 2104 | 2018-05-22 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2105 | |
| 2106 | Unreviewed, rolling out r231843. |
| 2107 | |
| 2108 | Broke cross build |
| 2109 | |
| 2110 | Reverted changeset: |
| 2111 | |
| 2112 | "[CMake] Properly detect compiler flags, needed libs, and |
| 2113 | fallbacks for usage of 64-bit atomic operations" |
| 2114 | https://bugs.webkit.org/show_bug.cgi?id=182622 |
| 2115 | https://trac.webkit.org/changeset/231843 |
| 2116 | |
Hironori.Fujii@sony.com | b5a3cdb | 2018-05-22 00:03:20 +0000 | [diff] [blame] | 2117 | 2018-05-21 Fujii Hironori <Hironori.Fujii@sony.com> |
| 2118 | |
| 2119 | [WinCairo] Enable WebKit build by default |
| 2120 | https://bugs.webkit.org/show_bug.cgi?id=185141 |
| 2121 | |
| 2122 | Reviewed by Per Arne Vollan. |
| 2123 | |
| 2124 | * Source/cmake/OptionsWin.cmake: Disable |
| 2125 | ENABLE_NETSCAPE_PLUGIN_API unconditionally for WinCairo port |
| 2126 | because it builds both WK1 and WK2. |
| 2127 | * Source/cmake/OptionsWinCairo.cmake: Turn ENABLE_WEBKIT on by default. |
| 2128 | Remove BUILDING_WIN_CAIRO_WEBKIT macro. |
| 2129 | |
carlosgc@webkit.org | 6c81ffa | 2018-05-21 07:58:14 +0000 | [diff] [blame] | 2130 | 2018-05-21 Carlos Garcia Campos <cgarcia@igalia.com> |
| 2131 | |
| 2132 | Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.2 release. |
| 2133 | |
| 2134 | * Source/cmake/OptionsGTK.cmake: Bump version numbers. |
| 2135 | |
clopez@igalia.com | 70a9995 | 2018-05-17 19:30:46 +0000 | [diff] [blame] | 2136 | 2018-05-17 Carlos Alberto Lopez Perez <clopez@igalia.com> |
| 2137 | |
| 2138 | [WPE] Implement and enable FULLSCREEN_API |
| 2139 | https://bugs.webkit.org/show_bug.cgi?id=185676 |
| 2140 | |
| 2141 | Reviewed by Žan Doberšek. |
| 2142 | |
| 2143 | Remove the CMake option to disable this option for WPE. |
| 2144 | This feature gets enabled now via Source/cmake/WebKitFeatures.cmake |
| 2145 | |
| 2146 | * Source/cmake/OptionsWPE.cmake: |
| 2147 | |
don.olmstead@sony.com | 5b8949c | 2018-05-17 02:54:14 +0000 | [diff] [blame] | 2148 | 2018-05-16 Don Olmstead <don.olmstead@sony.com> |
| 2149 | |
| 2150 | [WinCairo] Update WinCairoRequirements |
| 2151 | https://bugs.webkit.org/show_bug.cgi?id=185700 |
| 2152 | |
| 2153 | Reviewed by Per Arne Vollan. |
| 2154 | |
| 2155 | * Source/cmake/OptionsWinCairo.cmake: |
| 2156 | |
commit-queue@webkit.org | 3b45a24 | 2018-05-16 20:38:32 +0000 | [diff] [blame] | 2157 | 2018-05-16 Andy VanWagoner <andy@vanwagoner.family> |
| 2158 | |
| 2159 | Add support for Intl NumberFormat formatToParts |
| 2160 | https://bugs.webkit.org/show_bug.cgi?id=185375 |
| 2161 | |
| 2162 | Reviewed by Yusuke Suzuki. |
| 2163 | |
| 2164 | Add flag for NumberFormat formatToParts. |
| 2165 | |
| 2166 | * Source/cmake/OptionsJSCOnly.cmake: |
| 2167 | * Source/cmake/WebKitFeatures.cmake: |
| 2168 | |
utatane.tea@gmail.com | 9fa3c7b | 2018-05-16 17:50:38 +0000 | [diff] [blame] | 2169 | 2018-05-14 Yusuke Suzuki <utatane.tea@gmail.com> |
| 2170 | |
| 2171 | [Win] Use C++17 in MSVC |
| 2172 | https://bugs.webkit.org/show_bug.cgi?id=185232 |
| 2173 | |
| 2174 | Reviewed by Alex Christensen. |
| 2175 | |
| 2176 | Use /std:c++17 option. |
| 2177 | |
| 2178 | * Source/cmake/OptionsMSVC.cmake: |
| 2179 | |
berto@igalia.com | b378e87 | 2018-05-16 13:33:50 +0000 | [diff] [blame] | 2180 | 2018-05-16 Alberto Garcia <berto@igalia.com> |
| 2181 | |
| 2182 | [CMake] Properly detect compiler flags, needed libs, and fallbacks for usage of 64-bit atomic operations |
| 2183 | https://bugs.webkit.org/show_bug.cgi?id=182622 |
| 2184 | |
| 2185 | Reviewed by Michael Catanzaro. |
| 2186 | |
| 2187 | * Source/cmake/OptionsGTK.cmake: |
| 2188 | * Source/cmake/OptionsJSCOnly.cmake: |
| 2189 | * Source/cmake/OptionsWPE.cmake: |
| 2190 | Enable THREADS_PREFER_PTHREAD_FLAG. This uses -pthread instead of |
| 2191 | -lpthread, fixing the 64-bit RISC-V build of the GTK+ port due to |
| 2192 | missing atomic primitives. |
| 2193 | |
| 2194 | * Source/cmake/WebKitCompilerFlags.cmake: |
| 2195 | Move the test to detect whether we need to link against libatomic |
| 2196 | to a common CMake file so it can be used from both JavaScriptCore |
| 2197 | and WebKit. |
| 2198 | |
zandobersek@gmail.com | 4cae92f | 2018-05-14 12:52:25 +0000 | [diff] [blame] | 2199 | 2018-05-14 Zan Dobersek <zdobersek@igalia.com> |
| 2200 | |
| 2201 | [GTK] REGRESSION(r231170) Build broken with Clang 5.0 |
| 2202 | https://bugs.webkit.org/show_bug.cgi?id=185198 |
| 2203 | |
| 2204 | Reviewed by Michael Catanzaro. |
| 2205 | |
| 2206 | * Source/cmake/WebKitCompilerFlags.cmake: Fall back to the -std=c++1z |
| 2207 | compiler flag if -std=c++17 is not supported. If that flag is not |
| 2208 | supported either, bail with an error message. |
| 2209 | |
commit-queue@webkit.org | 3062a4c | 2018-05-10 06:44:00 +0000 | [diff] [blame] | 2210 | 2018-05-09 Jan Alexander Steffens <jan.steffens@gmail.com> |
| 2211 | |
| 2212 | [GTK] gtk-doc installation subdir duplicated |
| 2213 | https://bugs.webkit.org/show_bug.cgi?id=185468 |
| 2214 | |
| 2215 | Reviewed by Carlos Garcia Campos. |
| 2216 | |
| 2217 | The GTK docs are installed into a duplicated subdir, |
| 2218 | e.g. /usr/share/doc/gtk-doc/html/webkit2gtk-4.0/webkit2gtk-4.0. |
| 2219 | |
| 2220 | * Source/PlatformGTK.cmake: |
| 2221 | |
mcatanzaro@igalia.com | ee974c2 | 2018-05-09 16:26:17 +0000 | [diff] [blame] | 2222 | 2018-05-09 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2223 | |
mcatanzaro@igalia.com | 16767e1 | 2018-05-09 16:43:08 +0000 | [diff] [blame] | 2224 | Unreviewed. Bump WPE soname for good measure. |
| 2225 | |
| 2226 | * Source/cmake/OptionsWPE.cmake: |
| 2227 | |
| 2228 | 2018-05-09 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2229 | |
mcatanzaro@igalia.com | ee974c2 | 2018-05-09 16:26:17 +0000 | [diff] [blame] | 2230 | Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.1 release. |
| 2231 | |
| 2232 | * Source/cmake/OptionsWPE.cmake: Bump version numbers. |
| 2233 | |
utatane.tea@gmail.com | 210e9eb | 2018-05-09 11:42:09 +0000 | [diff] [blame] | 2234 | 2018-05-06 Yusuke Suzuki <utatane.tea@gmail.com> |
| 2235 | |
| 2236 | [JSC][GTK][JSCONLY] Use capstone disassembler |
| 2237 | https://bugs.webkit.org/show_bug.cgi?id=185283 |
| 2238 | |
| 2239 | Reviewed by Michael Catanzaro. |
| 2240 | |
| 2241 | * Source/CMakeLists.txt: |
| 2242 | * Source/cmake/FindLLVM.cmake: Removed. |
| 2243 | * Source/cmake/OptionsCommon.cmake: |
| 2244 | * Source/cmake/OptionsGTK.cmake: |
| 2245 | * Source/cmake/OptionsJSCOnly.cmake: |
| 2246 | * Source/cmake/OptionsWPE.cmake: |
| 2247 | |
commit-queue@webkit.org | 830b1d5 | 2018-05-09 00:04:10 +0000 | [diff] [blame] | 2248 | 2018-05-08 Valerie R Young <valerie@bocoup.com> |
| 2249 | |
| 2250 | test262/Runner.pm: create results dir for results of test262 run |
| 2251 | https://bugs.webkit.org/show_bug.cgi?id=185392 |
| 2252 | |
| 2253 | Reviewed by Michael Saboff. |
| 2254 | |
| 2255 | Remove reference to no longer existing files. |
| 2256 | |
| 2257 | * .gitignore: |
| 2258 | |
utatane.tea@gmail.com | 1249d2e | 2018-05-08 04:19:22 +0000 | [diff] [blame] | 2259 | 2018-05-07 Yusuke Suzuki <utatane.tea@gmail.com> |
| 2260 | |
| 2261 | [JSCOnly] Enable Intl.PluralRules |
| 2262 | https://bugs.webkit.org/show_bug.cgi?id=185359 |
| 2263 | |
| 2264 | Reviewed by Daniel Bates. |
| 2265 | |
| 2266 | Enable Intl.PluralRules because JSCOnly port enables features aggressively. |
| 2267 | |
| 2268 | * Source/cmake/OptionsJSCOnly.cmake: |
| 2269 | |
don.olmstead@sony.com | 1409fe3 | 2018-05-07 13:36:14 +0000 | [diff] [blame] | 2270 | 2018-05-07 Don Olmstead <don.olmstead@sony.com> |
| 2271 | |
| 2272 | [WinCairo] Disable plugin api when building modern WebKit |
| 2273 | https://bugs.webkit.org/show_bug.cgi?id=185312 |
| 2274 | |
| 2275 | Reviewed by Michael Catanzaro. |
| 2276 | |
| 2277 | * Source/cmake/OptionsWin.cmake: |
| 2278 | |
commit-queue@webkit.org | 792609e | 2018-05-02 19:08:33 +0000 | [diff] [blame] | 2279 | 2018-05-02 Valerie R Young <valerie@bocoup.com> |
| 2280 | |
| 2281 | test262/Runner.pm: save summary to file |
| 2282 | https://bugs.webkit.org/show_bug.cgi?id=185200 |
| 2283 | |
| 2284 | Reviewed by Michael Saboff. |
| 2285 | |
| 2286 | * .gitignore: |
| 2287 | |
commit-queue@webkit.org | dc08e0e | 2018-05-01 23:38:40 +0000 | [diff] [blame] | 2288 | 2018-05-01 Leo Balter <leonardo.balter@gmail.com> |
| 2289 | |
| 2290 | Auto save the results for Test262 |
| 2291 | https://bugs.webkit.org/show_bug.cgi?id=184926 |
| 2292 | |
| 2293 | Reviewed by Michael Saboff. |
| 2294 | |
gskachkov@gmail.com | e27fd1c | 2018-05-01 08:47:56 +0000 | [diff] [blame] | 2295 | 2018-05-01 Oleksandr Skachkov <gskachkov@gmail.com> |
| 2296 | |
| 2297 | WebAssembly: add support for stream APIs - JavaScript API |
| 2298 | https://bugs.webkit.org/show_bug.cgi?id=183442 |
| 2299 | |
| 2300 | Reviewed by Yusuke Suzuki and JF Bastien. |
| 2301 | |
| 2302 | * Source/cmake/WebKitFeatures.cmake: |
| 2303 | |
jfbastien@apple.com | 799dadf | 2018-04-30 21:17:59 +0000 | [diff] [blame] | 2304 | 2018-04-30 JF Bastien <jfbastien@apple.com> |
| 2305 | |
| 2306 | Use some C++17 features |
| 2307 | https://bugs.webkit.org/show_bug.cgi?id=185135 |
| 2308 | |
| 2309 | Reviewed by Alex Christensen. |
| 2310 | |
| 2311 | As discussed here [0] let's move WebKit to a subset of C++17. We |
| 2312 | now require GCC 6 [1] which means that, according to [2] we can |
| 2313 | use the following C++17 language features (I removed some |
| 2314 | uninteresting ones): |
| 2315 | |
| 2316 | - New auto rules for direct-list-initialization |
| 2317 | - static_assert with no message |
| 2318 | - typename in a template template parameter |
| 2319 | - Nested namespace definition |
| 2320 | - Attributes for namespaces and enumerators |
| 2321 | - u8 character literals |
| 2322 | - Allow constant evaluation for all non-type template arguments |
| 2323 | - Fold Expressions |
| 2324 | - Unary fold expressions and empty parameter packs |
| 2325 | - __has_include in preprocessor conditional |
| 2326 | - Differing begin and end types in range-based for |
| 2327 | - Improving std::pair and std::tuple |
| 2328 | |
| 2329 | Consult the Tony Tables [3] to see before / after examples. |
| 2330 | |
| 2331 | Of course we can use any library feature if we're willing to |
| 2332 | import them to WTF (and they don't require language support). |
| 2333 | |
| 2334 | |
| 2335 | [0]: https://lists.webkit.org/pipermail/webkit-dev/2018-March/029922.html |
| 2336 | [1]: https://trac.webkit.org/changeset/231152/webkit |
| 2337 | [2]: https://en.cppreference.com/w/cpp/compiler_support |
| 2338 | [3]: https://github.com/tvaneerd/cpp17_in_TTs/blob/master/ALL_IN_ONE.md |
| 2339 | |
| 2340 | * Source/cmake/WebKitCompilerFlags.cmake: |
| 2341 | |
mcatanzaro@igalia.com | 75aa164 | 2018-04-29 17:29:56 +0000 | [diff] [blame] | 2342 | 2018-04-29 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2343 | |
| 2344 | [CMake] Require GCC 6 |
| 2345 | https://bugs.webkit.org/show_bug.cgi?id=184985 |
| 2346 | |
| 2347 | Reviewed by Alex Christensen. |
| 2348 | |
| 2349 | Require it. |
| 2350 | |
| 2351 | * CMakeLists.txt: |
| 2352 | |
dbates@webkit.org | aa6ce89 | 2018-04-26 18:46:42 +0000 | [diff] [blame] | 2353 | 2018-04-26 Daniel Bates <dabates@apple.com> |
| 2354 | |
| 2355 | ASSERTION FAILED: ASSERT(!containsImage || MIMETypeRegistry::isSupportedImageResourceMIMEType([resource MIMEType])) in -[NSPasteboard(WebExtras) _web_writePromisedRTFDFromArchive:containsImage:] |
| 2356 | https://bugs.webkit.org/show_bug.cgi?id=184161 |
| 2357 | <rdar://problem/39051645> |
| 2358 | |
| 2359 | Reviewed by Dan Bernstein. |
| 2360 | |
| 2361 | * ManualTests/DragInlinePDFImageDocument.html: Added. |
| 2362 | * ManualTests/resources/simple.pdf: Added. |
| 2363 | |
commit-queue@webkit.org | f6fdb03 | 2018-04-26 16:37:26 +0000 | [diff] [blame] | 2364 | 2018-04-26 Andy VanWagoner <thetalecrafter@gmail.com> |
| 2365 | |
| 2366 | [INTL] Implement Intl.PluralRules |
| 2367 | https://bugs.webkit.org/show_bug.cgi?id=184312 |
| 2368 | |
| 2369 | Reviewed by JF Bastien. |
| 2370 | |
| 2371 | Added Intl.PluralRules feature flag. |
| 2372 | |
| 2373 | * Source/cmake/WebKitFeatures.cmake: |
| 2374 | |
zandobersek@gmail.com | 1aff8bb | 2018-04-26 07:54:19 +0000 | [diff] [blame] | 2375 | 2018-04-26 Zan Dobersek <zdobersek@igalia.com> |
| 2376 | |
| 2377 | [GTK][WPE] Initial ASYNC_SCROLLING support |
| 2378 | https://bugs.webkit.org/show_bug.cgi?id=184961 |
| 2379 | |
| 2380 | Reviewed by Carlos Garcia Campos. |
| 2381 | |
| 2382 | * Source/cmake/OptionsGTK.cmake: Enable ASYNC_SCROLLING as a private option. |
| 2383 | * Source/cmake/OptionsWPE.cmake: Ditto. |
| 2384 | |
mcatanzaro@igalia.com | 382399f | 2018-04-25 16:23:05 +0000 | [diff] [blame] | 2385 | 2018-04-25 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2386 | |
mcatanzaro@igalia.com | 9aa7f44 | 2018-04-26 06:40:04 +0000 | [diff] [blame] | 2387 | [WPE] Build and link against latest WPEBackend and WPEBackend-fdo |
| 2388 | https://bugs.webkit.org/show_bug.cgi?id=184643 |
| 2389 | |
| 2390 | Reviewed by Žan Doberšek. |
| 2391 | |
| 2392 | Update find modules to include the API versions. |
| 2393 | |
| 2394 | * Source/cmake/FindWPEBackend-fdo.cmake: |
| 2395 | * Source/cmake/FindWPEBackend.cmake: |
| 2396 | |
| 2397 | 2018-04-25 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2398 | |
mcatanzaro@igalia.com | 0648be1 | 2018-04-25 19:58:53 +0000 | [diff] [blame] | 2399 | [CMake] Some options should be marked as advanced |
| 2400 | https://bugs.webkit.org/show_bug.cgi?id=184972 |
| 2401 | |
| 2402 | Reviewed by Konstantin Tokarev. |
| 2403 | |
| 2404 | * Source/cmake/FindLibGcrypt.cmake: |
| 2405 | * Source/cmake/FindWebP.cmake: |
| 2406 | |
| 2407 | 2018-04-25 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2408 | |
mcatanzaro@igalia.com | 382399f | 2018-04-25 16:23:05 +0000 | [diff] [blame] | 2409 | [GTK] Miscellaneous build cleanups |
| 2410 | https://bugs.webkit.org/show_bug.cgi?id=184399 |
| 2411 | |
| 2412 | Reviewed by Žan Doberšek. |
| 2413 | |
| 2414 | * Source/cmake/OptionsGTK.cmake: |
| 2415 | |
commit-queue@webkit.org | f80c1ae | 2018-04-24 19:48:58 +0000 | [diff] [blame] | 2416 | 2018-04-24 Leo Balter <leonardo.balter@gmail.com> |
| 2417 | |
| 2418 | Land test262 test results associated with Test262 runner |
| 2419 | https://bugs.webkit.org/show_bug.cgi?id=184667 |
| 2420 | |
| 2421 | Reviewed by Michael Saboff. |
| 2422 | |
| 2423 | * .gitignore: Ignore test262 results file. |
| 2424 | |
zandobersek@gmail.com | 0ab24a4 | 2018-04-24 08:06:56 +0000 | [diff] [blame] | 2425 | 2018-04-24 Zan Dobersek <zdobersek@igalia.com> |
| 2426 | |
| 2427 | [WPE] Remove libgbm dependency |
| 2428 | https://bugs.webkit.org/show_bug.cgi?id=184906 |
| 2429 | |
| 2430 | Reviewed by Carlos Garcia Campos. |
| 2431 | |
| 2432 | Remove the libgbm CMake search module. It's not necessary anymore |
| 2433 | after r230562. |
| 2434 | |
| 2435 | * Source/cmake/FindLibGBM.cmake: Removed. |
| 2436 | |
mcatanzaro@igalia.com | f313291 | 2018-04-24 01:07:57 +0000 | [diff] [blame] | 2437 | 2018-04-23 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2438 | |
| 2439 | [GTK] check target looks broken |
| 2440 | https://bugs.webkit.org/show_bug.cgi?id=184407 |
| 2441 | |
| 2442 | Reviewed by Carlos Garcia Campos. |
| 2443 | |
| 2444 | It's pretty clear that nobody has been using check for a long time. |
| 2445 | |
| 2446 | We got rid of check-for-webkitdom-api-breaks a long time ago, when we stopped autogenerating |
| 2447 | the DOM API, but it's still used in the check target. Fix this. |
| 2448 | |
| 2449 | Also, the check target for some reason runs itself from the Source subdirectory of the |
| 2450 | builddir, but the test script expects to be run from the toplevel build directory. Fix this |
| 2451 | too. |
| 2452 | |
| 2453 | Add VERBATIM for good measure. |
| 2454 | |
| 2455 | * Source/PlatformGTK.cmake: |
| 2456 | |
dbates@webkit.org | 72aae13 | 2018-04-20 19:39:52 +0000 | [diff] [blame] | 2457 | 2018-04-20 Daniel Bates <dabates@apple.com> |
| 2458 | |
| 2459 | Unreviewed, rolling out r230117. |
| 2460 | |
| 2461 | Broke find-in-page for PDFs |
| 2462 | |
| 2463 | Reverted changeset: |
| 2464 | |
| 2465 | "ASSERTION FAILED: ASSERT(!containsImage || |
| 2466 | MIMETypeRegistry::isSupportedImageResourceMIMEType([resource |
| 2467 | MIMEType])) in -[NSPasteboard(WebExtras) |
| 2468 | _web_writePromisedRTFDFromArchive:containsImage:]" |
| 2469 | https://bugs.webkit.org/show_bug.cgi?id=184161 |
| 2470 | https://trac.webkit.org/changeset/230117 |
| 2471 | |
carlosgc@webkit.org | 38ec27b | 2018-04-20 10:33:30 +0000 | [diff] [blame] | 2472 | 2018-04-20 Carlos Garcia Campos <cgarcia@igalia.com> |
| 2473 | |
| 2474 | [GTK] Local cross references are broken in API documentation |
| 2475 | https://bugs.webkit.org/show_bug.cgi?id=184771 |
| 2476 | |
| 2477 | Reviewed by Michael Catanzaro. |
| 2478 | |
| 2479 | Update the documentation html paths and install the JSC GLib API too. |
| 2480 | |
| 2481 | * Source/PlatformGTK.cmake: |
| 2482 | |
carlosgc@webkit.org | e8c46f0 | 2018-04-18 08:35:07 +0000 | [diff] [blame] | 2483 | 2018-04-18 Carlos Garcia Campos <cgarcia@igalia.com> |
| 2484 | |
| 2485 | Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.1 release. |
| 2486 | |
| 2487 | * Source/cmake/OptionsGTK.cmake: Bump version numbers. |
| 2488 | |
zandobersek@gmail.com | e260caa | 2018-04-18 05:45:22 +0000 | [diff] [blame] | 2489 | 2018-04-17 Zan Dobersek <zdobersek@igalia.com> |
| 2490 | |
| 2491 | [CMake] Add and enable the ENABLE_CSS_ANIMATIONS_LEVEL_2 feature define |
| 2492 | https://bugs.webkit.org/show_bug.cgi?id=184681 |
| 2493 | |
| 2494 | Reviewed by Carlos Garcia Campos. |
| 2495 | |
| 2496 | * Source/cmake/WebKitFeatures.cmake: Add the ENABLE_CSS_ANIMATIONS_LEVEL_2 |
| 2497 | feature define. Follow Cocoa ports and enable it by default. |
| 2498 | |
mcatanzaro@igalia.com | c941a5d | 2018-04-15 16:32:26 +0000 | [diff] [blame] | 2499 | 2018-04-15 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2500 | |
| 2501 | [WPE] Install files needed for WebKitWebExtensions |
| 2502 | https://bugs.webkit.org/show_bug.cgi?id=179915 |
| 2503 | |
| 2504 | Reviewed by Žan Doberšek. |
| 2505 | |
| 2506 | * Source/cmake/OptionsWPE.cmake: |
| 2507 | |
ryanhaddad@apple.com | c7649b5 | 2018-04-12 18:32:26 +0000 | [diff] [blame] | 2508 | 2018-04-12 Ryan Haddad <ryanhaddad@apple.com> |
| 2509 | |
| 2510 | Unreviewed, rolling out r230554. |
| 2511 | |
| 2512 | The non-ASCII character in the filename causes issues with SVN |
| 2513 | |
| 2514 | Reverted changeset: |
| 2515 | |
| 2516 | "input.webkitEntries does not work as expected when folder |
| 2517 | contains accented chars" |
| 2518 | https://bugs.webkit.org/show_bug.cgi?id=184517 |
| 2519 | https://trac.webkit.org/changeset/230554 |
| 2520 | |
zandobersek@gmail.com | ae70043 | 2018-04-12 08:19:35 +0000 | [diff] [blame] | 2521 | 2018-04-12 Zan Dobersek <zdobersek@igalia.com> |
| 2522 | |
| 2523 | [WPE] Switch testing process to using WPEBackend-fdo |
| 2524 | https://bugs.webkit.org/show_bug.cgi?id=184357 |
| 2525 | |
| 2526 | Reviewed by Carlos Alberto Lopez Perez. |
| 2527 | |
| 2528 | * Source/cmake/FindWPEBackend-fdo.cmake: Renamed from Source/cmake/FindWPEBackend-mesa.cmake. |
| 2529 | |
commit-queue@webkit.org | ca604c2 | 2018-04-11 18:33:39 +0000 | [diff] [blame] | 2530 | 2018-04-11 Thibault Saunier <tsaunier@igalia.com> |
| 2531 | |
| 2532 | [GStreamer] Use of playbin3 when USE_PLAYBIN3 environment variable is set |
| 2533 | https://bugs.webkit.org/show_bug.cgi?id=184498 |
| 2534 | |
| 2535 | Reviewed by Philippe Normand. |
| 2536 | |
| 2537 | This is the same behaviour as with playbin itself. |
| 2538 | |
| 2539 | Make sure to keep using "playbin" for MediaSource. |
| 2540 | |
| 2541 | * Source/cmake/GStreamerDefinitions.cmake: |
| 2542 | |
mcatanzaro@igalia.com | c715242 | 2018-04-09 15:45:48 +0000 | [diff] [blame] | 2543 | 2018-04-09 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2544 | |
| 2545 | [WPE] Use GNU install directories |
| 2546 | https://bugs.webkit.org/show_bug.cgi?id=184377 |
| 2547 | |
| 2548 | Reviewed by Carlos Garcia Campos. |
| 2549 | |
| 2550 | Notably, this means all the CMake arguments that distributors use to customize install |
| 2551 | directories (-DCMAKE_INSTALL_*DIR) will no longer be ignored. |
| 2552 | |
| 2553 | * Source/cmake/OptionsCommon.cmake: |
| 2554 | * Source/cmake/OptionsWPE.cmake: |
| 2555 | |
Hironori.Fujii@sony.com | 25907df | 2018-04-09 02:58:40 +0000 | [diff] [blame] | 2556 | 2018-04-08 Fujii Hironori <Hironori.Fujii@sony.com> |
| 2557 | |
| 2558 | [CMake] WebKit should link to WebCore as a PRIVATE library if WebCore is a static library |
| 2559 | https://bugs.webkit.org/show_bug.cgi?id=184127 |
| 2560 | |
| 2561 | Reviewed by Konstantin Tokarev. |
| 2562 | |
| 2563 | Building TestWebKitLib on Windows causes a linkage error of |
| 2564 | multiply defined symbols because TestWebKitLib links to |
| 2565 | both WebCore and WebKit. TestWebKitLib explicitly links only with |
| 2566 | WebKit, But, WebCore is propagated because WebKit links WebCore as |
| 2567 | public. |
| 2568 | |
| 2569 | * Source/cmake/OptionsGTK.cmake (ADD_WHOLE_ARCHIVE_TO_LIBRARIES): |
| 2570 | Do not wrap PRIVATE and PUBLIC keywords with -Wl,--whole-archive. |
| 2571 | |
mcatanzaro@igalia.com | 92d844e | 2018-04-08 15:55:56 +0000 | [diff] [blame] | 2572 | 2018-04-08 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2573 | |
| 2574 | [WPE][GTK] Remove applicationDirectoryPath() and sharedResourcePath() |
| 2575 | https://bugs.webkit.org/show_bug.cgi?id=184381 |
| 2576 | |
| 2577 | Reviewed by Carlos Garcia Campos. |
| 2578 | |
| 2579 | * Source/cmake/OptionsGTK.cmake: |
| 2580 | * Source/cmake/OptionsWPE.cmake: |
| 2581 | |
pvollan@apple.com | 4587520 | 2018-04-02 21:14:09 +0000 | [diff] [blame] | 2582 | 2018-04-02 Per Arne Vollan <pvollan@apple.com> |
| 2583 | |
| 2584 | Remove references to internal version of WebKitQuartzCoreAdditions in CMake files. |
| 2585 | https://bugs.webkit.org/show_bug.cgi?id=184246 |
| 2586 | <rdar://problem/39116563> |
| 2587 | |
| 2588 | Unreviewed build fix. |
| 2589 | |
| 2590 | * Source/PlatformWin.cmake: |
| 2591 | |
commit-queue@webkit.org | df7241e | 2018-04-02 11:29:03 +0000 | [diff] [blame] | 2592 | 2018-04-02 Alejandro G. Castro <alex@igalia.com> |
| 2593 | |
| 2594 | [GTK] Make libwebrtc backend buildable for GTK port |
| 2595 | https://bugs.webkit.org/show_bug.cgi?id=178860 |
| 2596 | |
| 2597 | Reviewed by Youenn Fablet. |
| 2598 | |
| 2599 | * Source/CMakeLists.txt: Add the libwebrtc directory to the compilation. |
| 2600 | * Source/cmake/OptionsGTK.cmake: Add the USE_LIBWEBRTC option to |
| 2601 | allow compilation of the specific code. |
| 2602 | |
dbates@webkit.org | 1ad5d16 | 2018-03-30 21:01:35 +0000 | [diff] [blame] | 2603 | 2018-03-30 Daniel Bates <dabates@apple.com> |
| 2604 | |
| 2605 | ASSERTION FAILED: ASSERT(!containsImage || MIMETypeRegistry::isSupportedImageResourceMIMEType([resource MIMEType])) in -[NSPasteboard(WebExtras) _web_writePromisedRTFDFromArchive:containsImage:] |
| 2606 | https://bugs.webkit.org/show_bug.cgi?id=184161 |
| 2607 | |
| 2608 | Reviewed by Per Arne Vollan. |
| 2609 | |
| 2610 | * ManualTests/DragInlinePDFImageDocument.html: Added. |
| 2611 | * ManualTests/resources/simple.pdf: Added. |
| 2612 | |
timothy_horton@apple.com | 3baf120 | 2018-03-28 21:07:55 +0000 | [diff] [blame] | 2613 | 2018-03-28 Tim Horton <timothy_horton@apple.com> |
| 2614 | |
| 2615 | Make it possible to disable building the tools with Make |
| 2616 | https://bugs.webkit.org/show_bug.cgi?id=184109 |
| 2617 | |
| 2618 | Reviewed by Simon Fraser. |
| 2619 | |
| 2620 | * Makefile: |
| 2621 | |
carlosgc@webkit.org | 527d200 | 2018-03-26 08:44:13 +0000 | [diff] [blame] | 2622 | 2018-03-25 Carlos Garcia Campos <cgarcia@igalia.com> |
| 2623 | |
| 2624 | [GTK][WPE] Add API to convert between DOM and JSCValue |
| 2625 | https://bugs.webkit.org/show_bug.cgi?id=183448 |
| 2626 | |
| 2627 | Reviewed by Michael Catanzaro. |
| 2628 | |
| 2629 | Define FORWARDING_HEADERS_WPE_DOM_DIR. |
| 2630 | |
| 2631 | * Source/cmake/OptionsWPE.cmake: |
| 2632 | |
aperez@igalia.com | ebc8625 | 2018-03-22 21:56:18 +0000 | [diff] [blame] | 2633 | 2018-03-22 Adrian Perez de Castro <aperez@igalia.com> |
| 2634 | |
| 2635 | [WPE] Enable WOFF2 support |
| 2636 | https://bugs.webkit.org/show_bug.cgi?id=178158 |
| 2637 | |
| 2638 | Reviewed by Frédéric Wang. |
| 2639 | |
| 2640 | * Source/cmake/OptionsWPE.cmake: Add needed logic to detect the Brotli and WOFF2 libraries. |
| 2641 | |
carlosgc@webkit.org | bed6a5d | 2018-03-21 08:42:08 +0000 | [diff] [blame] | 2642 | 2018-03-21 Carlos Garcia Campos <cgarcia@igalia.com> |
| 2643 | |
| 2644 | [GTK][WPE] Initial implementation of JavaScriptCore glib bindings |
| 2645 | https://bugs.webkit.org/show_bug.cgi?id=164061 |
| 2646 | |
| 2647 | Reviewed by Michael Catanzaro. |
| 2648 | |
| 2649 | Set global variables used by the makefiles. |
| 2650 | |
| 2651 | * Source/cmake/OptionsGTK.cmake: |
| 2652 | * Source/cmake/OptionsWPE.cmake: |
| 2653 | |
Ms2ger@igalia.com | 79832e5 | 2018-03-15 16:00:08 +0000 | [diff] [blame] | 2654 | 2018-03-15 Ms2ger <Ms2ger@igalia.com> |
| 2655 | |
| 2656 | [GTK][WPE] Enable service workers |
| 2657 | https://bugs.webkit.org/show_bug.cgi?id=178576 |
| 2658 | |
| 2659 | Reviewed by Žan Doberšek. |
| 2660 | |
| 2661 | * Source/cmake/OptionsGTK.cmake: |
| 2662 | * Source/cmake/OptionsWPE.cmake: |
| 2663 | |
yoav@yoav.ws | ed17922 | 2018-03-12 23:28:45 +0000 | [diff] [blame] | 2664 | 2018-03-12 Yoav Weiss <yoav@yoav.ws> |
| 2665 | |
| 2666 | Runtime flag for link prefetch and remove link subresource. |
| 2667 | https://bugs.webkit.org/show_bug.cgi?id=183540 |
| 2668 | |
| 2669 | Reviewed by Chris Dumez. |
| 2670 | |
| 2671 | Remove the LINK_PREFETCH build time flag. |
| 2672 | |
| 2673 | * Source/cmake/OptionsWin.cmake: |
| 2674 | * Source/cmake/WebKitFeatures.cmake: |
| 2675 | * Source/cmake/tools/vsprops/FeatureDefines.props: |
| 2676 | * Source/cmake/tools/vsprops/FeatureDefinesCairo.props: |
| 2677 | |
zandobersek@gmail.com | 25c62a5 | 2018-03-12 13:50:36 +0000 | [diff] [blame] | 2678 | 2018-03-12 Zan Dobersek <zdobersek@igalia.com> |
| 2679 | |
| 2680 | Unreviewed. Unbreak the WPE layout testing that's been broken since |
| 2681 | r229470. Due to disassociation between ENABLE(ACCESSIBILITY) and |
| 2682 | HAVE(ACCESSIBILITY), the injected bundle for the WPE port was left with |
| 2683 | undefined symbols. This is fixed with ENABLE_ACCESSIBILITY being enabled |
| 2684 | for the WPE port as well. |
| 2685 | |
| 2686 | * Source/cmake/OptionsWPE.cmake: |
| 2687 | |
carlosgc@webkit.org | ff6a058 | 2018-03-12 09:46:37 +0000 | [diff] [blame] | 2688 | 2018-03-12 Carlos Garcia Campos <cgarcia@igalia.com> |
| 2689 | |
| 2690 | Unreviewed. Fix library version of JavaScriptCoreGTK. |
| 2691 | |
| 2692 | * Source/cmake/OptionsGTK.cmake: |
| 2693 | |
carlosgc@webkit.org | eb2c040 | 2018-03-09 10:18:50 +0000 | [diff] [blame] | 2694 | 2018-03-09 Carlos Garcia Campos <cgarcia@igalia.com> |
| 2695 | |
| 2696 | Unreviewed. Bump WebKitGTK+ version to 2.21.0. |
| 2697 | |
| 2698 | * Source/cmake/OptionsGTK.cmake: |
| 2699 | |
timothy_horton@apple.com | e8aa4df | 2018-03-08 21:19:36 +0000 | [diff] [blame] | 2700 | 2018-03-08 Tim Horton <timothy_horton@apple.com> |
| 2701 | |
| 2702 | Add a way to not build libwebrtc when building WebKit via Makefiles |
| 2703 | https://bugs.webkit.org/show_bug.cgi?id=183437 |
| 2704 | <rdar://problem/38254840> |
| 2705 | |
| 2706 | Reviewed by Dan Bernstein. |
| 2707 | |
| 2708 | * Source/Makefile: |
| 2709 | |
don.olmstead@sony.com | 1e1d788 | 2018-03-05 13:28:35 +0000 | [diff] [blame] | 2710 | 2018-03-05 Don Olmstead <don.olmstead@sony.com> |
| 2711 | |
| 2712 | [CMake] Split JSC header copying into public and private targets |
| 2713 | https://bugs.webkit.org/show_bug.cgi?id=183251 |
| 2714 | |
| 2715 | Reviewed by Konstantin Tokarev. |
| 2716 | |
| 2717 | * Source/cmake/WebKitMacros.cmake: |
| 2718 | |
don.olmstead@sony.com | a3a6c55 | 2018-03-02 22:13:12 +0000 | [diff] [blame] | 2719 | 2018-03-02 Don Olmstead <don.olmstead@sony.com> |
| 2720 | |
| 2721 | Add clang-format configuration |
| 2722 | https://bugs.webkit.org/show_bug.cgi?id=183302 |
| 2723 | |
| 2724 | Reviewed by Ryosuke Niwa. |
| 2725 | |
| 2726 | * .clang-format: Added. |
| 2727 | |
mcatanzaro@igalia.com | 6cf40c5 | 2018-03-02 01:01:26 +0000 | [diff] [blame] | 2728 | 2018-03-01 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2729 | |
| 2730 | [CMake] configure failure for aarch64 |
| 2731 | https://bugs.webkit.org/show_bug.cgi?id=183268 |
| 2732 | |
| 2733 | Unreviewed build fix. This failure is caused by a simple typo. |
| 2734 | |
| 2735 | * Source/cmake/OptionsCommon.cmake: |
| 2736 | |
commit-queue@webkit.org | 3e01b7a | 2018-02-26 19:08:33 +0000 | [diff] [blame] | 2737 | 2018-02-26 Yousuke Kimoto <yousuke.kimoto@sony.com> |
| 2738 | |
| 2739 | [WinCairo] WebKit2_C.h should be included for TestWebKit |
| 2740 | https://bugs.webkit.org/show_bug.cgi?id=182682 |
| 2741 | |
| 2742 | Reviewed by Yusuke Suzuki. |
| 2743 | |
| 2744 | Added a new definition "BUILDING_WIN_CAIRO_WEBKIT" to specify |
| 2745 | the wincairo webkit build. |
| 2746 | |
| 2747 | * Source/cmake/OptionsWinCairo.cmake: |
| 2748 | |
commit-queue@webkit.org | 3e9045c | 2018-02-26 08:01:12 +0000 | [diff] [blame] | 2749 | 2018-02-26 Fujii Hironori <Hironori.Fujii@sony.com> |
| 2750 | |
| 2751 | [CMake][OpenVR] Linkage errors happen because only OpenVR is compiled with -stdlib=libc++ if Clang is used |
| 2752 | https://bugs.webkit.org/show_bug.cgi?id=183116 |
| 2753 | |
| 2754 | Reviewed by Žan Doberšek. |
| 2755 | |
| 2756 | OpenVR has a option USE_LIBCXX to enable/disable that behavior. Let's disable it. |
| 2757 | |
| 2758 | * Source/CMakeLists.txt: Added a option command for USE_LIBCXX to set OFF as default. |
| 2759 | |
don.olmstead@sony.com | b46f507 | 2018-02-21 20:01:22 +0000 | [diff] [blame] | 2760 | 2018-02-21 Don Olmstead <don.olmstead@sony.com> |
| 2761 | |
don.olmstead@sony.com | 8e4dfae | 2018-02-21 22:34:01 +0000 | [diff] [blame] | 2762 | [CMake] Expose HAVE macros globally |
| 2763 | https://bugs.webkit.org/show_bug.cgi?id=183011 |
| 2764 | |
| 2765 | Reviewed by Michael Catanzaro. |
| 2766 | |
| 2767 | * Source/cmake/OptionsCommon.cmake: |
| 2768 | * Source/cmake/WebKitFeatures.cmake: |
| 2769 | |
| 2770 | 2018-02-21 Don Olmstead <don.olmstead@sony.com> |
| 2771 | |
don.olmstead@sony.com | b46f507 | 2018-02-21 20:01:22 +0000 | [diff] [blame] | 2772 | [CMake][Win] Use cmakeconfig.h rather than config.h and Platform.h |
| 2773 | https://bugs.webkit.org/show_bug.cgi?id=182883 |
| 2774 | |
| 2775 | Reviewed by Per Arne Vollan. |
| 2776 | |
| 2777 | * Source/cmake/OptionsAppleWin.cmake: |
| 2778 | * Source/cmake/OptionsWin.cmake: |
| 2779 | * Source/cmake/OptionsWinCairo.cmake: |
| 2780 | |
mcatanzaro@igalia.com | fc6d234 | 2018-02-21 19:42:35 +0000 | [diff] [blame] | 2781 | 2018-02-21 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2782 | |
| 2783 | [GTK] USE_UPOWER causes crashes inside a chroot or on systems with broken dbus/upower |
| 2784 | https://bugs.webkit.org/show_bug.cgi?id=181825 |
| 2785 | |
| 2786 | Reviewed by Carlos Garcia Campos. |
| 2787 | |
| 2788 | Get rid of the upower-glib dependency. We will use upower's D-Bus API instead. |
| 2789 | |
| 2790 | * Source/cmake/FindUPowerGLib.cmake: Removed. |
| 2791 | * Source/cmake/OptionsGTK.cmake: |
| 2792 | |
aperez@igalia.com | 503e953 | 2018-02-20 18:46:10 +0000 | [diff] [blame] | 2793 | 2018-02-20 Adrian Perez de Castro <aperez@igalia.com> |
| 2794 | |
| 2795 | [GTK][CMake] Support building with Enchant 2.x |
| 2796 | https://bugs.webkit.org/show_bug.cgi?id=182933 |
| 2797 | |
| 2798 | Reviewed by Michael Catanzaro. |
| 2799 | |
| 2800 | * Source/cmake/FindEnchant.cmake: Check for both the "enchant" and "enchant-2" |
| 2801 | pkg-config components, picking the first available for which the headers and |
| 2802 | library are usable. |
| 2803 | |
philn@webkit.org | 8d2e16b | 2018-02-19 08:58:14 +0000 | [diff] [blame] | 2804 | 2018-02-19 Philippe Normand <pnormand@igalia.com> |
| 2805 | |
| 2806 | [GStreamer] Playbin3 support |
| 2807 | https://bugs.webkit.org/show_bug.cgi?id=182530 |
| 2808 | |
| 2809 | Reviewed by Xabier Rodriguez-Calvar. |
| 2810 | |
| 2811 | * Source/cmake/GStreamerDefinitions.cmake: New |
| 2812 | USE(GSTREAMER_PLAYBIN3) feature. This should be enabled only for |
| 2813 | very recent versions of GStreamer (1.14 at least) and is optional, for now. |
| 2814 | |
philn@webkit.org | 6c37216 | 2018-02-19 07:46:54 +0000 | [diff] [blame] | 2815 | 2018-02-18 Philippe Normand <pnormand@igalia.com> |
| 2816 | |
| 2817 | [GTK][WPE] Fullscreen video is broken |
| 2818 | https://bugs.webkit.org/show_bug.cgi?id=182740 |
| 2819 | |
| 2820 | Reviewed by Michael Catanzaro. |
| 2821 | |
| 2822 | * Source/cmake/WebKitFeatures.cmake: Enable the |
| 2823 | VIDEO_USES_ELEMENT_FULLSCREEN feature on CMake ports. |
| 2824 | |
dino@apple.com | 8a0559b | 2018-02-17 00:48:36 +0000 | [diff] [blame] | 2825 | 2018-02-16 Dean Jackson <dino@apple.com> |
| 2826 | |
| 2827 | Use OPENGL macros to be more clear about which OpenGL/ES WebGL uses on Cocoa |
| 2828 | https://bugs.webkit.org/show_bug.cgi?id=182894 |
| 2829 | |
| 2830 | Reviewed by Tim Horton. |
| 2831 | |
| 2832 | Rename OPENGL_ES_2 to OPENGL_ES. |
| 2833 | |
| 2834 | * Source/cmake/OptionsGTK.cmake: |
| 2835 | * Source/cmake/OptionsWPE.cmake: |
| 2836 | |
ross.kirsling@sony.com | f45cdf4 | 2018-02-10 00:48:52 +0000 | [diff] [blame] | 2837 | 2018-02-09 Ross Kirsling <ross.kirsling@sony.com> |
| 2838 | |
| 2839 | Simplify .gitignore's WebKitLibraries/win section. |
| 2840 | https://bugs.webkit.org/show_bug.cgi?id=182618 |
| 2841 | |
| 2842 | Reviewed by Per Arne Vollan. |
| 2843 | |
| 2844 | We need to update this section for WinCairoRequirements regardless, but |
| 2845 | it never needed to be this longwinded in the first place. |
| 2846 | |
| 2847 | * .gitignore: |
| 2848 | |
commit-queue@webkit.org | 2ace905 | 2018-02-09 01:58:23 +0000 | [diff] [blame] | 2849 | 2018-02-08 Fujii Hironori <Hironori.Fujii@sony.com> |
| 2850 | |
| 2851 | [Meta][Win] Support ICU 59.1+ |
| 2852 | https://bugs.webkit.org/show_bug.cgi?id=181004 |
| 2853 | |
| 2854 | Reviewed by Alex Christensen. |
| 2855 | |
| 2856 | ICU 59 changed the type of UChar from wchar_t to char16_t on |
| 2857 | Windows. We need a lot of conversions between UChar* and wchar_t* |
| 2858 | to call Windows API because it takes string as wchar_t*. |
| 2859 | |
| 2860 | Fortunately, ICU is configurable to define UChar as wchar_t as |
| 2861 | well as the prior ICU. |
| 2862 | <http://icu-project.org/apiref/icu4c/umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac> |
| 2863 | |
| 2864 | * Source/cmake/OptionsWin.cmake: Add a compile option -DUCHAR_TYPE=wchar_t. |
| 2865 | |
mcatanzaro@igalia.com | 6e487c6 | 2018-02-08 21:45:31 +0000 | [diff] [blame] | 2866 | 2018-02-08 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2867 | |
| 2868 | Unreviewed, switch -pthread to -lpthread per recommendation from Adrian |
| 2869 | https://bugs.webkit.org/show_bug.cgi?id=182400 |
| 2870 | <rdar://problem/37252242> |
| 2871 | |
| 2872 | This is tested and works fine. |
| 2873 | |
| 2874 | * Source/cmake/WebKitCompilerFlags.cmake: |
| 2875 | |
commit-queue@webkit.org | 85a989c | 2018-02-06 02:29:57 +0000 | [diff] [blame] | 2876 | 2018-02-05 Yousuke Kimoto <yousuke.kimoto@sony.com> |
| 2877 | |
| 2878 | [WinCairo] Refine WebKitLegacy and WebKit build for wincairo |
| 2879 | https://bugs.webkit.org/show_bug.cgi?id=182478 |
| 2880 | |
| 2881 | Reviewed by Alex Christensen. |
| 2882 | |
| 2883 | * Source/cmake/OptionsWinCairo.cmake: Added a ENABLE_WIN_CAIRO_WEBKIT option to build webkit for wincairo. |
| 2884 | |
mcatanzaro@igalia.com | 5f856e1 | 2018-02-05 23:23:28 +0000 | [diff] [blame] | 2885 | 2018-02-05 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2886 | |
mcatanzaro@igalia.com | 2557556 | 2018-02-06 01:21:51 +0000 | [diff] [blame] | 2887 | Unreviewed, fix build using the new ENABLE_ADDRESS_SANITIZER option |
| 2888 | https://bugs.webkit.org/show_bug.cgi?id=182400 |
| 2889 | <rdar://problem/37252242> |
| 2890 | |
| 2891 | I failed to properly test a last-minute change. |
| 2892 | |
| 2893 | * Source/cmake/WebKitCompilerFlags.cmake: |
| 2894 | |
| 2895 | 2018-02-05 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2896 | |
mcatanzaro@igalia.com | 5f856e1 | 2018-02-05 23:23:28 +0000 | [diff] [blame] | 2897 | [CMake] Add ENABLE_ADDRESS_SANITIZER to make it easier to build with asan support |
| 2898 | https://bugs.webkit.org/show_bug.cgi?id=182400 |
| 2899 | |
| 2900 | Reviewed by Konstantin Tokarev. |
| 2901 | |
| 2902 | * Source/cmake/OptionsGTK.cmake: |
| 2903 | * Source/cmake/WebKitCompilerFlags.cmake: |
| 2904 | |
mcatanzaro@igalia.com | 45c91a3 | 2018-02-01 01:38:34 +0000 | [diff] [blame] | 2905 | 2018-01-31 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2906 | |
| 2907 | Update ReadMe.md |
| 2908 | https://bugs.webkit.org/show_bug.cgi?id=182314 |
| 2909 | |
| 2910 | Reviewed by Alex Christensen. |
| 2911 | |
| 2912 | Add download link for Epiphany Technology Preview. Improve build instructions for GTK. Add |
| 2913 | build instructions for WPE. Add instructions to run MiniBrowser on Linux. Miscellaneous |
| 2914 | typographical adjustments. |
| 2915 | |
| 2916 | * ReadMe.md: |
| 2917 | |
svillar@igalia.com | bb98248 | 2018-01-30 16:18:26 +0000 | [diff] [blame] | 2918 | 2018-01-30 Sergio Villar Senin <svillar@igalia.com> |
| 2919 | |
| 2920 | [WebVR][GTK][WPE] Exclude OpenVR from tarballs |
| 2921 | https://bugs.webkit.org/show_bug.cgi?id=182284 |
| 2922 | |
| 2923 | Reviewed by Michael Catanzaro. |
| 2924 | |
| 2925 | Added private build options for USE_OPENVR. |
| 2926 | |
| 2927 | * Source/cmake/OptionsGTK.cmake: |
| 2928 | * Source/cmake/OptionsWPE.cmake: |
| 2929 | |
commit-queue@webkit.org | 3d062f7 | 2018-01-30 11:37:12 +0000 | [diff] [blame] | 2930 | 2018-01-30 Basuke Suzuki <Basuke.Suzuki@sony.com> |
| 2931 | |
| 2932 | [WinCairo] Fix forwarding header conflict of WebKit on WinCairo |
| 2933 | https://bugs.webkit.org/show_bug.cgi?id=177202 |
| 2934 | |
| 2935 | Reviewed by Alex Christensen. |
| 2936 | |
| 2937 | * Source/cmake/WebKitMacros.cmake: |
| 2938 | |
jiewen_tan@apple.com | 466b602 | 2018-01-30 01:20:17 +0000 | [diff] [blame] | 2939 | 2018-01-29 Jiewen Tan <jiewen_tan@apple.com> |
| 2940 | |
| 2941 | [WebAuthN] Add a compile-time feature flag |
| 2942 | https://bugs.webkit.org/show_bug.cgi?id=182211 |
| 2943 | <rdar://problem/36936365> |
| 2944 | |
| 2945 | Reviewed by Brent Fulgham. |
| 2946 | |
| 2947 | * Source/cmake/WebKitFeatures.cmake: |
| 2948 | * Source/cmake/tools/vsprops/FeatureDefines.props: |
| 2949 | * Source/cmake/tools/vsprops/FeatureDefinesCairo.props: |
| 2950 | |
svillar@igalia.com | bacd75c | 2018-01-24 15:04:34 +0000 | [diff] [blame] | 2951 | 2018-01-18 Sergio Villar Senin <svillar@igalia.com> |
| 2952 | |
| 2953 | [WebVR] Add OpenVR to the tree and to the build |
| 2954 | https://bugs.webkit.org/show_bug.cgi?id=177298 |
| 2955 | |
| 2956 | Reviewed by Žan Doberšek. |
| 2957 | |
| 2958 | * Source/CMakeLists.txt: |
| 2959 | * Source/cmake/OptionsGTK.cmake: Enable USE_OPENVR. |
| 2960 | * Source/cmake/OptionsWPE.cmake: Ditto. |
| 2961 | |
mitz@apple.com | e3cb82d | 2018-01-18 16:46:12 +0000 | [diff] [blame] | 2962 | 2018-01-18 Dan Bernstein <mitz@apple.com> |
| 2963 | |
| 2964 | [Xcode] Shared schemes in the WebKit workspace still have build pre-actions that invoke copy-webkitlibraries-to-product-directory |
| 2965 | https://bugs.webkit.org/show_bug.cgi?id=181784 |
| 2966 | |
| 2967 | Reviewed by Anders Carlsson. |
| 2968 | |
| 2969 | * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Remove the build pre-action. |
| 2970 | * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Ditto. |
| 2971 | |
mcatanzaro@igalia.com | 3fc2b8c | 2018-01-17 23:18:17 +0000 | [diff] [blame] | 2972 | 2018-01-17 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2973 | |
| 2974 | WEBKIT_FRAMEWORK should not modify file-global include directories |
| 2975 | https://bugs.webkit.org/show_bug.cgi?id=181656 |
| 2976 | |
| 2977 | Reviewed by Konstantin Tokarev. |
| 2978 | |
| 2979 | Only modify the system include directories of the target passed to WEBKIT_FRAMEWORK. |
| 2980 | |
| 2981 | * Source/cmake/WebKitMacros.cmake: |
| 2982 | |
carlosgc@webkit.org | eaee7ae | 2018-01-17 10:36:59 +0000 | [diff] [blame] | 2983 | 2018-01-17 Carlos Garcia Campos <cgarcia@igalia.com> |
| 2984 | |
| 2985 | Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.6 release. |
| 2986 | |
| 2987 | * Source/cmake/OptionsGTK.cmake: Bump version numbers. |
| 2988 | |
mcatanzaro@igalia.com | 528d90e | 2018-01-15 08:45:13 +0000 | [diff] [blame] | 2989 | 2018-01-15 Michael Catanzaro <mcatanzaro@igalia.com> |
| 2990 | |
| 2991 | REGRESSION(r226266): [GTK] RELEASE_ASSERT(reservedZoneSize >= minimumReservedZoneSize) in JSC::VM::updateStackLimits |
| 2992 | https://bugs.webkit.org/show_bug.cgi?id=181438 |
| 2993 | <rdar://problem/36376724> |
| 2994 | |
| 2995 | Reviewed by Carlos Garcia Campos. |
| 2996 | |
| 2997 | Build JSC as a shared library. |
| 2998 | |
| 2999 | Stop using -fvisibility=hidden. This is a shame, but it is causing problems that I don't |
| 3000 | know how to fix. |
| 3001 | |
| 3002 | * Source/cmake/OptionsGTK.cmake: |
| 3003 | * Source/cmake/WebKitCompilerFlags.cmake: |
| 3004 | |
keith_miller@apple.com | e3c9621 | 2018-01-12 07:59:30 +0000 | [diff] [blame] | 3005 | 2018-01-11 Keith Miller <keith_miller@apple.com> |
| 3006 | |
| 3007 | Rename ENABLE_ASYNC_ITERATION to ENABLE_JS_ASYNC_ITERATION |
| 3008 | https://bugs.webkit.org/show_bug.cgi?id=181573 |
| 3009 | |
| 3010 | Reviewed by Simon Fraser. |
| 3011 | |
| 3012 | * Source/cmake/WebKitFeatures.cmake: |
| 3013 | |
pvollan@apple.com | 3a3f7f5 | 2018-01-11 04:57:51 +0000 | [diff] [blame] | 3014 | 2018-01-10 Per Arne Vollan <pvollan@apple.com> |
| 3015 | |
| 3016 | [Win] WebKitLegacy should be a dll, not a static library. |
| 3017 | https://bugs.webkit.org/show_bug.cgi?id=181500 |
| 3018 | |
| 3019 | Reviewed by Alex Christensen. |
| 3020 | |
| 3021 | Set WebKitLegacy library type to shared. |
| 3022 | |
| 3023 | * Source/cmake/OptionsWin.cmake: |
| 3024 | |
carlosgc@webkit.org | 2daae64 | 2018-01-09 11:55:51 +0000 | [diff] [blame] | 3025 | 2018-01-09 Carlos Garcia Campos <cgarcia@igalia.com> |
| 3026 | |
carlosgc@webkit.org | b9ff637 | 2018-01-09 16:29:45 +0000 | [diff] [blame] | 3027 | Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.5 release. |
| 3028 | |
| 3029 | * Source/cmake/OptionsGTK.cmake: Bump version numbers. |
| 3030 | |
| 3031 | 2018-01-09 Carlos Garcia Campos <cgarcia@igalia.com> |
| 3032 | |
carlosgc@webkit.org | 2daae64 | 2018-01-09 11:55:51 +0000 | [diff] [blame] | 3033 | Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.4 release. |
| 3034 | |
| 3035 | * Source/cmake/OptionsGTK.cmake: Bump version numbers. |
| 3036 | |
commit-queue@webkit.org | 8cb5665 | 2018-01-05 11:11:44 +0000 | [diff] [blame] | 3037 | 2018-01-05 Fujii Hironori <Hironori.Fujii@sony.com> |
| 3038 | |
| 3039 | REGRESSION(r226306)[Win][CMake] Unnecessary recompilations triggered by unconditionally copied header files of DerivedSources |
| 3040 | https://bugs.webkit.org/show_bug.cgi?id=181324 |
| 3041 | |
| 3042 | Reviewed by Konstantin Tokarev. |
| 3043 | |
| 3044 | r226306 changed to use cmake -E copy to copy header files of |
| 3045 | DerivedSources. This command copies files unconditionally, then |
| 3046 | introduced unnecessary recompilations. |
| 3047 | |
| 3048 | * Source/cmake/WebKitMacros.cmake: Use copy_if_different instead of copy. |
| 3049 | |
commit-queue@webkit.org | 026ee04 | 2018-01-04 07:18:18 +0000 | [diff] [blame] | 3050 | 2018-01-03 Ting-Wei Lan <lantw44@gmail.com> |
| 3051 | |
| 3052 | Replace hard-coded paths in shebangs with #!/usr/bin/env |
| 3053 | https://bugs.webkit.org/show_bug.cgi?id=181040 |
| 3054 | |
| 3055 | Reviewed by Alex Christensen. |
| 3056 | |
| 3057 | * Source/cmake/tools/scripts/auto-version.pl: |
| 3058 | * Source/cmake/tools/scripts/feature-defines.pl: |
| 3059 | * Source/cmake/tools/scripts/version-stamp.pl: |
| 3060 | |
mcatanzaro@igalia.com | 3fcf3c3 | 2018-01-02 04:27:34 +0000 | [diff] [blame] | 3061 | == Rolled over to ChangeLog-2018-01-01 == |