OLD | NEW |
| 1 2012-04-09 Dana Jansens <danakj@chromium.org> |
| 2 |
| 3 [chromium] Viewport is not filled when out of texture memory on mac |
| 4 https://bugs.webkit.org/show_bug.cgi?id=83351 |
| 5 |
| 6 Reviewed by Adrienne Walker. |
| 7 |
| 8 * chromium/public/WebLayerTreeView.h: |
| 9 (WebLayerTreeView): |
| 10 |
1 2012-03-27 Nat Duca <nduca@chromium.org> | 11 2012-03-27 Nat Duca <nduca@chromium.org> |
2 | 12 |
3 [chromium] Route monotonic clock up from compositor | 13 [chromium] Route monotonic clock up from compositor |
4 https://bugs.webkit.org/show_bug.cgi?id=82154 | 14 https://bugs.webkit.org/show_bug.cgi?id=82154 |
5 | 15 |
6 Reviewed by James Robinson. | 16 Reviewed by James Robinson. |
7 | 17 |
8 * chromium/public/WebLayerTreeViewClient.h: | 18 * chromium/public/WebLayerTreeViewClient.h: |
9 (WebLayerTreeViewClient): | 19 (WebLayerTreeViewClient): |
10 | 20 |
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 | 468 |
459 2011-11-02 Adam Barth <abarth@webkit.org> | 469 2011-11-02 Adam Barth <abarth@webkit.org> |
460 | 470 |
461 Add stubs for WTF and Platform | 471 Add stubs for WTF and Platform |
462 https://bugs.webkit.org/show_bug.cgi?id=71492 | 472 https://bugs.webkit.org/show_bug.cgi?id=71492 |
463 | 473 |
464 Reviewed by Eric Seidel. | 474 Reviewed by Eric Seidel. |
465 | 475 |
466 This patch creates the Platform directory, which begins the process of | 476 This patch creates the Platform directory, which begins the process of |
467 moving Platform out of WebCore. | 477 moving Platform out of WebCore. |
OLD | NEW |