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

Issue 1026113003: Don't send a SHChangeNotify for creating an app icon when creating a shortcut. (Closed)

Created:
5 years, 9 months ago by calamity
Modified:
5 years, 9 months ago
Reviewers:
Matt Giuca
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

Don't send a SHChangeNotify for creating an app icon when creating a shortcut. This CL fixes an issue with the initial app sync on sign-in causing many taskbar flashes due to icon creation always sending a SHChangeNotify. This shouldn't be necessary for icon creation due to shortcut creation so avoid SHChangeNotify in this case. BUG=470002 Committed: https://crrev.com/e823d885146e3afea82f31a685bbab560a523e3f Cr-Commit-Position: refs/heads/master@{#322324}

Patch Set 1 #

Total comments: 7

Patch Set 2 : address comments #

Total comments: 4

Patch Set 3 : fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -21 lines) Patch
M chrome/browser/web_applications/update_shortcut_worker_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_applications/web_app_win.h View 1 2 1 chunk +8 lines, -1 line 0 comments Download
M chrome/browser/web_applications/web_app_win.cc View 1 5 chunks +19 lines, -19 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
calamity
https://codereview.chromium.org/1026113003/diff/1/chrome/browser/web_applications/web_app_win.cc File chrome/browser/web_applications/web_app_win.cc (right): https://codereview.chromium.org/1026113003/diff/1/chrome/browser/web_applications/web_app_win.cc#newcode588 chrome/browser/web_applications/web_app_win.cc:588: NULL); This logic should be identical to the old ...
5 years, 9 months ago (2015-03-24 07:35:09 UTC) #2
Matt Giuca
https://codereview.chromium.org/1026113003/diff/1/chrome/browser/web_applications/web_app_win.cc File chrome/browser/web_applications/web_app_win.cc (right): https://codereview.chromium.org/1026113003/diff/1/chrome/browser/web_applications/web_app_win.cc#newcode580 chrome/browser/web_applications/web_app_win.cc:580: // Shortcut creation doesn't require a SHChangeNotify as the ...
5 years, 9 months ago (2015-03-25 03:31:19 UTC) #3
calamity
https://codereview.chromium.org/1026113003/diff/1/chrome/browser/web_applications/web_app_win.cc File chrome/browser/web_applications/web_app_win.cc (right): https://codereview.chromium.org/1026113003/diff/1/chrome/browser/web_applications/web_app_win.cc#newcode580 chrome/browser/web_applications/web_app_win.cc:580: // Shortcut creation doesn't require a SHChangeNotify as the ...
5 years, 9 months ago (2015-03-25 04:37:23 UTC) #5
Matt Giuca
lgtm nits https://codereview.chromium.org/1026113003/diff/40001/chrome/browser/web_applications/web_app_win.h File chrome/browser/web_applications/web_app_win.h (right): https://codereview.chromium.org/1026113003/diff/40001/chrome/browser/web_applications/web_app_win.h#newcode43 chrome/browser/web_applications/web_app_win.h:43: // shell's icon cache will be refreshed, ...
5 years, 9 months ago (2015-03-25 06:20:53 UTC) #6
calamity
https://codereview.chromium.org/1026113003/diff/40001/chrome/browser/web_applications/web_app_win.h File chrome/browser/web_applications/web_app_win.h (right): https://codereview.chromium.org/1026113003/diff/40001/chrome/browser/web_applications/web_app_win.h#newcode43 chrome/browser/web_applications/web_app_win.h:43: // shell's icon cache will be refreshed, causing a ...
5 years, 9 months ago (2015-03-26 04:09:52 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1026113003/80001
5 years, 9 months ago (2015-03-26 04:10:20 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:80001)
5 years, 9 months ago (2015-03-26 04:54:52 UTC) #12
commit-bot: I haz the power
5 years, 9 months ago (2015-03-26 04:55:32 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e823d885146e3afea82f31a685bbab560a523e3f
Cr-Commit-Position: refs/heads/master@{#322324}

Powered by Google App Engine
This is Rietveld 408576698