[webkit-reviews] review requested: [Bug 24496] ChromeClients don't get addMessageToConsole() called for non-string arguments : [Attachment 28550] WebCore:

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 12 13:57:34 PDT 2009


Dimitri Glazkov (Google) <dglazkov at chromium.org> has asked  for review:
Bug 24496: ChromeClients don't get addMessageToConsole() called for non-string
arguments
https://bugs.webkit.org/show_bug.cgi?id=24496

Attachment 28550: WebCore:
https://bugs.webkit.org/attachment.cgi?id=28550&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>

2009-03-12  Peter Kasting  <pkasting at google.com>

	Reviewed by Darin Fisher.

	https://bugs.webkit.org/show_bug.cgi?id=24502
	Make horizontal scrolling on Windows always go the correct direction.

	* platform/PlatformWheelEvent.h:
	* platform/win/WheelEventWin.cpp:
	(WebCore::PlatformWheelEvent::PlatformWheelEvent):

WebKit/win:

2009-03-12  Peter Kasting  <pkasting at google.com>

	Reviewed by Darin Fisher.

	https://bugs.webkit.org/show_bug.cgi?id=24502
	Make horizontal scrolling on Windows always go the correct direction.

	* WebView.cpp:
	(WebView::mouseWheel):
	(WebViewWndProc):
	* WebView.h:



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@41642
268f45cc-cd09-0410-ab3c-d52691b4dbfc
---
 WebCore/ChangeLog			|   11 +++++++++++
 WebCore/platform/PlatformWheelEvent.h	|    2 +-
 WebCore/platform/win/WheelEventWin.cpp |    6 ++++--
 WebKit/win/ChangeLog			|   12 ++++++++++++
 WebKit/win/WebView.cpp 		|    6 +++---
 WebKit/win/WebView.h			|    2 +-
 6 files changed, 32 insertions(+), 7 deletions(-)


More information about the webkit-reviews mailing list