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