caio.oliveira@openbossa.org | 6f63176 | 2013-02-07 14:47:50 +0000 | [diff] [blame^] | 1 | 2013-02-07 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org> |
| 2 | |
| 3 | [CoordinatedGraphics] Use ScrollingCoordinator to track fixed layers |
| 4 | https://bugs.webkit.org/show_bug.cgi?id=108990 |
| 5 | |
| 6 | Reviewed by Noam Rosenthal. |
| 7 | |
| 8 | Add a new test that allow us to remove the fixed positioning of a layer but still keeping |
| 9 | it compositing. Coordinated Graphics had a bug where the CoordinatedSceneGraph would still |
| 10 | count this layer as fixed position. |
| 11 | |
| 12 | * ManualTests/remove-fixed-position-but-keep-compositing.html: Added. |
| 13 | |
kov@webkit.org | f5bb58f | 2013-02-07 13:48:46 +0000 | [diff] [blame] | 14 | 2013-02-07 Gustavo Noronha Silva <gns@gnome.org> |
| 15 | |
| 16 | Unreviewed build fix after r141196 for 32 bits autotools. |
| 17 | |
| 18 | * Source/autotools/symbols.filter: restore 32 bits version of the |
| 19 | WebCore::TextIterator::getLocationAndLengthFromRange(WebCore::Node*, |
| 20 | WebCore::Range const*, unsigned int&, unsigned int&) symbol. |
| 21 | |
hausmann@webkit.org | db2d1d4 | 2013-02-07 08:25:14 +0000 | [diff] [blame] | 22 | 2013-02-05 Simon Hausmann <simon.hausmann@digia.com> |
| 23 | |
| 24 | [Qt] Compile WTF tests of TestWebKitAPI |
| 25 | https://bugs.webkit.org/show_bug.cgi?id=108935 |
| 26 | |
| 27 | Reviewed by Kenneth Rohde Christiansen. |
| 28 | |
| 29 | Build gtest on Linux. |
| 30 | |
| 31 | * WebKit.pro: |
| 32 | |
commit-queue@webkit.org | 2cb6ac1 | 2013-02-06 18:15:30 +0000 | [diff] [blame] | 33 | 2013-02-06 Jonathon Jongsma <jonathon.jongsma@collabora.com> |
| 34 | |
| 35 | [GStreamer] MediaPlayer's code is not easily reusable by other GStreamer-based players |
| 36 | https://bugs.webkit.org/show_bug.cgi?id=100261 |
| 37 | |
| 38 | Reviewed by Philippe Normand |
| 39 | |
| 40 | * configure.ac: removed farstream requirement for now since it's |
| 41 | not actually used yet and makes it more difficult to build and test |
| 42 | |
mkwst@chromium.org | ebd3858 | 2013-02-06 12:07:10 +0000 | [diff] [blame] | 43 | 2013-02-06 Mike West <mkwst@chromium.org> |
| 44 | |
| 45 | Add an ENABLE_NOSNIFF feature flag. |
| 46 | https://bugs.webkit.org/show_bug.cgi?id=109029 |
| 47 | |
| 48 | Reviewed by Jochen Eisinger. |
| 49 | |
| 50 | This new flag will control the behavior of 'X-Content-Type-Options: nosniff' |
| 51 | when processing script and other resource types. |
| 52 | |
| 53 | * Source/cmake/WebKitFeatures.cmake: |
| 54 | * Source/cmakeconfig.h.cmake: |
| 55 | |
jocelyn.turcotte@digia.com | 66a6542 | 2013-02-05 15:34:51 +0000 | [diff] [blame] | 56 | 2013-02-05 Jocelyn Turcotte <jocelyn.turcotte@digia.com> |
| 57 | |
| 58 | [Qt] REGRESSION(r137436): It made all inspector tests timeout on developer builds |
| 59 | https://bugs.webkit.org/show_bug.cgi?id=106554 |
| 60 | |
| 61 | Reviewed by Simon Hausmann. |
| 62 | |
| 63 | Explicitely link WebCore resources in the final DLL only on Windows to |
| 64 | support force_static_libs_as_shared on other platforms. |
| 65 | |
| 66 | WebKit1 applications don't get the QtWebKit dynamic library loaded |
| 67 | since libQtWebKitWidgets doesn't depend on libQtWebKit if WebCore and |
| 68 | WebKit1 are dynamic libraries of their own. |
| 69 | |
| 70 | * Source/api.pri: |
| 71 | |
mrobinson@webkit.org | 3815592 | 2013-02-05 08:55:44 +0000 | [diff] [blame] | 72 | 2013-02-05 Martin Robinson <mrobinson@igalia.com> |
| 73 | |
| 74 | Update the NEWS and configuration in preparation for 1.11.5. |
| 75 | |
| 76 | Reviewed by Philippe Normand. |
| 77 | |
| 78 | * configure.ac: |
| 79 | |
benjamin@webkit.org | 99308ba | 2013-02-05 04:21:13 +0000 | [diff] [blame] | 80 | 2013-02-04 Benjamin Poulain <bpoulain@apple.com> |
| 81 | |
| 82 | Kill suspendAnimation(), resumeAnimation() and numberOfActiveAnimations() from DRT/WTR; use Internals |
| 83 | https://bugs.webkit.org/show_bug.cgi?id=108741 |
| 84 | |
| 85 | Reviewed by Tony Chang. |
| 86 | |
| 87 | * Source/autotools/symbols.filter: |
| 88 | |
paroga@webkit.org | 421a2ac | 2013-02-02 20:59:25 +0000 | [diff] [blame] | 89 | 2013-02-02 Patrick Gansterer <paroga@webkit.org> |
| 90 | |
| 91 | [CMake] Adopt the WinCE port to new CMake |
| 92 | https://bugs.webkit.org/show_bug.cgi?id=108754 |
| 93 | |
| 94 | Reviewed by Laszlo Gombos. |
| 95 | |
| 96 | Remove the entry point hack which isn't required in the new |
| 97 | CMake version with offical WindowsCE support. |
| 98 | |
| 99 | * Source/cmake/OptionsWindows.cmake: |
| 100 | |
benjamin@webkit.org | d19a49c | 2013-02-01 23:55:46 +0000 | [diff] [blame] | 101 | 2013-02-01 Benjamin Poulain <bpoulain@apple.com> |
| 102 | |
| 103 | Clean the String->AtomicString conversion for AnimationController::pauseAnimationAtTime |
| 104 | https://bugs.webkit.org/show_bug.cgi?id=108558 |
| 105 | |
| 106 | Reviewed by Dean Jackson. |
| 107 | |
| 108 | * Source/autotools/symbols.filter: |
| 109 | |
zandobersek@gmail.com | 050d2e2 | 2013-02-01 20:06:55 +0000 | [diff] [blame] | 110 | 2013-02-01 Zan Dobersek <zdobersek@igalia.com> |
| 111 | |
| 112 | [GTK] Add WTFURL source files to the build |
| 113 | https://bugs.webkit.org/show_bug.cgi?id=108215 |
| 114 | |
| 115 | Reviewed by Benjamin Poulain. |
| 116 | |
| 117 | * Source/autotools/symbols.filter: Force the export of the KURL::string() symbol. |
| 118 | This is required when using the WTFURL backend but otherwise doesn't affect the build. |
| 119 | |
alexis@webkit.org | 5b4483d | 2013-02-01 12:16:51 +0000 | [diff] [blame] | 120 | 2013-02-01 Alexis Menard <alexis@webkit.org> |
| 121 | |
| 122 | Enable unprefixed CSS transitions by default. |
| 123 | https://bugs.webkit.org/show_bug.cgi?id=108216 |
| 124 | |
| 125 | Reviewed by Dean Jackson. |
| 126 | |
| 127 | Rename the flag CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED |
| 128 | to CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED which will be used later to |
| 129 | guard the unprefixing work for CSS Transforms and animations. |
| 130 | |
| 131 | * Source/cmake/WebKitFeatures.cmake: |
| 132 | * Source/cmakeconfig.h.cmake: |
| 133 | |
commit-queue@webkit.org | c20b51b | 2013-01-31 18:43:41 +0000 | [diff] [blame] | 134 | 2013-01-31 Christophe Dumez <dchris@gmail.com> |
| 135 | |
| 136 | [EFL] Disable Web Intents |
| 137 | https://bugs.webkit.org/show_bug.cgi?id=108457 |
| 138 | |
| 139 | Reviewed by Alexey Proskuryakov. |
| 140 | |
| 141 | Turn off WEB_INTENTS flag in EFL CMake project. |
| 142 | |
| 143 | * Source/cmake/OptionsEfl.cmake: |
| 144 | |
hausmann@webkit.org | 393936e | 2013-01-31 18:04:16 +0000 | [diff] [blame] | 145 | 2013-01-31 Simon Hausmann <simon.hausmann@digia.com> |
| 146 | |
| 147 | [Qt] Make it possible to compile WebKit2 Qt related files without access to internal WK2 C++ API |
| 148 | https://bugs.webkit.org/show_bug.cgi?id=108472 |
| 149 | |
| 150 | Reviewed by Andreas Kling. |
| 151 | |
| 152 | When linking WebKit2, also link the WebKit2QML module. |
| 153 | |
| 154 | * Source/api.pri: |
| 155 | |
dominik.rottsches@intel.com | 3883392 | 2013-01-30 10:45:58 +0000 | [diff] [blame] | 156 | 2013-01-30 Dominik Röttsches <dominik.rottsches@intel.com> |
| 157 | |
| 158 | [HarfBuzz] Remove the HarfBuzz-old code |
| 159 | https://bugs.webkit.org/show_bug.cgi?id=108077 |
| 160 | |
| 161 | Reviewed by Benjamin Poulain. |
| 162 | |
| 163 | Rename WTF_USE_HARFBUZZ_NG to WTF_USE_HARFBUZZ since there |
| 164 | won't be a distinction between ng and non-ng HarfBuzz after |
| 165 | removing the old code. |
| 166 | |
| 167 | * Source/cmake/OptionsEfl.cmake: |
| 168 | |
zandobersek@gmail.com | 77025d7 | 2013-01-30 07:48:12 +0000 | [diff] [blame] | 169 | 2013-01-29 Zan Dobersek <zdobersek@igalia.com> |
| 170 | |
| 171 | Unreviewed GTK build fix after r141175. |
| 172 | |
| 173 | * Source/autotools/symbols.filter: Export the WebCore::Element::createShadowRoot symbol. |
| 174 | |
shinyak@chromium.org | f803a76 | 2013-01-30 02:08:28 +0000 | [diff] [blame] | 175 | 2013-01-29 Shinya Kawanaka <shinyak@chromium.org> |
| 176 | |
| 177 | [Chromium] Cannot copy text when selecting readonly (or disabled) input elements |
| 178 | https://bugs.webkit.org/show_bug.cgi?id=106287 |
| 179 | |
| 180 | Reviewed by Hajime Morita. |
| 181 | |
| 182 | * Source/autotools/symbols.filter: |
| 183 | |
paroga@webkit.org | e6e7172 | 2013-01-29 21:18:41 +0000 | [diff] [blame] | 184 | 2013-01-29 Laszlo Gombos <l.gombos@samsung.com> |
| 185 | |
| 186 | [CMake] Add minimum version information for tool dependencies |
| 187 | https://bugs.webkit.org/show_bug.cgi?id=97592 |
| 188 | |
| 189 | Reviewed by Kenneth Rohde Christiansen. |
| 190 | |
| 191 | Capture the minimum version information for the tools that are required |
| 192 | to build WebKit for all CMake based build systems. |
| 193 | |
| 194 | * CMakeLists.txt: |
| 195 | |
japhet@chromium.org | 3e31718 | 2013-01-29 20:06:19 +0000 | [diff] [blame] | 196 | 2013-01-29 Nate Chapin <japhet@chromium.org> |
| 197 | |
| 198 | Enable reuse of cached main resources |
| 199 | https://bugs.webkit.org/show_bug.cgi?id=105667 |
| 200 | |
| 201 | Reviewed by Adam Barth. |
| 202 | |
| 203 | * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL(). |
| 204 | |
commit-queue@webkit.org | d2e1881 | 2013-01-29 14:53:18 +0000 | [diff] [blame] | 205 | 2013-01-29 Laszlo Gombos <l.gombos@samsung.com> |
| 206 | |
| 207 | Enable Workers for WinCE |
| 208 | https://bugs.webkit.org/show_bug.cgi?id=108099 |
| 209 | |
| 210 | Reviewed by Gyuyoung Kim. |
| 211 | |
| 212 | WORKERS are enabled for all CMake based ports except WinCE. |
| 213 | Turn on WORKERS for all CMake based ports. |
| 214 | |
| 215 | * Source/cmake/OptionsBlackBerry.cmake: |
| 216 | * Source/cmake/OptionsEfl.cmake: |
| 217 | * Source/cmake/WebKitFeatures.cmake: |
| 218 | |
commit-queue@webkit.org | b08d297 | 2013-01-28 20:19:14 +0000 | [diff] [blame] | 219 | 2013-01-28 Halton Huo <halton.huo@intel.com> |
| 220 | |
| 221 | [EFL] Quit debug build without -DSHARED_CORE=ON |
| 222 | https://bugs.webkit.org/show_bug.cgi?id=104773 |
| 223 | |
| 224 | Reviewed by Laszlo Gombos. |
| 225 | |
| 226 | Debug build without -DSHARED_CORE=ON will fail because libwebcore_efl.a |
| 227 | is too big (>4G) to archive. The solution is simply to abort cmake in |
| 228 | this condition and notify developer. |
| 229 | |
| 230 | * CMakeLists.txt: |
| 231 | * Source/cmake/OptionsEfl.cmake: |
| 232 | * Source/cmake/OptionsCommon.cmake: |
| 233 | |
reni@webkit.org | 13fc98c | 2013-01-28 09:54:15 +0000 | [diff] [blame] | 234 | 2013-01-28 Renata Hodovan <reni@webkit.org> |
| 235 | |
| 236 | [WK2] Putting QtWebProcess into a chrooted sandbox |
| 237 | https://bugs.webkit.org/show_bug.cgi?id=90005 |
| 238 | |
| 239 | Reviewed by Anders Carlsson and Zoltan Herczeg. |
| 240 | |
| 241 | Make it possible to build WebKit2 with SandboxProcess. |
| 242 | |
| 243 | * Source/QtWebKit.pro: |
| 244 | |
commit-queue@webkit.org | 8da3ed1 | 2013-01-28 04:22:30 +0000 | [diff] [blame] | 245 | 2013-01-27 David Farler <dfarler@apple.com> |
| 246 | |
| 247 | REGRESSION (r140912): Broke specifying non-trivial ARCHS value to make / build-webkit |
| 248 | https://bugs.webkit.org/show_bug.cgi?id=108028 |
| 249 | |
| 250 | Reviewed by Dan Bernstein. |
| 251 | |
| 252 | * Makefile: Reverted. |
| 253 | * Makefile.shared: Reverted. |
| 254 | * Source/Makefile: Reverted. |
| 255 | |
commit-queue@webkit.org | 0ee1a89 | 2013-01-26 16:34:55 +0000 | [diff] [blame] | 256 | 2013-01-26 David Farler <dfarler@apple.com> |
| 257 | |
| 258 | Allow building with arbitrary SDK and ARCHS with make + Xcode |
| 259 | https://bugs.webkit.org/show_bug.cgi?id=107863 |
| 260 | |
| 261 | Reviewed by David Kilzer. |
| 262 | |
| 263 | * Makefile: |
| 264 | Removed references to legacy Xcode configurations. |
| 265 | * Makefile.shared: |
| 266 | Added default ARCHS + SDK settings and parameterized xcodebuild calls. |
| 267 | * Source/Makefile: |
| 268 | iOS does not build WebKit2. |
| 269 | |
commit-queue@webkit.org | 7a6b55f | 2013-01-25 10:18:08 +0000 | [diff] [blame] | 270 | 2013-01-25 Jussi Kukkonen <jussi.kukkonen@intel.com> |
| 271 | |
| 272 | [CMake][EFL] Build ThirdParty/leveldb when IndexedDB is enabled |
| 273 | https://bugs.webkit.org/show_bug.cgi?id=106443 |
| 274 | |
| 275 | Reviewed by Laszlo Gombos. |
| 276 | |
| 277 | LevelDB is now included in ThirdParty. Use it when IndexDB is |
| 278 | enabled for EFL. |
| 279 | |
| 280 | * Source/cmake/OptionsEfl.cmake: |
| 281 | Set WTF_USE_LEVELDB when IndexedDB is enabled |
| 282 | |
keishi@webkit.org | b1c7e15 | 2013-01-25 05:28:46 +0000 | [diff] [blame] | 283 | 2013-01-24 Keishi Hattori <keishi@webkit.org> |
| 284 | |
| 285 | Adjust design of the Calendar Picker |
| 286 | https://bugs.webkit.org/show_bug.cgi?id=107507 |
| 287 | |
| 288 | Reviewed by Kent Tamura. |
| 289 | |
| 290 | * ManualTests/forms/calendar-picker.html: Use pickerCommonChromium.css and calendarPickerChromium.css. |
| 291 | |
commit-queue@webkit.org | 4f2fb8f | 2013-01-24 08:46:15 +0000 | [diff] [blame] | 292 | 2013-01-24 Soo-Hyun Choi <s.choi@hackerslab.eu> |
| 293 | |
| 294 | [CMake] Remove the definition of WTF_PLATFORM_WIN from the build system |
| 295 | https://bugs.webkit.org/show_bug.cgi?id=101635 |
| 296 | |
| 297 | Reviewed by Laszlo Gombos. |
| 298 | |
| 299 | WTF_PLATFORM_WIN defined twice: Source/cmake/OptionsWindows.cmake and in |
| 300 | Source/WTF/wtf/Platform.h. |
| 301 | It would be more future-proof to have it only defined in common C++ code in |
| 302 | Platform.h. |
| 303 | |
| 304 | * Source/cmake/OptionsWindows.cmake: |
| 305 | |
zandobersek@gmail.com | 9dbe1cc | 2013-01-23 19:49:21 +0000 | [diff] [blame] | 306 | 2013-01-23 Zan Dobersek <zdobersek@igalia.com> |
| 307 | |
| 308 | Unreviewed. |
| 309 | |
| 310 | Speculative build fix for the GTK port after 140539. |
| 311 | |
| 312 | * Source/autotools/symbols.filter: |
| 313 | |
kov@webkit.org | 30edf5d | 2013-01-22 18:52:52 +0000 | [diff] [blame] | 314 | 2013-01-22 Gustavo Noronha Silva <gns@gnome.org> |
| 315 | |
| 316 | [GTK] Debug build failure on x86-64 |
| 317 | https://bugs.webkit.org/show_bug.cgi?id=107400 |
| 318 | |
| 319 | Reviewed by Xan Lopez. |
| 320 | |
| 321 | * configure.ac: use thin archives for convenience libraries, if AR_FLAGS was not |
| 322 | overriden through the environment variable. |
| 323 | |
zandobersek@gmail.com | cab09bc | 2013-01-22 17:15:25 +0000 | [diff] [blame] | 324 | 2013-01-22 Zan Dobersek <zdobersek@igalia.com> |
| 325 | |
zandobersek@gmail.com | a538e38 | 2013-01-22 17:17:13 +0000 | [diff] [blame] | 326 | [Autotools] Remove the Canvas Path configuration option |
| 327 | https://bugs.webkit.org/show_bug.cgi?id=107537 |
| 328 | |
| 329 | Reviewed by Martin Robinson. |
| 330 | |
| 331 | * configure.ac: Remove the configuration option for the Canvas Path |
| 332 | feature as this is not in line with the new guidelines about feature |
| 333 | enablement in the autotools build system. |
| 334 | |
| 335 | 2013-01-22 Zan Dobersek <zdobersek@igalia.com> |
| 336 | |
zandobersek@gmail.com | cab09bc | 2013-01-22 17:15:25 +0000 | [diff] [blame] | 337 | [Autotools] Place a warning in configure.ac about adding new configuration options |
| 338 | https://bugs.webkit.org/show_bug.cgi?id=107559 |
| 339 | |
| 340 | Reviewed by Martin Robinson. |
| 341 | |
| 342 | * configure.ac: Add an eye-catching section explaining that changes in this file might |
| 343 | not be necessary at all and a link pointing to the guidelines on the Trac wiki. |
| 344 | |
commit-queue@webkit.org | d5f9fe5 | 2013-01-22 02:26:20 +0000 | [diff] [blame] | 345 | 2013-01-21 Dirk Schulze <dschulze@adobe.com> |
| 346 | |
| 347 | Add build flag for Canvas's Path object (disabled by default) |
| 348 | https://bugs.webkit.org/show_bug.cgi?id=107473 |
| 349 | |
| 350 | Reviewed by Dean Jackson. |
| 351 | |
| 352 | Add CANVAS_PATH build flag to build systems. |
| 353 | |
| 354 | * Source/cmake/WebKitFeatures.cmake: |
| 355 | * Source/cmakeconfig.h.cmake: |
| 356 | * configure.ac: |
| 357 | |
rniwa@webkit.org | f94dde2 | 2013-01-20 05:04:30 +0000 | [diff] [blame] | 358 | 2013-01-19 Ryosuke Niwa <rniwa@webkit.org> |
| 359 | |
| 360 | Delete webkit-perf.appspot.com code from WebKit repository |
| 361 | https://bugs.webkit.org/show_bug.cgi?id=107390 |
| 362 | |
| 363 | Reviewed by Adam Barth. |
| 364 | |
| 365 | Delete webkit-perf.appspot.com code from WebKit repository since I maintain |
| 366 | and push the code via https://github.com/rniwa/webkit-perf now. |
| 367 | |
| 368 | * Websites/webkit-perf.appspot.com: Removed. |
| 369 | |
pdr@google.com | c960fba | 2013-01-20 03:12:17 +0000 | [diff] [blame] | 370 | 2013-01-19 Philip Rogers <pdr@google.com> |
| 371 | |
| 372 | Merge SVGStylable into SVGStyledElement |
| 373 | https://bugs.webkit.org/show_bug.cgi?id=106877 |
| 374 | |
| 375 | Reviewed by Dirk Schulze. |
| 376 | |
| 377 | SVG2 changes element inheritance so all SVGElements are stylable. As a first-step towards a |
| 378 | cleaner class hierarchy, this patch moves SVGStylable into SVGStyledElement. |
| 379 | |
| 380 | * wscript: |
| 381 | |
commit-queue@webkit.org | 5974590 | 2013-01-18 17:57:41 +0000 | [diff] [blame] | 382 | 2013-01-18 Sudarsana Nagineni <sudarsana.nagineni@intel.com> |
| 383 | |
| 384 | [CMake] Fix CMake warnings |
| 385 | https://bugs.webkit.org/show_bug.cgi?id=107290 |
| 386 | |
| 387 | Reviewed by Laszlo Gombos. |
| 388 | |
| 389 | Add missing WebKit options to CMake features list. |
| 390 | |
| 391 | * Source/cmake/WebKitFeatures.cmake: |
| 392 | * Source/cmakeconfig.h.cmake: |
| 393 | |
dominicc@chromium.org | 7a319e5 | 2013-01-18 08:26:38 +0000 | [diff] [blame] | 394 | 2013-01-18 Sheriff Bot <webkit.review.bot@gmail.com> |
| 395 | |
| 396 | Unreviewed, rolling out r140005. |
| 397 | http://trac.webkit.org/changeset/140005 |
| 398 | https://bugs.webkit.org/show_bug.cgi?id=107235 |
| 399 | |
| 400 | broke downstream Chromium interactive_ui_tests (Requested by |
| 401 | dominicc on #webkit). |
| 402 | |
| 403 | * Source/autotools/symbols.filter: |
| 404 | |
commit-queue@webkit.org | 0cfb6ab | 2013-01-17 20:02:36 +0000 | [diff] [blame] | 405 | 2013-01-17 Martin Robinson <mrobinson@igalia.com> |
| 406 | |
| 407 | [GTK] Build with LevelDB when IndexedDB is enabled |
| 408 | https://bugs.webkit.org/show_bug.cgi?id=103220 |
| 409 | |
| 410 | Reviewed by Gustavo Noronha Silva. |
| 411 | |
| 412 | * configure.ac: Detect whether the IndexedDatabase feature is enabled. We cannot |
| 413 | use the typical approach for feature detection since we need to adjust the automake |
| 414 | file output based on whether or not IndexedDatabase is enabled. |
| 415 | |
japhet@chromium.org | 88239e3 | 2013-01-17 19:09:16 +0000 | [diff] [blame] | 416 | 2013-01-17 Nate Chapin <japhet@chromium.org> |
| 417 | |
| 418 | Enable reuse of cached main resources |
| 419 | https://bugs.webkit.org/show_bug.cgi?id=105667 |
| 420 | |
| 421 | Reviewed by Antti Koivisto. |
| 422 | |
| 423 | * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL(). |
| 424 | |
commit-queue@webkit.org | c9d6571 | 2013-01-17 18:37:54 +0000 | [diff] [blame] | 425 | 2013-01-17 Seokju Kwon <seokju.kwon@gmail.com> |
| 426 | |
| 427 | [EFL][CMAKE] Compress resource files of inspector |
| 428 | https://bugs.webkit.org/show_bug.cgi?id=106210 |
| 429 | |
| 430 | Reviewed by Gyuyoung Kim. |
| 431 | |
| 432 | Add compressing JavaScript |
| 433 | for smaller package and faster connection of remote web inspector. |
| 434 | |
| 435 | * Source/PlatformEfl.cmake: |
| 436 | |
hugo.lima@openbossa.org | 36ea209 | 2013-01-16 21:23:34 +0000 | [diff] [blame] | 437 | 2013-01-16 Hugo Parente Lima <hugo.lima@openbossa.org> |
| 438 | |
| 439 | [CMake] Report actual values for feature configuration (instead of the default) |
| 440 | https://bugs.webkit.org/show_bug.cgi?id=107010 |
| 441 | |
| 442 | Reviewed by Laszlo Gombos. |
| 443 | |
| 444 | * Source/cmake/WebKitFeatures.cmake: |
| 445 | |
gyuyoung.kim@samsung.com | 45afa9c | 2013-01-16 10:16:38 +0000 | [diff] [blame] | 446 | 2013-01-16 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| 447 | |
| 448 | [EFL] Move 'DefaultTheme' folder to WebCore/platform/efl |
| 449 | https://bugs.webkit.org/show_bug.cgi?id=106969 |
| 450 | |
| 451 | Reviewed by Benjamin Poulain. |
| 452 | |
| 453 | * Source/PlatformEfl.cmake: Change DefaultTheme path. |
| 454 | * Source/cmake/OptionsEfl.cmake: ditto. |
| 455 | |
commit-queue@webkit.org | f5b094a | 2013-01-16 00:18:07 +0000 | [diff] [blame] | 456 | 2013-01-15 Alberto Garcia <agarcia@igalia.com> |
| 457 | |
| 458 | Fix typos in WebKitFeatures.cmake |
| 459 | https://bugs.webkit.org/show_bug.cgi?id=106952 |
| 460 | |
| 461 | Reviewed by Martin Robinson. |
| 462 | |
| 463 | * Source/cmake/WebKitFeatures.cmake: |
| 464 | Replace "Toogle" with "Toggle". |
| 465 | |
zandobersek@gmail.com | 6499f57 | 2013-01-15 19:49:50 +0000 | [diff] [blame] | 466 | 2013-01-15 Zan Dobersek <zandobersek@gmail.com> |
| 467 | |
| 468 | [Autotools] Add support for WebKit2-only builds |
| 469 | https://bugs.webkit.org/show_bug.cgi?id=106889 |
| 470 | |
| 471 | Reviewed by Gustavo Noronha Silva. |
| 472 | |
| 473 | * GNUmakefile.am: Only copy the WebKit1 documentation into the destination |
| 474 | directory if building WebKit1. |
| 475 | * configure.ac: Add a configuration option for disabling the WebKit1 build. |
| 476 | Only conditionally copy WebKit1-specific targets from the input files. Some |
| 477 | small style changes to the WebKit2 configuration flag included as well. |
| 478 | |
japhet@chromium.org | c4b1de8 | 2013-01-15 00:10:05 +0000 | [diff] [blame] | 479 | 2013-01-14 Nate Chapin <japhet@chromium.org> |
| 480 | |
| 481 | Enable reuse of cached main resources |
| 482 | https://bugs.webkit.org/show_bug.cgi?id=105667 |
| 483 | |
| 484 | Reviewed by Antti Koivisto. |
| 485 | |
| 486 | * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL(). |
| 487 | |
commit-queue@webkit.org | e71b90c | 2013-01-14 20:42:26 +0000 | [diff] [blame] | 488 | 2013-01-14 Alexandre Rostovtsev <tetromino@gentoo.org> |
| 489 | |
| 490 | Do not hardcode -ldl in OPENGL_LIBS |
| 491 | https://bugs.webkit.org/show_bug.cgi?id=96602 |
| 492 | |
| 493 | Reviewed by Philippe Normand. |
| 494 | |
| 495 | Some non-Linux systems, e.g. FreeBSD, have dlopen() as part of their |
| 496 | libc, and do not use a separate libdl. |
| 497 | |
| 498 | * configure.ac: |
| 499 | |
carlosgc@webkit.org | 9a5b0c1 | 2013-01-11 19:14:25 +0000 | [diff] [blame] | 500 | 2013-01-11 Carlos Garcia Campos <cgarcia@igalia.com> |
| 501 | |
| 502 | Unreviewed. Update NEWS and configure.ac for 1.11.4 release |
| 503 | |
| 504 | * configure.ac: Bump version numbers. |
| 505 | |
carlosgc@webkit.org | 3c42ac3 | 2013-01-11 08:42:42 +0000 | [diff] [blame] | 506 | 2013-01-10 Carlos Garcia Campos <cgarcia@igalia.com> |
| 507 | |
| 508 | [GTK] Add API to set the web extensions directory to WebKit2 GTK+ |
| 509 | https://bugs.webkit.org/show_bug.cgi?id=106462 |
| 510 | |
| 511 | Reviewed by Xan Lopez. |
| 512 | |
| 513 | * Source/autotools/symbols.filter: Update |
| 514 | WebGtkExtensionManager::initialize symbol. |
| 515 | |
tony@chromium.org | 73fddb2 | 2013-01-10 18:25:07 +0000 | [diff] [blame] | 516 | 2013-01-10 Tony Chang <tony@chromium.org> |
| 517 | |
| 518 | Speed up supplemental dependency computation |
| 519 | https://bugs.webkit.org/show_bug.cgi?id=106503 |
| 520 | |
| 521 | Reviewed by Adam Barth. |
| 522 | |
| 523 | * Source/cmake/WebKitMacros.cmake: Add --idlAttributesFile to the binding generation step in cmake. |
| 524 | |
zandobersek@gmail.com | 1594f89 | 2013-01-10 17:29:45 +0000 | [diff] [blame] | 525 | 2013-01-10 Zan Dobersek <zandobersek@gmail.com> |
| 526 | |
zandobersek@gmail.com | 9f55fb2 | 2013-01-10 17:51:57 +0000 | [diff] [blame] | 527 | [Autotools] Add the AM_WEBKIT_FEATURE_CONDITIONAL macro |
| 528 | https://bugs.webkit.org/show_bug.cgi?id=106576 |
| 529 | |
| 530 | Reviewed by Martin Robinson. |
| 531 | |
| 532 | Replace the AC_CHECK_WEBKIT_FEATURE_ENABLED with the new macro. |
| 533 | The former was executing actions based on the passed-in feature being |
| 534 | enabled in the (possibly overridden) GNUmakefile.features.am, the actions |
| 535 | usually affecting the Automake conditional value that was set up afterwards. |
| 536 | The new macro does this directly, setting up an Automake conditional of the |
| 537 | same name as the feature that was checked. |
| 538 | |
| 539 | * Source/autotools/webkitfeature.m4: |
| 540 | |
| 541 | 2013-01-10 Zan Dobersek <zandobersek@gmail.com> |
| 542 | |
zandobersek@gmail.com | 1594f89 | 2013-01-10 17:29:45 +0000 | [diff] [blame] | 543 | Remove the ENABLE_ANIMATION_API feature define occurences |
| 544 | https://bugs.webkit.org/show_bug.cgi?id=106544 |
| 545 | |
| 546 | Reviewed by Simon Fraser. |
| 547 | |
| 548 | The Animation API code was removed in r137243. The ENABLE_ANIMATION_API |
| 549 | feature define handling still lingers in various build systems and configurations |
| 550 | but is of no use, so it should be removed. |
| 551 | |
| 552 | * Source/cmake/OptionsBlackBerry.cmake: |
| 553 | * Source/cmake/OptionsEfl.cmake: |
| 554 | * Source/cmake/WebKitFeatures.cmake: |
| 555 | * Source/cmakeconfig.h.cmake: |
| 556 | |
commit-queue@webkit.org | d127870 | 2013-01-10 11:27:49 +0000 | [diff] [blame] | 557 | 2013-01-10 Carlos Garcia Campos <cgarcia@igalia.com> |
| 558 | |
| 559 | [GTK] Add support for loading web process extensions |
| 560 | https://bugs.webkit.org/show_bug.cgi?id=105631 |
| 561 | |
| 562 | Reviewed by Gustavo Noronha Silva. |
| 563 | |
| 564 | * GNUmakefile.am: Add webkit2_web_extension_h_api. |
| 565 | * Source/autotools/symbols.filter: Export WebGtkExtensionManager |
| 566 | symbols required by the injected bundle lib. |
| 567 | |
christophe.dumez@intel.com | 2f02b16 | 2013-01-10 08:42:41 +0000 | [diff] [blame] | 568 | 2013-01-10 Christophe Dumez <christophe.dumez@intel.com> |
| 569 | |
| 570 | [EFL] Add gstreamer 1.0.5 to jhbuild |
| 571 | https://bugs.webkit.org/show_bug.cgi?id=106178 |
| 572 | |
| 573 | Reviewed by Laszlo Gombos. |
| 574 | |
| 575 | Update EFL CMake configuration to require gstreamer |
| 576 | 1.0.5. |
| 577 | |
| 578 | * Source/cmake/FindGStreamer.cmake: |
| 579 | * Source/cmake/OptionsEfl.cmake: |
| 580 | |
morrita@google.com | 7152481 | 2013-01-10 02:29:37 +0000 | [diff] [blame] | 581 | 2013-01-09 Hajime Morrita <morrita@google.com> |
| 582 | |
| 583 | [Shadow DOM] Distribution related code on ElementShadow should be minimized. |
| 584 | https://bugs.webkit.org/show_bug.cgi?id=106294 |
| 585 | |
| 586 | Reviewed by Dimitri Glazkov. |
| 587 | |
| 588 | * Source/autotools/symbols.filter: |
| 589 | |
zandobersek@gmail.com | fd8abe5 | 2013-01-09 00:30:42 +0000 | [diff] [blame] | 590 | 2013-01-08 Zan Dobersek <zandobersek@gmail.com> |
| 591 | |
| 592 | Add an Autoconf macro that checks whether a given feature is enabled |
| 593 | https://bugs.webkit.org/show_bug.cgi?id=106380 |
| 594 | |
| 595 | Reviewed by Martin Robinson. |
| 596 | |
| 597 | Add the AC_CHECK_WEBKIT_FEATURE_ENABLED macro. It checks the generated |
| 598 | Source/WebCore/GNUmakefile.features.am file to determine whether the |
| 599 | given feature is enabled or disabled in the build that's being configured. |
| 600 | |
| 601 | * Source/autotools/webkitfeature.m4: Added. |
| 602 | |
morrita@google.com | 27d6634 | 2013-01-09 00:16:19 +0000 | [diff] [blame] | 603 | 2013-01-08 Hajime Morrita <morrita@google.com> |
| 604 | |
| 605 | [Shadow DOM] Distribution related code on ShadowRoot should be minimized. |
| 606 | https://bugs.webkit.org/show_bug.cgi?id=106282 |
| 607 | |
| 608 | Reviewed by Dimitri Glazkov. |
| 609 | |
| 610 | * Source/autotools/symbols.filter: |
| 611 | |
sergio@webkit.org | 266a77a | 2013-01-08 09:31:56 +0000 | [diff] [blame] | 612 | 2013-01-03 Sergio Villar Senin <svillar@igalia.com> |
| 613 | |
| 614 | [GTK] Add WebP image support |
| 615 | https://bugs.webkit.org/show_bug.cgi?id=105915 |
| 616 | |
| 617 | Reviewed by Martin Robinson. |
| 618 | |
| 619 | WebP is from now on a dependency for WebKitGtk+. |
| 620 | |
| 621 | * configure.ac: added WebP library detection. |
| 622 | |
wangxianzhu@chromium.org | 4471f0d | 2013-01-07 22:12:47 +0000 | [diff] [blame] | 623 | 2013-01-07 Xianzhu Wang <wangxianzhu@chromium.org> |
| 624 | |
| 625 | Add window.internals.nonFastScrollableRects for testing scrollable areas in fast/slow paths |
| 626 | https://bugs.webkit.org/show_bug.cgi?id=105546 |
| 627 | |
| 628 | Reviewed by James Robinson. |
| 629 | |
| 630 | Export the new symbol. |
| 631 | |
| 632 | * Source/autotools/symbols.filter: |
| 633 | |
adamk@chromium.org | a012959 | 2013-01-04 18:24:47 +0000 | [diff] [blame] | 634 | 2013-01-04 Adam Klein <adamk@chromium.org> |
| 635 | |
| 636 | Remove ENABLE_MUTATION_OBSERVERS #define |
| 637 | https://bugs.webkit.org/show_bug.cgi?id=105459 |
| 638 | |
| 639 | Reviewed by Ryosuke Niwa. |
| 640 | |
| 641 | * Source/cmake/WebKitFeatures.cmake: |
| 642 | * Source/cmakeconfig.h.cmake: |
| 643 | |
zandobersek@gmail.com | 365ba4e | 2013-01-04 14:15:34 +0000 | [diff] [blame] | 644 | 2013-01-04 Zan Dobersek <zandobersek@gmail.com> |
| 645 | |
| 646 | REGRESSION (r138184): transitions/transitions-parsing.html is failing on GTK |
| 647 | https://bugs.webkit.org/show_bug.cgi?id=105522 |
| 648 | |
| 649 | Reviewed by Xan Lopez. |
| 650 | |
| 651 | Remove the configuration flag covering unprefixed CSS transition property names. |
| 652 | It does not introduce any dependency. The unprefixed property names should be |
| 653 | available by default. |
| 654 | |
| 655 | * configure.ac: |
| 656 | |
tony@chromium.org | 02a1725 | 2013-01-03 20:07:09 +0000 | [diff] [blame] | 657 | 2013-01-03 Tony Chang <tony@chromium.org> |
| 658 | |
| 659 | Generate internal.settings from Settings.in |
| 660 | https://bugs.webkit.org/show_bug.cgi?id=104740 |
| 661 | |
| 662 | Reviewed by Adam Barth. |
| 663 | |
| 664 | * Source/cmake/WebKitMacros.cmake: Specify additional output files from make_settings.pl. |
| 665 | |
gyuyoung.kim@samsung.com | ab1cff8 | 2013-01-03 01:00:35 +0000 | [diff] [blame] | 666 | 2013-01-02 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| 667 | |
| 668 | [EFL][CMAKE] Remove duplicated conditionals |
| 669 | https://bugs.webkit.org/show_bug.cgi?id=105905 |
| 670 | |
| 671 | Reviewed by Laszlo Gombos. |
| 672 | |
| 673 | * Source/cmake/OptionsEfl.cmake: Remove set(WTF_USE_GLX 1). |
| 674 | |
tony@chromium.org | a35bd27 | 2013-01-02 23:15:23 +0000 | [diff] [blame] | 675 | 2013-01-02 Tony Chang <tony@chromium.org> |
| 676 | |
tony@chromium.org | 33e17a9a | 2013-01-03 00:43:42 +0000 | [diff] [blame] | 677 | Unreviewed, rolling out r138661. |
| 678 | http://trac.webkit.org/changeset/138661 |
| 679 | https://bugs.webkit.org/show_bug.cgi?id=104740 |
| 680 | |
| 681 | Compile problems on EFL |
| 682 | |
| 683 | * Source/cmake/WebKitMacros.cmake: |
| 684 | |
| 685 | 2013-01-02 Tony Chang <tony@chromium.org> |
| 686 | |
tony@chromium.org | a35bd27 | 2013-01-02 23:15:23 +0000 | [diff] [blame] | 687 | Generate internal.settings from Settings.in |
| 688 | https://bugs.webkit.org/show_bug.cgi?id=104740 |
| 689 | |
| 690 | Reviewed by Adam Barth. |
| 691 | |
| 692 | * Source/cmake/WebKitMacros.cmake: Specify additional output files from make_settings.pl. |
| 693 | |
esprehn@chromium.org | a637d41 | 2013-01-02 20:31:44 +0000 | [diff] [blame] | 694 | 2013-01-02 Elliott Sprehn <esprehn@chromium.org> |
| 695 | |
| 696 | Transitions and animations do not apply to CSS ::before and ::after pseudo-elements |
| 697 | https://bugs.webkit.org/show_bug.cgi?id=92591 |
| 698 | |
| 699 | Reviewed by Eric Seidel. |
| 700 | |
| 701 | Expose Element::pseudoElement for Internals. |
| 702 | |
| 703 | * Source/autotools/symbols.filter: |
| 704 | |
commit-queue@webkit.org | 8ed2432 | 2013-01-02 04:14:32 +0000 | [diff] [blame] | 705 | 2013-01-01 KwangYong Choi <ky0.choi@samsung.com> |
| 706 | |
| 707 | [EFL] Enable MHTML feature |
| 708 | https://bugs.webkit.org/show_bug.cgi?id=105815 |
| 709 | |
| 710 | Reviewed by Laszlo Gombos. |
| 711 | |
| 712 | ENABLE_MHTML is now ON for EFL. |
| 713 | |
| 714 | * Source/cmake/OptionsEfl.cmake: |
| 715 | |
commit-queue@webkit.org | 07db801 | 2012-12-31 16:56:42 +0000 | [diff] [blame] | 716 | 2012-12-31 Kondapally Kalyan <kalyan.kondapally@intel.com> |
| 717 | |
| 718 | [EFL][WebGL] Add compile time support for GLES2. |
| 719 | https://bugs.webkit.org/show_bug.cgi?id=105816 |
| 720 | |
| 721 | Reviewed by Kenneth Rohde Christiansen. |
| 722 | |
| 723 | This patch adds build support for GLES2. |
| 724 | GLES2 support can be enabled during compile time by passing -DENABLE_GLES2=ON as |
| 725 | cmake config parameter. GLES2 options is not enabled by default. This patch doesn't |
| 726 | address all the build issues related to GLES2 but only adds the needed support in |
| 727 | OptionsEfl.cmake. |
| 728 | |
| 729 | * Source/cmake/OptionsEfl.cmake: |
| 730 | |
commit-queue@webkit.org | f6e9a82 | 2012-12-31 13:54:36 +0000 | [diff] [blame] | 731 | 2012-12-31 Carlos Garcia Campos <cgarcia@igalia.com> |
| 732 | |
| 733 | [GTK] Move ImageDiff to the Tools directory root |
| 734 | https://bugs.webkit.org/show_bug.cgi?id=105421 |
| 735 | |
| 736 | Reviewed by Kenneth Rohde Christiansen. |
| 737 | |
| 738 | * GNUmakefile.am: Remove the old ImageDiff makefile include. |
| 739 | |
commit-queue@webkit.org | 2597de4 | 2012-12-31 07:33:02 +0000 | [diff] [blame] | 740 | 2012-12-30 Kondapally Kalyan <kalyan.kondapally@intel.com> |
| 741 | |
| 742 | [EFL] [WebGL] Rename EGLConfigHelper as EGLConfigSelector. |
| 743 | https://bugs.webkit.org/show_bug.cgi?id=105876 |
| 744 | |
| 745 | Reviewed by Kenneth Rohde Christiansen. |
| 746 | |
| 747 | This is to sync the naming conventions of our classes in both EGL and GLX implementations. |
| 748 | In our GLX implementation, class responsible for the same functionality is named as GLXConfigSelector. |
| 749 | This patch renames EGLConfigHelper as EGLConfigSelector. |
| 750 | |
| 751 | * Source/cmake/OptionsEfl.cmake: |
| 752 | |
gyuyoung.kim@samsung.com | 303d27d | 2012-12-31 04:44:16 +0000 | [diff] [blame] | 753 | 2012-12-30 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| 754 | |
| 755 | [EFL] Enable TEMPLATE_ELEMENT feature |
| 756 | https://bugs.webkit.org/show_bug.cgi?id=105865 |
| 757 | |
| 758 | Reviewed by Laszlo Gombos. |
| 759 | |
| 760 | * Source/cmake/OptionsEfl.cmake: Add ENABLE_TEMPLATE_ELEMENT macro. |
| 761 | |
commit-queue@webkit.org | d0ad84a | 2012-12-27 21:15:59 +0000 | [diff] [blame] | 762 | 2012-12-27 Kondapally Kalyan <kalyan.kondapally@intel.com> |
| 763 | |
| 764 | [EFL][WebGL] Implement EGL support with GLX. |
| 765 | https://bugs.webkit.org/show_bug.cgi?id=105602 |
| 766 | |
| 767 | Reviewed by Kenneth Rohde Christiansen. |
| 768 | |
| 769 | Adds support for EGL with GLX backend. EGL support can be enabled during compile time |
| 770 | by passing -DENABLE_EGL=ON as cmake config parameter. |
| 771 | |
| 772 | * Source/cmake/OptionsEfl.cmake: |
| 773 | |
commit-queue@webkit.org | 20e3d39 | 2012-12-24 10:03:39 +0000 | [diff] [blame] | 774 | 2012-12-24 Kondapally Kalyan <kalyan.kondapally@intel.com> |
| 775 | |
| 776 | [EFL [WebGL] GLES2 detection is broken. |
| 777 | https://bugs.webkit.org/show_bug.cgi?id=105677 |
| 778 | |
| 779 | We use the logic in FindGLES.cmake to detect GLES2 support during compile time. |
| 780 | OPENGLES2_FOUND is never set, even though OPENGLES2_INCLUDE_DIR and OPENGLES2_LIBRARY |
| 781 | contain right information. The name passed to find_package_handle_standard_args seems to be the issue here. |
| 782 | This patch changes the name passed to find_package_handle_standard_args to OPENGLES2. |
| 783 | |
| 784 | Reviewed by Kenneth Rohde Christiansen. |
| 785 | |
| 786 | * Source/cmake/FindGLES.cmake: |
| 787 | |
mrobinson@webkit.org | 2ace46b | 2012-12-23 20:22:16 +0000 | [diff] [blame] | 788 | 2012-12-20 Martin Robinson <mrobinson@igalia.com> |
| 789 | |
| 790 | [GTK] Remove plugin process configuration option |
| 791 | https://bugs.webkit.org/show_bug.cgi?id=105564 |
| 792 | |
| 793 | Reviewed by Carlos Garcia Campos. |
| 794 | |
| 795 | Remove the --enable-plugin-process configuration option, opting instead to |
| 796 | always build the plugin process when building WebKit2. It isn't very interesting |
| 797 | for downstream to enable or disable the plugin process. It should always be |
| 798 | enabled for WebKit2 and it's better for us not to have to keep a disabled plugin |
| 799 | process building. Additionally, the in-process plugin isn't functional, since |
| 800 | plugins depend on GTK+ 2 and WebKit2 depends on GTK+ 3. |
| 801 | |
| 802 | * configure.ac: Remove the configuration option. |
| 803 | |
esprehn@chromium.org | 4b42e1a6 | 2012-12-22 00:24:18 +0000 | [diff] [blame] | 804 | 2012-12-21 Elliott Sprehn <esprehn@chromium.org> |
| 805 | |
| 806 | Replace documentFragmentIsShadowRoot with isTreeScope |
| 807 | https://bugs.webkit.org/show_bug.cgi?id=105345 |
| 808 | |
| 809 | Reviewed by Dimitri Glazkov. |
| 810 | |
| 811 | Expose isTreeScope symbol. |
| 812 | |
| 813 | * Source/autotools/symbols.filter: |
| 814 | |
loislo@chromium.org | 7dcfc20 | 2012-12-21 10:05:51 +0000 | [diff] [blame] | 815 | 2012-12-21 Sheriff Bot <webkit.review.bot@gmail.com> |
| 816 | |
| 817 | Unreviewed, rolling out r138338. |
| 818 | http://trac.webkit.org/changeset/138338 |
| 819 | https://bugs.webkit.org/show_bug.cgi?id=105621 |
| 820 | |
| 821 | speculative rollout because fast/dom/shadow/content-element- |
| 822 | distributed-nodes.html is crashing on linux debug. (Requested |
| 823 | by loislo on #webkit). |
| 824 | |
| 825 | * Source/autotools/symbols.filter: |
| 826 | |
esprehn@chromium.org | f01ce08 | 2012-12-21 02:42:11 +0000 | [diff] [blame] | 827 | 2012-12-20 Elliott Sprehn <esprehn@chromium.org> |
| 828 | |
| 829 | Replace documentFragmentIsShadowRoot with isTreeScope |
| 830 | https://bugs.webkit.org/show_bug.cgi?id=105345 |
| 831 | |
| 832 | Reviewed by Dimitri Glazkov. |
| 833 | |
| 834 | Expose isTreeScope symbol. |
| 835 | |
| 836 | * Source/autotools/symbols.filter: |
| 837 | |
ryuan.choi@samsung.com | 4445954 | 2012-12-21 00:59:46 +0000 | [diff] [blame] | 838 | 2012-12-20 Ryuan Choi <ryuan.choi@samsung.com> |
| 839 | |
| 840 | [EFL] Build break with latest EFL libraries. |
| 841 | https://bugs.webkit.org/show_bug.cgi?id=104827 |
| 842 | |
| 843 | Reviewed by Laszlo Gombos. |
| 844 | |
| 845 | The eo EFL package is introduced and evas and ecore use it since 1.8. |
| 846 | While introducing Eo, EFL changed several structures of Evas and Ecore |
| 847 | from own specific class to Eo. |
| 848 | |
| 849 | So, this patch adds FindEo and changes declaration of Evas, Evas_Object, |
| 850 | Ecore_Timer to build with latest EFL libraries. |
| 851 | |
| 852 | * Source/cmake/FindEo.cmake: Added. |
| 853 | * Source/cmake/OptionsEfl.cmake: |
| 854 | Modified to check Eo when version of EFL libraries is 1.8. |
| 855 | |
commit-queue@webkit.org | cbee0fb | 2012-12-20 23:57:01 +0000 | [diff] [blame] | 856 | 2012-12-20 Kondapally Kalyan <kalyan.kondapally@intel.com> |
| 857 | |
| 858 | [EFL][WebGL][Wk2] Replace HAVE(GLX) checks with USE(GLX). |
| 859 | https://bugs.webkit.org/show_bug.cgi?id=105431 |
| 860 | |
| 861 | Reviewed by Kenneth Rohde Christiansen. |
| 862 | |
| 863 | This patch changes the check HAVE(GLX) to USE(GLX). |
| 864 | This would enable us to choose our preferred GL backend during build time. |
| 865 | |
| 866 | * Source/cmake/OptionsEfl.cmake: |
| 867 | |
zandobersek@gmail.com | 070665d | 2012-12-20 15:26:35 +0000 | [diff] [blame] | 868 | 2012-12-20 Zan Dobersek <zandobersek@gmail.com> |
| 869 | |
| 870 | [GTK] Remove the --enable-unstable-features configuration option |
| 871 | https://bugs.webkit.org/show_bug.cgi?id=105327 |
| 872 | |
| 873 | Reviewed by Martin Robinson. |
| 874 | |
| 875 | Remove the unnecessary feature_defines_unstable variable. |
| 876 | Remove the unstable-features configuration option. |
| 877 | |
| 878 | * configure.ac: |
| 879 | * GNUmakefile.am: |
| 880 | |
dominik.rottsches@intel.com | 4c56c62 | 2012-12-20 14:09:05 +0000 | [diff] [blame] | 881 | 2012-12-20 Dominik Röttsches <dominik.rottsches@intel.com> |
| 882 | |
| 883 | [EFL] MiniBrowser does not play Infinite Gangnam Style |
| 884 | https://bugs.webkit.org/show_bug.cgi?id=103531 |
| 885 | |
| 886 | Reviewed by Kenneth Rohde Christiansen. |
| 887 | |
| 888 | WebAudio now switched to ON for EFL. |
| 889 | |
| 890 | * Source/cmake/OptionsEfl.cmake: |
| 891 | |
commit-queue@webkit.org | 0866c3e | 2012-12-20 05:27:12 +0000 | [diff] [blame] | 892 | 2012-12-19 Yael Aharon <yael.aharon@intel.com> |
| 893 | |
| 894 | [EFL] Allow the build system to find OpenGL ES |
| 895 | https://bugs.webkit.org/show_bug.cgi?id=104760 |
| 896 | |
| 897 | Reviewed by Laszlo Gombos. |
| 898 | |
| 899 | Add a way to find if GLESv2 is supported by the build system. |
| 900 | Support for GLESv2 will be added separately. |
| 901 | |
| 902 | * Source/cmake/FindGLES.cmake: Added. |
| 903 | |
alexis@webkit.org | cfa6ca7 | 2012-12-19 19:35:57 +0000 | [diff] [blame] | 904 | 2012-12-19 Alexis Menard <alexis@webkit.org> |
| 905 | |
| 906 | Implement CSS parsing for CSS transitions unprefixed. |
| 907 | https://bugs.webkit.org/show_bug.cgi?id=104804 |
| 908 | |
| 909 | Reviewed by Dean Jackson. |
| 910 | |
| 911 | Add a new flag ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED |
| 912 | to cover the work of unprefixing Transforms, Animations and |
| 913 | Transitions. It will let the possibility of each ports to turn it off |
| 914 | in their release branches until we're confident that these CSS |
| 915 | properties are ready to be unprefixed. |
| 916 | |
| 917 | * Source/cmake/WebKitFeatures.cmake: |
| 918 | * Source/cmakeconfig.h.cmake: |
| 919 | * configure.ac: |
| 920 | |
commit-queue@webkit.org | 9d9eed3 | 2012-12-18 20:20:31 +0000 | [diff] [blame] | 921 | 2012-12-18 Ming Xie <mxie@rim.com> |
| 922 | |
| 923 | [BlackBerry] Add -fno-exceptions to CXX_FLAGS |
| 924 | https://bugs.webkit.org/show_bug.cgi?id=105306 |
| 925 | |
| 926 | Reviewed by Rob Buis. |
| 927 | |
| 928 | Disable exception handling. We don't have any try or catch |
| 929 | constructs in our code. |
| 930 | |
| 931 | * Source/cmake/OptionsBlackBerry.cmake: |
| 932 | |
commit-queue@webkit.org | 8a39706 | 2012-12-18 18:00:25 +0000 | [diff] [blame] | 933 | 2012-12-18 Kondapally Kalyan <kalyan.kondapally@intel.com> |
| 934 | |
| 935 | [EFL] Allow the build system to detect EGL support. |
| 936 | https://bugs.webkit.org/show_bug.cgi?id=105287 |
| 937 | |
| 938 | Reviewed by Laszlo Gombos. |
| 939 | |
| 940 | Currently, we don't have any way to determine if EGL is supported by the build. |
| 941 | This patch adds support for this. The patch doesn't make any changes to take this into |
| 942 | use. This will be done in another patch. |
| 943 | |
| 944 | * Source/cmake/FindEGL.cmake: |
| 945 | |
commit-queue@webkit.org | 201bf1c | 2012-12-18 02:39:54 +0000 | [diff] [blame] | 946 | 2012-12-17 Halton Huo <halton.huo@intel.com> |
| 947 | |
| 948 | [EFL] Add ecore_imf_evas to FindEcore.cmake |
| 949 | https://bugs.webkit.org/show_bug.cgi?id=105159 |
| 950 | |
| 951 | Reviewed by Laszlo Gombos. |
| 952 | |
| 953 | ecore_imf_evas is a separate library, we should add for EFL port as well. |
| 954 | |
| 955 | * Source/cmake/FindEcore.cmake: Add finding FIND_EFL_LIBRARY for ecore_imf_evas |
| 956 | |
kenneth@webkit.org | 9308914 | 2012-12-17 13:54:48 +0000 | [diff] [blame] | 957 | 2012-12-17 Kenneth Rohde Christiansen <kenneth@webkit.org> |
| 958 | |
| 959 | Add manual test to verify that geometry methods (moveTo, etc) work |
| 960 | https://bugs.webkit.org/show_bug.cgi?id=105160 |
| 961 | |
| 962 | Reviewed by Alexis Menard. |
| 963 | |
| 964 | * ManualTests/window-geometry.html: Added. |
| 965 | |
commit-queue@webkit.org | 59717b4 | 2012-12-16 17:59:46 +0000 | [diff] [blame] | 966 | 2012-12-16 ChangSeok Oh <shivamidow@gmail.com> |
| 967 | |
| 968 | [GTK][AC] Build failure with an option --with-acceleration-backend=clutter |
| 969 | https://bugs.webkit.org/show_bug.cgi?id=105027 |
| 970 | |
| 971 | Reviewed by Gustavo Noronha Silva. |
| 972 | |
| 973 | I turned off opengl related variables, enable_glx, enable_egl and enable_gles2 |
| 974 | when selecting clutter as the acceleration-backend. Because they seem useless for the AC by clutter. |
| 975 | |
| 976 | * configure.ac: |
| 977 | |
simon.fraser@apple.com | fc75029 | 2012-12-15 22:11:27 +0000 | [diff] [blame] | 978 | 2012-12-15 Simon Fraser <simon.fraser@apple.com> |
| 979 | |
| 980 | Fix repaint issues when resizing a window with centered content, for platforms with a tile cache |
| 981 | https://bugs.webkit.org/show_bug.cgi?id=105073 |
| 982 | |
| 983 | Reviewed by Dan Bernstein. |
| 984 | |
| 985 | Add a manual test for window resize with a centered element. |
| 986 | |
| 987 | * ManualTests/resize-repaint.html: Added. |
| 988 | |
senorblanco@chromium.org | 1d51b74 | 2012-12-13 19:32:23 +0000 | [diff] [blame] | 989 | 2012-12-13 Stephen White <senorblanco@chromium.org> |
| 990 | |
| 991 | Added manual test for canvas setFont speed. |
| 992 | https://bugs.webkit.org/show_bug.cgi?id=104923 |
| 993 | |
| 994 | Reviewed by James Robinson. |
| 995 | |
| 996 | * ManualTests/canvas-font-speed.html: Added. |
| 997 | |
hausmann@webkit.org | 5cc1101 | 2012-12-13 15:04:36 +0000 | [diff] [blame] | 998 | 2012-12-13 Jerome Pasion <jerome.pasion@digia.com> |
| 999 | |
| 1000 | [Qt] Doc: Fixing Qt WebKit reference documentation. |
| 1001 | |
| 1002 | Reviewed by Simon Hausmann. |
| 1003 | |
| 1004 | Fixes: |
| 1005 | -added \module for C++ classes and \qmlmodule for QML types |
| 1006 | -added links to the Qt WebKit Examples pages |
| 1007 | -fixed the qhp settings for Qt Creator |
| 1008 | |
| 1009 | Task-number: QTBUG-28583 |
| 1010 | Task-number: QTBUG-28418 |
| 1011 | Task-number: QTBUG-27646 |
| 1012 | |
| 1013 | * Source/qtwebkit.qdocconf: |
| 1014 | |
hausmann@webkit.org | fda30e3 | 2012-12-13 10:56:09 +0000 | [diff] [blame] | 1015 | 2012-12-13 Jerome Pasion <Jerome.Pasion@digia.com> |
| 1016 | |
| 1017 | [Qt] Fix missing doc dependency to examples |
| 1018 | |
| 1019 | Reviewed by Simon Hausmann. |
| 1020 | |
| 1021 | * Source/qtwebkit.qdocconf: |
| 1022 | |
commit-queue@webkit.org | 7e827e1 | 2012-12-12 22:18:30 +0000 | [diff] [blame] | 1023 | 2012-12-12 John Griggs <jgriggs@rim.com> |
| 1024 | |
| 1025 | 2012-12-12 John Griggs <jgriggs@rim.com> |
| 1026 | |
| 1027 | [BlackBerry] Update Media Controls for BlackBerry Platform |
| 1028 | https://bugs.webkit.org/show_bug.cgi?id=104443 |
| 1029 | https://przilla.ott.qnx.com/bugzilla/show_bug.cgi?id=204748 |
| 1030 | |
| 1031 | Update Media Controls for BlackBerry platform to allow audio, embedded video and fullscreen video controls to be positioned and styled differently. |
| 1032 | |
| 1033 | Reviewed by Rob Buis. |
| 1034 | |
| 1035 | * Source/cmake/OptionsBlackBerry.cmake: |
| 1036 | |
wangxianzhu@chromium.org | 5e4e7f2 | 2012-12-12 19:38:15 +0000 | [diff] [blame] | 1037 | 2012-12-12 Xianzhu Wang <wangxianzhu@chromium.org> |
| 1038 | |
| 1039 | Pre-painting should not paint out-of-view fixed position elements |
| 1040 | https://bugs.webkit.org/show_bug.cgi?id=104724 |
| 1041 | |
| 1042 | Reviewed by James Robinson. |
| 1043 | |
| 1044 | New manual test. |
| 1045 | |
| 1046 | * ManualTests/compositing/fixed-position-out-of-view-scroll-prepaint.html: Added. |
| 1047 | |
commit-queue@webkit.org | 38670cc | 2012-12-12 17:31:01 +0000 | [diff] [blame] | 1048 | 2012-12-12 Krzysztof Czech <k.czech@samsung.com> |
| 1049 | |
| 1050 | [EFL] Possibility to turn off accessibility feature for WebKit-EFL. |
| 1051 | https://bugs.webkit.org/show_bug.cgi?id=103036 |
| 1052 | |
| 1053 | Reviewed by Laszlo Gombos. |
| 1054 | |
| 1055 | Guard dependencies for accessibility (ATK), so that they can be turned off. |
| 1056 | |
| 1057 | * Source/cmake/OptionsEfl.cmake: |
| 1058 | * Source/cmake/WebKitFeatures.cmake: |
| 1059 | |
zandobersek@gmail.com | d8a5ec6f | 2012-12-12 12:25:45 +0000 | [diff] [blame] | 1060 | 2012-12-12 Zan Dobersek <zandobersek@gmail.com> |
| 1061 | |
| 1062 | [GTK] Remove the last of unnecessary configuration options in configure.ac |
| 1063 | https://bugs.webkit.org/show_bug.cgi?id=104793 |
| 1064 | |
| 1065 | Reviewed by Martin Robinson. |
| 1066 | |
| 1067 | Remove the last of the configuration options that don't introduce any dependencies and/or |
| 1068 | are enabled by default in the GNUmakefile.features.am.in file. |
| 1069 | |
| 1070 | * configure.ac: |
| 1071 | |
jocelyn.turcotte@digia.com | 0869705 | 2012-12-12 10:12:57 +0000 | [diff] [blame] | 1072 | 2012-12-11 Jocelyn Turcotte <jocelyn.turcotte@digia.com> |
| 1073 | |
| 1074 | [Qt] Fix the inspector not showing up on Windows |
| 1075 | https://bugs.webkit.org/show_bug.cgi?id=104677 |
| 1076 | |
| 1077 | Reviewed by Simon Hausmann. |
| 1078 | |
| 1079 | Resources aren't transfered properly from a static WebCore to the final DLL |
| 1080 | with MSVC since the linker only pick from the static lib symbols that |
| 1081 | are referenced in the final binary. |
| 1082 | |
| 1083 | Move the resource files directly to Qt5WebKit.dll to make sure that they are |
| 1084 | available. |
| 1085 | |
| 1086 | * Source/api.pri: |
| 1087 | |
wangxianzhu@chromium.org | 0991b59 | 2012-12-12 00:56:44 +0000 | [diff] [blame] | 1088 | 2012-12-11 Xianzhu Wang <wangxianzhu@chromium.org> |
| 1089 | |
| 1090 | Add window.internals.mainThreadScrollReasonsAsText for testing slow scrolling |
| 1091 | https://bugs.webkit.org/show_bug.cgi?id=104714 |
| 1092 | |
| 1093 | Reviewed by Eric Seidel. |
| 1094 | |
| 1095 | Export symbol Page::mainThreadScrollingReasonsAsText(). |
| 1096 | |
| 1097 | * Source/autotools/symbols.filter: |
| 1098 | |
commit-queue@webkit.org | 4ab4252 | 2012-12-11 20:58:40 +0000 | [diff] [blame] | 1099 | 2012-12-11 Michael Pruett <michael@68k.org> |
| 1100 | |
| 1101 | [JSC] Add tests for explicit serialization values |
| 1102 | https://bugs.webkit.org/show_bug.cgi?id=104423 |
| 1103 | |
| 1104 | Reviewed by Oliver Hunt. |
| 1105 | |
| 1106 | Add tests for serialization and deserialization mechanisms of |
| 1107 | the JSC implementation of SerializedScriptValue. Similar tests |
| 1108 | already exist for the V8 implementation. |
| 1109 | |
| 1110 | * Source/autotools/symbols.filter: |
| 1111 | |
commit-queue@webkit.org | 029d84f | 2012-12-11 17:58:03 +0000 | [diff] [blame] | 1112 | 2012-12-11 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1113 | |
| 1114 | [GTK] Install GObject DOM bindings headers in its own directory |
| 1115 | https://bugs.webkit.org/show_bug.cgi?id=104663 |
| 1116 | |
| 1117 | Reviewed by Gustavo Noronha Silva. |
| 1118 | |
| 1119 | * GNUmakefile.am: Add GENSOURCES_WEBKITDOM and |
| 1120 | webkitgtk_gdom_built_h_api variables. |
| 1121 | |
hausmann@webkit.org | fc11a33 | 2012-12-11 14:03:09 +0000 | [diff] [blame] | 1122 | 2012-12-11 Stephen Kelly <stephen.kelly@kdab.com> |
| 1123 | |
| 1124 | WebKit tests for the Qt API should include tests of CMake config files |
| 1125 | https://bugs.webkit.org/show_bug.cgi?id=104003 |
| 1126 | |
| 1127 | Reviewed by Simon Hausmann. |
| 1128 | |
| 1129 | The Qt WebKit CI system is not going to run this test, but it can |
| 1130 | be run locally and to test packages. |
| 1131 | |
| 1132 | * Source/tests.pri: |
| 1133 | |
philn@webkit.org | 1772dfd | 2012-12-11 09:42:32 +0000 | [diff] [blame] | 1134 | 2012-12-11 Xabier Rodriguez Calvar <calvaris@igalia.com> |
| 1135 | |
| 1136 | [GTK][jhbuild] Switch to GStreamer 1.0 build |
| 1137 | https://bugs.webkit.org/show_bug.cgi?id=91727 |
| 1138 | |
| 1139 | Reviewed by Philippe Normand. |
| 1140 | |
| 1141 | Switch build-webkit --gtk to GStreamer 1.0 support and build the |
| 1142 | necessary GStreamer git modules from JHBuild. |
| 1143 | |
| 1144 | * configure.ac: Removed GStreamer unstable API flag, made |
| 1145 | GStreamer 1.0 default instead of 0.10 and made required version |
| 1146 | 1.0.3. In case no GStreamer version is specified, it falls back to |
| 1147 | 0.10. In case no video or web-audio are requested, GStreamer |
| 1148 | and Farstream checks are not performed. |
| 1149 | |
zandobersek@gmail.com | 68b5fe3 | 2012-12-11 09:37:28 +0000 | [diff] [blame] | 1150 | 2012-12-11 Zan Dobersek <zandobersek@gmail.com> |
| 1151 | |
| 1152 | [GTK] Feature enabling/disabling should be possible through build-webkit |
| 1153 | https://bugs.webkit.org/show_bug.cgi?id=99271 |
| 1154 | |
| 1155 | Reviewed by Gustavo Noronha Silva. |
| 1156 | |
| 1157 | The autogen.sh script now calls the Tools/gtk/override-feature-defines script |
| 1158 | before calling autoreconf. This ensures that Source/WebCore/GNUmakefile.features.am |
| 1159 | is present and properly modified if the build-webkit script intends to override |
| 1160 | any feature. |
| 1161 | |
| 1162 | The Source/WebCore/GNUmakefile.features.am file is added to the ignored files list |
| 1163 | so it doesn't pop out as a new, untracked file. |
| 1164 | |
| 1165 | * .gitignore: |
| 1166 | * autogen.sh: |
| 1167 | |
mrobinson@webkit.org | 5b1d28f | 2012-12-11 09:05:54 +0000 | [diff] [blame] | 1168 | 2012-12-10 Martin Robinson <mrobinson@igalia.com> |
| 1169 | |
| 1170 | [GTK] Remove the Pango backend |
| 1171 | https://bugs.webkit.org/show_bug.cgi?id=104569 |
| 1172 | |
| 1173 | Reviewed by Daniel Bates. |
| 1174 | |
| 1175 | Always look for Freetype and Harfbuzz. We still depend on Pango for a few |
| 1176 | things, so we cannot yet eliminate our dependency on Pango. |
| 1177 | |
| 1178 | * configure.ac: Always look for FreeType/Harfbuzz. |
| 1179 | |
commit-queue@webkit.org | 2596ed1 | 2012-12-10 21:53:55 +0000 | [diff] [blame] | 1180 | 2012-12-10 Laszlo Gombos <l.gombos@samsung.com> |
| 1181 | |
| 1182 | [EFL] Change the minimum required EFL version to 1.6 |
| 1183 | https://bugs.webkit.org/show_bug.cgi?id=104431 |
| 1184 | |
| 1185 | Reviewed by Kenneth Rohde Christiansen. |
| 1186 | |
| 1187 | Change the minimum required EFL version to 1.6 from 1.7 to enable |
| 1188 | building on Tizen. |
| 1189 | |
| 1190 | The elementary EFL package is only required to build MiniBrowser, |
| 1191 | so I moved the required only to the Minibrowser CMake file. |
| 1192 | |
| 1193 | * Source/cmake/OptionsEfl.cmake: |
| 1194 | |
alexis@webkit.org | 67ab992 | 2012-12-10 17:25:58 +0000 | [diff] [blame] | 1195 | 2012-12-10 Alexis Menard <alexis@webkit.org> |
| 1196 | |
| 1197 | [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag. |
| 1198 | https://bugs.webkit.org/show_bug.cgi?id=104539 |
| 1199 | |
| 1200 | Reviewed by Antonio Gomes. |
| 1201 | |
| 1202 | As discussed on webkit-dev it is not needed to keep this feature flag |
| 1203 | as support for <position> type is a small feature that is already |
| 1204 | implemented by three other UAs. It was useful while landing this |
| 1205 | feature as partial bits were landed one after one. |
| 1206 | |
| 1207 | * Source/cmake/OptionsEfl.cmake: |
| 1208 | * Source/cmake/WebKitFeatures.cmake: |
| 1209 | * Source/cmakeconfig.h.cmake: |
| 1210 | * configure.ac: |
| 1211 | |
jocelyn.turcotte@digia.com | a0636a7 | 2012-12-10 16:56:21 +0000 | [diff] [blame] | 1212 | 2012-12-10 Jocelyn Turcotte <jocelyn.turcotte@digia.com> |
| 1213 | |
| 1214 | [Qt] Remove the support for building a debug WebKit with a release Qt |
| 1215 | https://bugs.webkit.org/show_bug.cgi?id=104560 |
| 1216 | |
| 1217 | Reviewed by Tor Arne Vestbø. |
| 1218 | |
| 1219 | This creates issues with non-framework builds of Qt (necessary for debug-only |
| 1220 | builds) since a Qt5 prefix is now added to the base target name. |
| 1221 | |
| 1222 | * Source/api.pri: |
| 1223 | |
kov@webkit.org | deb6f0c | 2012-12-10 15:02:57 +0000 | [diff] [blame] | 1224 | 2012-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com> |
| 1225 | |
| 1226 | [Soup] utilize multipart/x-mixed-replace support recently added to libsoup |
| 1227 | https://bugs.webkit.org/show_bug.cgi?id=94515 |
| 1228 | |
| 1229 | Reviewed by Martin Robinson. |
| 1230 | |
| 1231 | * configure.ac: require soup 2.40.0, which adds the new support. |
| 1232 | |
mrobinson@webkit.org | 20d7454 | 2012-12-10 14:50:44 +0000 | [diff] [blame] | 1233 | 2012-12-10 Martin Robinson <mrobinson@igalia.com> |
| 1234 | |
| 1235 | [GTK] Bring Harfbuzz-ng support to Gtk |
| 1236 | https://bugs.webkit.org/show_bug.cgi?id=92098 |
| 1237 | |
| 1238 | Reviewed by Gustavo Noronha Silva. |
| 1239 | |
| 1240 | Add support for detecting HarfBuzz during configuration phase. Add these |
| 1241 | flags to the FreeType ones since HarfBuzz support is part of the FreeType |
| 1242 | backend. |
| 1243 | |
| 1244 | * configure.ac: Detect HarfBuzz. |
| 1245 | |
commit-queue@webkit.org | 4752254 | 2012-12-08 17:16:05 +0000 | [diff] [blame] | 1246 | 2012-12-08 Seokju Kwon <seokju.kwon@gmail.com> |
| 1247 | |
| 1248 | [EFL][WK2] Add Remote Web Inspector |
| 1249 | https://bugs.webkit.org/show_bug.cgi?id=98705 |
| 1250 | |
| 1251 | Reviewed by Gyuyoung Kim. |
| 1252 | |
| 1253 | Prepare inspectorPageIndex.html for remote web inspector. |
| 1254 | |
| 1255 | * Source/PlatformEfl.cmake: |
| 1256 | |
commit-queue@webkit.org | d318ebe | 2012-12-07 03:07:24 +0000 | [diff] [blame] | 1257 | 2012-12-06 Rick Byers <rbyers@chromium.org> |
| 1258 | |
| 1259 | CSS cursor property should support webkit-image-set |
| 1260 | https://bugs.webkit.org/show_bug.cgi?id=99493 |
| 1261 | |
| 1262 | Reviewed by Beth Dakin. |
| 1263 | |
| 1264 | Add ENABLE_MOUSE_CURSOR_SCALE (disabled by default) |
| 1265 | |
| 1266 | * Source/cmake/WebKitFeatures.cmake: |
| 1267 | * Source/cmakeconfig.h.cmake: |
| 1268 | |
commit-queue@webkit.org | 36bd77a | 2012-12-06 21:58:01 +0000 | [diff] [blame] | 1269 | 2012-12-06 Laszlo Gombos <l.gombos@samsung.com> |
| 1270 | |
| 1271 | [EFL] Remove ENABLE_GLIB_SUPPORT CMake variable |
| 1272 | https://bugs.webkit.org/show_bug.cgi?id=104278 |
| 1273 | |
| 1274 | Reviewed by Brent Fulgham. |
| 1275 | |
| 1276 | The variable is unnecessary as glib is a required dependency |
| 1277 | for the EFL port and glib is not used by other ports building |
| 1278 | with CMake. |
| 1279 | |
| 1280 | * Source/cmake/OptionsEfl.cmake: |
| 1281 | * Source/cmake/WebKitFeatures.cmake: |
| 1282 | * Source/cmakeconfig.h.cmake: |
| 1283 | |
tony@chromium.org | 9769f72 | 2012-12-06 21:19:12 +0000 | [diff] [blame] | 1284 | 2012-12-06 Tony Chang <tony@chromium.org> |
| 1285 | |
| 1286 | REGRESSION(r135082): Restore the ability to insert author level style sheets from script |
| 1287 | https://bugs.webkit.org/show_bug.cgi?id=104042 |
| 1288 | |
| 1289 | Reviewed by Antti Koivisto. |
| 1290 | |
| 1291 | Update exports for Internals.cpp. |
| 1292 | |
| 1293 | * Source/autotools/symbols.filter: |
| 1294 | |
commit-queue@webkit.org | a51a222 | 2012-12-06 18:18:31 +0000 | [diff] [blame] | 1295 | 2012-12-06 Laszlo Gombos <l.gombos@samsung.com> |
| 1296 | |
| 1297 | [EFL] Optimize binary size by removing dead sections on unix/gcc |
| 1298 | https://bugs.webkit.org/show_bug.cgi?id=102827 |
| 1299 | |
| 1300 | Reviewed by Kenneth Rohde Christiansen. |
| 1301 | |
| 1302 | Turn on -ffunction-sections -fdata-sections --gc-section flags |
| 1303 | on unix for the gcc toolchain for release builds to optimize binary |
| 1304 | size for the Efl port. |
| 1305 | |
| 1306 | * Source/cmake/OptionsEfl.cmake: |
| 1307 | |
commit-queue@webkit.org | f3f290a | 2012-12-06 14:11:05 +0000 | [diff] [blame] | 1308 | 2012-12-06 Seokju Kwon <seokju.kwon@gmail.com> |
| 1309 | |
| 1310 | [EFL] Fix destination path in Source/PlatformEfl.cmake |
| 1311 | https://bugs.webkit.org/show_bug.cgi?id=104237 |
| 1312 | |
| 1313 | Reviewed by Laszlo Gombos. |
| 1314 | |
| 1315 | Remove InspectorBackendCommands.js when copying it for the consistency in Source/PlatformEfl.cmake. |
| 1316 | |
| 1317 | * Source/PlatformEfl.cmake: |
| 1318 | |
shinyak@chromium.org | b98e8f8 | 2012-12-06 13:38:47 +0000 | [diff] [blame] | 1319 | 2012-12-06 Shinya Kawanaka <shinyak@chromium.org> |
| 1320 | |
| 1321 | Internals.getElementByIdInShadowRoot is nonsense now. |
| 1322 | https://bugs.webkit.org/show_bug.cgi?id=104241 |
| 1323 | |
| 1324 | Reviewed by Kent Tamura. |
| 1325 | |
| 1326 | * Source/autotools/symbols.filter: |
| 1327 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 1328 | 2012-12-05 Halton Huo <halton.huo@intel.com> |
| 1329 | |
| 1330 | [CMake] Unify coding style for CMake files |
| 1331 | https://bugs.webkit.org/show_bug.cgi?id=103605 |
| 1332 | |
| 1333 | Reviewed by Laszlo Gombos. |
| 1334 | |
| 1335 | Update cmake files(.cmake, CMakeLists.txt) with following style rules: |
| 1336 | 1. Indentation |
| 1337 | 1.1 Use spaces, not tabs. |
| 1338 | 1.2 Four spaces as indent. |
| 1339 | 2. Spacing |
| 1340 | 2.1 Place one space between control statements and their parentheses. |
| 1341 | For eg, if (), else (), elseif (), endif (), foreach (), |
| 1342 | endforeach (), while (), endwhile (), break (). |
| 1343 | 2.2 Do not place spaces between function and macro statements and |
| 1344 | their parentheses. For eg, macro(), endmacro(), function(), |
| 1345 | endfunction(). |
| 1346 | 2.3 Do not place spaces between a command or function or macro and its |
| 1347 | parentheses, or between a parenthesis and its content. For eg, |
| 1348 | message("testing") not message( "testing") or message ("testing" ) |
| 1349 | 2.4 No space at line ending. |
| 1350 | 3. Lowercase when call commands macros and functions. For eg, |
| 1351 | add_executable() not ADD_EXECUTABLE(), set() not SET(). |
| 1352 | |
| 1353 | * CMakeLists.txt: |
| 1354 | * Source/CMakeLists.txt: |
| 1355 | * Source/PlatformEfl.cmake: |
| 1356 | * Source/cmake/EFLHelpers.cmake: |
| 1357 | * Source/cmake/FindATK.cmake: |
| 1358 | * Source/cmake/FindCFLite.cmake: |
| 1359 | * Source/cmake/FindCairo.cmake: |
| 1360 | * Source/cmake/FindDBus.cmake: |
| 1361 | * Source/cmake/FindDirectX.cmake: |
| 1362 | * Source/cmake/FindE_DBus.cmake: |
| 1363 | * Source/cmake/FindEcore.cmake: |
| 1364 | * Source/cmake/FindEdje.cmake: |
| 1365 | * Source/cmake/FindEet.cmake: |
| 1366 | * Source/cmake/FindEeze.cmake: |
| 1367 | * Source/cmake/FindEfreet.cmake: |
| 1368 | * Source/cmake/FindEina.cmake: |
| 1369 | * Source/cmake/FindElementary.cmake: |
| 1370 | * Source/cmake/FindEnchant.cmake: |
| 1371 | * Source/cmake/FindEvas.cmake: |
| 1372 | * Source/cmake/FindFontconfig.cmake: |
| 1373 | * Source/cmake/FindGLIB.cmake: |
| 1374 | * Source/cmake/FindGStreamer.cmake: |
| 1375 | * Source/cmake/FindGperf.cmake: |
| 1376 | * Source/cmake/FindHarfBuzz.cmake: |
| 1377 | * Source/cmake/FindICU.cmake: |
| 1378 | * Source/cmake/FindLibSoup.cmake: |
| 1379 | * Source/cmake/FindQuickTimeSDK.cmake: |
| 1380 | * Source/cmake/FindSqlite.cmake: |
| 1381 | * Source/cmake/OptionsBlackBerry.cmake: |
| 1382 | * Source/cmake/OptionsCommon.cmake: |
| 1383 | * Source/cmake/OptionsEfl.cmake: |
| 1384 | * Source/cmake/OptionsWinCE.cmake: |
| 1385 | * Source/cmake/OptionsWindows.cmake: |
| 1386 | * Source/cmake/WebKitFS.cmake: |
| 1387 | * Source/cmake/WebKitFeatures.cmake: |
| 1388 | * Source/cmake/WebKitHelpers.cmake: |
| 1389 | * Source/cmake/WebKitMacros.cmake: |
| 1390 | * Source/cmake/WebKitPackaging.cmake: |
| 1391 | * Source/cmake/gtest/CMakeLists.txt: |
| 1392 | |
yoli@rim.com | a7c91e1 | 2012-12-05 21:10:18 +0000 | [diff] [blame] | 1393 | 2012-12-05 Yong Li <yoli@rim.com> |
| 1394 | |
| 1395 | [BlackBerry] Build with libjpegturbo |
| 1396 | https://bugs.webkit.org/show_bug.cgi?id=104152 |
| 1397 | |
| 1398 | Reviewed by Rob Buis. |
| 1399 | |
| 1400 | RIM PR# 196975. |
| 1401 | This change is made by Ming Xie to link with libjpegturbo. |
| 1402 | |
| 1403 | * Source/cmake/OptionsBlackBerry.cmake: |
| 1404 | |
leoyang@rim.com | 18502e2 | 2012-12-05 20:05:25 +0000 | [diff] [blame] | 1405 | 2012-12-05 Leo Yang <leoyang@rim.com> |
| 1406 | |
| 1407 | [BlackBerry] Enable CSS_IMAGE_RESOLUTION |
| 1408 | https://bugs.webkit.org/show_bug.cgi?id=104132 |
| 1409 | |
| 1410 | Reviewed by Yong Li. |
| 1411 | |
| 1412 | * Source/cmake/OptionsBlackBerry.cmake: |
| 1413 | |
commit-queue@webkit.org | 3d436ba | 2012-12-05 18:59:16 +0000 | [diff] [blame] | 1414 | 2012-12-05 Laszlo Gombos <l.gombos@samsung.com> |
| 1415 | |
| 1416 | [CMake] Enable to build WebKit sources without Tools |
| 1417 | https://bugs.webkit.org/show_bug.cgi?id=103918 |
| 1418 | |
| 1419 | Reviewed by Gyuyoung Kim. |
| 1420 | |
| 1421 | Turn on building Tools by default only if ENABLE_TOOLS is not explicitly set |
| 1422 | (enabled or disabled) and the Tools directory exists for all CMake based ports. |
| 1423 | |
| 1424 | This change enables the possibility to build WebKit even if the Tools directory |
| 1425 | does not exists. |
| 1426 | |
| 1427 | * CMakeLists.txt: |
| 1428 | |
commit-queue@webkit.org | 08f988c | 2012-12-04 09:12:00 +0000 | [diff] [blame] | 1429 | 2012-12-04 Kondapally Kalyan <kalyan.kondapally@intel.com> |
| 1430 | |
| 1431 | [EFL][WK2][AC] USE_GRAPHICS_SURFACE should be enabled only if Xcomposite and Xrender extensions are found. |
| 1432 | https://bugs.webkit.org/show_bug.cgi?id=103710. |
| 1433 | |
| 1434 | Reviewed by Kenneth Rohde Christiansen. |
| 1435 | |
| 1436 | When using GLX back-end we are dependent on GLX support, Xcomposite and Xrender extensions. |
| 1437 | In this case, GraphicsSurface usage depends on Xcomposite and Xrender extensions. |
| 1438 | USE_GRAPHICS_SURFACE should be enabled only if Xcomposite and Xrender extensions are found. |
| 1439 | |
| 1440 | * Source/cmake/OptionsEfl.cmake: |
| 1441 | |
pierre.rossi@gmail.com | eeb1644 | 2012-12-04 01:38:59 +0000 | [diff] [blame] | 1442 | 2012-12-03 Pierre Rossi <pierre.rossi@digia.com> |
| 1443 | |
| 1444 | [Qt] another stab at fixing the windows build |
| 1445 | |
| 1446 | It seems the QT_BUILD_{TARGET}_LIB are not set as they should by qt_module.prf. |
| 1447 | Define them by hand to be on the safe side. |
| 1448 | |
| 1449 | * Source/widgetsapi.pri: |
| 1450 | |
alexis@webkit.org | ed5ebb3 | 2012-12-03 17:48:42 +0000 | [diff] [blame] | 1451 | 2012-12-03 Alexis Menard <alexis@webkit.org> |
| 1452 | |
alexis@webkit.org | 609a784 | 2012-12-03 20:04:27 +0000 | [diff] [blame] | 1453 | [EFL] Enable CSS3 background-position offsets by default. |
| 1454 | https://bugs.webkit.org/show_bug.cgi?id=103879 |
| 1455 | |
| 1456 | Reviewed by Laszlo Gombos. |
| 1457 | |
| 1458 | Enable the feature for EFL only. |
| 1459 | |
| 1460 | * Source/cmake/OptionsEfl.cmake: |
| 1461 | |
| 1462 | 2012-12-03 Alexis Menard <alexis@webkit.org> |
| 1463 | |
alexis@webkit.org | ed5ebb3 | 2012-12-03 17:48:42 +0000 | [diff] [blame] | 1464 | [GTK] Enable CSS3 background-background position offset by default. |
| 1465 | https://bugs.webkit.org/show_bug.cgi?id=103903 |
| 1466 | |
| 1467 | Reviewed by Philippe Normand. |
| 1468 | |
| 1469 | Turn on the flag by default. |
| 1470 | |
| 1471 | * configure.ac: |
| 1472 | |
commit-queue@webkit.org | 6aa7371 | 2012-12-03 15:42:25 +0000 | [diff] [blame] | 1473 | 2012-12-03 Cosmin Truta <ctruta@rim.com> |
| 1474 | |
| 1475 | [BlackBerry] Enable HIDDEN_PAGE_DOM_TIMER_THROTTLING |
| 1476 | https://bugs.webkit.org/show_bug.cgi?id=103842 |
| 1477 | |
| 1478 | Reviewed by Yong Li. |
| 1479 | |
| 1480 | Set ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING to ON. |
| 1481 | |
| 1482 | * Source/cmake/OptionsBlackBerry.cmake: |
| 1483 | |
commit-queue@webkit.org | d250637 | 2012-12-03 15:20:51 +0000 | [diff] [blame] | 1484 | 2012-12-03 Laszlo Gombos <l.gombos@samsung.com> |
| 1485 | |
| 1486 | [CMake] Enable building WebKit2-only build for the EFL port |
| 1487 | https://bugs.webkit.org/show_bug.cgi?id=103820 |
| 1488 | |
| 1489 | Reviewed by Gyuyoung Kim. |
| 1490 | |
| 1491 | To create a WebKit2-only build for EFL use the following command: |
| 1492 | build-webkit --efl --cmakeargs="-DENABLE_WEBKIT=OFF". |
| 1493 | |
| 1494 | * CMakeLists.txt: Turn on WebKit1 support if it is not explicitly set (enabled or disabled) for |
| 1495 | all CMake based ports. |
| 1496 | |
| 1497 | * Source/cmake/OptionsEfl.cmake: Enable WebKit2 |
| 1498 | for the EFL port if it is not explicitly set (enabled or disabled). |
| 1499 | |
zeno.albisser@digia.com | a084ac3 | 2012-12-03 12:40:42 +0000 | [diff] [blame] | 1500 | 2012-12-03 Zeno Albisser <zeno@webkit.org> |
| 1501 | |
| 1502 | [Qt][Mac] QtWebKitWidgets has wrong install_name. |
| 1503 | |
| 1504 | This part got lost during the library split. |
| 1505 | It was done for QtWebKit before, but it also |
| 1506 | needs to be applied to QtWebKitWidgets. |
| 1507 | |
| 1508 | Reviewed by Tor Arne Vestbø. |
| 1509 | |
| 1510 | * Source/widgetsapi.pri: |
| 1511 | |
junov@google.com | 80720cc | 2012-11-30 21:11:31 +0000 | [diff] [blame] | 1512 | 2012-11-30 Justin Novosad <junov@google.com> |
| 1513 | |
| 1514 | [Chromium] Animation updates fail when using a canvas as a CSS backround-image style with -webkit-canvas |
| 1515 | https://bugs.webkit.org/show_bug.cgi?id=103643 |
| 1516 | |
| 1517 | Reviewed by Stephen White. |
| 1518 | |
| 1519 | New test to verify that elements using a canvas as a style image |
| 1520 | source are redrawn when the canvas is animated. Added as a manual test |
| 1521 | because the bug was not reproducible in DumpRenderTree. |
| 1522 | |
| 1523 | * ManualTests/animated-canvas-as-background.html: Added. |
| 1524 | |
pierre.rossi@gmail.com | ded582b | 2012-11-30 16:10:16 +0000 | [diff] [blame] | 1525 | 2012-11-30 Pierre Rossi <pierre.rossi@gmail.com> |
| 1526 | |
| 1527 | [Qt] Unreviewed build break |
| 1528 | |
| 1529 | Rubber-stamped by Simon Hausmann. |
| 1530 | |
| 1531 | Poor man's way to trigger a clean build on a bot. |
| 1532 | |
| 1533 | * WebKit.pro: |
| 1534 | |
hausmann@webkit.org | e85cd9b | 2012-11-30 15:22:37 +0000 | [diff] [blame] | 1535 | 2012-11-30 Simon Hausmann <simon.hausmann@digia.com> |
| 1536 | |
| 1537 | [Qt] Unreviewed doc fix |
| 1538 | |
| 1539 | Add additional search paths for API folders. |
| 1540 | |
| 1541 | * Source/qtwebkit.qdocconf: |
| 1542 | |
hausmann@webkit.org | 5058b7e | 2012-11-30 15:00:33 +0000 | [diff] [blame] | 1543 | 2012-11-30 Simon Hausmann <simon.hausmann@digia.com>, Pierre Rossi <pierre.rossi@digia.com> |
| 1544 | |
| 1545 | [Qt] Separate Qt WebKit into Qt WebKit and Qt WebKit Widgets |
| 1546 | https://bugs.webkit.org/show_bug.cgi?id=99314 |
| 1547 | |
| 1548 | Reviewed by Tor Arne Vestbø. |
| 1549 | |
| 1550 | This big change separates QtWebKit into QtWebKit and QtWebKitWidgets as |
| 1551 | shared libraries. |
| 1552 | |
| 1553 | It's a big refactoring that mostly involves moving WebCore dependent |
| 1554 | code into QtWebKit and accessing it through exported QWebFrameAdapter |
| 1555 | and QWebPageAdapter classes. |
| 1556 | |
| 1557 | * Source/QtWebKit.pro: |
| 1558 | * Source/api.pri: |
| 1559 | * Source/sync.profile: |
| 1560 | * Source/widgetsapi.pri: Added. |
| 1561 | * WebKit.pro: |
| 1562 | |
vestbo@webkit.org | 4e3c333 | 2012-11-30 14:16:44 +0000 | [diff] [blame] | 1563 | 2012-11-30 Tor Arne Vestbø <tor.arne.vestbo@digia.com> |
| 1564 | |
| 1565 | [Qt] Build as a regular Qt module when production_build is enabled |
| 1566 | |
| 1567 | Instead of always setting CONFIG+=force_independent. This means the |
| 1568 | libs, headers, and documentation will end up in qtbase for developer |
| 1569 | builds of Qt, instead of always in the QtWebKit build directory. |
| 1570 | |
| 1571 | Reviewed by Simon Hausmann. |
| 1572 | |
| 1573 | * Source/api.pri: |
| 1574 | |
rafaelw@chromium.org | ecc5b85 | 2012-11-30 05:40:27 +0000 | [diff] [blame] | 1575 | 2012-11-29 Rafael Weinstein <rafaelw@chromium.org> |
| 1576 | |
| 1577 | [HTMLTemplateElement] Add feature flag |
| 1578 | https://bugs.webkit.org/show_bug.cgi?id=103694 |
| 1579 | |
| 1580 | Reviewed by Adam Barth. |
| 1581 | |
| 1582 | This flag will guard the implementation of the HTMLTemplateElement. |
| 1583 | http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/templates/index.html |
| 1584 | |
| 1585 | * Source/cmake/WebKitFeatures.cmake: |
| 1586 | * Source/cmakeconfig.h.cmake: |
| 1587 | |
commit-queue@webkit.org | c83e8ee | 2012-11-29 06:21:20 +0000 | [diff] [blame] | 1588 | 2012-11-28 Michael Pruett <michael@68k.org> |
| 1589 | |
| 1590 | IndexedDB: Remove duplicate toWireString() and createFromWire() methods in JSC SerializedScriptValue |
| 1591 | https://bugs.webkit.org/show_bug.cgi?id=103554 |
| 1592 | |
| 1593 | Reviewed by Kentaro Hara. |
| 1594 | |
| 1595 | In r135022, duplicate createFromWire() and toWireString() methods |
| 1596 | were added to the JSC version of SerializedScriptValue. In |
| 1597 | order to allow the JSC SerializedScriptValue to compile when |
| 1598 | ENABLE(INDEXED_DATABASE) is turned on, these new methods have |
| 1599 | been removed and the old methods have been moved outside the |
| 1600 | ENABLE(INDEXED_DATABASE) guard. |
| 1601 | |
| 1602 | * Source/autotools/symbols.filter: |
| 1603 | |
shinyak@chromium.org | f972073 | 2012-11-29 02:18:20 +0000 | [diff] [blame] | 1604 | 2012-11-28 Shinya Kawanaka <shinyak@chromium.org> |
| 1605 | |
| 1606 | [Shadow] Move Distribution stuffs from ShadowRoot |
| 1607 | https://bugs.webkit.org/show_bug.cgi?id=103481 |
| 1608 | |
| 1609 | Reviewed by Hajime Morita. |
| 1610 | |
| 1611 | * Source/autotools/symbols.filter: |
| 1612 | |
commit-queue@webkit.org | f34793a | 2012-11-27 04:37:01 +0000 | [diff] [blame] | 1613 | 2012-11-26 Halton Huo <halton.huo@intel.com> |
| 1614 | |
| 1615 | [EFL] CMake shows ENABLE_3D_RENDERING and ENABLE_WEBGL is still OFF when AC is enabled |
| 1616 | https://bugs.webkit.org/show_bug.cgi?id=100829 |
| 1617 | |
| 1618 | Reviewed by Gyuyoung Kim. |
| 1619 | |
| 1620 | In WebKitFeatures.cmake, only use ${_name} for condition to print |
| 1621 | a option as ON will prevent the overridden ones in OptionsXXX.cmake, |
| 1622 | should use ${_WEBKIT_AVAILABLE_OPTIONS_INITALVALUE_${_name}} instead. |
| 1623 | |
| 1624 | * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_3D_RENDERING and |
| 1625 | ENABLE_WEBGL |
| 1626 | * Source/cmake/WebKitFeatures.cmake: Use |
| 1627 | ${_WEBKIT_AVAILABLE_OPTIONS_INITALVALUE_${_name}} to as value of |
| 1628 | a feature is enabled. Adjust options in lexicographical order. |
| 1629 | |
mrobinson@webkit.org | 35b1ae6 | 2012-11-26 22:00:15 +0000 | [diff] [blame] | 1630 | 2012-11-26 Kalev Lember <kalevlember@gmail.com> |
| 1631 | |
| 1632 | [GTK] Explicitly link against librt |
| 1633 | https://bugs.webkit.org/show_bug.cgi?id=103194 |
| 1634 | |
| 1635 | Reviewed by Martin Robinson. |
| 1636 | |
| 1637 | Fixes broken build with undefined references to shm_open / shm_unlink |
| 1638 | symbols. SharedMemoryUnix.cpp uses these so we need to link with -lrt. |
| 1639 | |
| 1640 | * configure.ac: |
| 1641 | |
commit-queue@webkit.org | 3573bab | 2012-11-26 08:31:18 +0000 | [diff] [blame] | 1642 | 2012-11-26 Laszlo Gombos <l.gombos@samsung.com> |
| 1643 | |
| 1644 | [CMake] Allow user specified compiler flags to take precedence |
| 1645 | https://bugs.webkit.org/show_bug.cgi?id=103101 |
| 1646 | |
| 1647 | Reviewed by Brent Fulgham. |
| 1648 | |
| 1649 | Make sure that compiler and linker flags specified by the build system |
| 1650 | are always prepended to the variables that can be specified by the |
| 1651 | environment and the user as well. |
| 1652 | |
| 1653 | * Source/cmake/OptionsCommon.cmake: |
| 1654 | * Source/cmake/OptionsWindows.cmake: |
| 1655 | * Source/cmake/WebKitHelpers.cmake: |
| 1656 | |
alexis@webkit.org | d4f3166 | 2012-11-23 21:24:10 +0000 | [diff] [blame] | 1657 | 2012-11-23 Alexis Menard <alexis@webkit.org> |
| 1658 | |
| 1659 | [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing. |
| 1660 | https://bugs.webkit.org/show_bug.cgi?id=102104 |
| 1661 | |
| 1662 | Reviewed by Julien Chaffraix. |
| 1663 | |
| 1664 | Protect the new feature behind a feature flag. |
| 1665 | |
| 1666 | * Source/cmake/WebKitFeatures.cmake: |
| 1667 | * Source/cmakeconfig.h.cmake: |
| 1668 | * configure.ac: |
| 1669 | |
paroga@webkit.org | bf80a62 | 2012-11-23 16:54:35 +0000 | [diff] [blame] | 1670 | 2012-11-23 Patrick Gansterer <paroga@webkit.org> |
| 1671 | |
| 1672 | [CMake] Add support for winflexbison distribution |
| 1673 | https://bugs.webkit.org/show_bug.cgi?id=102551 |
| 1674 | |
| 1675 | Reviewed by Laszlo Gombos. |
| 1676 | |
| 1677 | Since GnuWin32 does not provide recent versions of bision and flex supporting |
| 1678 | the alternative winflexbison distribution is the prefered option. |
| 1679 | |
| 1680 | * Source/cmake/WebKitMacros.cmake: |
| 1681 | |
commit-queue@webkit.org | b81cd6d | 2012-11-23 15:36:37 +0000 | [diff] [blame] | 1682 | 2012-11-23 Laszlo Gombos <l.gombos@samsung.com> |
| 1683 | |
| 1684 | [EFL] Define WTF_PLATFORM_EFL in Platform.h |
| 1685 | https://bugs.webkit.org/show_bug.cgi?id=101482 |
| 1686 | |
| 1687 | Reviewed by Kenneth Rohde Christiansen. |
| 1688 | |
| 1689 | Remove the definition of WTF_PLATFORM_EFL from the build system to |
| 1690 | make the EFL port consistent with other ports. |
| 1691 | |
| 1692 | * Source/cmake/OptionsEfl.cmake: |
| 1693 | |
commit-queue@webkit.org | 242d9b6 | 2012-11-23 09:22:13 +0000 | [diff] [blame] | 1694 | 2012-11-23 Krzysztof Czech <k.czech@samsung.com> |
| 1695 | |
| 1696 | [EFL] Platform support for Accessibility feature. |
| 1697 | https://bugs.webkit.org/show_bug.cgi?id=100848 |
| 1698 | |
| 1699 | Reviewed by Gyuyoung Kim. |
| 1700 | |
| 1701 | Add support for ATK library. |
| 1702 | |
| 1703 | * Source/cmake/FindATK.cmake: Added. |
| 1704 | * Source/cmake/OptionsEfl.cmake: |
| 1705 | |
kov@webkit.org | e0b9407 | 2012-11-22 21:07:03 +0000 | [diff] [blame] | 1706 | 2012-09-26 Gustavo Noronha Silva <gns@gnome.org> |
| 1707 | |
| 1708 | [GTK] Split SVG from WebCore to work-around make limitation |
| 1709 | https://bugs.webkit.org/show_bug.cgi?id=97735 |
| 1710 | |
| 1711 | Reviewed by Carlos Garcia Campos. |
| 1712 | |
| 1713 | Add a new libtool convenience library, libWebCoreSVG.la, to work-around |
| 1714 | make limitation when linking libWebCore. |
| 1715 | |
| 1716 | * GNUmakefile.am: variables for the new library. |
| 1717 | |
hausmann@webkit.org | cc4b160 | 2012-11-22 13:57:53 +0000 | [diff] [blame] | 1718 | 2012-11-22 Simon Hausmann <simon.hausmann@digia.com>, Pierre Rossi <pierre.rossi@digia.com> |
| 1719 | |
| 1720 | [Qt] Separate QWidget dependant code into separate WebKitWidgets static library |
| 1721 | https://bugs.webkit.org/show_bug.cgi?id=102800 |
| 1722 | |
| 1723 | Reviewed by Tor Arne Vestbø. |
| 1724 | |
| 1725 | This patch separates code that needs to use QWidget related APIs in |
| 1726 | WebKit/qt/WebCoreSupport and Api from code that doesn't. This means for |
| 1727 | example FrameLoaderClientQt.cpp remains in the WebKit1 static library, |
| 1728 | while qwebpage.cpp and qwebframe.cpp become part of the WebKitWidgets |
| 1729 | static library. WebKit1 is compiled without QT += widgets and therefore |
| 1730 | any widget related dependency has been moved "up" and out of WebKit1 into |
| 1731 | the WebKitWidgets library. |
| 1732 | |
| 1733 | Between the code in WebKit.a and WebKitWidgets.a new adapters and |
| 1734 | interfaces have been introduced, such as QWebPageAdapter and |
| 1735 | QWebFrameAdapter. QWebPageAdapter, when used from WebKit1, is a way to |
| 1736 | call out into the API layer, implemented by QWebPage (QWebPagePrivate). |
| 1737 | The other way around if QWebPage wants to access WebCore or |
| 1738 | WebCoreSupport related functionality, it will go through |
| 1739 | QWebPageAdapater (as base class). The separation in the direction up |
| 1740 | into the API layer is complete with this patch, no code in WebKit1 |
| 1741 | depends on QtWidgets. The separation the other way around, code in the |
| 1742 | API layer not using any WebCore types, is not complete yet. |
| 1743 | |
| 1744 | Some classes such as QWebSettings, QWebElement or |
| 1745 | DumpRenderTreeSupportQt remain in WebKit1. While they are API layer, |
| 1746 | they do not depend on widget related Qt APIs and they make much more |
| 1747 | use of WebCore internal APIs and therefore are easier to keep in |
| 1748 | WebKit1. |
| 1749 | |
| 1750 | In the future we plan to place a real shared library boundary between |
| 1751 | WebKit1 and WebKitWidgets, by keeping the WebKit1 static library as |
| 1752 | part of the QtWebKit shared library and by turning the WebKitWidgets |
| 1753 | static library into a shared one. |
| 1754 | |
| 1755 | |
| 1756 | * Source/api.pri: |
| 1757 | * WebKit.pro: |
| 1758 | |
ryuan.choi@samsung.com | c844afc | 2012-11-22 06:18:35 +0000 | [diff] [blame] | 1759 | 2012-11-21 Ryuan Choi <ryuan.choi@gmail.com> |
| 1760 | |
| 1761 | [EFL] Remove unnecessary definition, -DENABLE_SPELLCHECK=1 |
| 1762 | https://bugs.webkit.org/show_bug.cgi?id=102988 |
| 1763 | |
| 1764 | Reviewed by Laszlo Gombos. |
| 1765 | |
| 1766 | Removed -DENABLE_SPELLCHECK=1 because feature macros are controlled by |
| 1767 | WEBKIT_OPTION_XXX and cmakeconfig.h.cmake. |
| 1768 | |
| 1769 | * Source/cmake/OptionsEfl.cmake: |
| 1770 | |
commit-queue@webkit.org | 1d67c70 | 2012-11-22 03:08:46 +0000 | [diff] [blame] | 1771 | 2012-11-21 Kondapally Kalyan <kalyan.kondapally@intel.com> |
| 1772 | |
| 1773 | [EFL] GLX detection is broken. |
| 1774 | https://bugs.webkit.org/show_bug.cgi?id=102687. |
| 1775 | |
| 1776 | Reviewed by Laszlo Gombos. |
| 1777 | |
| 1778 | HAVE_GLX is enabled only if WebGL is enabled. This is wrong and we should |
| 1779 | explicitly test for GLX support. |
| 1780 | This patch makes changes so that we check for glx.h header and sets HAVE_GLX flag appropriately. |
| 1781 | |
| 1782 | * Source/cmake/OptionsEfl.cmake: |
| 1783 | |
gyuyoung.kim@samsung.com | c848932 | 2012-11-21 11:14:34 +0000 | [diff] [blame] | 1784 | 2012-11-21 Yael Aharon <yael.aharon@intel.com> |
| 1785 | |
| 1786 | [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default |
| 1787 | https://bugs.webkit.org/show_bug.cgi?id=101526 |
| 1788 | |
| 1789 | Reviewed by Kenneth Rohde Christiansen. |
| 1790 | |
| 1791 | Separate out ENABLE_WEBGL. It is not ready to be enabled by default. |
| 1792 | |
| 1793 | * Source/cmake/OptionsEfl.cmake: |
| 1794 | |
commit-queue@webkit.org | ebdffaf | 2012-11-21 06:05:45 +0000 | [diff] [blame] | 1795 | 2012-11-20 Sheriff Bot <webkit.review.bot@gmail.com> |
| 1796 | |
| 1797 | Unreviewed, rolling out r133859. |
| 1798 | http://trac.webkit.org/changeset/133859 |
| 1799 | https://bugs.webkit.org/show_bug.cgi?id=102875 |
| 1800 | |
| 1801 | This patch makes API test broken (Requested by gyuyoung on |
| 1802 | #webkit). |
| 1803 | |
| 1804 | * Source/cmake/OptionsEfl.cmake: |
| 1805 | |
commit-queue@webkit.org | f61a46a | 2012-11-20 19:59:14 +0000 | [diff] [blame] | 1806 | 2012-11-20 Elliott Sprehn <esprehn@chromium.org> |
| 1807 | |
| 1808 | Store MutationObserver callback in a hidden property for V8 |
| 1809 | https://bugs.webkit.org/show_bug.cgi?id=102555 |
| 1810 | |
| 1811 | Reviewed by Adam Barth. |
| 1812 | |
| 1813 | Test for reference cycle leaks with mutation observers. There doesn't seem |
| 1814 | to be a way to check this for v8, but if you manually run you can see if it |
| 1815 | leaks observers. |
| 1816 | |
| 1817 | * ManualTests/leak-cycle-observer-wrapper.html: Added. |
| 1818 | |
carlosgc@webkit.org | 58ef18b | 2012-11-20 16:02:19 +0000 | [diff] [blame] | 1819 | 2012-11-20 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1820 | |
| 1821 | Unreviewed. Update NEWS and configure.ac for 1.11.2 release |
| 1822 | |
carlosgc@webkit.org | a9f159a | 2012-11-20 16:08:53 +0000 | [diff] [blame] | 1823 | * configure.ac: Bump tarball version number, not updated in |
| 1824 | previous commit by mistake. |
| 1825 | |
| 1826 | 2012-11-20 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1827 | |
| 1828 | Unreviewed. Update NEWS and configure.ac for 1.11.2 release |
| 1829 | |
carlosgc@webkit.org | 58ef18b | 2012-11-20 16:02:19 +0000 | [diff] [blame] | 1830 | * configure.ac: Bump version numbers. |
| 1831 | |
kihong.kwon@samsung.com | 9ed51c5 | 2012-11-19 15:42:53 +0000 | [diff] [blame] | 1832 | 2012-11-19 Kihong Kwon <kihong.kwon@samsung.com> |
| 1833 | |
| 1834 | Add PROXIMITY_EVENTS feature |
| 1835 | https://bugs.webkit.org/show_bug.cgi?id=102658 |
| 1836 | |
| 1837 | Reviewed by Kentaro Hara. |
| 1838 | |
| 1839 | Add PROXIMITY_EVENTS feature to cmake. |
| 1840 | |
| 1841 | * Source/cmake/WebKitFeatures.cmake: |
| 1842 | * Source/cmakeconfig.h.cmake: |
| 1843 | |
commit-queue@webkit.org | 82af123 | 2012-11-19 05:46:55 +0000 | [diff] [blame] | 1844 | 2012-11-18 Laszlo Gombos <l.gombos@samsung.com> |
| 1845 | |
| 1846 | Remove non-existent directories from the make system |
| 1847 | https://bugs.webkit.org/show_bug.cgi?id=102632 |
| 1848 | |
commit-queue@webkit.org | 9d4f53a | 2012-11-19 07:55:51 +0000 | [diff] [blame] | 1849 | Reviewed by Kenneth Rohde Christiansen. |
| 1850 | |
| 1851 | Remove (non-existent) symbian references from the exclude list for packaging. |
| 1852 | |
| 1853 | * Source/cmake/WebKitPackaging.cmake: |
| 1854 | |
| 1855 | 2012-11-18 Laszlo Gombos <l.gombos@samsung.com> |
| 1856 | |
| 1857 | Remove non-existent directories from the make system |
| 1858 | https://bugs.webkit.org/show_bug.cgi?id=102632 |
| 1859 | |
commit-queue@webkit.org | 82af123 | 2012-11-19 05:46:55 +0000 | [diff] [blame] | 1860 | Reviewed by Adam Barth. |
| 1861 | |
| 1862 | Remove (non-existent) symbian references from the exclude list for packaging. |
| 1863 | |
| 1864 | * Source/cmake/WebKitPackaging.cmake: |
| 1865 | |
commit-queue@webkit.org | 5a9f0f1 | 2012-11-19 00:41:02 +0000 | [diff] [blame] | 1866 | 2012-11-18 Genevieve Mak <gmak@rim.com> |
| 1867 | |
| 1868 | [BlackBerry] Enable Touch Sliders |
| 1869 | https://bugs.webkit.org/show_bug.cgi?id=102516 |
| 1870 | |
| 1871 | Reviewed by Rob Buis. |
| 1872 | |
| 1873 | Enabled for BlackBerry only |
| 1874 | PR #242781 |
| 1875 | PR #176014 |
| 1876 | |
| 1877 | * Source/cmake/OptionsBlackBerry.cmake: |
| 1878 | * Source/cmake/WebKitFeatures.cmake: |
| 1879 | * Source/cmakeconfig.h.cmake: |
| 1880 | |
carlosgc@webkit.org | 2082c6d | 2012-11-18 11:22:37 +0000 | [diff] [blame] | 1881 | 2012-11-18 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1882 | |
| 1883 | Unreviewed. Fix GTK+ build after r135022. |
| 1884 | |
| 1885 | * Source/autotools/symbols.filter: Add exports for |
| 1886 | SerializedScriptValue changes. |
| 1887 | |
tony@chromium.org | c4e04ba | 2012-11-16 23:59:24 +0000 | [diff] [blame] | 1888 | 2012-11-16 Tony Chang <tony@chromium.org> |
| 1889 | |
| 1890 | Remove ENABLE_CSS_HIERARCHIES since it's no longer in use |
| 1891 | https://bugs.webkit.org/show_bug.cgi?id=102554 |
| 1892 | |
| 1893 | Reviewed by Andreas Kling. |
| 1894 | |
| 1895 | As mentioned in https://bugs.webkit.org/show_bug.cgi?id=79939#c41 , |
| 1896 | we're going to revist this feature once additional vendor support is |
| 1897 | achieved. |
| 1898 | |
| 1899 | * Source/cmake/WebKitFeatures.cmake: |
| 1900 | * Source/cmakeconfig.h.cmake: |
| 1901 | |
commit-queue@webkit.org | 6a75bef | 2012-11-16 13:19:56 +0000 | [diff] [blame] | 1902 | 2012-11-16 Ulan Degenbaev <ulan@chromium.org> |
| 1903 | |
| 1904 | [V8] Increment the amount of externally allocated memory for the receiving V8 isolate when transferring ArrayBuffer |
| 1905 | https://bugs.webkit.org/show_bug.cgi?id=94463 |
| 1906 | |
| 1907 | Reviewed by Kentaro Hara. |
| 1908 | |
| 1909 | Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer is deserialized and transferred. |
| 1910 | |
| 1911 | * ManualTests/typed-array-memory.html: |
| 1912 | |
commit-queue@webkit.org | 0c294e9 | 2012-11-16 08:08:37 +0000 | [diff] [blame] | 1913 | 2012-11-16 Sheriff Bot <webkit.review.bot@gmail.com> |
| 1914 | |
commit-queue@webkit.org | 541a5d2 | 2012-11-16 09:19:19 +0000 | [diff] [blame] | 1915 | Unreviewed, rolling out r134908. |
| 1916 | http://trac.webkit.org/changeset/134908 |
| 1917 | https://bugs.webkit.org/show_bug.cgi?id=102473 |
| 1918 | |
| 1919 | Broke the Apple Windows Debug build. (Requested by dydx on |
| 1920 | #webkit). |
| 1921 | |
| 1922 | * Source/autotools/symbols.filter: |
| 1923 | |
| 1924 | 2012-11-16 Sheriff Bot <webkit.review.bot@gmail.com> |
| 1925 | |
commit-queue@webkit.org | 0c294e9 | 2012-11-16 08:08:37 +0000 | [diff] [blame] | 1926 | Unreviewed, rolling out r134865. |
| 1927 | http://trac.webkit.org/changeset/134865 |
| 1928 | https://bugs.webkit.org/show_bug.cgi?id=102466 |
| 1929 | |
| 1930 | Broke the Apple Windows Debug build. (Requested by dydx on |
| 1931 | #webkit). |
| 1932 | |
| 1933 | * Source/autotools/symbols.filter: |
| 1934 | |
commit-queue@webkit.org | ca9f731 | 2012-11-16 08:02:55 +0000 | [diff] [blame] | 1935 | 2012-11-16 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| 1936 | |
| 1937 | Avoid copying of ViewportArguments in computeViewportAttributes function |
| 1938 | https://bugs.webkit.org/show_bug.cgi?id=102354 |
| 1939 | |
| 1940 | Reviewed by Kenneth Rohde Christiansen. |
| 1941 | |
| 1942 | Updated exported symbols for GTK. |
| 1943 | |
| 1944 | * Source/autotools/symbols.filter: |
| 1945 | |
kov@webkit.org | 64545a3 | 2012-11-16 01:05:18 +0000 | [diff] [blame] | 1946 | 2012-11-15 Gustavo Noronha Silva <gns@gnome.org> |
| 1947 | |
| 1948 | [GTK] Split WebCore/platform into a separate library |
| 1949 | https://bugs.webkit.org/show_bug.cgi?id=94435 |
| 1950 | |
| 1951 | Reviewed by Martin Robinson. |
| 1952 | |
| 1953 | More people have been reporting problems when linking WebCore because |
| 1954 | the command line limit is being exceeded. Splitting WebCore a bit more |
| 1955 | is in order. |
| 1956 | |
| 1957 | * GNUmakefile.am: add variable that will hold the list of source files |
| 1958 | for libWebCorePlatform . |
| 1959 | |
tony@chromium.org | b441487 | 2012-11-15 21:41:07 +0000 | [diff] [blame] | 1960 | 2012-11-15 Tony Chang <tony@chromium.org> |
| 1961 | |
| 1962 | Generate Settings from a .in file |
| 1963 | https://bugs.webkit.org/show_bug.cgi?id=100393 |
| 1964 | |
| 1965 | Reviewed by Adam Barth. |
| 1966 | |
| 1967 | Generate SettingsMacros.h for cmake. |
| 1968 | |
| 1969 | * Source/cmake/WebKitMacros.cmake: |
| 1970 | |
commit-queue@webkit.org | ab366e1 | 2012-11-15 19:15:17 +0000 | [diff] [blame] | 1971 | 2012-11-15 Rick Byers <rbyers@chromium.org> |
| 1972 | |
| 1973 | No tests for changing mouse cursors |
| 1974 | https://bugs.webkit.org/show_bug.cgi?id=100550 |
| 1975 | |
| 1976 | Reviewed by Brent Fulgham. |
| 1977 | |
| 1978 | Add necessary exports for Internals::getCurrentCursorInfo |
| 1979 | |
| 1980 | * Source/autotools/symbols.filter: |
| 1981 | |
tkent@chromium.org | ac0ed3f | 2012-11-15 09:47:46 +0000 | [diff] [blame] | 1982 | 2012-11-15 Kent Tamura <tkent@chromium.org> |
| 1983 | |
| 1984 | Support stand-alone month names in calendar picker |
| 1985 | https://bugs.webkit.org/show_bug.cgi?id=102196 |
| 1986 | |
| 1987 | Reviewed by Kentaro Hara. |
| 1988 | |
| 1989 | * ManualTests/forms/calendar-picker.html: |
| 1990 | - Remove monthLabels arguments. |
| 1991 | - Add a mock implementation of pagePopupController.formatMonth. |
| 1992 | |
commit-queue@webkit.org | 37ca2ba | 2012-11-15 06:51:10 +0000 | [diff] [blame] | 1993 | 2012-11-14 Sheriff Bot <webkit.review.bot@gmail.com> |
| 1994 | |
| 1995 | Unreviewed, rolling out r134741. |
| 1996 | http://trac.webkit.org/changeset/134741 |
| 1997 | https://bugs.webkit.org/show_bug.cgi?id=102337 |
| 1998 | |
| 1999 | "Change is incorrect." (Requested by dydx on #webkit). |
| 2000 | |
| 2001 | * Source/autotools/symbols.filter: |
| 2002 | |
dbates@webkit.org | 4d6d599 | 2012-11-15 06:37:43 +0000 | [diff] [blame] | 2003 | 2012-11-14 Daniel Bates <dbates@webkit.org> |
| 2004 | |
| 2005 | Attempt to fix the Apple Windows Debug and GTK builds after <http://trac.webkit.org/changeset/134691> |
| 2006 | (https://bugs.webkit.org/show_bug.cgi?id=96818) |
| 2007 | |
| 2008 | Export symbols similar to the ones we added to WebCore.exp.in in |
| 2009 | <http://trac.webkit.org/changeset/134691>. |
| 2010 | |
| 2011 | * Source/autotools/symbols.filter: |
| 2012 | |
commit-queue@webkit.org | b2052d3 | 2012-11-14 09:57:50 +0000 | [diff] [blame] | 2013 | 2012-11-14 KyungTae Kim <ktf.kim@samsung.com> |
| 2014 | |
| 2015 | [EFL] Turn on error on warnings for "sign-compare" |
| 2016 | https://bugs.webkit.org/show_bug.cgi?id=101761 |
| 2017 | |
| 2018 | Reviewed by Gyuyoung Kim. |
| 2019 | |
| 2020 | Remove "-Wno-error=sign-compare" to turn on error on warnings for "sign-compare" |
| 2021 | |
| 2022 | * Source/cmake/WebKitHelpers.cmake: |
| 2023 | |
hugo.lima@openbossa.org | 663131f | 2012-11-13 15:04:41 +0000 | [diff] [blame] | 2024 | 2012-11-13 Hugo Parente Lima <hugo.lima@openbossa.org> |
| 2025 | |
| 2026 | FindGLIB.cmake fails do find glib gmodule module. |
| 2027 | https://bugs.webkit.org/show_bug.cgi?id=101784 |
| 2028 | |
| 2029 | Reviewed by Caio Marcelo de Oliveira Filho. |
| 2030 | |
| 2031 | * Source/cmake/FindGLIB.cmake: |
| 2032 | |
commit-queue@webkit.org | 73c2f57 | 2012-11-13 08:11:18 +0000 | [diff] [blame] | 2033 | 2012-11-13 Huang Dongsung <luxtella@company100.net> |
| 2034 | |
| 2035 | Coordinated Graphics: Directly composited animated GIFs only render the first image. |
| 2036 | https://bugs.webkit.org/show_bug.cgi?id=102043 |
| 2037 | |
| 2038 | Reviewed by Noam Rosenthal. |
| 2039 | |
| 2040 | Add a test to check that a gif animation can run on a compositing layer. |
| 2041 | |
| 2042 | * ManualTests/animated-gif-on-compositing-layer.html: Added. |
| 2043 | |
commit-queue@webkit.org | a94e393 | 2012-11-13 06:55:08 +0000 | [diff] [blame] | 2044 | 2012-11-12 KyungTae Kim <ktf.kim@samsung.com> |
| 2045 | |
| 2046 | [EFL] Turn on errors on warnings for WebKit1 and WebKit2 libraries |
| 2047 | https://bugs.webkit.org/show_bug.cgi?id=101762 |
| 2048 | |
| 2049 | Reviewed by Gyuyoung Kim. |
| 2050 | |
| 2051 | In case of EFL, add ENABLE_WERROR to EXTRA_COMPILER_FLAGS for WEBKIT and WEBKIT2 |
| 2052 | |
| 2053 | * Source/CMakeLists.txt: |
| 2054 | |
commit-queue@webkit.org | 4bb57ee | 2012-11-13 06:28:49 +0000 | [diff] [blame] | 2055 | 2012-11-12 Joe Mason <jmason@rim.com> |
| 2056 | |
| 2057 | [BlackBerry] NetworkJob should not check if data is received with HEAD |
| 2058 | https://bugs.webkit.org/show_bug.cgi?id=102034 |
| 2059 | |
| 2060 | Reviewed by George Staikos. |
| 2061 | |
| 2062 | Internal PR: 241391 |
| 2063 | |
| 2064 | Add test that HEAD XMLHttpRequests return status 404 instead of calling onerror. |
| 2065 | |
| 2066 | * ManualTests/blackberry/head-xhr-nonexistant-file.html: Added. |
| 2067 | |
commit-queue@webkit.org | 8285e2b6 | 2012-11-12 11:20:55 +0000 | [diff] [blame] | 2068 | 2012-11-12 KyungTae Kim <ktf.kim@samsung.com> |
| 2069 | |
| 2070 | [EFL] Turn on error on warnings for "switch" |
| 2071 | https://bugs.webkit.org/show_bug.cgi?id=101760 |
| 2072 | |
| 2073 | Reviewed by Gyuyoung Kim. |
| 2074 | |
| 2075 | Turn on error on warning for "switch" by removing "-Wno-error=switch" |
| 2076 | |
| 2077 | * Source/cmake/WebKitHelpers.cmake: |
| 2078 | |
shinyak@chromium.org | e2a0ced | 2012-11-12 03:40:03 +0000 | [diff] [blame] | 2079 | 2012-11-11 Shinya Kawanaka <shinyak@chromium.org> |
| 2080 | |
| 2081 | [Shadow] ElementShadow should have RuleFeatureSet for select attribute selectors. |
| 2082 | https://bugs.webkit.org/show_bug.cgi?id=101180 |
| 2083 | |
| 2084 | Reviewed by Dimitri Glazkov. |
| 2085 | |
| 2086 | Exposes necessary symbols. |
| 2087 | |
| 2088 | * Source/autotools/symbols.filter: |
| 2089 | |
commit-queue@webkit.org | 9caadc5 | 2012-11-12 02:27:10 +0000 | [diff] [blame] | 2090 | 2012-11-11 Sheriff Bot <webkit.review.bot@gmail.com> |
| 2091 | |
| 2092 | Unreviewed, rolling out r134144. |
| 2093 | http://trac.webkit.org/changeset/134144 |
| 2094 | https://bugs.webkit.org/show_bug.cgi?id=101876 |
| 2095 | |
| 2096 | seems to break win 7 chromium browser test (Requested by |
| 2097 | hayato on #webkit). |
| 2098 | |
| 2099 | * Source/autotools/symbols.filter: |
| 2100 | |
commit-queue@webkit.org | 690d372 | 2012-11-10 02:45:24 +0000 | [diff] [blame] | 2101 | 2012-11-09 Rick Byers <rbyers@chromium.org> |
| 2102 | |
| 2103 | No tests for changing mouse cursors |
| 2104 | https://bugs.webkit.org/show_bug.cgi?id=100550 |
| 2105 | |
| 2106 | Reviewed by Adam Barth. |
| 2107 | |
| 2108 | Add necessary exports for Internals::getCurrentCursorInfo |
| 2109 | |
| 2110 | * Source/autotools/symbols.filter: |
| 2111 | |
commit-queue@webkit.org | afb475f | 2012-11-09 14:03:14 +0000 | [diff] [blame] | 2112 | 2012-11-09 Laszlo Gombos <l.gombos@samsung.com> |
| 2113 | |
| 2114 | [EFL] Enable -Werror for the EFL port |
| 2115 | https://bugs.webkit.org/show_bug.cgi?id=98715 |
| 2116 | |
| 2117 | Reviewed by Gyuyoung Kim. |
| 2118 | |
| 2119 | Treat all warnings as errors, except the existing warnings in the |
| 2120 | current code base ("unused-parameter", "sign-compare" and "switch"). |
| 2121 | |
| 2122 | Thanks for Raphael Kubo da Costa for the extra help. |
| 2123 | |
| 2124 | * Source/CMakeLists.txt: Enable warnings as error for all libraries |
| 2125 | (except WebKit and WebKit2) for the EFL port. |
| 2126 | Other cmake-based ports are welcome to join. |
| 2127 | |
| 2128 | * Source/cmake/WebKitHelpers.cmake: Treat warnings as errors by |
| 2129 | default for cmake-based ports when ENABLE_WERROR is set. |
| 2130 | |
commit-queue@webkit.org | c1b5c71 | 2012-11-08 15:39:04 +0000 | [diff] [blame] | 2131 | 2012-11-08 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> |
| 2132 | |
| 2133 | [EFL] Turn WTF_USE_TILED_BACKING_STORE in OptionsEfl.cmake. |
| 2134 | https://bugs.webkit.org/show_bug.cgi?id=101559 |
| 2135 | |
| 2136 | Reviewed by Kenneth Rohde Christiansen. |
| 2137 | |
| 2138 | Follow-up to 133859; also change the default value in |
| 2139 | OptionsEfl.cmake so that the default changes for people not using |
| 2140 | build-webkit (ie. users) as well. |
| 2141 | |
| 2142 | * Source/cmake/OptionsEfl.cmake: |
| 2143 | |
commit-queue@webkit.org | 8e6ce53 | 2012-11-08 15:25:17 +0000 | [diff] [blame] | 2144 | 2012-11-08 Yael Aharon <yael.aharon@intel.com> |
| 2145 | |
| 2146 | [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default |
| 2147 | https://bugs.webkit.org/show_bug.cgi?id=101526 |
| 2148 | |
| 2149 | Reviewed by Kenneth Rohde Christiansen. |
| 2150 | |
| 2151 | Separate out ENABLE_WEBGL. It is not ready to be enabled by default. |
| 2152 | |
| 2153 | * Source/cmake/OptionsEfl.cmake: |
| 2154 | |
commit-queue@webkit.org | 4a20f47 | 2012-11-08 14:15:22 +0000 | [diff] [blame] | 2155 | 2012-11-08 Laszlo Gombos <l.gombos@samsung.com> |
| 2156 | |
| 2157 | [EFL] Remove non-variable options from the build system |
| 2158 | https://bugs.webkit.org/show_bug.cgi?id=101506 |
| 2159 | |
| 2160 | Reviewed by Kenneth Rohde Christiansen. |
| 2161 | |
| 2162 | Remove WTF_USE_PTHREADS, WTF_USE_ICU_UNICODE, WTF_USE_CAIRO, |
| 2163 | WTF_USE_FREETYPE and WTF_USE_HARFBUZZ_NG cmake variables |
| 2164 | as these are always set to const 1 and not really configurable. |
| 2165 | |
| 2166 | Remove the definition of ENABLE_CONTEXT_MENUS as this is already set to 1 by default in Platform.h. |
| 2167 | |
| 2168 | * Source/cmake/OptionsEfl.cmake: |
| 2169 | |
dominik.rottsches@intel.com | 055e718 | 2012-11-08 11:32:19 +0000 | [diff] [blame] | 2170 | 2012-11-08 Sheriff Bot <webkit.review.bot@gmail.com> |
| 2171 | |
| 2172 | Unreviewed, rolling out r133865. |
| 2173 | http://trac.webkit.org/changeset/133865 |
| 2174 | https://bugs.webkit.org/show_bug.cgi?id=101579 |
| 2175 | |
| 2176 | dependent patch has been rolled out. (Requested by drott on |
| 2177 | #webkit). |
| 2178 | |
| 2179 | * Source/cmake/OptionsEfl.cmake: |
| 2180 | |
dominik.rottsches@intel.com | 4f987ee | 2012-11-08 11:21:58 +0000 | [diff] [blame] | 2181 | 2012-11-08 Dominik Röttsches <dominik.rottsches@intel.com> |
| 2182 | |
| 2183 | Unreviewed, rolling out r133859. |
| 2184 | http://trac.webkit.org/changeset/133859 |
| 2185 | https://bugs.webkit.org/show_bug.cgi?id=101526 |
| 2186 | |
| 2187 | Breaks EFL bots test execution. |
| 2188 | |
| 2189 | * Source/cmake/OptionsEfl.cmake: |
| 2190 | |
rakuco@webkit.org | 7321aed | 2012-11-08 09:00:48 +0000 | [diff] [blame] | 2191 | 2012-11-08 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> |
| 2192 | |
| 2193 | [EFL] Turn WTF_USE_TILED_BACKING_STORE in OptionsEfl.cmake. |
| 2194 | https://bugs.webkit.org/show_bug.cgi?id=101559 |
| 2195 | |
| 2196 | Reviewed by Kenneth Rohde Christiansen. |
| 2197 | |
| 2198 | Follow-up to 133859; also change the default value in |
| 2199 | OptionsEfl.cmake so that the default changes for people not using |
| 2200 | build-webkit (ie. users) as well. |
| 2201 | |
| 2202 | * Source/cmake/OptionsEfl.cmake: |
| 2203 | |
commit-queue@webkit.org | 3fe0b51 | 2012-11-08 08:10:15 +0000 | [diff] [blame] | 2204 | 2012-11-08 Yael Aharon <yael.aharon@intel.com> |
| 2205 | |
| 2206 | [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default |
| 2207 | https://bugs.webkit.org/show_bug.cgi?id=101526 |
| 2208 | |
| 2209 | Reviewed by Kenneth Rohde Christiansen. |
| 2210 | |
| 2211 | Separate out ENABLE_WEBGL. It is not ready to be enabled by default. |
| 2212 | |
| 2213 | * Source/cmake/OptionsEfl.cmake: |
| 2214 | |
keishi@webkit.org | d37fa2c | 2012-11-08 06:35:58 +0000 | [diff] [blame] | 2215 | 2012-11-07 Keishi Hattori <keishi@webkit.org> |
| 2216 | |
| 2217 | Implement week picking to calendar picker |
| 2218 | https://bugs.webkit.org/show_bug.cgi?id=101449 |
| 2219 | |
| 2220 | Reviewed by Kent Tamura. |
| 2221 | |
| 2222 | * ManualTests/forms/calendar-picker.html: Added test for week picker. |
| 2223 | |
commit-queue@webkit.org | 5dd41a3 | 2012-11-08 06:08:03 +0000 | [diff] [blame] | 2224 | 2012-11-07 Sheriff Bot <webkit.review.bot@gmail.com> |
| 2225 | |
| 2226 | Unreviewed, rolling out r133841. |
| 2227 | http://trac.webkit.org/changeset/133841 |
| 2228 | https://bugs.webkit.org/show_bug.cgi?id=101542 |
| 2229 | |
| 2230 | Reverted patches were innocent (Requested by shinyak on |
| 2231 | #webkit). |
| 2232 | |
| 2233 | * Source/autotools/symbols.filter: |
| 2234 | |
shinyak@chromium.org | 9498da9 | 2012-11-08 04:00:28 +0000 | [diff] [blame] | 2235 | 2012-11-07 Shinya Kawanaka <shinyak@chromium.org> |
| 2236 | |
| 2237 | Unreviewed, rolling out r133428 and r133749 |
| 2238 | https://bugs.webkit.org/show_bug.cgi?id=101533 |
| 2239 | |
| 2240 | These patches might cause memory regression. |
| 2241 | |
| 2242 | * Source/autotools/symbols.filter: |
| 2243 | |
shinyak@chromium.org | 7f13d06 | 2012-11-07 14:13:30 +0000 | [diff] [blame] | 2244 | 2012-11-07 Shinya Kawanaka <shinyak@chromium.org> |
| 2245 | |
| 2246 | [Shadow] Use setPseudo() instead of setShadowPseudoId(). |
| 2247 | https://bugs.webkit.org/show_bug.cgi?id=101306 |
| 2248 | |
| 2249 | Reviewed by Kent Tamura. |
| 2250 | |
| 2251 | Exposes necessary symbols. |
| 2252 | |
| 2253 | * Source/autotools/symbols.filter: |
| 2254 | |
hausmann@webkit.org | a1a74b1 | 2012-11-07 09:32:33 +0000 | [diff] [blame] | 2255 | 2012-11-07 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 2256 | |
| 2257 | [Qt] Fix build of modules depending on QtWebKit when using prefix |
| 2258 | https://bugs.webkit.org/show_bug.cgi?id=101437 |
| 2259 | |
| 2260 | Reviewed by Simon Hausmann. |
| 2261 | |
| 2262 | .qmake.conf loads qt_build_config.prf, which nowadays is responsible for |
| 2263 | adding the path to .qmake.super (before it was done by default_pre.prf, |
| 2264 | so having setting the path in our default_pre wrapper was sufficient). |
| 2265 | |
| 2266 | * .qmake.conf: |
| 2267 | |
keishi@webkit.org | c5b8f749 | 2012-11-07 06:29:43 +0000 | [diff] [blame] | 2268 | 2012-11-06 Keishi Hattori <keishi@webkit.org> |
| 2269 | |
| 2270 | Implement month picking to calendar picker |
| 2271 | https://bugs.webkit.org/show_bug.cgi?id=101333 |
| 2272 | |
| 2273 | Reviewed by Kent Tamura. |
| 2274 | |
| 2275 | * ManualTests/forms/calendar-picker.html: Added test for month picker. |
| 2276 | |
commit-queue@webkit.org | e128619 | 2012-11-06 23:25:20 +0000 | [diff] [blame] | 2277 | 2012-11-06 Laszlo Gombos <l.gombos@samsung.com> |
| 2278 | |
| 2279 | [EFL] Simplify the build system |
| 2280 | https://bugs.webkit.org/show_bug.cgi?id=101392 |
| 2281 | |
| 2282 | Reviewed by Kenneth Rohde Christiansen. |
| 2283 | |
| 2284 | Remove unused cmake variables. In addition there is no longer a need to define |
| 2285 | WTF_USE_TEXTURE_MAPPER_GL in the build system as that is now handled in Platform.h |
| 2286 | (see r133623). |
| 2287 | |
| 2288 | * Source/cmake/OptionsEfl.cmake: |
| 2289 | |
hausmann@webkit.org | c0345a1 | 2012-11-05 10:12:27 +0000 | [diff] [blame] | 2290 | 2012-11-05 Simon Hausmann <simon.hausmann@digia.com> |
| 2291 | |
| 2292 | [Qt] Trivial unreviewed: Add missing module dependencies for builds in Qt CI system. |
| 2293 | |
| 2294 | These fields aren't used by anyone except some perl scripts in the Qt CI builds. |
| 2295 | |
| 2296 | * Source/sync.profile: |
| 2297 | |
abarth@webkit.org | 3df3cc9 | 2012-11-02 19:01:01 +0000 | [diff] [blame] | 2298 | 2012-11-02 Adam Barth <abarth@webkit.org> |
| 2299 | |
| 2300 | ENABLE(UNDO_MANAGER) is disabled everywhere and is not under active development |
| 2301 | https://bugs.webkit.org/show_bug.cgi?id=100711 |
| 2302 | |
| 2303 | Reviewed by Eric Seidel. |
| 2304 | |
| 2305 | * Source/cmake/WebKitFeatures.cmake: |
| 2306 | * Source/cmakeconfig.h.cmake: |
| 2307 | |
commit-queue@webkit.org | 1497a44 | 2012-11-02 18:05:42 +0000 | [diff] [blame] | 2308 | 2012-11-02 Martin Robinson <mrobinson@igalia.com> |
| 2309 | |
| 2310 | [GTK] Remove dependency on SoupPasswordManager |
| 2311 | https://bugs.webkit.org/show_bug.cgi?id=100775 |
| 2312 | |
| 2313 | Reviewed by Carlos Garcia Campos. |
| 2314 | |
| 2315 | Add a libsecret dependency to the build. This is necessary so that we can remove |
| 2316 | a dependency on SoupPasswordManager. |
| 2317 | |
| 2318 | * configure.ac: Look for libsecret using the pkg-config configuration macro. |
| 2319 | |
michael.bruning@digia.com | 2330ae3 | 2012-11-02 14:25:35 +0000 | [diff] [blame] | 2320 | 2012-11-02 Michael Brüning <michael.bruning@digia.com> |
| 2321 | |
| 2322 | [Qt][WK2] ASSERT hit for every mouse click |
| 2323 | https://bugs.webkit.org/show_bug.cgi?id=100607 |
| 2324 | |
| 2325 | Reviewed by Jocelyn Turcotte. |
| 2326 | |
| 2327 | Added a test with a link that contains an <em> tag surrounding the entire inner text. |
| 2328 | The test should be run on an assert enabled build and the assert should not be |
| 2329 | triggered when tapping the link. |
| 2330 | |
| 2331 | * ManualTests/tap-gesture-on-em-link-tap-highlight-assert.html: Added. |
| 2332 | |
fischman@chromium.org | 5a49344 | 2012-11-02 01:38:30 +0000 | [diff] [blame] | 2333 | 2012-11-01 Ami Fischman <fischman@chromium.org> |
| 2334 | |
| 2335 | HTMLMediaPlayer should free m_player when src is set/changed |
| 2336 | https://bugs.webkit.org/show_bug.cgi?id=99647 |
| 2337 | |
| 2338 | Reviewed by Eric Carlson. |
| 2339 | |
| 2340 | * ManualTests/media-players-are-dropped-on-error.html: Added. |
| 2341 | Various scenarios are tested to make sure players aren't |
| 2342 | leaked in different ways for each of them. |
| 2343 | |
bdakin@apple.com | 54ee078 | 2012-11-01 18:57:39 +0000 | [diff] [blame] | 2344 | 2012-11-01 Beth Dakin <bdakin@apple.com> |
| 2345 | |
| 2346 | https://bugs.webkit.org/show_bug.cgi?id=100917 |
| 2347 | There should be a way to dump the scrolling tree from the layout tests |
| 2348 | |
| 2349 | Reviewed by Simon Fraser. |
| 2350 | |
| 2351 | * Source/autotools/symbols.filter: |
| 2352 | |
commit-queue@webkit.org | c7f89c7 | 2012-10-31 22:22:07 +0000 | [diff] [blame] | 2353 | 2012-10-31 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 2354 | |
| 2355 | Added viewport at-rule to the CSS parser and tokenizer |
| 2356 | https://bugs.webkit.org/show_bug.cgi?id=95961 |
| 2357 | |
| 2358 | Reviewed by Kenneth Rohde Christiansen. |
| 2359 | |
| 2360 | Enable CSS Device Adaptation by default on EFL. |
| 2361 | |
| 2362 | * Source/cmake/OptionsEfl.cmake: |
| 2363 | |
vollick@chromium.org | 64eaafc | 2012-10-31 15:36:50 +0000 | [diff] [blame] | 2364 | 2012-10-31 Ian Vollick <vollick@chromium.org> |
| 2365 | |
| 2366 | Add support for text-based repaint testing |
| 2367 | https://bugs.webkit.org/show_bug.cgi?id=100584 |
| 2368 | |
| 2369 | Reviewed by Simon Fraser. |
| 2370 | |
| 2371 | Allows tracked repaint rects to be dumped as text. |
| 2372 | |
| 2373 | * Source/autotools/symbols.filter: |
| 2374 | Exports for: |
| 2375 | FrameView::setTracksRepaints(bool) |
| 2376 | Frame::trackedRepaintRectsAsText() const |
| 2377 | |
| 2378 | |
commit-queue@webkit.org | f2242d9 | 2012-10-30 08:33:44 +0000 | [diff] [blame] | 2379 | 2012-10-30 Vivek Galatage <vivekgalatage@gmail.com> |
| 2380 | |
| 2381 | Add files generated by Windows to ignore list for git repository |
| 2382 | https://bugs.webkit.org/show_bug.cgi?id=100729 |
| 2383 | |
| 2384 | Reviewed by Gyuyoung Kim. |
| 2385 | |
| 2386 | Adding the additional files generated by windows port to the ignore list |
| 2387 | |
| 2388 | * .gitignore: |
| 2389 | |
carlosgc@webkit.org | 3764e56 | 2012-10-30 07:47:25 +0000 | [diff] [blame] | 2390 | 2012-10-30 Carlos Garcia Campos <cgarcia@igalia.com> |
| 2391 | |
| 2392 | [GTK] Add a configure option to build with -g1 |
| 2393 | https://bugs.webkit.org/show_bug.cgi?id=100670 |
| 2394 | |
| 2395 | Reviewed by Martin Robinson. |
| 2396 | |
| 2397 | Add min and full options to the --enable-debug-symbols configure |
| 2398 | option. Using --enable-debug-symbols=min will use -g1 instead of |
| 2399 | -g (which is actually -g2). The first level is enough for most of |
| 2400 | the cases, like getting a backtrace, and it's the only way to |
| 2401 | build WebKit with debug symbols in a 32 bit system. The option |
| 2402 | full is actually the same than yes for backwards compatibility. |
| 2403 | |
| 2404 | * configure.ac: |
| 2405 | |
rwlbuis@webkit.org | cb3807e | 2012-10-26 20:12:25 +0000 | [diff] [blame] | 2406 | 2012-10-26 Rob Buis <rbuis@rim.com> |
| 2407 | |
| 2408 | [BlackBerry] Platform Abstraction for WebKit Resource/Image Loading |
| 2409 | https://bugs.webkit.org/show_bug.cgi?id=100518 |
| 2410 | |
| 2411 | PR 231732 |
| 2412 | |
| 2413 | Reviewed by Yong Li. |
| 2414 | |
| 2415 | Remove RESOURCE_PATH from webkit, this is now abstracted in our platform layer. |
| 2416 | |
| 2417 | * Source/cmake/OptionsBlackBerry.cmake: |
| 2418 | |
hausmann@webkit.org | 6836957 | 2012-10-26 12:18:57 +0000 | [diff] [blame] | 2419 | 2012-10-26 Regina Chung <heejin.r.chung@samsung.com> |
| 2420 | |
| 2421 | [EFL][WK2] Enable WebGL |
| 2422 | https://bugs.webkit.org/show_bug.cgi?id=97652 |
| 2423 | |
| 2424 | Reviewed by Gyuyoung Kim. |
| 2425 | |
| 2426 | Use Graphics Surface to enable WebGL for WebKit2 EFL. |
| 2427 | |
| 2428 | * Source/cmake/OptionsEfl.cmake: |
| 2429 | |
ossy@webkit.org | 601b4b8 | 2012-10-26 10:52:27 +0000 | [diff] [blame] | 2430 | 2012-10-26 Sheriff Bot <webkit.review.bot@gmail.com> |
| 2431 | |
| 2432 | Unreviewed, rolling out r132601. |
| 2433 | http://trac.webkit.org/changeset/132601 |
| 2434 | https://bugs.webkit.org/show_bug.cgi?id=100494 |
| 2435 | |
| 2436 | It broke the Qt build (Requested by Ossy on #webkit). |
| 2437 | |
| 2438 | * Source/cmake/OptionsEfl.cmake: |
| 2439 | |
commit-queue@webkit.org | 818cb17 | 2012-10-26 10:22:02 +0000 | [diff] [blame] | 2440 | 2012-10-26 Regina Chung <heejin.r.chung@samsung.com> |
| 2441 | |
| 2442 | [EFL][WK2] Enable WebGL |
| 2443 | https://bugs.webkit.org/show_bug.cgi?id=97652 |
| 2444 | |
| 2445 | Reviewed by Gyuyoung Kim. |
| 2446 | |
| 2447 | Use Graphics Surface to enable WebGL for WebKit2 EFL. |
| 2448 | |
| 2449 | * Source/cmake/OptionsEfl.cmake: |
| 2450 | |
commit-queue@webkit.org | b885adc | 2012-10-26 10:20:33 +0000 | [diff] [blame] | 2451 | 2012-10-26 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 2452 | |
| 2453 | Add feature flags for CSS Device Adaptation |
| 2454 | https://bugs.webkit.org/show_bug.cgi?id=95960 |
| 2455 | |
| 2456 | Reviewed by Kenneth Rohde Christiansen. |
| 2457 | |
| 2458 | * Source/cmake/WebKitFeatures.cmake: |
| 2459 | * Source/cmakeconfig.h.cmake: |
| 2460 | * configure.ac: |
| 2461 | |
commit-queue@webkit.org | 1ec0f37 | 2012-10-26 05:08:13 +0000 | [diff] [blame] | 2462 | 2012-10-25 Yael Aharon <yael.aharon@intel.com> |
| 2463 | |
| 2464 | [EFL][WK2][AC] Enable 3D_RENDERING flag |
| 2465 | https://bugs.webkit.org/show_bug.cgi?id=99535 |
| 2466 | |
| 2467 | Reviewed by Laszlo Gombos. |
| 2468 | |
| 2469 | Turn on the flag ENABLE_3D_RENDERING when WTF_USE_TILE_BACKING_STORE flag is on. |
| 2470 | This flag controls perspective and preserves-3d behavior. |
| 2471 | |
| 2472 | * Source/cmake/OptionsEfl.cmake: |
| 2473 | |
dominik.rottsches@intel.com | 6bf0b30 | 2012-10-25 19:26:47 +0000 | [diff] [blame] | 2474 | 2012-10-25 Dominik Röttsches <dominik.rottsches@intel.com> |
| 2475 | |
| 2476 | Adding feature for XHR_TIMEOUT |
| 2477 | |
| 2478 | Conditionalize XHR timeout support |
| 2479 | https://bugs.webkit.org/show_bug.cgi?id=100356 |
| 2480 | |
| 2481 | Reviewed by Adam Barth. |
| 2482 | |
| 2483 | Adding feature for XHR_TIMEOUT to disable it on ports that don't have |
| 2484 | network backend support for setTimeoutInterval. |
| 2485 | |
| 2486 | * Source/cmake/OptionsEfl.cmake: Default ON on EFL. |
| 2487 | * Source/cmake/WebKitFeatures.cmake: Default OFF for any CMAKE based port. |
| 2488 | * Source/cmakeconfig.h.cmake: Adding define. |
| 2489 | * configure.ac: Make autogen.sh support the --enable/--disable-xhr-timeout parameter. |
| 2490 | |
commit-queue@webkit.org | e8c2c66 | 2012-10-25 14:03:59 +0000 | [diff] [blame] | 2491 | 2012-10-25 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| 2492 | |
| 2493 | Add setMediaTypeOverride to window.internals.settings |
| 2494 | https://bugs.webkit.org/show_bug.cgi?id=100249 |
| 2495 | |
| 2496 | Reviewed by Kenneth Rohde Christiansen. |
| 2497 | |
| 2498 | Exported WebCore::Settings::setMediaTypeOverride(WTF::String const&) for GTK port. |
| 2499 | |
| 2500 | * Source/autotools/symbols.filter: |
| 2501 | |
commit-queue@webkit.org | fd1466c | 2012-10-24 22:49:03 +0000 | [diff] [blame] | 2502 | 2012-10-24 Michael Carmody <mcarmody@rim.com> |
| 2503 | |
| 2504 | [BlackBerry] change CMAKE_<CCXX|C>_FLAGS_<RELEASE|DEBUG> from enviroment flags |
| 2505 | https://bugs.webkit.org/show_bug.cgi?id=100256 |
| 2506 | |
| 2507 | Reviewed by Rob Buis. |
| 2508 | |
| 2509 | This allow override of compile flags without having to edit CMake files. |
| 2510 | |
| 2511 | * Source/cmake/OptionsBlackBerry.cmake: |
| 2512 | |
commit-queue@webkit.org | 06119ec | 2012-10-24 14:51:47 +0000 | [diff] [blame] | 2513 | 2012-10-24 Priit Laes <plaes@plaes.org> |
| 2514 | |
| 2515 | [GTK] ./configure output for CSS Shaders is broken |
| 2516 | https://bugs.webkit.org/show_bug.cgi?id=100217 |
| 2517 | |
| 2518 | Reviewed by Martin Robinson. |
| 2519 | |
| 2520 | Reformat CSS Filters / Shaders check to clean configure output. |
| 2521 | |
| 2522 | * configure.ac: |
| 2523 | |
commit-queue@webkit.org | 0d52568 | 2012-10-24 14:33:47 +0000 | [diff] [blame] | 2524 | 2012-10-24 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 2525 | |
| 2526 | [EFL] run-webkit-tests writes garbage on stderr when running on Xvfb |
| 2527 | https://bugs.webkit.org/show_bug.cgi?id=100243 |
| 2528 | |
| 2529 | Reviewed by Kenneth Rohde Christiansen. |
| 2530 | |
| 2531 | Search for X11 development libraries (and thus Xext), necessary to |
| 2532 | disable the X extensions error reporting. |
| 2533 | |
| 2534 | * Source/cmake/OptionsEfl.cmake: |
| 2535 | |
mario@webkit.org | 09484065 | 2012-10-24 08:12:50 +0000 | [diff] [blame] | 2536 | 2012-10-24 Mario Sanchez Prada <mario@webkit.org> |
| 2537 | |
| 2538 | [WK2] [GTK] TestWebKitAccessibility is not being run |
| 2539 | https://bugs.webkit.org/show_bug.cgi?id=100102 |
| 2540 | |
| 2541 | Reviewed by Carlos Garcia Campos. |
| 2542 | |
| 2543 | Moved check for at-spi2 after the definition of enable_webkit2, |
| 2544 | since it's only needed for WebKit2GTK API tests. |
| 2545 | |
| 2546 | * configure.ac: Moved the check for at-spi2 down in the file. |
| 2547 | |
mrobinson@webkit.org | 0aa1e1c | 2012-10-24 01:48:10 +0000 | [diff] [blame] | 2548 | 2012-10-23 Martin Robinson <mrobinson@igalia.com> |
| 2549 | |
| 2550 | POTFILES.in/.skip need updates for translators |
| 2551 | https://bugs.webkit.org/show_bug.cgi?id=67580 |
| 2552 | |
| 2553 | Reviewed by Xan Lopez. |
| 2554 | |
| 2555 | Now process POTFILES.in during configuration. |
| 2556 | |
| 2557 | * configure.ac: |
| 2558 | |
kenneth@webkit.org | 2a707b5 | 2012-10-23 15:15:43 +0000 | [diff] [blame] | 2559 | 2012-10-23 Kenneth Rohde Christiansen <kenneth@webkit.org> |
| 2560 | |
| 2561 | Add support for resolution media query |
| 2562 | https://bugs.webkit.org/show_bug.cgi?id=99077 |
| 2563 | |
| 2564 | Reviewed by Antti Koivisto. |
| 2565 | |
| 2566 | * Source/cmake/OptionsEfl.cmake: |
| 2567 | * Source/cmake/WebKitFeatures.cmake: |
| 2568 | * Source/cmakeconfig.h.cmake: |
| 2569 | |
| 2570 | Add support for the RESOLUTION_MEDIA_QUERY feature flag. |
| 2571 | |
| 2572 | * Source/autotools/symbols.filter: |
| 2573 | |
| 2574 | Export the WebCore::Settings setting. |
| 2575 | |
carlosgc@webkit.org | 7e57c57 | 2012-10-23 13:40:54 +0000 | [diff] [blame] | 2576 | 2012-10-23 Carlos Garcia Campos <cgarcia@igalia.com> |
| 2577 | |
| 2578 | Unreviewed. Update NEWS and configure.ac for 1.11.1 release |
| 2579 | |
| 2580 | * configure.ac: Bump version numbers. |
| 2581 | |
ryuan.choi@samsung.com | 8470778 | 2012-10-23 12:34:51 +0000 | [diff] [blame] | 2582 | 2012-10-23 Ryuan Choi <ryuan.choi@samsung.com> |
| 2583 | |
| 2584 | [EFL][WK2] Add support for IMF composition |
| 2585 | https://bugs.webkit.org/show_bug.cgi?id=89552 |
| 2586 | |
| 2587 | Reviewed by Gyuyoung Kim. |
| 2588 | |
| 2589 | * Source/cmake/FindEcore.cmake: Checked Ecore_IMF. |
| 2590 | |
abecsi@webkit.org | c9a1ed6 | 2012-10-23 09:15:12 +0000 | [diff] [blame] | 2591 | 2012-10-23 Andras Becsi <andras.becsi@digia.com> |
| 2592 | |
| 2593 | Remove devicePixelRatio from ViewportAttributes |
| 2594 | https://bugs.webkit.org/show_bug.cgi?id=99845 |
| 2595 | |
| 2596 | Reviewed by Adam Barth. |
| 2597 | |
| 2598 | * Source/autotools/symbols.filter: Update symbol. |
| 2599 | |
pfeldman@chromium.org | f405be2 | 2012-10-22 08:52:03 +0000 | [diff] [blame] | 2600 | 2012-10-22 Pavel Feldman <pfeldman@chromium.org> |
| 2601 | |
| 2602 | Web Inspector: merge "docked" state into the "dock side" enum. |
| 2603 | https://bugs.webkit.org/show_bug.cgi?id=99717 |
| 2604 | |
| 2605 | Reviewed by Vsevolod Vlasov. |
| 2606 | |
| 2607 | Otherwise, it is hard to manage these inter-dependent flags. |
| 2608 | |
| 2609 | * Source/autotools/symbols.filter: |
| 2610 | |
tony@chromium.org | 152c093e | 2012-10-19 21:55:09 +0000 | [diff] [blame] | 2611 | 2012-10-19 Tony Chang <tony@chromium.org> |
| 2612 | |
| 2613 | Unreviewed, rolling out r131936. |
| 2614 | http://trac.webkit.org/changeset/131936 |
| 2615 | https://bugs.webkit.org/show_bug.cgi?id=99717 |
| 2616 | |
| 2617 | Broke the clang build |
| 2618 | |
| 2619 | * Source/autotools/symbols.filter: |
| 2620 | |
commit-queue@webkit.org | 85886a9 | 2012-10-19 18:53:11 +0000 | [diff] [blame] | 2621 | 2012-10-19 Dongwoo Joshua Im <dw.im@samsung.com> |
| 2622 | |
| 2623 | Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT |
| 2624 | https://bugs.webkit.org/show_bug.cgi?id=99804 |
| 2625 | |
| 2626 | Reviewed by Julien Chaffraix. |
| 2627 | |
| 2628 | CSS3 text related properties will be implemented under this flag, |
| 2629 | including text decoration, text-align-last, and text-justify. |
| 2630 | |
| 2631 | * Source/cmake/OptionsEfl.cmake: |
| 2632 | * Source/cmake/WebKitFeatures.cmake: |
| 2633 | * Source/cmakeconfig.h.cmake: |
| 2634 | |
commit-queue@webkit.org | 8e351b5 | 2012-10-19 02:35:51 +0000 | [diff] [blame] | 2635 | 2012-10-18 Laszlo Gombos <l.gombos@samsung.com> |
| 2636 | |
| 2637 | [EFL] Buildfix if Netscape plugin support is disabled |
| 2638 | https://bugs.webkit.org/show_bug.cgi?id=99757 |
| 2639 | |
| 2640 | Reviewed by Gyuyoung Kim. |
| 2641 | |
| 2642 | Set ENABLE_PLUGIN_PROCESS only if ENABLE_NETSCAPE_PLUGIN_API is set. |
| 2643 | |
| 2644 | * Source/cmake/OptionsEfl.cmake: |
| 2645 | |
commit-queue@webkit.org | 80d1844 | 2012-10-18 18:43:15 +0000 | [diff] [blame] | 2646 | 2012-10-18 Pablo Flouret <pablof@motorola.com> |
| 2647 | |
| 2648 | Implement css3-conditional's @supports rule |
| 2649 | https://bugs.webkit.org/show_bug.cgi?id=86146 |
| 2650 | |
| 2651 | Reviewed by Antti Koivisto. |
| 2652 | |
| 2653 | * Source/cmake/WebKitFeatures.cmake: |
| 2654 | * Source/cmakeconfig.h.cmake: |
| 2655 | * configure.ac: |
| 2656 | Add an ENABLE_CSS3_CONDITIONAL_RULES flag. |
| 2657 | |
hausmann@webkit.org | 30747fd | 2012-10-18 10:38:18 +0000 | [diff] [blame] | 2658 | 2012-10-18 Simon Hausmann <simon.hausmann@digia.com> |
| 2659 | |
| 2660 | [Qt] Clean up variables controlling Qt module creation/handling |
| 2661 | |
| 2662 | Reviewed by Tor Arne Vestbø. |
| 2663 | |
| 2664 | We now depend on a Qt 5 version that is new enough to allow us to |
| 2665 | clean this up. Qt's default_pre.prf uses MODULE_QMAKE_OUTDIR, but |
| 2666 | the other MODULE_BASE_* variables are onl used in qmodule.prf. |
| 2667 | |
| 2668 | * Source/api.pri: |
| 2669 | |
vestbo@webkit.org | af62b0e | 2012-10-18 08:38:19 +0000 | [diff] [blame] | 2670 | 2012-10-17 Tor Arne Vestbø <tor.arne.vestbo@digia.com> |
| 2671 | |
| 2672 | [Qt] Modularize documentation for QtWebKit |
| 2673 | |
| 2674 | Running 'make docs' would fail unless 'make qmake_all' was ran first, |
| 2675 | but qmake_all involved generating all the derived sources, which seems |
| 2676 | overly complex just for building documentation. |
| 2677 | |
| 2678 | We solve this by preventing all subdirs except QtWebKit from having a |
| 2679 | docs target. This would normally work fine on its own, but since we |
| 2680 | use CONFIG += ordered, there's now a missing doc target for the |
| 2681 | immediate dependency of the QtWebKit subdir. We solve this by adding |
| 2682 | a dummy-target ourselves. |
| 2683 | |
| 2684 | Finally, we clean up the qdocconf file to match the rest of the Qt |
| 2685 | documentation modularization efforts. |
| 2686 | |
| 2687 | Reviewed by Simon Hausmann. |
| 2688 | |
| 2689 | * Source/QtWebKit.pro: |
| 2690 | * Source/api.pri: |
| 2691 | * Source/qtwebkit.qdocconf: Added. |
| 2692 | |
commit-queue@webkit.org | 22975d0 | 2012-10-17 10:30:52 +0000 | [diff] [blame] | 2693 | 2012-10-17 Grzegorz Czajkowski <g.czajkowski@samsung.com>, Michal Roj <m.roj@sasmung.com> |
| 2694 | |
| 2695 | [WK2][EFL] Implementation of spellchecking feature. |
| 2696 | https://bugs.webkit.org/show_bug.cgi?id=91854 |
| 2697 | |
| 2698 | Reviewed by Gyuyoung Kim. |
| 2699 | |
| 2700 | Define SPELLCHECK macro and enable it for WK2-Efl. |
| 2701 | The spellchecking implementation is based on the Enchant library. |
| 2702 | It can be used by other WebKit ports. |
| 2703 | |
| 2704 | * Source/cmake/FindEnchant.cmake: Added. |
| 2705 | * Source/cmake/OptionsEfl.cmake: Enable spellchecking feature for WebKit2-EFL. |
| 2706 | * Source/cmake/WebKitFeatures.cmake: Define the SPELLCHECK macro. |
| 2707 | * Source/cmakeconfig.h.cmake: Add the feature. |
| 2708 | |
tony@chromium.org | d46511e | 2012-10-16 18:04:01 +0000 | [diff] [blame] | 2709 | 2012-10-16 Pablo Flouret <pablof@motorola.com> |
| 2710 | |
| 2711 | Pre-process CSSGrammar.y before running through bison. |
| 2712 | https://bugs.webkit.org/show_bug.cgi?id=94290 |
| 2713 | |
| 2714 | Reviewed by Tony Chang. |
| 2715 | |
| 2716 | * Source/cmake/WebKitMacros.cmake: |
| 2717 | Use WebCore/css/makegrammar.pl to generate bison grammar files. |
| 2718 | |
jer.noble@apple.com | 098aee8 | 2012-10-16 15:51:25 +0000 | [diff] [blame] | 2719 | 2012-10-15 Jer Noble <jer.noble@apple.com> |
| 2720 | |
| 2721 | WebAudio: limit output level to 0db |
| 2722 | https://bugs.webkit.org/show_bug.cgi?id=95792 |
| 2723 | <rdar://problem/11966135> |
| 2724 | |
| 2725 | Reviewed by Chris Rogers. |
| 2726 | |
| 2727 | Add a manual test to determine that output volume has been limited to 0db. |
| 2728 | |
| 2729 | * ManualTests/webaudio/limit-level-0db.html: Added. |
| 2730 | |
hausmann@webkit.org | 59b69f3 | 2012-10-16 14:12:59 +0000 | [diff] [blame] | 2731 | 2012-10-16 Simon Hausmann <simon.hausmann@digia.com> |
| 2732 | |
| 2733 | [Qt] Fix support for silent builds |
| 2734 | |
| 2735 | Reviewed by Tor Arne Vestbø. |
| 2736 | |
| 2737 | The .qmake.conf file in Qt modules usually contains a load(qt_build_config), which |
| 2738 | ends up loading qmodule.pri, which contains the CONFIG += silent if Qt was configured |
| 2739 | with -silent. |
| 2740 | |
| 2741 | * .qmake.conf: |
| 2742 | |
hausmann@webkit.org | ecd4722 | 2012-10-16 12:48:32 +0000 | [diff] [blame] | 2743 | 2012-10-16 Simon Hausmann <simon.hausmann@digia.com>, Tor Arne Vestbø <tor.arne.vestbo@digia.com> |
| 2744 | |
| 2745 | [Qt] Add logic for triggering clean builds on changes to build system files |
| 2746 | |
| 2747 | Reviewed by Csaba Osztrogonác. |
| 2748 | |
| 2749 | Add a line here that can be re-used for recording dummy commits to count how the clean-build-needed |
| 2750 | logic failed. |
| 2751 | |
| 2752 | * WebKit.pro: |
| 2753 | |
hausmann@webkit.org | e0b7a59 | 2012-10-16 10:14:36 +0000 | [diff] [blame] | 2754 | 2012-10-16 Simon Hausmann <simon.hausmann@digia.com> |
| 2755 | |
hausmann@webkit.org | 50885d4 | 2012-10-16 10:49:40 +0000 | [diff] [blame] | 2756 | Unreviewed, rolling out r131436. |
| 2757 | http://trac.webkit.org/changeset/131436 |
| 2758 | |
| 2759 | Broke various Qt bots strangely |
| 2760 | |
| 2761 | * .qmake.conf: |
| 2762 | |
| 2763 | 2012-10-16 Simon Hausmann <simon.hausmann@digia.com> |
| 2764 | |
hausmann@webkit.org | e0b7a59 | 2012-10-16 10:14:36 +0000 | [diff] [blame] | 2765 | [Qt] Fix support for silent builds |
| 2766 | |
| 2767 | Reviewed by Tor Arne Vestbø. |
| 2768 | |
| 2769 | The .qmake.conf file in Qt modules usually contains a load(qt_build_config), which |
| 2770 | ends up loading qmodule.pri, which contains the CONFIG += silent if Qt was configured |
| 2771 | with -silent. |
| 2772 | |
| 2773 | * .qmake.conf: |
| 2774 | |
ryuan.choi@samsung.com | 4075e18 | 2012-10-15 18:09:52 +0000 | [diff] [blame] | 2775 | 2012-10-15 Ryuan Choi <ryuan.choi@samsung.com> |
| 2776 | |
| 2777 | [EFL] Share resources installed for inspector |
| 2778 | https://bugs.webkit.org/show_bug.cgi?id=98991 |
| 2779 | |
| 2780 | Reviewed by Gyuyoung Kim. |
| 2781 | |
| 2782 | Now, WebKit1/Efl and WebKit2/Efl install same resources to different directory |
| 2783 | when INSPECTOR is enabled. |
| 2784 | |
| 2785 | This patch changes to install resources one time and share it. |
| 2786 | |
| 2787 | * Source/PlatformEfl.cmake: |
| 2788 | Extracted build scripts which install resources from WebKit/PlatformEfl.cmake. |
| 2789 | * Source/cmake/OptionsEfl.cmake: |
| 2790 | |
hausmann@webkit.org | 19e084d | 2012-10-15 14:06:06 +0000 | [diff] [blame] | 2791 | 2012-10-15 Simon Hausmann <simon.hausmann@digia.com> |
| 2792 | |
| 2793 | [Qt] Separate Qt WebKit into Qt WebKit and Qt WebKit Widgets |
| 2794 | https://bugs.webkit.org/show_bug.cgi?id=88162 |
| 2795 | |
| 2796 | Reviewed by Kenneth Rohde Christiansen. |
| 2797 | |
| 2798 | Rename the QtWebKit module to QtWebKitWidgets. |
| 2799 | |
| 2800 | * Source/api.pri: |
| 2801 | * Source/sync.profile: |
| 2802 | |
paroga@webkit.org | 371c295 | 2012-10-14 14:58:43 +0000 | [diff] [blame] | 2803 | 2012-10-14 Patrick Gansterer <paroga@webkit.org> |
| 2804 | |
| 2805 | Unreviewed, rolling out r130656. |
| 2806 | http://trac.webkit.org/changeset/130656 |
| 2807 | https://bugs.webkit.org/show_bug.cgi?id=97592 |
| 2808 | |
| 2809 | Broke CMake build on Windows |
| 2810 | |
| 2811 | * CMakeLists.txt: |
| 2812 | |
commit-queue@webkit.org | 7440c61 | 2012-10-12 16:57:26 +0000 | [diff] [blame] | 2813 | 2012-10-12 Sheriff Bot <webkit.review.bot@gmail.com> |
| 2814 | |
| 2815 | Unreviewed, rolling out r131189. |
| 2816 | http://trac.webkit.org/changeset/131189 |
| 2817 | https://bugs.webkit.org/show_bug.cgi?id=99187 |
| 2818 | |
| 2819 | Made inspector http tests crash on WK2. (Requested by rakuco |
| 2820 | on #webkit). |
| 2821 | |
| 2822 | * Source/PlatformEfl.cmake: |
| 2823 | * Source/cmake/OptionsEfl.cmake: |
| 2824 | |
ryuan.choi@samsung.com | daf3b24 | 2012-10-12 16:19:51 +0000 | [diff] [blame] | 2825 | 2012-10-12 Ryuan Choi <ryuan.choi@samsung.com> |
| 2826 | |
| 2827 | [EFL] Share resources installed for inspector |
| 2828 | https://bugs.webkit.org/show_bug.cgi?id=98991 |
| 2829 | |
| 2830 | Reviewed by Gyuyoung Kim. |
| 2831 | |
| 2832 | Now, WebKit1/Efl and WebKit2/Efl install same resources to different directory |
| 2833 | when INSPECTOR is enabled. |
| 2834 | |
| 2835 | This patch changes to install resources one time and share it. |
| 2836 | |
| 2837 | * Source/PlatformEfl.cmake: |
| 2838 | Extracted build scripts which install resources from WebKit/PlatformEfl.cmake. |
| 2839 | * Source/cmake/OptionsEfl.cmake: |
| 2840 | |
kbalazs@webkit.org | 40cdf2d | 2012-10-12 09:24:40 +0000 | [diff] [blame] | 2841 | 2012-10-12 Balazs Kelemen <kbalazs@webkit.org> |
| 2842 | |
| 2843 | Unreviewed, rolling out r130389. |
| 2844 | http://trac.webkit.org/changeset/130389 |
| 2845 | https://bugs.webkit.org/show_bug.cgi?id=98048 |
| 2846 | |
| 2847 | It broke chromium |
| 2848 | |
| 2849 | * Source/autotools/symbols.filter: |
| 2850 | |
commit-queue@webkit.org | e6a0fe8 | 2012-10-12 02:06:31 +0000 | [diff] [blame] | 2851 | 2012-10-11 Jinwoo Song <jinwoo7.song@samsung.com> |
| 2852 | |
| 2853 | [CMAKE] Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature |
| 2854 | https://bugs.webkit.org/show_bug.cgi?id=99030 |
| 2855 | |
| 2856 | Reviewed by Laszlo Gombos. |
| 2857 | |
| 2858 | Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature which throttles DOM timers |
| 2859 | on hidden pages to WebKitFeatures.cmake and cmakeconfig.h.cmake. |
| 2860 | |
| 2861 | * Source/cmake/WebKitFeatures.cmake: |
| 2862 | * Source/cmakeconfig.h.cmake: |
| 2863 | |
rniwa@webkit.org | cccc424 | 2012-10-11 17:47:16 +0000 | [diff] [blame] | 2864 | 2012-10-11 Ryosuke Niwa <rniwa@webkit.org> |
| 2865 | |
| 2866 | Perf-o-matic build fixes. |
| 2867 | |
| 2868 | Get the password from the first item of the array now that each JSON contains an array as |
| 2869 | the top-level structure instead of a dictionary, which is the first item in the array. |
| 2870 | |
| 2871 | Remove spaces after comma to save space in Runs objects to work-around the AppEngine's |
| 2872 | object size limit. This should buy us a couple of days. We'll implement a proper fix later. |
| 2873 | |
| 2874 | * Websites/webkit-perf.appspot.com/models.py: |
| 2875 | (Runs.update_incrementally): |
| 2876 | * Websites/webkit-perf.appspot.com/models_unittest.py: |
| 2877 | (RunsTest.test_update_or_insert): |
| 2878 | * Websites/webkit-perf.appspot.com/report_handler.py: |
| 2879 | (ReportHandler.post): |
| 2880 | |
tony@chromium.org | 70a18a4 | 2012-10-10 21:33:01 +0000 | [diff] [blame] | 2881 | 2012-10-10 Tony Chang <tony@chromium.org> |
| 2882 | |
| 2883 | Unreviewed, rolling out r130937, r130949, r130955, and |
| 2884 | r130957. |
| 2885 | http://trac.webkit.org/changeset/130937 |
| 2886 | http://trac.webkit.org/changeset/130949 |
| 2887 | http://trac.webkit.org/changeset/130955 |
| 2888 | http://trac.webkit.org/changeset/130957 |
| 2889 | https://bugs.webkit.org/show_bug.cgi?id=94290 |
| 2890 | |
| 2891 | Breaks Qt build |
| 2892 | |
| 2893 | * Source/cmake/WebKitMacros.cmake: |
| 2894 | |
commit-queue@webkit.org | 761a205 | 2012-10-10 18:34:22 +0000 | [diff] [blame] | 2895 | 2012-10-10 Pablo Flouret <pablof@motorola.com> |
| 2896 | |
| 2897 | Pre-process CSSGrammar.y before running through bison. |
| 2898 | https://bugs.webkit.org/show_bug.cgi?id=94290 |
| 2899 | |
| 2900 | Reviewed by Tony Chang. |
| 2901 | |
| 2902 | * Source/cmake/WebKitMacros.cmake: |
| 2903 | Use WebCore/css/makegrammar.pl to generate bison grammar files. |
| 2904 | |
simon.fraser@apple.com | 94bfe71 | 2012-10-10 18:01:00 +0000 | [diff] [blame] | 2905 | 2012-10-10 Simon Fraser <simon.fraser@apple.com> |
| 2906 | |
| 2907 | Attempt to fix gtk build which controls exports via this mysteriously-named |
| 2908 | file. |
| 2909 | |
| 2910 | * Source/autotools/symbols.filter: |
| 2911 | |
shinyak@chromium.org | b29d4aa | 2012-10-10 17:47:54 +0000 | [diff] [blame] | 2912 | 2012-10-10 Shinya Kawanaka <shinyak@chromium.org> |
| 2913 | |
| 2914 | Needs internal API to return distributed nodes for InsertionPoint |
| 2915 | https://bugs.webkit.org/show_bug.cgi?id=98868 |
| 2916 | |
| 2917 | Reviewed by Hajime Morita. |
| 2918 | |
| 2919 | * Source/autotools/symbols.filter: |
| 2920 | |
yoli@rim.com | 314e358 | 2012-10-10 15:48:45 +0000 | [diff] [blame] | 2921 | 2012-10-10 Yong Li <yoli@rim.com> |
| 2922 | |
| 2923 | [BlackBerry] Define WTF_USE_EXTRA_MACROS in cmake rather than Platform.h |
| 2924 | https://bugs.webkit.org/show_bug.cgi?id=98819 |
| 2925 | |
| 2926 | Reviewed by Rob Buis. |
| 2927 | |
| 2928 | And make it depend on SHARED_CORE |
| 2929 | RIM PR# 221339. |
| 2930 | |
| 2931 | * Source/cmake/OptionsBlackBerry.cmake: |
| 2932 | |
keishi@webkit.org | 94d82cd | 2012-10-10 11:29:49 +0000 | [diff] [blame] | 2933 | 2012-10-10 Keishi Hattori <keishi@webkit.org> |
| 2934 | |
| 2935 | REGRESSION (r129738): Calendar picker is too wide when the input is rtl |
| 2936 | https://bugs.webkit.org/show_bug.cgi?id=98881 |
| 2937 | |
| 2938 | Reviewed by kent Tamura. |
| 2939 | |
| 2940 | * ManualTests/forms/calendar-picker.html: Added isCalendarRTL parameters. |
| 2941 | |
commit-queue@webkit.org | c6e6799 | 2012-10-10 11:22:29 +0000 | [diff] [blame] | 2942 | 2012-10-10 Christophe Dumez <christophe.dumez@intel.com> |
| 2943 | |
| 2944 | [EFL][WK2] Port MiniBrowser to Elementary |
| 2945 | https://bugs.webkit.org/show_bug.cgi?id=98748 |
| 2946 | |
| 2947 | Reviewed by Kenneth Rohde Christiansen. |
| 2948 | |
| 2949 | Bump EFL librairies dependencies to v1.7 |
| 2950 | and add Elementary as optional dependency now |
| 2951 | that it is needed to build MiniBrowser. |
| 2952 | |
| 2953 | * Source/cmake/FindEet.cmake: Added. |
| 2954 | * Source/cmake/FindElementary.cmake: Added. |
| 2955 | * Source/cmake/OptionsEfl.cmake: |
| 2956 | |
commit-queue@webkit.org | 184a0ab | 2012-10-09 13:31:18 +0000 | [diff] [blame] | 2957 | 2012-10-09 Simon Pena <spena@igalia.com> |
| 2958 | |
| 2959 | [GTK] Add support for running JavaScript from GResources |
| 2960 | https://bugs.webkit.org/show_bug.cgi?id=98488 |
| 2961 | |
| 2962 | Reviewed by Carlos Garcia Campos. |
| 2963 | |
| 2964 | GResources allow embedding certain resources, frequently used, in a "bundle" |
| 2965 | which can be kept separated or stored in the binary. This patch adds |
| 2966 | support for running JavaScript from GResources. |
| 2967 | |
| 2968 | * configure.ac: Add support for compiling GResources |
| 2969 | |
zandobersek@gmail.com | b2f10cc | 2012-10-09 07:10:56 +0000 | [diff] [blame] | 2970 | 2012-10-09 Zan Dobersek <zandobersek@gmail.com> |
| 2971 | |
| 2972 | Unreviewed GTK build fix after r130689. |
| 2973 | |
| 2974 | Adding a required symbol to symbols.filter. |
| 2975 | |
| 2976 | * Source/autotools/symbols.filter: |
| 2977 | |
commit-queue@webkit.org | e28e618 | 2012-10-08 18:10:17 +0000 | [diff] [blame] | 2978 | 2012-10-08 Laszlo Gombos <l.gombos@samsung.com> |
| 2979 | |
| 2980 | [EFL] Add minimum version information for tool dependencies |
| 2981 | https://bugs.webkit.org/show_bug.cgi?id=97592 |
| 2982 | |
| 2983 | Reviewed by Kenneth Rohde Christiansen. |
| 2984 | |
| 2985 | Capture the minimum version information for the tools that are required |
| 2986 | to build the EFL port (or more generally WebKit). |
| 2987 | |
| 2988 | * CMakeLists.txt: |
| 2989 | |
commit-queue@webkit.org | 72f86fd | 2012-10-08 09:47:55 +0000 | [diff] [blame] | 2990 | 2012-10-08 Dongwoo Joshua Im <dw.im@samsung.com> |
| 2991 | |
| 2992 | [EFL] Fix build break when WEB_AUDIO is enabled. |
| 2993 | https://bugs.webkit.org/show_bug.cgi?id=98635 |
| 2994 | |
| 2995 | Unreviewed build fix. |
| 2996 | |
| 2997 | Build error is occurred because of the new flag, ENABLE_LEGACY_WEB_AUDIO, |
| 2998 | which was introduced by https://bugs.webkit.org/show_bug.cgi?id=97050. |
| 2999 | |
| 3000 | * Source/cmakeconfig.h.cmake: Add ENABLE_LEGACY_WEB_AUDIO. |
| 3001 | |
joone.hur@intel.com | 6b75522 | 2012-10-08 09:23:31 +0000 | [diff] [blame] | 3002 | 2012-10-08 Joone Hur <joone.hur@intel.com> |
| 3003 | |
| 3004 | [EFL] Add support for -webkit-sticky |
| 3005 | https://bugs.webkit.org/show_bug.cgi?id=95182 |
| 3006 | |
| 3007 | Reviewed by Kenneth Rohde Christiansen. |
| 3008 | |
| 3009 | Turn on CSS sticky position by default for WebKitEfl, |
| 3010 | but most of the CSS sticky position test cases still do not pass on WK1. |
| 3011 | |
| 3012 | * Source/cmake/OptionsEfl.cmake: |
| 3013 | |
mrobinson@webkit.org | 1c2b02e | 2012-10-05 17:54:57 +0000 | [diff] [blame] | 3014 | 2012-10-05 José Dapena Paz <jdapena@igalia.com> |
| 3015 | |
| 3016 | [GTK] Add support for creating EGL contexts |
| 3017 | https://bugs.webkit.org/show_bug.cgi?id=77921 |
| 3018 | |
| 3019 | Reviewed by Martin Robinson. |
| 3020 | |
| 3021 | This patch adds support for EGL, using OpenGL and OpenGL ES 2. Both |
| 3022 | options are set up on compile time, with the configure options |
| 3023 | --enable-egl and --enable-gles2. |
| 3024 | |
| 3025 | The implementation only adds support for EGL on top of X11, to |
| 3026 | isolate the changes to the minimum. More changes should come |
| 3027 | later to enable EGL for other targets (as Wayland). |
| 3028 | |
| 3029 | * GNUmakefile.am: |
| 3030 | * configure.ac: new configure options --enable-egl and --enable-gles2. |
| 3031 | |
rwlbuis@webkit.org | 1807690 | 2012-10-05 14:33:11 +0000 | [diff] [blame] | 3032 | 2012-10-04 Rob Buis <rbuis@rim.com> |
| 3033 | |
| 3034 | [BlackBerry] Sync up CMake files |
| 3035 | https://bugs.webkit.org/show_bug.cgi?id=98442 |
| 3036 | |
| 3037 | Reviewed by Gyuyoung Kim. |
| 3038 | |
| 3039 | Amongst others some internal paths changed. |
| 3040 | |
| 3041 | * Source/cmake/OptionsBlackBerry.cmake: |
| 3042 | |
commit-queue@webkit.org | 54c4066 | 2012-10-04 22:32:07 +0000 | [diff] [blame] | 3043 | 2012-10-04 Christophe Dumez <christophe.dumez@intel.com> |
| 3044 | |
| 3045 | [EFL] Add libxml 2.8.0 to jhbuild |
| 3046 | https://bugs.webkit.org/show_bug.cgi?id=98418 |
| 3047 | |
| 3048 | Reviewed by Laszlo Gombos. |
| 3049 | |
| 3050 | Bump dependency for libxml to 2.8.0 to match |
| 3051 | jhbuild. |
| 3052 | |
| 3053 | * Source/cmake/OptionsEfl.cmake: |
| 3054 | |
kbalazs@webkit.org | e9055cb | 2012-10-04 13:42:11 +0000 | [diff] [blame] | 3055 | 2012-10-04 Balazs Kelemen <kbalazs@webkit.org> |
| 3056 | |
| 3057 | Don't allow to disable compositing in forced compositing mode |
| 3058 | https://bugs.webkit.org/show_bug.cgi?id=98048 |
| 3059 | |
| 3060 | Reviewed by Jocelyn Turcotte. |
| 3061 | |
| 3062 | Export Settings::setAcceleratedCompositingEnabled because it has been deinlined. |
| 3063 | |
| 3064 | * Source/autotools/symbols.filter: |
| 3065 | |
ryuan.choi@samsung.com | ec475c7 | 2012-10-04 05:46:28 +0000 | [diff] [blame] | 3066 | 2012-10-03 Ryuan Choi <ryuan.choi@samsung.com> |
| 3067 | |
| 3068 | [EFL] Default.edj should be generated although ENABLE_WEBKIT disabled. |
| 3069 | https://bugs.webkit.org/show_bug.cgi?id=97753 |
| 3070 | |
| 3071 | Reviewed by Laszlo Gombos. |
| 3072 | |
| 3073 | default.edj is used in both webkit/efl and webkit2/efl. |
| 3074 | However, it has been generated only when ENABLE_WEBKIT is enabled. |
| 3075 | |
| 3076 | This patch separates the script which generates default.edj |
| 3077 | from source/webkit/platformefl.cmake. |
| 3078 | |
| 3079 | * Source/CMakeLists.txt: |
| 3080 | * Source/PlatformEfl.cmake: Added to generate custom target for default theme. |
| 3081 | * Source/cmake/OptionsEfl.cmake: |
| 3082 | Moved directory generation from WebKit/PlatformEfl.cmake |
| 3083 | because THEME_BINARY_DIR is used for both Default Theme and control theme in Tools. |
| 3084 | |
commit-queue@webkit.org | c0c0e81 | 2012-10-03 21:11:10 +0000 | [diff] [blame] | 3085 | 2012-10-03 Otto Derek Cheung <otcheung@rim.com> |
| 3086 | |
| 3087 | [BlackBerry] Implementing the NetworkInfo API for BB port |
| 3088 | https://bugs.webkit.org/show_bug.cgi?id=98273 |
| 3089 | |
| 3090 | Reviewed by Rob Buis. |
| 3091 | |
| 3092 | Adding references to new classes added to support BlackBerry's |
| 3093 | NetworkInfo implementation. |
| 3094 | |
| 3095 | * Source/cmake/OptionsBlackBerry.cmake: |
| 3096 | |
keishi@webkit.org | 2fb5b7d | 2012-10-02 02:37:27 +0000 | [diff] [blame] | 3097 | 2012-10-01 Keishi Hattori <keishi@webkit.org> |
| 3098 | |
| 3099 | Calendar picker should use zero as default step base |
| 3100 | https://bugs.webkit.org/show_bug.cgi?id=97976 |
| 3101 | |
| 3102 | Reviewed by Kent Tamura. |
| 3103 | |
| 3104 | * ManualTests/forms/calendar-picker.html: Added stepBase parameters. |
| 3105 | |
commit-queue@webkit.org | 74ba6be | 2012-09-29 06:31:08 +0000 | [diff] [blame] | 3106 | 2012-09-28 Mariusz Grzegorczyk <mariusz.g@samsung.com> |
| 3107 | |
| 3108 | [WK2][GTK][EFL] Share WebKit2-GTK plugin process implementation with EFL port |
| 3109 | https://bugs.webkit.org/show_bug.cgi?id=91844 |
| 3110 | |
| 3111 | Reviewed by Simon Hausmann. |
| 3112 | |
| 3113 | Turn on Netscape Plugin API by default for WebKit2-Efl. |
| 3114 | |
| 3115 | * Source/cmake/OptionsEfl.cmake: |
| 3116 | |
hclam@chromium.org | a8e3129 | 2012-09-28 23:58:22 +0000 | [diff] [blame] | 3117 | 2012-09-28 Alpha Lam <hclam@chromium.org> |
| 3118 | |
| 3119 | REGRESSION(r122215) - CachedImage::likelyToBeUsedSoon crashes on accessing a deleted CachedImageClient |
| 3120 | https://bugs.webkit.org/show_bug.cgi?id=97749 |
| 3121 | |
| 3122 | Reviewed by James Robinson. |
| 3123 | |
| 3124 | Added a manual test to demonstrate drag image and crashing. |
| 3125 | |
| 3126 | * ManualTests/drag-image-no-crash.html: Added. |
| 3127 | |
keishi@webkit.org | bca51ec | 2012-09-27 08:17:24 +0000 | [diff] [blame] | 3128 | 2012-09-27 Keishi Hattori <keishi@webkit.org> |
| 3129 | |
| 3130 | SuggestionPicker should support rtl |
| 3131 | https://bugs.webkit.org/show_bug.cgi?id=97555 |
| 3132 | |
| 3133 | Reviewed by Kent Tamura. |
| 3134 | |
| 3135 | * ManualTests/forms/calendar-picker.html: Added tests for Arabic with datalist. |
| 3136 | |
paroga@webkit.org | 47f23e9 | 2012-09-27 07:30:06 +0000 | [diff] [blame] | 3137 | 2012-09-27 Patrick Gansterer <paroga@webkit.org> |
| 3138 | |
| 3139 | [WINCE] Enable JIT by default |
| 3140 | |
| 3141 | * Source/cmake/OptionsWinCE.cmake: |
| 3142 | |
mrobinson@webkit.org | fc8c42f | 2012-09-26 15:53:42 +0000 | [diff] [blame] | 3143 | 2012-09-26 Martin Robinson <mrobinson@igalia.com> |
| 3144 | |
| 3145 | [GTK] Use XDamage to simplify RedirectedXCompositeWindow |
| 3146 | https://bugs.webkit.org/show_bug.cgi?id=97267 |
| 3147 | |
| 3148 | Reviewed by Alejandro G. Castro. |
| 3149 | |
| 3150 | Use XDamage to queue redraws of the widget when redirecting accelerated compositing |
| 3151 | to an offscreen window. This allows removing a finicky timer-based approach, improves |
| 3152 | performance, and allows simplifying things greatly. |
| 3153 | |
| 3154 | * configure.ac: Add support for finding XDamage via pkg-config. |
| 3155 | |
hausmann@webkit.org | 283c7c5 | 2012-09-26 08:38:35 +0000 | [diff] [blame] | 3156 | 2012-09-26 Simon Hausmann <simon.hausmann@digia.com> |
| 3157 | |
| 3158 | [Qt] Remove Qt Quick 1 support |
| 3159 | |
| 3160 | Reviewed by Kenneth Rohde Christiansen. |
| 3161 | |
| 3162 | It is being moved to the Qt5 QtQuick1 module. |
| 3163 | |
| 3164 | * Source/tests.pri: |
| 3165 | |
zandobersek@gmail.com | 69904aa | 2012-09-26 07:38:12 +0000 | [diff] [blame] | 3166 | 2012-09-26 Zan Dobersek <zandobersek@gmail.com> |
| 3167 | |
| 3168 | [GTK] Enable some of the unstable CSS features |
| 3169 | https://bugs.webkit.org/show_bug.cgi?id=97572 |
| 3170 | |
| 3171 | Reviewed by Martin Robinson. |
| 3172 | |
| 3173 | Export the required RuntimeEnabledFeatures symbol. |
| 3174 | |
| 3175 | * Source/autotools/symbols.filter: |
| 3176 | |
commit-queue@webkit.org | fe797d0 | 2012-09-25 22:16:30 +0000 | [diff] [blame] | 3177 | 2012-09-25 Cosmin Truta <ctruta@rim.com> |
| 3178 | |
| 3179 | [BlackBerry] Enable LLInt |
| 3180 | https://bugs.webkit.org/show_bug.cgi?id=97604 |
| 3181 | |
| 3182 | Reviewed by Yong Li. |
| 3183 | |
| 3184 | * Source/cmake/OptionsBlackBerry.cmake: |
| 3185 | |
rniwa@webkit.org | fa81ae5 | 2012-09-25 21:22:08 +0000 | [diff] [blame] | 3186 | 2012-09-25 Ryosuke Niwa <rniwa@webkit.org> |
| 3187 | |
| 3188 | Perf-o-matic should store "values" and support array'ed input |
| 3189 | https://bugs.webkit.org/show_bug.cgi?id=97601 |
| 3190 | |
| 3191 | Reviewed by Dirk Pranke. |
| 3192 | |
| 3193 | Support new JSON format where the outermost structure is an array instead of a dictionary and results may |
| 3194 | contain "values". This change will let us remove some code from run-perf-tests. |
| 3195 | |
| 3196 | Old: {"webkit-revision": 123456, "results": {"test": {"avg": 123}} |
| 3197 | New: [{"webkit-revision": 123456, "results": {"test": {"avg": 123, values: [122, 123, 124]}}}] |
| 3198 | |
| 3199 | * Websites/webkit-perf.appspot.com/app.yaml: Incremented the version number. |
| 3200 | * Websites/webkit-perf.appspot.com/models.py: |
| 3201 | (TestResult): Added values property. |
| 3202 | (TestResult.get_or_insert_from_parsed_json): Pass in "values" to the constructor if the value is present. |
| 3203 | (ReportLog.get_value): Use the first item in the array if self._parsed uses the new format. |
| 3204 | (ReportLog.results_are_well_formed): Verifies that items in "values" are floats convertible. Also verify that |
| 3205 | if the JSON uses new format, there is exactly one set of results. In theory, we could support multiple results |
| 3206 | but we don't do that now for its complexity. |
| 3207 | * Websites/webkit-perf.appspot.com/models_unittest.py: |
| 3208 | (TestResultTests.test_get_or_insert_stat_value): Make sure values is present and is an empty list. |
| 3209 | (TestResultTests.test_get_or_insert_stat_value_with_values): Added. |
| 3210 | (ReportLogTests.test_results_are_well_formed): |
| 3211 | (ReportLogTests.test_chromium_revision): Renamed from chromium_revision so that it actually runs. |
| 3212 | (ReportLogTests.test_results_in_array): |
| 3213 | |
commit-queue@webkit.org | cef4876 | 2012-09-25 08:14:53 +0000 | [diff] [blame] | 3214 | 2012-09-25 Laszlo Gombos <l.gombos@samsung.com> |
| 3215 | |
| 3216 | [EFL] Update minimal required versions for dependencies |
| 3217 | https://bugs.webkit.org/show_bug.cgi?id=97523 |
| 3218 | |
| 3219 | Reviewed by Gyuyoung Kim. |
| 3220 | |
| 3221 | Use the same versions numbers for dependencies as in Tools/efl/jhbuild.modules. |
| 3222 | |
| 3223 | * Source/cmake/OptionsEfl.cmake: |
| 3224 | |
hausmann@webkit.org | f849a07 | 2012-09-25 08:08:17 +0000 | [diff] [blame] | 3225 | 2012-09-24 Simon Hausmann <simon.hausmann@digia.com> |
| 3226 | |
| 3227 | [Qt] Fix build with latest Qt 5 |
| 3228 | https://bugs.webkit.org/show_bug.cgi?id=97479 |
| 3229 | |
| 3230 | Reviewed by Tor Arne Vestbø. |
| 3231 | |
| 3232 | Define MODULE_BASE_DIR before loading qt_module.prf, which now calls syncqt. MODULE_BASE_DIR is |
| 3233 | passed as last parameter (source dir) to syncqt now, so set it to the directory that contains |
| 3234 | sync.profile. |
| 3235 | |
| 3236 | * Source/api.pri: |
| 3237 | |
commit-queue@webkit.org | 67248b2 | 2012-09-25 06:51:39 +0000 | [diff] [blame] | 3238 | 2012-09-24 Bo Liu <boliu@chromium.org> |
| 3239 | |
| 3240 | Reland "Add in-place reload behavior to ImagesEnabled setting" with optimizations |
| 3241 | https://bugs.webkit.org/show_bug.cgi?id=97055 |
| 3242 | |
| 3243 | Reviewed by Adam Barth. |
| 3244 | |
| 3245 | Relanding 128780, 128676, 128645. Was reverted in 128914 due to |
| 3246 | performance regression in Chromium. |
| 3247 | |
| 3248 | New changes in addition to previously reverted patches: |
| 3249 | |
| 3250 | Refactored CachedResource::requestResource, loadResource, and |
| 3251 | revalidateResource. Moved CachedResource::load method to end of |
| 3252 | requestResource so there is one place where load is called for all |
| 3253 | resources. |
| 3254 | |
| 3255 | Added a enum parameter for requestResource and |
| 3256 | determineRevalidationPolicy so that FrameLoaderClient::allowImage call |
| 3257 | do not need to be called multiple times. |
| 3258 | |
| 3259 | Removed CachedImage::load call in requestImage so it is not called |
| 3260 | twice. |
| 3261 | |
| 3262 | Removed unnecessary Frame.h includes in CachedResource and |
| 3263 | CachedImage. |
| 3264 | |
| 3265 | Removed dead load() method declaration in CachedImage. |
| 3266 | |
| 3267 | Updated text expectation for two image-permissions tests to reflect |
| 3268 | the removed calls to allowImage. |
| 3269 | |
| 3270 | * Source/autotools/symbols.filter: |
| 3271 | |
commit-queue@webkit.org | 143a7ff5 | 2012-09-25 03:22:13 +0000 | [diff] [blame] | 3272 | 2012-09-24 Byungwoo Lee <bw80.lee@samsung.com> |
| 3273 | |
| 3274 | [CMake] Change hardcoded 'lib' and 'bin' in CMakeLists.txt to 'LIB_INSTALL_DIR' and 'EXEC_INSTALL_DIR'. |
| 3275 | https://bugs.webkit.org/show_bug.cgi?id=97419 |
| 3276 | |
| 3277 | Reviewed by Gyuyoung Kim. |
| 3278 | |
| 3279 | Use the value of LIB_INSTALL_DIR and EXEC_INSTALL_DIR instead of |
| 3280 | hardcoding 'lib' and 'bin' for CMAKE_{ARCHIVE,LIBRARY,RUNTIME}_OUTPUT_DIRECTORY. |
| 3281 | |
| 3282 | * CMakeLists.txt: |
| 3283 | Use ${LIB_INSTALL_DIR} instead of hardcoding "lib". |
| 3284 | Use ${EXEC_INSTALL_DIR} instead of hardcoding "bin". |
| 3285 | |
commit-queue@webkit.org | c415748 | 2012-09-24 20:07:13 +0000 | [diff] [blame] | 3286 | 2012-09-24 Sheriff Bot <webkit.review.bot@gmail.com> |
| 3287 | |
ossy@webkit.org | 7fa1545 | 2012-09-24 20:47:45 +0000 | [diff] [blame] | 3288 | Unreviewed, rolling out r129343. |
| 3289 | http://trac.webkit.org/changeset/129343 |
| 3290 | https://bugs.webkit.org/show_bug.cgi?id=97479 |
| 3291 | |
| 3292 | It broke the build (Requested by Ossy_NIGHT on #webkit). |
| 3293 | |
| 3294 | * Source/api.pri: |
| 3295 | |
| 3296 | 2012-09-24 Sheriff Bot <webkit.review.bot@gmail.com> |
| 3297 | |
commit-queue@webkit.org | c415748 | 2012-09-24 20:07:13 +0000 | [diff] [blame] | 3298 | Unreviewed, rolling out r129388. |
| 3299 | http://trac.webkit.org/changeset/129388 |
| 3300 | https://bugs.webkit.org/show_bug.cgi?id=97477 |
| 3301 | |
| 3302 | Caused an assertion in a WebKit2 unit test (Requested by |
| 3303 | abarth on #webkit). |
| 3304 | |
| 3305 | * Source/autotools/symbols.filter: |
| 3306 | |
dominik.rottsches@intel.com | dfe84c8 | 2012-09-24 18:49:40 +0000 | [diff] [blame] | 3307 | 2012-09-24 Dominik Röttsches <dominik.rottsches@intel.com> |
| 3308 | |
| 3309 | [EFL][DRT] Enable Regions support |
| 3310 | https://bugs.webkit.org/show_bug.cgi?id=83897 |
| 3311 | |
| 3312 | Reviewed by Kenneth Rohde Christiansen. |
| 3313 | |
| 3314 | Default build setting for CSS regions set to on. |
| 3315 | |
| 3316 | * Source/cmake/OptionsEfl.cmake: |
| 3317 | |
commit-queue@webkit.org | 2a1dff2 | 2012-09-24 18:13:34 +0000 | [diff] [blame] | 3318 | 2012-09-24 Bo Liu <boliu@chromium.org> |
| 3319 | |
| 3320 | Reland "Add in-place reload behavior to ImagesEnabled setting" with optimizations |
| 3321 | https://bugs.webkit.org/show_bug.cgi?id=97055 |
| 3322 | |
| 3323 | Reviewed by Adam Barth. |
| 3324 | |
| 3325 | Relanding 128780, 128676, 128645. Was reverted in 128914 due to |
| 3326 | performance regression in Chromium. |
| 3327 | |
| 3328 | New changes in addition to previously reverted patches: |
| 3329 | |
| 3330 | Refactored CachedResource::requestResource, loadResource, and |
| 3331 | revalidateResource. Moved CachedResource::load method to end of |
| 3332 | requestResource so there is one place where load is called for all |
| 3333 | resources. |
| 3334 | |
| 3335 | Added a enum parameter for requestResource and |
| 3336 | determineRevalidationPolicy so that FrameLoaderClient::allowImage call |
| 3337 | do not need to be called multiple times. |
| 3338 | |
| 3339 | Removed CachedImage::load call in requestImage so it is not called |
| 3340 | twice. |
| 3341 | |
| 3342 | Removed unnecessary Frame.h includes in CachedResource and |
| 3343 | CachedImage. |
| 3344 | |
| 3345 | Removed dead load() method declaration in CachedImage. |
| 3346 | |
| 3347 | Updated text expectation for two image-permissions tests to reflect |
| 3348 | the removed calls to allowImage. |
| 3349 | |
| 3350 | * Source/autotools/symbols.filter: |
| 3351 | |
commit-queue@webkit.org | b3cd24a | 2012-09-24 11:38:00 +0000 | [diff] [blame] | 3352 | 2012-09-24 Vivek Galatage <vivekgalatage@gmail.com> |
| 3353 | |
| 3354 | Web Inspector: implement testing harness for pure protocol tests. |
| 3355 | https://bugs.webkit.org/show_bug.cgi?id=90675 |
| 3356 | |
| 3357 | Reviewed by Yury Semikhatsky. |
| 3358 | |
| 3359 | Added export symbols required for Gtk+ to support the Inspector Protocol |
| 3360 | testing harness. |
| 3361 | |
| 3362 | * Source/autotools/symbols.filter: |
| 3363 | |
hausmann@webkit.org | 4bd0988 | 2012-09-24 11:07:29 +0000 | [diff] [blame] | 3364 | 2012-09-24 Simon Hausmann <simon.hausmann@digia.com> |
| 3365 | |
| 3366 | [Qt] Fix build with latest Qt 5 |
| 3367 | |
| 3368 | Reviewed by Tor Arne Vestbø. |
| 3369 | |
| 3370 | Define MODULE_BASE_DIR before loading qt_module.prf, which now calls syncqt. MODULE_BASE_DIR is |
| 3371 | passed as last parameter (source dir) to syncqt now, so set it to the directory that contains |
| 3372 | sync.profile. |
| 3373 | |
| 3374 | * Source/api.pri: |
| 3375 | |
keishi@webkit.org | ec5c8e0 | 2012-09-24 04:39:09 +0000 | [diff] [blame] | 3376 | 2012-09-23 Keishi Hattori <keishi@webkit.org> |
| 3377 | |
| 3378 | Add suggestionPicker to CalendarPicker |
| 3379 | https://bugs.webkit.org/show_bug.cgi?id=97201 |
| 3380 | |
| 3381 | Reviewed by Kent Tamura. |
| 3382 | |
| 3383 | * ManualTests/forms/calendar-picker.html: Added tests for SuggestionPicker. |
| 3384 | |
fischman@chromium.org | 9de834a | 2012-09-22 04:44:29 +0000 | [diff] [blame] | 3385 | 2012-09-21 Ami Fischman <fischman@chromium.org> |
| 3386 | |
| 3387 | HTMLMediaElement isn't garbage collected between document reloads |
| 3388 | https://bugs.webkit.org/show_bug.cgi?id=97020 |
| 3389 | |
| 3390 | Reviewed by Eric Carlson. |
| 3391 | |
| 3392 | Manual test added: ManualTests/audio-freed-during-reload.html |
| 3393 | |
| 3394 | * ManualTests/audio-freed-during-reload.html: |
| 3395 | |
crogers@google.com | 143fd02 | 2012-09-21 22:12:36 +0000 | [diff] [blame] | 3396 | 2012-09-21 Chris Rogers <crogers@google.com> |
| 3397 | |
| 3398 | Add Web Audio support for deprecated/legacy APIs |
| 3399 | https://bugs.webkit.org/show_bug.cgi?id=97050 |
| 3400 | |
| 3401 | Reviewed by Eric Carlson. |
| 3402 | |
| 3403 | * Source/cmake/WebKitFeatures.cmake: |
| 3404 | |
hausmann@webkit.org | b2449d7 | 2012-09-21 12:05:41 +0000 | [diff] [blame] | 3405 | 2012-09-21 Simon Hausmann <simon.hausmann@digia.com> |
| 3406 | |
| 3407 | [Qt] Bail out when trying to build WebKit with Qt != 5 |
| 3408 | |
| 3409 | Reviewed by Tor Arne Vestbø. |
| 3410 | |
| 3411 | Moved check for Qt version out of default_pre into top-level WebKit.pro, |
| 3412 | because we never reach default_pre.prf due to the lack of .qmake.conf support |
| 3413 | in older versions of Qt/QMake. |
| 3414 | |
| 3415 | * WebKit.pro: |
| 3416 | |
hausmann@webkit.org | 7870ad1 | 2012-09-20 11:58:44 +0000 | [diff] [blame] | 3417 | 2012-09-20 Simon Hausmann <simon.hausmann@digia.com> |
| 3418 | |
| 3419 | [Qt] QtWebKit module header includes private dependencies |
| 3420 | |
| 3421 | Reviewed by Tor Arne Vestbø. |
| 3422 | |
| 3423 | Moved loading of webkit_modules.prf a few lines down after the definition |
| 3424 | of QT_API_DEPENDS, because webkit_modules.prf does the sanitization of the |
| 3425 | QT variable now and therefore needs QT_API_DEPENDS. |
| 3426 | |
| 3427 | * Source/api.pri: |
| 3428 | |
commit-queue@webkit.org | d6c30c6 | 2012-09-19 03:39:04 +0000 | [diff] [blame] | 3429 | 2012-09-18 Sailesh Agrawal <sail@chromium.org> |
| 3430 | |
| 3431 | Chromium: Scrollbar with tickmarks doesn't respond to clicks |
| 3432 | https://bugs.webkit.org/show_bug.cgi?id=96049 |
| 3433 | |
| 3434 | Reviewed by Beth Dakin. |
| 3435 | |
| 3436 | Update exported symbols. |
| 3437 | |
| 3438 | * Source/autotools/symbols.filter: |
| 3439 | |
commit-queue@webkit.org | 0d7a741 | 2012-09-18 18:18:08 +0000 | [diff] [blame] | 3440 | 2012-09-18 Bo Liu <boliu@chromium.org> |
| 3441 | |
| 3442 | Revert 128780, 128676, 128645 |
| 3443 | https://bugs.webkit.org/show_bug.cgi?id=97022 |
| 3444 | |
| 3445 | Reviewed by Adam Barth. |
| 3446 | |
| 3447 | I made these revisions to add in-place reload behavior to ImagesEnabled setting. |
| 3448 | Reverting this for now due to them causing performance regression in |
| 3449 | chromium, possibly caused by increased calls to |
| 3450 | PermissionClient::imageAllowed. |
| 3451 | |
| 3452 | * Source/autotools/symbols.filter: |
| 3453 | |
ryuan.choi@samsung.com | 53f3880 | 2012-09-18 07:20:05 +0000 | [diff] [blame] | 3454 | 2012-09-18 Ryuan Choi <ryuan.choi@samsung.com> |
| 3455 | |
| 3456 | [CMAKE] Fix build break because of memory exhausted. |
| 3457 | https://bugs.webkit.org/show_bug.cgi?id=77327 |
| 3458 | |
| 3459 | Reviewed by Gyuyoung Kim. |
| 3460 | |
| 3461 | Added to avoid memory exhaustion on 32bit linux debug build. |
| 3462 | |
| 3463 | * Source/cmake/OptionsCommon.cmake: |
| 3464 | |
rwlbuis@webkit.org | 9c82b2d | 2012-09-17 20:55:20 +0000 | [diff] [blame] | 3465 | 2012-09-17 Rob Buis <rbuis@rim.com> |
| 3466 | |
| 3467 | [BlackBerry] Enable VIDEO_TRACK |
| 3468 | https://bugs.webkit.org/show_bug.cgi?id=96949 |
| 3469 | |
| 3470 | Reviewed by Antonio Gomes. |
| 3471 | |
| 3472 | Turn on VIDEO_TRACK feature. |
| 3473 | |
| 3474 | * Source/cmake/OptionsBlackBerry.cmake: |
| 3475 | |
zandobersek@gmail.com | b975a61 | 2012-09-17 17:58:07 +0000 | [diff] [blame] | 3476 | 2012-09-17 Zan Dobersek <zandobersek@gmail.com> |
| 3477 | |
| 3478 | [Gtk] Remove configuration options for stable features that are currently enabled |
| 3479 | https://bugs.webkit.org/show_bug.cgi?id=96621 |
| 3480 | |
| 3481 | Reviewed by Martin Robinson. |
| 3482 | |
| 3483 | Remove configuration flags that were used for either features that were enabled |
| 3484 | by default or were enabled only when unstable features support was enabled. In |
| 3485 | any case the feature was removed only if it does not introduce a dependency. |
| 3486 | |
| 3487 | * configure.ac: |
| 3488 | |
vestbo@webkit.org | 10de782 | 2012-09-17 13:32:37 +0000 | [diff] [blame] | 3489 | 2012-09-17 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 3490 | |
| 3491 | [Qt] Auto-generate the module pri file for QtWebKit |
| 3492 | |
| 3493 | Reviewed by Simon Hausmann. |
| 3494 | |
| 3495 | * Source/api.pri: |
| 3496 | |
jchaffraix@webkit.org | 5083f63 | 2012-09-15 01:24:30 +0000 | [diff] [blame] | 3497 | 2012-09-14 Julien Chaffraix <jchaffraix@webkit.org> |
| 3498 | |
| 3499 | Revert r127457 and following fixes due to several hit-testing regressions |
| 3500 | https://bugs.webkit.org/show_bug.cgi?id=96830 |
| 3501 | |
| 3502 | Reviewed by Antonio Gomes. |
| 3503 | |
| 3504 | This change reverts r127457, r127863 and r128505. |
| 3505 | |
| 3506 | * Source/autotools/symbols.filter: |
| 3507 | |
abarth@webkit.org | 79bb5eb | 2012-09-14 22:04:58 +0000 | [diff] [blame] | 3508 | 2012-09-14 Adam Barth <abarth@webkit.org> |
| 3509 | |
| 3510 | Remove webkitPostMessage |
| 3511 | https://bugs.webkit.org/show_bug.cgi?id=96577 |
| 3512 | |
| 3513 | Reviewed by Ojan Vafai. |
| 3514 | |
| 3515 | Add ENABLE_LEGACY_VENDOR_PREFIXES flag. |
| 3516 | |
| 3517 | * Source/cmake/WebKitFeatures.cmake: |
| 3518 | * Source/cmakeconfig.h.cmake: |
| 3519 | |
jpfau@apple.com | aaef731 | 2012-09-14 21:30:42 +0000 | [diff] [blame] | 3520 | 2012-09-14 Jeffrey Pfau <jpfau@apple.com> |
| 3521 | |
| 3522 | Allow third-party storage blocking setting to change while a page is loaded |
| 3523 | https://bugs.webkit.org/show_bug.cgi?id=95790 |
| 3524 | |
| 3525 | Reviewed by Brady Eidson. |
| 3526 | |
| 3527 | Update exported symbols. |
| 3528 | |
| 3529 | * Source/autotools/symbols.filter: |
| 3530 | |
commit-queue@webkit.org | d0a5067 | 2012-09-14 20:04:30 +0000 | [diff] [blame] | 3531 | 2012-09-14 Bo Liu <boliu@chromium.org> |
| 3532 | |
| 3533 | Add in-place reload behavior to ImagesEnabled setting |
| 3534 | https://bugs.webkit.org/show_bug.cgi?id=95478 |
| 3535 | |
| 3536 | Reviewed by Adam Barth. |
| 3537 | |
| 3538 | Export WebCore::Settings::setImagesEnabled symbol. |
| 3539 | |
| 3540 | * Source/autotools/symbols.filter: |
| 3541 | |
vestbo@webkit.org | bb5e6be | 2012-09-14 13:41:24 +0000 | [diff] [blame] | 3542 | 2012-09-14 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 3543 | |
| 3544 | [Qt] Fix handling of debug/release/debug_and_release/build_all |
| 3545 | |
| 3546 | We now pick up the defaults from Qt, in default_pre (CONFIG already |
| 3547 | contains the appropriate values for debug and release). We then let |
| 3548 | the command line arguments to qmake, or the project files themselves, |
| 3549 | override the configuration, and finally we sanitize the configuration |
| 3550 | in default_post. |
| 3551 | |
| 3552 | Reviewed by Simon Hausmann. |
| 3553 | |
| 3554 | * Source/api.pri: |
| 3555 | |
keishi@webkit.org | 13c4f22 | 2012-09-14 11:11:17 +0000 | [diff] [blame] | 3556 | 2012-09-14 Keishi Hattori <keishi@webkit.org> |
| 3557 | |
| 3558 | Add runtime flag that enables lang attribute for form controls in LayoutTests |
| 3559 | https://bugs.webkit.org/show_bug.cgi?id=96636 |
| 3560 | |
| 3561 | Reviewed by Kent Tamura. |
| 3562 | |
| 3563 | * Source/autotools/symbols.filter: |
| 3564 | |
commit-queue@webkit.org | 9a8a2e5 | 2012-09-13 15:31:12 +0000 | [diff] [blame] | 3565 | 2012-09-13 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> |
| 3566 | |
| 3567 | [CMake] Remove some redundant warning flags and enable a few more warnings. |
| 3568 | https://bugs.webkit.org/show_bug.cgi?id=96654 |
| 3569 | |
| 3570 | Reviewed by Kenneth Rohde Christiansen. |
| 3571 | |
| 3572 | * Source/cmake/WebKitHelpers.cmake: Remove a few warning flags |
| 3573 | which are already enabled by -Wall and -Wextra, remove -W which |
| 3574 | looks useless and also enable a few more warnings by removing |
| 3575 | their -Wno-foo counterparts which were present. |
| 3576 | |
vestbo@webkit.org | bef6692 | 2012-09-13 12:39:46 +0000 | [diff] [blame] | 3577 | 2012-09-13 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 3578 | |
vestbo@webkit.org | 18883b6 | 2012-09-13 15:10:43 +0000 | [diff] [blame] | 3579 | [Qt] Ensure that QT is finalized before loading qt_module.prf |
| 3580 | |
| 3581 | As qt_module.prf does dependency tracking based on the content of the |
| 3582 | QT variable. The intermediate WebKit modules modify the variable in |
| 3583 | their .pri files, so we have to ensure we've loaded all the modules |
| 3584 | before loading qt_module. |
| 3585 | |
| 3586 | Reviewed by Tor Arne Vestbø. |
| 3587 | Patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com> on 2012-09-13 |
| 3588 | |
| 3589 | * Source/api.pri: |
| 3590 | |
| 3591 | 2012-09-13 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 3592 | |
vestbo@webkit.org | bef6692 | 2012-09-13 12:39:46 +0000 | [diff] [blame] | 3593 | [Qt] Make sure LIBS, PKGCONFIG, and QT, do not affect QtWebKit's prl file |
| 3594 | |
| 3595 | Unless it's actually a dependency of the public QtWebKit API. |
| 3596 | |
| 3597 | We could replace every occurance of LIBS, PKGCONFIG, and QT, in the pri |
| 3598 | files with their _PRIVATE equivivalent, but that's likely to break when |
| 3599 | someone adds a new QT/LIBS/PKGCONFIG += foo line somewhere. Instead we |
| 3600 | clean up the variables in default_post. |
| 3601 | |
| 3602 | This means that the CONFIG -= explicitlib in linkAgainstLibrary() is no |
| 3603 | longer needed, as it was a workaround for the intermediate libraries ending |
| 3604 | up in the prl file. And, since CONFIG -= staticlib was there to support |
| 3605 | the explicitlib option, we can remove that too (as well as the exception |
| 3606 | for gprof, since it would be empty). If gprof needs tweaks to always link |
| 3607 | statically they should go in gprof.prf. |
| 3608 | |
| 3609 | Reviewed by Simon Hausmann. |
| 3610 | |
| 3611 | * Source/api.pri: |
| 3612 | |
vestbo@webkit.org | ab7c14a | 2012-09-13 10:37:28 +0000 | [diff] [blame] | 3613 | 2012-09-13 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 3614 | |
| 3615 | [Qt] Fllow rename of qt_module_config.prf to qt_module.prf |
| 3616 | |
| 3617 | Reviewed by Tor Arne Vestbø. |
| 3618 | |
| 3619 | * Source/api.pri: |
| 3620 | |
hausmann@webkit.org | 5c756e2 | 2012-09-13 08:50:40 +0000 | [diff] [blame] | 3621 | 2012-09-13 Simon Hausmann <simon.hausmann@nokia.com> |
| 3622 | |
| 3623 | [Qt] syncqt isn't re-run when WebKit1.pro changes and we're building with --no-webkit2 |
| 3624 | https://bugs.webkit.org/show_bug.cgi?id=96545 |
| 3625 | |
| 3626 | Reviewed by Tor Arne Vestbø. |
| 3627 | |
| 3628 | Do the QMAKE_INTERNAL_INCLUDED_FILES trick separately for WebKit1.pro and WebKit2/Target.pri, |
| 3629 | depending on build?(webkit1) and build?(webkit2), as discussed earlier. |
| 3630 | |
| 3631 | * Source/api.pri: |
| 3632 | |
commit-queue@webkit.org | 3f2c009 | 2012-09-13 05:09:58 +0000 | [diff] [blame] | 3633 | 2012-09-12 Sheriff Bot <webkit.review.bot@gmail.com> |
| 3634 | |
| 3635 | Unreviewed, rolling out r127876. |
| 3636 | http://trac.webkit.org/changeset/127876 |
| 3637 | https://bugs.webkit.org/show_bug.cgi?id=96600 |
| 3638 | |
| 3639 | mouse click doesn't work for spin button if spin button in |
| 3640 | iframe (Requested by yosin on #webkit). |
| 3641 | |
| 3642 | * Source/autotools/symbols.filter: |
| 3643 | |
commit-queue@webkit.org | e6e8623 | 2012-09-13 00:56:49 +0000 | [diff] [blame] | 3644 | 2012-09-12 KyungTae Kim <ktf.kim@samsung.com> |
| 3645 | |
| 3646 | [EFL] Support download attribute feature |
| 3647 | https://bugs.webkit.org/show_bug.cgi?id=96462 |
| 3648 | |
| 3649 | Reviewed by Gyuyoung Kim. |
| 3650 | |
| 3651 | * Source/cmake/OptionsEfl.cmake: Enable DOWNLOAD_ATTRIBUTE feature. |
| 3652 | |
commit-queue@webkit.org | 4e9d4a0 | 2012-09-12 19:21:41 +0000 | [diff] [blame] | 3653 | 2012-09-12 Sami Kyostila <skyostil@google.com> |
| 3654 | |
| 3655 | Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING |
| 3656 | https://bugs.webkit.org/show_bug.cgi?id=96251 |
| 3657 | |
| 3658 | Reviewed by Simon Fraser. |
| 3659 | |
| 3660 | Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING to better describe |
| 3661 | the feature it controls. |
| 3662 | |
| 3663 | * Source/cmakeconfig.h.cmake: |
| 3664 | |
ryuan.choi@samsung.com | 47ae6ee | 2012-09-12 04:24:57 +0000 | [diff] [blame] | 3665 | 2012-09-11 Ryuan Choi <ryuan.choi@samsung.com> |
| 3666 | |
| 3667 | [CMAKE] Supply feature defines to CodeGeneratorTestRunner. |
| 3668 | https://bugs.webkit.org/show_bug.cgi?id=96273 |
| 3669 | |
| 3670 | Reviewed by Gyuyoung Kim. |
| 3671 | |
| 3672 | * Source/cmake/WebKitFeatures.cmake: Generated FEATURE_DEFINES_WITH_SPACE_SEPARATOR. |
| 3673 | |
commit-queue@webkit.org | 17d4dad | 2012-09-11 22:32:24 +0000 | [diff] [blame] | 3674 | 2012-09-11 Arnaud Renevier <a.renevier@sisa.samsung.com> |
| 3675 | |
| 3676 | [Gtk] allow building with css-shaders |
| 3677 | https://bugs.webkit.org/show_bug.cgi?id=95603 |
| 3678 | |
| 3679 | Reviewed by Martin Robinson. |
| 3680 | |
| 3681 | if unstable features and accelerated compositing are turned on, and |
| 3682 | acceleration backend is opengl, then build CSS Shaders and CSS |
| 3683 | Filters. |
| 3684 | |
| 3685 | * configure.ac: |
| 3686 | |
commit-queue@webkit.org | 2f7ffce | 2012-09-11 18:31:11 +0000 | [diff] [blame] | 3687 | 2012-09-11 Marcelo Lira <marcelo.lira@openbossa.org> |
| 3688 | |
| 3689 | Restore original value of mock scrollbars enabled in InternalSettings |
| 3690 | https://bugs.webkit.org/show_bug.cgi?id=87680 |
| 3691 | |
| 3692 | Reviewed by Adam Barth. |
| 3693 | |
| 3694 | Added backup support for mock scrollbars state in |
| 3695 | InternalSettings::Backup, and removed support for these |
| 3696 | from Qt's DumpRenderTree. |
| 3697 | |
| 3698 | * Source/autotools/symbols.filter: |
| 3699 | |
rakuco@webkit.org | 7208060 | 2012-09-11 15:33:04 +0000 | [diff] [blame] | 3700 | 2012-09-11 Raphael Kubo da Costa <rakuco@webkit.org> |
| 3701 | |
| 3702 | [EFL] Rewrite the EFL-related Find modules |
| 3703 | https://bugs.webkit.org/show_bug.cgi?id=95237 |
| 3704 | |
| 3705 | Reviewed by Kenneth Rohde Christiansen. |
| 3706 | |
| 3707 | FindEFL.cmake had several problems which caused unnecessary trouble |
| 3708 | when building the EFL port under some setups: |
| 3709 | |
| 3710 | o It looked for some modules (such as ecore) more than once for no |
| 3711 | reason, which led to people adding libraries and include paths in |
| 3712 | different ways across the build system. |
| 3713 | |
| 3714 | o It depended on pkg-config being present for the searches to |
| 3715 | succeed. |
| 3716 | |
| 3717 | o It obtained the library definitions from pkg-config, so |
| 3718 | ${FOO_LIBRARIES} would be set to something like "foo;bar" which |
| 3719 | expanded to "-lfoo -lbar" to the linker. If a wrong -L<path> was |
| 3720 | passed before that, the wrong library installation would end up |
| 3721 | being picked up. |
| 3722 | |
| 3723 | o Due to the problem above, we also needed to set the LINK_FLAGS |
| 3724 | property for each target with the value of ${FOO_LDFLAGS}, which was |
| 3725 | also obtained from pkg-config and sort of compensated the fact that |
| 3726 | the libraries did not use absolute paths and added the required -L |
| 3727 | paths. This also included dependencies for these libraries, so we |
| 3728 | ended up including libraries indirectly, which is bad. |
| 3729 | |
| 3730 | We have now replaced that file with a set of Find-modules which are |
| 3731 | much more granular, each of them responsible for looking for a |
| 3732 | single library and its components and setting library and include |
| 3733 | locations the right way (with FIND_PATH() and FIND_LIBRARY()), so |
| 3734 | that all the problems above are fixed. |
| 3735 | |
| 3736 | * Source/cmake/EFLHelpers.cmake: Added. |
| 3737 | * Source/cmake/FindEDBus.cmake: Added. |
| 3738 | * Source/cmake/FindEFL.cmake: Removed. |
| 3739 | * Source/cmake/FindEcore.cmake: Added. |
| 3740 | * Source/cmake/FindEdje.cmake: Added. |
| 3741 | * Source/cmake/FindEeze.cmake: Added. |
| 3742 | * Source/cmake/FindEfreet.cmake: Added. |
| 3743 | * Source/cmake/FindEina.cmake: Added. |
| 3744 | * Source/cmake/FindEvas.cmake: Added. |
| 3745 | * Source/cmake/OptionsEfl.cmake: |
| 3746 | |
hausmann@webkit.org | 3ce7526 | 2012-09-11 13:51:45 +0000 | [diff] [blame] | 3747 | 2012-09-11 Simon Hausmann <simon.hausmann@nokia.com> |
| 3748 | |
| 3749 | [Qt] In-source builds are broken |
| 3750 | |
| 3751 | Reviewed by Tor Arne Vestbø. |
| 3752 | |
| 3753 | The Tools sub-directory contains a Makefile checked into SVN. For in-source builds let's not try to |
| 3754 | overwrite it but instead generate a dedicated Makefile.Tools. |
| 3755 | |
| 3756 | * Makefile: |
| 3757 | * WebKit.pro: |
| 3758 | |
vestbo@webkit.org | a5de226 | 2012-09-11 13:06:39 +0000 | [diff] [blame] | 3759 | 2012-09-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 3760 | |
| 3761 | [Qt] Add a configure step to the Qt build system |
| 3762 | |
| 3763 | This allows building the Qt port using just 'qmake WebKit.pro'. Using |
| 3764 | the build-webkit script is still supported, and will add slightly more |
| 3765 | logic to the build, such as detecting the need for clean or incremental |
| 3766 | builds. |
| 3767 | |
| 3768 | Internally, the build system now uses a new variable, WEBKIT_CONFIG, for |
| 3769 | all things related to configuring the build, such as use/have/enable flags, |
| 3770 | and these are translated to defines in default_post. Project files should |
| 3771 | no longer check contains(DEFINES,...) to detect features, but use the new |
| 3772 | enable?(), use?(), and have?() functions. The no_webkit1 and no_webkit2 |
| 3773 | options have been translated into WEBKIT_CONFIG options as well, and can |
| 3774 | be checked using build?(). |
| 3775 | |
| 3776 | Reviewed by Simon Hausmann. |
| 3777 | |
| 3778 | * Source/QtWebKit.pro: |
| 3779 | * Source/api.pri: |
| 3780 | * Source/tests.pri: |
| 3781 | * WebKit.pro: |
| 3782 | |
commit-queue@webkit.org | 934f408 | 2012-09-10 16:06:32 +0000 | [diff] [blame] | 3783 | 2012-09-10 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 3784 | |
| 3785 | [CMake][EFL] Enable the LLInt |
| 3786 | https://bugs.webkit.org/show_bug.cgi?id=92682 |
| 3787 | |
| 3788 | Reviewed by Csaba Osztrogonác. |
| 3789 | |
| 3790 | Added LLInt to CMake buildsystem and enabled it by default on EFL. |
| 3791 | Note that Ruby is not enforced: a secondary check is done when LLInt |
| 3792 | is enabled on the JSC's CMakeLists.txt. |
| 3793 | |
| 3794 | * CMakeLists.txt: |
| 3795 | * Source/cmake/OptionsEfl.cmake: |
| 3796 | * Source/cmake/WebKitFeatures.cmake: |
| 3797 | * Source/cmakeconfig.h.cmake: |
| 3798 | |
simon.fraser@apple.com | 4030b0a | 2012-09-08 00:48:40 +0000 | [diff] [blame] | 3799 | 2012-09-07 Simon Fraser <simon.fraser@apple.com> |
| 3800 | |
| 3801 | box-shadow causes overlay scrollbars to be in the wrong position when element is composited |
| 3802 | https://bugs.webkit.org/show_bug.cgi?id=85647 |
| 3803 | |
| 3804 | Reviewed by James Robinson. |
| 3805 | |
| 3806 | Test overlay scrollbars in composited layers. |
| 3807 | |
| 3808 | * ManualTests/scrollbars/scrollbars-in-composited-layers.html: Added. |
| 3809 | |
mrobinson@webkit.org | 219213a | 2012-09-07 17:52:07 +0000 | [diff] [blame] | 3810 | 2012-09-07 Martin Robinson <mrobinson@igalia.com> |
| 3811 | |
| 3812 | [GTK] Move user agent helpers to WebCore |
| 3813 | https://bugs.webkit.org/show_bug.cgi?id=95745 |
| 3814 | |
| 3815 | Reviewed by Carlos Garcia Campos. |
| 3816 | |
| 3817 | Added an autoconf step for the new user agent shared code header in |
| 3818 | WebCore. This is necessary so that we can use the user agent version |
| 3819 | based on the information in the configure.ac file. |
| 3820 | |
| 3821 | * configure.ac: |
| 3822 | |
allan.jensen@nokia.com | 38071cd | 2012-09-07 16:09:16 +0000 | [diff] [blame] | 3823 | 2012-09-07 Allan Sandfeld Jensen <allan.jensen@nokia.com> |
| 3824 | |
| 3825 | Simplify hitTestResultAtPoint and nodesFromRect APIs |
| 3826 | https://bugs.webkit.org/show_bug.cgi?id=95720 |
| 3827 | |
| 3828 | Reviewed by Antonio Gomes. |
| 3829 | |
| 3830 | Update exported symbols. |
| 3831 | |
| 3832 | * Source/autotools/symbols.filter: |
| 3833 | |
zandobersek@gmail.com | 47053b3 | 2012-09-07 16:01:56 +0000 | [diff] [blame] | 3834 | 2012-09-07 Zan Dobersek <zandobersek@gmail.com> |
| 3835 | |
| 3836 | [GTK] Multiple feature defines in webcore_cppflags can occur |
| 3837 | https://bugs.webkit.org/show_bug.cgi?id=95942 |
| 3838 | |
| 3839 | Reviewed by Martin Robinson. |
| 3840 | |
| 3841 | Add the feature_defines_unstable variable that should control values of feature |
| 3842 | defines for unstable features when unstable features are not enabled (e.g. release builds). |
| 3843 | |
| 3844 | * GNUmakefile.am: |
| 3845 | |
zandobersek@gmail.com | 6a56643 | 2012-09-06 17:58:42 +0000 | [diff] [blame] | 3846 | 2012-09-06 Zan Dobersek <zandobersek@gmail.com> |
| 3847 | |
| 3848 | [Gtk] Remove configuration options for features that are not supported by the Gtk port |
| 3849 | https://bugs.webkit.org/show_bug.cgi?id=87664 |
| 3850 | |
| 3851 | Reviewed by Martin Robinson. |
| 3852 | |
| 3853 | Remove configuration options for features that are completely unsupported by the GTK port. |
| 3854 | They only bloat the configure.ac file. They should be re-added when the feature becomes |
| 3855 | supported and introduces an external dependency that the users might want to avoid. |
| 3856 | |
| 3857 | * configure.ac: |
| 3858 | |
hausmann@webkit.org | 516d3eb | 2012-09-06 10:55:43 +0000 | [diff] [blame] | 3859 | 2012-09-06 Simon Hausmann <simon.hausmann@nokia.com> |
| 3860 | |
| 3861 | [Qt] Fix build with ANGLE on platforms that provide EGL/GLESv2 |
| 3862 | https://bugs.webkit.org/show_bug.cgi?id=95965 |
| 3863 | |
| 3864 | Reviewed by Tor Arne Vestbø. |
| 3865 | |
| 3866 | Add ANGLE as separate static library to the build and dependencies. |
| 3867 | |
| 3868 | * Source/api.pri: |
| 3869 | * WebKit.pro: |
| 3870 | |
staikos@webkit.org | fcde639 | 2012-09-06 01:16:40 +0000 | [diff] [blame] | 3871 | 2012-09-05 George Staikos <staikos@webkit.org> |
| 3872 | |
| 3873 | [BlackBerry] Match th ebuild flags from the platform library |
| 3874 | https://bugs.webkit.org/show_bug.cgi?id=95423 |
| 3875 | |
| 3876 | Reviewed by Antonio Gomes. |
| 3877 | |
| 3878 | Unaligned build flags can cause crashes and other strange behavior. |
| 3879 | These two were not defined here but were defined on the system. |
| 3880 | |
| 3881 | * Source/cmake/OptionsBlackBerry.cmake: |
| 3882 | |
kaustubh@motorola.com | 478c509 | 2012-09-05 11:36:03 +0000 | [diff] [blame] | 3883 | 2012-09-05 Kaustubh Atrawalkar <kaustubh@motorola.com> |
| 3884 | |
| 3885 | [DRT] LTC:: Move printing related APIs from LayoutTestController to Internals |
| 3886 | https://bugs.webkit.org/show_bug.cgi?id=92735 |
| 3887 | |
| 3888 | Reviewed by Hajime Morita. |
| 3889 | |
| 3890 | Move numberOfPages, pageProperty & pageSizeAndMarginsInPixels in Internals and remove duplicated code from DumprenderTree & WebkitTestRunner. |
| 3891 | Added symbols for GTK builds for corresponding APIs. |
| 3892 | |
| 3893 | * Source/autotools/symbols.filter: |
| 3894 | |
jchaffraix@webkit.org | deb687a | 2012-09-04 23:39:00 +0000 | [diff] [blame] | 3895 | 2012-09-04 Julien Chaffraix <jchaffraix@webkit.org> |
| 3896 | |
| 3897 | REGRESSION(r120832): RenderLayer::clampScrollOffset doesn't properly clamp |
| 3898 | https://bugs.webkit.org/show_bug.cgi?id=95776 |
| 3899 | |
| 3900 | Reviewed by Simon Fraser. |
| 3901 | |
| 3902 | * ManualTests/select-menu-list-wrongly-positioned.html: Added. |
| 3903 | |
commit-queue@webkit.org | 61e2469 | 2012-09-04 13:13:08 +0000 | [diff] [blame] | 3904 | 2012-09-04 Michał Pakuła vel Rutka <m.pakula@samsung.com> |
| 3905 | |
| 3906 | [EFL] Context menu restore. |
| 3907 | https://bugs.webkit.org/show_bug.cgi?id=74179 |
| 3908 | |
| 3909 | Reviewed by Gyuyoung Kim. |
| 3910 | |
| 3911 | Adds context menu support for EFL port using non-CROSS_PLATFORM_CONTEXT_MENUS |
| 3912 | approach, the same as used in WebKit2. |
| 3913 | |
| 3914 | * Source/cmake/OptionsEfl.cmake: Turn on CONTEXT_MENUS flag for EFL port |
| 3915 | |
allan.jensen@nokia.com | 8083183 | 2012-09-04 11:56:46 +0000 | [diff] [blame] | 3916 | 2012-09-04 Allan Sandfeld Jensen <allan.jensen@nokia.com> |
| 3917 | |
| 3918 | Allow child-frame content in hit-tests. |
| 3919 | https://bugs.webkit.org/show_bug.cgi?id=95204 |
| 3920 | |
| 3921 | Reviewed by Antonio Gomes. |
| 3922 | |
| 3923 | Update exported symbols. |
| 3924 | |
| 3925 | * Source/autotools/symbols.filter: |
| 3926 | |
commit-queue@webkit.org | 3a5958b | 2012-09-04 09:25:24 +0000 | [diff] [blame] | 3927 | 2012-09-04 Jinwoo Song <jinwoo7.song@samsung.com> |
| 3928 | |
| 3929 | [CMAKE] Update cmakeconfig.h.cmake |
| 3930 | https://bugs.webkit.org/show_bug.cgi?id=95712 |
| 3931 | |
| 3932 | Reviewed by Gyuyoung Kim. |
| 3933 | |
| 3934 | Update feature definitions which are missing compared to WebKitFeatures.cmake |
| 3935 | |
| 3936 | * Source/cmakeconfig.h.cmake: |
| 3937 | |
commit-queue@webkit.org | 3b4355c | 2012-09-03 14:01:17 +0000 | [diff] [blame] | 3938 | 2012-09-03 Jinwoo Song <jinwoo7.song@samsung.com> |
| 3939 | |
| 3940 | [EFL] Use WebKitVersion.h to get version information |
| 3941 | https://bugs.webkit.org/show_bug.cgi?id=95669 |
| 3942 | |
| 3943 | Reviewed by Gyuyoung Kim. |
| 3944 | |
| 3945 | WEBKIT_USER_AGENT_MAJOR_VERSION and WEBKIT_USER_AGENT_MINOR_VERSION |
| 3946 | are defined as constant in the OptionsEfl.cmake. But we do not need |
| 3947 | to define these here but can use the defined constant in WebKitVersion.h. |
| 3948 | |
| 3949 | WebKitVersion.h is already generated with the version information |
| 3950 | from the Source/WebCore/Configurations/Version.xcconfig. |
| 3951 | |
| 3952 | * Source/cmake/OptionsEfl.cmake: Do not set WEBKIT_USER_AGENT_* variables. |
| 3953 | * Source/cmakeconfig.h.cmake: Remove WEBKIT_USER_AGENT_* definitions |
| 3954 | as no more port uses. |
| 3955 | |
tony@chromium.org | b866aaa | 2012-08-31 21:17:19 +0000 | [diff] [blame] | 3956 | 2012-08-31 Tony Chang <tony@chromium.org> |
| 3957 | |
| 3958 | Remove ENABLE_CSS3_FLEXBOX compile time flag |
| 3959 | https://bugs.webkit.org/show_bug.cgi?id=95382 |
| 3960 | |
| 3961 | Reviewed by Ojan Vafai. |
| 3962 | |
| 3963 | Everyone is already enabling this by default and the spec has stablized. |
| 3964 | |
| 3965 | * Source/cmake/WebKitFeatures.cmake: |
| 3966 | * Source/cmakeconfig.h.cmake: |
| 3967 | * configure.ac: |
| 3968 | |
commit-queue@webkit.org | 9f7e231 | 2012-08-30 21:56:45 +0000 | [diff] [blame] | 3969 | 2012-08-30 JungJik Lee <jungjik.lee@samsung.com> |
| 3970 | |
| 3971 | [EFL][WK2] Add WebMemorySampler feature. |
| 3972 | https://bugs.webkit.org/show_bug.cgi?id=91214 |
| 3973 | |
| 3974 | Reviewed by Kenneth Rohde Christiansen. |
| 3975 | |
| 3976 | Set WebMemorySampler feature on in EFL port. |
| 3977 | |
| 3978 | * Source/cmake/OptionsEfl.cmake: |
| 3979 | * Source/cmake/WebKitFeatures.cmake: |
| 3980 | * Source/cmakeconfig.h.cmake: |
| 3981 | |
rwlbuis@webkit.org | cd4492b | 2012-08-30 20:14:58 +0000 | [diff] [blame] | 3982 | 2012-08-30 Rob Buis <rbuis@rim.com> |
| 3983 | |
| 3984 | [CMake] Suppress ANGLE compilation warnings |
| 3985 | https://bugs.webkit.org/show_bug.cgi?id=95377 |
| 3986 | |
| 3987 | Reviewed by Antonio Gomes. |
| 3988 | |
| 3989 | Change WEBKIT_SET_EXTRA_COMPILER_FLAGS so it has an option to suppress C++ warnings. |
| 3990 | |
| 3991 | * Source/cmake/WebKitHelpers.cmake: |
| 3992 | |
hausmann@webkit.org | ca4d666 | 2012-08-29 18:50:56 +0000 | [diff] [blame] | 3993 | 2012-08-29 Thiago Macieira <thiago.macieira@intel.com> |
| 3994 | |
| 3995 | Tell git-archive to not export .gitattributes and .gitignore |
| 3996 | |
| 3997 | Reviewed by Simon Hausmann. |
| 3998 | |
| 3999 | Exclude git specific files from archives created via git-archive. |
| 4000 | |
| 4001 | * .gitattributes: |
| 4002 | |
commit-queue@webkit.org | 32cc876 | 2012-08-28 22:59:22 +0000 | [diff] [blame] | 4003 | 2012-08-28 Mario Sanchez Prada <msanchez@igalia.com> |
| 4004 | |
| 4005 | Add directory generated by Eclipse to .gitignore |
| 4006 | https://bugs.webkit.org/show_bug.cgi?id=95231 |
| 4007 | |
| 4008 | Reviewed by Andreas Kling. |
| 4009 | |
| 4010 | * .gitignore: Ignore .settings directory. |
| 4011 | |
rwlbuis@webkit.org | 2e9fadb | 2012-08-27 15:51:09 +0000 | [diff] [blame] | 4012 | 2012-08-27 Rob Buis <rbuis@rim.com> |
| 4013 | |
| 4014 | [BlackBerry] remove -fno-rtti option in CMAKE_C_FLAGS |
| 4015 | https://bugs.webkit.org/show_bug.cgi?id=95089 |
| 4016 | |
| 4017 | Reviewed by Antonio Gomes. |
| 4018 | |
| 4019 | This option does not make sense for compiling C and gives a warning. |
| 4020 | |
| 4021 | * Source/cmake/OptionsBlackBerry.cmake: |
| 4022 | |
commit-queue@webkit.org | 3016770 | 2012-08-27 09:19:27 +0000 | [diff] [blame] | 4023 | 2012-08-27 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| 4024 | |
| 4025 | Rename RegisterProtocolHandler API to NavigatorContentUtils |
| 4026 | https://bugs.webkit.org/show_bug.cgi?id=94920 |
| 4027 | |
| 4028 | Reviewed by Adam Barth. |
| 4029 | |
| 4030 | Modified configuration files so that they contain renamed NavigatorContentUtils-prefixed files. |
| 4031 | |
| 4032 | * Source/cmake/OptionsBlackBerry.cmake: |
| 4033 | * Source/cmake/OptionsEfl.cmake: |
| 4034 | * Source/cmake/WebKitFeatures.cmake: |
| 4035 | * Source/cmakeconfig.h.cmake: |
| 4036 | |
kevino@webkit.org | 0ea7283 | 2012-08-23 18:41:33 +0000 | [diff] [blame] | 4037 | 2012-08-23 Kevin Ollivier <kevino@theolliviers.com> |
| 4038 | |
| 4039 | [wx] Unreviewed build fix. Disable compilation of WebDOM file for now, |
| 4040 | add the opentype directory, and remove old ATSUI files no longer in the tree. |
| 4041 | |
| 4042 | * wscript: |
| 4043 | |
jesus@webkit.org | dcf0028 | 2012-08-23 18:28:41 +0000 | [diff] [blame] | 4044 | 2012-08-22 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> |
| 4045 | |
| 4046 | [EFL] Use WTF_USE_SOUP instead BUILDING_SOUP__ |
| 4047 | https://bugs.webkit.org/show_bug.cgi?id=94744 |
| 4048 | |
| 4049 | Reviewed by Gustavo Noronha Silva. |
| 4050 | |
| 4051 | There is no need to define BUILDING_SOUP__ if only WTF_USE_SOUP |
| 4052 | is used. |
| 4053 | |
| 4054 | * GNUmakefile.am: |
| 4055 | * Source/cmake/OptionsEfl.cmake: |
| 4056 | |
zandobersek@gmail.com | 5657245 | 2012-08-23 18:20:39 +0000 | [diff] [blame] | 4057 | 2012-08-23 Zan Dobersek <zandobersek@gmail.com> |
| 4058 | |
| 4059 | [Gtk] Move feature defines processing into a GNUmakefile that's simple to autogenerate |
| 4060 | https://bugs.webkit.org/show_bug.cgi?id=87127 |
| 4061 | |
| 4062 | Reviewed by Martin Robinson. |
| 4063 | |
| 4064 | Add 'feature_defines_defaults' and 'feature_defines_overrides' variables |
| 4065 | and define them, along with 'feature_defines' (changed from the all-caps version), |
| 4066 | before webcore_cppflags. |
| 4067 | |
| 4068 | * GNUmakefile.am: |
| 4069 | |
commit-queue@webkit.org | d89cca7 | 2012-08-23 16:26:04 +0000 | [diff] [blame] | 4070 | 2012-08-23 Martin Robinson <mrobinson@igalia.com> |
| 4071 | |
| 4072 | [GTK] The tarball should be called webkitgtk-x.x.x.tar.xz |
| 4073 | https://bugs.webkit.org/show_bug.cgi?id=94572 |
| 4074 | |
| 4075 | Reviewed by Carlos Garcia Campos. |
| 4076 | |
| 4077 | Change the name of the tarball to match the name of the library |
| 4078 | and to disambiguate it from other WebKit ports. |
| 4079 | |
| 4080 | * configure.ac: Update the tarball name. |
| 4081 | |
commit-queue@webkit.org | 0b980c7 | 2012-08-23 13:21:39 +0000 | [diff] [blame] | 4082 | 2012-08-23 Carlos Garcia Campos <cgarcia@igalia.com> |
| 4083 | |
carlosgc@webkit.org | 132d679 | 2012-08-23 15:48:18 +0000 | [diff] [blame] | 4084 | Unreviewed. Bump WebKitGTK+ version number. |
| 4085 | |
| 4086 | * configure.ac: Bump version number to 1.11.0 now that we branched |
| 4087 | for 1.10. |
| 4088 | |
| 4089 | 2012-08-23 Carlos Garcia Campos <cgarcia@igalia.com> |
| 4090 | |
commit-queue@webkit.org | 0b980c7 | 2012-08-23 13:21:39 +0000 | [diff] [blame] | 4091 | REGRESSION(r126306): it broke the plugin process |
| 4092 | https://bugs.webkit.org/show_bug.cgi?id=94797 |
| 4093 | |
| 4094 | Reviewed by Xan Lopez. |
| 4095 | |
| 4096 | * GNUmakefile.am: |
| 4097 | |
bdakin@apple.com | 231bd90 | 2012-08-22 20:20:14 +0000 | [diff] [blame] | 4098 | 2012-08-22 Beth Dakin <bdakin@apple.com> |
| 4099 | |
| 4100 | https://bugs.webkit.org/show_bug.cgi?id=94401 |
| 4101 | Add support for making a web site become paginated using overflow: |
| 4102 | paged-x | paged-y |
| 4103 | -and corresponding- |
| 4104 | <rdar://problem/11831783> |
| 4105 | |
| 4106 | Reviewed by Dave Hyatt. |
| 4107 | |
| 4108 | * Source/autotools/symbols.filter: |
| 4109 | |
kov@webkit.org | d76520b | 2012-08-22 15:47:53 +0000 | [diff] [blame] | 4110 | 2012-08-22 Gustavo Noronha Silva <gns@gnome.org> |
| 4111 | |
| 4112 | [GTK] Split WebCore/platform into a separate library |
| 4113 | https://bugs.webkit.org/show_bug.cgi?id=94435 |
| 4114 | |
| 4115 | Reviewed by Martin Robinson. |
| 4116 | |
| 4117 | More people have been reporting problems when linking WebCore because |
| 4118 | the command line limit is being exceeded. Splitting WebCore a bit more |
| 4119 | is in order. |
| 4120 | |
| 4121 | * GNUmakefile.am: add variable that will hold the list of source files |
| 4122 | for libWebCorePlatform . |
| 4123 | |
commit-queue@webkit.org | 0d1aac5 | 2012-08-21 22:35:21 +0000 | [diff] [blame] | 4124 | 2012-08-21 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 4125 | |
| 4126 | [EFL] Enable CSS Text Decoration by default |
| 4127 | https://bugs.webkit.org/show_bug.cgi?id=94483 |
| 4128 | |
| 4129 | Reviewed by Kenneth Rohde Christiansen. |
| 4130 | |
| 4131 | By enabling this feature by default, it will get tested by the bots |
| 4132 | and we can make sure no regressions will happen. |
| 4133 | |
| 4134 | * Source/cmake/OptionsEfl.cmake: |
| 4135 | |
commit-queue@webkit.org | 1ac54b1 | 2012-08-21 22:32:32 +0000 | [diff] [blame] | 4136 | 2012-08-21 Ulan Degenbaev <ulan@chromium.org> |
| 4137 | |
| 4138 | Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer constructed and destructed |
| 4139 | https://bugs.webkit.org/show_bug.cgi?id=92993 |
| 4140 | |
| 4141 | Reviewed by Kenneth Russell. |
| 4142 | |
| 4143 | Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer |
| 4144 | is constructed and destructed so that V8's garbage collection |
| 4145 | heuristics can account for the memory held by these objects. |
| 4146 | |
| 4147 | * ManualTests/typed-array-memory.html: Added. |
| 4148 | |
mrobinson@webkit.org | 9632d032 | 2012-08-21 20:29:16 +0000 | [diff] [blame] | 4149 | 2012-08-21 Martin Robinson <mrobinson@igalia.com> |
| 4150 | |
| 4151 | [GTK] Using a native window for the WebView breaks GtkOverlay |
| 4152 | https://bugs.webkit.org/show_bug.cgi?id=90085 |
| 4153 | |
| 4154 | Reviewed by Alejandro G. Castro. |
| 4155 | |
| 4156 | * configure.ac: Parse xcomposite pkg-config file during configuration. |
| 4157 | |
paroga@webkit.org | 6363b4f | 2012-08-21 13:44:29 +0000 | [diff] [blame] | 4158 | 2012-08-21 Patrick Gansterer <paroga@webkit.org> |
| 4159 | |
| 4160 | Build fix for WinCE after r115348. |
| 4161 | |
| 4162 | * Source/cmake/OptionsWindows.cmake: Removed duplicated WEBKIT_OPTION_DEFAULT_PORT_VALUE(). |
| 4163 | |
staikos@webkit.org | d56466e | 2012-08-20 22:23:54 +0000 | [diff] [blame] | 4164 | 2012-08-20 George Staikos <staikos@webkit.org> |
| 4165 | |
| 4166 | [BlackBerry] Enable XHR Response BLOB |
| 4167 | https://bugs.webkit.org/show_bug.cgi?id=94525 |
| 4168 | |
| 4169 | Reviewed by Rob Buis. |
| 4170 | |
| 4171 | Add the XHR response blob enable feature to the cmake build system and |
| 4172 | enable it for BlackBerry. |
| 4173 | |
| 4174 | * Source/cmake/OptionsBlackBerry.cmake: Add the feature and enable |
| 4175 | * Source/cmakeconfig.h.cmake: Add the feature |
| 4176 | |
commit-queue@webkit.org | 2736b66 | 2012-08-20 09:09:26 +0000 | [diff] [blame] | 4177 | 2012-08-20 Dominik Röttsches <dominik.rottsches@intel.com> |
| 4178 | |
| 4179 | [EFL] Get rid of pango backend support once harfbuzz-ng is working |
| 4180 | https://bugs.webkit.org/show_bug.cgi?id=92102 |
| 4181 | |
| 4182 | Reviewed by Kenneth Rohde Christiansen. |
| 4183 | |
| 4184 | Removing choice of font backend, Pango detection not required any more. |
| 4185 | |
| 4186 | * Source/cmake/FindPango.cmake: Removed. |
| 4187 | * Source/cmake/LibFindMacros.cmake: Removed. |
| 4188 | * Source/cmake/OptionsEfl.cmake: Removing choice of font backend. |
| 4189 | |
rakuco@webkit.org | 1e351fd | 2012-08-17 19:12:16 +0000 | [diff] [blame] | 4190 | 2012-08-17 Raphael Kubo da Costa <rakuco@webkit.org> |
| 4191 | |
| 4192 | [CMake] Add FindDBus.cmake and use it in the EFL port. |
| 4193 | https://bugs.webkit.org/show_bug.cgi?id=94319 |
| 4194 | |
| 4195 | Reviewed by Daniel Bates. |
| 4196 | |
| 4197 | Currently, the Battery Status-related code in the EFL port uses |
| 4198 | libdbus but does not directly include its directories or link |
| 4199 | against it, relying instead on the compiler flags coming via |
| 4200 | EDbus's pkg-config information. |
| 4201 | |
| 4202 | That will break once we stop obtaining EFL's include directories |
| 4203 | and library paths from pkg-config, so write FindDBus.cmake to |
| 4204 | prepare for that. |
| 4205 | |
| 4206 | * Source/cmake/FindDBus.cmake: Added. |
| 4207 | * Source/cmake/OptionsEfl.cmake: Look for D-Bus if BATTERY_STATUS |
| 4208 | support is enabled. |
| 4209 | |
rwlbuis@webkit.org | e10c2a3 | 2012-08-17 15:12:52 +0000 | [diff] [blame] | 4210 | 2012-08-17 Rob Buis <rbuis@rim.com> |
| 4211 | |
| 4212 | [BlackBerry] Remove some shared libraries from linking |
| 4213 | https://bugs.webkit.org/show_bug.cgi?id=94253 |
| 4214 | |
| 4215 | Reviewed by Yong Li. |
| 4216 | |
| 4217 | Remove some shared libraries. |
| 4218 | |
| 4219 | * Source/cmake/OptionsBlackBerry.cmake: |
| 4220 | |
kov@webkit.org | 8e83d70 | 2012-08-16 23:39:35 +0000 | [diff] [blame] | 4221 | 2012-08-16 Gustavo Noronha Silva <gns@gnome.org> |
| 4222 | |
| 4223 | Unreviewed speculative 32 bits build fix. |
| 4224 | |
| 4225 | * Source/autotools/symbols.filter: add symbol version that gets |
| 4226 | generated in 32 bits build. |
| 4227 | |
commit-queue@webkit.org | 830ba05 | 2012-08-16 20:54:21 +0000 | [diff] [blame] | 4228 | 2012-08-16 Max Feil <mfeil@rim.com> |
| 4229 | |
| 4230 | [BlackBerry] Some media controls are mispositioned for dynamic live streams (HLS) |
| 4231 | https://bugs.webkit.org/show_bug.cgi?id=94176 |
| 4232 | |
| 4233 | Reviewed by Antonio Gomes. |
| 4234 | |
| 4235 | An automated layout test is not possible for this patch because |
| 4236 | dynamic live streams require a special dedicated web server. |
| 4237 | Putting an external video URL into an automated test is not |
| 4238 | correct either. So I have created a manual test that points to |
| 4239 | an external HLS video that works today. |
| 4240 | |
| 4241 | * ManualTests/blackberry/video-hls-controls.html: Added. |
| 4242 | |
commit-queue@webkit.org | 2f936c8 | 2012-08-16 08:52:25 +0000 | [diff] [blame] | 4243 | 2012-08-16 Marja Hölttä <marja@chromium.org> |
| 4244 | |
| 4245 | FormController, WebHistoryItem: Enable reading selected file names from document state |
| 4246 | https://bugs.webkit.org/show_bug.cgi?id=91231 |
| 4247 | |
| 4248 | Reviewed by Jochen Eisinger. |
| 4249 | |
| 4250 | This change enables Chromium to set up file permissions properly when |
| 4251 | the session restore feature restores a page with selected files. |
| 4252 | |
| 4253 | * Source/autotools/symbols.filter: Exported FormController::getReferencedFilePaths and HistoryController::saveDocumentAndScrollState. |
| 4254 | |
tkent@chromium.org | 2f3dfdf | 2012-08-16 03:54:03 +0000 | [diff] [blame] | 4255 | 2012-08-15 Kent Tamura <tkent@chromium.org> |
| 4256 | |
| 4257 | Calendar Picker: Localize numbers in a calendar picker |
| 4258 | https://bugs.webkit.org/show_bug.cgi?id=93704 |
| 4259 | |
| 4260 | Reviewed by Hajime Morita. |
| 4261 | |
| 4262 | * ManualTests/forms/calendar-picker.html: |
| 4263 | Add a mock pagePopupController.localizeNumberString(). |
| 4264 | |
rniwa@webkit.org | ff14beb | 2012-08-16 02:40:21 +0000 | [diff] [blame] | 4265 | 2012-08-15 Ryosuke Niwa <rniwa@webkit.org> |
| 4266 | |
| 4267 | Update manual tests and comments to refer to TestRunner instead of LayoutTestController |
| 4268 | https://bugs.webkit.org/show_bug.cgi?id=94168 |
| 4269 | |
| 4270 | Reviewed by Kent Tamura. |
| 4271 | |
| 4272 | * ManualTests/resources/multiFileResources/post-echo-and-notify-done.cgi: |
| 4273 | |
commit-queue@webkit.org | b0d2763 | 2012-08-15 22:31:26 +0000 | [diff] [blame] | 4274 | 2012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com> |
| 4275 | |
| 4276 | [css3-text] Add CSS3 Text decoration compile flag |
| 4277 | https://bugs.webkit.org/show_bug.cgi?id=93863 |
| 4278 | |
| 4279 | Reviewed by Julien Chaffraix. |
| 4280 | |
| 4281 | This patch handles the compile flag implementation, which will come disabled by |
| 4282 | default, thus not exposing the CSS3 text decoration features to the web, unless |
| 4283 | when explicitly enabling it with "--css3-text-decoration" build parameter. |
| 4284 | |
| 4285 | * Source/cmake/WebKitFeatures.cmake: |
| 4286 | * Source/cmakeconfig.h.cmake: |
| 4287 | * configure.ac: |
| 4288 | |
beidson@apple.com | 6e913b2 | 2012-08-15 19:33:37 +0000 | [diff] [blame] | 4289 | 2012-08-15 Brady Eidson <beidson@apple.com> |
| 4290 | |
| 4291 | Removing a plug-in element from a page opened in a background tab in Safari crashes |
| 4292 | <rdar://problem/12057991> and https://bugs.webkit.org/show_bug.cgi?id=93913 |
| 4293 | |
| 4294 | Reviewed by Beth Dakin. |
| 4295 | |
| 4296 | * Source/autotools/symbols.filter: Allow this symbol through for DRT's sake. |
| 4297 | |
keishi@webkit.org | d6779ca | 2012-08-15 03:34:14 +0000 | [diff] [blame] | 4298 | 2012-08-14 Keishi Hattori <keishi@webkit.org> |
| 4299 | |
| 4300 | Share common code between calendar picker and color suggestion picker |
| 4301 | https://bugs.webkit.org/show_bug.cgi?id=93802 |
| 4302 | |
| 4303 | Reviewed by Kent Tamura. |
| 4304 | |
| 4305 | * ManualTests/forms/calendar-picker.html: |
| 4306 | * ManualTests/forms/color-suggestion-picker.html: |
| 4307 | |
commit-queue@webkit.org | 11ee93b | 2012-08-14 11:42:04 +0000 | [diff] [blame] | 4308 | 2012-08-14 Milian Wolff <milian.wolff@kdab.com> |
| 4309 | |
| 4310 | [Qt] QtWebKit linking fails for QNX cross build |
| 4311 | https://bugs.webkit.org/show_bug.cgi?id=93460 |
| 4312 | |
| 4313 | Reviewed by Simon Hausmann. |
| 4314 | |
| 4315 | The GCC 4.4.2 used by the QNX BBNDK 2.0.1 fails to link QtWebKit. |
| 4316 | Apparently it does not properly support the linker invokation using |
| 4317 | -Wl,-whole-archive -l... -Wl,-no-whole-archive |
| 4318 | yielding a "cc: no files to process" error. This patch works around |
| 4319 | this issue by adding an empty dummy file (and thus object file) to |
| 4320 | the linking stage. |
| 4321 | |
| 4322 | * Source/api.pri: |
| 4323 | |
keishi@webkit.org | 184ab5d | 2012-08-14 08:48:24 +0000 | [diff] [blame] | 4324 | 2012-08-14 Keishi Hattori <keishi@webkit.org> |
| 4325 | |
| 4326 | Move page popup resources to separate directory |
| 4327 | https://bugs.webkit.org/show_bug.cgi?id=93932 |
| 4328 | |
| 4329 | Reviewed by Kent Tamura. |
| 4330 | |
| 4331 | * ManualTests/forms/calendar-picker.html: |
| 4332 | * ManualTests/forms/color-suggestion-picker.html: |
| 4333 | |
rakuco@webkit.org | 48d9a03 | 2012-08-13 23:30:23 +0000 | [diff] [blame] | 4334 | 2012-08-11 Raphael Kubo da Costa <rakuco@webkit.org> |
| 4335 | |
| 4336 | [CMake] Rewrite FindLibSoup2.cmake. |
| 4337 | https://bugs.webkit.org/show_bug.cgi?id=93191 |
| 4338 | |
| 4339 | Reviewed by Rob Buis. |
| 4340 | |
| 4341 | The existing LibSoup2 was imported from somewhere else and not |
| 4342 | only did it contain a lot of unnecessary cruft to look for libsoup |
| 4343 | 2.2 (which we do not support anyway), but it also relied on the |
| 4344 | paths returned by pkg-config for setting the library and include |
| 4345 | paths. |
| 4346 | |
| 4347 | For one, this meant "-lsoup-2.4" was passed to the linked instead |
| 4348 | of "-L/path/to/libsoup-2.4.so", which would sometimes make a |
| 4349 | system version of libsoup to be picked up instead of the one |
| 4350 | installed by, say, jhbuild. |
| 4351 | |
| 4352 | The new FindLibSoup.cmake now only looks for libsoup 2.4 and |
| 4353 | relies on pkg-config solely for retrieving the current LibSoup |
| 4354 | version. |
| 4355 | |
| 4356 | * Source/cmake/FindLibSoup.cmake: Added. |
| 4357 | * Source/cmake/FindLibSoup2.cmake: Removed. |
| 4358 | * Source/cmake/OptionsEfl.cmake: Look for LibSoup instead of |
| 4359 | LibSoup2, look for the GObject component of Glib. |
| 4360 | |
rakuco@webkit.org | 5621883 | 2012-08-13 20:38:06 +0000 | [diff] [blame] | 4361 | 2012-08-13 Raphael Kubo da Costa <rakuco@webkit.org> |
| 4362 | |
| 4363 | [CMake] Remove glib-related Find modules and write single new one instead. |
| 4364 | https://bugs.webkit.org/show_bug.cgi?id=93786 |
| 4365 | |
| 4366 | Reviewed by Rob Buis. |
| 4367 | |
| 4368 | As part of the ongoing effort to write proper Find modules that use |
| 4369 | absolute include and library paths instead of the short ones from |
| 4370 | pkg-config, replace Find{GIO,Glib,Gthread}.cmake with a single |
| 4371 | FindGLIB.cmake that optionally detects components such as GIO and |
| 4372 | GObject. |
| 4373 | |
| 4374 | Library paths are now defined as "/full/path/to/libfoo.so" instead of |
| 4375 | simply "foo", so that the linker receives a full path and we can then |
| 4376 | avoid accidentally picking up a libfoo.so installed into /usr/lib |
| 4377 | instead of a local one built with jhbuild. |
| 4378 | |
| 4379 | * Source/cmake/FindGIO.cmake: Removed. |
| 4380 | * Source/cmake/FindGLIB.cmake: Added. |
| 4381 | * Source/cmake/FindGlib.cmake: Removed. |
| 4382 | * Source/cmake/FindGthread.cmake: Removed. |
| 4383 | * Source/cmake/OptionsEfl.cmake: Look for GLIB with the GIO component. |
| 4384 | |
zandobersek@gmail.com | 98b4e51 | 2012-08-13 11:42:39 +0000 | [diff] [blame] | 4385 | 2012-08-13 Zan Dobersek <zandobersek@gmail.com> |
| 4386 | |
| 4387 | [Gtk] Remove SVG_FEATURES and HTML_FEATURES from Source/WebCore/GNUmakefile.am |
| 4388 | https://bugs.webkit.org/show_bug.cgi?id=90693 |
| 4389 | |
| 4390 | Reviewed by Philippe Normand. |
| 4391 | |
| 4392 | Remove exportation of SVG_FLAGS and HTML_FLAGS as Automake conditionals |
| 4393 | as they are not required anymore. |
| 4394 | |
| 4395 | * configure.ac: |
| 4396 | |
commit-queue@webkit.org | 1d4682c | 2012-08-12 16:52:54 +0000 | [diff] [blame] | 4397 | 2012-08-12 Loïc Yhuel <loic.yhuel@softathome.com> |
| 4398 | |
| 4399 | [Qt] Make it possible to build without QtTest/QtPrintSupport |
| 4400 | https://bugs.webkit.org/show_bug.cgi?id=93492 |
| 4401 | |
| 4402 | Reviewed by Tor Arne Vestbø. |
| 4403 | |
| 4404 | * Source/QtWebKit.pro: Disable tests if no testlib |
| 4405 | |
rwlbuis@webkit.org | df7c255 | 2012-08-10 20:21:57 +0000 | [diff] [blame] | 4406 | 2012-08-10 Rob Buis <rbuis@rim.com> |
| 4407 | |
| 4408 | [BlackBerry] Enable relro link option for JSC executable |
| 4409 | https://bugs.webkit.org/show_bug.cgi?id=93726 |
| 4410 | |
| 4411 | Reviewed by Yong Li. |
| 4412 | |
| 4413 | Enable relro link option for JSC executable. |
| 4414 | |
| 4415 | * Source/cmake/OptionsBlackBerry.cmake: |
| 4416 | |
rakuco@webkit.org | 0fb0924 | 2012-08-10 00:58:49 +0000 | [diff] [blame] | 4417 | 2012-08-09 Raphael Kubo da Costa <rakuco@webkit.org> |
| 4418 | |
| 4419 | [CMake] Bump minimum required version to 2.8.3. |
| 4420 | https://bugs.webkit.org/show_bug.cgi?id=93450 |
| 4421 | |
| 4422 | Reviewed by Daniel Bates. |
| 4423 | |
| 4424 | Following the discussion in bug 93189, it was decided that bumping |
| 4425 | the minimum required version from 2.8.0 to 2.8.3 was a good thing |
| 4426 | due to additional features, such as improved |
| 4427 | FIND_PACKAGE_HANDLE_STANDARD_ARGS() support and better argument |
| 4428 | handling in the PKG_CHECK_MODULES() call. |
| 4429 | |
| 4430 | CMake 2.8.3 was released almost two years ago, so people are |
| 4431 | expected to have it or a later version installed. |
| 4432 | |
| 4433 | * CMakeLists.txt: |
| 4434 | |
commit-queue@webkit.org | 656e652 | 2012-08-09 02:29:35 +0000 | [diff] [blame] | 4435 | 2012-08-08 Shane Stephens <shanestephens@google.com> |
| 4436 | |
| 4437 | Compile flag for CSS Hierarchies |
| 4438 | https://bugs.webkit.org/show_bug.cgi?id=92433 |
| 4439 | |
| 4440 | Reviewed by Tony Chang. |
| 4441 | |
| 4442 | * Source/cmake/WebKitFeatures.cmake: |
| 4443 | |
commit-queue@webkit.org | 7d33c4b | 2012-08-09 00:18:01 +0000 | [diff] [blame] | 4444 | 2012-08-08 Ming Xie <mxie@rim.com> |
| 4445 | |
| 4446 | [BlackBerry] Fix "-fPIC" define in the BlackBerry build |
| 4447 | https://bugs.webkit.org/show_bug.cgi?id=93548 |
| 4448 | |
| 4449 | Reviewed by Rob Buis. |
| 4450 | |
| 4451 | In the current CMake release (version 2.8.5), ${CMAKE_SHARED |
| 4452 | _LIBRARY_C_FLAGS} and ${CMAKE_SHARED_LIBRARY_CXX_FLAGS} is |
| 4453 | set to empty (See cmake/Modules/Platform/QNX.cmake) |
| 4454 | |
| 4455 | This breaks the assumption which WebKit CMake build system |
| 4456 | makes in Source/cmake/WebKitHelper.cmake |
| 4457 | |
| 4458 | * Source/cmake/OptionsBlackBerry.cmake: |
| 4459 | |
philn@webkit.org | d330219 | 2012-08-08 16:52:20 +0000 | [diff] [blame] | 4460 | 2012-08-08 Philippe Normand <pnormand@igalia.com> |
| 4461 | |
| 4462 | [GStreamer] 0.11 build broken (again) |
| 4463 | https://bugs.webkit.org/show_bug.cgi?id=93474 |
| 4464 | |
| 4465 | Reviewed by Martin Robinson. |
| 4466 | |
| 4467 | * configure.ac: Disable media-stream build if GStreamer 0.11 |
| 4468 | support is enabled, due to farstream-0.1 still messing up with |
| 4469 | gstreamer-0.10 include path. |
| 4470 | |
commit-queue@webkit.org | adb694d | 2012-08-08 05:38:28 +0000 | [diff] [blame] | 4471 | 2012-08-07 YoungTaeck Song <youngtaeck.song@samsung.com> |
| 4472 | |
| 4473 | [WK2][EFL] Implement accelerated compositing on WK2 Efl port |
| 4474 | https://bugs.webkit.org/show_bug.cgi?id=89840 |
| 4475 | |
| 4476 | Reviewed by Noam Rosenthal. |
| 4477 | |
| 4478 | Implement accelerated composition with TiledBackingStore on WK2 Efl port. |
| 4479 | This implementation is based on COORDINATED_GRAPHICS. |
| 4480 | Add COORDINATED_GRAPHICS related definitions in OptionsEfl.cmake. |
| 4481 | |
| 4482 | * Source/cmake/OptionsEfl.cmake: |
| 4483 | |
hausmann@webkit.org | 6355580 | 2012-08-07 15:04:25 +0000 | [diff] [blame] | 4484 | 2012-08-07 No'am Rosenthal <noam.rosenthal@nokia.com> |
| 4485 | |
| 4486 | [Qt] Make it possible to build without QtQuick |
| 4487 | |
| 4488 | Reviewed by Simon Hausmann. |
| 4489 | |
| 4490 | * Source/QtWebKit.pro: |
| 4491 | * Source/tests.pri: |
| 4492 | |
hausmann@webkit.org | 2d2e535 | 2012-08-07 12:06:52 +0000 | [diff] [blame] | 4493 | 2012-07-19 Simon Hausmann <simon.hausmann@nokia.com> |
| 4494 | |
| 4495 | [Qt] Remove Qt 4 specific code paths |
| 4496 | https://bugs.webkit.org/show_bug.cgi?id=88161 |
| 4497 | |
| 4498 | Reviewed by Kenneth Rohde Christiansen. |
| 4499 | |
| 4500 | * Source/api.pri: |
| 4501 | * WebKit.pro: |
| 4502 | |
gyuyoung.kim@samsung.com | 04d32b7 | 2012-08-07 06:37:09 +0000 | [diff] [blame] | 4503 | 2012-08-06 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| 4504 | |
| 4505 | [EFL] Enable link prefetch |
| 4506 | https://bugs.webkit.org/show_bug.cgi?id=93281 |
| 4507 | |
| 4508 | Reviewed by Kentaro Hara. |
| 4509 | |
| 4510 | * Source/cmake/OptionsEfl.cmake: Enable LINK_PREFETCH by default. |
| 4511 | |
commit-queue@webkit.org | 1342caa | 2012-08-07 01:07:01 +0000 | [diff] [blame] | 4512 | 2012-08-06 Xan Lopez <xlopez@igalia.com> |
| 4513 | |
| 4514 | [GTK] Cleanup configure.ac build options output |
| 4515 | https://bugs.webkit.org/show_bug.cgi?id=93245 |
| 4516 | |
| 4517 | Reviewed by Laszlo Gombos. |
| 4518 | |
| 4519 | Remove duplicated elements, sort alphabetically. |
| 4520 | |
| 4521 | * configure.ac: ditto. |
| 4522 | |
carlosgc@webkit.org | bd5ccdc | 2012-08-06 13:45:44 +0000 | [diff] [blame] | 4523 | 2012-08-06 Carlos Garcia Campos <cgarcia@igalia.com> |
| 4524 | |
| 4525 | Unreviewed. Update NEWS and configure.ac for 1.9.6 release |
| 4526 | |
| 4527 | * configure.ac: Bump version numbers. |
| 4528 | |
paroga@webkit.org | 6245999 | 2012-08-03 21:10:27 +0000 | [diff] [blame] | 4529 | 2012-08-03 Patrick Gansterer <paroga@webkit.org> |
| 4530 | |
| 4531 | [CMake][WIN] Disable C++ exceptions and RTTI |
| 4532 | https://bugs.webkit.org/show_bug.cgi?id=93104 |
| 4533 | |
| 4534 | Reviewed by Ryosuke Niwa. |
| 4535 | |
| 4536 | Both features are not used in WebKit, so remove them to safe some code. |
| 4537 | Also enable compilation of plain c files with multiple processes. |
| 4538 | |
| 4539 | * Source/cmake/OptionsWindows.cmake: |
| 4540 | |
mario@webkit.org | 31f68c8 | 2012-08-03 14:40:21 +0000 | [diff] [blame] | 4541 | 2012-08-03 Mario Sanchez Prada <msanchez@igalia.com> |
| 4542 | |
| 4543 | Unreviewed build fix for GTK after r124479. |
| 4544 | |
| 4545 | * Source/autotools/symbols.filter: Removed unneeded symbol. |
| 4546 | |
vestbo@webkit.org | 7d1eb8c | 2012-08-03 14:11:03 +0000 | [diff] [blame] | 4547 | 2012-08-03 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 4548 | |
| 4549 | [Qt] Populate .qmake.cache from the top-level project file |
| 4550 | |
| 4551 | This makes it possible to build webkit without using the perl build |
| 4552 | script. The duplicated logic in build-webkit will be removed when we |
| 4553 | remove the Qt4 code paths. The build-webkit script will then simply |
| 4554 | call 'qmake WebKit.pro' from WEBKITOUTPUTDIR. |
| 4555 | |
| 4556 | Reviewed by Tor Arne Vestbø. |
| 4557 | |
| 4558 | * WebKit.pro: |
| 4559 | |
commit-queue@webkit.org | 8f475bd | 2012-08-03 10:02:37 +0000 | [diff] [blame] | 4560 | 2012-08-03 Dominik Röttsches <dominik.rottsches@intel.com> |
| 4561 | |
| 4562 | [cmake] Cleanup FindHarfBuzz.cmake |
| 4563 | https://bugs.webkit.org/show_bug.cgi?id=92984 |
| 4564 | |
| 4565 | Reviewed by Hajime Morita. |
| 4566 | |
| 4567 | Cleanup which didn't make it into my previous ptch. |
| 4568 | |
| 4569 | * Source/cmake/FindHarfBuzz.cmake: Remove duplicate line, add a bit of documentation. |
| 4570 | |
commit-queue@webkit.org | 366f5b6 | 2012-08-03 07:33:11 +0000 | [diff] [blame] | 4571 | 2012-08-03 Joone Hur <joone.hur@intel.com> |
| 4572 | |
| 4573 | [EFL][DRT] WebKitAnimation API compile-time disabled |
| 4574 | https://bugs.webkit.org/show_bug.cgi?id=84593 |
| 4575 | |
| 4576 | Reviewed by Laszlo Gombos. |
| 4577 | |
| 4578 | Enable ENABLE_ANIMATION_API by default on the Efl port. |
| 4579 | |
| 4580 | * Source/cmake/OptionsEfl.cmake: |
| 4581 | * Source/cmakeconfig.h.cmake: |
| 4582 | |
zandobersek@gmail.com | 74b9520 | 2012-08-03 06:27:38 +0000 | [diff] [blame] | 4583 | 2012-08-02 Zan Dobersek <zandobersek@gmail.com> |
| 4584 | |
| 4585 | Unreviewed attempt at fixing the GTK 64-bit debug build. |
| 4586 | |
| 4587 | * Source/autotools/symbols.filter: |
| 4588 | |
mrobinson@webkit.org | d6721a5 | 2012-08-02 13:45:07 +0000 | [diff] [blame] | 4589 | 2012-08-02 Martin Robinson <mrobinson@igalia.com> |
| 4590 | |
| 4591 | [GTK] When farstream is not present do not enable MediaStream |
| 4592 | |
| 4593 | Reviewed by Philippe Normand. |
| 4594 | |
| 4595 | When farstream libraries are no present, simply do not build MediaStream |
| 4596 | support. |
| 4597 | |
| 4598 | * configure.ac: |
| 4599 | |
jianli@chromium.org | f66b581 | 2012-08-02 00:14:28 +0000 | [diff] [blame] | 4600 | 2012-08-01 Jian Li <jianli@chromium.org> |
| 4601 | |
| 4602 | Add new CSS property "-webkit-widget-region" to expose dashboard region support for other port |
| 4603 | https://bugs.webkit.org/show_bug.cgi?id=90298 |
| 4604 | |
| 4605 | Reviewed by Adam Barth. |
| 4606 | |
| 4607 | * configure.ac: Add ENABLE_WIDGET_REGION define. |
| 4608 | |
commit-queue@webkit.org | e68015d | 2012-07-31 19:52:34 +0000 | [diff] [blame] | 4609 | 2012-07-31 Joshua Netterfield <jnetterfield@rim.com> |
| 4610 | |
| 4611 | [BlackBerry] Enable CSS Filter Effects |
| 4612 | https://bugs.webkit.org/show_bug.cgi?id=92685 |
| 4613 | |
| 4614 | Reviewed by Rob Buis. |
| 4615 | |
| 4616 | Enable CSS filter effects, with the exception of custom effects (CSS shaders) and reference effects (SVG effects) |
| 4617 | |
| 4618 | Internally reviewed by Arvid Nilsson <anilsson@rim.com> and Antonio Gomes <agomes@rim.com>. |
| 4619 | |
| 4620 | * Source/cmake/OptionsBlackBerry.cmake: Add LayerFilterRenderer |
| 4621 | * Source/cmakeconfig.h.cmake: Acknowledge CSS filter effects |
| 4622 | |
rniwa@webkit.org | e8bea92 | 2012-07-31 09:00:33 +0000 | [diff] [blame] | 4623 | 2012-07-31 Ryosuke Niwa <rniwa@webkit.org> |
| 4624 | |
| 4625 | Perf-o-matic: dashboard images are not generated properly from incrementally updated JSON |
| 4626 | https://bugs.webkit.org/show_bug.cgi?id=92717 |
| 4627 | |
| 4628 | Reviewed by Hajime Morita. |
| 4629 | |
| 4630 | Sort the values by timestamp. Unfortunately, there isn't a good way of testing this fix. |
| 4631 | |
| 4632 | * Websites/webkit-perf.appspot.com/models.py: |
| 4633 | (Runs.chart_params): |
| 4634 | |
commit-queue@webkit.org | 26e3bd1 | 2012-07-31 08:46:59 +0000 | [diff] [blame] | 4635 | 2012-07-31 Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk> |
| 4636 | |
| 4637 | add Farstream flags/deps to WebKit, for WebRTC |
| 4638 | https://bugs.webkit.org/show_bug.cgi?id=87524 |
| 4639 | |
| 4640 | Reviewed by Philippe Normand. |
| 4641 | |
| 4642 | Since Farstream will be used as the backend for GTK's WebRTC, this |
| 4643 | patch adds it as a dependency to the build system. |
| 4644 | |
| 4645 | * GNUmakefile.am: |
| 4646 | * configure.ac: |
| 4647 | |
rniwa@webkit.org | fcde46b | 2012-07-31 06:19:17 +0000 | [diff] [blame] | 4648 | 2012-07-30 Ryosuke Niwa <rniwa@webkit.org> |
| 4649 | |
| 4650 | /api/test/runs/chart expires on perf-o-matic |
| 4651 | https://bugs.webkit.org/show_bug.cgi?id=92714 |
| 4652 | |
| 4653 | Reviewed by Hajime Morita. |
| 4654 | |
| 4655 | Don't update the entire JSON while generating the dashboard images. |
| 4656 | This is a bug and not doing this will reduce the server load significantly. |
| 4657 | |
| 4658 | * Websites/webkit-perf.appspot.com/controller.py: |
| 4659 | (RunsChartHandler.post): |
| 4660 | |
commit-queue@webkit.org | 1f75637 | 2012-07-30 23:13:25 +0000 | [diff] [blame] | 4661 | 2012-07-30 Dominik Röttsches <dominik.rottsches@intel.com> |
| 4662 | |
| 4663 | Avoid Assertion Failure in HarfBuzzRun::characterIndexForXPosition |
| 4664 | https://bugs.webkit.org/show_bug.cgi?id=92376 |
| 4665 | |
| 4666 | Reviewed by Tony Chang. |
| 4667 | |
| 4668 | Added manual test to reliably reproduce assertion failure which is solved by this patch. |
| 4669 | |
| 4670 | * ManualTests/harfbuzz-mouse-selection-crash.html: Added. |
| 4671 | |
vsevik@chromium.org | 58d6bc3 | 2012-07-30 15:58:48 +0000 | [diff] [blame] | 4672 | 2012-07-29 Vsevolod Vlasov <vsevik@chromium.org> |
| 4673 | |
| 4674 | Web Inspector: Resource agent's reference to cached resources should be weak. |
| 4675 | https://bugs.webkit.org/show_bug.cgi?id=92108 |
| 4676 | |
| 4677 | Reviewed by Pavel Feldman. |
| 4678 | |
| 4679 | * Source/autotools/symbols.filter: |
| 4680 | |
shinyak@chromium.org | f5c4f8b | 2012-07-30 15:16:24 +0000 | [diff] [blame] | 4681 | 2012-07-30 Shinya Kawanaka <shinyak@chromium.org> |
| 4682 | |
| 4683 | Prohibit having AuthorShadowDOM of input or textarea element for a while and having a flag to enable it in Internals. |
| 4684 | https://bugs.webkit.org/show_bug.cgi?id=92611 |
| 4685 | |
| 4686 | Reviewed by Hajime Morita. |
| 4687 | |
| 4688 | * Source/autotools/symbols.filter: |
| 4689 | |
vsevik@chromium.org | e782305 | 2012-07-30 12:21:00 +0000 | [diff] [blame] | 4690 | 2012-07-30 Sheriff Bot <webkit.review.bot@gmail.com> |
| 4691 | |
| 4692 | Unreviewed, rolling out r124000. |
| 4693 | http://trac.webkit.org/changeset/124000 |
| 4694 | https://bugs.webkit.org/show_bug.cgi?id=92632 |
| 4695 | |
| 4696 | seems to have broken chromium Range_InstanceSizeUnknown unit |
| 4697 | test across many platforms (Requested by tomhudson on |
| 4698 | #webkit). |
| 4699 | |
| 4700 | * Source/autotools/symbols.filter: |
| 4701 | |
paroga@webkit.org | 74b5be1 | 2012-07-30 10:25:41 +0000 | [diff] [blame] | 4702 | 2012-07-30 Patrick Gansterer <paroga@webkit.org> |
| 4703 | |
| 4704 | Replace UnicodeWinCE with UnicodeWchar |
| 4705 | https://bugs.webkit.org/show_bug.cgi?id=92539 |
| 4706 | |
| 4707 | Reviewed by Ryosuke Niwa. |
| 4708 | |
| 4709 | UnicodeWinCE never contained WinCE specific code. UnicodeWchar |
| 4710 | is a replacement for it, which is mainly based on the functions |
| 4711 | from <wchar.h>. It is ment as a minimal Unicode backend, which |
| 4712 | can be used very easy and has no external dependencies. |
| 4713 | |
| 4714 | * Source/cmake/OptionsWinCE.cmake: |
| 4715 | |
vsevik@chromium.org | e14cf6d | 2012-07-30 07:54:54 +0000 | [diff] [blame] | 4716 | 2012-07-29 Vsevolod Vlasov <vsevik@chromium.org> |
| 4717 | |
| 4718 | Web Inspector: Resource agent's reference to cached resources should be weak. |
| 4719 | https://bugs.webkit.org/show_bug.cgi?id=92108 |
| 4720 | |
| 4721 | Reviewed by Pavel Feldman. |
| 4722 | |
| 4723 | * Source/autotools/symbols.filter: |
| 4724 | |
commit-queue@webkit.org | c1c4f12 | 2012-07-29 21:59:53 +0000 | [diff] [blame] | 4725 | 2012-07-29 Rik Cabanier <cabanier@adobe.com> |
| 4726 | |
| 4727 | Add ENABLE_CSS_COMPOSITING flag |
| 4728 | https://bugs.webkit.org/show_bug.cgi?id=92553 |
| 4729 | |
| 4730 | Reviewed by Dirk Schulze. |
| 4731 | |
| 4732 | Adds compiler flag CSS_COMPOSITING to build systems to enable CSS blending and compositing. See spec https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html |
| 4733 | |
| 4734 | * Source/cmake/WebKitFeatures.cmake: |
| 4735 | * Source/cmakeconfig.h.cmake: |
| 4736 | * configure.ac: |
| 4737 | |
commit-queue@webkit.org | 18fcb61 | 2012-07-28 06:00:39 +0000 | [diff] [blame] | 4738 | 2012-07-27 Kihong Kwon <kihong.kwon@samsung.com> |
| 4739 | |
| 4740 | [EFL] Support for HTML media capture |
| 4741 | https://bugs.webkit.org/show_bug.cgi?id=91842 |
| 4742 | |
| 4743 | Reviewed by Ryosuke Niwa. |
| 4744 | |
| 4745 | Add HTML media capture feature, and enable that on the Efl port. |
| 4746 | |
| 4747 | * Source/cmake/OptionsEfl.cmake: |
| 4748 | * Source/cmake/WebKitFeatures.cmake: |
| 4749 | * Source/cmakeconfig.h.cmake: |
| 4750 | |
rniwa@webkit.org | 43a62d4 | 2012-07-28 00:08:44 +0000 | [diff] [blame] | 4751 | 2012-07-27 Ryosuke Niwa <rniwa@webkit.org> |
| 4752 | |
| 4753 | Unreviewed perf-o-matic build fix for dashboard image generation. |
| 4754 | Also, only show Parser/html5-full-render on the dashboard by default |
| 4755 | so that it won't take forever to load it. |
| 4756 | |
| 4757 | * Websites/webkit-perf.appspot.com/controller.py: |
| 4758 | (schedule_runs_update): |
| 4759 | (RunsChartHandler.post): |
| 4760 | * Websites/webkit-perf.appspot.com/models.py: |
| 4761 | (Runs.chart_params): |
| 4762 | (DashboardImage.get_image): |
| 4763 | * Websites/webkit-perf.appspot.com/models_unittest.py: |
| 4764 | (RunsTest.test_chart_params_with_value): |
| 4765 | |
commit-queue@webkit.org | 868e06e | 2012-07-27 11:32:44 +0000 | [diff] [blame] | 4766 | 2012-07-27 Dominik Röttsches <dominik.rottsches@intel.com> |
| 4767 | |
| 4768 | [Cairo] Add complex font drawing using HarfbuzzNG |
| 4769 | https://bugs.webkit.org/show_bug.cgi?id=91864 |
| 4770 | |
| 4771 | Reviewed by Simon Hausmann and Martin Robinson. |
| 4772 | |
| 4773 | Configuring Freetype backend to use HarfBuzz by default. |
| 4774 | |
| 4775 | * Source/cmake/FindHarfBuzz.cmake: Added pkgconfig based discovery of HarfBuzz. |
| 4776 | * Source/cmake/OptionsEfl.cmake: Adding Harfbuzz configuration. |
| 4777 | |
mitz@apple.com | b285bee | 2012-07-27 03:24:09 +0000 | [diff] [blame] | 4778 | 2012-07-26 Dan Bernstein <mitz@apple.com> |
| 4779 | |
| 4780 | When Safari 6 is launched via the WebKit Xcode workspace, it does not link against the built frameworks |
| 4781 | https://bugs.webkit.org/show_bug.cgi?id=92331 |
| 4782 | |
| 4783 | Reviewed by Mark Rowe. |
| 4784 | |
| 4785 | Changed references to the Safari executable to the SafariForWebKitDevelopment binary. |
| 4786 | |
| 4787 | * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: |
| 4788 | * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: |
| 4789 | |
keishi@webkit.org | 0136868 | 2012-07-27 03:21:46 +0000 | [diff] [blame] | 4790 | 2012-07-26 Keishi Hattori <keishi@webkit.org> |
| 4791 | |
| 4792 | Implement ColorSuggestionPicker page popup |
| 4793 | https://bugs.webkit.org/show_bug.cgi?id=92109 |
| 4794 | |
| 4795 | Reviewed by Kent Tamura. |
| 4796 | |
| 4797 | * ManualTests/forms/color-suggestion-picker.html: Added. Tests colorSuggestionPicker.{js,css} |
| 4798 | |
commit-queue@webkit.org | 9cb75d8 | 2012-07-26 12:01:37 +0000 | [diff] [blame] | 4799 | 2012-07-26 Zoltan Nyul <zoltan.nyul@intel.com> |
| 4800 | |
| 4801 | [EFL] EFL port should use XDG paths |
| 4802 | https://bugs.webkit.org/show_bug.cgi?id=91719 |
| 4803 | |
| 4804 | Reviewed by Kenneth Rohde Christiansen. |
| 4805 | |
| 4806 | Efreet library added. |
| 4807 | |
| 4808 | * Source/cmake/FindEFL.cmake: |
| 4809 | |
kaustubh@motorola.com | 8e91b05 | 2012-07-26 07:06:57 +0000 | [diff] [blame] | 4810 | 2012-07-26 Kaustubh Atrawalkar <kaustubh@motorola.com> |
| 4811 | |
| 4812 | [DRT] LTC:: pageNumberForElementById() could be moved to Internals. |
| 4813 | https://bugs.webkit.org/show_bug.cgi?id=92091 |
| 4814 | |
| 4815 | Reviewed by Adam Barth. |
| 4816 | |
| 4817 | Exporting Internals::pageNumber symbols for the Gtk build. |
| 4818 | |
| 4819 | * Source/autotools/symbols.filter: |
| 4820 | |
commit-queue@webkit.org | 43b1af3 | 2012-07-25 15:14:32 +0000 | [diff] [blame] | 4821 | 2012-07-25 Sheriff Bot <webkit.review.bot@gmail.com> |
| 4822 | |
| 4823 | Unreviewed, rolling out r123606. |
| 4824 | http://trac.webkit.org/changeset/123606 |
| 4825 | https://bugs.webkit.org/show_bug.cgi?id=92247 |
| 4826 | |
| 4827 | broke Windows build of Chromium (Requested by tomhudson on |
| 4828 | #webkit). |
| 4829 | |
| 4830 | * ManualTests/forms/color-suggestion-picker.html: Removed. |
| 4831 | |
keishi@webkit.org | 0cc6ae7 | 2012-07-25 11:57:21 +0000 | [diff] [blame] | 4832 | 2012-07-25 Keishi Hattori <keishi@webkit.org> |
| 4833 | |
| 4834 | Implement ColorSuggestionPicker page popup |
| 4835 | https://bugs.webkit.org/show_bug.cgi?id=92109 |
| 4836 | |
| 4837 | Reviewed by Kent Tamura. |
| 4838 | |
| 4839 | * ManualTests/forms/color-suggestion-picker.html: Added. Tests colorSuggestionPicker.{js,css} |
| 4840 | |
tkent@chromium.org | 3528a71 | 2012-07-24 06:35:19 +0000 | [diff] [blame] | 4841 | 2012-07-23 Kent Tamura <tkent@chromium.org> |
| 4842 | |
tkent@chromium.org | c08ca1c | 2012-07-24 06:43:17 +0000 | [diff] [blame] | 4843 | [GTK] Remove unnecessary trailing space in the previous commit. |
| 4844 | |
| 4845 | * Source/autotools/symbols.filter: |
| 4846 | |
| 4847 | 2012-07-23 Kent Tamura <tkent@chromium.org> |
| 4848 | |
tkent@chromium.org | 3528a71 | 2012-07-24 06:35:19 +0000 | [diff] [blame] | 4849 | [GTK] Attempt to fix build |
| 4850 | |
| 4851 | * Source/autotools/symbols.filter: Export DocumentMarkerController::addTextMatchMarker. |
| 4852 | |
commit-queue@webkit.org | c4534e1 | 2012-07-24 00:53:24 +0000 | [diff] [blame] | 4853 | 2012-07-23 Sheriff Bot <webkit.review.bot@gmail.com> |
| 4854 | |
| 4855 | Unreviewed, rolling out r123184, r123195, and r123197. |
| 4856 | http://trac.webkit.org/changeset/123184 |
| 4857 | http://trac.webkit.org/changeset/123195 |
| 4858 | http://trac.webkit.org/changeset/123197 |
| 4859 | https://bugs.webkit.org/show_bug.cgi?id=92049 |
| 4860 | |
| 4861 | pagecycler regression (Requested by morrita on #webkit). |
| 4862 | |
| 4863 | * Source/autotools/symbols.filter: |
| 4864 | |
commit-queue@webkit.org | decb7a1 | 2012-07-24 00:48:06 +0000 | [diff] [blame] | 4865 | 2012-07-23 Roger Fong <roger_fong@apple.com> |
| 4866 | |
| 4867 | If select element in Windows is off screen horizontally, |
| 4868 | menu is either inappropriately resized or positioned offscreen. |
| 4869 | https://bugs.webkit.org/show_bug.cgi?id=91913 |
| 4870 | <rdar://problem/7611229> |
| 4871 | |
| 4872 | Reviewed by Tim Horton. |
| 4873 | |
| 4874 | Add a manual test to verify that popup menus render in the correct place. |
| 4875 | |
| 4876 | * ManualTests/win/select-menu-off-screen.html: Added. |
| 4877 | |
simon.fraser@apple.com | 5cc8c73 | 2012-07-23 17:45:43 +0000 | [diff] [blame] | 4878 | 2012-07-23 Simon Fraser <simon.fraser@apple.com> |
| 4879 | |
| 4880 | Implement sticky positioning |
| 4881 | https://bugs.webkit.org/show_bug.cgi?id=90046 |
| 4882 | |
| 4883 | Reviewed by Ojan Vafai. |
| 4884 | |
| 4885 | Add ENABLE_CSS_STICKY_POSITION, defaulting to off initially. |
| 4886 | |
| 4887 | Sort the ENABLE_CSS lines in the file. |
| 4888 | |
| 4889 | * Source/cmake/WebKitFeatures.cmake: |
| 4890 | * Source/cmakeconfig.h.cmake: |
| 4891 | |
paroga@webkit.org | 4aa1475 | 2012-07-23 10:05:19 +0000 | [diff] [blame] | 4892 | 2012-07-23 Patrick Gansterer <paroga@webkit.org> |
| 4893 | |
| 4894 | [WINCE] Define NOMINMAX in the build system instead of Platform.h |
| 4895 | https://bugs.webkit.org/show_bug.cgi?id=91938 |
| 4896 | |
| 4897 | Reviewed by Ryosuke Niwa. |
| 4898 | |
| 4899 | Define it in OptionsWindows.cmake, since NOMINMAX |
| 4900 | should to be defined for all windows ports. |
| 4901 | |
| 4902 | * Source/cmake/OptionsWinCE.cmake: |
| 4903 | * Source/cmake/OptionsWindows.cmake: |
| 4904 | |
commit-queue@webkit.org | d97f506 | 2012-07-23 01:08:49 +0000 | [diff] [blame] | 4905 | 2012-07-22 Sheriff Bot <webkit.review.bot@gmail.com> |
| 4906 | |
| 4907 | Unreviewed, rolling out r123298 and r123301. |
| 4908 | http://trac.webkit.org/changeset/123298 |
| 4909 | http://trac.webkit.org/changeset/123301 |
| 4910 | https://bugs.webkit.org/show_bug.cgi?id=91953 |
| 4911 | |
| 4912 | We need to think some more about the intricacies of exposing a |
| 4913 | CMake option for ENABLE_DFG_JIT as this option is specific to |
| 4914 | the port and architecture. (Requested by dydx on #webkit). |
| 4915 | |
| 4916 | * Source/cmake/WebKitFeatures.cmake: |
| 4917 | * Source/cmakeconfig.h.cmake: |
| 4918 | |
dbates@webkit.org | 10974b8 | 2012-07-23 00:00:02 +0000 | [diff] [blame] | 4919 | 2012-07-22 Daniel Bates <dbates@webkit.org> |
| 4920 | |
| 4921 | Fix the Windows CE build after <http://trac.webkit.org/changeset/123298> |
| 4922 | (https://bugs.webkit.org/show_bug.cgi?id=91939) |
| 4923 | |
| 4924 | Disable the DFG JIT across all CMake ports (by default) (*). Enabling DFG JIT |
| 4925 | breaks the Windows CE build as the Windows CE port builds with the JIT disabled |
| 4926 | (ENABLE_JIT := 0) and hence ENABLE_ASSEMBLER := 0. |
| 4927 | |
| 4928 | (*) We should look to further discuss with CMake port maintainers about enabling |
| 4929 | the DFG JIT by default. |
| 4930 | |
| 4931 | * Source/cmake/WebKitFeatures.cmake: |
| 4932 | |
tkent@chromium.org | d89d545 | 2012-07-22 23:23:53 +0000 | [diff] [blame] | 4933 | 2012-07-23 Kent Tamura <tkent@chromium.org> |
| 4934 | |
| 4935 | Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively |
| 4936 | https://bugs.webkit.org/show_bug.cgi?id=91941 |
| 4937 | |
| 4938 | Reviewed by Kentaro Hara. |
| 4939 | |
| 4940 | A flag name for an elmement should be ENABLE_*_ELEMENT. |
| 4941 | |
| 4942 | * Source/cmake/WebKitFeatures.cmake: |
| 4943 | * Source/cmakeconfig.h.cmake: |
| 4944 | * configure.ac: |
| 4945 | |
paroga@webkit.org | 10675b5 | 2012-07-22 16:36:24 +0000 | [diff] [blame] | 4946 | 2012-07-22 Patrick Gansterer <paroga@webkit.org> |
| 4947 | |
| 4948 | [CMake] Add option for ENABLE_DFG_JIT |
| 4949 | https://bugs.webkit.org/show_bug.cgi?id=91939 |
| 4950 | |
| 4951 | Reviewed by Daniel Bates. |
| 4952 | |
| 4953 | * Source/cmake/WebKitFeatures.cmake: |
| 4954 | * Source/cmakeconfig.h.cmake: |
| 4955 | |
tkent@chromium.org | 43921e6 | 2012-07-22 10:59:32 +0000 | [diff] [blame] | 4956 | 2012-07-22 Kent Tamura <tkent@chromium.org> |
| 4957 | |
| 4958 | Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT |
| 4959 | https://bugs.webkit.org/show_bug.cgi?id=91928 |
| 4960 | |
| 4961 | Reviewed by Kentaro Hara. |
| 4962 | |
| 4963 | A flag name for an elmement should be ENABLE_*_ELEMENT. |
| 4964 | |
| 4965 | * Source/cmake/WebKitFeatures.cmake: |
| 4966 | * Source/cmakeconfig.h.cmake: |
| 4967 | * configure.ac: |
| 4968 | |
tkent@chromium.org | 3d89737 | 2012-07-21 02:00:46 +0000 | [diff] [blame] | 4969 | 2012-07-20 Kent Tamura <tkent@chromium.org> |
| 4970 | |
| 4971 | Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT |
| 4972 | https://bugs.webkit.org/show_bug.cgi?id=91846 |
| 4973 | |
| 4974 | Reviewed by Kentaro Hara. |
| 4975 | |
| 4976 | A flag name for an elmement should be ENABLE_*_ELEMENT. |
| 4977 | |
| 4978 | * Source/cmake/OptionsEfl.cmake: |
| 4979 | * Source/cmake/WebKitFeatures.cmake: |
| 4980 | * Source/cmakeconfig.h.cmake: |
| 4981 | * configure.ac: |
| 4982 | |
morrita@google.com | 836359f | 2012-07-20 06:33:48 +0000 | [diff] [blame] | 4983 | 2012-07-19 MORITA Hajime <morrita@google.com> |
| 4984 | |
| 4985 | [Refactoring] Replace Node's Document pointer with a TreeScope pointer |
| 4986 | https://bugs.webkit.org/show_bug.cgi?id=59816 |
| 4987 | |
| 4988 | Reviewed by Ryosuke Niwa. |
| 4989 | |
| 4990 | * Source/autotools/symbols.filter: Added newly exported symbols. |
| 4991 | |
commit-queue@webkit.org | 31d4640 | 2012-07-19 14:51:50 +0000 | [diff] [blame] | 4992 | 2012-07-19 Christophe Dumez <christophe.dumez@intel.com> |
| 4993 | |
| 4994 | [EFL] Bump libsoup dependency to v2.39.4.1 to fix cookie issues |
| 4995 | https://bugs.webkit.org/show_bug.cgi?id=91741 |
| 4996 | |
| 4997 | Reviewed by Kenneth Rohde Christiansen. |
| 4998 | |
| 4999 | Bump libsoup dependency in CMake to v2.39.4.1 to fix issues |
| 5000 | with cookies in non-suffixed/private domains [GNOME #679230]. |
| 5001 | |
| 5002 | * Source/cmake/OptionsEfl.cmake: |
| 5003 | |
mario@webkit.org | 30fc09f | 2012-07-19 11:07:06 +0000 | [diff] [blame] | 5004 | 2012-07-19 Mario Sanchez Prada <msanchez@igalia.com> |
| 5005 | |
| 5006 | [GTK] Enable MHTML support by default at build time |
| 5007 | https://bugs.webkit.org/show_bug.cgi?id=89987 |
| 5008 | |
| 5009 | Reviewed by Carlos Garcia Campos. |
| 5010 | |
| 5011 | Enable MHTML support by default for GTK in configure.ac. |
| 5012 | |
| 5013 | * configure.ac: |
| 5014 | |
commit-queue@webkit.org | eb841ae | 2012-07-19 04:47:59 +0000 | [diff] [blame] | 5015 | 2012-07-18 Christophe Dumez <christophe.dumez@intel.com> |
| 5016 | |
| 5017 | [CMake][EFL] Should try to find the same libsoup version pulled by jhbuild |
| 5018 | https://bugs.webkit.org/show_bug.cgi?id=91626 |
| 5019 | |
| 5020 | Reviewed by Kenneth Rohde Christiansen. |
| 5021 | |
| 5022 | Bump required version of libsoup in CMake to 2.39.3. This is the first |
| 5023 | tarball version to contain the API we need (soup_cookie_jar_get_cookies() |
| 5024 | and soup_cookie_jar_set_cookie_with_first_party()). |
| 5025 | |
| 5026 | * Source/cmake/OptionsEfl.cmake: |
| 5027 | |
commit-queue@webkit.org | 6967c67 | 2012-07-18 18:43:13 +0000 | [diff] [blame] | 5028 | 2012-07-18 Varun Jain <varunjain@chromium.org> |
| 5029 | |
| 5030 | [chromium] Drag image for image elements should be scaled with device scale factor. |
| 5031 | https://bugs.webkit.org/show_bug.cgi?id=89688 |
| 5032 | |
| 5033 | Reviewed by Adam Barth. |
| 5034 | |
| 5035 | * ManualTests/chromium/drag-image-accounts-for-device-scale.html: |
| 5036 | |
commit-queue@webkit.org | fc592f4 | 2012-07-18 11:15:41 +0000 | [diff] [blame] | 5037 | 2012-07-18 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 5038 | |
| 5039 | [CMake] Make gtest a shared library |
| 5040 | https://bugs.webkit.org/show_bug.cgi?id=90973 |
| 5041 | |
| 5042 | Reviewed by Daniel Bates. |
| 5043 | |
| 5044 | It's nicer to make it a shared library because it might improve |
| 5045 | linking time and we don't need to force gtest users to link with gtest |
| 5046 | dependencies like pthreads (which causes linking errors when it is not |
| 5047 | available). |
| 5048 | |
| 5049 | * Source/cmake/gtest/CMakeLists.txt: |
| 5050 | |
commit-queue@webkit.org | a37d9a4f | 2012-07-17 14:51:54 +0000 | [diff] [blame] | 5051 | 2012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu> |
| 5052 | |
| 5053 | [Qt][V8] Remove the V8 related codepaths and configuration |
| 5054 | https://bugs.webkit.org/show_bug.cgi?id=90863 |
| 5055 | |
| 5056 | Reviewed by Simon Hausmann. |
| 5057 | |
| 5058 | * Source/api.pri: |
| 5059 | * WebKit.pro: |
| 5060 | |
kkristof@inf.u-szeged.hu | 0069e29 | 2012-07-17 11:27:55 +0000 | [diff] [blame] | 5061 | 2012-07-17 Sheriff Bot <webkit.review.bot@gmail.com> |
| 5062 | |
| 5063 | Unreviewed, rolling out r122834. |
| 5064 | http://trac.webkit.org/changeset/122834 |
| 5065 | https://bugs.webkit.org/show_bug.cgi?id=91492 |
| 5066 | |
| 5067 | it broke the chromium (Requested by kkristof on #webkit). |
| 5068 | |
| 5069 | * Source/api.pri: |
| 5070 | * WebKit.pro: |
| 5071 | |
kkristof@inf.u-szeged.hu | db065a4 | 2012-07-17 10:58:50 +0000 | [diff] [blame] | 5072 | 2012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu> |
| 5073 | |
| 5074 | [Qt][V8] Remove the V8 related codepaths and configuration |
| 5075 | https://bugs.webkit.org/show_bug.cgi?id=90863 |
| 5076 | |
| 5077 | Reviewed by Simon Hausmann. |
| 5078 | |
| 5079 | * Source/api.pri: |
| 5080 | * WebKit.pro: |
| 5081 | |
commit-queue@webkit.org | 7bf7330 | 2012-07-17 07:11:52 +0000 | [diff] [blame] | 5082 | 2012-07-17 David Barr <davidbarr@chromium.org> |
| 5083 | |
| 5084 | Introduce ENABLE_CSS_IMAGE_ORIENTATION compile flag |
| 5085 | https://bugs.webkit.org/show_bug.cgi?id=89055 |
| 5086 | |
| 5087 | Reviewed by Kent Tamura. |
| 5088 | |
| 5089 | The css3-images module is at candidate recommendation. |
| 5090 | http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-orientation |
| 5091 | |
| 5092 | Add a configuration option for CSS image-orientation support, disabling it by default. |
| 5093 | |
| 5094 | * Source/cmake/WebKitFeatures.cmake: |
| 5095 | * Source/cmakeconfig.h.cmake: |
| 5096 | |
commit-queue@webkit.org | 466dbd4 | 2012-07-17 04:37:29 +0000 | [diff] [blame] | 5097 | 2012-07-16 Pete Williamson <petewil@google.com> |
| 5098 | |
| 5099 | Expose an export for the iconUrl list so Internals can use it |
| 5100 | https://bugs.webkit.org/show_bug.cgi?id=88665 |
| 5101 | |
| 5102 | Reviewed by Kent Tamura. |
| 5103 | |
| 5104 | * Source/autotools/symbols.filter: export iconURLs |
| 5105 | |
commit-queue@webkit.org | 241bd21 | 2012-07-17 04:33:25 +0000 | [diff] [blame] | 5106 | 2012-07-16 Hajime Morrita <morrita@chromium.org> |
| 5107 | |
| 5108 | WebCore needs WEBCORE_TESTING macro to mark methods being exported for testing. |
| 5109 | https://bugs.webkit.org/show_bug.cgi?id=90764 |
| 5110 | |
| 5111 | Reviewed by Adam Barth. |
| 5112 | |
| 5113 | Removed symbols which are now covered by WEBCORE_TESTING. |
| 5114 | |
| 5115 | * Source/autotools/symbols.filter: |
| 5116 | |
carlosgc@webkit.org | 193c409 | 2012-07-16 09:43:44 +0000 | [diff] [blame] | 5117 | 2012-07-16 Carlos Garcia Campos <cgarcia@igalia.com> |
| 5118 | |
| 5119 | Unreviewed. Update NEWS and configure.ac for 1.9.5 release |
| 5120 | |
| 5121 | * configure.ac: Bump version number. |
| 5122 | |
commit-queue@webkit.org | d9c31bf | 2012-07-14 00:33:28 +0000 | [diff] [blame] | 5123 | 2012-07-12 Josh Hawn <jhawn@apple.com> |
| 5124 | |
| 5125 | Fix for WebContext::getWebCoreStatistics() causes crash if no m_process |
| 5126 | https://bugs.webkit.org/show_bug.cgi?id=91116 |
| 5127 | |
| 5128 | Reviewed by Simon Fraser. |
| 5129 | |
| 5130 | * Source/WebKit2/UIProcess/WebContext.cpp: |
| 5131 | WebContext::getWebCoreStatistics(): |
| 5132 | Now invalidates callback if no m_process. |
| 5133 | |
commit-queue@webkit.org | 5b8a8ed | 2012-07-13 17:25:14 +0000 | [diff] [blame] | 5134 | 2012-07-13 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 5135 | |
| 5136 | [CMake] Proper handling of ENABLE_API_TESTS build option |
| 5137 | https://bugs.webkit.org/show_bug.cgi?id=91221 |
| 5138 | |
| 5139 | Reviewed by Rob Buis. |
| 5140 | |
| 5141 | Make the flag reusable across the ports using CMake. We are about to enable the WTF, |
| 5142 | WebCore and WebKit 2 API's at Tools/TestWebKitAPI and other ports using CMake can get |
| 5143 | it almost for free. |
| 5144 | |
| 5145 | * CMakeLists.txt: |
| 5146 | * Source/cmake/OptionsEfl.cmake: |
| 5147 | * Source/cmake/WebKitFeatures.cmake: |
| 5148 | * Source/cmakeconfig.h.cmake: |
| 5149 | |
commit-queue@webkit.org | 820c83b | 2012-07-12 05:33:03 +0000 | [diff] [blame] | 5150 | 2012-07-11 Matt Falkenhagen <falken@chromium.org> |
| 5151 | |
| 5152 | Add dialog element feature toggle to InternalSettings |
| 5153 | https://bugs.webkit.org/show_bug.cgi?id=90934 |
| 5154 | |
| 5155 | Reviewed by Hajime Morita. |
| 5156 | |
| 5157 | * Source/autotools/symbols.filter: Added newly exported symbol. |
| 5158 | |
commit-queue@webkit.org | ae1899f | 2012-07-11 18:14:47 +0000 | [diff] [blame] | 5159 | 2012-07-11 Arnaud Renevier <a.renevier@sisa.samsung.com> |
| 5160 | |
| 5161 | [Gtk] allow building with css-filters |
| 5162 | https://bugs.webkit.org/show_bug.cgi?id=90908 |
| 5163 | |
| 5164 | Add support for css-filters in Source/WebCore/GNUmakefile.am |
| 5165 | configure.ac |
| 5166 | |
| 5167 | Reviewed by Eric Seidel. |
| 5168 | |
| 5169 | * configure.ac: |
| 5170 | |
gyuyoung.kim@samsung.com | 96508f1 | 2012-07-10 22:53:58 +0000 | [diff] [blame] | 5171 | 2012-07-10 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| 5172 | |
| 5173 | [CMAKE] Add missing feature macros |
| 5174 | https://bugs.webkit.org/show_bug.cgi?id=90890 |
| 5175 | |
| 5176 | Reviewed by Eric Seidel. |
| 5177 | |
| 5178 | ENABLE_CSS_EXCLUSIONS, ENABLE_CSS_REGIONS, ENABLE_TEXT_AUTOSIZING macros |
| 5179 | haven't defined in cmake feature list. |
| 5180 | |
| 5181 | * Source/cmake/WebKitFeatures.cmake: |
| 5182 | * Source/cmakeconfig.h.cmake: |
| 5183 | |
tkent@chromium.org | ae0b970 | 2012-07-10 11:19:37 +0000 | [diff] [blame] | 5184 | 2012-07-10 Kent Tamura <tkent@chromium.org> |
| 5185 | |
| 5186 | RTL calendar picker for <input type=date> is too narrow and clipped |
| 5187 | https://bugs.webkit.org/show_bug.cgi?id=90864 |
| 5188 | |
| 5189 | Reviewed by Kentaro Hara. |
| 5190 | |
| 5191 | * ManualTests/forms/calendar-picker.html: |
| 5192 | - Add isRTL:true for the arabic setting |
| 5193 | - Reset the iframe size when the setting is changed. |
| 5194 | |
ossy@webkit.org | 6aedce2 | 2012-07-10 08:46:08 +0000 | [diff] [blame] | 5195 | 2012-07-10 Sheriff Bot <webkit.review.bot@gmail.com> |
| 5196 | |
| 5197 | Unreviewed, rolling out r122178. |
| 5198 | http://trac.webkit.org/changeset/122178 |
| 5199 | https://bugs.webkit.org/show_bug.cgi?id=90857 |
| 5200 | |
| 5201 | browser tests, PrerenderBrowserTest.PrerenderFavicon and other |
| 5202 | tests, started to fail (Requested by hayato on #webkit). |
| 5203 | |
| 5204 | * Source/autotools/symbols.filter: |
| 5205 | |
commit-queue@webkit.org | e1bba8e | 2012-07-10 05:45:21 +0000 | [diff] [blame] | 5206 | 2012-07-09 Matt Falkenhagen <falken@chromium.org> |
| 5207 | |
| 5208 | Add ENABLE_DIALOG_ELEMENT and skeleton files |
| 5209 | https://bugs.webkit.org/show_bug.cgi?id=90521 |
| 5210 | |
| 5211 | Reviewed by Kent Tamura. |
| 5212 | |
| 5213 | * Source/cmake/WebKitFeatures.cmake: |
| 5214 | * Source/cmakeconfig.h.cmake: |
| 5215 | |
commit-queue@webkit.org | 546c67d | 2012-07-10 01:37:36 +0000 | [diff] [blame] | 5216 | 2012-07-09 Pete Williamson <petewil@google.com> |
| 5217 | |
| 5218 | Expose an export for the iconUrl list so Internals can use it |
| 5219 | https://bugs.webkit.org/show_bug.cgi?id=88665 |
| 5220 | |
| 5221 | Reviewed by Kent Tamura. |
| 5222 | |
| 5223 | * Source/autotools/symbols.filter: export iconURLs |
| 5224 | |
commit-queue@webkit.org | 14ae505 | 2012-07-09 19:27:11 +0000 | [diff] [blame] | 5225 | 2012-07-09 Mike Lattanzio <mlattanzio@rim.com> |
| 5226 | |
| 5227 | [BlackBerry] meta viewport initial-scale doesn't factor in device pixel ratio |
| 5228 | https://bugs.webkit.org/show_bug.cgi?id=90575 |
| 5229 | |
| 5230 | Reviewed by Rob Buis. |
| 5231 | |
| 5232 | Add a manual test to verify wide content doesn't interfere |
| 5233 | with initial-scale calculations. |
| 5234 | |
| 5235 | Internal review from Konrad Piascik. |
| 5236 | |
| 5237 | * ManualTests/blackberry/meta-viewport-initial-scale-wide-content.html: Added. |
| 5238 | |
commit-queue@webkit.org | fb3c968 | 2012-07-09 15:39:09 +0000 | [diff] [blame] | 5239 | 2012-07-09 Sheriff Bot <webkit.review.bot@gmail.com> |
| 5240 | |
| 5241 | Unreviewed, rolling out r122107. |
| 5242 | http://trac.webkit.org/changeset/122107 |
| 5243 | https://bugs.webkit.org/show_bug.cgi?id=90794 |
| 5244 | |
| 5245 | Build failure on Mac debug bots (Requested by falken_ on |
| 5246 | #webkit). |
| 5247 | |
| 5248 | * Source/cmake/WebKitFeatures.cmake: |
| 5249 | * Source/cmakeconfig.h.cmake: |
| 5250 | |
commit-queue@webkit.org | b46a45d | 2012-07-09 14:42:00 +0000 | [diff] [blame] | 5251 | 2012-07-09 Matt Falkenhagen <falken@chromium.org> |
| 5252 | |
| 5253 | Add ENABLE_DIALOG_ELEMENT and skeleton files |
| 5254 | https://bugs.webkit.org/show_bug.cgi?id=90521 |
| 5255 | |
| 5256 | Reviewed by Kent Tamura. |
| 5257 | |
| 5258 | * Source/cmake/WebKitFeatures.cmake: |
| 5259 | * Source/cmakeconfig.h.cmake: |
| 5260 | |
commit-queue@webkit.org | e015179 | 2012-07-06 19:19:44 +0000 | [diff] [blame] | 5261 | 2012-07-06 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 5262 | |
| 5263 | [EFL][CMake] Move gtest sources to an upper level |
| 5264 | https://bugs.webkit.org/show_bug.cgi?id=90602 |
| 5265 | |
| 5266 | Reviewed by Chang Shu. |
| 5267 | |
| 5268 | CTest was enabled for all the ports, but used only by EFL. Now |
| 5269 | ENABLE_API_TESTS has to be defined, which will also build gtest. |
| 5270 | |
| 5271 | * CMakeLists.txt: |
| 5272 | * Source/CMakeLists.txt: |
| 5273 | * Source/cmake/OptionsEfl.cmake: |
| 5274 | * Source/cmake/gtest/CMakeLists.txt: Added. |
| 5275 | |
zandobersek@gmail.com | 03e439c | 2012-07-06 18:36:31 +0000 | [diff] [blame] | 5276 | 2012-07-06 Zan Dobersek <zandobersek@gmail.com> |
| 5277 | |
| 5278 | [Gtk] Add a configuration option for disabling unstable features in releases |
| 5279 | https://bugs.webkit.org/show_bug.cgi?id=87995 |
| 5280 | |
| 5281 | Reviewed by Martin Robinson. |
| 5282 | |
| 5283 | Add a configuration flag for enabling the unstable features - features of which |
| 5284 | support in the Gtk port is being worked on but is not yet complete. The primary |
| 5285 | use of this flag is when compiling through the build-webkit script. |
| 5286 | |
| 5287 | All the features that are currently enabled when building through build-webkit but |
| 5288 | are disabled by default when executing the configure script directly have their default |
| 5289 | value (when the correspondent flag is not passed) set to 'yes' when unstable features |
| 5290 | are enabled and 'no' otherwise. This way unstable features are kept disabled when performing |
| 5291 | a release build (unless they are specifically enabled). |
| 5292 | |
| 5293 | * configure.ac: |
| 5294 | |
ossy@webkit.org | b9f1ca6 | 2012-07-06 13:12:01 +0000 | [diff] [blame] | 5295 | 2012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 5296 | |
ossy@webkit.org | 31681df | 2012-07-06 13:18:47 +0000 | [diff] [blame] | 5297 | [Qt] Remove custom qmake logic for module creation |
| 5298 | |
| 5299 | Qmake now has the necessary hooks to cleanly override the build locations. |
| 5300 | |
| 5301 | https://bugs.webkit.org/show_bug.cgi?id=90461 |
| 5302 | |
| 5303 | Reviewed by Tor Arne Vestbø. |
| 5304 | |
| 5305 | * Source/api.pri: |
| 5306 | |
| 5307 | 2012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 5308 | |
ossy@webkit.org | 98fee7a | 2012-07-06 13:17:36 +0000 | [diff] [blame] | 5309 | [Qt] Add top-level .qmake.conf |
| 5310 | |
| 5311 | With Qt5, this makes setting $QMAKEPATH externally unnecessary. |
| 5312 | |
| 5313 | The magic in the perl scripts to set QMAKEPATH is still there, as it doesn't |
| 5314 | hurt, and is still required for Qt4. |
| 5315 | |
| 5316 | https://bugs.webkit.org/show_bug.cgi?id=90461 |
| 5317 | |
| 5318 | Reviewed by Tor Arne Vestbø. |
| 5319 | |
| 5320 | * .qmake.conf: Added. |
| 5321 | * WebKit.pro: |
| 5322 | |
| 5323 | 2012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 5324 | |
ossy@webkit.org | 69a6427 | 2012-07-06 13:15:24 +0000 | [diff] [blame] | 5325 | [Qt] Let qt_module_config create the forwarding module pri file |
| 5326 | |
| 5327 | https://bugs.webkit.org/show_bug.cgi?id=90461 |
| 5328 | |
| 5329 | Reviewed by Tor Arne Vestbø. |
| 5330 | |
| 5331 | * Source/sync.profile: |
| 5332 | |
| 5333 | 2012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 5334 | |
ossy@webkit.org | 66972eb | 2012-07-06 13:14:20 +0000 | [diff] [blame] | 5335 | [Qt] Don't let qt_webkit.pri proclaim its own location |
| 5336 | |
| 5337 | This won't work any more with recent Qt5 versions, as the forwarding |
| 5338 | pri is created by qt_module_config, which needs MODULE_PRI to be set |
| 5339 | up already. |
| 5340 | |
| 5341 | We also need to load build_config, not qt_module. |
| 5342 | |
| 5343 | https://bugs.webkit.org/show_bug.cgi?id=90461 |
| 5344 | |
| 5345 | Reviewed by Tor Arne Vestbø. |
| 5346 | |
| 5347 | * Source/api.pri: |
| 5348 | |
| 5349 | 2012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 5350 | |
ossy@webkit.org | d9eb864 | 2012-07-06 13:13:07 +0000 | [diff] [blame] | 5351 | [Qt] Remove redundant CONFIG+=module |
| 5352 | |
| 5353 | qt_module_config takes care of that. |
| 5354 | |
| 5355 | In api.pri we are actually testing the flag ourselves, so now we need to |
| 5356 | test a related flag qt_module_config sets instead. |
| 5357 | |
| 5358 | https://bugs.webkit.org/show_bug.cgi?id=90461 |
| 5359 | |
| 5360 | Reviewed by Tor Arne Vestbø. |
| 5361 | |
| 5362 | * Source/api.pri: |
| 5363 | |
| 5364 | 2012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 5365 | |
ossy@webkit.org | b9f1ca6 | 2012-07-06 13:12:01 +0000 | [diff] [blame] | 5366 | [Qt] Adjust to changed generation of master include file |
| 5367 | |
| 5368 | The responsiblity for creating the master include was moved out of syncqt. |
| 5369 | @ignore_for_master_contents still stays, as syncqt (ab-)uses this for |
| 5370 | determining whether a header is private. |
| 5371 | |
| 5372 | https://bugs.webkit.org/show_bug.cgi?id=90461 |
| 5373 | |
| 5374 | Reviewed by Tor Arne Vestbø. |
| 5375 | |
| 5376 | * Source/sync.profile: |
| 5377 | |
rwlbuis@webkit.org | 45009b6 | 2012-07-05 17:46:09 +0000 | [diff] [blame] | 5378 | 2012-07-05 Rob Buis <rbuis@rim.com> |
| 5379 | |
| 5380 | [CMake] Fix some CMake warnings |
| 5381 | https://bugs.webkit.org/show_bug.cgi?id=90558 |
| 5382 | |
| 5383 | Fix WebKit options so they match with FeatureList.pm. |
| 5384 | |
| 5385 | Reviewed by Dan Bates. |
| 5386 | |
| 5387 | * Source/cmake/WebKitFeatures.cmake: |
| 5388 | * Source/cmakeconfig.h.cmake: |
| 5389 | |
vestbo@webkit.org | 19d488f | 2012-07-05 16:39:54 +0000 | [diff] [blame] | 5390 | 2012-07-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 5391 | |
| 5392 | [Qt] Move Webkit1 before WebKit2 in the build order |
| 5393 | |
| 5394 | Reviewed by Csaba Osztrogonác. |
| 5395 | |
| 5396 | * WebKit.pro: |
| 5397 | |
ryuan.choi@samsung.com | dfb773b | 2012-07-05 14:20:53 +0000 | [diff] [blame] | 5398 | 2012-07-05 Ryuan Choi <ryuan.choi@samsung.com> |
| 5399 | |
| 5400 | [CMAKE] Unreviewd typo fix after r121857 |
| 5401 | |
| 5402 | * Source/cmake/WebKitMacros.cmake: |
| 5403 | |
commit-queue@webkit.org | 19f5496 | 2012-07-05 10:52:48 +0000 | [diff] [blame] | 5404 | 2012-07-05 Dongwoo Im <dw.im@samsung.com> |
| 5405 | |
| 5406 | [EFL] Enable the CUSTOM_SCHEME_HANDLER feature as default. |
| 5407 | https://bugs.webkit.org/show_bug.cgi?id=88608 |
| 5408 | |
| 5409 | Reviewed by Hajime Morita. |
| 5410 | |
| 5411 | * Source/cmake/OptionsEfl.cmake: Enable the CUSTOM_SCHEME_HANDLER feature as default. |
| 5412 | |
ryuan.choi@samsung.com | 8d2c489 | 2012-07-05 08:47:49 +0000 | [diff] [blame] | 5413 | 2012-07-05 Ryuan Choi <ryuan.choi@samsung.com> |
| 5414 | |
| 5415 | [Wk2][EFL] EFL needs a WebKitTestRunner |
| 5416 | https://bugs.webkit.org/show_bug.cgi?id=87659 |
| 5417 | |
| 5418 | Reviewed by Kenneth Rohde Christiansen. |
| 5419 | |
| 5420 | * Source/CMakeLists.txt: |
| 5421 | Set compiler flags for WebCoreTestSupport to be linked into TestRunnerInjectedBundle |
| 5422 | shared library. |
| 5423 | * Source/cmake/WebKitMacros.cmake: Remove unnecessary dependency. |
| 5424 | |
commit-queue@webkit.org | 1fcb31a | 2012-07-04 16:16:01 +0000 | [diff] [blame] | 5425 | 2012-07-04 John Mellor <johnme@chromium.org> |
| 5426 | |
| 5427 | Text Autosizing: Add compile flag and runtime setting |
| 5428 | https://bugs.webkit.org/show_bug.cgi?id=87394 |
| 5429 | |
| 5430 | This patch renames Font Boosting to Text Autosizing. |
| 5431 | |
| 5432 | Reviewed by Adam Barth. |
| 5433 | |
| 5434 | * configure.ac: |
| 5435 | |
ryuan.choi@samsung.com | 9d83d8d | 2012-07-04 15:25:35 +0000 | [diff] [blame] | 5436 | 2012-07-04 Ryuan Choi <ryuan.choi@samsung.com> |
| 5437 | |
| 5438 | [CMAKE] Add GENERATE_BINDINGS macro to share the codes which use generate-bindings.pl. |
| 5439 | https://bugs.webkit.org/show_bug.cgi?id=90258 |
| 5440 | |
| 5441 | Reviewed by Rob Buis. |
| 5442 | |
| 5443 | This new macro calls generate-bindings.pl and append generated sources |
| 5444 | into proper source list. |
| 5445 | |
| 5446 | * Source/cmake/WebKitMacros.cmake: |
| 5447 | |
vestbo@webkit.org | b29c073 | 2012-07-04 14:21:59 +0000 | [diff] [blame] | 5448 | 2012-07-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 5449 | |
| 5450 | [Qt] Get rid of un-needed QT += declarative for Qt 5 |
| 5451 | |
| 5452 | The declarative module has been renamed to quick1 in Qt 5, and the |
| 5453 | engine-only module for Qt 5 is named 'qml'. For many of the instances |
| 5454 | we could just remove 'declarative', since the project file was only |
| 5455 | used for Qt5/WebKit2 builds. In the other cases the module was wrapped |
| 5456 | in a haveQt(4) scope. |
| 5457 | |
| 5458 | Reviewed by Csaba Osztrogonác. |
| 5459 | |
| 5460 | * Source/api.pri: |
| 5461 | |
commit-queue@webkit.org | f8650c7 | 2012-07-04 01:56:08 +0000 | [diff] [blame] | 5462 | 2012-07-03 Christophe Dumez <christophe.dumez@intel.com> |
| 5463 | |
| 5464 | [EFL] Enable CSS variables support at compile time |
| 5465 | https://bugs.webkit.org/show_bug.cgi?id=90448 |
| 5466 | |
| 5467 | Reviewed by Kenneth Rohde Christiansen. |
| 5468 | |
| 5469 | Turn on CSS_VARIABLES flag by default on EFL port. |
| 5470 | |
| 5471 | * Source/cmake/OptionsEfl.cmake: |
| 5472 | * Source/cmakeconfig.h.cmake: |
| 5473 | |
staikos@webkit.org | cbaf17a | 2012-07-03 16:34:07 +0000 | [diff] [blame] | 5474 | 2012-07-03 George Staikos <staikos@webkit.org> |
| 5475 | |
| 5476 | [BlackBerry] Enable microdata support for BlackBerry. |
| 5477 | https://bugs.webkit.org/show_bug.cgi?id=90429 |
| 5478 | |
| 5479 | Reviewed by Rob Buis. |
| 5480 | |
| 5481 | * Source/cmake/OptionsBlackBerry.cmake: |
| 5482 | |
vestbo@webkit.org | 15c931a | 2012-07-03 16:22:10 +0000 | [diff] [blame] | 5483 | 2012-07-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 5484 | |
| 5485 | [Qt] Make use of .qmake.cache for caching features |
| 5486 | |
| 5487 | Instead of loading() features from the files that need them (and re-running |
| 5488 | a bunch of checks), we now run feature detection as part of configure.pro, |
| 5489 | and have build-webkit write the computed feature-defines and CONFIG to |
| 5490 | .qmake.cache, which is then loaded by qmake _before_ even defaults_pre |
| 5491 | when building WebKit.pro. |
| 5492 | |
| 5493 | At some point we'll be able to selectivly prevent running of config tests |
| 5494 | in configure.pro, which means we don't need a separate code-path for |
| 5495 | the build-webkit --help case. |
| 5496 | |
| 5497 | We should also move the code in build-webkit that now uses .webkit.config |
| 5498 | to detect clean builds, to use .qmake.cache, since we now store the same |
| 5499 | thing there. |
| 5500 | |
| 5501 | Original patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 5502 | |
| 5503 | Reviewed by Tor Arne Vestbø. |
| 5504 | |
| 5505 | * Source/QtWebKit.pro: |
| 5506 | * Source/api.pri: |
| 5507 | * Source/tests.pri: |
| 5508 | * WebKit.pro: |
| 5509 | |
commit-queue@webkit.org | 26c3c5d | 2012-07-03 16:04:50 +0000 | [diff] [blame] | 5510 | 2012-07-03 Sheriff Bot <webkit.review.bot@gmail.com> |
| 5511 | |
| 5512 | Unreviewed, rolling out r121766. |
| 5513 | http://trac.webkit.org/changeset/121766 |
| 5514 | https://bugs.webkit.org/show_bug.cgi?id=90465 |
| 5515 | |
| 5516 | It caused flakey build errors on the bots (Requested by Ossy |
| 5517 | on #webkit). |
| 5518 | |
| 5519 | * Source/QtWebKit.pro: |
| 5520 | * Source/api.pri: |
| 5521 | * Source/tests.pri: |
| 5522 | * WebKit.pro: |
| 5523 | |
staikos@webkit.org | 8a898b4 | 2012-07-03 15:53:31 +0000 | [diff] [blame] | 5524 | 2012-07-03 George Staikos <staikos@webkit.org> |
| 5525 | |
staikos@webkit.org | a9fe406 | 2012-07-03 16:00:22 +0000 | [diff] [blame] | 5526 | [BlackBerry] Enable Custom Scheme Handlers for BlackBerry. |
| 5527 | https://bugs.webkit.org/show_bug.cgi?id=90422 |
| 5528 | |
| 5529 | Reviewed by Rob Buis. |
| 5530 | |
| 5531 | * Source/cmake/OptionsBlackBerry.cmake: |
| 5532 | |
| 5533 | 2012-07-03 George Staikos <staikos@webkit.org> |
| 5534 | |
staikos@webkit.org | 8a898b4 | 2012-07-03 15:53:31 +0000 | [diff] [blame] | 5535 | [BlackBerry] Enable RegisterProtocolHandler for BlackBerry. |
| 5536 | https://bugs.webkit.org/show_bug.cgi?id=90422 |
| 5537 | |
| 5538 | Reviewed by Rob Buis. |
| 5539 | |
| 5540 | * Source/cmake/OptionsBlackBerry.cmake: |
| 5541 | |
commit-queue@webkit.org | 0f4231e | 2012-07-03 15:48:38 +0000 | [diff] [blame] | 5542 | 2012-07-03 Priit Laes <plaes@plaes.org> |
| 5543 | |
| 5544 | [GTK] Need to bump libsoup requirements (for `soup_cookie_jar_get_cookie_list`) |
| 5545 | https://bugs.webkit.org/show_bug.cgi?id=90332 |
| 5546 | |
| 5547 | Reviewed by Gustavo Noronha Silva. |
| 5548 | |
| 5549 | * configure.ac: Bump libsoup requirements to 2.39.2 |
| 5550 | |
vestbo@webkit.org | 3ad354f | 2012-07-03 15:23:20 +0000 | [diff] [blame] | 5551 | 2012-07-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 5552 | |
| 5553 | [Qt] Make use of .qmake.cache for caching features |
| 5554 | |
| 5555 | Instead of loading() features from the files that need them (and re-running |
| 5556 | a bunch of checks), we now run feature detection as part of configure.pro, |
| 5557 | and have build-webkit write the computed feature-defines and CONFIG to |
| 5558 | .qmake.cache, which is then loaded by qmake _before_ even defaults_pre |
| 5559 | when building WebKit.pro. |
| 5560 | |
| 5561 | At some point we'll be able to selectivly prevent running of config tests |
| 5562 | in configure.pro, which means we don't need a separate code-path for |
| 5563 | the build-webkit --help case. |
| 5564 | |
| 5565 | We should also move the code in build-webkit that now uses .webkit.config |
| 5566 | to detect clean builds, to use .qmake.cache, since we now store the same |
| 5567 | thing there. |
| 5568 | |
| 5569 | Original patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 5570 | |
| 5571 | Reviewed by Tor Arne Vestbø. |
| 5572 | |
| 5573 | * Source/QtWebKit.pro: |
| 5574 | * Source/api.pri: |
| 5575 | * Source/tests.pri: |
| 5576 | * WebKit.pro: |
| 5577 | |
commit-queue@webkit.org | b70cc58 | 2012-07-03 07:01:58 +0000 | [diff] [blame] | 5578 | 2012-07-03 Christophe Dumez <christophe.dumez@intel.com> |
| 5579 | |
| 5580 | [EFL] Enable MICRODATA support |
| 5581 | https://bugs.webkit.org/show_bug.cgi?id=90377 |
| 5582 | |
| 5583 | Reviewed by Kenneth Rohde Christiansen. |
| 5584 | |
| 5585 | Turn on MICRODATA support by default for EFL port. |
| 5586 | |
| 5587 | * Source/cmake/OptionsEfl.cmake: |
| 5588 | |
staikos@webkit.org | f09221f | 2012-07-03 03:40:34 +0000 | [diff] [blame] | 5589 | 2012-07-02 George Staikos <staikos@webkit.org> |
| 5590 | |
| 5591 | [BlackBerry] Enable scoped style for BlackBerry. |
| 5592 | https://bugs.webkit.org/show_bug.cgi?id=90418 |
| 5593 | |
| 5594 | Reviewed by Rob Buis. |
| 5595 | |
| 5596 | * Source/cmake/OptionsBlackBerry.cmake: |
| 5597 | * Source/cmakeconfig.h.cmake: |
| 5598 | |
commit-queue@webkit.org | 081c969 | 2012-07-03 03:38:29 +0000 | [diff] [blame] | 5599 | 2012-07-02 Xiaobo Wang <xbwang@torchmobile.com.cn> |
| 5600 | |
| 5601 | [BlackBerry] Use PUBLIC_BUILD to enable/disable DRT |
| 5602 | https://bugs.webkit.org/show_bug.cgi?id=90271 |
| 5603 | |
| 5604 | Reviewed by George Staikos. |
| 5605 | |
| 5606 | RIM PR #154707 |
| 5607 | |
| 5608 | Currently DRT code will be compiled only if ENABLE_DRT is set, and it's not |
| 5609 | defined by default. |
| 5610 | We should enable DRT by default unless PUBLIC_BUILD is set. In this way we don't |
| 5611 | need to rebuild webkit before running DRT. |
| 5612 | |
| 5613 | * Source/cmake/OptionsBlackBerry.cmake: |
| 5614 | * Source/cmakeconfig.h.cmake: |
| 5615 | |
commit-queue@webkit.org | cf83361 | 2012-07-02 19:46:16 +0000 | [diff] [blame] | 5616 | 2012-07-02 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 5617 | |
| 5618 | [EFL][CMake] Integrate API unit tests with CTest |
| 5619 | https://bugs.webkit.org/show_bug.cgi?id=87251 |
| 5620 | |
| 5621 | Reviewed by Daniel Bates. |
| 5622 | |
| 5623 | Enable CTest on the root CMakeLists.txt as it is expected |
| 5624 | to be here. This will create a new build target ("make test") |
| 5625 | to run all the API unit tests. |
| 5626 | |
| 5627 | * CMakeLists.txt: |
| 5628 | |
commit-queue@webkit.org | cdf5a92 | 2012-07-02 06:22:14 +0000 | [diff] [blame] | 5629 | 2012-07-01 Christophe Dumez <christophe.dumez@intel.com> |
| 5630 | |
| 5631 | [EFL] Add Gamepad support |
| 5632 | https://bugs.webkit.org/show_bug.cgi?id=90170 |
| 5633 | |
| 5634 | Reviewed by Kenneth Rohde Christiansen. |
| 5635 | |
| 5636 | * Source/cmake/FindEFL.cmake: Bump EFL libs dependencies. |
| 5637 | * Source/cmake/OptionsEfl.cmake: Turn on GAMEPAD flag on EFL port. |
| 5638 | * Source/cmakeconfig.h.cmake: Add GAMEPAD flag to CMake. |
| 5639 | |
commit-queue@webkit.org | fc7dc86 | 2012-06-30 22:54:56 +0000 | [diff] [blame] | 5640 | 2012-06-30 Jason Liu <jason.liu@torchmobile.com.cn> |
| 5641 | |
| 5642 | [BlackBerry] WebView/Browser cause blank screen when selecting a dropdown field. |
| 5643 | https://bugs.webkit.org/show_bug.cgi?id=90241 |
| 5644 | |
| 5645 | This issue is caused by single quotes in option's labels. |
| 5646 | We should use the escape character of single quotes in JavaScript's string which |
| 5647 | starts and ends with single quotes. |
| 5648 | So we replace lablels' single quotes with its escape character during generating the |
| 5649 | select popUp's HTML. |
| 5650 | |
| 5651 | |
| 5652 | Reviewed by George Staikos. |
| 5653 | |
| 5654 | * ManualTests/blackberry/select-popup-items-unicode-display.html: |
| 5655 | |
commit-queue@webkit.org | d62be1b | 2012-06-30 04:18:40 +0000 | [diff] [blame] | 5656 | 2012-06-29 Luiz Agostini <luiz.agostini@nokia.com> |
| 5657 | |
| 5658 | [Qt][WK2] Private non-QtQuick API |
| 5659 | https://bugs.webkit.org/show_bug.cgi?id=84532 |
| 5660 | |
| 5661 | Reviewed by Noam Rosenthal. |
| 5662 | |
| 5663 | API tests for QRawWebView. |
| 5664 | |
| 5665 | * Source/tests.pri: |
| 5666 | |
zandobersek@gmail.com | e0e4ce7 | 2012-06-29 14:38:23 +0000 | [diff] [blame] | 5667 | 2012-06-29 Zan Dobersek <zandobersek@gmail.com> |
| 5668 | |
| 5669 | Unreviewed build fix after r121518, adding a missing symbol to symbols.filter. |
| 5670 | |
| 5671 | * Source/autotools/symbols.filter: |
| 5672 | |
morrita@google.com | c9a9638 | 2012-06-29 06:00:56 +0000 | [diff] [blame] | 5673 | 2012-06-28 MORITA Hajime <morrita@google.com> |
| 5674 | |
| 5675 | [Refactoring] NodeRenderingContext ctor could be built on top of the ComposedShadowTreeWalker |
| 5676 | https://bugs.webkit.org/show_bug.cgi?id=89732 |
| 5677 | |
| 5678 | Reviewed by Dimitri Glazkov. |
| 5679 | |
| 5680 | * Source/autotools/symbols.filter: |
| 5681 | |
commit-queue@webkit.org | 05cdaaa | 2012-06-29 04:20:18 +0000 | [diff] [blame] | 5682 | 2012-06-28 Jason Liu <jason.liu@torchmobile.com.cn> |
| 5683 | |
| 5684 | [BlackBerry] Selection items show as garbage for non-ascii characters. |
| 5685 | https://bugs.webkit.org/show_bug.cgi?id=89969 |
| 5686 | |
| 5687 | Add charset utf-8 to the select popup's page. |
| 5688 | |
| 5689 | Reviewed by Antonio Gomes. |
| 5690 | |
| 5691 | * ManualTests/blackberry/select-popup-items-unicode-display.html: Added. |
| 5692 | |
commit-queue@webkit.org | 0400b6e | 2012-06-28 21:02:30 +0000 | [diff] [blame] | 5693 | 2012-06-28 Christophe Dumez <christophe.dumez@intel.com> |
| 5694 | |
| 5695 | [EFL] Enable support for HTML5 datalist |
| 5696 | https://bugs.webkit.org/show_bug.cgi?id=90157 |
| 5697 | |
| 5698 | Reviewed by Martin Robinson. |
| 5699 | |
| 5700 | Turn on DATALIST flag by default on EFL port to |
| 5701 | support HTML5 datalist tag. |
| 5702 | |
| 5703 | * Source/cmake/OptionsEfl.cmake: |
| 5704 | |
zandobersek@gmail.com | c8bac58 | 2012-06-27 09:19:15 +0000 | [diff] [blame] | 5705 | 2012-06-27 Zan Dobersek <zandobersek@gmail.com> |
| 5706 | |
| 5707 | [Gtk] Add support for the Gamepad API |
| 5708 | https://bugs.webkit.org/show_bug.cgi?id=87503 |
| 5709 | |
| 5710 | Reviewed by Carlos Garcia Campos. |
| 5711 | |
| 5712 | Only enable the Gamepad feature on Linux as support |
| 5713 | for other operating systems is not present. |
| 5714 | |
| 5715 | Check for the GIO Unix and GUdev dependencies when the |
| 5716 | Gamepad feature is enabled. |
| 5717 | |
| 5718 | * configure.ac: |
| 5719 | |
hausmann@webkit.org | ed7b727a | 2012-06-26 04:47:14 +0000 | [diff] [blame] | 5720 | 2012-06-25 Simon Hausmann <simon.hausmann@nokia.com> |
| 5721 | |
| 5722 | [Qt] Make it possible to build WebKit without QtWidgets |
| 5723 | https://bugs.webkit.org/show_bug.cgi?id=78109 |
| 5724 | |
| 5725 | Reviewed by Tor Arne Vestbø. |
| 5726 | |
| 5727 | * Source/QtWebKit.pro: Don't build WK1 tests and examples if WK1 is disabled. |
| 5728 | * Source/api.pri: Move WK1 sources away from here and use WEBKIT += webkit1 instead |
| 5729 | * WebKit.pro: Add WK1 to SUBDIRS unless no_webkit1 is set. |
| 5730 | |
gyuyoung.kim@samsung.com | db64515 | 2012-06-25 18:01:42 +0000 | [diff] [blame] | 5731 | 2012-06-25 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| 5732 | |
| 5733 | [EFL] Implement Network Information API |
| 5734 | https://bugs.webkit.org/show_bug.cgi?id=87067 |
| 5735 | |
| 5736 | Reviewed by Kenneth Rohde Christiansen. |
| 5737 | |
| 5738 | * Source/cmake/FindEFL.cmake: Find eeze library in build system. |
| 5739 | |
carlosgc@webkit.org | 447b371 | 2012-06-25 13:38:19 +0000 | [diff] [blame] | 5740 | 2012-06-25 Carlos Garcia Campos <cgarcia@igalia.com> |
| 5741 | |
| 5742 | Unreviewed. Update NEWS and configure.ac for 1.9.4 release |
| 5743 | |
| 5744 | * configure.ac: Bump version number. |
| 5745 | |
commit-queue@webkit.org | c2df1f0 | 2012-06-22 20:10:10 +0000 | [diff] [blame] | 5746 | 2012-06-22 Joshua Netterfield <jnetterfield@rim.com> |
| 5747 | |
| 5748 | [BlackBerry] Sanitize GLSL code using ANGLE. |
| 5749 | |
| 5750 | BlackBerry port does not sanitize GLSL code with ANGLE |
| 5751 | https://bugs.webkit.org/show_bug.cgi?id=89583 |
| 5752 | |
| 5753 | Reviewed by Rob Buis. |
| 5754 | |
| 5755 | * Source/cmake/OptionsBlackBerry.cmake: Include ANGLE openGL headers as system headers in BlackBerry port. |
| 5756 | |
commit-queue@webkit.org | 618672d | 2012-06-21 19:20:00 +0000 | [diff] [blame] | 5757 | 2012-06-21 Kalev Lember <kalevlember@gmail.com> |
| 5758 | |
| 5759 | [GTK] Fix NPAPI plugins on Windows |
| 5760 | https://bugs.webkit.org/show_bug.cgi?id=54531 |
| 5761 | |
| 5762 | Reviewed by Martin Robinson. |
| 5763 | |
| 5764 | Define XP_WIN on Windows for plugin support. |
| 5765 | |
| 5766 | * GNUmakefile.am: |
| 5767 | |
commit-queue@webkit.org | bff9a10 | 2012-06-21 15:46:40 +0000 | [diff] [blame] | 5768 | 2012-06-21 Ryuan Choi <ryuan.choi@gmail.com> |
| 5769 | |
| 5770 | [EFL][WK2] Make WebKit2/Efl headers and resources installable. |
| 5771 | https://bugs.webkit.org/show_bug.cgi?id=88207 |
| 5772 | |
| 5773 | Reviewed by Chang Shu. |
| 5774 | |
| 5775 | * Source/cmake/OptionsCommon.cmake: |
| 5776 | Provide new variable, EXEC_INSTALL_DIR to determine where to install |
| 5777 | executables. |
| 5778 | |
ryuan.choi@samsung.com | 71b5434 | 2012-06-21 15:11:48 +0000 | [diff] [blame] | 5779 | 2012-06-21 Ryuan Choi <ryuan.choi@samsung.com> |
| 5780 | |
| 5781 | [EFL[WK2] Add WKViewEfl and WebKit2 API Object to represent Evas_Object. |
| 5782 | https://bugs.webkit.org/show_bug.cgi?id=88935 |
| 5783 | |
| 5784 | Reviewed by Chang Shu. |
| 5785 | |
| 5786 | * Source/cmake/OptionsEfl.cmake: Defines BUILDING_EFL__. |
| 5787 | |
commit-queue@webkit.org | 7a98dfe | 2012-06-20 22:49:13 +0000 | [diff] [blame] | 5788 | 2012-06-20 Varun Jain <varunjain@chromium.org> |
| 5789 | |
| 5790 | Account for device scale factor when creating image for dragging. |
| 5791 | https://bugs.webkit.org/show_bug.cgi?id=89489 |
| 5792 | |
| 5793 | Reviewed by Adam Barth. |
| 5794 | |
| 5795 | * ManualTests/chromium/drag-image-accounts-for-device-scale.html: Added. |
| 5796 | |
philn@webkit.org | 36de885 | 2012-06-20 02:25:14 +0000 | [diff] [blame] | 5797 | 2012-06-18 Philippe Normand <pnormand@igalia.com> |
| 5798 | |
| 5799 | [GStreamer] 0.11 video-sink |
| 5800 | https://bugs.webkit.org/show_bug.cgi?id=77087 |
| 5801 | |
| 5802 | Reviewed by Martin Robinson. |
| 5803 | |
| 5804 | * configure.ac: Fix required gstreamer 0.11 version |
| 5805 | |
jocelyn.turcotte@nokia.com | 36177bb | 2012-06-19 15:15:00 +0000 | [diff] [blame] | 5806 | 2012-06-19 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| 5807 | |
| 5808 | [Qt] Fix the Windows build when Qt is built without -release or -debug |
| 5809 | https://bugs.webkit.org/show_bug.cgi?id=89471 |
| 5810 | |
| 5811 | Reviewed by Tor Arne Vestbø. |
| 5812 | |
| 5813 | Make sure that we at least remove build_all on Windows for api.pri, |
| 5814 | as WebCore wasn't built for all configurations. |
| 5815 | |
| 5816 | * Source/api.pri: |
| 5817 | |
commit-queue@webkit.org | f558461 | 2012-06-19 09:13:52 +0000 | [diff] [blame] | 5818 | 2012-06-19 Mike West <mkwst@chromium.org> |
| 5819 | |
| 5820 | Introduce ENABLE_CSP_NEXT configuration flag. |
| 5821 | https://bugs.webkit.org/show_bug.cgi?id=89300 |
| 5822 | |
| 5823 | Reviewed by Adam Barth. |
| 5824 | |
| 5825 | The 1.0 draft of the Content Security Policy spec is just about to |
| 5826 | move to Last Call. We'll hide work on the upcoming 1.1 spec behind |
| 5827 | this ENABLE flag, disabled by default. |
| 5828 | |
| 5829 | Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html |
| 5830 | |
| 5831 | * Source/cmake/WebKitFeatures.cmake: |
| 5832 | * Source/cmakeconfig.h.cmake: |
| 5833 | |
hausmann@webkit.org | fa23ca3 | 2012-06-19 07:35:06 +0000 | [diff] [blame] | 5834 | 2012-06-19 Joel Dillon <joel.dillon@codethink.co.uk>, Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| 5835 | |
| 5836 | [Qt] Allow the modules file generation to work on Windows. |
| 5837 | https://bugs.webkit.org/show_bug.cgi?id=89010 |
| 5838 | |
| 5839 | Reviewed by Csaba Osztrogonác. |
| 5840 | |
| 5841 | Add calls to toSystemPath and use QMAKE_DIR_SEP where necessary. |
| 5842 | |
| 5843 | * Source/api.pri: |
| 5844 | |
hausmann@webkit.org | 7c253c0 | 2012-06-19 07:32:50 +0000 | [diff] [blame] | 5845 | 2012-06-19 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| 5846 | |
| 5847 | [Qt] Fix TARGET not properly being set for QtWebKitd5.dll when building in debug. |
| 5848 | https://bugs.webkit.org/show_bug.cgi?id=88880 |
| 5849 | |
| 5850 | load(qt_module_config) adjusts the TARGET to add the "d" suffix when doing |
| 5851 | the debug build_pass. When doing the first pass, qt_module_config.prf doesn't |
| 5852 | adjust the target since it is in debug_and_release and expects the debug |
| 5853 | build_pass to come later. However, since we remove debug_and_release from CONFIG |
| 5854 | right after this, the TARGET hasn't been adjusted and the debug build_pass |
| 5855 | will not happen. |
| 5856 | |
| 5857 | Work around it by disabling this optimization on Windows. |
| 5858 | |
| 5859 | Reviewed by Tor Arne Vestbø. |
| 5860 | |
| 5861 | * Source/api.pri: |
| 5862 | |
commit-queue@webkit.org | 828d239 | 2012-06-19 07:27:33 +0000 | [diff] [blame] | 5863 | 2012-06-19 Mike West <mkwst@chromium.org> |
| 5864 | |
| 5865 | Add a scheme registry for bypassing Content Security Policy. |
| 5866 | https://bugs.webkit.org/show_bug.cgi?id=89373 |
| 5867 | |
| 5868 | Reviewed by Adam Barth. |
| 5869 | |
| 5870 | * Source/autotools/symbols.filter: |
| 5871 | |
rwlbuis@webkit.org | bb8126f | 2012-06-18 22:08:53 +0000 | [diff] [blame] | 5872 | 2012-06-18 Rob Buis <rbuis@rim.com> |
| 5873 | |
| 5874 | [BlackBerry] Enable LEGACY_VIEWPORT_ADAPTION |
| 5875 | https://bugs.webkit.org/show_bug.cgi?id=89381 |
| 5876 | |
| 5877 | Reviewed by Antonio Gomes. |
| 5878 | |
| 5879 | PR 163598 |
| 5880 | |
| 5881 | Enable LEGACY_VIEWPORT_ADAPTION. |
| 5882 | |
| 5883 | * Source/cmake/OptionsBlackBerry.cmake: |
| 5884 | |
philn@webkit.org | 538a3bba | 2012-06-17 18:36:21 +0000 | [diff] [blame] | 5885 | 2012-06-17 Philippe Normand <pnormand@igalia.com> |
| 5886 | |
philn@webkit.org | c668d9c | 2012-06-18 02:35:53 +0000 | [diff] [blame] | 5887 | Unreviewed, GTK 64-bit build fix after r120551. |
| 5888 | |
| 5889 | * Source/autotools/symbols.filter: |
| 5890 | |
| 5891 | 2012-06-17 Philippe Normand <pnormand@igalia.com> |
| 5892 | |
philn@webkit.org | 538a3bba | 2012-06-17 18:36:21 +0000 | [diff] [blame] | 5893 | Unreviewed, GTK build fix after r120397. |
| 5894 | |
| 5895 | * Source/autotools/symbols.filter: |
| 5896 | |
tkent@chromium.org | bcc7163 | 2012-06-15 04:34:25 +0000 | [diff] [blame] | 5897 | 2012-06-14 Kent Tamura <tkent@chromium.org> |
| 5898 | |
| 5899 | Validate form state strings in FormController::setStateForNewFormElements() |
| 5900 | https://bugs.webkit.org/show_bug.cgi?id=88768 |
| 5901 | |
| 5902 | Reviewed by Hajime Morita. |
| 5903 | |
| 5904 | * Source/autotools/symbols.filter: Expose some symbols used by Internals.cpp. |
| 5905 | |
commit-queue@webkit.org | ea3f3f0 | 2012-06-14 09:32:37 +0000 | [diff] [blame] | 5906 | 2012-06-14 Chris Guan <chris.guan@torchmobile.com.cn> |
| 5907 | |
| 5908 | [Blackberry] add a new Api named setAllowNotification |
| 5909 | https://bugs.webkit.org/show_bug.cgi?id=88950 |
| 5910 | |
| 5911 | Reviewed by Antonio Gomes. |
| 5912 | |
| 5913 | Add a new API named setAllowNotification in webpage class to |
| 5914 | let client set those allowed domains into notifications. |
| 5915 | |
| 5916 | Test case: |
| 5917 | * ManualTests/blackberry/notification.html: Added. |
| 5918 | |
zandobersek@gmail.com | 44a6ce7 | 2012-06-13 18:21:58 +0000 | [diff] [blame] | 5919 | 2012-06-13 Zan Dobersek <zandobersek@gmail.com> |
| 5920 | |
| 5921 | [Gtk] Enable link prefetch support in the developer builds |
| 5922 | https://bugs.webkit.org/show_bug.cgi?id=89011 |
| 5923 | |
| 5924 | Reviewed by Martin Robinson. |
| 5925 | |
| 5926 | Rather export an automake conditional than define a preprocessor |
| 5927 | macro for enabling link prefetch support. |
| 5928 | |
| 5929 | * configure.ac: |
| 5930 | |
commit-queue@webkit.org | 687a1a04 | 2012-06-13 12:28:50 +0000 | [diff] [blame] | 5931 | 2012-06-13 Robin Cao <robin.cao@torchmobile.com.cn> |
| 5932 | |
| 5933 | [BlackBerry] Enable MEDIA_STREAM by default |
| 5934 | https://bugs.webkit.org/show_bug.cgi?id=88849 |
| 5935 | |
| 5936 | Reviewed by Antonio Gomes. |
| 5937 | |
| 5938 | * Source/cmake/OptionsBlackBerry.cmake: |
| 5939 | * Source/cmakeconfig.h.cmake: |
| 5940 | |
morrita@google.com | 649eaeb | 2012-06-13 01:28:33 +0000 | [diff] [blame] | 5941 | 2012-06-12 MORITA Hajime <morrita@google.com> |
| 5942 | |
| 5943 | Shadow Pseudo ID should be able to nest to point nested shadow DOM. |
| 5944 | https://bugs.webkit.org/show_bug.cgi?id=62218 |
| 5945 | |
| 5946 | Reviewed by Dimitri Glazkov. |
| 5947 | |
| 5948 | * Source/autotools/symbols.filter: |
| 5949 | |
commit-queue@webkit.org | e8e0b10 | 2012-06-12 16:32:58 +0000 | [diff] [blame] | 5950 | 2012-06-12 Christophe Dumez <christophe.dumez@intel.com> |
| 5951 | |
commit-queue@webkit.org | f128e80 | 2012-06-13 00:28:03 +0000 | [diff] [blame] | 5952 | [EFL] Enable SHADOW_DOM flag |
| 5953 | https://bugs.webkit.org/show_bug.cgi?id=87732 |
| 5954 | |
| 5955 | Reviewed by Kentaro Hara. |
| 5956 | |
| 5957 | Enable SHADOW_DOM flag by default at compile time for EFL port. |
| 5958 | |
| 5959 | * Source/autotools/symbols.filter: Fix GTK build by adding new symbol. |
| 5960 | * Source/cmake/OptionsEfl.cmake: |
| 5961 | * Source/cmakeconfig.h.cmake: |
| 5962 | |
| 5963 | 2012-06-12 Christophe Dumez <christophe.dumez@intel.com> |
| 5964 | |
commit-queue@webkit.org | e8e0b10 | 2012-06-12 16:32:58 +0000 | [diff] [blame] | 5965 | [EFL] enable LEGACY_WEBKIT_BLOB_BUILDER flag |
| 5966 | https://bugs.webkit.org/show_bug.cgi?id=88715 |
| 5967 | |
| 5968 | Reviewed by Noam Rosenthal. |
| 5969 | |
| 5970 | Enable LEGACY_WEBKIT_BLOB_BUILDER flag by default on EFL port. |
| 5971 | |
| 5972 | * Source/cmake/OptionsEfl.cmake: |
| 5973 | * Source/cmakeconfig.h.cmake: |
| 5974 | |
commit-queue@webkit.org | b617531 | 2012-06-12 13:19:07 +0000 | [diff] [blame] | 5975 | 2012-06-12 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 5976 | |
| 5977 | [CMake] Enabled CSS_BOX_DECORATION_BREAK by default |
| 5978 | https://bugs.webkit.org/show_bug.cgi?id=88850 |
| 5979 | |
| 5980 | Reviewed by Alexis Menard. |
| 5981 | |
| 5982 | Enabled it by default on CMake ports like in other ports. |
| 5983 | This patch is a follow up to r120029. |
| 5984 | |
| 5985 | * Source/cmake/WebKitFeatures.cmake: |
| 5986 | * Source/cmakeconfig.h.cmake: |
| 5987 | |
kaustubh@motorola.com | 479cf83 | 2012-06-12 10:47:39 +0000 | [diff] [blame] | 5988 | 2012-06-11 Kaustubh Atrawalkar <kaustubh@motorola.com> |
| 5989 | |
| 5990 | [DRT] LTC:: counterValueForElementById() could be moved to Internals. |
| 5991 | https://bugs.webkit.org/show_bug.cgi?id=84406 |
| 5992 | |
| 5993 | Reviewed by Hajime Morita. |
| 5994 | |
| 5995 | Exporting Internals::counterValueForElement symbols for the Gtk build. |
| 5996 | |
| 5997 | * Source/autotools/symbols.filter: |
| 5998 | |
alexis.menard@openbossa.org | 91279ad | 2012-06-12 02:21:42 +0000 | [diff] [blame] | 5999 | 2012-06-11 Alexis Menard <alexis.menard@openbossa.org> |
| 6000 | |
| 6001 | [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag. |
| 6002 | https://bugs.webkit.org/show_bug.cgi?id=88804 |
| 6003 | |
| 6004 | Reviewed by Tony Chang. |
| 6005 | |
| 6006 | Protect box-decoration-break behind a feature flag enabled by default. |
| 6007 | |
| 6008 | * configure.ac: |
| 6009 | |
commit-queue@webkit.org | b12c4b9 | 2012-06-11 22:16:11 +0000 | [diff] [blame] | 6010 | 2012-06-11 Arnaud Renevier <arno@renevier.net> |
| 6011 | |
| 6012 | Replace obsolete mkdir_p variable with MKDIR_P |
| 6013 | https://bugs.webkit.org/show_bug.cgi?id=88790 |
| 6014 | |
| 6015 | Reviewed by Martin Robinson. |
| 6016 | |
| 6017 | * GNUmakefile.am: |
| 6018 | * configure.ac: |
| 6019 | |
carlosgc@webkit.org | f4fbe00 | 2012-06-11 15:31:19 +0000 | [diff] [blame] | 6020 | 2012-06-11 Carlos Garcia Campos <cgarcia@igalia.com> |
| 6021 | |
| 6022 | Unreviewed. Fix make distcheck issues. |
| 6023 | |
| 6024 | * GNUmakefile.am: Initialize jscore nosource variables. |
| 6025 | |
darin@apple.com | 7a26ab3 | 2012-06-10 17:15:55 +0000 | [diff] [blame] | 6026 | 2012-06-10 Darin Adler <darin@apple.com> |
| 6027 | |
| 6028 | Remove unneeded callRemovedLastRef function from TreeShared refactoring |
| 6029 | https://bugs.webkit.org/show_bug.cgi?id=88653 |
| 6030 | |
| 6031 | Reviewed by Sam Weinig. |
| 6032 | |
| 6033 | * Source/autotools/symbols.filter: Filter removedLastRef instead of |
| 6034 | callRemovedLastRef. |
| 6035 | |
commit-queue@webkit.org | 5deb749 | 2012-06-09 09:05:22 +0000 | [diff] [blame] | 6036 | 2012-06-09 Sukolsak Sakshuwong <sukolsak@google.com> |
| 6037 | |
| 6038 | Add UNDO_MANAGER flag |
| 6039 | https://bugs.webkit.org/show_bug.cgi?id=87908 |
| 6040 | |
| 6041 | Reviewed by Tony Chang. |
| 6042 | |
| 6043 | * Source/cmake/WebKitFeatures.cmake: |
| 6044 | |
mrobinson@webkit.org | 940af95 | 2012-06-08 22:24:55 +0000 | [diff] [blame] | 6045 | 2012-06-08 Martin Robinson <mrobinson@igalia.com> |
| 6046 | |
mrobinson@webkit.org | 214e0b8 | 2012-06-08 23:13:35 +0000 | [diff] [blame] | 6047 | Fix the GTK+ build when OpenGL is enabled. |
| 6048 | |
| 6049 | * configure.ac: Fix the build. |
| 6050 | |
| 6051 | 2012-06-08 Martin Robinson <mrobinson@igalia.com> |
| 6052 | |
mrobinson@webkit.org | 940af95 | 2012-06-08 22:24:55 +0000 | [diff] [blame] | 6053 | [GTK] build accelerated compositing on by default if OpenGL is present |
| 6054 | https://bugs.webkit.org/show_bug.cgi?id=88677 |
| 6055 | |
| 6056 | Reviewed by Alejandro G. Castro. |
| 6057 | |
| 6058 | Build accelerated compositing by default if OpenGL is present, just like WebGL. |
| 6059 | Also prevent enabling WebGL if Clutter is turned on. |
| 6060 | |
| 6061 | * configure.ac: Build AC by default. |
| 6062 | |
carlosgc@webkit.org | 6ea8d20 | 2012-06-08 16:37:48 +0000 | [diff] [blame] | 6063 | 2012-06-08 Carlos Garcia Campos <cgarcia@igalia.com> |
| 6064 | |
| 6065 | [GTK] Add API to get the library version to WebKit2 GTK+ |
| 6066 | https://bugs.webkit.org/show_bug.cgi?id=88426 |
| 6067 | |
| 6068 | Reviewed by Martin Robinson. |
| 6069 | |
| 6070 | * configure.ac: Generate WebKitVersion.h from WebKitVersion.h.in |
| 6071 | file. |
| 6072 | |
commit-queue@webkit.org | 033422c | 2012-06-08 15:23:12 +0000 | [diff] [blame] | 6073 | 2012-06-08 Ion Rosca <rosca@adobe.com> |
| 6074 | |
| 6075 | Some overlay scrollbar API calls in ScrollAnimatorMac can lead to an assertion in RenderBox::mapAbsoluteToLocalPoint |
| 6076 | https://bugs.webkit.org/show_bug.cgi?id=74111 |
| 6077 | |
| 6078 | Reviewed by Simon Fraser. |
| 6079 | |
| 6080 | * ManualTests/scrollbar-crash-on-hide-scrolled-area.html: Added. |
| 6081 | |
haraken@chromium.org | bba7c9c | 2012-06-08 06:28:12 +0000 | [diff] [blame] | 6082 | 2012-06-07 Kentaro Hara <haraken@chromium.org> |
| 6083 | |
| 6084 | Reduce Node object size from 72 byte to 64 byte |
| 6085 | https://bugs.webkit.org/show_bug.cgi?id=88528 |
| 6086 | |
| 6087 | Reviewed by Ryosuke Niwa. |
| 6088 | |
| 6089 | Added a symbol for callRemovedLastRef(). |
| 6090 | |
| 6091 | * Source/autotools/symbols.filter: |
| 6092 | |
paroga@webkit.org | 4093515 | 2012-06-07 23:18:38 +0000 | [diff] [blame] | 6093 | 2012-06-07 Patrick Gansterer <paroga@webkit.org> |
| 6094 | |
| 6095 | Build fix for WinCE after r113570. |
| 6096 | |
| 6097 | * Source/cmake/OptionsWinCE.cmake: |
| 6098 | |
abarth@webkit.org | 9a476fa | 2012-06-07 21:21:31 +0000 | [diff] [blame] | 6099 | 2012-06-07 Adam Barth <abarth@webkit.org> |
| 6100 | |
| 6101 | Settings::defaultDeviceScaleFactor is redundant with Page::deviceScaleFactor |
| 6102 | https://bugs.webkit.org/show_bug.cgi?id=88375 |
| 6103 | |
| 6104 | Reviewed by James Robinson. |
| 6105 | |
| 6106 | This symbol no longer exists. |
| 6107 | |
| 6108 | * Source/autotools/symbols.filter: |
| 6109 | |
ddkilzer@apple.com | 19f61db | 2012-06-06 21:19:38 +0000 | [diff] [blame] | 6110 | 2012-06-06 David Kilzer <ddkilzer@apple.com> |
| 6111 | |
| 6112 | Teach git about localizable *.strings files |
| 6113 | <http://webkit.org/b/88447> |
| 6114 | |
| 6115 | Reviewed by Adam Roben. |
| 6116 | |
| 6117 | * .gitattributes: Set diff attribute for *.strings files so |
| 6118 | git-diff doesn't complain about them being binary files once the |
| 6119 | git-config command is run. |
| 6120 | |
wingo@igalia.com | 4990fe8 | 2012-06-06 16:00:38 +0000 | [diff] [blame] | 6121 | 2012-06-06 Andy Wingo <wingo@igalia.com> |
| 6122 | |
| 6123 | [GTK] Enable the LLInt |
| 6124 | https://bugs.webkit.org/show_bug.cgi?id=88315 |
| 6125 | |
| 6126 | Reviewed by Filip Pizlo. |
| 6127 | |
| 6128 | * configure.ac: Require Ruby, to build the low-level interpreter. |
| 6129 | |
loislo@chromium.org | 227483d | 2012-06-06 11:27:56 +0000 | [diff] [blame] | 6130 | 2012-06-06 Sam D <dsam2912@gmail.com> |
| 6131 | |
| 6132 | Web Inspector: Option for selecting/deselecting all breakpoints in breakpoint pane |
| 6133 | https://bugs.webkit.org/show_bug.cgi?id=87644 |
| 6134 | |
| 6135 | Reviewed by Pavel Feldman. |
| 6136 | |
| 6137 | Added an option to enable/disable all breakpoints in Breakpoint pane. |
| 6138 | |
| 6139 | * Source/WebCore/English.lproj/localizedStrings.js: |
| 6140 | * Source/WebCore/inspector/front-end/BreakpointManager.js: |
| 6141 | (WebInspector.BreakpointManager.prototype.enableAllBreakpoints): |
| 6142 | (WebInspector.BreakpointManager.prototype.disableAllBreakpoints): |
| 6143 | * Source/WebCore/inspector/front-end/BreakpointsSidebarPane.js: |
| 6144 | (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu.enabledBreakpointCount): |
| 6145 | (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu): |
| 6146 | |
commit-queue@webkit.org | 4b6f5b3 | 2012-06-06 05:19:18 +0000 | [diff] [blame] | 6147 | 2012-06-05 Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk> |
| 6148 | |
| 6149 | [GTK] show the feature list in alphabetical order |
| 6150 | https://bugs.webkit.org/show_bug.cgi?id=88343 |
| 6151 | |
| 6152 | Reviewed by Gustavo Noronha Silva. |
| 6153 | |
| 6154 | * configure.ac: |
| 6155 | |
commit-queue@webkit.org | 3401b2d | 2012-06-05 11:32:22 +0000 | [diff] [blame] | 6156 | 2012-06-05 Dongwoo Im <dw.im@samsung.com> |
| 6157 | |
| 6158 | Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'. |
| 6159 | https://bugs.webkit.org/show_bug.cgi?id=73176 |
| 6160 | |
| 6161 | Reviewed by Adam Barth. |
| 6162 | |
| 6163 | Two more APIs are added in Custom Scheme Handler specification. |
| 6164 | http://dev.w3.org/html5/spec/Overview.html#custom-handlers |
| 6165 | One is 'isProtocolHandlerRegistered' to query whether the specific URL |
| 6166 | is registered or not. |
| 6167 | The other is 'unregisterProtocolHandler' to remove the registered URL. |
| 6168 | |
| 6169 | * Source/cmake/WebKitFeatures.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'. |
| 6170 | * Source/cmakeconfig.h.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'. |
| 6171 | |
commit-queue@webkit.org | 38d6785 | 2012-06-05 03:01:18 +0000 | [diff] [blame] | 6172 | 2012-06-04 Hugo Parente Lima <hugo.lima@openbossa.org> |
| 6173 | |
| 6174 | Turn LEGACY_VIEWPORT_ADAPTION USE flag into an ENABLE flag. |
| 6175 | https://bugs.webkit.org/show_bug.cgi?id=88243 |
| 6176 | |
| 6177 | Reviewed by Adam Barth. |
| 6178 | |
| 6179 | * Source/cmake/WebKitFeatures.cmake: |
| 6180 | |
commit-queue@webkit.org | 14c5bee | 2012-06-04 20:11:36 +0000 | [diff] [blame] | 6181 | 2012-06-04 Sadrul Habib Chowdhury <sadrul@chromium.org> |
| 6182 | |
| 6183 | [chromium] Fix software rendering for device-scale-factor > 1 |
| 6184 | https://bugs.webkit.org/show_bug.cgi?id=88136 |
| 6185 | |
| 6186 | Reviewed by Darin Fisher. |
| 6187 | |
| 6188 | Export WebCore::Page::setDeviceScaleFactor and WebCore::Settings::setDefaultDeviceScaleFactor. |
| 6189 | |
| 6190 | * Source/autotools/symbols.filter: |
| 6191 | |
commit-queue@webkit.org | 2c5253a | 2012-06-04 19:52:05 +0000 | [diff] [blame] | 6192 | 2012-06-04 Kevin Greer <kgr@chromium.org> |
| 6193 | |
| 6194 | [chromium] Issue async events for console.time/timeEnd |
| 6195 | https://bugs.webkit.org/show_bug.cgi?id=88003 |
| 6196 | |
| 6197 | Reviewed by Pavel Feldman. |
| 6198 | |
| 6199 | * ../../Source/WebCore/page/Console.cpp: |
| 6200 | |
carlosgc@webkit.org | 380b0e1 | 2012-06-04 11:00:09 +0000 | [diff] [blame] | 6201 | 2012-06-04 Carlos Garcia Campos <cgarcia@igalia.com> |
| 6202 | |
| 6203 | Unreviewed. Update NEWS and configure.ac for 1.9.3 release |
| 6204 | |
| 6205 | * configure.ac: Bump version number. |
| 6206 | |
kevino@webkit.org | f2b0e14 | 2012-06-02 18:54:52 +0000 | [diff] [blame] | 6207 | 2012-06-02 Kevin Ollivier <kevino@theolliviers.com> |
| 6208 | |
| 6209 | [wx] Unreviewed build fix. Temporarily disable DerivedSources cleanup on Windows. |
| 6210 | |
| 6211 | * wscript: |
| 6212 | |
hausmann@webkit.org | 56ac076 | 2012-06-01 20:00:43 +0000 | [diff] [blame] | 6213 | 2012-06-01 Simon Hausmann <simon.hausmann@nokia.com> |
| 6214 | |
| 6215 | [Qt] Use -Werror only in developer builds |
| 6216 | |
| 6217 | Rubber-stamped by Tor Arne Vestbø. |
| 6218 | |
| 6219 | In production builds -Werror with custom toolchains and wierd system |
| 6220 | headers, -Werror is of no use and just creates confusion. So use it |
| 6221 | only if Qt is configured with -developer-build. |
| 6222 | |
| 6223 | * Source/api.pri: qt_developer_build determination moved to default_pre.prf |
| 6224 | |
caio.oliveira@openbossa.org | 8bbea2e | 2012-06-01 19:57:46 +0000 | [diff] [blame] | 6225 | 2012-06-01 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org> |
| 6226 | |
| 6227 | [Qt] Move QObject bridge related tests from tst_qwebframe to tst_qobjectbridge |
| 6228 | https://bugs.webkit.org/show_bug.cgi?id=88117 |
| 6229 | |
| 6230 | Reviewed by Noam Rosenthal. |
| 6231 | |
| 6232 | * Source/tests.pri: Add new entry for tst_qobjectbridge. |
| 6233 | |
commit-queue@webkit.org | dc1f1da | 2012-06-01 16:35:49 +0000 | [diff] [blame] | 6234 | 2012-06-01 Christophe Dumez <christophe.dumez@intel.com> |
| 6235 | |
| 6236 | [EFL] EFL port does not enable WEB_INTENTS_TAG flag |
| 6237 | https://bugs.webkit.org/show_bug.cgi?id=86866 |
| 6238 | |
| 6239 | Reviewed by Adam Barth. |
| 6240 | |
| 6241 | Enable WEB_INTENTS_TAG flag by default on EFL port. |
| 6242 | |
| 6243 | * Source/cmake/OptionsEfl.cmake: |
| 6244 | * Source/cmake/WebKitFeatures.cmake: |
| 6245 | * Source/cmakeconfig.h.cmake: |
| 6246 | |
commit-queue@webkit.org | 82912a9 | 2012-05-31 14:47:30 +0000 | [diff] [blame] | 6247 | 2012-05-31 Christophe Dumez <christophe.dumez@intel.com> |
| 6248 | |
| 6249 | [EFL] Enable CSS_IMAGE_SET flag |
| 6250 | https://bugs.webkit.org/show_bug.cgi?id=87727 |
| 6251 | |
| 6252 | Reviewed by Adam Roben. |
| 6253 | |
| 6254 | Add CSS_IMAGE_SET flag to CMake and enable it by default on EFL port. |
| 6255 | |
| 6256 | * Source/cmake/OptionsEfl.cmake: |
| 6257 | * Source/cmake/WebKitFeatures.cmake: |
| 6258 | * Source/cmakeconfig.h.cmake: |
| 6259 | |
kevino@webkit.org | 3e06813 | 2012-05-30 21:05:29 +0000 | [diff] [blame] | 6260 | 2012-05-30 Kevin Ollivier <kevino@theolliviers.com> |
| 6261 | |
| 6262 | [wx] Unreviewed build fix. Add needed file back to the wx build. |
| 6263 | |
| 6264 | * wscript: |
| 6265 | |
ryuan.choi@samsung.com | e9e65c2 | 2012-05-30 12:12:23 +0000 | [diff] [blame] | 6266 | 2012-05-30 Mariusz Grzegorczyk <mariusz.g@samsung.com>, Ryuan Choi <ryuan.choi@samsung.com> |
| 6267 | |
| 6268 | [EFL][WK2] Fix WebKit2-EFL build |
| 6269 | https://bugs.webkit.org/show_bug.cgi?id=83693 |
| 6270 | |
| 6271 | Reviewed by Carlos Garcia Campos. |
| 6272 | |
| 6273 | * Source/cmake/OptionsEfl.cmake: Define BUILDING_SOUP__ to build WebKit2/Efl. |
| 6274 | |
commit-queue@webkit.org | 54f7a01 | 2012-05-30 03:51:23 +0000 | [diff] [blame] | 6275 | 2012-05-29 Jonathan Dong <jonathan.dong@torchmobile.com.cn> |
| 6276 | |
| 6277 | [BlackBerry] Loading media data with http authentication |
| 6278 | https://bugs.webkit.org/show_bug.cgi?id=84214 |
| 6279 | |
| 6280 | Reviewed by George Staikos. |
| 6281 | |
| 6282 | Added a manual test case which needs user to provide a HTTP server |
| 6283 | with HTTP authentication support when loading the specified media |
| 6284 | resource. The test case will test if the media resource is successfully |
| 6285 | loaded. |
| 6286 | |
| 6287 | * ManualTests/blackberry/video-load-with-authentication.html: Added. |
| 6288 | |
simon.fraser@apple.com | 9d12790 | 2012-05-29 20:49:15 +0000 | [diff] [blame] | 6289 | 2012-05-29 Simon Fraser <simon.fraser@apple.com> |
| 6290 | |
| 6291 | Incomplete repaint on twitter.com when replying to a tweet |
| 6292 | https://bugs.webkit.org/show_bug.cgi?id=87553 |
| 6293 | |
| 6294 | Reviewed by Dean Jackson. |
| 6295 | |
| 6296 | Manual test that adds a transform to a layer, forcing that |
| 6297 | layer to gain backing store. |
| 6298 | |
| 6299 | * ManualTests/compositing/requires-backing-change.html: Added. |
| 6300 | |
commit-queue@webkit.org | d505840 | 2012-05-29 14:44:38 +0000 | [diff] [blame] | 6301 | 2012-05-29 David Barr <davidbarr@chromium.org> |
| 6302 | |
| 6303 | Introduce ENABLE_CSS_IMAGE_RESOLUTION compile flag |
| 6304 | https://bugs.webkit.org/show_bug.cgi?id=87685 |
| 6305 | |
| 6306 | Reviewed by Eric Seidel. |
| 6307 | |
| 6308 | Add a configuration option for CSS image-resolution support, disabling it by default. |
| 6309 | |
| 6310 | * Source/cmake/WebKitFeatures.cmake: |
| 6311 | * Source/cmakeconfig.h.cmake: |
| 6312 | |
jesus@webkit.org | 51166e1 | 2012-05-28 20:00:49 +0000 | [diff] [blame] | 6313 | 2012-05-25 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> |
| 6314 | |
| 6315 | WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled |
| 6316 | https://bugs.webkit.org/show_bug.cgi?id=42328 |
| 6317 | |
| 6318 | Reviewed by Eric Seidel. |
| 6319 | |
| 6320 | * Source/autotools/symbols.filter: Added needed symbols for GTK build. |
| 6321 | |
gyuyoung.kim@samsung.com | 741d355 | 2012-05-28 09:05:52 +0000 | [diff] [blame] | 6322 | 2012-05-28 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| 6323 | |
| 6324 | Move allowRoundingHacks to Internals interface |
| 6325 | https://bugs.webkit.org/show_bug.cgi?id=87328 |
| 6326 | |
| 6327 | Reviewed by Hajime Morita. |
| 6328 | |
| 6329 | * Source/autotools/symbols.filter: Add allowRoundingHacks symbol filter. |
| 6330 | |
commit-queue@webkit.org | 07ecccc | 2012-05-28 05:00:28 +0000 | [diff] [blame] | 6331 | 2012-05-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| 6332 | |
| 6333 | [EFL] Enable blob support for the EFL port |
| 6334 | https://bugs.webkit.org/show_bug.cgi?id=85363 |
| 6335 | |
| 6336 | Reviewed by Hajime Morita. |
| 6337 | |
| 6338 | Enable Blob support by default for the EFL port. |
| 6339 | |
| 6340 | * Source/cmake/OptionsEfl.cmake: |
| 6341 | |
rakuco@webkit.org | 1bc2210 | 2012-05-28 01:56:44 +0000 | [diff] [blame] | 6342 | 2012-05-27 Raphael Kubo da Costa <rakuco@webkit.org> |
| 6343 | |
| 6344 | [CMake] Make WEBKIT_SET_EXTRA_COMPILER_FLAGS work with clang. |
| 6345 | https://bugs.webkit.org/show_bug.cgi?id=87597 |
| 6346 | |
| 6347 | Reviewed by Daniel Bates. |
| 6348 | |
| 6349 | Building with clang requires at least the -fPIC option being |
| 6350 | passed correctly, just like it is needed with gcc. clang is also |
| 6351 | compatible with most of gcc's compiler options, so we only need to |
| 6352 | check for clang besides g++ in the macro definition. |
| 6353 | |
| 6354 | * Source/cmake/WebKitHelpers.cmake: Check for "Clang" and use |
| 6355 | CMAKE_COMPILER_IS_GNUCXX for the previous check, as it is shorter |
| 6356 | and achieves the same effect. |
| 6357 | |
zandobersek@gmail.com | 3f8e971 | 2012-05-25 18:36:13 +0000 | [diff] [blame] | 6358 | 2012-05-25 Zan Dobersek <zandobersek@gmail.com> |
| 6359 | |
zandobersek@gmail.com | b8b1983 | 2012-05-25 19:40:04 +0000 | [diff] [blame] | 6360 | configure.ac has duplicated AC_MSG_RESULT([$enable_sandbox]) and nothing for seamless iframes |
| 6361 | https://bugs.webkit.org/show_bug.cgi?id=87453 |
| 6362 | |
| 6363 | Reviewed by Eric Seidel. |
| 6364 | |
| 6365 | Report the value of $enable_iframe_seamless rather than $enable_sandbox |
| 6366 | after checking whether to enable the iframe seamless option. |
| 6367 | |
| 6368 | * configure.ac: |
| 6369 | |
| 6370 | 2012-05-25 Zan Dobersek <zandobersek@gmail.com> |
| 6371 | |
zandobersek@gmail.com | 3f8e971 | 2012-05-25 18:36:13 +0000 | [diff] [blame] | 6372 | [Gtk] Remove configuration options that do not apply anymore |
| 6373 | https://bugs.webkit.org/show_bug.cgi?id=87509 |
| 6374 | |
| 6375 | Reviewed by Martin Robinson. |
| 6376 | |
| 6377 | Remove configuration options for enabling or disabling HTML5 datagrid, |
| 6378 | DOM storage, image resizer API and sandboxed iframe support. These |
| 6379 | features were either turned on by default with the feature defines |
| 6380 | removed from the code or removed from the source. |
| 6381 | |
| 6382 | * configure.ac: |
| 6383 | |
commit-queue@webkit.org | 6e50241 | 2012-05-25 12:18:04 +0000 | [diff] [blame] | 6384 | 2012-05-25 Zalan Bujtas <zbujtas@gmail.com> |
| 6385 | |
| 6386 | [Qt] Broken controls rendering when transform is applied. |
| 6387 | https://bugs.webkit.org/show_bug.cgi?id=87483 |
| 6388 | |
| 6389 | Reviewed by Simon Hausmann. |
| 6390 | |
| 6391 | * ManualTests/qt/control_paiting_with_transforms.html: Added. |
| 6392 | |
timothy_horton@apple.com | 3f03ac1 | 2012-05-25 06:53:27 +0000 | [diff] [blame] | 6393 | 2012-05-24 Tim Horton <timothy_horton@apple.com> |
| 6394 | |
| 6395 | Add feature defines for web-facing parts of CSS Regions and Exclusions |
| 6396 | https://bugs.webkit.org/show_bug.cgi?id=87442 |
| 6397 | <rdar://problem/10887709> |
| 6398 | |
| 6399 | Reviewed by Dan Bernstein. |
| 6400 | |
| 6401 | * configure.ac: |
| 6402 | |
tkent@chromium.org | 9da8b8c | 2012-05-25 06:50:38 +0000 | [diff] [blame] | 6403 | 2012-05-24 Kent Tamura <tkent@chromium.org> |
| 6404 | |
| 6405 | PAGE_POPUP: window.setValueAndClosePopup should be moved to a |
| 6406 | per-context property of DOMWindow. |
| 6407 | https://bugs.webkit.org/show_bug.cgi?id=87086 |
| 6408 | |
| 6409 | Reviewed by Adam Barth. |
| 6410 | |
| 6411 | * ManualTests/forms/calendar-picker.html: |
| 6412 | Introduce pseudo window.pagePopupController. |
| 6413 | |
commit-queue@webkit.org | 6d0c3bc | 2012-05-25 04:00:42 +0000 | [diff] [blame] | 6414 | 2012-05-24 Philippe Normand <pnormand@igalia.com> |
| 6415 | |
| 6416 | [GTK] Add --enable-css3-flexbox configure option after r118304. |
| 6417 | https://bugs.webkit.org/show_bug.cgi?id=87455 |
| 6418 | |
| 6419 | Reviewed by Xan Lopez. |
| 6420 | |
| 6421 | * configure.ac: |
| 6422 | |
commit-queue@webkit.org | 2c8bcde | 2012-05-24 20:01:53 +0000 | [diff] [blame] | 6423 | 2012-05-24 John Mellor <johnme@chromium.org> |
| 6424 | |
| 6425 | Font Boosting: Add compile flag and runtime setting |
| 6426 | https://bugs.webkit.org/show_bug.cgi?id=87394 |
| 6427 | |
| 6428 | Reviewed by Adam Barth. |
| 6429 | |
| 6430 | Add ENABLE_FONT_BOOSTING. |
| 6431 | |
| 6432 | * configure.ac: |
| 6433 | |
rakuco@webkit.org | 4882cf9 | 2012-05-24 02:43:51 +0000 | [diff] [blame] | 6434 | 2012-05-23 Raphael Kubo da Costa <rakuco@webkit.org> |
| 6435 | |
| 6436 | [CMake] Unreviewed, add ENABLE_CSS3_FLEXBOX after r118304. |
| 6437 | |
| 6438 | * Source/cmake/WebKitFeatures.cmake: |
| 6439 | * Source/cmakeconfig.h.cmake: |
| 6440 | |
commit-queue@webkit.org | bc19f90 | 2012-05-23 17:46:30 +0000 | [diff] [blame] | 6441 | 2012-05-23 Xiaobo Wang <xbwang@torchmobile.com.cn> |
| 6442 | |
| 6443 | [BlackBerry] Reset JS state for each test |
| 6444 | https://bugs.webkit.org/show_bug.cgi?id=86899 |
| 6445 | |
| 6446 | Reviewed by Nikolas Zimmermann. |
| 6447 | |
| 6448 | * DumpRenderTree/blackberry/DumpRenderTree.cpp: |
| 6449 | (BlackBerry::WebKit::DumpRenderTree::resetToConsistentStateBeforeTesting): |
| 6450 | |
commit-queue@webkit.org | e49ac25 | 2012-05-23 05:24:02 +0000 | [diff] [blame] | 6451 | 2012-05-22 Dongwoo Im <dw.im@samsung.com> |
| 6452 | |
| 6453 | [EFL] Implements the registerProtocolHandler method and option. |
| 6454 | https://bugs.webkit.org/show_bug.cgi?id=73638 |
| 6455 | |
| 6456 | Reviewed by Andreas Kling. |
| 6457 | |
| 6458 | The registerProtocolHandler() method allows Web sites to register themselves |
| 6459 | as possible handlers for particular schemes. |
| 6460 | |
| 6461 | http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler |
| 6462 | |
| 6463 | * Source/cmake/OptionsEfl.cmake: Adds the build option. |
| 6464 | * Source/cmakeconfig.h.cmake: Adds the build option. |
| 6465 | |
commit-queue@webkit.org | 0db5ac7 | 2012-05-23 02:37:31 +0000 | [diff] [blame] | 6466 | 2012-05-22 Kangil Han <kangil.han@samsung.com> |
| 6467 | |
| 6468 | [EFL][DRT] Implement touch event |
| 6469 | https://bugs.webkit.org/show_bug.cgi?id=86720 |
| 6470 | |
| 6471 | Reviewed by Hajime Morita. |
| 6472 | |
| 6473 | Currently EFL DRT doesn't support touch event. |
| 6474 | Therefore, this patch enabled it and implemented some eventSender function callbacks. |
| 6475 | |
| 6476 | * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check. |
| 6477 | * Source/cmake/OptionsEfl.cmake: Enable touch event option. |
| 6478 | |
simon.fraser@apple.com | 9bd2c70 | 2012-05-22 20:37:14 +0000 | [diff] [blame] | 6479 | == Rolled over to ChangeLog-2012-05-22 == |