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

Issue 126290: Force sizing of a new tab as soon as TabContents is created.... (Closed)

Created:
11 years, 6 months ago by Nate Chapin
Modified:
9 years, 5 months ago
CC:
chromium-reviews_googlegroups.com, japhet-do-not-use
Visibility:
Public.

Description

Force sizing of a new tab as soon as TabContents is created. BUG=619 BUG=15960 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22016

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Total comments: 3

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -0 lines) Patch
M chrome/browser/browser.cc View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/views/tab_contents/tab_contents_view_win.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
brettw
http://codereview.chromium.org/126290/diff/1/3 File chrome/browser/browser.cc (right): http://codereview.chromium.org/126290/diff/1/3#newcode1460 Line 1460: contents->view()->SizeContents(window()->GetNormalBounds().size()); I'm not sure GetNormalBounds will give you ...
11 years, 6 months ago (2009-06-19 17:39:52 UTC) #1
idanan
Turns out this is the solution to http://code.google.com/p/chromium/issues/detail?id=13526 as well. The problem is that even ...
11 years, 5 months ago (2009-06-29 21:09:19 UTC) #2
brettw
Just some comment suggestions. http://codereview.chromium.org/126290/diff/3001/4002 File chrome/browser/browser.cc (right): http://codereview.chromium.org/126290/diff/3001/4002#newcode1471 Line 1471: if (TabContents* old_contents = ...
11 years, 5 months ago (2009-07-27 23:06:11 UTC) #3
Ben Goodger (Google)
http://codereview.chromium.org/126290/diff/3001/4001 File chrome/browser/views/tab_contents/tab_contents_view_win.cc (right): http://codereview.chromium.org/126290/diff/3001/4001#newcode633 Line 633: UINT swp_flags = SWP_NOSENDCHANGING | SWP_NOOWNERZORDER | SWP_NOCOPYBITS ...
11 years, 5 months ago (2009-07-27 23:08:13 UTC) #4
Nate Chapin
Ok, new version uploaded with fewer SetWindowPos flags, as well as a more verbose (and ...
11 years, 4 months ago (2009-07-28 16:12:44 UTC) #5
brettw
11 years, 4 months ago (2009-07-28 16:19:52 UTC) #6
LGTM. I'm OK as long as Ben's happy with the SetWindowPos flags.

Powered by Google App Engine
This is Rietveld 408576698