index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
geolocation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.
joi@chromium.org
2013-02-10
3
-6
/
+7
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.
rsleevi@chromium.org
2013-02-07
3
-6
/
+6
*
Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.
joi@chromium.org
2013-02-06
4
-8
/
+9
*
Remove TabStripModel wrapper use.
avi@chromium.org
2013-01-29
1
-14
/
+21
*
Fix a memory leak in GeolocationPermissionContextTests
penghuang@chromium.org
2013-01-25
1
-3
/
+5
*
Do not update the geolocation permission for local pages
penghuang@chromium.org
2013-01-22
3
-10
/
+49
*
Move wifi_data_provider_chromeos -> content
stevenjb@chromium.org
2013-01-17
2
-311
/
+0
*
Reland 176858 - Deprecate ShillNetworkClient and add GeolocationHandler
dubroy@chromium.org
2013-01-15
2
-92
/
+3
*
Revert 176858
dubroy@chromium.org
2013-01-15
2
-3
/
+92
*
Deprecate ShillNetworkClient and add GeolocationHandler
stevenjb@chromium.org
2013-01-15
2
-92
/
+3
*
Destroy GeolocationInfobarQueueController on UI thread.
jknotten@chromium.org
2013-01-10
3
-4
/
+27
*
Reenable GeolocationBrowserTest.NoInfoBarBeforeStart
jknotten@chromium.org
2013-01-09
1
-2
/
+1
*
Make ChromeGeolocationPermissionContextFactory a ProfileKeyedServiceFactory
jknotten@chromium.org
2013-01-08
5
-15
/
+74
*
Change infobar creation to use a public static Create() method on the infobar...
pkasting@chromium.org
2013-01-08
6
-80
/
+45
*
Minor cleanup to how infobars handle expiry:
pkasting@chromium.org
2013-01-07
3
-7
/
+20
*
Simplify ExecuteJavaScript* functions.
darin@chromium.org
2013-01-04
1
-11
/
+8
*
Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}
darin@chromium.org
2013-01-02
1
-23
/
+29
*
Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.
joi@chromium.org
2012-12-22
6
-11
/
+12
*
Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelper
pkasting@chromium.org
2012-12-20
11
-119
/
+120
*
Remove straggling TabContents references.
avi@chromium.org
2012-12-14
1
-1
/
+1
*
Remove TabContents includes.
avi@chromium.org
2012-12-14
1
-1
/
+0
*
Reenable GeolocationBrowserTest.InvalidUrlRequest
jknotten@chromium.org
2012-12-12
1
-2
/
+1
*
Reenable GeolocationBrowserTest.NoInfobarForAllowedOrigin
jknotten@chromium.org
2012-12-10
1
-7
/
+1
*
Introduces "CreateParams" for web contents, and add |parent| parameter in it.
mukai@chromium.org
2012-12-09
1
-2
/
+2
*
Inform app developer what permissions are needed when APIs are rejected.
scheib@chromium.org
2012-12-08
1
-2
/
+5
*
Reenable GeolocationBrowserTest.CancelPermissionForFrame
jknotten@chromium.org
2012-12-06
1
-3
/
+1
*
Reenable GeolocationBrowserTests
jknotten@chromium.org
2012-12-05
1
-4
/
+2
*
Remove GetExtensionService calls and replace with PKSF calls through the Exte...
mirandac@chromium.org
2012-11-30
1
-1
/
+3
*
Reenable GeolocationBrowserTest.ErrorOnPermissionDenied
jknotten@chromium.org
2012-11-29
1
-2
/
+1
*
Refactoring Geolocation Infobar part4
cramya@chromium.org
2012-11-07
4
-4
/
+73
*
Fix geolocation access for Chrome apps
cramya@chromium.org
2012-10-29
1
-18
/
+18
*
Move geolocation code to content namespace.
jam@chromium.org
2012-10-29
3
-11
/
+18
*
Introduce GeolocationPermissionRequestID, a wrapper class to contain the (ren...
pkasting@chromium.org
2012-10-27
16
-505
/
+417
*
Add Google Location Settings geolocation permission flow
cramya@chromium.org
2012-10-27
5
-31
/
+72
*
Android: fixes clang build error for chrome_geolocation_permission_context_an...
bulach@chromium.org
2012-10-23
2
-0
/
+6
*
Introduce Android variants of ChromeGeolocationPermissionContext, Geolocation...
cramya@chromium.org
2012-10-23
13
-42
/
+273
*
Remove alias from ChromeRenderViewHostTestHarness.
avi@chromium.org
2012-10-19
2
-8
/
+10
*
Refactor chrome_geolocation_permission_context.* in preperation for adding pl...
cramya@chromium.org
2012-10-18
8
-248
/
+378
*
Remove TabContents from geolocation.
avi@chromium.org
2012-10-17
2
-9
/
+25
*
Fix Double Geolocation Infobar Removal Notification Bug.
jknotten@chromium.org
2012-10-12
3
-9
/
+138
*
Switch InfoBarTabHelper to use WebContentsUserData.
avi@chromium.org
2012-10-11
3
-33
/
+34
*
Don't retain reference to ChromeGeolocationPermissionContext
jknotten@chromium.org
2012-10-09
1
-1
/
+1
*
Move GeolocationInfoBarQueueController to own files.
jknotten@chromium.org
2012-10-09
4
-556
/
+600
*
Switch TabSpecificContentSettings to use WebContentsUserData.
avi@chromium.org
2012-09-28
2
-4
/
+5
*
Update the network-based geolocation to use the new
jknotten@chromium.org
2012-09-12
1
-8
/
+19
*
Make TabContents ctor private; poke hole for existing callers.
avi@chromium.org
2012-08-27
1
-1
/
+1
*
Add more OWNERS inside chrome/browser.
thestig@chromium.org
2012-08-22
1
-0
/
+3
*
Introduce InfoBarTabService API.
joi@chromium.org
2012-08-20
3
-37
/
+37
*
Move SessionStorageNamespace entirely into NavigationController and support S...
ajwong@chromium.org
2012-08-13
1
-1
/
+1
[next]