jianli@chromium.org | f66b581 | 2012-08-02 00:14:28 +0000 | [diff] [blame^] | 1 | 2012-08-01 Jian Li <jianli@chromium.org> |
| 2 | |
| 3 | Add new CSS property "-webkit-widget-region" to expose dashboard region support for other port |
| 4 | https://bugs.webkit.org/show_bug.cgi?id=90298 |
| 5 | |
| 6 | Reviewed by Adam Barth. |
| 7 | |
| 8 | * configure.ac: Add ENABLE_WIDGET_REGION define. |
| 9 | |
commit-queue@webkit.org | e68015d | 2012-07-31 19:52:34 +0000 | [diff] [blame] | 10 | 2012-07-31 Joshua Netterfield <jnetterfield@rim.com> |
| 11 | |
| 12 | [BlackBerry] Enable CSS Filter Effects |
| 13 | https://bugs.webkit.org/show_bug.cgi?id=92685 |
| 14 | |
| 15 | Reviewed by Rob Buis. |
| 16 | |
| 17 | Enable CSS filter effects, with the exception of custom effects (CSS shaders) and reference effects (SVG effects) |
| 18 | |
| 19 | Internally reviewed by Arvid Nilsson <anilsson@rim.com> and Antonio Gomes <agomes@rim.com>. |
| 20 | |
| 21 | * Source/cmake/OptionsBlackBerry.cmake: Add LayerFilterRenderer |
| 22 | * Source/cmakeconfig.h.cmake: Acknowledge CSS filter effects |
| 23 | |
rniwa@webkit.org | e8bea92 | 2012-07-31 09:00:33 +0000 | [diff] [blame] | 24 | 2012-07-31 Ryosuke Niwa <rniwa@webkit.org> |
| 25 | |
| 26 | Perf-o-matic: dashboard images are not generated properly from incrementally updated JSON |
| 27 | https://bugs.webkit.org/show_bug.cgi?id=92717 |
| 28 | |
| 29 | Reviewed by Hajime Morita. |
| 30 | |
| 31 | Sort the values by timestamp. Unfortunately, there isn't a good way of testing this fix. |
| 32 | |
| 33 | * Websites/webkit-perf.appspot.com/models.py: |
| 34 | (Runs.chart_params): |
| 35 | |
commit-queue@webkit.org | 26e3bd1 | 2012-07-31 08:46:59 +0000 | [diff] [blame] | 36 | 2012-07-31 Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk> |
| 37 | |
| 38 | add Farstream flags/deps to WebKit, for WebRTC |
| 39 | https://bugs.webkit.org/show_bug.cgi?id=87524 |
| 40 | |
| 41 | Reviewed by Philippe Normand. |
| 42 | |
| 43 | Since Farstream will be used as the backend for GTK's WebRTC, this |
| 44 | patch adds it as a dependency to the build system. |
| 45 | |
| 46 | * GNUmakefile.am: |
| 47 | * configure.ac: |
| 48 | |
rniwa@webkit.org | fcde46b | 2012-07-31 06:19:17 +0000 | [diff] [blame] | 49 | 2012-07-30 Ryosuke Niwa <rniwa@webkit.org> |
| 50 | |
| 51 | /api/test/runs/chart expires on perf-o-matic |
| 52 | https://bugs.webkit.org/show_bug.cgi?id=92714 |
| 53 | |
| 54 | Reviewed by Hajime Morita. |
| 55 | |
| 56 | Don't update the entire JSON while generating the dashboard images. |
| 57 | This is a bug and not doing this will reduce the server load significantly. |
| 58 | |
| 59 | * Websites/webkit-perf.appspot.com/controller.py: |
| 60 | (RunsChartHandler.post): |
| 61 | |
commit-queue@webkit.org | 1f75637 | 2012-07-30 23:13:25 +0000 | [diff] [blame] | 62 | 2012-07-30 Dominik Röttsches <dominik.rottsches@intel.com> |
| 63 | |
| 64 | Avoid Assertion Failure in HarfBuzzRun::characterIndexForXPosition |
| 65 | https://bugs.webkit.org/show_bug.cgi?id=92376 |
| 66 | |
| 67 | Reviewed by Tony Chang. |
| 68 | |
| 69 | Added manual test to reliably reproduce assertion failure which is solved by this patch. |
| 70 | |
| 71 | * ManualTests/harfbuzz-mouse-selection-crash.html: Added. |
| 72 | |
vsevik@chromium.org | 58d6bc3 | 2012-07-30 15:58:48 +0000 | [diff] [blame] | 73 | 2012-07-29 Vsevolod Vlasov <vsevik@chromium.org> |
| 74 | |
| 75 | Web Inspector: Resource agent's reference to cached resources should be weak. |
| 76 | https://bugs.webkit.org/show_bug.cgi?id=92108 |
| 77 | |
| 78 | Reviewed by Pavel Feldman. |
| 79 | |
| 80 | * Source/autotools/symbols.filter: |
| 81 | |
shinyak@chromium.org | f5c4f8b | 2012-07-30 15:16:24 +0000 | [diff] [blame] | 82 | 2012-07-30 Shinya Kawanaka <shinyak@chromium.org> |
| 83 | |
| 84 | Prohibit having AuthorShadowDOM of input or textarea element for a while and having a flag to enable it in Internals. |
| 85 | https://bugs.webkit.org/show_bug.cgi?id=92611 |
| 86 | |
| 87 | Reviewed by Hajime Morita. |
| 88 | |
| 89 | * Source/autotools/symbols.filter: |
| 90 | |
vsevik@chromium.org | e782305 | 2012-07-30 12:21:00 +0000 | [diff] [blame] | 91 | 2012-07-30 Sheriff Bot <webkit.review.bot@gmail.com> |
| 92 | |
| 93 | Unreviewed, rolling out r124000. |
| 94 | http://trac.webkit.org/changeset/124000 |
| 95 | https://bugs.webkit.org/show_bug.cgi?id=92632 |
| 96 | |
| 97 | seems to have broken chromium Range_InstanceSizeUnknown unit |
| 98 | test across many platforms (Requested by tomhudson on |
| 99 | #webkit). |
| 100 | |
| 101 | * Source/autotools/symbols.filter: |
| 102 | |
paroga@webkit.org | 74b5be1 | 2012-07-30 10:25:41 +0000 | [diff] [blame] | 103 | 2012-07-30 Patrick Gansterer <paroga@webkit.org> |
| 104 | |
| 105 | Replace UnicodeWinCE with UnicodeWchar |
| 106 | https://bugs.webkit.org/show_bug.cgi?id=92539 |
| 107 | |
| 108 | Reviewed by Ryosuke Niwa. |
| 109 | |
| 110 | UnicodeWinCE never contained WinCE specific code. UnicodeWchar |
| 111 | is a replacement for it, which is mainly based on the functions |
| 112 | from <wchar.h>. It is ment as a minimal Unicode backend, which |
| 113 | can be used very easy and has no external dependencies. |
| 114 | |
| 115 | * Source/cmake/OptionsWinCE.cmake: |
| 116 | |
vsevik@chromium.org | e14cf6d | 2012-07-30 07:54:54 +0000 | [diff] [blame] | 117 | 2012-07-29 Vsevolod Vlasov <vsevik@chromium.org> |
| 118 | |
| 119 | Web Inspector: Resource agent's reference to cached resources should be weak. |
| 120 | https://bugs.webkit.org/show_bug.cgi?id=92108 |
| 121 | |
| 122 | Reviewed by Pavel Feldman. |
| 123 | |
| 124 | * Source/autotools/symbols.filter: |
| 125 | |
commit-queue@webkit.org | c1c4f12 | 2012-07-29 21:59:53 +0000 | [diff] [blame] | 126 | 2012-07-29 Rik Cabanier <cabanier@adobe.com> |
| 127 | |
| 128 | Add ENABLE_CSS_COMPOSITING flag |
| 129 | https://bugs.webkit.org/show_bug.cgi?id=92553 |
| 130 | |
| 131 | Reviewed by Dirk Schulze. |
| 132 | |
| 133 | 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 |
| 134 | |
| 135 | * Source/cmake/WebKitFeatures.cmake: |
| 136 | * Source/cmakeconfig.h.cmake: |
| 137 | * configure.ac: |
| 138 | |
commit-queue@webkit.org | 18fcb61 | 2012-07-28 06:00:39 +0000 | [diff] [blame] | 139 | 2012-07-27 Kihong Kwon <kihong.kwon@samsung.com> |
| 140 | |
| 141 | [EFL] Support for HTML media capture |
| 142 | https://bugs.webkit.org/show_bug.cgi?id=91842 |
| 143 | |
| 144 | Reviewed by Ryosuke Niwa. |
| 145 | |
| 146 | Add HTML media capture feature, and enable that on the Efl port. |
| 147 | |
| 148 | * Source/cmake/OptionsEfl.cmake: |
| 149 | * Source/cmake/WebKitFeatures.cmake: |
| 150 | * Source/cmakeconfig.h.cmake: |
| 151 | |
rniwa@webkit.org | 43a62d4 | 2012-07-28 00:08:44 +0000 | [diff] [blame] | 152 | 2012-07-27 Ryosuke Niwa <rniwa@webkit.org> |
| 153 | |
| 154 | Unreviewed perf-o-matic build fix for dashboard image generation. |
| 155 | Also, only show Parser/html5-full-render on the dashboard by default |
| 156 | so that it won't take forever to load it. |
| 157 | |
| 158 | * Websites/webkit-perf.appspot.com/controller.py: |
| 159 | (schedule_runs_update): |
| 160 | (RunsChartHandler.post): |
| 161 | * Websites/webkit-perf.appspot.com/models.py: |
| 162 | (Runs.chart_params): |
| 163 | (DashboardImage.get_image): |
| 164 | * Websites/webkit-perf.appspot.com/models_unittest.py: |
| 165 | (RunsTest.test_chart_params_with_value): |
| 166 | |
commit-queue@webkit.org | 868e06e | 2012-07-27 11:32:44 +0000 | [diff] [blame] | 167 | 2012-07-27 Dominik Röttsches <dominik.rottsches@intel.com> |
| 168 | |
| 169 | [Cairo] Add complex font drawing using HarfbuzzNG |
| 170 | https://bugs.webkit.org/show_bug.cgi?id=91864 |
| 171 | |
| 172 | Reviewed by Simon Hausmann and Martin Robinson. |
| 173 | |
| 174 | Configuring Freetype backend to use HarfBuzz by default. |
| 175 | |
| 176 | * Source/cmake/FindHarfBuzz.cmake: Added pkgconfig based discovery of HarfBuzz. |
| 177 | * Source/cmake/OptionsEfl.cmake: Adding Harfbuzz configuration. |
| 178 | |
mitz@apple.com | b285bee | 2012-07-27 03:24:09 +0000 | [diff] [blame] | 179 | 2012-07-26 Dan Bernstein <mitz@apple.com> |
| 180 | |
| 181 | When Safari 6 is launched via the WebKit Xcode workspace, it does not link against the built frameworks |
| 182 | https://bugs.webkit.org/show_bug.cgi?id=92331 |
| 183 | |
| 184 | Reviewed by Mark Rowe. |
| 185 | |
| 186 | Changed references to the Safari executable to the SafariForWebKitDevelopment binary. |
| 187 | |
| 188 | * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: |
| 189 | * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: |
| 190 | |
keishi@webkit.org | 0136868 | 2012-07-27 03:21:46 +0000 | [diff] [blame] | 191 | 2012-07-26 Keishi Hattori <keishi@webkit.org> |
| 192 | |
| 193 | Implement ColorSuggestionPicker page popup |
| 194 | https://bugs.webkit.org/show_bug.cgi?id=92109 |
| 195 | |
| 196 | Reviewed by Kent Tamura. |
| 197 | |
| 198 | * ManualTests/forms/color-suggestion-picker.html: Added. Tests colorSuggestionPicker.{js,css} |
| 199 | |
commit-queue@webkit.org | 9cb75d8 | 2012-07-26 12:01:37 +0000 | [diff] [blame] | 200 | 2012-07-26 Zoltan Nyul <zoltan.nyul@intel.com> |
| 201 | |
| 202 | [EFL] EFL port should use XDG paths |
| 203 | https://bugs.webkit.org/show_bug.cgi?id=91719 |
| 204 | |
| 205 | Reviewed by Kenneth Rohde Christiansen. |
| 206 | |
| 207 | Efreet library added. |
| 208 | |
| 209 | * Source/cmake/FindEFL.cmake: |
| 210 | |
kaustubh@motorola.com | 8e91b05 | 2012-07-26 07:06:57 +0000 | [diff] [blame] | 211 | 2012-07-26 Kaustubh Atrawalkar <kaustubh@motorola.com> |
| 212 | |
| 213 | [DRT] LTC:: pageNumberForElementById() could be moved to Internals. |
| 214 | https://bugs.webkit.org/show_bug.cgi?id=92091 |
| 215 | |
| 216 | Reviewed by Adam Barth. |
| 217 | |
| 218 | Exporting Internals::pageNumber symbols for the Gtk build. |
| 219 | |
| 220 | * Source/autotools/symbols.filter: |
| 221 | |
commit-queue@webkit.org | 43b1af3 | 2012-07-25 15:14:32 +0000 | [diff] [blame] | 222 | 2012-07-25 Sheriff Bot <webkit.review.bot@gmail.com> |
| 223 | |
| 224 | Unreviewed, rolling out r123606. |
| 225 | http://trac.webkit.org/changeset/123606 |
| 226 | https://bugs.webkit.org/show_bug.cgi?id=92247 |
| 227 | |
| 228 | broke Windows build of Chromium (Requested by tomhudson on |
| 229 | #webkit). |
| 230 | |
| 231 | * ManualTests/forms/color-suggestion-picker.html: Removed. |
| 232 | |
keishi@webkit.org | 0cc6ae7 | 2012-07-25 11:57:21 +0000 | [diff] [blame] | 233 | 2012-07-25 Keishi Hattori <keishi@webkit.org> |
| 234 | |
| 235 | Implement ColorSuggestionPicker page popup |
| 236 | https://bugs.webkit.org/show_bug.cgi?id=92109 |
| 237 | |
| 238 | Reviewed by Kent Tamura. |
| 239 | |
| 240 | * ManualTests/forms/color-suggestion-picker.html: Added. Tests colorSuggestionPicker.{js,css} |
| 241 | |
tkent@chromium.org | 3528a71 | 2012-07-24 06:35:19 +0000 | [diff] [blame] | 242 | 2012-07-23 Kent Tamura <tkent@chromium.org> |
| 243 | |
tkent@chromium.org | c08ca1c | 2012-07-24 06:43:17 +0000 | [diff] [blame] | 244 | [GTK] Remove unnecessary trailing space in the previous commit. |
| 245 | |
| 246 | * Source/autotools/symbols.filter: |
| 247 | |
| 248 | 2012-07-23 Kent Tamura <tkent@chromium.org> |
| 249 | |
tkent@chromium.org | 3528a71 | 2012-07-24 06:35:19 +0000 | [diff] [blame] | 250 | [GTK] Attempt to fix build |
| 251 | |
| 252 | * Source/autotools/symbols.filter: Export DocumentMarkerController::addTextMatchMarker. |
| 253 | |
commit-queue@webkit.org | c4534e1 | 2012-07-24 00:53:24 +0000 | [diff] [blame] | 254 | 2012-07-23 Sheriff Bot <webkit.review.bot@gmail.com> |
| 255 | |
| 256 | Unreviewed, rolling out r123184, r123195, and r123197. |
| 257 | http://trac.webkit.org/changeset/123184 |
| 258 | http://trac.webkit.org/changeset/123195 |
| 259 | http://trac.webkit.org/changeset/123197 |
| 260 | https://bugs.webkit.org/show_bug.cgi?id=92049 |
| 261 | |
| 262 | pagecycler regression (Requested by morrita on #webkit). |
| 263 | |
| 264 | * Source/autotools/symbols.filter: |
| 265 | |
commit-queue@webkit.org | decb7a1 | 2012-07-24 00:48:06 +0000 | [diff] [blame] | 266 | 2012-07-23 Roger Fong <roger_fong@apple.com> |
| 267 | |
| 268 | If select element in Windows is off screen horizontally, |
| 269 | menu is either inappropriately resized or positioned offscreen. |
| 270 | https://bugs.webkit.org/show_bug.cgi?id=91913 |
| 271 | <rdar://problem/7611229> |
| 272 | |
| 273 | Reviewed by Tim Horton. |
| 274 | |
| 275 | Add a manual test to verify that popup menus render in the correct place. |
| 276 | |
| 277 | * ManualTests/win/select-menu-off-screen.html: Added. |
| 278 | |
simon.fraser@apple.com | 5cc8c73 | 2012-07-23 17:45:43 +0000 | [diff] [blame] | 279 | 2012-07-23 Simon Fraser <simon.fraser@apple.com> |
| 280 | |
| 281 | Implement sticky positioning |
| 282 | https://bugs.webkit.org/show_bug.cgi?id=90046 |
| 283 | |
| 284 | Reviewed by Ojan Vafai. |
| 285 | |
| 286 | Add ENABLE_CSS_STICKY_POSITION, defaulting to off initially. |
| 287 | |
| 288 | Sort the ENABLE_CSS lines in the file. |
| 289 | |
| 290 | * Source/cmake/WebKitFeatures.cmake: |
| 291 | * Source/cmakeconfig.h.cmake: |
| 292 | |
paroga@webkit.org | 4aa1475 | 2012-07-23 10:05:19 +0000 | [diff] [blame] | 293 | 2012-07-23 Patrick Gansterer <paroga@webkit.org> |
| 294 | |
| 295 | [WINCE] Define NOMINMAX in the build system instead of Platform.h |
| 296 | https://bugs.webkit.org/show_bug.cgi?id=91938 |
| 297 | |
| 298 | Reviewed by Ryosuke Niwa. |
| 299 | |
| 300 | Define it in OptionsWindows.cmake, since NOMINMAX |
| 301 | should to be defined for all windows ports. |
| 302 | |
| 303 | * Source/cmake/OptionsWinCE.cmake: |
| 304 | * Source/cmake/OptionsWindows.cmake: |
| 305 | |
commit-queue@webkit.org | d97f506 | 2012-07-23 01:08:49 +0000 | [diff] [blame] | 306 | 2012-07-22 Sheriff Bot <webkit.review.bot@gmail.com> |
| 307 | |
| 308 | Unreviewed, rolling out r123298 and r123301. |
| 309 | http://trac.webkit.org/changeset/123298 |
| 310 | http://trac.webkit.org/changeset/123301 |
| 311 | https://bugs.webkit.org/show_bug.cgi?id=91953 |
| 312 | |
| 313 | We need to think some more about the intricacies of exposing a |
| 314 | CMake option for ENABLE_DFG_JIT as this option is specific to |
| 315 | the port and architecture. (Requested by dydx on #webkit). |
| 316 | |
| 317 | * Source/cmake/WebKitFeatures.cmake: |
| 318 | * Source/cmakeconfig.h.cmake: |
| 319 | |
dbates@webkit.org | 10974b8 | 2012-07-23 00:00:02 +0000 | [diff] [blame] | 320 | 2012-07-22 Daniel Bates <dbates@webkit.org> |
| 321 | |
| 322 | Fix the Windows CE build after <http://trac.webkit.org/changeset/123298> |
| 323 | (https://bugs.webkit.org/show_bug.cgi?id=91939) |
| 324 | |
| 325 | Disable the DFG JIT across all CMake ports (by default) (*). Enabling DFG JIT |
| 326 | breaks the Windows CE build as the Windows CE port builds with the JIT disabled |
| 327 | (ENABLE_JIT := 0) and hence ENABLE_ASSEMBLER := 0. |
| 328 | |
| 329 | (*) We should look to further discuss with CMake port maintainers about enabling |
| 330 | the DFG JIT by default. |
| 331 | |
| 332 | * Source/cmake/WebKitFeatures.cmake: |
| 333 | |
tkent@chromium.org | d89d545 | 2012-07-22 23:23:53 +0000 | [diff] [blame] | 334 | 2012-07-23 Kent Tamura <tkent@chromium.org> |
| 335 | |
| 336 | Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively |
| 337 | https://bugs.webkit.org/show_bug.cgi?id=91941 |
| 338 | |
| 339 | Reviewed by Kentaro Hara. |
| 340 | |
| 341 | A flag name for an elmement should be ENABLE_*_ELEMENT. |
| 342 | |
| 343 | * Source/cmake/WebKitFeatures.cmake: |
| 344 | * Source/cmakeconfig.h.cmake: |
| 345 | * configure.ac: |
| 346 | |
paroga@webkit.org | 10675b5 | 2012-07-22 16:36:24 +0000 | [diff] [blame] | 347 | 2012-07-22 Patrick Gansterer <paroga@webkit.org> |
| 348 | |
| 349 | [CMake] Add option for ENABLE_DFG_JIT |
| 350 | https://bugs.webkit.org/show_bug.cgi?id=91939 |
| 351 | |
| 352 | Reviewed by Daniel Bates. |
| 353 | |
| 354 | * Source/cmake/WebKitFeatures.cmake: |
| 355 | * Source/cmakeconfig.h.cmake: |
| 356 | |
tkent@chromium.org | 43921e6 | 2012-07-22 10:59:32 +0000 | [diff] [blame] | 357 | 2012-07-22 Kent Tamura <tkent@chromium.org> |
| 358 | |
| 359 | Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT |
| 360 | https://bugs.webkit.org/show_bug.cgi?id=91928 |
| 361 | |
| 362 | Reviewed by Kentaro Hara. |
| 363 | |
| 364 | A flag name for an elmement should be ENABLE_*_ELEMENT. |
| 365 | |
| 366 | * Source/cmake/WebKitFeatures.cmake: |
| 367 | * Source/cmakeconfig.h.cmake: |
| 368 | * configure.ac: |
| 369 | |
tkent@chromium.org | 3d89737 | 2012-07-21 02:00:46 +0000 | [diff] [blame] | 370 | 2012-07-20 Kent Tamura <tkent@chromium.org> |
| 371 | |
| 372 | Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT |
| 373 | https://bugs.webkit.org/show_bug.cgi?id=91846 |
| 374 | |
| 375 | Reviewed by Kentaro Hara. |
| 376 | |
| 377 | A flag name for an elmement should be ENABLE_*_ELEMENT. |
| 378 | |
| 379 | * Source/cmake/OptionsEfl.cmake: |
| 380 | * Source/cmake/WebKitFeatures.cmake: |
| 381 | * Source/cmakeconfig.h.cmake: |
| 382 | * configure.ac: |
| 383 | |
morrita@google.com | 836359f | 2012-07-20 06:33:48 +0000 | [diff] [blame] | 384 | 2012-07-19 MORITA Hajime <morrita@google.com> |
| 385 | |
| 386 | [Refactoring] Replace Node's Document pointer with a TreeScope pointer |
| 387 | https://bugs.webkit.org/show_bug.cgi?id=59816 |
| 388 | |
| 389 | Reviewed by Ryosuke Niwa. |
| 390 | |
| 391 | * Source/autotools/symbols.filter: Added newly exported symbols. |
| 392 | |
commit-queue@webkit.org | 31d4640 | 2012-07-19 14:51:50 +0000 | [diff] [blame] | 393 | 2012-07-19 Christophe Dumez <christophe.dumez@intel.com> |
| 394 | |
| 395 | [EFL] Bump libsoup dependency to v2.39.4.1 to fix cookie issues |
| 396 | https://bugs.webkit.org/show_bug.cgi?id=91741 |
| 397 | |
| 398 | Reviewed by Kenneth Rohde Christiansen. |
| 399 | |
| 400 | Bump libsoup dependency in CMake to v2.39.4.1 to fix issues |
| 401 | with cookies in non-suffixed/private domains [GNOME #679230]. |
| 402 | |
| 403 | * Source/cmake/OptionsEfl.cmake: |
| 404 | |
mario@webkit.org | 30fc09f | 2012-07-19 11:07:06 +0000 | [diff] [blame] | 405 | 2012-07-19 Mario Sanchez Prada <msanchez@igalia.com> |
| 406 | |
| 407 | [GTK] Enable MHTML support by default at build time |
| 408 | https://bugs.webkit.org/show_bug.cgi?id=89987 |
| 409 | |
| 410 | Reviewed by Carlos Garcia Campos. |
| 411 | |
| 412 | Enable MHTML support by default for GTK in configure.ac. |
| 413 | |
| 414 | * configure.ac: |
| 415 | |
commit-queue@webkit.org | eb841ae | 2012-07-19 04:47:59 +0000 | [diff] [blame] | 416 | 2012-07-18 Christophe Dumez <christophe.dumez@intel.com> |
| 417 | |
| 418 | [CMake][EFL] Should try to find the same libsoup version pulled by jhbuild |
| 419 | https://bugs.webkit.org/show_bug.cgi?id=91626 |
| 420 | |
| 421 | Reviewed by Kenneth Rohde Christiansen. |
| 422 | |
| 423 | Bump required version of libsoup in CMake to 2.39.3. This is the first |
| 424 | tarball version to contain the API we need (soup_cookie_jar_get_cookies() |
| 425 | and soup_cookie_jar_set_cookie_with_first_party()). |
| 426 | |
| 427 | * Source/cmake/OptionsEfl.cmake: |
| 428 | |
commit-queue@webkit.org | 6967c67 | 2012-07-18 18:43:13 +0000 | [diff] [blame] | 429 | 2012-07-18 Varun Jain <varunjain@chromium.org> |
| 430 | |
| 431 | [chromium] Drag image for image elements should be scaled with device scale factor. |
| 432 | https://bugs.webkit.org/show_bug.cgi?id=89688 |
| 433 | |
| 434 | Reviewed by Adam Barth. |
| 435 | |
| 436 | * ManualTests/chromium/drag-image-accounts-for-device-scale.html: |
| 437 | |
commit-queue@webkit.org | fc592f4 | 2012-07-18 11:15:41 +0000 | [diff] [blame] | 438 | 2012-07-18 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 439 | |
| 440 | [CMake] Make gtest a shared library |
| 441 | https://bugs.webkit.org/show_bug.cgi?id=90973 |
| 442 | |
| 443 | Reviewed by Daniel Bates. |
| 444 | |
| 445 | It's nicer to make it a shared library because it might improve |
| 446 | linking time and we don't need to force gtest users to link with gtest |
| 447 | dependencies like pthreads (which causes linking errors when it is not |
| 448 | available). |
| 449 | |
| 450 | * Source/cmake/gtest/CMakeLists.txt: |
| 451 | |
commit-queue@webkit.org | a37d9a4f | 2012-07-17 14:51:54 +0000 | [diff] [blame] | 452 | 2012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu> |
| 453 | |
| 454 | [Qt][V8] Remove the V8 related codepaths and configuration |
| 455 | https://bugs.webkit.org/show_bug.cgi?id=90863 |
| 456 | |
| 457 | Reviewed by Simon Hausmann. |
| 458 | |
| 459 | * Source/api.pri: |
| 460 | * WebKit.pro: |
| 461 | |
kkristof@inf.u-szeged.hu | 0069e29 | 2012-07-17 11:27:55 +0000 | [diff] [blame] | 462 | 2012-07-17 Sheriff Bot <webkit.review.bot@gmail.com> |
| 463 | |
| 464 | Unreviewed, rolling out r122834. |
| 465 | http://trac.webkit.org/changeset/122834 |
| 466 | https://bugs.webkit.org/show_bug.cgi?id=91492 |
| 467 | |
| 468 | it broke the chromium (Requested by kkristof on #webkit). |
| 469 | |
| 470 | * Source/api.pri: |
| 471 | * WebKit.pro: |
| 472 | |
kkristof@inf.u-szeged.hu | db065a4 | 2012-07-17 10:58:50 +0000 | [diff] [blame] | 473 | 2012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu> |
| 474 | |
| 475 | [Qt][V8] Remove the V8 related codepaths and configuration |
| 476 | https://bugs.webkit.org/show_bug.cgi?id=90863 |
| 477 | |
| 478 | Reviewed by Simon Hausmann. |
| 479 | |
| 480 | * Source/api.pri: |
| 481 | * WebKit.pro: |
| 482 | |
commit-queue@webkit.org | 7bf7330 | 2012-07-17 07:11:52 +0000 | [diff] [blame] | 483 | 2012-07-17 David Barr <davidbarr@chromium.org> |
| 484 | |
| 485 | Introduce ENABLE_CSS_IMAGE_ORIENTATION compile flag |
| 486 | https://bugs.webkit.org/show_bug.cgi?id=89055 |
| 487 | |
| 488 | Reviewed by Kent Tamura. |
| 489 | |
| 490 | The css3-images module is at candidate recommendation. |
| 491 | http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-orientation |
| 492 | |
| 493 | Add a configuration option for CSS image-orientation support, disabling it by default. |
| 494 | |
| 495 | * Source/cmake/WebKitFeatures.cmake: |
| 496 | * Source/cmakeconfig.h.cmake: |
| 497 | |
commit-queue@webkit.org | 466dbd4 | 2012-07-17 04:37:29 +0000 | [diff] [blame] | 498 | 2012-07-16 Pete Williamson <petewil@google.com> |
| 499 | |
| 500 | Expose an export for the iconUrl list so Internals can use it |
| 501 | https://bugs.webkit.org/show_bug.cgi?id=88665 |
| 502 | |
| 503 | Reviewed by Kent Tamura. |
| 504 | |
| 505 | * Source/autotools/symbols.filter: export iconURLs |
| 506 | |
commit-queue@webkit.org | 241bd21 | 2012-07-17 04:33:25 +0000 | [diff] [blame] | 507 | 2012-07-16 Hajime Morrita <morrita@chromium.org> |
| 508 | |
| 509 | WebCore needs WEBCORE_TESTING macro to mark methods being exported for testing. |
| 510 | https://bugs.webkit.org/show_bug.cgi?id=90764 |
| 511 | |
| 512 | Reviewed by Adam Barth. |
| 513 | |
| 514 | Removed symbols which are now covered by WEBCORE_TESTING. |
| 515 | |
| 516 | * Source/autotools/symbols.filter: |
| 517 | |
carlosgc@webkit.org | 193c409 | 2012-07-16 09:43:44 +0000 | [diff] [blame] | 518 | 2012-07-16 Carlos Garcia Campos <cgarcia@igalia.com> |
| 519 | |
| 520 | Unreviewed. Update NEWS and configure.ac for 1.9.5 release |
| 521 | |
| 522 | * configure.ac: Bump version number. |
| 523 | |
commit-queue@webkit.org | d9c31bf | 2012-07-14 00:33:28 +0000 | [diff] [blame] | 524 | 2012-07-12 Josh Hawn <jhawn@apple.com> |
| 525 | |
| 526 | Fix for WebContext::getWebCoreStatistics() causes crash if no m_process |
| 527 | https://bugs.webkit.org/show_bug.cgi?id=91116 |
| 528 | |
| 529 | Reviewed by Simon Fraser. |
| 530 | |
| 531 | * Source/WebKit2/UIProcess/WebContext.cpp: |
| 532 | WebContext::getWebCoreStatistics(): |
| 533 | Now invalidates callback if no m_process. |
| 534 | |
commit-queue@webkit.org | 5b8a8ed | 2012-07-13 17:25:14 +0000 | [diff] [blame] | 535 | 2012-07-13 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 536 | |
| 537 | [CMake] Proper handling of ENABLE_API_TESTS build option |
| 538 | https://bugs.webkit.org/show_bug.cgi?id=91221 |
| 539 | |
| 540 | Reviewed by Rob Buis. |
| 541 | |
| 542 | Make the flag reusable across the ports using CMake. We are about to enable the WTF, |
| 543 | WebCore and WebKit 2 API's at Tools/TestWebKitAPI and other ports using CMake can get |
| 544 | it almost for free. |
| 545 | |
| 546 | * CMakeLists.txt: |
| 547 | * Source/cmake/OptionsEfl.cmake: |
| 548 | * Source/cmake/WebKitFeatures.cmake: |
| 549 | * Source/cmakeconfig.h.cmake: |
| 550 | |
commit-queue@webkit.org | 820c83b | 2012-07-12 05:33:03 +0000 | [diff] [blame] | 551 | 2012-07-11 Matt Falkenhagen <falken@chromium.org> |
| 552 | |
| 553 | Add dialog element feature toggle to InternalSettings |
| 554 | https://bugs.webkit.org/show_bug.cgi?id=90934 |
| 555 | |
| 556 | Reviewed by Hajime Morita. |
| 557 | |
| 558 | * Source/autotools/symbols.filter: Added newly exported symbol. |
| 559 | |
commit-queue@webkit.org | ae1899f | 2012-07-11 18:14:47 +0000 | [diff] [blame] | 560 | 2012-07-11 Arnaud Renevier <a.renevier@sisa.samsung.com> |
| 561 | |
| 562 | [Gtk] allow building with css-filters |
| 563 | https://bugs.webkit.org/show_bug.cgi?id=90908 |
| 564 | |
| 565 | Add support for css-filters in Source/WebCore/GNUmakefile.am |
| 566 | configure.ac |
| 567 | |
| 568 | Reviewed by Eric Seidel. |
| 569 | |
| 570 | * configure.ac: |
| 571 | |
gyuyoung.kim@samsung.com | 96508f1 | 2012-07-10 22:53:58 +0000 | [diff] [blame] | 572 | 2012-07-10 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| 573 | |
| 574 | [CMAKE] Add missing feature macros |
| 575 | https://bugs.webkit.org/show_bug.cgi?id=90890 |
| 576 | |
| 577 | Reviewed by Eric Seidel. |
| 578 | |
| 579 | ENABLE_CSS_EXCLUSIONS, ENABLE_CSS_REGIONS, ENABLE_TEXT_AUTOSIZING macros |
| 580 | haven't defined in cmake feature list. |
| 581 | |
| 582 | * Source/cmake/WebKitFeatures.cmake: |
| 583 | * Source/cmakeconfig.h.cmake: |
| 584 | |
tkent@chromium.org | ae0b970 | 2012-07-10 11:19:37 +0000 | [diff] [blame] | 585 | 2012-07-10 Kent Tamura <tkent@chromium.org> |
| 586 | |
| 587 | RTL calendar picker for <input type=date> is too narrow and clipped |
| 588 | https://bugs.webkit.org/show_bug.cgi?id=90864 |
| 589 | |
| 590 | Reviewed by Kentaro Hara. |
| 591 | |
| 592 | * ManualTests/forms/calendar-picker.html: |
| 593 | - Add isRTL:true for the arabic setting |
| 594 | - Reset the iframe size when the setting is changed. |
| 595 | |
ossy@webkit.org | 6aedce2 | 2012-07-10 08:46:08 +0000 | [diff] [blame] | 596 | 2012-07-10 Sheriff Bot <webkit.review.bot@gmail.com> |
| 597 | |
| 598 | Unreviewed, rolling out r122178. |
| 599 | http://trac.webkit.org/changeset/122178 |
| 600 | https://bugs.webkit.org/show_bug.cgi?id=90857 |
| 601 | |
| 602 | browser tests, PrerenderBrowserTest.PrerenderFavicon and other |
| 603 | tests, started to fail (Requested by hayato on #webkit). |
| 604 | |
| 605 | * Source/autotools/symbols.filter: |
| 606 | |
commit-queue@webkit.org | e1bba8e | 2012-07-10 05:45:21 +0000 | [diff] [blame] | 607 | 2012-07-09 Matt Falkenhagen <falken@chromium.org> |
| 608 | |
| 609 | Add ENABLE_DIALOG_ELEMENT and skeleton files |
| 610 | https://bugs.webkit.org/show_bug.cgi?id=90521 |
| 611 | |
| 612 | Reviewed by Kent Tamura. |
| 613 | |
| 614 | * Source/cmake/WebKitFeatures.cmake: |
| 615 | * Source/cmakeconfig.h.cmake: |
| 616 | |
commit-queue@webkit.org | 546c67d | 2012-07-10 01:37:36 +0000 | [diff] [blame] | 617 | 2012-07-09 Pete Williamson <petewil@google.com> |
| 618 | |
| 619 | Expose an export for the iconUrl list so Internals can use it |
| 620 | https://bugs.webkit.org/show_bug.cgi?id=88665 |
| 621 | |
| 622 | Reviewed by Kent Tamura. |
| 623 | |
| 624 | * Source/autotools/symbols.filter: export iconURLs |
| 625 | |
commit-queue@webkit.org | 14ae505 | 2012-07-09 19:27:11 +0000 | [diff] [blame] | 626 | 2012-07-09 Mike Lattanzio <mlattanzio@rim.com> |
| 627 | |
| 628 | [BlackBerry] meta viewport initial-scale doesn't factor in device pixel ratio |
| 629 | https://bugs.webkit.org/show_bug.cgi?id=90575 |
| 630 | |
| 631 | Reviewed by Rob Buis. |
| 632 | |
| 633 | Add a manual test to verify wide content doesn't interfere |
| 634 | with initial-scale calculations. |
| 635 | |
| 636 | Internal review from Konrad Piascik. |
| 637 | |
| 638 | * ManualTests/blackberry/meta-viewport-initial-scale-wide-content.html: Added. |
| 639 | |
commit-queue@webkit.org | fb3c968 | 2012-07-09 15:39:09 +0000 | [diff] [blame] | 640 | 2012-07-09 Sheriff Bot <webkit.review.bot@gmail.com> |
| 641 | |
| 642 | Unreviewed, rolling out r122107. |
| 643 | http://trac.webkit.org/changeset/122107 |
| 644 | https://bugs.webkit.org/show_bug.cgi?id=90794 |
| 645 | |
| 646 | Build failure on Mac debug bots (Requested by falken_ on |
| 647 | #webkit). |
| 648 | |
| 649 | * Source/cmake/WebKitFeatures.cmake: |
| 650 | * Source/cmakeconfig.h.cmake: |
| 651 | |
commit-queue@webkit.org | b46a45d | 2012-07-09 14:42:00 +0000 | [diff] [blame] | 652 | 2012-07-09 Matt Falkenhagen <falken@chromium.org> |
| 653 | |
| 654 | Add ENABLE_DIALOG_ELEMENT and skeleton files |
| 655 | https://bugs.webkit.org/show_bug.cgi?id=90521 |
| 656 | |
| 657 | Reviewed by Kent Tamura. |
| 658 | |
| 659 | * Source/cmake/WebKitFeatures.cmake: |
| 660 | * Source/cmakeconfig.h.cmake: |
| 661 | |
commit-queue@webkit.org | e015179 | 2012-07-06 19:19:44 +0000 | [diff] [blame] | 662 | 2012-07-06 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 663 | |
| 664 | [EFL][CMake] Move gtest sources to an upper level |
| 665 | https://bugs.webkit.org/show_bug.cgi?id=90602 |
| 666 | |
| 667 | Reviewed by Chang Shu. |
| 668 | |
| 669 | CTest was enabled for all the ports, but used only by EFL. Now |
| 670 | ENABLE_API_TESTS has to be defined, which will also build gtest. |
| 671 | |
| 672 | * CMakeLists.txt: |
| 673 | * Source/CMakeLists.txt: |
| 674 | * Source/cmake/OptionsEfl.cmake: |
| 675 | * Source/cmake/gtest/CMakeLists.txt: Added. |
| 676 | |
zandobersek@gmail.com | 03e439c | 2012-07-06 18:36:31 +0000 | [diff] [blame] | 677 | 2012-07-06 Zan Dobersek <zandobersek@gmail.com> |
| 678 | |
| 679 | [Gtk] Add a configuration option for disabling unstable features in releases |
| 680 | https://bugs.webkit.org/show_bug.cgi?id=87995 |
| 681 | |
| 682 | Reviewed by Martin Robinson. |
| 683 | |
| 684 | Add a configuration flag for enabling the unstable features - features of which |
| 685 | support in the Gtk port is being worked on but is not yet complete. The primary |
| 686 | use of this flag is when compiling through the build-webkit script. |
| 687 | |
| 688 | All the features that are currently enabled when building through build-webkit but |
| 689 | are disabled by default when executing the configure script directly have their default |
| 690 | value (when the correspondent flag is not passed) set to 'yes' when unstable features |
| 691 | are enabled and 'no' otherwise. This way unstable features are kept disabled when performing |
| 692 | a release build (unless they are specifically enabled). |
| 693 | |
| 694 | * configure.ac: |
| 695 | |
ossy@webkit.org | b9f1ca6 | 2012-07-06 13:12:01 +0000 | [diff] [blame] | 696 | 2012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 697 | |
ossy@webkit.org | 31681df | 2012-07-06 13:18:47 +0000 | [diff] [blame] | 698 | [Qt] Remove custom qmake logic for module creation |
| 699 | |
| 700 | Qmake now has the necessary hooks to cleanly override the build locations. |
| 701 | |
| 702 | https://bugs.webkit.org/show_bug.cgi?id=90461 |
| 703 | |
| 704 | Reviewed by Tor Arne Vestbø. |
| 705 | |
| 706 | * Source/api.pri: |
| 707 | |
| 708 | 2012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 709 | |
ossy@webkit.org | 98fee7a | 2012-07-06 13:17:36 +0000 | [diff] [blame] | 710 | [Qt] Add top-level .qmake.conf |
| 711 | |
| 712 | With Qt5, this makes setting $QMAKEPATH externally unnecessary. |
| 713 | |
| 714 | The magic in the perl scripts to set QMAKEPATH is still there, as it doesn't |
| 715 | hurt, and is still required for Qt4. |
| 716 | |
| 717 | https://bugs.webkit.org/show_bug.cgi?id=90461 |
| 718 | |
| 719 | Reviewed by Tor Arne Vestbø. |
| 720 | |
| 721 | * .qmake.conf: Added. |
| 722 | * WebKit.pro: |
| 723 | |
| 724 | 2012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 725 | |
ossy@webkit.org | 69a6427 | 2012-07-06 13:15:24 +0000 | [diff] [blame] | 726 | [Qt] Let qt_module_config create the forwarding module pri file |
| 727 | |
| 728 | https://bugs.webkit.org/show_bug.cgi?id=90461 |
| 729 | |
| 730 | Reviewed by Tor Arne Vestbø. |
| 731 | |
| 732 | * Source/sync.profile: |
| 733 | |
| 734 | 2012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 735 | |
ossy@webkit.org | 66972eb | 2012-07-06 13:14:20 +0000 | [diff] [blame] | 736 | [Qt] Don't let qt_webkit.pri proclaim its own location |
| 737 | |
| 738 | This won't work any more with recent Qt5 versions, as the forwarding |
| 739 | pri is created by qt_module_config, which needs MODULE_PRI to be set |
| 740 | up already. |
| 741 | |
| 742 | We also need to load build_config, not qt_module. |
| 743 | |
| 744 | https://bugs.webkit.org/show_bug.cgi?id=90461 |
| 745 | |
| 746 | Reviewed by Tor Arne Vestbø. |
| 747 | |
| 748 | * Source/api.pri: |
| 749 | |
| 750 | 2012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 751 | |
ossy@webkit.org | d9eb864 | 2012-07-06 13:13:07 +0000 | [diff] [blame] | 752 | [Qt] Remove redundant CONFIG+=module |
| 753 | |
| 754 | qt_module_config takes care of that. |
| 755 | |
| 756 | In api.pri we are actually testing the flag ourselves, so now we need to |
| 757 | test a related flag qt_module_config sets instead. |
| 758 | |
| 759 | https://bugs.webkit.org/show_bug.cgi?id=90461 |
| 760 | |
| 761 | Reviewed by Tor Arne Vestbø. |
| 762 | |
| 763 | * Source/api.pri: |
| 764 | |
| 765 | 2012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 766 | |
ossy@webkit.org | b9f1ca6 | 2012-07-06 13:12:01 +0000 | [diff] [blame] | 767 | [Qt] Adjust to changed generation of master include file |
| 768 | |
| 769 | The responsiblity for creating the master include was moved out of syncqt. |
| 770 | @ignore_for_master_contents still stays, as syncqt (ab-)uses this for |
| 771 | determining whether a header is private. |
| 772 | |
| 773 | https://bugs.webkit.org/show_bug.cgi?id=90461 |
| 774 | |
| 775 | Reviewed by Tor Arne Vestbø. |
| 776 | |
| 777 | * Source/sync.profile: |
| 778 | |
rwlbuis@webkit.org | 45009b6 | 2012-07-05 17:46:09 +0000 | [diff] [blame] | 779 | 2012-07-05 Rob Buis <rbuis@rim.com> |
| 780 | |
| 781 | [CMake] Fix some CMake warnings |
| 782 | https://bugs.webkit.org/show_bug.cgi?id=90558 |
| 783 | |
| 784 | Fix WebKit options so they match with FeatureList.pm. |
| 785 | |
| 786 | Reviewed by Dan Bates. |
| 787 | |
| 788 | * Source/cmake/WebKitFeatures.cmake: |
| 789 | * Source/cmakeconfig.h.cmake: |
| 790 | |
vestbo@webkit.org | 19d488f | 2012-07-05 16:39:54 +0000 | [diff] [blame] | 791 | 2012-07-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 792 | |
| 793 | [Qt] Move Webkit1 before WebKit2 in the build order |
| 794 | |
| 795 | Reviewed by Csaba Osztrogonác. |
| 796 | |
| 797 | * WebKit.pro: |
| 798 | |
ryuan.choi@samsung.com | dfb773b | 2012-07-05 14:20:53 +0000 | [diff] [blame] | 799 | 2012-07-05 Ryuan Choi <ryuan.choi@samsung.com> |
| 800 | |
| 801 | [CMAKE] Unreviewd typo fix after r121857 |
| 802 | |
| 803 | * Source/cmake/WebKitMacros.cmake: |
| 804 | |
commit-queue@webkit.org | 19f5496 | 2012-07-05 10:52:48 +0000 | [diff] [blame] | 805 | 2012-07-05 Dongwoo Im <dw.im@samsung.com> |
| 806 | |
| 807 | [EFL] Enable the CUSTOM_SCHEME_HANDLER feature as default. |
| 808 | https://bugs.webkit.org/show_bug.cgi?id=88608 |
| 809 | |
| 810 | Reviewed by Hajime Morita. |
| 811 | |
| 812 | * Source/cmake/OptionsEfl.cmake: Enable the CUSTOM_SCHEME_HANDLER feature as default. |
| 813 | |
ryuan.choi@samsung.com | 8d2c489 | 2012-07-05 08:47:49 +0000 | [diff] [blame] | 814 | 2012-07-05 Ryuan Choi <ryuan.choi@samsung.com> |
| 815 | |
| 816 | [Wk2][EFL] EFL needs a WebKitTestRunner |
| 817 | https://bugs.webkit.org/show_bug.cgi?id=87659 |
| 818 | |
| 819 | Reviewed by Kenneth Rohde Christiansen. |
| 820 | |
| 821 | * Source/CMakeLists.txt: |
| 822 | Set compiler flags for WebCoreTestSupport to be linked into TestRunnerInjectedBundle |
| 823 | shared library. |
| 824 | * Source/cmake/WebKitMacros.cmake: Remove unnecessary dependency. |
| 825 | |
commit-queue@webkit.org | 1fcb31a | 2012-07-04 16:16:01 +0000 | [diff] [blame] | 826 | 2012-07-04 John Mellor <johnme@chromium.org> |
| 827 | |
| 828 | Text Autosizing: Add compile flag and runtime setting |
| 829 | https://bugs.webkit.org/show_bug.cgi?id=87394 |
| 830 | |
| 831 | This patch renames Font Boosting to Text Autosizing. |
| 832 | |
| 833 | Reviewed by Adam Barth. |
| 834 | |
| 835 | * configure.ac: |
| 836 | |
ryuan.choi@samsung.com | 9d83d8d | 2012-07-04 15:25:35 +0000 | [diff] [blame] | 837 | 2012-07-04 Ryuan Choi <ryuan.choi@samsung.com> |
| 838 | |
| 839 | [CMAKE] Add GENERATE_BINDINGS macro to share the codes which use generate-bindings.pl. |
| 840 | https://bugs.webkit.org/show_bug.cgi?id=90258 |
| 841 | |
| 842 | Reviewed by Rob Buis. |
| 843 | |
| 844 | This new macro calls generate-bindings.pl and append generated sources |
| 845 | into proper source list. |
| 846 | |
| 847 | * Source/cmake/WebKitMacros.cmake: |
| 848 | |
vestbo@webkit.org | b29c073 | 2012-07-04 14:21:59 +0000 | [diff] [blame] | 849 | 2012-07-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 850 | |
| 851 | [Qt] Get rid of un-needed QT += declarative for Qt 5 |
| 852 | |
| 853 | The declarative module has been renamed to quick1 in Qt 5, and the |
| 854 | engine-only module for Qt 5 is named 'qml'. For many of the instances |
| 855 | we could just remove 'declarative', since the project file was only |
| 856 | used for Qt5/WebKit2 builds. In the other cases the module was wrapped |
| 857 | in a haveQt(4) scope. |
| 858 | |
| 859 | Reviewed by Csaba Osztrogonác. |
| 860 | |
| 861 | * Source/api.pri: |
| 862 | |
commit-queue@webkit.org | f8650c7 | 2012-07-04 01:56:08 +0000 | [diff] [blame] | 863 | 2012-07-03 Christophe Dumez <christophe.dumez@intel.com> |
| 864 | |
| 865 | [EFL] Enable CSS variables support at compile time |
| 866 | https://bugs.webkit.org/show_bug.cgi?id=90448 |
| 867 | |
| 868 | Reviewed by Kenneth Rohde Christiansen. |
| 869 | |
| 870 | Turn on CSS_VARIABLES flag by default on EFL port. |
| 871 | |
| 872 | * Source/cmake/OptionsEfl.cmake: |
| 873 | * Source/cmakeconfig.h.cmake: |
| 874 | |
staikos@webkit.org | cbaf17a | 2012-07-03 16:34:07 +0000 | [diff] [blame] | 875 | 2012-07-03 George Staikos <staikos@webkit.org> |
| 876 | |
| 877 | [BlackBerry] Enable microdata support for BlackBerry. |
| 878 | https://bugs.webkit.org/show_bug.cgi?id=90429 |
| 879 | |
| 880 | Reviewed by Rob Buis. |
| 881 | |
| 882 | * Source/cmake/OptionsBlackBerry.cmake: |
| 883 | |
vestbo@webkit.org | 15c931a | 2012-07-03 16:22:10 +0000 | [diff] [blame] | 884 | 2012-07-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 885 | |
| 886 | [Qt] Make use of .qmake.cache for caching features |
| 887 | |
| 888 | Instead of loading() features from the files that need them (and re-running |
| 889 | a bunch of checks), we now run feature detection as part of configure.pro, |
| 890 | and have build-webkit write the computed feature-defines and CONFIG to |
| 891 | .qmake.cache, which is then loaded by qmake _before_ even defaults_pre |
| 892 | when building WebKit.pro. |
| 893 | |
| 894 | At some point we'll be able to selectivly prevent running of config tests |
| 895 | in configure.pro, which means we don't need a separate code-path for |
| 896 | the build-webkit --help case. |
| 897 | |
| 898 | We should also move the code in build-webkit that now uses .webkit.config |
| 899 | to detect clean builds, to use .qmake.cache, since we now store the same |
| 900 | thing there. |
| 901 | |
| 902 | Original patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 903 | |
| 904 | Reviewed by Tor Arne Vestbø. |
| 905 | |
| 906 | * Source/QtWebKit.pro: |
| 907 | * Source/api.pri: |
| 908 | * Source/tests.pri: |
| 909 | * WebKit.pro: |
| 910 | |
commit-queue@webkit.org | 26c3c5d | 2012-07-03 16:04:50 +0000 | [diff] [blame] | 911 | 2012-07-03 Sheriff Bot <webkit.review.bot@gmail.com> |
| 912 | |
| 913 | Unreviewed, rolling out r121766. |
| 914 | http://trac.webkit.org/changeset/121766 |
| 915 | https://bugs.webkit.org/show_bug.cgi?id=90465 |
| 916 | |
| 917 | It caused flakey build errors on the bots (Requested by Ossy |
| 918 | on #webkit). |
| 919 | |
| 920 | * Source/QtWebKit.pro: |
| 921 | * Source/api.pri: |
| 922 | * Source/tests.pri: |
| 923 | * WebKit.pro: |
| 924 | |
staikos@webkit.org | 8a898b4 | 2012-07-03 15:53:31 +0000 | [diff] [blame] | 925 | 2012-07-03 George Staikos <staikos@webkit.org> |
| 926 | |
staikos@webkit.org | a9fe406 | 2012-07-03 16:00:22 +0000 | [diff] [blame] | 927 | [BlackBerry] Enable Custom Scheme Handlers for BlackBerry. |
| 928 | https://bugs.webkit.org/show_bug.cgi?id=90422 |
| 929 | |
| 930 | Reviewed by Rob Buis. |
| 931 | |
| 932 | * Source/cmake/OptionsBlackBerry.cmake: |
| 933 | |
| 934 | 2012-07-03 George Staikos <staikos@webkit.org> |
| 935 | |
staikos@webkit.org | 8a898b4 | 2012-07-03 15:53:31 +0000 | [diff] [blame] | 936 | [BlackBerry] Enable RegisterProtocolHandler for BlackBerry. |
| 937 | https://bugs.webkit.org/show_bug.cgi?id=90422 |
| 938 | |
| 939 | Reviewed by Rob Buis. |
| 940 | |
| 941 | * Source/cmake/OptionsBlackBerry.cmake: |
| 942 | |
commit-queue@webkit.org | 0f4231e | 2012-07-03 15:48:38 +0000 | [diff] [blame] | 943 | 2012-07-03 Priit Laes <plaes@plaes.org> |
| 944 | |
| 945 | [GTK] Need to bump libsoup requirements (for `soup_cookie_jar_get_cookie_list`) |
| 946 | https://bugs.webkit.org/show_bug.cgi?id=90332 |
| 947 | |
| 948 | Reviewed by Gustavo Noronha Silva. |
| 949 | |
| 950 | * configure.ac: Bump libsoup requirements to 2.39.2 |
| 951 | |
vestbo@webkit.org | 3ad354f | 2012-07-03 15:23:20 +0000 | [diff] [blame] | 952 | 2012-07-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
| 953 | |
| 954 | [Qt] Make use of .qmake.cache for caching features |
| 955 | |
| 956 | Instead of loading() features from the files that need them (and re-running |
| 957 | a bunch of checks), we now run feature detection as part of configure.pro, |
| 958 | and have build-webkit write the computed feature-defines and CONFIG to |
| 959 | .qmake.cache, which is then loaded by qmake _before_ even defaults_pre |
| 960 | when building WebKit.pro. |
| 961 | |
| 962 | At some point we'll be able to selectivly prevent running of config tests |
| 963 | in configure.pro, which means we don't need a separate code-path for |
| 964 | the build-webkit --help case. |
| 965 | |
| 966 | We should also move the code in build-webkit that now uses .webkit.config |
| 967 | to detect clean builds, to use .qmake.cache, since we now store the same |
| 968 | thing there. |
| 969 | |
| 970 | Original patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com> |
| 971 | |
| 972 | Reviewed by Tor Arne Vestbø. |
| 973 | |
| 974 | * Source/QtWebKit.pro: |
| 975 | * Source/api.pri: |
| 976 | * Source/tests.pri: |
| 977 | * WebKit.pro: |
| 978 | |
commit-queue@webkit.org | b70cc58 | 2012-07-03 07:01:58 +0000 | [diff] [blame] | 979 | 2012-07-03 Christophe Dumez <christophe.dumez@intel.com> |
| 980 | |
| 981 | [EFL] Enable MICRODATA support |
| 982 | https://bugs.webkit.org/show_bug.cgi?id=90377 |
| 983 | |
| 984 | Reviewed by Kenneth Rohde Christiansen. |
| 985 | |
| 986 | Turn on MICRODATA support by default for EFL port. |
| 987 | |
| 988 | * Source/cmake/OptionsEfl.cmake: |
| 989 | |
staikos@webkit.org | f09221f | 2012-07-03 03:40:34 +0000 | [diff] [blame] | 990 | 2012-07-02 George Staikos <staikos@webkit.org> |
| 991 | |
| 992 | [BlackBerry] Enable scoped style for BlackBerry. |
| 993 | https://bugs.webkit.org/show_bug.cgi?id=90418 |
| 994 | |
| 995 | Reviewed by Rob Buis. |
| 996 | |
| 997 | * Source/cmake/OptionsBlackBerry.cmake: |
| 998 | * Source/cmakeconfig.h.cmake: |
| 999 | |
commit-queue@webkit.org | 081c969 | 2012-07-03 03:38:29 +0000 | [diff] [blame] | 1000 | 2012-07-02 Xiaobo Wang <xbwang@torchmobile.com.cn> |
| 1001 | |
| 1002 | [BlackBerry] Use PUBLIC_BUILD to enable/disable DRT |
| 1003 | https://bugs.webkit.org/show_bug.cgi?id=90271 |
| 1004 | |
| 1005 | Reviewed by George Staikos. |
| 1006 | |
| 1007 | RIM PR #154707 |
| 1008 | |
| 1009 | Currently DRT code will be compiled only if ENABLE_DRT is set, and it's not |
| 1010 | defined by default. |
| 1011 | We should enable DRT by default unless PUBLIC_BUILD is set. In this way we don't |
| 1012 | need to rebuild webkit before running DRT. |
| 1013 | |
| 1014 | * Source/cmake/OptionsBlackBerry.cmake: |
| 1015 | * Source/cmakeconfig.h.cmake: |
| 1016 | |
commit-queue@webkit.org | cf83361 | 2012-07-02 19:46:16 +0000 | [diff] [blame] | 1017 | 2012-07-02 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 1018 | |
| 1019 | [EFL][CMake] Integrate API unit tests with CTest |
| 1020 | https://bugs.webkit.org/show_bug.cgi?id=87251 |
| 1021 | |
| 1022 | Reviewed by Daniel Bates. |
| 1023 | |
| 1024 | Enable CTest on the root CMakeLists.txt as it is expected |
| 1025 | to be here. This will create a new build target ("make test") |
| 1026 | to run all the API unit tests. |
| 1027 | |
| 1028 | * CMakeLists.txt: |
| 1029 | |
commit-queue@webkit.org | cdf5a92 | 2012-07-02 06:22:14 +0000 | [diff] [blame] | 1030 | 2012-07-01 Christophe Dumez <christophe.dumez@intel.com> |
| 1031 | |
| 1032 | [EFL] Add Gamepad support |
| 1033 | https://bugs.webkit.org/show_bug.cgi?id=90170 |
| 1034 | |
| 1035 | Reviewed by Kenneth Rohde Christiansen. |
| 1036 | |
| 1037 | * Source/cmake/FindEFL.cmake: Bump EFL libs dependencies. |
| 1038 | * Source/cmake/OptionsEfl.cmake: Turn on GAMEPAD flag on EFL port. |
| 1039 | * Source/cmakeconfig.h.cmake: Add GAMEPAD flag to CMake. |
| 1040 | |
commit-queue@webkit.org | fc7dc86 | 2012-06-30 22:54:56 +0000 | [diff] [blame] | 1041 | 2012-06-30 Jason Liu <jason.liu@torchmobile.com.cn> |
| 1042 | |
| 1043 | [BlackBerry] WebView/Browser cause blank screen when selecting a dropdown field. |
| 1044 | https://bugs.webkit.org/show_bug.cgi?id=90241 |
| 1045 | |
| 1046 | This issue is caused by single quotes in option's labels. |
| 1047 | We should use the escape character of single quotes in JavaScript's string which |
| 1048 | starts and ends with single quotes. |
| 1049 | So we replace lablels' single quotes with its escape character during generating the |
| 1050 | select popUp's HTML. |
| 1051 | |
| 1052 | |
| 1053 | Reviewed by George Staikos. |
| 1054 | |
| 1055 | * ManualTests/blackberry/select-popup-items-unicode-display.html: |
| 1056 | |
commit-queue@webkit.org | d62be1b | 2012-06-30 04:18:40 +0000 | [diff] [blame] | 1057 | 2012-06-29 Luiz Agostini <luiz.agostini@nokia.com> |
| 1058 | |
| 1059 | [Qt][WK2] Private non-QtQuick API |
| 1060 | https://bugs.webkit.org/show_bug.cgi?id=84532 |
| 1061 | |
| 1062 | Reviewed by Noam Rosenthal. |
| 1063 | |
| 1064 | API tests for QRawWebView. |
| 1065 | |
| 1066 | * Source/tests.pri: |
| 1067 | |
zandobersek@gmail.com | e0e4ce7 | 2012-06-29 14:38:23 +0000 | [diff] [blame] | 1068 | 2012-06-29 Zan Dobersek <zandobersek@gmail.com> |
| 1069 | |
| 1070 | Unreviewed build fix after r121518, adding a missing symbol to symbols.filter. |
| 1071 | |
| 1072 | * Source/autotools/symbols.filter: |
| 1073 | |
morrita@google.com | c9a9638 | 2012-06-29 06:00:56 +0000 | [diff] [blame] | 1074 | 2012-06-28 MORITA Hajime <morrita@google.com> |
| 1075 | |
| 1076 | [Refactoring] NodeRenderingContext ctor could be built on top of the ComposedShadowTreeWalker |
| 1077 | https://bugs.webkit.org/show_bug.cgi?id=89732 |
| 1078 | |
| 1079 | Reviewed by Dimitri Glazkov. |
| 1080 | |
| 1081 | * Source/autotools/symbols.filter: |
| 1082 | |
commit-queue@webkit.org | 05cdaaa | 2012-06-29 04:20:18 +0000 | [diff] [blame] | 1083 | 2012-06-28 Jason Liu <jason.liu@torchmobile.com.cn> |
| 1084 | |
| 1085 | [BlackBerry] Selection items show as garbage for non-ascii characters. |
| 1086 | https://bugs.webkit.org/show_bug.cgi?id=89969 |
| 1087 | |
| 1088 | Add charset utf-8 to the select popup's page. |
| 1089 | |
| 1090 | Reviewed by Antonio Gomes. |
| 1091 | |
| 1092 | * ManualTests/blackberry/select-popup-items-unicode-display.html: Added. |
| 1093 | |
commit-queue@webkit.org | 0400b6e | 2012-06-28 21:02:30 +0000 | [diff] [blame] | 1094 | 2012-06-28 Christophe Dumez <christophe.dumez@intel.com> |
| 1095 | |
| 1096 | [EFL] Enable support for HTML5 datalist |
| 1097 | https://bugs.webkit.org/show_bug.cgi?id=90157 |
| 1098 | |
| 1099 | Reviewed by Martin Robinson. |
| 1100 | |
| 1101 | Turn on DATALIST flag by default on EFL port to |
| 1102 | support HTML5 datalist tag. |
| 1103 | |
| 1104 | * Source/cmake/OptionsEfl.cmake: |
| 1105 | |
zandobersek@gmail.com | c8bac58 | 2012-06-27 09:19:15 +0000 | [diff] [blame] | 1106 | 2012-06-27 Zan Dobersek <zandobersek@gmail.com> |
| 1107 | |
| 1108 | [Gtk] Add support for the Gamepad API |
| 1109 | https://bugs.webkit.org/show_bug.cgi?id=87503 |
| 1110 | |
| 1111 | Reviewed by Carlos Garcia Campos. |
| 1112 | |
| 1113 | Only enable the Gamepad feature on Linux as support |
| 1114 | for other operating systems is not present. |
| 1115 | |
| 1116 | Check for the GIO Unix and GUdev dependencies when the |
| 1117 | Gamepad feature is enabled. |
| 1118 | |
| 1119 | * configure.ac: |
| 1120 | |
hausmann@webkit.org | ed7b727a | 2012-06-26 04:47:14 +0000 | [diff] [blame] | 1121 | 2012-06-25 Simon Hausmann <simon.hausmann@nokia.com> |
| 1122 | |
| 1123 | [Qt] Make it possible to build WebKit without QtWidgets |
| 1124 | https://bugs.webkit.org/show_bug.cgi?id=78109 |
| 1125 | |
| 1126 | Reviewed by Tor Arne Vestbø. |
| 1127 | |
| 1128 | * Source/QtWebKit.pro: Don't build WK1 tests and examples if WK1 is disabled. |
| 1129 | * Source/api.pri: Move WK1 sources away from here and use WEBKIT += webkit1 instead |
| 1130 | * WebKit.pro: Add WK1 to SUBDIRS unless no_webkit1 is set. |
| 1131 | |
gyuyoung.kim@samsung.com | db64515 | 2012-06-25 18:01:42 +0000 | [diff] [blame] | 1132 | 2012-06-25 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| 1133 | |
| 1134 | [EFL] Implement Network Information API |
| 1135 | https://bugs.webkit.org/show_bug.cgi?id=87067 |
| 1136 | |
| 1137 | Reviewed by Kenneth Rohde Christiansen. |
| 1138 | |
| 1139 | * Source/cmake/FindEFL.cmake: Find eeze library in build system. |
| 1140 | |
carlosgc@webkit.org | 447b371 | 2012-06-25 13:38:19 +0000 | [diff] [blame] | 1141 | 2012-06-25 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1142 | |
| 1143 | Unreviewed. Update NEWS and configure.ac for 1.9.4 release |
| 1144 | |
| 1145 | * configure.ac: Bump version number. |
| 1146 | |
commit-queue@webkit.org | c2df1f0 | 2012-06-22 20:10:10 +0000 | [diff] [blame] | 1147 | 2012-06-22 Joshua Netterfield <jnetterfield@rim.com> |
| 1148 | |
| 1149 | [BlackBerry] Sanitize GLSL code using ANGLE. |
| 1150 | |
| 1151 | BlackBerry port does not sanitize GLSL code with ANGLE |
| 1152 | https://bugs.webkit.org/show_bug.cgi?id=89583 |
| 1153 | |
| 1154 | Reviewed by Rob Buis. |
| 1155 | |
| 1156 | * Source/cmake/OptionsBlackBerry.cmake: Include ANGLE openGL headers as system headers in BlackBerry port. |
| 1157 | |
commit-queue@webkit.org | 618672d | 2012-06-21 19:20:00 +0000 | [diff] [blame] | 1158 | 2012-06-21 Kalev Lember <kalevlember@gmail.com> |
| 1159 | |
| 1160 | [GTK] Fix NPAPI plugins on Windows |
| 1161 | https://bugs.webkit.org/show_bug.cgi?id=54531 |
| 1162 | |
| 1163 | Reviewed by Martin Robinson. |
| 1164 | |
| 1165 | Define XP_WIN on Windows for plugin support. |
| 1166 | |
| 1167 | * GNUmakefile.am: |
| 1168 | |
commit-queue@webkit.org | bff9a10 | 2012-06-21 15:46:40 +0000 | [diff] [blame] | 1169 | 2012-06-21 Ryuan Choi <ryuan.choi@gmail.com> |
| 1170 | |
| 1171 | [EFL][WK2] Make WebKit2/Efl headers and resources installable. |
| 1172 | https://bugs.webkit.org/show_bug.cgi?id=88207 |
| 1173 | |
| 1174 | Reviewed by Chang Shu. |
| 1175 | |
| 1176 | * Source/cmake/OptionsCommon.cmake: |
| 1177 | Provide new variable, EXEC_INSTALL_DIR to determine where to install |
| 1178 | executables. |
| 1179 | |
ryuan.choi@samsung.com | 71b5434 | 2012-06-21 15:11:48 +0000 | [diff] [blame] | 1180 | 2012-06-21 Ryuan Choi <ryuan.choi@samsung.com> |
| 1181 | |
| 1182 | [EFL[WK2] Add WKViewEfl and WebKit2 API Object to represent Evas_Object. |
| 1183 | https://bugs.webkit.org/show_bug.cgi?id=88935 |
| 1184 | |
| 1185 | Reviewed by Chang Shu. |
| 1186 | |
| 1187 | * Source/cmake/OptionsEfl.cmake: Defines BUILDING_EFL__. |
| 1188 | |
commit-queue@webkit.org | 7a98dfe | 2012-06-20 22:49:13 +0000 | [diff] [blame] | 1189 | 2012-06-20 Varun Jain <varunjain@chromium.org> |
| 1190 | |
| 1191 | Account for device scale factor when creating image for dragging. |
| 1192 | https://bugs.webkit.org/show_bug.cgi?id=89489 |
| 1193 | |
| 1194 | Reviewed by Adam Barth. |
| 1195 | |
| 1196 | * ManualTests/chromium/drag-image-accounts-for-device-scale.html: Added. |
| 1197 | |
philn@webkit.org | 36de885 | 2012-06-20 02:25:14 +0000 | [diff] [blame] | 1198 | 2012-06-18 Philippe Normand <pnormand@igalia.com> |
| 1199 | |
| 1200 | [GStreamer] 0.11 video-sink |
| 1201 | https://bugs.webkit.org/show_bug.cgi?id=77087 |
| 1202 | |
| 1203 | Reviewed by Martin Robinson. |
| 1204 | |
| 1205 | * configure.ac: Fix required gstreamer 0.11 version |
| 1206 | |
jocelyn.turcotte@nokia.com | 36177bb | 2012-06-19 15:15:00 +0000 | [diff] [blame] | 1207 | 2012-06-19 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| 1208 | |
| 1209 | [Qt] Fix the Windows build when Qt is built without -release or -debug |
| 1210 | https://bugs.webkit.org/show_bug.cgi?id=89471 |
| 1211 | |
| 1212 | Reviewed by Tor Arne Vestbø. |
| 1213 | |
| 1214 | Make sure that we at least remove build_all on Windows for api.pri, |
| 1215 | as WebCore wasn't built for all configurations. |
| 1216 | |
| 1217 | * Source/api.pri: |
| 1218 | |
commit-queue@webkit.org | f558461 | 2012-06-19 09:13:52 +0000 | [diff] [blame] | 1219 | 2012-06-19 Mike West <mkwst@chromium.org> |
| 1220 | |
| 1221 | Introduce ENABLE_CSP_NEXT configuration flag. |
| 1222 | https://bugs.webkit.org/show_bug.cgi?id=89300 |
| 1223 | |
| 1224 | Reviewed by Adam Barth. |
| 1225 | |
| 1226 | The 1.0 draft of the Content Security Policy spec is just about to |
| 1227 | move to Last Call. We'll hide work on the upcoming 1.1 spec behind |
| 1228 | this ENABLE flag, disabled by default. |
| 1229 | |
| 1230 | Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html |
| 1231 | |
| 1232 | * Source/cmake/WebKitFeatures.cmake: |
| 1233 | * Source/cmakeconfig.h.cmake: |
| 1234 | |
hausmann@webkit.org | fa23ca3 | 2012-06-19 07:35:06 +0000 | [diff] [blame] | 1235 | 2012-06-19 Joel Dillon <joel.dillon@codethink.co.uk>, Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| 1236 | |
| 1237 | [Qt] Allow the modules file generation to work on Windows. |
| 1238 | https://bugs.webkit.org/show_bug.cgi?id=89010 |
| 1239 | |
| 1240 | Reviewed by Csaba Osztrogonác. |
| 1241 | |
| 1242 | Add calls to toSystemPath and use QMAKE_DIR_SEP where necessary. |
| 1243 | |
| 1244 | * Source/api.pri: |
| 1245 | |
hausmann@webkit.org | 7c253c0 | 2012-06-19 07:32:50 +0000 | [diff] [blame] | 1246 | 2012-06-19 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
| 1247 | |
| 1248 | [Qt] Fix TARGET not properly being set for QtWebKitd5.dll when building in debug. |
| 1249 | https://bugs.webkit.org/show_bug.cgi?id=88880 |
| 1250 | |
| 1251 | load(qt_module_config) adjusts the TARGET to add the "d" suffix when doing |
| 1252 | the debug build_pass. When doing the first pass, qt_module_config.prf doesn't |
| 1253 | adjust the target since it is in debug_and_release and expects the debug |
| 1254 | build_pass to come later. However, since we remove debug_and_release from CONFIG |
| 1255 | right after this, the TARGET hasn't been adjusted and the debug build_pass |
| 1256 | will not happen. |
| 1257 | |
| 1258 | Work around it by disabling this optimization on Windows. |
| 1259 | |
| 1260 | Reviewed by Tor Arne Vestbø. |
| 1261 | |
| 1262 | * Source/api.pri: |
| 1263 | |
commit-queue@webkit.org | 828d239 | 2012-06-19 07:27:33 +0000 | [diff] [blame] | 1264 | 2012-06-19 Mike West <mkwst@chromium.org> |
| 1265 | |
| 1266 | Add a scheme registry for bypassing Content Security Policy. |
| 1267 | https://bugs.webkit.org/show_bug.cgi?id=89373 |
| 1268 | |
| 1269 | Reviewed by Adam Barth. |
| 1270 | |
| 1271 | * Source/autotools/symbols.filter: |
| 1272 | |
rwlbuis@webkit.org | bb8126f | 2012-06-18 22:08:53 +0000 | [diff] [blame] | 1273 | 2012-06-18 Rob Buis <rbuis@rim.com> |
| 1274 | |
| 1275 | [BlackBerry] Enable LEGACY_VIEWPORT_ADAPTION |
| 1276 | https://bugs.webkit.org/show_bug.cgi?id=89381 |
| 1277 | |
| 1278 | Reviewed by Antonio Gomes. |
| 1279 | |
| 1280 | PR 163598 |
| 1281 | |
| 1282 | Enable LEGACY_VIEWPORT_ADAPTION. |
| 1283 | |
| 1284 | * Source/cmake/OptionsBlackBerry.cmake: |
| 1285 | |
philn@webkit.org | 538a3bba | 2012-06-17 18:36:21 +0000 | [diff] [blame] | 1286 | 2012-06-17 Philippe Normand <pnormand@igalia.com> |
| 1287 | |
philn@webkit.org | c668d9c | 2012-06-18 02:35:53 +0000 | [diff] [blame] | 1288 | Unreviewed, GTK 64-bit build fix after r120551. |
| 1289 | |
| 1290 | * Source/autotools/symbols.filter: |
| 1291 | |
| 1292 | 2012-06-17 Philippe Normand <pnormand@igalia.com> |
| 1293 | |
philn@webkit.org | 538a3bba | 2012-06-17 18:36:21 +0000 | [diff] [blame] | 1294 | Unreviewed, GTK build fix after r120397. |
| 1295 | |
| 1296 | * Source/autotools/symbols.filter: |
| 1297 | |
tkent@chromium.org | bcc7163 | 2012-06-15 04:34:25 +0000 | [diff] [blame] | 1298 | 2012-06-14 Kent Tamura <tkent@chromium.org> |
| 1299 | |
| 1300 | Validate form state strings in FormController::setStateForNewFormElements() |
| 1301 | https://bugs.webkit.org/show_bug.cgi?id=88768 |
| 1302 | |
| 1303 | Reviewed by Hajime Morita. |
| 1304 | |
| 1305 | * Source/autotools/symbols.filter: Expose some symbols used by Internals.cpp. |
| 1306 | |
commit-queue@webkit.org | ea3f3f0 | 2012-06-14 09:32:37 +0000 | [diff] [blame] | 1307 | 2012-06-14 Chris Guan <chris.guan@torchmobile.com.cn> |
| 1308 | |
| 1309 | [Blackberry] add a new Api named setAllowNotification |
| 1310 | https://bugs.webkit.org/show_bug.cgi?id=88950 |
| 1311 | |
| 1312 | Reviewed by Antonio Gomes. |
| 1313 | |
| 1314 | Add a new API named setAllowNotification in webpage class to |
| 1315 | let client set those allowed domains into notifications. |
| 1316 | |
| 1317 | Test case: |
| 1318 | * ManualTests/blackberry/notification.html: Added. |
| 1319 | |
zandobersek@gmail.com | 44a6ce7 | 2012-06-13 18:21:58 +0000 | [diff] [blame] | 1320 | 2012-06-13 Zan Dobersek <zandobersek@gmail.com> |
| 1321 | |
| 1322 | [Gtk] Enable link prefetch support in the developer builds |
| 1323 | https://bugs.webkit.org/show_bug.cgi?id=89011 |
| 1324 | |
| 1325 | Reviewed by Martin Robinson. |
| 1326 | |
| 1327 | Rather export an automake conditional than define a preprocessor |
| 1328 | macro for enabling link prefetch support. |
| 1329 | |
| 1330 | * configure.ac: |
| 1331 | |
commit-queue@webkit.org | 687a1a04 | 2012-06-13 12:28:50 +0000 | [diff] [blame] | 1332 | 2012-06-13 Robin Cao <robin.cao@torchmobile.com.cn> |
| 1333 | |
| 1334 | [BlackBerry] Enable MEDIA_STREAM by default |
| 1335 | https://bugs.webkit.org/show_bug.cgi?id=88849 |
| 1336 | |
| 1337 | Reviewed by Antonio Gomes. |
| 1338 | |
| 1339 | * Source/cmake/OptionsBlackBerry.cmake: |
| 1340 | * Source/cmakeconfig.h.cmake: |
| 1341 | |
morrita@google.com | 649eaeb | 2012-06-13 01:28:33 +0000 | [diff] [blame] | 1342 | 2012-06-12 MORITA Hajime <morrita@google.com> |
| 1343 | |
| 1344 | Shadow Pseudo ID should be able to nest to point nested shadow DOM. |
| 1345 | https://bugs.webkit.org/show_bug.cgi?id=62218 |
| 1346 | |
| 1347 | Reviewed by Dimitri Glazkov. |
| 1348 | |
| 1349 | * Source/autotools/symbols.filter: |
| 1350 | |
commit-queue@webkit.org | e8e0b10 | 2012-06-12 16:32:58 +0000 | [diff] [blame] | 1351 | 2012-06-12 Christophe Dumez <christophe.dumez@intel.com> |
| 1352 | |
commit-queue@webkit.org | f128e80 | 2012-06-13 00:28:03 +0000 | [diff] [blame] | 1353 | [EFL] Enable SHADOW_DOM flag |
| 1354 | https://bugs.webkit.org/show_bug.cgi?id=87732 |
| 1355 | |
| 1356 | Reviewed by Kentaro Hara. |
| 1357 | |
| 1358 | Enable SHADOW_DOM flag by default at compile time for EFL port. |
| 1359 | |
| 1360 | * Source/autotools/symbols.filter: Fix GTK build by adding new symbol. |
| 1361 | * Source/cmake/OptionsEfl.cmake: |
| 1362 | * Source/cmakeconfig.h.cmake: |
| 1363 | |
| 1364 | 2012-06-12 Christophe Dumez <christophe.dumez@intel.com> |
| 1365 | |
commit-queue@webkit.org | e8e0b10 | 2012-06-12 16:32:58 +0000 | [diff] [blame] | 1366 | [EFL] enable LEGACY_WEBKIT_BLOB_BUILDER flag |
| 1367 | https://bugs.webkit.org/show_bug.cgi?id=88715 |
| 1368 | |
| 1369 | Reviewed by Noam Rosenthal. |
| 1370 | |
| 1371 | Enable LEGACY_WEBKIT_BLOB_BUILDER flag by default on EFL port. |
| 1372 | |
| 1373 | * Source/cmake/OptionsEfl.cmake: |
| 1374 | * Source/cmakeconfig.h.cmake: |
| 1375 | |
commit-queue@webkit.org | b617531 | 2012-06-12 13:19:07 +0000 | [diff] [blame] | 1376 | 2012-06-12 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| 1377 | |
| 1378 | [CMake] Enabled CSS_BOX_DECORATION_BREAK by default |
| 1379 | https://bugs.webkit.org/show_bug.cgi?id=88850 |
| 1380 | |
| 1381 | Reviewed by Alexis Menard. |
| 1382 | |
| 1383 | Enabled it by default on CMake ports like in other ports. |
| 1384 | This patch is a follow up to r120029. |
| 1385 | |
| 1386 | * Source/cmake/WebKitFeatures.cmake: |
| 1387 | * Source/cmakeconfig.h.cmake: |
| 1388 | |
kaustubh@motorola.com | 479cf83 | 2012-06-12 10:47:39 +0000 | [diff] [blame] | 1389 | 2012-06-11 Kaustubh Atrawalkar <kaustubh@motorola.com> |
| 1390 | |
| 1391 | [DRT] LTC:: counterValueForElementById() could be moved to Internals. |
| 1392 | https://bugs.webkit.org/show_bug.cgi?id=84406 |
| 1393 | |
| 1394 | Reviewed by Hajime Morita. |
| 1395 | |
| 1396 | Exporting Internals::counterValueForElement symbols for the Gtk build. |
| 1397 | |
| 1398 | * Source/autotools/symbols.filter: |
| 1399 | |
alexis.menard@openbossa.org | 91279ad | 2012-06-12 02:21:42 +0000 | [diff] [blame] | 1400 | 2012-06-11 Alexis Menard <alexis.menard@openbossa.org> |
| 1401 | |
| 1402 | [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag. |
| 1403 | https://bugs.webkit.org/show_bug.cgi?id=88804 |
| 1404 | |
| 1405 | Reviewed by Tony Chang. |
| 1406 | |
| 1407 | Protect box-decoration-break behind a feature flag enabled by default. |
| 1408 | |
| 1409 | * configure.ac: |
| 1410 | |
commit-queue@webkit.org | b12c4b9 | 2012-06-11 22:16:11 +0000 | [diff] [blame] | 1411 | 2012-06-11 Arnaud Renevier <arno@renevier.net> |
| 1412 | |
| 1413 | Replace obsolete mkdir_p variable with MKDIR_P |
| 1414 | https://bugs.webkit.org/show_bug.cgi?id=88790 |
| 1415 | |
| 1416 | Reviewed by Martin Robinson. |
| 1417 | |
| 1418 | * GNUmakefile.am: |
| 1419 | * configure.ac: |
| 1420 | |
carlosgc@webkit.org | f4fbe00 | 2012-06-11 15:31:19 +0000 | [diff] [blame] | 1421 | 2012-06-11 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1422 | |
| 1423 | Unreviewed. Fix make distcheck issues. |
| 1424 | |
| 1425 | * GNUmakefile.am: Initialize jscore nosource variables. |
| 1426 | |
darin@apple.com | 7a26ab3 | 2012-06-10 17:15:55 +0000 | [diff] [blame] | 1427 | 2012-06-10 Darin Adler <darin@apple.com> |
| 1428 | |
| 1429 | Remove unneeded callRemovedLastRef function from TreeShared refactoring |
| 1430 | https://bugs.webkit.org/show_bug.cgi?id=88653 |
| 1431 | |
| 1432 | Reviewed by Sam Weinig. |
| 1433 | |
| 1434 | * Source/autotools/symbols.filter: Filter removedLastRef instead of |
| 1435 | callRemovedLastRef. |
| 1436 | |
commit-queue@webkit.org | 5deb749 | 2012-06-09 09:05:22 +0000 | [diff] [blame] | 1437 | 2012-06-09 Sukolsak Sakshuwong <sukolsak@google.com> |
| 1438 | |
| 1439 | Add UNDO_MANAGER flag |
| 1440 | https://bugs.webkit.org/show_bug.cgi?id=87908 |
| 1441 | |
| 1442 | Reviewed by Tony Chang. |
| 1443 | |
| 1444 | * Source/cmake/WebKitFeatures.cmake: |
| 1445 | |
mrobinson@webkit.org | 940af95 | 2012-06-08 22:24:55 +0000 | [diff] [blame] | 1446 | 2012-06-08 Martin Robinson <mrobinson@igalia.com> |
| 1447 | |
mrobinson@webkit.org | 214e0b8 | 2012-06-08 23:13:35 +0000 | [diff] [blame] | 1448 | Fix the GTK+ build when OpenGL is enabled. |
| 1449 | |
| 1450 | * configure.ac: Fix the build. |
| 1451 | |
| 1452 | 2012-06-08 Martin Robinson <mrobinson@igalia.com> |
| 1453 | |
mrobinson@webkit.org | 940af95 | 2012-06-08 22:24:55 +0000 | [diff] [blame] | 1454 | [GTK] build accelerated compositing on by default if OpenGL is present |
| 1455 | https://bugs.webkit.org/show_bug.cgi?id=88677 |
| 1456 | |
| 1457 | Reviewed by Alejandro G. Castro. |
| 1458 | |
| 1459 | Build accelerated compositing by default if OpenGL is present, just like WebGL. |
| 1460 | Also prevent enabling WebGL if Clutter is turned on. |
| 1461 | |
| 1462 | * configure.ac: Build AC by default. |
| 1463 | |
carlosgc@webkit.org | 6ea8d20 | 2012-06-08 16:37:48 +0000 | [diff] [blame] | 1464 | 2012-06-08 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1465 | |
| 1466 | [GTK] Add API to get the library version to WebKit2 GTK+ |
| 1467 | https://bugs.webkit.org/show_bug.cgi?id=88426 |
| 1468 | |
| 1469 | Reviewed by Martin Robinson. |
| 1470 | |
| 1471 | * configure.ac: Generate WebKitVersion.h from WebKitVersion.h.in |
| 1472 | file. |
| 1473 | |
commit-queue@webkit.org | 033422c | 2012-06-08 15:23:12 +0000 | [diff] [blame] | 1474 | 2012-06-08 Ion Rosca <rosca@adobe.com> |
| 1475 | |
| 1476 | Some overlay scrollbar API calls in ScrollAnimatorMac can lead to an assertion in RenderBox::mapAbsoluteToLocalPoint |
| 1477 | https://bugs.webkit.org/show_bug.cgi?id=74111 |
| 1478 | |
| 1479 | Reviewed by Simon Fraser. |
| 1480 | |
| 1481 | * ManualTests/scrollbar-crash-on-hide-scrolled-area.html: Added. |
| 1482 | |
haraken@chromium.org | bba7c9c | 2012-06-08 06:28:12 +0000 | [diff] [blame] | 1483 | 2012-06-07 Kentaro Hara <haraken@chromium.org> |
| 1484 | |
| 1485 | Reduce Node object size from 72 byte to 64 byte |
| 1486 | https://bugs.webkit.org/show_bug.cgi?id=88528 |
| 1487 | |
| 1488 | Reviewed by Ryosuke Niwa. |
| 1489 | |
| 1490 | Added a symbol for callRemovedLastRef(). |
| 1491 | |
| 1492 | * Source/autotools/symbols.filter: |
| 1493 | |
paroga@webkit.org | 4093515 | 2012-06-07 23:18:38 +0000 | [diff] [blame] | 1494 | 2012-06-07 Patrick Gansterer <paroga@webkit.org> |
| 1495 | |
| 1496 | Build fix for WinCE after r113570. |
| 1497 | |
| 1498 | * Source/cmake/OptionsWinCE.cmake: |
| 1499 | |
abarth@webkit.org | 9a476fa | 2012-06-07 21:21:31 +0000 | [diff] [blame] | 1500 | 2012-06-07 Adam Barth <abarth@webkit.org> |
| 1501 | |
| 1502 | Settings::defaultDeviceScaleFactor is redundant with Page::deviceScaleFactor |
| 1503 | https://bugs.webkit.org/show_bug.cgi?id=88375 |
| 1504 | |
| 1505 | Reviewed by James Robinson. |
| 1506 | |
| 1507 | This symbol no longer exists. |
| 1508 | |
| 1509 | * Source/autotools/symbols.filter: |
| 1510 | |
ddkilzer@apple.com | 19f61db | 2012-06-06 21:19:38 +0000 | [diff] [blame] | 1511 | 2012-06-06 David Kilzer <ddkilzer@apple.com> |
| 1512 | |
| 1513 | Teach git about localizable *.strings files |
| 1514 | <http://webkit.org/b/88447> |
| 1515 | |
| 1516 | Reviewed by Adam Roben. |
| 1517 | |
| 1518 | * .gitattributes: Set diff attribute for *.strings files so |
| 1519 | git-diff doesn't complain about them being binary files once the |
| 1520 | git-config command is run. |
| 1521 | |
wingo@igalia.com | 4990fe8 | 2012-06-06 16:00:38 +0000 | [diff] [blame] | 1522 | 2012-06-06 Andy Wingo <wingo@igalia.com> |
| 1523 | |
| 1524 | [GTK] Enable the LLInt |
| 1525 | https://bugs.webkit.org/show_bug.cgi?id=88315 |
| 1526 | |
| 1527 | Reviewed by Filip Pizlo. |
| 1528 | |
| 1529 | * configure.ac: Require Ruby, to build the low-level interpreter. |
| 1530 | |
loislo@chromium.org | 227483d | 2012-06-06 11:27:56 +0000 | [diff] [blame] | 1531 | 2012-06-06 Sam D <dsam2912@gmail.com> |
| 1532 | |
| 1533 | Web Inspector: Option for selecting/deselecting all breakpoints in breakpoint pane |
| 1534 | https://bugs.webkit.org/show_bug.cgi?id=87644 |
| 1535 | |
| 1536 | Reviewed by Pavel Feldman. |
| 1537 | |
| 1538 | Added an option to enable/disable all breakpoints in Breakpoint pane. |
| 1539 | |
| 1540 | * Source/WebCore/English.lproj/localizedStrings.js: |
| 1541 | * Source/WebCore/inspector/front-end/BreakpointManager.js: |
| 1542 | (WebInspector.BreakpointManager.prototype.enableAllBreakpoints): |
| 1543 | (WebInspector.BreakpointManager.prototype.disableAllBreakpoints): |
| 1544 | * Source/WebCore/inspector/front-end/BreakpointsSidebarPane.js: |
| 1545 | (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu.enabledBreakpointCount): |
| 1546 | (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu): |
| 1547 | |
commit-queue@webkit.org | 4b6f5b3 | 2012-06-06 05:19:18 +0000 | [diff] [blame] | 1548 | 2012-06-05 Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk> |
| 1549 | |
| 1550 | [GTK] show the feature list in alphabetical order |
| 1551 | https://bugs.webkit.org/show_bug.cgi?id=88343 |
| 1552 | |
| 1553 | Reviewed by Gustavo Noronha Silva. |
| 1554 | |
| 1555 | * configure.ac: |
| 1556 | |
commit-queue@webkit.org | 3401b2d | 2012-06-05 11:32:22 +0000 | [diff] [blame] | 1557 | 2012-06-05 Dongwoo Im <dw.im@samsung.com> |
| 1558 | |
| 1559 | Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'. |
| 1560 | https://bugs.webkit.org/show_bug.cgi?id=73176 |
| 1561 | |
| 1562 | Reviewed by Adam Barth. |
| 1563 | |
| 1564 | Two more APIs are added in Custom Scheme Handler specification. |
| 1565 | http://dev.w3.org/html5/spec/Overview.html#custom-handlers |
| 1566 | One is 'isProtocolHandlerRegistered' to query whether the specific URL |
| 1567 | is registered or not. |
| 1568 | The other is 'unregisterProtocolHandler' to remove the registered URL. |
| 1569 | |
| 1570 | * Source/cmake/WebKitFeatures.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'. |
| 1571 | * Source/cmakeconfig.h.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'. |
| 1572 | |
commit-queue@webkit.org | 38d6785 | 2012-06-05 03:01:18 +0000 | [diff] [blame] | 1573 | 2012-06-04 Hugo Parente Lima <hugo.lima@openbossa.org> |
| 1574 | |
| 1575 | Turn LEGACY_VIEWPORT_ADAPTION USE flag into an ENABLE flag. |
| 1576 | https://bugs.webkit.org/show_bug.cgi?id=88243 |
| 1577 | |
| 1578 | Reviewed by Adam Barth. |
| 1579 | |
| 1580 | * Source/cmake/WebKitFeatures.cmake: |
| 1581 | |
commit-queue@webkit.org | 14c5bee | 2012-06-04 20:11:36 +0000 | [diff] [blame] | 1582 | 2012-06-04 Sadrul Habib Chowdhury <sadrul@chromium.org> |
| 1583 | |
| 1584 | [chromium] Fix software rendering for device-scale-factor > 1 |
| 1585 | https://bugs.webkit.org/show_bug.cgi?id=88136 |
| 1586 | |
| 1587 | Reviewed by Darin Fisher. |
| 1588 | |
| 1589 | Export WebCore::Page::setDeviceScaleFactor and WebCore::Settings::setDefaultDeviceScaleFactor. |
| 1590 | |
| 1591 | * Source/autotools/symbols.filter: |
| 1592 | |
commit-queue@webkit.org | 2c5253a | 2012-06-04 19:52:05 +0000 | [diff] [blame] | 1593 | 2012-06-04 Kevin Greer <kgr@chromium.org> |
| 1594 | |
| 1595 | [chromium] Issue async events for console.time/timeEnd |
| 1596 | https://bugs.webkit.org/show_bug.cgi?id=88003 |
| 1597 | |
| 1598 | Reviewed by Pavel Feldman. |
| 1599 | |
| 1600 | * ../../Source/WebCore/page/Console.cpp: |
| 1601 | |
carlosgc@webkit.org | 380b0e1 | 2012-06-04 11:00:09 +0000 | [diff] [blame] | 1602 | 2012-06-04 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1603 | |
| 1604 | Unreviewed. Update NEWS and configure.ac for 1.9.3 release |
| 1605 | |
| 1606 | * configure.ac: Bump version number. |
| 1607 | |
kevino@webkit.org | f2b0e14 | 2012-06-02 18:54:52 +0000 | [diff] [blame] | 1608 | 2012-06-02 Kevin Ollivier <kevino@theolliviers.com> |
| 1609 | |
| 1610 | [wx] Unreviewed build fix. Temporarily disable DerivedSources cleanup on Windows. |
| 1611 | |
| 1612 | * wscript: |
| 1613 | |
hausmann@webkit.org | 56ac076 | 2012-06-01 20:00:43 +0000 | [diff] [blame] | 1614 | 2012-06-01 Simon Hausmann <simon.hausmann@nokia.com> |
| 1615 | |
| 1616 | [Qt] Use -Werror only in developer builds |
| 1617 | |
| 1618 | Rubber-stamped by Tor Arne Vestbø. |
| 1619 | |
| 1620 | In production builds -Werror with custom toolchains and wierd system |
| 1621 | headers, -Werror is of no use and just creates confusion. So use it |
| 1622 | only if Qt is configured with -developer-build. |
| 1623 | |
| 1624 | * Source/api.pri: qt_developer_build determination moved to default_pre.prf |
| 1625 | |
caio.oliveira@openbossa.org | 8bbea2e | 2012-06-01 19:57:46 +0000 | [diff] [blame] | 1626 | 2012-06-01 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org> |
| 1627 | |
| 1628 | [Qt] Move QObject bridge related tests from tst_qwebframe to tst_qobjectbridge |
| 1629 | https://bugs.webkit.org/show_bug.cgi?id=88117 |
| 1630 | |
| 1631 | Reviewed by Noam Rosenthal. |
| 1632 | |
| 1633 | * Source/tests.pri: Add new entry for tst_qobjectbridge. |
| 1634 | |
commit-queue@webkit.org | dc1f1da | 2012-06-01 16:35:49 +0000 | [diff] [blame] | 1635 | 2012-06-01 Christophe Dumez <christophe.dumez@intel.com> |
| 1636 | |
| 1637 | [EFL] EFL port does not enable WEB_INTENTS_TAG flag |
| 1638 | https://bugs.webkit.org/show_bug.cgi?id=86866 |
| 1639 | |
| 1640 | Reviewed by Adam Barth. |
| 1641 | |
| 1642 | Enable WEB_INTENTS_TAG flag by default on EFL port. |
| 1643 | |
| 1644 | * Source/cmake/OptionsEfl.cmake: |
| 1645 | * Source/cmake/WebKitFeatures.cmake: |
| 1646 | * Source/cmakeconfig.h.cmake: |
| 1647 | |
commit-queue@webkit.org | 82912a9 | 2012-05-31 14:47:30 +0000 | [diff] [blame] | 1648 | 2012-05-31 Christophe Dumez <christophe.dumez@intel.com> |
| 1649 | |
| 1650 | [EFL] Enable CSS_IMAGE_SET flag |
| 1651 | https://bugs.webkit.org/show_bug.cgi?id=87727 |
| 1652 | |
| 1653 | Reviewed by Adam Roben. |
| 1654 | |
| 1655 | Add CSS_IMAGE_SET flag to CMake and enable it by default on EFL port. |
| 1656 | |
| 1657 | * Source/cmake/OptionsEfl.cmake: |
| 1658 | * Source/cmake/WebKitFeatures.cmake: |
| 1659 | * Source/cmakeconfig.h.cmake: |
| 1660 | |
kevino@webkit.org | 3e06813 | 2012-05-30 21:05:29 +0000 | [diff] [blame] | 1661 | 2012-05-30 Kevin Ollivier <kevino@theolliviers.com> |
| 1662 | |
| 1663 | [wx] Unreviewed build fix. Add needed file back to the wx build. |
| 1664 | |
| 1665 | * wscript: |
| 1666 | |
ryuan.choi@samsung.com | e9e65c2 | 2012-05-30 12:12:23 +0000 | [diff] [blame] | 1667 | 2012-05-30 Mariusz Grzegorczyk <mariusz.g@samsung.com>, Ryuan Choi <ryuan.choi@samsung.com> |
| 1668 | |
| 1669 | [EFL][WK2] Fix WebKit2-EFL build |
| 1670 | https://bugs.webkit.org/show_bug.cgi?id=83693 |
| 1671 | |
| 1672 | Reviewed by Carlos Garcia Campos. |
| 1673 | |
| 1674 | * Source/cmake/OptionsEfl.cmake: Define BUILDING_SOUP__ to build WebKit2/Efl. |
| 1675 | |
commit-queue@webkit.org | 54f7a01 | 2012-05-30 03:51:23 +0000 | [diff] [blame] | 1676 | 2012-05-29 Jonathan Dong <jonathan.dong@torchmobile.com.cn> |
| 1677 | |
| 1678 | [BlackBerry] Loading media data with http authentication |
| 1679 | https://bugs.webkit.org/show_bug.cgi?id=84214 |
| 1680 | |
| 1681 | Reviewed by George Staikos. |
| 1682 | |
| 1683 | Added a manual test case which needs user to provide a HTTP server |
| 1684 | with HTTP authentication support when loading the specified media |
| 1685 | resource. The test case will test if the media resource is successfully |
| 1686 | loaded. |
| 1687 | |
| 1688 | * ManualTests/blackberry/video-load-with-authentication.html: Added. |
| 1689 | |
simon.fraser@apple.com | 9d12790 | 2012-05-29 20:49:15 +0000 | [diff] [blame] | 1690 | 2012-05-29 Simon Fraser <simon.fraser@apple.com> |
| 1691 | |
| 1692 | Incomplete repaint on twitter.com when replying to a tweet |
| 1693 | https://bugs.webkit.org/show_bug.cgi?id=87553 |
| 1694 | |
| 1695 | Reviewed by Dean Jackson. |
| 1696 | |
| 1697 | Manual test that adds a transform to a layer, forcing that |
| 1698 | layer to gain backing store. |
| 1699 | |
| 1700 | * ManualTests/compositing/requires-backing-change.html: Added. |
| 1701 | |
commit-queue@webkit.org | d505840 | 2012-05-29 14:44:38 +0000 | [diff] [blame] | 1702 | 2012-05-29 David Barr <davidbarr@chromium.org> |
| 1703 | |
| 1704 | Introduce ENABLE_CSS_IMAGE_RESOLUTION compile flag |
| 1705 | https://bugs.webkit.org/show_bug.cgi?id=87685 |
| 1706 | |
| 1707 | Reviewed by Eric Seidel. |
| 1708 | |
| 1709 | Add a configuration option for CSS image-resolution support, disabling it by default. |
| 1710 | |
| 1711 | * Source/cmake/WebKitFeatures.cmake: |
| 1712 | * Source/cmakeconfig.h.cmake: |
| 1713 | |
jesus@webkit.org | 51166e1 | 2012-05-28 20:00:49 +0000 | [diff] [blame] | 1714 | 2012-05-25 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> |
| 1715 | |
| 1716 | WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled |
| 1717 | https://bugs.webkit.org/show_bug.cgi?id=42328 |
| 1718 | |
| 1719 | Reviewed by Eric Seidel. |
| 1720 | |
| 1721 | * Source/autotools/symbols.filter: Added needed symbols for GTK build. |
| 1722 | |
gyuyoung.kim@samsung.com | 741d355 | 2012-05-28 09:05:52 +0000 | [diff] [blame] | 1723 | 2012-05-28 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| 1724 | |
| 1725 | Move allowRoundingHacks to Internals interface |
| 1726 | https://bugs.webkit.org/show_bug.cgi?id=87328 |
| 1727 | |
| 1728 | Reviewed by Hajime Morita. |
| 1729 | |
| 1730 | * Source/autotools/symbols.filter: Add allowRoundingHacks symbol filter. |
| 1731 | |
commit-queue@webkit.org | 07ecccc | 2012-05-28 05:00:28 +0000 | [diff] [blame] | 1732 | 2012-05-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| 1733 | |
| 1734 | [EFL] Enable blob support for the EFL port |
| 1735 | https://bugs.webkit.org/show_bug.cgi?id=85363 |
| 1736 | |
| 1737 | Reviewed by Hajime Morita. |
| 1738 | |
| 1739 | Enable Blob support by default for the EFL port. |
| 1740 | |
| 1741 | * Source/cmake/OptionsEfl.cmake: |
| 1742 | |
rakuco@webkit.org | 1bc2210 | 2012-05-28 01:56:44 +0000 | [diff] [blame] | 1743 | 2012-05-27 Raphael Kubo da Costa <rakuco@webkit.org> |
| 1744 | |
| 1745 | [CMake] Make WEBKIT_SET_EXTRA_COMPILER_FLAGS work with clang. |
| 1746 | https://bugs.webkit.org/show_bug.cgi?id=87597 |
| 1747 | |
| 1748 | Reviewed by Daniel Bates. |
| 1749 | |
| 1750 | Building with clang requires at least the -fPIC option being |
| 1751 | passed correctly, just like it is needed with gcc. clang is also |
| 1752 | compatible with most of gcc's compiler options, so we only need to |
| 1753 | check for clang besides g++ in the macro definition. |
| 1754 | |
| 1755 | * Source/cmake/WebKitHelpers.cmake: Check for "Clang" and use |
| 1756 | CMAKE_COMPILER_IS_GNUCXX for the previous check, as it is shorter |
| 1757 | and achieves the same effect. |
| 1758 | |
zandobersek@gmail.com | 3f8e971 | 2012-05-25 18:36:13 +0000 | [diff] [blame] | 1759 | 2012-05-25 Zan Dobersek <zandobersek@gmail.com> |
| 1760 | |
zandobersek@gmail.com | b8b1983 | 2012-05-25 19:40:04 +0000 | [diff] [blame] | 1761 | configure.ac has duplicated AC_MSG_RESULT([$enable_sandbox]) and nothing for seamless iframes |
| 1762 | https://bugs.webkit.org/show_bug.cgi?id=87453 |
| 1763 | |
| 1764 | Reviewed by Eric Seidel. |
| 1765 | |
| 1766 | Report the value of $enable_iframe_seamless rather than $enable_sandbox |
| 1767 | after checking whether to enable the iframe seamless option. |
| 1768 | |
| 1769 | * configure.ac: |
| 1770 | |
| 1771 | 2012-05-25 Zan Dobersek <zandobersek@gmail.com> |
| 1772 | |
zandobersek@gmail.com | 3f8e971 | 2012-05-25 18:36:13 +0000 | [diff] [blame] | 1773 | [Gtk] Remove configuration options that do not apply anymore |
| 1774 | https://bugs.webkit.org/show_bug.cgi?id=87509 |
| 1775 | |
| 1776 | Reviewed by Martin Robinson. |
| 1777 | |
| 1778 | Remove configuration options for enabling or disabling HTML5 datagrid, |
| 1779 | DOM storage, image resizer API and sandboxed iframe support. These |
| 1780 | features were either turned on by default with the feature defines |
| 1781 | removed from the code or removed from the source. |
| 1782 | |
| 1783 | * configure.ac: |
| 1784 | |
commit-queue@webkit.org | 6e50241 | 2012-05-25 12:18:04 +0000 | [diff] [blame] | 1785 | 2012-05-25 Zalan Bujtas <zbujtas@gmail.com> |
| 1786 | |
| 1787 | [Qt] Broken controls rendering when transform is applied. |
| 1788 | https://bugs.webkit.org/show_bug.cgi?id=87483 |
| 1789 | |
| 1790 | Reviewed by Simon Hausmann. |
| 1791 | |
| 1792 | * ManualTests/qt/control_paiting_with_transforms.html: Added. |
| 1793 | |
timothy_horton@apple.com | 3f03ac1 | 2012-05-25 06:53:27 +0000 | [diff] [blame] | 1794 | 2012-05-24 Tim Horton <timothy_horton@apple.com> |
| 1795 | |
| 1796 | Add feature defines for web-facing parts of CSS Regions and Exclusions |
| 1797 | https://bugs.webkit.org/show_bug.cgi?id=87442 |
| 1798 | <rdar://problem/10887709> |
| 1799 | |
| 1800 | Reviewed by Dan Bernstein. |
| 1801 | |
| 1802 | * configure.ac: |
| 1803 | |
tkent@chromium.org | 9da8b8c | 2012-05-25 06:50:38 +0000 | [diff] [blame] | 1804 | 2012-05-24 Kent Tamura <tkent@chromium.org> |
| 1805 | |
| 1806 | PAGE_POPUP: window.setValueAndClosePopup should be moved to a |
| 1807 | per-context property of DOMWindow. |
| 1808 | https://bugs.webkit.org/show_bug.cgi?id=87086 |
| 1809 | |
| 1810 | Reviewed by Adam Barth. |
| 1811 | |
| 1812 | * ManualTests/forms/calendar-picker.html: |
| 1813 | Introduce pseudo window.pagePopupController. |
| 1814 | |
commit-queue@webkit.org | 6d0c3bc | 2012-05-25 04:00:42 +0000 | [diff] [blame] | 1815 | 2012-05-24 Philippe Normand <pnormand@igalia.com> |
| 1816 | |
| 1817 | [GTK] Add --enable-css3-flexbox configure option after r118304. |
| 1818 | https://bugs.webkit.org/show_bug.cgi?id=87455 |
| 1819 | |
| 1820 | Reviewed by Xan Lopez. |
| 1821 | |
| 1822 | * configure.ac: |
| 1823 | |
commit-queue@webkit.org | 2c8bcde | 2012-05-24 20:01:53 +0000 | [diff] [blame] | 1824 | 2012-05-24 John Mellor <johnme@chromium.org> |
| 1825 | |
| 1826 | Font Boosting: Add compile flag and runtime setting |
| 1827 | https://bugs.webkit.org/show_bug.cgi?id=87394 |
| 1828 | |
| 1829 | Reviewed by Adam Barth. |
| 1830 | |
| 1831 | Add ENABLE_FONT_BOOSTING. |
| 1832 | |
| 1833 | * configure.ac: |
| 1834 | |
rakuco@webkit.org | 4882cf9 | 2012-05-24 02:43:51 +0000 | [diff] [blame] | 1835 | 2012-05-23 Raphael Kubo da Costa <rakuco@webkit.org> |
| 1836 | |
| 1837 | [CMake] Unreviewed, add ENABLE_CSS3_FLEXBOX after r118304. |
| 1838 | |
| 1839 | * Source/cmake/WebKitFeatures.cmake: |
| 1840 | * Source/cmakeconfig.h.cmake: |
| 1841 | |
commit-queue@webkit.org | bc19f90 | 2012-05-23 17:46:30 +0000 | [diff] [blame] | 1842 | 2012-05-23 Xiaobo Wang <xbwang@torchmobile.com.cn> |
| 1843 | |
| 1844 | [BlackBerry] Reset JS state for each test |
| 1845 | https://bugs.webkit.org/show_bug.cgi?id=86899 |
| 1846 | |
| 1847 | Reviewed by Nikolas Zimmermann. |
| 1848 | |
| 1849 | * DumpRenderTree/blackberry/DumpRenderTree.cpp: |
| 1850 | (BlackBerry::WebKit::DumpRenderTree::resetToConsistentStateBeforeTesting): |
| 1851 | |
commit-queue@webkit.org | e49ac25 | 2012-05-23 05:24:02 +0000 | [diff] [blame] | 1852 | 2012-05-22 Dongwoo Im <dw.im@samsung.com> |
| 1853 | |
| 1854 | [EFL] Implements the registerProtocolHandler method and option. |
| 1855 | https://bugs.webkit.org/show_bug.cgi?id=73638 |
| 1856 | |
| 1857 | Reviewed by Andreas Kling. |
| 1858 | |
| 1859 | The registerProtocolHandler() method allows Web sites to register themselves |
| 1860 | as possible handlers for particular schemes. |
| 1861 | |
| 1862 | http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler |
| 1863 | |
| 1864 | * Source/cmake/OptionsEfl.cmake: Adds the build option. |
| 1865 | * Source/cmakeconfig.h.cmake: Adds the build option. |
| 1866 | |
commit-queue@webkit.org | 0db5ac7 | 2012-05-23 02:37:31 +0000 | [diff] [blame] | 1867 | 2012-05-22 Kangil Han <kangil.han@samsung.com> |
| 1868 | |
| 1869 | [EFL][DRT] Implement touch event |
| 1870 | https://bugs.webkit.org/show_bug.cgi?id=86720 |
| 1871 | |
| 1872 | Reviewed by Hajime Morita. |
| 1873 | |
| 1874 | Currently EFL DRT doesn't support touch event. |
| 1875 | Therefore, this patch enabled it and implemented some eventSender function callbacks. |
| 1876 | |
| 1877 | * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check. |
| 1878 | * Source/cmake/OptionsEfl.cmake: Enable touch event option. |
| 1879 | |
simon.fraser@apple.com | 9bd2c70 | 2012-05-22 20:37:14 +0000 | [diff] [blame] | 1880 | == Rolled over to ChangeLog-2012-05-22 == |