OLD | NEW |
| 1 2011-07-26 Sadrul Habib Chowdhury <sadrul@chromium.org> |
| 2 |
| 3 Add support for download='filename' attribute in anchors. |
| 4 https://bugs.webkit.org/show_bug.cgi?id=64580 |
| 5 |
| 6 Reviewed by Adam Barth. |
| 7 |
| 8 * WebCoreSupport/FrameLoaderClientWinCE.cpp: |
| 9 (WebKit::FrameLoaderClientWinCE::startDownload): |
| 10 * WebCoreSupport/FrameLoaderClientWinCE.h: |
| 11 |
1 2011-07-15 Dan Bernstein <mitz@apple.com> | 12 2011-07-15 Dan Bernstein <mitz@apple.com> |
2 | 13 |
3 REGRESSION: Mouse cursor doesn’t hide when full screen video HUD hides | 14 REGRESSION: Mouse cursor doesn’t hide when full screen video HUD hides |
4 https://bugs.webkit.org/show_bug.cgi?id=64615 | 15 https://bugs.webkit.org/show_bug.cgi?id=64615 |
5 | 16 |
6 Reviewed by Anders Carlsson. | 17 Reviewed by Anders Carlsson. |
7 | 18 |
8 * WebCoreSupport/ChromeClientWinCE.cpp: | 19 * WebCoreSupport/ChromeClientWinCE.cpp: |
9 (WebKit::ChromeClientWinCE::setCursorHiddenUntilMouseMoves): Added this
stub. | 20 (WebKit::ChromeClientWinCE::setCursorHiddenUntilMouseMoves): Added this
stub. |
10 * WebCoreSupport/ChromeClientWinCE.h: | 21 * WebCoreSupport/ChromeClientWinCE.h: |
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
857 (WebKit::InspectorClient::~InspectorClient): | 868 (WebKit::InspectorClient::~InspectorClient): |
858 (WebKit::InspectorClient::inspectorDestroyed): | 869 (WebKit::InspectorClient::inspectorDestroyed): |
859 (WebKit::InspectorClient::openInspectorFrontend): | 870 (WebKit::InspectorClient::openInspectorFrontend): |
860 (WebKit::InspectorClient::releaseFrontendPage): | 871 (WebKit::InspectorClient::releaseFrontendPage): |
861 (WebKit::InspectorClient::highlight): | 872 (WebKit::InspectorClient::highlight): |
862 (WebKit::InspectorClient::hideHighlight): | 873 (WebKit::InspectorClient::hideHighlight): |
863 (WebKit::InspectorClient::populateSetting): | 874 (WebKit::InspectorClient::populateSetting): |
864 (WebKit::InspectorClient::storeSetting): | 875 (WebKit::InspectorClient::storeSetting): |
865 (WebKit::InspectorClient::sendMessageToFrontend): | 876 (WebKit::InspectorClient::sendMessageToFrontend): |
866 * WebCoreSupport/InspectorClientWinCE.h: Added. | 877 * WebCoreSupport/InspectorClientWinCE.h: Added. |
OLD | NEW |