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
*
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
*
Create chrome/browser/api directory. Move infobar delegates used by Autofill ...
joi@chromium.org
2012-08-13
3
-3
/
+3
*
Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...
jam@chromium.org
2012-07-26
2
-3
/
+3
*
Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...
jam@chromium.org
2012-07-24
1
-4
/
+5
*
Create content\public\test\test_utils.h to hold common test classes that are ...
jam@chromium.org
2012-07-20
1
-4
/
+4
*
base: Make ScopedVector::clear() destroy elements.
derat@chromium.org
2012-07-19
1
-1
/
+1
*
Always enable dom automation for browser_tests. This avoids developers having...
jam@chromium.org
2012-07-18
1
-3
/
+1
*
Remove browser::FindTabbedBrowser from a bunch of browser tests by making ui_...
jam@chromium.org
2012-07-12
1
-4
/
+2
*
This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...
benrg@chromium.org
2012-07-11
1
-1
/
+0
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
5
-5
/
+0
*
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
ben@chromium.org
2012-06-29
1
-14
/
+15
*
Reenable geolocation tests
bartfab@chromium.org
2012-06-28
1
-21
/
+11
*
Move each permission classes to its own files in extensions/permissions and r...
penghuang@chromium.org
2012-06-27
1
-1
/
+1
[next]