summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace views::LocatedEvent with ui::LocatedEventben@chromium.org2012-08-131-1/+1
* Replace views::Event with ui::Event.beng@google.com2012-08-101-2/+2
* Change View::HitTest to View::HitTestRecttdanderson@chromium.org2012-08-101-1/+1
* Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.tfarina@chromium.org2012-06-171-1/+1
* Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans.tfarina@chromium.org2012-05-181-1/+1
* * Separated implementation class from gfx::Screenoshima@chromium.org2012-04-251-2/+2
* views: Stop using ResourceBundle without the namespace prefix.tfarina@chromium.org2012-04-051-5/+4
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-1/+1
* Add FullscreenController::ToggleFullscreenModeWithExtensionhashimoto@chromium.org2012-02-221-2/+3
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-141-1/+1
* views: Move view.h to ui/views/.tfarina@chromium.org2011-11-301-1/+1
* views: Move label and link files to ui/views/controls/.tfarina@chromium.org2011-11-291-2/+2
* Move fullscreen bubble (the version that uses views) from manual layout to a ...yzshen@chromium.org2011-11-291-148/+149
* views: Move button directory to ui/views/controls/.tfarina@chromium.org2011-11-281-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-1/+1
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-1/+1
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-1/+1
* Fixes use after free in BrowserView, and cleans up a couple of stylesky@chromium.org2011-11-171-0/+2
* Add a drop shadow to the fullscreen exit bubble on windows.koz@chromium.org2011-11-171-1/+2
* Stop using chrome/browser/ui/views/bubble/bubble.h in fullscreen exit bubble.yzshen@chromium.org2011-11-171-2/+1
* Fix up fullscreen exit bubble messages to suggest Esc instead of F11 where ap...jeremya@chromium.org2011-11-161-17/+48
* Full screen info bubble after |Accept| should exit with link clickscheib@chromium.org2011-11-141-31/+17
* Move views::Accelerator to ui in order to use it from aura code.mazda@chromium.org2011-11-141-1/+1
* views: Change TextButton API to string16.tfarina@chromium.org2011-10-191-2/+2
* views: Change TextButtonBase API to string16.tfarina@chromium.org2011-10-181-1/+1
* views: Implementation of the new fullscreen bubble.thakis@chromium.org2011-10-171-98/+120
* Revert 105922 - views: Implementation of the new fullscreen bubble.thakis@chromium.org2011-10-171-96/+73
* views: Implementation of the new fullscreen bubble.thakis@chromium.org2011-10-171-73/+96
* Change SetPosition() to SetBounds() in FullscreenExitView::Layout().koz@chromium.org2011-10-171-8/+16
* Implement fullscreen info bubble on Win and Mac.jeremya@chromium.org2011-10-151-52/+178
* Make views::Label and views::Link auto-color themselves to be readable over t...pkasting@chromium.org2011-10-121-2/+3
* Change std::wstring to string16 for views::Label and views::Labelyosin@chromium.org2011-10-071-4/+3
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-1/+1
* Revert 104076 - Change std::wstring to string16 for views::Linkhbono@chromium.org2011-10-051-3/+4
* Change std::wstring to string16 for views::Linkyosin@chromium.org2011-10-051-4/+3
* Abstract fullscreen exit bubble logic to bring Linux's behaviour in line withtony@chromium.org2011-08-121-0/+214