From c47ee3fe8eb962680d1597bc1e63c666833f1a57 Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Wed, 16 Dec 2009 21:36:10 +0000 Subject: Mac: fix/implement app windows (not app mode), popups, drawing; refactor code. 1. Properly display app windows, including Developer Tools window (no location bar). Also check using --app=http://foobar.com/. 2. Lay out popup windows (in particular, location bar) better. Check using, e.g., ; make sure it looks good (with a variety of themes). 3. Properly draw border to Omnibox -- so that its border matches the surrounding buttons. Check (looking very closely/zooming) using various themes (Google and artist, light and dark). 4. Re-organize/refactor code in the BrowserWindowController (esp. the layout code). Check that (in a normal window) it still displays the toolbar, bookmark bar (normal and NTP), infobar, and download shelf correctly. BUG=13148,20244,26757,29103 TEST=See above. Review URL: http://codereview.chromium.org/495010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34757 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/cocoa/gradient_button_cell.h | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/browser/cocoa/gradient_button_cell.h') diff --git a/chrome/browser/cocoa/gradient_button_cell.h b/chrome/browser/cocoa/gradient_button_cell.h index e9d09bd..27909a0 100644 --- a/chrome/browser/cocoa/gradient_button_cell.h +++ b/chrome/browser/cocoa/gradient_button_cell.h @@ -45,7 +45,6 @@ typedef NSInteger ButtonType; - (void)drawBorderAndFillForTheme:(GTMTheme*)theme controlView:(NSView*)controlView - outerPath:(NSBezierPath*)outerPath innerPath:(NSBezierPath*)innerPath showClickedGradient:(BOOL)showClickedGradient showHighlightGradient:(BOOL)showHighlightGradient -- cgit v1.1