Timeline
Apr 5, 2005:
- 4:41 PM Changeset in webkit [8994] by
-
- 3 edits in trunk/WebCore
Fix for 4077106, make sure that mouse wheeling in overflow sections uses 40 rather than 10 as the base line
step.
Reviewed by darin
- khtml/rendering/render_layer.cpp: (RenderLayer::positionScrollbars):
- kwq/KWQScrollBar.mm: (QScrollBar::scroll):
- 4:38 PM Changeset in webkit [8993] by
-
- 2 edits in trunk/WebKit
Fix for 4077106, wheel scroll amount smaller in Tiger. All along wheeling should have been 4x the default
line height of 10 (just as arrow keys did). Scroll arrows should have done this too for scroll views (they did
already for overflow sections). This patch puts the override into the scrollview itself, and removes the
multipliers in the private frame methods.
Reviewed by darin
- WebView.subproj/WebFrameView.m: (-[WebFrameView _verticalKeyboardScrollDistance]): (-[WebFrameView initWithFrame:]): (-[WebFrameView _horizontalKeyboardScrollDistance]):
Apr 4, 2005:
- 11:01 PM Changeset in webkit [8992] by
-
- 8 edits in trunk/WebCore
Reviewed by Maciej.
- fixed <rdar://problem/3871669> no focus or blur methods on HTML button elements
- khtml/dom/html_form.cpp: (HTMLButtonElement::focus): (HTMLButtonElement::blur):
- khtml/dom/html_form.h:
- khtml/ecma/kjs_html.cpp: (KJS::HTMLElementFunction::tryCall):
- khtml/ecma/kjs_html.h: (KJS::HTMLElement::):
- khtml/ecma/kjs_html.lut.h: (KJS::):
- khtml/html/html_formimpl.cpp: (DOM::HTMLButtonElementImpl::blur): (DOM::HTMLButtonElementImpl::focus):
- khtml/html/html_formimpl.h:
Apr 1, 2005:
- 12:42 PM Changeset in webkit [8991]
-
- 1 copy3 deletes in tags/WebKit-312~1
This commit was manufactured by cvs2svn to create tag 'WebKit-312~1'.
- 12:42 PM Changeset in webkit [8990] by
-
- 2 edits in trunk/WebKit
WebKit-312.1 stamp for <rdar://problem/4070729>