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

Unified Diff: Source/WebKit/chromium/ChangeLog

Issue 12330081: Merge 143032 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebInputEventConversion.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/ChangeLog
===================================================================
--- Source/WebKit/chromium/ChangeLog (revision 143776)
+++ Source/WebKit/chromium/ChangeLog (working copy)
@@ -1,3 +1,104 @@
+2013-02-15 Alexandre Elias <aelias@chromium.org>
+
+ [chromium] WebInputEventBuilders should not reverse page scale
+ https://bugs.webkit.org/show_bug.cgi?id=109901
+
+ Reviewed by James Robinson.
+
+ Though in theory logical that if WebInputEvent -> PlatformEvent
+ conversions divide by page scale, then the reverse builders should
+ multiply, in reality the only user of the reverse builders is
+ plugins which expect the same coordinate space as WebCore.
+
+ * src/WebInputEventConversion.cpp:
+ (WebKit::updateWebMouseEventFromWebCoreMouseEvent):
+ (WebKit::WebMouseEventBuilder::WebMouseEventBuilder):
+ (WebKit::addTouchPoints):
+ (WebKit::WebGestureEventBuilder::WebGestureEventBuilder):
+ * tests/WebInputEventConversionTest.cpp:
+ (WebCore::TEST):
+
+2013-02-15 Anders Carlsson <andersca@apple.com>
+
+ Remove const from a bunch of StorageArea member functions
+ https://bugs.webkit.org/show_bug.cgi?id=109957
+
+ Reviewed by Beth Dakin.
+
+ Update for WebCore changes.
+
+ * src/StorageAreaProxy.cpp:
+ (WebCore::StorageAreaProxy::length):
+ (WebCore::StorageAreaProxy::key):
+ (WebCore::StorageAreaProxy::getItem):
+ (WebCore::StorageAreaProxy::contains):
+ (WebCore::StorageAreaProxy::canAccessStorage):
+ (WebCore::StorageAreaProxy::memoryBytesUsedByCache):
+ * src/StorageAreaProxy.h:
+ (StorageAreaProxy):
+
+2013-02-15 Keishi Hattori <keishi@webkit.org>
+
+ PagePopupController.formatMonth should support short month format
+ https://bugs.webkit.org/show_bug.cgi?id=109530
+
+ Reviewed by Kent Tamura.
+
+ * tests/LocaleMacTest.cpp:
+ (LocaleMacTest::formatMonth):
+ (TEST_F):
+
+2013-02-15 Keishi Hattori <keishi@webkit.org>
+
+ Add setValue and closePopup methods to PagePopupController
+ https://bugs.webkit.org/show_bug.cgi?id=109897
+
+ Reviewed by Kent Tamura.
+
+ * src/ColorChooserPopupUIController.cpp:
+ (WebKit::ColorChooserPopupUIController::setValue):
+ (WebKit):
+ * src/ColorChooserPopupUIController.h:
+ (ColorChooserPopupUIController):
+ * src/DateTimeChooserImpl.cpp:
+ (WebKit::DateTimeChooserImpl::setValueAndClosePopup): Use setValue and closePopup.
+ (WebKit):
+ (WebKit::DateTimeChooserImpl::setValue):
+ (WebKit::DateTimeChooserImpl::closePopup):
+ * src/DateTimeChooserImpl.h:
+ (DateTimeChooserImpl):
+
+2013-02-15 Allan Sandfeld Jensen <allan.jensen@digia.com>
+
+ Simplify hitTestResultAtPoint and nodesFromRect APIs
+ https://bugs.webkit.org/show_bug.cgi?id=95720
+
+ Reviewed by Julien Chaffraix.
+
+ Update calls to new API.
+
+ * src/ContextMenuClientImpl.cpp:
+ (WebKit::selectMisspelledWord):
+ * src/FrameLoaderClientImpl.cpp:
+ (WebKit::FrameLoaderClientImpl::dispatchDecidePolicyForNavigationAction):
+ * src/WebFrameImpl.cpp:
+ (WebKit::WebFrameImpl::characterIndexForPoint):
+ * src/WebPluginContainerImpl.cpp:
+ (WebKit::WebPluginContainerImpl::isRectTopmost):
+ * src/WebViewImpl.cpp:
+ (WebKit::WebViewImpl::handleMouseDown):
+ (WebKit::WebViewImpl::computeBlockBounds):
+ (WebKit::WebViewImpl::bestTouchLinkNode):
+ (WebKit::WebViewImpl::hitTestResultForWindowPos):
+
+2013-02-14 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Unreviewed chromium test fix: incorrect field was used for UISourceCode url.
+
+ * src/js/Tests.js:
+ (.TestSuite.prototype.testNoScriptDuplicatesOnPanelSwitch.checkNoDuplicates):
+ (.TestSuite.prototype.uiSourceCodesToString_):
+
2013-02-14 David Trainor <dtrainor@chromium.org>
[chromium] No triggering autofill on unfocus
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebInputEventConversion.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698