summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation
Commit message (Expand)AuthorAgeFilesLines
* Reenable GeolocationBrowserTest.NoInfoBarBeforeStartjknotten@chromium.org2013-01-091-2/+1
* Make ChromeGeolocationPermissionContextFactory a ProfileKeyedServiceFactoryjknotten@chromium.org2013-01-085-15/+74
* Change infobar creation to use a public static Create() method on the infobar...pkasting@chromium.org2013-01-086-80/+45
* Minor cleanup to how infobars handle expiry:pkasting@chromium.org2013-01-073-7/+20
* Simplify ExecuteJavaScript* functions.darin@chromium.org2013-01-041-11/+8
* Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}darin@chromium.org2013-01-021-23/+29
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-226-11/+12
* Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelperpkasting@chromium.org2012-12-2011-119/+120
* Remove straggling TabContents references.avi@chromium.org2012-12-141-1/+1
* Remove TabContents includes.avi@chromium.org2012-12-141-1/+0
* Reenable GeolocationBrowserTest.InvalidUrlRequestjknotten@chromium.org2012-12-121-2/+1
* Reenable GeolocationBrowserTest.NoInfobarForAllowedOriginjknotten@chromium.org2012-12-101-7/+1
* Introduces "CreateParams" for web contents, and add |parent| parameter in it.mukai@chromium.org2012-12-091-2/+2
* Inform app developer what permissions are needed when APIs are rejected.scheib@chromium.org2012-12-081-2/+5
* Reenable GeolocationBrowserTest.CancelPermissionForFramejknotten@chromium.org2012-12-061-3/+1
* Reenable GeolocationBrowserTestsjknotten@chromium.org2012-12-051-4/+2
* Remove GetExtensionService calls and replace with PKSF calls through the Exte...mirandac@chromium.org2012-11-301-1/+3
* Reenable GeolocationBrowserTest.ErrorOnPermissionDeniedjknotten@chromium.org2012-11-291-2/+1
* Refactoring Geolocation Infobar part4cramya@chromium.org2012-11-074-4/+73
* Fix geolocation access for Chrome appscramya@chromium.org2012-10-291-18/+18
* Move geolocation code to content namespace.jam@chromium.org2012-10-293-11/+18
* Introduce GeolocationPermissionRequestID, a wrapper class to contain the (ren...pkasting@chromium.org2012-10-2716-505/+417
* Add Google Location Settings geolocation permission flowcramya@chromium.org2012-10-275-31/+72
* Android: fixes clang build error for chrome_geolocation_permission_context_an...bulach@chromium.org2012-10-232-0/+6
* Introduce Android variants of ChromeGeolocationPermissionContext, Geolocation...cramya@chromium.org2012-10-2313-42/+273
* Remove alias from ChromeRenderViewHostTestHarness.avi@chromium.org2012-10-192-8/+10
* Refactor chrome_geolocation_permission_context.* in preperation for adding pl...cramya@chromium.org2012-10-188-248/+378
* Remove TabContents from geolocation.avi@chromium.org2012-10-172-9/+25
* Fix Double Geolocation Infobar Removal Notification Bug.jknotten@chromium.org2012-10-123-9/+138
* Switch InfoBarTabHelper to use WebContentsUserData.avi@chromium.org2012-10-113-33/+34
* Don't retain reference to ChromeGeolocationPermissionContextjknotten@chromium.org2012-10-091-1/+1
* Move GeolocationInfoBarQueueController to own files.jknotten@chromium.org2012-10-094-556/+600
* Switch TabSpecificContentSettings to use WebContentsUserData.avi@chromium.org2012-09-282-4/+5
* Update the network-based geolocation to use the new jknotten@chromium.org2012-09-121-8/+19
* Make TabContents ctor private; poke hole for existing callers.avi@chromium.org2012-08-271-1/+1
* Add more OWNERS inside chrome/browser.thestig@chromium.org2012-08-221-0/+3
* Introduce InfoBarTabService API.joi@chromium.org2012-08-203-37/+37
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-131-1/+1
* Create chrome/browser/api directory. Move infobar delegates used by Autofill ...joi@chromium.org2012-08-133-3/+3
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-262-3/+3
* Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...jam@chromium.org2012-07-241-4/+5
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-201-4/+4
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-191-1/+1
* Always enable dom automation for browser_tests. This avoids developers having...jam@chromium.org2012-07-181-3/+1
* Remove browser::FindTabbedBrowser from a bunch of browser tests by making ui_...jam@chromium.org2012-07-121-4/+2
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-115-5/+0
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-14/+15
* Reenable geolocation testsbartfab@chromium.org2012-06-281-21/+11
* Move each permission classes to its own files in extensions/permissions and r...penghuang@chromium.org2012-06-271-1/+1