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
*
Prevents leaking geolocation permission from Incognito mode to regular profile.
vasilii@chromium.org
2013-04-05
3
-0
/
+22
*
Move the ViewType enum to extensions\common.
jam@chromium.org
2013-04-01
2
-5
/
+6
*
chrome: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-03-31
2
-2
/
+2
*
Move c/b/a/infobar files back to c/b/infobar
kaiwang@chromium.org
2013-03-19
6
-8
/
+8
*
Introduce //components/user_prefs.
joi@chromium.org
2013-03-06
1
-1
/
+1
*
Replacing DictionaryValue::key_iterator by DictionaryValue::Iterator in sever...
pneubeck@chromium.org
2013-02-26
1
-6
/
+5
*
Disabling flaky GeolocationBrowserTest.* tests.
marja@chromium.org
2013-02-14
1
-3
/
+7
*
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
joi@chromium.org
2013-02-11
6
-8
/
+8
*
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
[next]