| 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
|
|
|