Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: WebKit/chromium/ChangeLog

Issue 3364013: Merge 67001 - 2010-09-08 Peter Kasting <pkasting@google.com>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « WebCore/rendering/RenderListBox.cpp ('k') | WebKit/chromium/src/WebScrollbarImpl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2010-09-08 Peter Kasting <pkasting@google.com>
2
3 Reviewed by David Hyatt.
4
5 Add smooth scrolling framework, and a Windows implementation.
6 https://bugs.webkit.org/show_bug.cgi?id=32356
7
8 * src/WebScrollbarImpl.cpp: Plumb new ScrollbarClient functions. Allow wheel scrolls to be animated.
9 (WebKit::WebScrollbarImpl::setLocation):
10 (WebKit::WebScrollbarImpl::setValue):
11 (WebKit::WebScrollbarImpl::scroll):
12 (WebKit::WebScrollbarImpl::onMouseWheel):
13 (WebKit::WebScrollbarImpl::onKeyDown):
14 (WebKit::WebScrollbarImpl::setScrollOffsetFromAnimation):
15 * src/WebScrollbarImpl.h: Plumb new ScrollbarClient functions.
16 * src/win/WebInputEventFactory.cpp: Update comments now that we have smo oth scrolling.
17 (WebKit::WebInputEventFactory::mouseWheelEvent):
18
1 2010-09-03 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> 19 2010-09-03 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
2 20
3 Reviewed by Darin Adler. 21 Reviewed by Darin Adler.
4 22
5 Add NetworkingContext to avoid layer violations 23 Add NetworkingContext to avoid layer violations
6 https://bugs.webkit.org/show_bug.cgi?id=42292 24 https://bugs.webkit.org/show_bug.cgi?id=42292
7 25
8 Add Chromium's implementation of NetworkingContext. 26 Add Chromium's implementation of NetworkingContext.
9 27
10 * src/FrameLoaderClientImpl.cpp: 28 * src/FrameLoaderClientImpl.cpp:
(...skipping 20039 matching lines...) Expand 10 before | Expand all | Expand 10 after
20050 (WebKit::WebAccessibilityObject::WebAccessibilityObject): 20068 (WebKit::WebAccessibilityObject::WebAccessibilityObject):
20051 (WebKit::WebAccessibilityObject::operator=): 20069 (WebKit::WebAccessibilityObject::operator=):
20052 (WebKit::WebAccessibilityObject::isNull): 20070 (WebKit::WebAccessibilityObject::isNull):
20053 * public/WebAccessibilityRole.h: Added. 20071 * public/WebAccessibilityRole.h: Added.
20054 (WebKit::): 20072 (WebKit::):
20055 * public/WebApplicationCacheHost.h: Added. 20073 * public/WebApplicationCacheHost.h: Added.
20056 (WebKit::WebApplicationCacheHost::): 20074 (WebKit::WebApplicationCacheHost::):
20057 (WebKit::WebApplicationCacheHost::~WebApplicationCacheHost): 20075 (WebKit::WebApplicationCacheHost::~WebApplicationCacheHost):
20058 * public/WebApplicationCacheHostClient.h: Added. 20076 * public/WebApplicationCacheHostClient.h: Added.
20059 (WebKit::WebApplicationCacheHostClient::~WebApplicationCacheHostClient): 20077 (WebKit::WebApplicationCacheHostClient::~WebApplicationCacheHostClient):
OLDNEW
« no previous file with comments | « WebCore/rendering/RenderListBox.cpp ('k') | WebKit/chromium/src/WebScrollbarImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698