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

Issue 168583011: Move Windows Jump List boilerplate out of jumplist_win for reuse (Closed)

Created:
6 years, 10 months ago by tmdiep
Modified:
6 years, 10 months ago
Reviewers:
tapted, James Hawkins
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Move Windows Jump List boilerplate out of jumplist_win for reuse JumpListUpdater encapsulates the boilerplate for updating Windows jump lists. Most of this code was moved out of jumplist_win for reuse by app windows. COM interface definitions were removed from jumplist_win.cc. BUG=339253 TEST=Right-click on the Chrome icon in the Windows 7+ taskbar and verify that the functionality has not changed. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251960

Patch Set 1 #

Patch Set 2 : Minor changes after self-review #

Total comments: 1

Patch Set 3 : Fixed win x64 compile failure #

Total comments: 6

Patch Set 4 : Rebase #

Patch Set 5 : Addressed review comments #

Total comments: 11

Patch Set 6 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+442 lines, -413 lines) Patch
A chrome/browser/jumplist_updater_win.h View 1 2 3 4 5 1 chunk +139 lines, -0 lines 0 comments Download
A chrome/browser/jumplist_updater_win.cc View 1 2 3 4 5 1 chunk +239 lines, -0 lines 0 comments Download
M chrome/browser/jumplist_win.h View 1 2 3 4 2 chunks +2 lines, -69 lines 0 comments Download
M chrome/browser/jumplist_win.cc View 1 2 3 4 5 13 chunks +60 lines, -344 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
tmdiep
tapted: This is the second patch split from https://codereview.chromium.org/158643002. I've gone through all your comments ...
6 years, 10 months ago (2014-02-18 02:56:24 UTC) #1
tapted
nice! - lgtm I think it's OK to add BUG=339253 to this too, since it ...
6 years, 10 months ago (2014-02-18 06:12:42 UTC) #2
tmdiep
https://codereview.chromium.org/168583011/diff/7/chrome/browser/jumplist_updater_win.h File chrome/browser/jumplist_updater_win.h (right): https://codereview.chromium.org/168583011/diff/7/chrome/browser/jumplist_updater_win.h#newcode35 chrome/browser/jumplist_updater_win.h:35: void AppendArgument(const std::wstring& value); On 2014/02/18 06:12:43, tapted wrote: ...
6 years, 10 months ago (2014-02-18 06:58:34 UTC) #3
tmdiep
jhawkins: This patch is just some refactoring in order to reuse the jump list code ...
6 years, 10 months ago (2014-02-18 07:07:56 UTC) #4
James Hawkins
https://codereview.chromium.org/168583011/diff/30007/chrome/browser/jumplist_updater_win.h File chrome/browser/jumplist_updater_win.h (right): https://codereview.chromium.org/168583011/diff/30007/chrome/browser/jumplist_updater_win.h#newcode23 chrome/browser/jumplist_updater_win.h:23: // users always use "chrome.exe" as the application. A ...
6 years, 10 months ago (2014-02-18 16:28:44 UTC) #5
tmdiep
Thanks for the review. All comments addressed in patch set 6. https://codereview.chromium.org/168583011/diff/30007/chrome/browser/jumplist_updater_win.h File chrome/browser/jumplist_updater_win.h (right): ...
6 years, 10 months ago (2014-02-18 22:33:47 UTC) #6
James Hawkins
lgtm
6 years, 10 months ago (2014-02-18 22:39:47 UTC) #7
tmdiep
The CQ bit was checked by tmdiep@chromium.org
6 years, 10 months ago (2014-02-18 22:44:04 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tmdiep@chromium.org/168583011/390001
6 years, 10 months ago (2014-02-18 22:44:41 UTC) #9
commit-bot: I haz the power
6 years, 10 months ago (2014-02-19 06:10:30 UTC) #10
Message was sent while issue was closed.
Change committed as 251960

Powered by Google App Engine
This is Rietveld 408576698