OLD | NEW |
| 1 2011-06-06 Shishir Agrawal <shishir@chromium.org> |
| 2 |
| 3 Reviewed by Tony Gentilcore. |
| 4 |
| 5 Add a "prerender" state for page visibility. |
| 6 https://bugs.webkit.org/show_bug.cgi?id=62062 |
| 7 |
| 8 * public/WebPageVisibilityState.h: |
| 9 * src/AssertMatchingEnums.cpp: |
| 10 * src/WebViewImpl.cpp: |
| 11 (WebKit::WebViewImpl::setVisibilityState): |
| 12 |
| 13 2011-06-06 Nico Weber <thakis@chromium.org> |
| 14 |
| 15 Reviewed by Dimitri Glazkov. |
| 16 |
| 17 webkit/glue/webmediaplayer_impl.cc deletes an object of type |
| 18 WebVideoFrame, which means this patch fixes a real bug, not just |
| 19 a theoretical one. |
| 20 |
| 21 [chromium] Give WebVideoFrame a virtual destructor |
| 22 https://bugs.webkit.org/show_bug.cgi?id=61742 |
| 23 |
| 24 * public/WebVideoFrame.h: |
| 25 (WebKit::WebVideoFrame::~WebVideoFrame): |
| 26 |
| 27 2011-06-04 Nico Weber <thakis@chromium.org> |
| 28 |
| 29 Reviewed by James Robinson. |
| 30 |
| 31 [chromium] Make ResourceHandleInternal's destructor virtual |
| 32 https://bugs.webkit.org/show_bug.cgi?id=62073 |
| 33 |
| 34 This is _not_ to fix a real bug, just to make clang's |
| 35 -Wdelete-non-virtual-dtor happy. As discussed at |
| 36 http://codereview.chromium.org/7094005/, we prefer making leaf class |
| 37 destructors virtual over making the leaf classes final. |
| 38 |
| 39 * src/ResourceHandle.cpp: |
| 40 (WebCore::ResourceHandleInternal::~ResourceHandleInternal): |
| 41 |
| 42 2011-06-04 Nico Weber <thakis@chromium.org> |
| 43 |
| 44 Reviewed by James Robinson. |
| 45 |
| 46 [chromium] Make ChromePrintContext's destructor virtual |
| 47 https://bugs.webkit.org/show_bug.cgi?id=62076 |
| 48 |
| 49 Since WebFrameImpl's m_printContext is a OnwPtr<ChromePrintContext> |
| 50 that is dynamically set to either a ChromePrintContext or a |
| 51 ChromePluginPrintContext, this fixes an actual bug. |
| 52 |
| 53 * src/WebFrameImpl.cpp: |
| 54 (WebKit::ChromePrintContext::~ChromePrintContext): |
| 55 (WebKit::ChromePluginPrintContext::~ChromePluginPrintContext): |
| 56 |
| 57 2011-06-04 Nico Weber <thakis@chromium.org> |
| 58 |
| 59 Reviewed by James Robinson. |
| 60 |
| 61 [chromium] Make WebTextCheckingCompletionImpl's destructor virtual |
| 62 https://bugs.webkit.org/show_bug.cgi?id=62074 |
| 63 |
| 64 This is _not_ to fix a real bug, just to make clang's |
| 65 -Wdelete-non-virtual-dtor happy. As discussed at |
| 66 http://codereview.chromium.org/7094005/, we prefer making leaf class |
| 67 destructors virtual over making the leaf classes final. |
| 68 |
| 69 * src/WebTextCheckingCompletionImpl.h: |
| 70 (WebKit::WebTextCheckingCompletionImpl::~WebTextCheckingCompletionImpl): |
| 71 |
| 72 2011-06-04 Nico Weber <thakis@chromium.org> |
| 73 |
| 74 Reviewed by James Robinson. |
| 75 |
| 76 [chromium] Make PlatformMessagePortChannel's destructor virtual |
| 77 https://bugs.webkit.org/show_bug.cgi?id=62072 |
| 78 |
| 79 This is _not_ to fix a real bug, just to make clang's |
| 80 -Wdelete-non-virtual-dtor happy. As discussed at |
| 81 http://codereview.chromium.org/7094005/, we prefer making leaf class |
| 82 destructors virtual over making the leaf classes final. |
| 83 |
| 84 * src/PlatformMessagePortChannel.h: |
| 85 |
| 86 2011-06-04 Nico Weber <thakis@chromium.org> |
| 87 |
| 88 Reviewed by James Robinson. |
| 89 |
| 90 [chromium] Give VoidCallbackClient a virtual destructor |
| 91 https://bugs.webkit.org/show_bug.cgi?id=62067 |
| 92 |
| 93 This is _not_ to fix a real bug, just to make clang's |
| 94 -Wdelete-non-virtual-dtor happy. As discussed at |
| 95 http://codereview.chromium.org/7094005/, we prefer making leaf class |
| 96 destructors virtual over making the leaf classes final. |
| 97 |
| 98 * src/NotificationPresenterImpl.cpp: |
| 99 (WebKit::VoidCallbackClient::~VoidCallbackClient): |
| 100 |
| 101 2011-06-04 Nico Weber <thakis@chromium.org> |
| 102 |
| 103 Reviewed by James Robinson. |
| 104 |
| 105 [chromium] Make WebFrameImpl destructor virtual |
| 106 https://bugs.webkit.org/show_bug.cgi?id=62065 |
| 107 |
| 108 This is _not_ to fix a real bug, just to make clang's |
| 109 -Wdelete-non-virtual-dtor happy. As discussed at |
| 110 http://codereview.chromium.org/7094005/, we prefer making leaf class |
| 111 destructors virtual over making the leaf classes final. |
| 112 |
| 113 * src/WebFrameImpl.h: |
| 114 |
| 115 2011-06-03 Philippe Beauchamp <philippe.beauchamp@gmail.com> |
| 116 |
| 117 Reviewed by Dimitri Glazkov. |
| 118 |
| 119 Add the feature "Add as search engine..." in a search text field context
menu for chromium |
| 120 https://bugs.webkit.org/show_bug.cgi?id=47980 |
| 121 |
| 122 * public/WebContextMenuData.h: |
| 123 * public/WebSearchableFormData.h: |
| 124 * src/ContextMenuClientImpl.cpp: |
| 125 (WebKit::ContextMenuClientImpl::getCustomMenuFromDefaultItems): |
| 126 * src/WebSearchableFormData.cpp: |
| 127 (WebKit::WebSearchableFormData::WebSearchableFormData): |
| 128 |
| 129 2011-06-03 Naoki Takano <takano.naoki@gmail.com> |
| 130 |
| 131 Reviewed by Eric Seidel. |
| 132 |
| 133 [Chromium] Call setToolTipText() in WebPopupMenuImpl mouse move handler
to show tool tip in select popup window. |
| 134 https://bugs.webkit.org/show_bug.cgi?id=61260 |
| 135 http://code.google.com/p/chromium/issues/detail?id=12721 |
| 136 |
| 137 * public/WebMenuItemInfo.h: Add toolTip. |
| 138 * public/WebViewClient.h: Remove setToolTipText(). |
| 139 * public/WebWidgetClient.h: Add setTooTipText(). |
| 140 (WebKit::WebWidgetClient::setToolTipText): |
| 141 * src/ExternalPopupMenu.cpp: |
| 142 (WebKit::ExternalPopupMenu::getPopupMenuInfo): Add popupItem.toolTip set
. |
| 143 * src/WebPopupMenuImpl.cpp: |
| 144 (WebKit::WebPopupMenuImpl::MouseMove): Call setToolTipText(). |
| 145 |
| 146 2011-06-03 Hans Wennborg <hans@chromium.org> |
| 147 |
| 148 Reviewed by Steve Block. |
| 149 |
| 150 IndexedDB: Clean-up use of INT64_MAX in LevelDB back-end |
| 151 https://bugs.webkit.org/show_bug.cgi?id=62009 |
| 152 |
| 153 Don't use INT64_MAX, use the various encodeMaxKey() functions instead. |
| 154 |
| 155 * tests/IDBLevelDBCodingTest.cpp: |
| 156 (IDBLevelDBCoding::TEST): |
| 157 |
| 158 2011-06-03 Mikhail Naganov <mnaganov@chromium.org> |
| 159 |
| 160 Reviewed by Yury Semikhatsky. |
| 161 |
| 162 Web Inspector: [Chromium] cpu-profiler-profiling layout test is flaky on
Linux Debug. |
| 163 https://bugs.webkit.org/show_bug.cgi?id=61533 |
| 164 |
| 165 Skip cpu-profiler-profiling in debug, implement a fast headless alternat
ive. |
| 166 |
| 167 * public/WebDevToolsAgent.h: |
| 168 * src/WebDevToolsAgentImpl.cpp: |
| 169 (WebKit::WebDevToolsAgentImpl::setJavaScriptProfilingEnabled): |
| 170 * src/WebDevToolsAgentImpl.h: |
| 171 |
| 172 2011-06-02 Yury Semikhatsky <yurys@chromium.org> |
| 173 |
| 174 Reviewed by Pavel Feldman. |
| 175 |
| 176 Web Inspector: add an option for automatically attaching to new workers |
| 177 https://bugs.webkit.org/show_bug.cgi?id=61930 |
| 178 |
| 179 Notification about worker context termination are now sent to the inspec
tor. |
| 180 |
| 181 * src/WebWorkerClientImpl.cpp: |
| 182 (WebKit::WebWorkerClientImpl::terminateWorkerContext): |
| 183 (WebKit::WebWorkerClientImpl::disconnectFromInspector): |
| 184 (WebKit::WebWorkerClientImpl::workerContextDestroyed): |
| 185 |
| 186 2011-06-02 Aaron Colwell <acolwell@chromium.org> |
| 187 |
| 188 Reviewed by David Levin. |
| 189 |
| 190 Add mediaTimeForTimeValue() implementation. |
| 191 https://bugs.webkit.org/show_bug.cgi?id=61555 |
| 192 |
| 193 * public/WebMediaPlayer.h: |
| 194 * src/WebMediaPlayerClientImpl.cpp: |
| 195 (WebKit::WebMediaPlayerClientImpl::mediaTimeForTimeValue): |
| 196 * src/WebMediaPlayerClientImpl.h: |
| 197 |
| 198 2011-06-02 Jay Civelli <jcivelli@chromium.org> |
| 199 |
| 200 Reviewed by Adam Barth. |
| 201 |
| 202 Adding MHTML generation support to MHTMLArchive. |
| 203 https://bugs.webkit.org/show_bug.cgi?id=7169 |
| 204 |
| 205 * public/WebPageSerializer.h: |
| 206 * src/WebPageSerializer.cpp: |
| 207 (WebKit::WebPageSerializer::serializeToMHTML): |
| 208 |
| 209 2011-06-02 Dimitri Glazkov <dglazkov@chromium.org> |
| 210 |
| 211 Reviewed by Darin Adler. |
| 212 |
| 213 Add build logistics and plumbing for window.internals object. |
| 214 https://bugs.webkit.org/show_bug.cgi?id=60313 |
| 215 |
| 216 * WebKit.gyp: Added linking new webkit_test_support library. |
| 217 * public/WebTestingSupport.h: Added. |
| 218 * src/WebTestingSupport.cpp: Added. |
| 219 |
| 220 2011-06-02 Aaron Colwell <acolwell@chromium.org> |
| 221 |
| 222 Reviewed by David Levin. |
| 223 |
| 224 Update chromium version |
| 225 https://bugs.webkit.org/show_bug.cgi?id=61555 |
| 226 |
| 227 * DEPS: |
| 228 |
| 229 2011-06-02 Sheriff Bot <webkit.review.bot@gmail.com> |
| 230 |
| 231 Unreviewed, rolling out r87920. |
| 232 http://trac.webkit.org/changeset/87920 |
| 233 https://bugs.webkit.org/show_bug.cgi?id=61943 |
| 234 |
| 235 This patch does not build in Win Builder (dbg)(shared) |
| 236 downstream (Requested by abarth|gardener on #webkit). |
| 237 |
| 238 * tests/PopupMenuTest.cpp: |
| 239 (WebKit::TestPopupMenuClient::TestPopupMenuClient): |
| 240 (WebKit::TestPopupMenuClient::valueChanged): |
| 241 (WebKit::TestPopupMenuClient::itemIsEnabled): |
| 242 (WebKit::SelectPopupMenuTest::TearDown): |
| 243 * tests/data/popup/select_event.html: Removed. |
| 244 * tests/data/popup/select_event_remove_on_change.html: Removed. |
| 245 * tests/data/popup/select_event_remove_on_click.html: Removed. |
| 246 |
| 247 2011-06-02 Dimitri Glazkov <dglazkov@chromium.org> |
| 248 |
| 249 Unreviewed, rolling out r87926. |
| 250 http://trac.webkit.org/changeset/87926 |
| 251 https://bugs.webkit.org/show_bug.cgi?id=60313 |
| 252 |
| 253 Fails to find WebCoreTestSupport.dylib on bots. |
| 254 |
| 255 * WebKit.gyp: |
| 256 * public/WebTestingSupport.h: Removed. |
| 257 * src/WebTestingSupport.cpp: Removed. |
| 258 |
| 259 2011-06-02 Aaron Colwell <acolwell@chromium.org> |
| 260 |
| 261 Reviewed by Dimitri Glazkov. |
| 262 |
| 263 Bring gyp_webkit up to date with changes made to |
| 264 gyp_chromium so chromium_rev can be advanced past |
| 265 revision 87140. |
| 266 https://bugs.webkit.org/show_bug.cgi?id=61881 |
| 267 |
| 268 * gyp_webkit: |
| 269 |
| 270 2011-05-21 Dimitri Glazkov <dglazkov@chromium.org> |
| 271 |
| 272 Reviewed by Darin Adler. |
| 273 |
| 274 Add build logistics and plumbing for window.internals object. |
| 275 https://bugs.webkit.org/show_bug.cgi?id=60313 |
| 276 |
| 277 * WebKit.gyp: Added linking new webkit_test_support library. |
| 278 * public/WebTestingSupport.h: Added. |
| 279 * src/WebTestingSupport.cpp: Added. |
| 280 |
| 281 2011-06-02 Naoki Takano <takano.naoki@gmail.com> |
| 282 |
| 283 Reviewed by Dimitri Glazkov. |
| 284 |
| 285 [Chromium] Click event is not fired for a menulist <select> |
| 286 https://bugs.webkit.org/show_bug.cgi?id=60563 |
| 287 |
| 288 * tests/PopupMenuTest.cpp: |
| 289 (WebKit::TestPopupMenuClient::TestPopupMenuClient): Initialize m_node. |
| 290 (WebKit::TestPopupMenuClient::valueChanged): To fire 'change' event, for
ward the event like RenderMenuList. |
| 291 (WebKit::TestPopupMenuClient::itemIsEnabled): Change to return true or f
alse according to disabled item or not. |
| 292 (WebKit::TestPopupMenuClient::setDisabledIndex): Set disabled index to s
imulate disabled item. |
| 293 (WebKit::TestPopupMenuClient::setFocusedNode): Set focused node to dispa
tch the event. |
| 294 (WebKit::SelectPopupMenuTest::SelectPopupMenuTest): Add baseURL. |
| 295 (WebKit::SelectPopupMenuTest::TearDown): Add UnregisterAllMockedURLs() c
all. |
| 296 (WebKit::SelectPopupMenuTest::registerMockedURLLoad): To simulate html l
oad, call RegisterMockedURL(). |
| 297 (WebKit::SelectPopupMenuTest::serveRequests): Call ServeAsynchronousMock
edRequests(). |
| 298 (WebKit::SelectPopupMenuTest::loadFrame): Simulate load frame with url s
tring. |
| 299 (WebKit::TEST_F): Implement SelectItemEventFire, SelectItemKeyEvent, Sel
ectItemRemoveSelectOnChange and SelectItemRemoveSelectOnChange. |
| 300 * tests/data/select_event.html: Added for SelectItemEventFire and Select
ItemKeyEvent. |
| 301 * tests/data/select_event_remove_on_change.html: Added SelectItemRemoveS
electOnChange. |
| 302 * tests/data/select_event_remove_on_click.html: Added SelectItemRemoveSe
lectOnChange. |
| 303 |
| 304 2011-06-01 Adrienne Walker <enne@google.com> |
| 305 |
| 306 Reviewed by James Robinson. |
| 307 |
| 308 [chromium] Fix syncing of removed mask and replica layers |
| 309 https://bugs.webkit.org/show_bug.cgi?id=61895 |
| 310 |
| 311 * tests/TreeSynchronizerTest.cpp: |
| 312 (WebCore::TEST): |
| 313 |
| 314 2011-06-01 Sheriff Bot <webkit.review.bot@gmail.com> |
| 315 |
| 316 Unreviewed, rolling out r87788. |
| 317 http://trac.webkit.org/changeset/87788 |
| 318 https://bugs.webkit.org/show_bug.cgi?id=61856 |
| 319 |
| 320 breaks windows chromium canary (Requested by jknotten on |
| 321 #webkit). |
| 322 |
| 323 * public/WebPageSerializer.h: |
| 324 * src/WebPageSerializer.cpp: |
| 325 |
| 326 2011-06-01 Jay Civelli <jcivelli@chromium.org> |
| 327 |
| 328 Reviewed by Adam Barth. |
| 329 |
| 330 Adding MHTML generation support to MHTMLArchive. |
| 331 https://bugs.webkit.org/show_bug.cgi?id=7169 |
| 332 |
| 333 * public/WebPageSerializer.h: |
| 334 * src/WebPageSerializer.cpp: |
| 335 (WebKit::WebPageSerializer::serializeToMHTML): |
| 336 |
| 337 2011-06-01 Mikhail Naganov <mnaganov@chromium.org> |
| 338 |
| 339 Reviewed by Yury Semikhatsky. |
| 340 |
| 341 Web Inspector [Chromium]: Put worker scripts into devtools_frontend.zip. |
| 342 https://bugs.webkit.org/show_bug.cgi?id=61803 |
| 343 |
| 344 * WebKit.gyp: |
| 345 * scripts/generate_devtools_zip.py: |
| 346 |
| 347 2011-06-01 Sheriff Bot <webkit.review.bot@gmail.com> |
| 348 |
| 349 Unreviewed, rolling out r87781. |
| 350 http://trac.webkit.org/changeset/87781 |
| 351 https://bugs.webkit.org/show_bug.cgi?id=61842 |
| 352 |
| 353 breaks chromium linux release (Requested by mnaganov on |
| 354 #webkit). |
| 355 |
| 356 * WebKit.gyp: |
| 357 * scripts/generate_devtools_zip.py: |
| 358 |
| 359 2011-05-31 Mikhail Naganov <mnaganov@chromium.org> |
| 360 |
| 361 Reviewed by Pavel Feldman. |
| 362 |
| 363 Web Inspector [Chromium]: Put worker scripts into devtools_frontend.zip. |
| 364 https://bugs.webkit.org/show_bug.cgi?id=61803 |
| 365 |
| 366 * WebKit.gyp: |
| 367 * scripts/generate_devtools_zip.py: |
| 368 |
1 2011-05-31 Kinuko Yasuda <kinuko@chromium.org> | 369 2011-05-31 Kinuko Yasuda <kinuko@chromium.org> |
2 | 370 |
3 Reviewed by Kent Tamura. | 371 Reviewed by Kent Tamura. |
4 | 372 |
5 [Chromium] webkitStorageInfo methods (for quota API) should not crash wh
en error callback is not given. | 373 [Chromium] webkitStorageInfo methods (for quota API) should not crash wh
en error callback is not given. |
6 https://bugs.webkit.org/show_bug.cgi?id=61823 | 374 https://bugs.webkit.org/show_bug.cgi?id=61823 |
7 | 375 |
8 Fixed assertion on errorCallback parameter. | 376 Fixed assertion on errorCallback parameter. |
9 | 377 |
10 Test: storage/quotainfo-no-callbacks.html | 378 Test: storage/quotainfo-no-callbacks.html |
(...skipping 6633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6644 https://bugs.webkit.org/show_bug.cgi?id=53728 | 7012 https://bugs.webkit.org/show_bug.cgi?id=53728 |
6645 | 7013 |
6646 * src/IDBCallbacksProxy.cpp: | 7014 * src/IDBCallbacksProxy.cpp: |
6647 (WebCore::IDBCallbacksProxy::onBlocked): | 7015 (WebCore::IDBCallbacksProxy::onBlocked): |
6648 * src/IDBCallbacksProxy.h: | 7016 * src/IDBCallbacksProxy.h: |
6649 * src/WebIDBCallbacksImpl.cpp: | 7017 * src/WebIDBCallbacksImpl.cpp: |
6650 (WebCore::WebIDBCallbacksImpl::onBlocked): | 7018 (WebCore::WebIDBCallbacksImpl::onBlocked): |
6651 * src/WebIDBCallbacksImpl.h: | 7019 * src/WebIDBCallbacksImpl.h: |
6652 | 7020 |
6653 == Rolled over to ChangeLog-2011-02-16 == | 7021 == Rolled over to ChangeLog-2011-02-16 == |
OLD | NEW |