summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
Commit message (Expand)AuthorAgeFilesLines
* Fullscreen exit bubble is actually used to control both mouse lock and fullsc...sriramsr2014-12-131-129/+0
* Cleanup and IWYU-ify CocoaProfileTest and related tests.bauerb@chromium.org2013-09-161-0/+1
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-021-1/+1
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-1/+1
* Introduces "CreateParams" for web contents, and add |parent| parameter in it.mukai@chromium.org2012-12-091-2/+1
* Remove TabContents from TabStripModel::AppendTabContents.avi@chromium.org2012-11-271-5/+5
* Fix ui::Accelerator class hierarchysail@chromium.org2012-11-271-4/+6
* Disable many tests failing on mac 10.7nsylvain@chromium.org2012-08-191-1/+2
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-131-1/+1
* Consolidate Browser Creation.ben@chromium.org2012-07-251-1/+0
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-201-3/+3
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-4/+4
* TabContentsWrapper -> TabContents, part 37.avi@chromium.org2012-06-111-2/+2
* Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow()davemoore@chromium.org2012-06-071-1/+1
* browser: Rename Browser::tabstrip_model to Browser::tab_strip_model.tfarina@chromium.org2012-05-121-1/+1
* browser: Move the tabs directory into ui.tfarina@chromium.org2012-05-111-1/+1
* [Mac] Fix unit_tests:FullscreenExitBubbleControllerTest.DenyExitsFullscreen o...rsesek@chromium.org2012-05-111-7/+7
* Cleanup: IWYU for BrowserProcess.thestig@chromium.org2012-05-081-1/+2
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-2/+3
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-2/+4
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-0/+1
* Go through NotificationService interface in the remaining places.tfarina@chromium.org2011-12-191-0/+1
* Move accelerator related files to ui/base/acceleratorstfarina@chromium.org2011-11-251-2/+2
* Fix up fullscreen exit bubble messages to suggest Esc instead of F11 where ap...jeremya@chromium.org2011-11-161-10/+0
* Mark FullscreenExitBubbleControllerTest.DenyExitsFullscreen as failing on Lion.rsesek@chromium.org2011-11-111-0/+4
* Fix a crash in FullscreenExitBubbleController when the user clicks the "Exit ...jeremya@chromium.org2011-10-291-5/+54
* mac: Plumb fullscreen exit bubble type through to the UI.thakis@chromium.org2011-10-171-1/+1
* Implement fullscreen info bubble on Win and Mac.jeremya@chromium.org2011-10-151-5/+10
* Remove useless include to fix compile on branch 874.jeremya@chromium.org2011-09-191-1/+1
* Implement a bubble that appears at the top of the screen when a tab enters jeremya@chromium.org2011-09-171-0/+73