| 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/FrameLoaderClientHaiku.cpp: |
| 9 (WebCore::FrameLoaderClientHaiku::startDownload): |
| 10 * WebCoreSupport/FrameLoaderClientHaiku.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/ChromeClientHaiku.cpp: | 19 * WebCoreSupport/ChromeClientHaiku.cpp: |
| 9 (WebCore::ChromeClientHaiku::setCursorHiddenUntilMouseMoves): Added this
stub. | 20 (WebCore::ChromeClientHaiku::setCursorHiddenUntilMouseMoves): Added this
stub. |
| 10 * WebCoreSupport/ChromeClientHaiku.h: | 21 * WebCoreSupport/ChromeClientHaiku.h: |
| (...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 980 | 991 |
| 981 Reviewed by Darin Adler. | 992 Reviewed by Darin Adler. |
| 982 | 993 |
| 983 Added foundation work to allow a testing infrastructure for the Web | 994 Added foundation work to allow a testing infrastructure for the Web |
| 984 Inspector. | 995 Inspector. |
| 985 | 996 |
| 986 * WebCoreSupport/InspectorClientHaiku.cpp: | 997 * WebCoreSupport/InspectorClientHaiku.cpp: |
| 987 (WebCore::InspectorClientHaiku::inspectorWindowObjectCleared): | 998 (WebCore::InspectorClientHaiku::inspectorWindowObjectCleared): |
| 988 * WebCoreSupport/InspectorClientHaiku.h: | 999 * WebCoreSupport/InspectorClientHaiku.h: |
| 989 | 1000 |
| OLD | NEW |