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
*
Disables temporarily IFramesWithFreshPosition.
bulach@chromium.org
2010-03-22
1
-1
/
+3
*
Disables Geolocation tests for mac
bulach@chromium.org
2010-03-22
1
-2
/
+11
*
Adds browser tests exercising multiple iframes for geolocation.
bulach@chromium.org
2010-03-22
1
-18
/
+105
*
Uses GURL instead of host for requesting Geolocation permission.
bulach@chromium.org
2010-03-19
4
-191
/
+36
*
Add GeolocationContentSettingsMap, a geolocation-specific variant of HostCont...
pkasting@chromium.org
2010-03-19
3
-0
/
+555
*
Finish implementing the geolocation infobar; adds a Learn more link pointing ...
joth@chromium.org
2010-03-18
1
-6
/
+22
*
Switch from using custom time / epoch handling code (inherited from gears) to...
joth@chromium.org
2010-03-16
10
-46
/
+60
*
Adds host for Geolocation OnStartUpdating.
bulach@chromium.org
2010-03-15
2
-5
/
+11
*
Uses MockLocationProvider on GeolocationBrowserTest.
bulach@chromium.org
2010-03-15
1
-67
/
+172
*
First cut at implementing wifi bindigns for linux, using glib-dbus to Network...
joth@chromium.org
2010-03-12
4
-253
/
+348
*
Experimental fix for 10.6 SDK builds: convert to weak dependecy on the kCWSca...
joth@chromium.org
2010-03-10
1
-38
/
+30
*
mac: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-10
1
-0
/
+1
*
chrome 5: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
2
-2
/
+2
*
Add support for geolocation wifi scanning on OSX 10.6
joth@chromium.org
2010-03-08
3
-33
/
+200
*
Fix crash when permission request received from extension.
joth@chromium.org
2010-03-04
9
-67
/
+146
*
Renames route_id to render_view_id
bulach@chromium.org
2010-03-03
4
-87
/
+98
*
Speculative fix for valgrind memory lead
joth@chromium.org
2010-02-26
2
-2
/
+2
*
Bring Geolocation to life!
joth@chromium.org
2010-02-26
6
-47
/
+79
*
Misc tidy up:
joth@chromium.org
2010-02-26
8
-8
/
+8
*
Fix an issue in the common wifi data provider to make esp. mac wifi work corr...
joth@chromium.org
2010-02-25
3
-21
/
+41
*
Port the gears OSX wifi data provider into chrome
joth@chromium.org
2010-02-25
4
-123
/
+207
*
Adds Geolocation browser test.
bulach@chromium.org
2010-02-24
4
-18
/
+337
*
Fix bug found in the location arbitrator whilst doing trial integration: need...
joth@chromium.org
2010-02-24
3
-18
/
+63
*
Fix some bugs discovered whilst making trial integration of geolocaiton piece...
joth@chromium.org
2010-02-23
5
-88
/
+103
*
Fix geolocation network request to not send/save cookies or send authenticati...
joth@chromium.org
2010-02-22
1
-18
/
+5
*
Fix threading problems in the access token store impl, and majorly simplify t...
joth@chromium.org
2010-02-19
11
-281
/
+235
*
Move MockLocationProvider to location_provider.cc to fix Linux shared build.
craig.schlenter@chromium.org
2010-02-19
3
-39
/
+50
*
Second try for:
bulach@chromium.org
2010-02-19
13
-33
/
+645
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Revert 39366 - Initial Geolocation implementation
bulach@chromium.org
2010-02-18
16
-893
/
+145
*
Test SetAcrossInstances crashed on Mac also. Disabling.
finnur@chromium.org
2010-02-18
1
-2
/
+2
*
Initial Geolocation implementation
bulach@chromium.org
2010-02-18
16
-145
/
+893
*
Turns out the test crashes on Linux, not just Linux with toolkit_views.
finnur@chromium.org
2010-02-18
1
-2
/
+2
*
Disabling a test that crashes on Linux Views bot.
finnur@chromium.org
2010-02-18
1
-1
/
+8
*
Fix valgrind memory leak. Adding missing virtual on a destructor.
joth@chromium.org
2010-02-17
4
-5
/
+5
*
Add unit tests for locaiton arbitrator and browser tests for the access token...
joth@chromium.org
2010-02-17
12
-104
/
+629
*
Misc. tidy up of various comments found whilst learning the codebase.
joth@chromium.org
2010-02-17
2
-2
/
+1
*
linux: fix shared build
joth@chromium.org
2010-02-16
2
-1
/
+4
*
linux: fix shared build
evan@chromium.org
2010-02-16
1
-1
/
+1
*
Add support for top level geolocation arbitrator, and access token persistenc...
joth@chromium.org
2010-02-15
10
-30
/
+303
*
Annotate test-only data race as benign
timurrrr@chromium.org
2010-02-12
1
-0
/
+2
*
Refactor the state-machine & threading out of the windows wifi provider into ...
joth@chromium.org
2010-02-12
6
-280
/
+322
*
Simplify (honest!) the threading design for data providers: the API is now si...
joth@chromium.org
2010-02-11
9
-185
/
+205
*
Fix flaky win32 wifi provider test.
joth@chromium.org
2010-02-08
3
-5
/
+7
*
Hopefully final attempt at landing http://src.chromium.org/viewvc/chrome?view...
joth@chromium.org
2010-02-08
1
-0
/
+396
*
Disable a flaky unit test
hclam@chromium.org
2010-02-06
1
-1
/
+1
*
Split out of reverted change http://src.chromium.org/viewvc/chrome?view=rev&r...
joth@chromium.org
2010-02-05
3
-13
/
+23
*
Revert 38207 - bah. still can't work out why this passes fine on local machin...
joth@chromium.org
2010-02-05
4
-415
/
+13
*
Re-attempt at http://src.chromium.org/viewvc/chrome?view=rev&revision=37989
joth@chromium.org
2010-02-05
4
-13
/
+415
*
Split out of reverted change http://src.chromium.org/viewvc/chrome?view=rev&r...
joth@chromium.org
2010-02-05
5
-9
/
+10
[next]