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

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

Issue 11612021: Revert 137939 (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
15 2012-12-17 James Robinson <jamesr@chromium.org> 1 2012-12-17 James Robinson <jamesr@chromium.org>
16 2
17 [chromium] Move ownership of WebLayerTreeView to WebWidgetClient 3 [chromium] Move ownership of WebLayerTreeView to WebWidgetClient
18 https://bugs.webkit.org/show_bug.cgi?id=105071 4 https://bugs.webkit.org/show_bug.cgi?id=105071
19 5
20 Reviewed by Adrienne Walker. 6 Reviewed by Adrienne Walker.
21 7
22 This moves ownership of a given WebWidget's WebLayerTreeView from WebVie wImpl out to the embedder by way of 8 This moves ownership of a given WebWidget's WebLayerTreeView from WebVie wImpl out to the embedder by way of
23 WebWidgetClient. To deal with the two-sided nature of the patch, if cons truction by the new path fails 9 WebWidgetClient. To deal with the two-sided nature of the patch, if cons truction by the new path fails
24 WebViewImpl constructs a WebLayerTreeView by the old path, which means i t keeps ownership. 10 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
8101 8087
8102 [Chromium-Win] Implement LocaleWin::dateFormat 8088 [Chromium-Win] Implement LocaleWin::dateFormat
8103 https://bugs.webkit.org/show_bug.cgi?id=98117 8089 https://bugs.webkit.org/show_bug.cgi?id=98117
8104 8090
8105 Reviewed by Kentaro Hara. 8091 Reviewed by Kentaro Hara.
8106 8092
8107 * tests/LocaleWinTest.cpp: 8093 * tests/LocaleWinTest.cpp:
8108 (TEST_F): Add tests for LocaleWin::dateFormat. 8094 (TEST_F): Add tests for LocaleWin::dateFormat.
8109 8095
8110 == Rolled over to ChangeLog-2012-10-02 == 8096 == 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