summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/browser_bubble_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Making browser bubble notifies to its delegate whether itjcampan@chromium.org2010-03-151-1/+18
* Clone of issue 577015.twiz@chromium.org2010-02-121-0/+5
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-101-0/+2
* Gets the extension popup/bubble to work correctly on Chrome OS.sky@chromium.org2009-12-221-3/+4
* Make sure we don't dismiss extension popups when the focusjcampan@chromium.org2009-12-021-3/+3
* Fixes several focus issue with popup in the extensions' browser actions:jcampan@chromium.org2009-11-181-2/+6
* Mostly fixes black flashing that happens during popup resize.erikkay@chromium.org2009-11-141-2/+3
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-4/+3
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-1/+2
* Implement page action popups.erikkay@chromium.org2009-11-011-1/+6
* Add an BubbleBorder to BrowserAction popups and fix positioning of theerikkay@chromium.org2009-10-061-14/+0
* Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed.erikkay@chromium.org2009-10-061-0/+14
* TBR: mpcompleteerikkay@chromium.org2009-10-051-14/+0
* Allow popups to close themselves with window.close().erikkay@chromium.org2009-10-051-0/+14
* Add simple popup support to browser actions. This will create a popup HTML w...erikkay@chromium.org2009-10-021-4/+45
* Change BrowserBubble to use Close instead of CloseNow. This should makeerikkay@chromium.org2009-09-181-6/+7
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-3/+1
* Revert :nsylvain@chromium.org2009-06-221-1/+3
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-3/+1
* Reverting 18872.jcampan@chromium.org2009-06-191-1/+3
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-3/+1
* Part 1 of dragging extensions on the shelf. This part was just about getting...erikkay@google.com2009-06-031-16/+11
* Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeW...davemoore@chromium.org2009-05-281-3/+5
* Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...ben@chromium.org2009-05-261-1/+1
* Renames BrowserView::GetBrowserViewForHWND tosky@chromium.org2009-05-261-2/+4
* An attempt to abstract the logic of the various layered windows we're using t...erikkay@google.com2009-05-181-0/+57