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