OLD | NEW |
| 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 Loading... |
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 == |
OLD | NEW |