| 1 |
2012-06-02 Kevin Ollivier <kevino@theolliviers.com> |
| 2 |
|
| 3 |
[wx] Unreviewed build fix. Temporarily disable DerivedSources cleanup on Windows. |
| 4 |
|
| 5 |
* wscript: |
| 6 |
|
| 7 |
2012-06-01 Simon Hausmann <simon.hausmann@nokia.com> |
| 8 |
|
| 9 |
[Qt] Use -Werror only in developer builds |
| 10 |
|
| 11 |
Rubber-stamped by Tor Arne Vestbø. |
| 12 |
|
| 13 |
In production builds -Werror with custom toolchains and wierd system |
| 14 |
headers, -Werror is of no use and just creates confusion. So use it |
| 15 |
only if Qt is configured with -developer-build. |
| 16 |
|
| 17 |
* Source/api.pri: qt_developer_build determination moved to default_pre.prf |
| 18 |
|
| 19 |
2012-06-01 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org> |
| 20 |
|
| 21 |
[Qt] Move QObject bridge related tests from tst_qwebframe to tst_qobjectbridge |
| 22 |
https://bugs.webkit.org/show_bug.cgi?id=88117 |
| 23 |
|
| 24 |
Reviewed by Noam Rosenthal. |
| 25 |
|
| 26 |
* Source/tests.pri: Add new entry for tst_qobjectbridge. |
| 27 |
|
| 28 |
2012-06-01 Christophe Dumez <christophe.dumez@intel.com> |
| 29 |
|
| 30 |
[EFL] EFL port does not enable WEB_INTENTS_TAG flag |
| 31 |
https://bugs.webkit.org/show_bug.cgi?id=86866 |
| 32 |
|
| 33 |
Reviewed by Adam Barth. |
| 34 |
|
| 35 |
Enable WEB_INTENTS_TAG flag by default on EFL port. |
| 36 |
|
| 37 |
* Source/cmake/OptionsEfl.cmake: |
| 38 |
* Source/cmake/WebKitFeatures.cmake: |
| 39 |
* Source/cmakeconfig.h.cmake: |
| 40 |
|
| 41 |
2012-05-31 Christophe Dumez <christophe.dumez@intel.com> |
| 42 |
|
| 43 |
[EFL] Enable CSS_IMAGE_SET flag |
| 44 |
https://bugs.webkit.org/show_bug.cgi?id=87727 |
| 45 |
|
| 46 |
Reviewed by Adam Roben. |
| 47 |
|
| 48 |
Add CSS_IMAGE_SET flag to CMake and enable it by default on EFL port. |
| 49 |
|
| 50 |
* Source/cmake/OptionsEfl.cmake: |
| 51 |
* Source/cmake/WebKitFeatures.cmake: |
| 52 |
* Source/cmakeconfig.h.cmake: |
| 53 |
|
| 54 |
2012-05-30 Kevin Ollivier <kevino@theolliviers.com> |
| 55 |
|
| 56 |
[wx] Unreviewed build fix. Add needed file back to the wx build. |
| 57 |
|
| 58 |
* wscript: |
| 59 |
|
| 60 |
2012-05-30 Mariusz Grzegorczyk <mariusz.g@samsung.com>, Ryuan Choi <ryuan.choi@samsung.com> |
| 61 |
|
| 62 |
[EFL][WK2] Fix WebKit2-EFL build |
| 63 |
https://bugs.webkit.org/show_bug.cgi?id=83693 |
| 64 |
|
| 65 |
Reviewed by Carlos Garcia Campos. |
| 66 |
|
| 67 |
* Source/cmake/OptionsEfl.cmake: Define BUILDING_SOUP__ to build WebKit2/Efl. |
| 68 |
|
| 69 |
2012-05-29 Jonathan Dong <jonathan.dong@torchmobile.com.cn> |
| 70 |
|
| 71 |
[BlackBerry] Loading media data with http authentication |
| 72 |
https://bugs.webkit.org/show_bug.cgi?id=84214 |
| 73 |
|
| 74 |
Reviewed by George Staikos. |
| 75 |
|
| 76 |
Added a manual test case which needs user to provide a HTTP server |
| 77 |
with HTTP authentication support when loading the specified media |
| 78 |
resource. The test case will test if the media resource is successfully |
| 79 |
loaded. |
| 80 |
|
| 81 |
* ManualTests/blackberry/video-load-with-authentication.html: Added. |
| 82 |
|
| 83 |
2012-05-29 Simon Fraser <simon.fraser@apple.com> |
| 84 |
|
| 85 |
Incomplete repaint on twitter.com when replying to a tweet |
| 86 |
https://bugs.webkit.org/show_bug.cgi?id=87553 |
| 87 |
|
| 88 |
Reviewed by Dean Jackson. |
| 89 |
|
| 90 |
Manual test that adds a transform to a layer, forcing that |
| 91 |
layer to gain backing store. |
| 92 |
|
| 93 |
* ManualTests/compositing/requires-backing-change.html: Added. |
| 94 |
|
| 95 |
2012-05-29 David Barr <davidbarr@chromium.org> |
| 96 |
|
| 97 |
Introduce ENABLE_CSS_IMAGE_RESOLUTION compile flag |
| 98 |
https://bugs.webkit.org/show_bug.cgi?id=87685 |
| 99 |
|
| 100 |
Reviewed by Eric Seidel. |
| 101 |
|
| 102 |
Add a configuration option for CSS image-resolution support, disabling it by default. |
| 103 |
|
| 104 |
* Source/cmake/WebKitFeatures.cmake: |
| 105 |
* Source/cmakeconfig.h.cmake: |
| 106 |
|
| 107 |
2012-05-25 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> |
| 108 |
|
| 109 |
WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled |
| 110 |
https://bugs.webkit.org/show_bug.cgi?id=42328 |
| 111 |
|
| 112 |
Reviewed by Eric Seidel. |
| 113 |
|
| 114 |
* Source/autotools/symbols.filter: Added needed symbols for GTK build. |
| 115 |
|
| 116 |
2012-05-28 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| 117 |
|
| 118 |
Move allowRoundingHacks to Internals interface |
| 119 |
https://bugs.webkit.org/show_bug.cgi?id=87328 |
| 120 |
|
| 121 |
Reviewed by Hajime Morita. |
| 122 |
|
| 123 |
* Source/autotools/symbols.filter: Add allowRoundingHacks symbol filter. |
| 124 |
|
| 125 |
2012-05-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| 126 |
|
| 127 |
[EFL] Enable blob support for the EFL port |
| 128 |
https://bugs.webkit.org/show_bug.cgi?id=85363 |
| 129 |
|
| 130 |
Reviewed by Hajime Morita. |
| 131 |
|
| 132 |
Enable Blob support by default for the EFL port. |
| 133 |
|
| 134 |
* Source/cmake/OptionsEfl.cmake: |
| 135 |
|
| 136 |
2012-05-27 Raphael Kubo da Costa <rakuco@webkit.org> |
| 137 |
|
| 138 |
[CMake] Make WEBKIT_SET_EXTRA_COMPILER_FLAGS work with clang. |
| 139 |
https://bugs.webkit.org/show_bug.cgi?id=87597 |
| 140 |
|
| 141 |
Reviewed by Daniel Bates. |
| 142 |
|
| 143 |
Building with clang requires at least the -fPIC option being |
| 144 |
passed correctly, just like it is needed with gcc. clang is also |
| 145 |
compatible with most of gcc's compiler options, so we only need to |
| 146 |
check for clang besides g++ in the macro definition. |
| 147 |
|
| 148 |
* Source/cmake/WebKitHelpers.cmake: Check for "Clang" and use |
| 149 |
CMAKE_COMPILER_IS_GNUCXX for the previous check, as it is shorter |
| 150 |
and achieves the same effect. |
| 151 |
|
| 152 |
2012-05-25 Zan Dobersek <zandobersek@gmail.com> |
| 153 |
|
| 154 |
configure.ac has duplicated AC_MSG_RESULT([$enable_sandbox]) and nothing for seamless iframes |
| 155 |
https://bugs.webkit.org/show_bug.cgi?id=87453 |
| 156 |
|
| 157 |
Reviewed by Eric Seidel. |
| 158 |
|
| 159 |
Report the value of $enable_iframe_seamless rather than $enable_sandbox |
| 160 |
after checking whether to enable the iframe seamless option. |
| 161 |
|
| 162 |
* configure.ac: |
| 163 |
|
| 164 |
2012-05-25 Zan Dobersek <zandobersek@gmail.com> |
| 165 |
|
| 166 |
[Gtk] Remove configuration options that do not apply anymore |
| 167 |
https://bugs.webkit.org/show_bug.cgi?id=87509 |
| 168 |
|
| 169 |
Reviewed by Martin Robinson. |
| 170 |
|
| 171 |
Remove configuration options for enabling or disabling HTML5 datagrid, |
| 172 |
DOM storage, image resizer API and sandboxed iframe support. These |
| 173 |
features were either turned on by default with the feature defines |
| 174 |
removed from the code or removed from the source. |
| 175 |
|
| 176 |
* configure.ac: |
| 177 |
|
| 178 |
2012-05-25 Zalan Bujtas <zbujtas@gmail.com> |
| 179 |
|
| 180 |
[Qt] Broken controls rendering when transform is applied. |
| 181 |
https://bugs.webkit.org/show_bug.cgi?id=87483 |
| 182 |
|
| 183 |
Reviewed by Simon Hausmann. |
| 184 |
|
| 185 |
* ManualTests/qt/control_paiting_with_transforms.html: Added. |
| 186 |
|
| 187 |
2012-05-24 Tim Horton <timothy_horton@apple.com> |
| 188 |
|
| 189 |
Add feature defines for web-facing parts of CSS Regions and Exclusions |
| 190 |
https://bugs.webkit.org/show_bug.cgi?id=87442 |
| 191 |
<rdar://problem/10887709> |
| 192 |
|
| 193 |
Reviewed by Dan Bernstein. |
| 194 |
|
| 195 |
* configure.ac: |
| 196 |
|
| 197 |
2012-05-24 Kent Tamura <tkent@chromium.org> |
| 198 |
|
| 199 |
PAGE_POPUP: window.setValueAndClosePopup should be moved to a |
| 200 |
per-context property of DOMWindow. |
| 201 |
https://bugs.webkit.org/show_bug.cgi?id=87086 |
| 202 |
|
| 203 |
Reviewed by Adam Barth. |
| 204 |
|
| 205 |
* ManualTests/forms/calendar-picker.html: |
| 206 |
Introduce pseudo window.pagePopupController. |
| 207 |
|
| 208 |
2012-05-24 Philippe Normand <pnormand@igalia.com> |
| 209 |
|
| 210 |
[GTK] Add --enable-css3-flexbox configure option after r118304. |
| 211 |
https://bugs.webkit.org/show_bug.cgi?id=87455 |
| 212 |
|
| 213 |
Reviewed by Xan Lopez. |
| 214 |
|
| 215 |
* configure.ac: |
| 216 |
|
| 217 |
2012-05-24 John Mellor <johnme@chromium.org> |
| 218 |
|
| 219 |
Font Boosting: Add compile flag and runtime setting |
| 220 |
https://bugs.webkit.org/show_bug.cgi?id=87394 |
| 221 |
|
| 222 |
Reviewed by Adam Barth. |
| 223 |
|
| 224 |
Add ENABLE_FONT_BOOSTING. |
| 225 |
|
| 226 |
* configure.ac: |
| 227 |
|
| 228 |
2012-05-23 Raphael Kubo da Costa <rakuco@webkit.org> |
| 229 |
|
| 230 |
[CMake] Unreviewed, add ENABLE_CSS3_FLEXBOX after r118304. |
| 231 |
|
| 232 |
* Source/cmake/WebKitFeatures.cmake: |
| 233 |
* Source/cmakeconfig.h.cmake: |
| 234 |
|
| 235 |
2012-05-23 Xiaobo Wang <xbwang@torchmobile.com.cn> |
| 236 |
|
| 237 |
[BlackBerry] Reset JS state for each test |
| 238 |
https://bugs.webkit.org/show_bug.cgi?id=86899 |
| 239 |
|
| 240 |
Reviewed by Nikolas Zimmermann. |
| 241 |
|
| 242 |
* DumpRenderTree/blackberry/DumpRenderTree.cpp: |
| 243 |
(BlackBerry::WebKit::DumpRenderTree::resetToConsistentStateBeforeTesting): |
| 244 |
|
| 245 |
2012-05-22 Dongwoo Im <dw.im@samsung.com> |
| 246 |
|
| 247 |
[EFL] Implements the registerProtocolHandler method and option. |
| 248 |
https://bugs.webkit.org/show_bug.cgi?id=73638 |
| 249 |
|
| 250 |
Reviewed by Andreas Kling. |
| 251 |
|
| 252 |
The registerProtocolHandler() method allows Web sites to register themselves |
| 253 |
as possible handlers for particular schemes. |
| 254 |
|
| 255 |
http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler |
| 256 |
|
| 257 |
* Source/cmake/OptionsEfl.cmake: Adds the build option. |
| 258 |
* Source/cmakeconfig.h.cmake: Adds the build option. |
| 259 |
|
| 260 |
2012-05-22 Kangil Han <kangil.han@samsung.com> |
| 261 |
|
| 262 |
[EFL][DRT] Implement touch event |
| 263 |
https://bugs.webkit.org/show_bug.cgi?id=86720 |
| 264 |
|
| 265 |
Reviewed by Hajime Morita. |
| 266 |
|
| 267 |
Currently EFL DRT doesn't support touch event. |
| 268 |
Therefore, this patch enabled it and implemented some eventSender function callbacks. |
| 269 |
|
| 270 |
* Source/cmake/FindEFL.cmake: Add ecore-input to dependency check. |
| 271 |
* Source/cmake/OptionsEfl.cmake: Enable touch event option. |
| 272 |
|
| 273 |
== Rolled over to ChangeLog-2012-05-22 == |