OLD | NEW |
| 1 2012-03-27 Nat Duca <nduca@chromium.org> |
| 2 |
| 3 [chromium] Route monotonic clock up from compositor |
| 4 https://bugs.webkit.org/show_bug.cgi?id=82154 |
| 5 |
| 6 Reviewed by James Robinson. |
| 7 |
| 8 * chromium/public/WebLayerTreeViewClient.h: |
| 9 (WebLayerTreeViewClient): |
| 10 |
1 2012-03-26 Nat Duca <nduca@chromium.org> | 11 2012-03-26 Nat Duca <nduca@chromium.org> |
2 | 12 |
3 [chromium] Add isInputThrottled/didBecomeReadyForAdditionalInput to WebW
idget | 13 [chromium] Add isInputThrottled/didBecomeReadyForAdditionalInput to WebW
idget |
4 https://bugs.webkit.org/show_bug.cgi?id=82265 | 14 https://bugs.webkit.org/show_bug.cgi?id=82265 |
5 | 15 |
6 Reviewed by James Robinson. | 16 Reviewed by James Robinson. |
7 | 17 |
8 * chromium/public/WebLayerTreeView.h: | 18 * chromium/public/WebLayerTreeView.h: |
9 (WebLayerTreeView): | 19 (WebLayerTreeView): |
10 * chromium/public/WebLayerTreeViewClient.h: | 20 * chromium/public/WebLayerTreeViewClient.h: |
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 | 458 |
449 2011-11-02 Adam Barth <abarth@webkit.org> | 459 2011-11-02 Adam Barth <abarth@webkit.org> |
450 | 460 |
451 Add stubs for WTF and Platform | 461 Add stubs for WTF and Platform |
452 https://bugs.webkit.org/show_bug.cgi?id=71492 | 462 https://bugs.webkit.org/show_bug.cgi?id=71492 |
453 | 463 |
454 Reviewed by Eric Seidel. | 464 Reviewed by Eric Seidel. |
455 | 465 |
456 This patch creates the Platform directory, which begins the process of | 466 This patch creates the Platform directory, which begins the process of |
457 moving Platform out of WebCore. | 467 moving Platform out of WebCore. |
OLD | NEW |