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

Issue 190993003: Invalidate all wallpaper cache if display configuration changed (Closed)

Created:
6 years, 9 months ago by bshe
Modified:
6 years, 9 months ago
Reviewers:
Nikita (slow), oshima
CC:
chromium-reviews, extensions-reviews_chromium.org, sadrul, nkostylev+watch_chromium.org, ben+ash_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, kalyank, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Invalidate all wallpaper cache if display configuration changed BUG=350406 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257440

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : win compile #

Total comments: 4

Patch Set 4 : #

Total comments: 2

Patch Set 5 : Update comment to be more specific #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -41 lines) Patch
M ash/default_user_wallpaper_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/default_user_wallpaper_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/desktop_background/desktop_background_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/desktop_background/user_wallpaper_delegate.h View 1 2 3 4 1 chunk +7 lines, -2 lines 0 comments Download
M ash/test/test_user_wallpaper_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/test_user_wallpaper_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_private_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager.h View 1 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager.cc View 1 4 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc View 1 19 chunks +36 lines, -17 lines 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/user_wallpaper_delegate_win.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
bshe
Hi Nikita. Do you mind to take a look at this CL? It should fix ...
6 years, 9 months ago (2014-03-10 16:40:38 UTC) #1
Nikita (slow)
lgtm https://codereview.chromium.org/190993003/diff/1/ash/desktop_background/desktop_background_controller.cc File ash/desktop_background/desktop_background_controller.cc (right): https://codereview.chromium.org/190993003/diff/1/ash/desktop_background/desktop_background_controller.cc#newcode441 ash/desktop_background/desktop_background_controller.cc:441: UpdateWallpaper(true); nit: /* clear cache */ https://codereview.chromium.org/190993003/diff/1/ash/desktop_background/user_wallpaper_delegate.h File ...
6 years, 9 months ago (2014-03-11 16:34:49 UTC) #2
bshe
Thanks Nikita. Do you mind to take another look? https://codereview.chromium.org/190993003/diff/1/ash/desktop_background/desktop_background_controller.cc File ash/desktop_background/desktop_background_controller.cc (right): https://codereview.chromium.org/190993003/diff/1/ash/desktop_background/desktop_background_controller.cc#newcode441 ash/desktop_background/desktop_background_controller.cc:441: ...
6 years, 9 months ago (2014-03-11 22:52:34 UTC) #3
Nikita (slow)
lgtm
6 years, 9 months ago (2014-03-12 07:34:40 UTC) #4
bshe
The CQ bit was checked by bshe@chromium.org
6 years, 9 months ago (2014-03-12 14:47:55 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/190993003/40001
6 years, 9 months ago (2014-03-12 14:48:54 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-12 15:19:30 UTC) #7
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=54930
6 years, 9 months ago (2014-03-12 15:19:30 UTC) #8
bshe
The CQ bit was checked by bshe@chromium.org
6 years, 9 months ago (2014-03-13 03:27:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/190993003/80001
6 years, 9 months ago (2014-03-13 03:27:57 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-13 03:47:39 UTC) #11
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=55088
6 years, 9 months ago (2014-03-13 03:47:40 UTC) #12
bshe
+oshima for the following files: ash/default_user_wallpaper_delegate.cc ash/default_user_wallpaper_delegate.h ash/test/test_user_wallpaper_delegate.cc ash/test/test_user_wallpaper_delegate.h chrome/browser/ui/ash/user_wallpaper_delegate_win.cc Thanks!
6 years, 9 months ago (2014-03-13 15:34:19 UTC) #13
oshima
a couple of questions. https://codereview.chromium.org/190993003/diff/80001/ash/desktop_background/user_wallpaper_delegate.h File ash/desktop_background/user_wallpaper_delegate.h (right): https://codereview.chromium.org/190993003/diff/80001/ash/desktop_background/user_wallpaper_delegate.h#newcode36 ash/desktop_background/user_wallpaper_delegate.h:36: // need to load a ...
6 years, 9 months ago (2014-03-13 20:13:39 UTC) #14
bshe
Thanks for review! Would you mind to take another look? https://codereview.chromium.org/190993003/diff/80001/ash/desktop_background/user_wallpaper_delegate.h File ash/desktop_background/user_wallpaper_delegate.h (right): https://codereview.chromium.org/190993003/diff/80001/ash/desktop_background/user_wallpaper_delegate.h#newcode36 ...
6 years, 9 months ago (2014-03-13 22:16:46 UTC) #15
oshima
https://codereview.chromium.org/190993003/diff/100001/ash/desktop_background/user_wallpaper_delegate.h File ash/desktop_background/user_wallpaper_delegate.h (right): https://codereview.chromium.org/190993003/diff/100001/ash/desktop_background/user_wallpaper_delegate.h#newcode37 ash/desktop_background/user_wallpaper_delegate.h:37: // previous small resolution wallpaper cache should be cleared. ...
6 years, 9 months ago (2014-03-13 22:23:40 UTC) #16
bshe
Thanks https://codereview.chromium.org/190993003/diff/100001/ash/desktop_background/user_wallpaper_delegate.h File ash/desktop_background/user_wallpaper_delegate.h (right): https://codereview.chromium.org/190993003/diff/100001/ash/desktop_background/user_wallpaper_delegate.h#newcode37 ash/desktop_background/user_wallpaper_delegate.h:37: // previous small resolution wallpaper cache should be ...
6 years, 9 months ago (2014-03-13 23:19:04 UTC) #17
oshima
lgtm Thanks!
6 years, 9 months ago (2014-03-13 23:36:07 UTC) #18
bshe
The CQ bit was checked by bshe@chromium.org
6 years, 9 months ago (2014-03-13 23:36:53 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/190993003/120001
6 years, 9 months ago (2014-03-13 23:37:35 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/190993003/120001
6 years, 9 months ago (2014-03-14 00:26:10 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-14 01:50:17 UTC) #22
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) telemetry_perf_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=237811
6 years, 9 months ago (2014-03-14 01:50:18 UTC) #23
bshe
The CQ bit was checked by bshe@chromium.org
6 years, 9 months ago (2014-03-17 15:32:52 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/190993003/120001
6 years, 9 months ago (2014-03-17 15:37:31 UTC) #25
commit-bot: I haz the power
6 years, 9 months ago (2014-03-17 16:18:55 UTC) #26
Message was sent while issue was closed.
Change committed as 257440

Powered by Google App Engine
This is Rietveld 408576698