summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/chrome_geolocation_permission_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove infobar from helper list before notifying observers.jknotten@chromium.org2012-03-311-1/+8
* Show queued geolocation InfoBars when InfoBar is hidden.jknotten@chromium.org2012-03-271-109/+142
* Revert 128467 - Show queued geolocation InfoBars when InfoBar is hidden.jknotten@chromium.org2012-03-231-142/+109
* Show queued geolocation InfoBars when InfoBar is hidden.jknotten@chromium.org2012-03-231-109/+142
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-2/+3
* Hide geolocation_provider.h from chrome, and move geolocation_permission_cont...jam@chromium.org2012-01-241-15/+0
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-13/+13
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-1/+2
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-2/+2
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-4/+8
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-1/+0
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-13/+14
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-4/+5
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-1/+2
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Move/replace/rename URL-based extension getters from ExtensionService to/in E...yoz@chromium.org2011-12-131-7/+14
* Geolocation InfoBar sometimes doesn't expire when navigating back.bulach@chromium.org2011-12-011-0/+20
* Hide geolocation_messages.h from chrome. It was only used in a test. Instead ...jam@chromium.org2011-11-301-16/+23
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #3.mpcomplete@chromium.org2011-11-171-1/+5
* Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...aa@chromium.org2011-11-091-12/+5
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-191-12/+12
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* base::Bind: Cleanups in geolocation/.jhawkins@chromium.org2011-10-071-10/+17
* Lazily save preferences after geolocation infobar authorisation.jknotten@chromium.org2011-10-071-0/+1
* Move infobar handling to a tab helper.avi@chromium.org2011-09-301-10/+9
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-011-2/+3
* Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA...thakis@chromium.org2011-09-011-3/+2
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-011-2/+3
* Migrate geolocation settings to host content settings map and remove the geol...markusheintz@chromium.org2011-08-151-5/+12
* Unify infobars' link-opening behavior to respect user-requested dispositions ...pkasting@chromium.org2011-08-021-2/+2
* Keep a pointer to the owning TabContents on InfoBarDelegates, clearing it whe...pkasting@chromium.org2011-07-281-1/+1
* Use process-per-app-instance for hosted apps without background permission.creis@chromium.org2011-07-121-7/+13
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-8/+8
* Using new larger icons added earlier (http://codereview.chromium.org/7304006/)rhashimoto@chromium.org2011-07-061-0/+1
* Try to bandaid leaks due to TabContentsWrapper not force-closing all InfoBarD...pkasting@chromium.org2011-07-011-2/+2
* Make ConfirmInfoBarDelegate::GetLinkText() const.pkasting@chromium.org2011-06-241-2/+2
* Start refractoring extension permissions into ExtensionPermissionSet.jstritar@chromium.org2011-06-231-1/+1
* Split out abstract interface from GeolocationPermissionContextjoth@chromium.org2011-06-231-0/+623