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

Issue 1381203002: An energy usage monitor for Mac, and some layer-backed throbber experiments

Created:
5 years, 2 months ago by tapted
Modified:
5 years, 2 months ago
Reviewers:
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

An energy usage monitor for Mac, and some layer-backed throbber experiments Test harness for manufacturing power draw of UI elements BUG= CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel

Patch Set 1 #

Patch Set 2 : More harness #

Patch Set 3 : It works! But... in a browser test #

Patch Set 4 : Flashing Cursor as well #

Patch Set 5 : mac_views_browser build working #

Patch Set 6 : Idle test #

Patch Set 7 : some fixes, more tracing #

Patch Set 8 : Paint the throbber to a layer TODO: make it a layered animation #

Patch Set 9 : Accelerated waiting throbber (loading throbber TODO) #

Patch Set 10 : Fix the AA thing, but it is still a bit weird #

Unified diffs Side-by-side diffs Delta from patch set Stats (+832 lines, -83 lines) Patch
M base/base.gyp View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download
M base/test/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A base/test/energy_monitor_mac.h View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
A base/test/energy_monitor_mac.cc View 1 2 3 1 chunk +154 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/view_id_util.mm View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/browser/ui/energy_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +109 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/infobars/save_password_infobar.cc View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab.h View 1 2 3 4 5 6 7 8 4 chunks +3 lines, -11 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab.cc View 1 2 3 4 5 6 7 8 9 9 chunks +180 lines, -30 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 2 chunks +99 lines, -1 line 0 comments Download
A chrome/test/base/browser_with_content_test.h View 1 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/test/base/browser_with_content_test.cc View 1 2 1 chunk +88 lines, -0 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gfx/paint_throbber.h View 1 2 3 4 5 6 7 8 9 2 chunks +10 lines, -1 line 0 comments Download
M ui/gfx/paint_throbber.cc View 1 2 3 4 5 6 7 8 9 3 chunks +36 lines, -33 lines 0 comments Download
M ui/views/cocoa/bridged_content_view.h View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M ui/views/cocoa/bridged_content_view.mm View 1 2 3 4 3 chunks +5 lines, -3 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698