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

Issue 28271: When we open a popup window from an app window, we used to identify this popu... (Closed)

Created:
11 years, 10 months ago by MAD
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

When we open a popup window from an app window, we used to identify this popup window as an app too. To not lose this functionality, yet fix bug 5739 about those app popup windows which would persist their window placement, I decided to add a new enum browser type item which is a bit combination of both popup and app so we can track those. bug= http://crbug.com/5739 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10636

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -21 lines) Patch
M chrome/browser/browser.h View 1 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/browser.cc View 1 13 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/views/frame/browser_view.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
MAD
Feel free to redirect to someone else if more appropriate... Thanks! BYE MAD
11 years, 10 months ago (2009-02-27 21:51:03 UTC) #1
Ben Goodger (Google)
LGTM. http://codereview.chromium.org/28271/diff/1/3 File chrome/browser/browser.h (right): http://codereview.chromium.org/28271/diff/1/3#newcode57 Line 57: TYPE_POPUP_APP = TYPE_APP | TYPE_POPUP, TYPE_APP_POPUP reads ...
11 years, 10 months ago (2009-02-27 21:55:08 UTC) #2
MAD
11 years, 10 months ago (2009-02-27 22:03:46 UTC) #3
Thanks... That was quick!!!

http://codereview.chromium.org/28271/diff/1/3
File chrome/browser/browser.h (right):

http://codereview.chromium.org/28271/diff/1/3#newcode57
Line 57: TYPE_POPUP_APP = TYPE_APP | TYPE_POPUP,
On 2009/02/27 21:55:08, Ben Goodger wrote:
> TYPE_APP_POPUP reads better to me.

Done.
I actually thought popup_app sounded funnier...
But I'm easy... :-)

http://codereview.chromium.org/28271/diff/1/3#newcode78
Line 78: bool popup);
On 2009/02/27 21:55:08, Ben Goodger wrote:
> is_popup

Done.

Powered by Google App Engine
This is Rietveld 408576698