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

Issue 19548: Fix some of the most egregious problems with Aero glass frames. These change... (Closed)

Created:
11 years, 10 months ago by Peter Kasting
Modified:
9 years, 7 months ago
Reviewers:
Glen Murphy
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix some of the most egregious problems with Aero glass frames. These changes are basically hacks, but they're hacks that get our frame width, tabstrip layout (in non-OTR mode), and client edge drawing to exactly match pre-Magic-BrowzR code. In subsequent changes I will clean this all up to work better. This also fixes windows refusing to become activated. BUG=5054, 6174 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=9062

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -30 lines) Patch
M chrome/browser/views/frame/aero_glass_frame.cc View 4 chunks +16 lines, -13 lines 0 comments Download
M chrome/browser/views/frame/aero_glass_non_client_view.cc View 1 3 chunks +14 lines, -17 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Peter Kasting
11 years, 10 months ago (2009-02-02 23:12:17 UTC) #1
Glen Murphy
11 years, 10 months ago (2009-02-03 01:30:01 UTC) #2
LGTM, one RFC

http://codereview.chromium.org/19548/diff/7/203
File chrome/browser/views/frame/aero_glass_non_client_view.cc (right):

http://codereview.chromium.org/19548/diff/7/203#newcode148
Line 148: frame_->IsMaximized() ? (CalculateNonClientTopHeight() - 2) :
kTabStripY;
Could you describe what the '2' is?

Powered by Google App Engine
This is Rietveld 408576698