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

Issue 159336: Partial fix to 7028 - Pinning in Win7.... (Closed)

Created:
11 years, 5 months ago by brg
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Partial fix to 7028 - Pinning in Win7.A complete fix will require Gears to set the application id as a property on the shortcut As of this cl, web applications hosted by Chrome will appear in their own groups on the task bar. However, they can not be pinned from the main application window nor can they be pinned from the shortcut. The former results in Chrome being pinned, and the latter results in a quick start button but does not group web applications under that button. Instead in the latter case a web appliation will form a new group. Bug=7028 Test=None. (When there is a Win7 trybot there may be at test to check if the windows group in the taskbar properly) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21595

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -0 lines) Patch
M app/win_util.h View 2 1 chunk +5 lines, -0 lines 0 comments Download
M app/win_util.cc View 2 4 chunks +54 lines, -0 lines 0 comments Download
M chrome/browser/browser.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
brg
Hello, I saw you were doing something similar with Jumplists so hope you have time ...
11 years, 5 months ago (2009-07-24 06:26:37 UTC) #1
Ben Goodger (Google)
http://codereview.chromium.org/159336/diff/1/3 File chrome/browser/browser_win.cc (right): http://codereview.chromium.org/159336/diff/1/3#newcode30 Line 30: if (win_util::GetWinVersion() != win_util::WINVERSION_WIN7) { nit: no braces. ...
11 years, 5 months ago (2009-07-24 07:20:44 UTC) #2
Hironori Bono
brg, Thank you for your change. Even though I think it works, I'm a little ...
11 years, 5 months ago (2009-07-24 07:41:27 UTC) #3
brg
Hironori, RE: SetCurrentProcessExplicitAppUserModelID, although retreival is easier the behavior it has is not the same ...
11 years, 5 months ago (2009-07-24 16:01:51 UTC) #4
brg
Updated to reflect ben's comments.
11 years, 5 months ago (2009-07-24 16:24:58 UTC) #5
Ben Goodger (Google)
LGTM, please land this today if you can before the cutoff, follow up with hbono ...
11 years, 5 months ago (2009-07-24 19:36:16 UTC) #6
brg
11 years, 5 months ago (2009-07-24 19:43:10 UTC) #7
http://codereview.chromium.org/159336/diff/15/1003
File app/win_util.h (right):

http://codereview.chromium.org/159336/diff/15/1003#newcode294
Line 294: void SetAppIdForWindow(const std::wstring& app_name, HWND hwnd);
On 2009/07/24 19:36:16, Ben Goodger wrote:

Done.

Powered by Google App Engine
This is Rietveld 408576698