Index: Source/WebKit/chromium/ChangeLog |
=================================================================== |
--- Source/WebKit/chromium/ChangeLog (revision 76538) |
+++ Source/WebKit/chromium/ChangeLog (working copy) |
@@ -1,3 +1,49 @@ |
+2011-01-22 John Abd-El-Malek <jam@chromium.org> |
+ |
+ Reviewed by Adam Barth. |
+ |
+ [chromium]: Fix WebScrollbarImpl not getting scroll events after recent scrollbar refactoring |
+ https://bugs.webkit.org/show_bug.cgi?id=52967 |
+ |
+ * src/WebScrollbarImpl.cpp: |
+ (WebKit::WebScrollbarImpl::horizontalScrollbar): |
+ (WebKit::WebScrollbarImpl::verticalScrollbar): |
+ * src/WebScrollbarImpl.h: |
+ |
+2011-01-21 Nikolas Zimmermann <nzimmermann@rim.com> |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ Introduce FontMetrics abstraction |
+ https://bugs.webkit.org/show_bug.cgi?id=51456 |
+ |
+ * src/ExternalPopupMenu.cpp: Use FontMetrics instead of Font to access the metrics. |
+ (WebKit::ExternalPopupMenu::getPopupMenuInfo): |
+ * src/WebFontImpl.cpp: Ditto. |
+ (WebKit::WebFontImpl::ascent): |
+ (WebKit::WebFontImpl::descent): |
+ (WebKit::WebFontImpl::height): |
+ (WebKit::WebFontImpl::lineSpacing): |
+ (WebKit::WebFontImpl::xHeight): |
+ |
+2011-01-21 Chris Rogers <crogers@google.com> |
+ |
+ Unreviewed |
+ |
+ define HAS_WEBAUDIO_RUNTIMEFEATURES for synchronization with chromium patch landing |
+ https://bugs.webkit.org/show_bug.cgi?id=52941 |
+ |
+ * public/WebRuntimeFeatures.h: |
+ |
+2011-01-21 Chris Rogers <crogers@google.com> |
+ |
+ Unreviewed |
+ |
+ Add HAS_WEBAUDIO_FEATURE_ENABLE define to synchronize with chromium-side patch |
+ https://bugs.webkit.org/show_bug.cgi?id=52939 |
+ |
+ * public/WebSettings.h: |
+ |
2011-01-21 Charlie Reis <creis@chromium.org> |
Reviewed by Darin Fisher. |