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

Side by Side Diff: Source/WebKit/chromium/ChangeLog

Issue 11644048: Revert 138209 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 8 years 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 | « Source/WebCore/testing/Internals.idl ('k') | Source/WebKit/chromium/features.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2012-12-17 Levi Weintraub <leviw@chromium.org>
2
3 Add support for tracking hit test rectangles to enable fast event reject ion in the compositor
4 https://bugs.webkit.org/show_bug.cgi?id=103914
5
6 Reviewed by James Robinson.
7
8 Enabling touch event target region tracking.
9
10 * features.gypi:
11 * src/WebPluginContainerImpl.cpp:
12 (WebKit::WebPluginContainerImpl::requestTouchEventType):
13 (WebKit::WebPluginContainerImpl::~WebPluginContainerImpl):
14
1 2012-12-17 James Robinson <jamesr@chromium.org> 15 2012-12-17 James Robinson <jamesr@chromium.org>
2 16
3 [chromium] Move ownership of WebLayerTreeView to WebWidgetClient 17 [chromium] Move ownership of WebLayerTreeView to WebWidgetClient
4 https://bugs.webkit.org/show_bug.cgi?id=105071 18 https://bugs.webkit.org/show_bug.cgi?id=105071
5 19
6 Reviewed by Adrienne Walker. 20 Reviewed by Adrienne Walker.
7 21
8 This moves ownership of a given WebWidget's WebLayerTreeView from WebVie wImpl out to the embedder by way of 22 This moves ownership of a given WebWidget's WebLayerTreeView from WebVie wImpl out to the embedder by way of
9 WebWidgetClient. To deal with the two-sided nature of the patch, if cons truction by the new path fails 23 WebWidgetClient. To deal with the two-sided nature of the patch, if cons truction by the new path fails
10 WebViewImpl constructs a WebLayerTreeView by the old path, which means i t keeps ownership. 24 WebViewImpl constructs a WebLayerTreeView by the old path, which means i t keeps ownership.
(...skipping 8076 matching lines...) Expand 10 before | Expand all | Expand 10 after
8087 8101
8088 [Chromium-Win] Implement LocaleWin::dateFormat 8102 [Chromium-Win] Implement LocaleWin::dateFormat
8089 https://bugs.webkit.org/show_bug.cgi?id=98117 8103 https://bugs.webkit.org/show_bug.cgi?id=98117
8090 8104
8091 Reviewed by Kentaro Hara. 8105 Reviewed by Kentaro Hara.
8092 8106
8093 * tests/LocaleWinTest.cpp: 8107 * tests/LocaleWinTest.cpp:
8094 (TEST_F): Add tests for LocaleWin::dateFormat. 8108 (TEST_F): Add tests for LocaleWin::dateFormat.
8095 8109
8096 == Rolled over to ChangeLog-2012-10-02 == 8110 == Rolled over to ChangeLog-2012-10-02 ==
OLDNEW
« no previous file with comments | « Source/WebCore/testing/Internals.idl ('k') | Source/WebKit/chromium/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698