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

Issue 283053002: Add compositing, layers to app_list_demo

Created:
6 years, 7 months ago by tapted
Modified:
6 years, 2 months ago
Reviewers:
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tdanderson+views_chromium.org, Ian Vollick, tfarina, sievers+watch_chromium.org, jbauman+watch_chromium.org, ben+views_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, cc-bugs_chromium.org, mac-views-reviews_chromium.org
Visibility:
Public.

Description

Add compositing, layers to app_list_demo Based off "master@r292339) BUG=

Patch Set 1 #

Patch Set 2 : Now starts a GPU process #

Patch Set 3 : Rebased. Plus: hacky things to stop crash, need to investigate #

Patch Set 4 : rebased - where has this gotten to #

Patch Set 5 : so messy - but it composites \o/! #

Patch Set 6 : reset some stuff #

Patch Set 7 : rebase on cl309483009 and fix compile, but something has broken :( #

Patch Set 8 : Rebase on master. Fixes it. Figure out why :/ #

Patch Set 9 : some manual merging #

Patch Set 10 : successful rebase on cl309483009 #

Patch Set 11 : rebase at r281340, but needs to be fixed again #

Patch Set 12 : Various cleanups. Works again \o/ #

Patch Set 13 : Various cleanups. Still trying to trace transparency #

Patch Set 14 : Now a LayerDelegate as well. Transparency still: ??, but no longer a blocker #

Patch Set 15 : Rebase after 284384, on crrev/375843002 #

Patch Set 16 : rebase onto master -- probably slightly broken #

Unified diffs Side-by-side diffs Delta from patch set Stats (+265 lines, -47 lines) Patch
M base/threading/thread_restrictions.cc View 1 2 3 4 5 6 7 8 9 10 11 12 14 1 chunk +1 line, -1 line 0 comments Download
M build/common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/tiled_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/bitmap_content_layer_updater.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/chrome_views_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/chrome_views_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +1 line, -4 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +8 lines, -1 line 0 comments Download
M content/browser/compositor/browser_compositor_view_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +18 lines, -3 lines 0 comments Download
M ui/app_list/demo/app_list_demo_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/test/run_all_unittests.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/app_list/views/app_list_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/nine_image_painter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +3 lines, -0 lines 0 comments Download
M ui/views/bubble/bubble_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -1 line 0 comments Download
M ui/views/cocoa/bridged_content_view.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M ui/views/cocoa/bridged_native_widget.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +38 lines, -7 lines 0 comments Download
M ui/views/cocoa/bridged_native_widget.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +143 lines, -0 lines 0 comments Download
M ui/views/test/test_views_delegate.h View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M ui/views/view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -0 lines 0 comments Download
M ui/views/views.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -0 lines 0 comments Download
M ui/views/views_delegate.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M ui/views/views_delegate.cc View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M ui/views/widget/native_widget_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +16 lines, -15 lines 0 comments Download
M ui/views_content_client/views_content_client_main_parts.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views_content_client/views_content_client_main_parts_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
tapted
6 years, 2 months ago (2014-10-16 21:44:46 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698