summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/info_bubble.cc
Commit message (Expand)AuthorAgeFilesLines
* Checking in CL http://www.codereview.chromium.org/2836058 on behalf of zbehan@:zelidrag@chromium.org2010-07-221-1/+1
* Canvas refactoring part 3.ben@chromium.org2010-06-251-2/+2
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-241-2/+2
* Canvas refactoring part 3.ben@chromium.org2010-06-241-2/+2
* InfoBubble::ShowFocusless() added not to grab the focus when being shown.glotov@chromium.org2010-06-211-2/+17
* Correctly remove accelerator when info bubble is closed.oshima@chromium.org2010-06-171-3/+2
* Fix for a DCHECK in the infobubble.jcivelli@chromium.org2010-06-171-10/+13
* Add accessible_name property for info bubbles (so far added name to bookmark ...dtseng@chromium.org2010-06-151-0/+2
* MessageBubble which does not require separate window and does not grab input ...oshima@chromium.org2010-06-071-0/+13
* Add cross platform Widget::InitWithWidget(parent, const gfx::Rect& bounds);oshima@chromium.org2010-06-051-3/+1
* Implement fading in for the InfoBubble base class.finnur@chromium.org2010-05-181-17/+56
* NTP: Adds an app launched animation.arv@chromium.org2010-05-181-2/+2
* Animates the app launcher when it is shown.jcivelli@chromium.org2010-05-171-17/+11
* Add fade-out animation to the app launcher.finnur@chromium.org2010-05-141-3/+45
* Removing the app launcher button in the ChromeOS browser and making the app l...jcivelli@chromium.org2010-05-141-13/+7
* This CL makes the InfoBubble not change the arrow when parts of itjcivelli@chromium.org2010-05-121-23/+90
* Fix default info_bubble arrow location for RTL.dpolukhin@chromium.org2010-05-111-1/+5
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-101-1/+1
* Adding a way to pin the info bubble arrow.jcivelli@chromium.org2010-05-101-22/+25
* Fix default arrow location as it was before.dpolukhin@chromium.org2010-05-091-1/+1
* Put back info_bubble with left&right arrows.dpolukhin@chromium.org2010-05-071-40/+42
* Rollback http://codereview.chromium.org/1820002dpolukhin@chromium.org2010-05-061-42/+40
* Add ability to place bubble arrow on left and right side of the bubble or mak...dpolukhin@chromium.org2010-05-061-40/+42
* Make the app launcher bubble fit its contents.jcivelli@google.com2010-05-051-32/+76
* chromeos: Make Chrome use enums from libcros to talk to WM.derat@chromium.org2010-04-291-1/+2
* Revert r45952: broke checkdeps.willchan@chromium.org2010-04-291-2/+1
* chromeos: Make Chrome use enums from libcros to talk to WM.derat@chromium.org2010-04-291-1/+2
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-54/+20
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-20/+54
* Subclassing the InfoBubble to handle anchoring bubbles basedon their content,...finnur@chromium.org2010-04-191-54/+18
* Shift omnibox dropdown in and up on Windows, and square off the top, so it co...pkasting@chromium.org2010-04-121-0/+2
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Porting the app launcher to Windows, and adding an experimental flagjcivelli@google.com2010-03-221-1/+1
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* First pass at revamping the main menu, now called app launcher.jcampan@chromium.org2010-03-041-0/+1
* Removes tab overview related classes and renames TabOverviewTypes tosky@chromium.org2010-02-221-4/+6
* Add basic support for Content Blocked icons in the omnibox. Not yet pkasting@chromium.org2010-01-301-2/+6
* Sets widget created by info bubbles to a custom type so that theysky@chromium.org2009-11-241-0/+8
* Reland Extension Installed InfoBubblerafaelw@chromium.org2009-11-071-16/+21
* Revert 31322 - Extension Installed InfoBubblewillchan@chromium.org2009-11-061-21/+16
* Extension Installed InfoBubblerafaelw@chromium.org2009-11-061-16/+21
* WidgetWin was an accelerator target, it does not need to.jcampan@chromium.org2009-10-131-2/+0
* Converts info bubbles on views/gtk from popups to normal windows tosky@chromium.org2009-10-071-2/+8
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-1/+2
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-2/+1
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-1/+2
* Use the system WINDOWTEXT color for labels, instead of black. Also use the s...pkasting@chromium.org2009-09-251-8/+5
* Fix the Linux Views build, sigh. We need a trybot.pkasting@chromium.org2009-09-171-2/+3
* Try to make ImageBubbles draw correctly on Linux Views as well. This also fi...pkasting@chromium.org2009-09-171-67/+91