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

Issue 101008: Adds a new API for launching Chrome at a given size and location. ... (Closed)

Created:
11 years, 8 months ago by Glenn Wilson
Modified:
9 years, 7 months ago
Reviewers:
kuchhal
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Adds a new API for launching Chrome at a given size and location. This only works with post-1.0 Chrome, as it refers to the new Window names. R=kuchhal Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14906

Patch Set 1 #

Total comments: 10

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -0 lines) Patch
M chrome/installer/gcapi/gcapi.h View 1 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/installer/gcapi/gcapi.cc View 1 2 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Glenn Wilson
http://codereview.chromium.org/101008/diff/1/2 File chrome/installer/gcapi/gcapi.cc (right): http://codereview.chromium.org/101008/diff/1/2#newcode412 Line 412: #pragma comment(linker, "/EXPORT:LaunchGoogleChromeWithDimensions=_LaunchGoogleChromeWithDimensions@16,PRIVATE") How can I break this ...
11 years, 8 months ago (2009-04-28 17:21:56 UTC) #1
kuchhal
http://codereview.chromium.org/101008/diff/1/2 File chrome/installer/gcapi/gcapi.cc (right): http://codereview.chromium.org/101008/diff/1/2#newcode412 Line 412: #pragma comment(linker, "/EXPORT:LaunchGoogleChromeWithDimensions=_LaunchGoogleChromeWithDimensions@16,PRIVATE") I think its fine to ...
11 years, 8 months ago (2009-04-28 17:36:43 UTC) #2
Glenn Wilson
http://codereview.chromium.org/101008/diff/1/2 File chrome/installer/gcapi/gcapi.cc (right): http://codereview.chromium.org/101008/diff/1/2#newcode425 Line 425: handle = FindWindowEx(NULL, handle, L"Chrome_WidgetWin_0", NULL); On 2009/04/28 ...
11 years, 8 months ago (2009-04-28 20:29:33 UTC) #3
kuchhal
11 years, 8 months ago (2009-04-28 21:54:32 UTC) #4
lgtm.

http://codereview.chromium.org/101008/diff/3002/2004
File chrome/installer/gcapi/gcapi.cc (right):

http://codereview.chromium.org/101008/diff/3002/2004#newcode435
Line 435: return false;
reduce indentation by two spaces.

Powered by Google App Engine
This is Rietveld 408576698