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
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
2
-15
/
+16
*
Coverity: Fix unchecked return values.
kmadhusu@chromium.org
2011-01-12
1
-2
/
+3
*
Call CoInitialize before using Win 7 Location API.
jknotten@chromium.org
2011-01-12
4
-24
/
+46
*
Geolocation code cleanup following switch to client-based Geolocation.
jknotten@chromium.org
2011-01-07
3
-102
/
+19
*
Fix incorrect assertion following the move of Geolocation provider in to its ...
jknotten@chromium.org
2011-01-06
4
-20
/
+32
*
Remove legacy non-client-based geolocation code.
jknotten@chromium.org
2011-01-06
3
-49
/
+0
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
1
-2
/
+2
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
2
-4
/
+4
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
6
-6
/
+6
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-2
/
+3
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
2
-2
/
+0
*
Remove wstring from TableModel.
avi@chromium.org
2010-12-30
3
-31
/
+27
*
Remove wstring from l10n_util. Part 2.
avi@chromium.org
2010-12-28
1
-8
/
+13
*
Allow default desktop content settings and default geolocation settings to be...
markusheintz@chromium.org
2010-12-20
3
-4
/
+158
*
Client-based geolocation refactoring.
jknotten@chromium.org
2010-12-17
1
-1
/
+8
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
1
-1
/
+2
*
Disable crashy GeolocationBrowserTest.InvalidUrlRequest
phajdan.jr@chromium.org
2010-12-15
1
-1
/
+2
*
Client-based geolocation support.
jknotten@chromium.org
2010-12-14
6
-86
/
+94
*
Revert rev 69137 due to incorrect change log.
jknotten@chromium.org
2010-12-14
6
-94
/
+86
*
Merge branch 'GeolocationClientChange1' of ../../chromium-ro/src into issue-5...
jknotten@chromium.org
2010-12-14
6
-86
/
+94
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-2
/
+2
*
Reland r68893 after fixing allowing blocking IO on shutdown.
willchan@chromium.org
2010-12-14
1
-0
/
+5
*
Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...
jam@chromium.org
2010-12-14
1
-1
/
+1
*
Cleanup: Remove unneeded browser_thread.h usage.
thestig@chromium.org
2010-12-13
3
-16
/
+15
*
Revert 68893 - Consider PlatformThread::Join() to be blocking IO.
csilv@chromium.org
2010-12-11
1
-5
/
+0
*
Consider PlatformThread::Join() to be blocking IO.
willchan@chromium.org
2010-12-10
1
-0
/
+5
*
Disable crashy GeolocationBrowserTest.NoInfoBarBeforeStart
phajdan.jr@chromium.org
2010-12-10
1
-1
/
+2
*
Reduce the include footprint of pref_service.h
mnissler@chromium.org
2010-12-03
1
-0
/
+2
*
Move:
ben@chromium.org
2010-12-02
5
-5
/
+5
*
Revert 67997 - Reduce the include footprint of pref_service.h
mnissler@chromium.org
2010-12-02
1
-2
/
+0
*
Reduce the include footprint of pref_service.h
mnissler@chromium.org
2010-12-02
1
-0
/
+2
*
Cleanup: Include browser.h -> ui/browser.h [Part 1].
jhawkins@chromium.org
2010-11-16
2
-2
/
+2
*
chromeos: Update help URLs.
derat@chromium.org
2010-11-10
1
-3
/
+16
*
Discard GEOLOCATION_* notifications, instead observe preference notifications.
csilv@chromium.org
2010-11-09
1
-10
/
+0
*
Fix a leak in wifi geolocation on the Mac
stuartmorgan@chromium.org
2010-11-08
1
-0
/
+7
*
Fix dbus- and geolocation- related crash on Linux.
jknotten@chromium.org
2010-11-05
3
-13
/
+99
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
3
-13
/
+13
*
Part 3 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-29
1
-1
/
+1
*
FBTF: Hopefully, the last ctor patch.
erg@google.com
2010-10-27
2
-0
/
+7
*
The GeolocationBrowserTest times out, and timeouts now causes the
nsylvain@chromium.org
2010-10-25
1
-1
/
+1
*
FBTF: More dtor deinlining. (Can almost see the end!)
erg@google.com
2010-10-22
2
-77
/
+123
*
Geolocation dispatcher rename:
jknotten@chromium.org
2010-10-22
4
-44
/
+49
*
Forgot to check in these changes requested by joth during codereview of r63429.
pkasting@chromium.org
2010-10-22
3
-15
/
+15
*
Convert LOG(INFO) to VLOG(1) - chrome/browser/geolocation/.
pkasting@chromium.org
2010-10-21
8
-59
/
+63
*
Fix bug 59917 - Network position cache can get time clashes
joth@chromium.org
2010-10-21
3
-99
/
+164
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
2
-18
/
+18
*
Fix geolocation crashing bug
joth@chromium.org
2010-10-20
4
-8
/
+62
*
Move scoped_nsdisable_screen_update from base to app/mac
brettw@chromium.org
2010-10-18
1
-3
/
+3
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-2
/
+3
*
Geolocation browser test: uses navigation rather than javascript alerts.
bulach@chromium.org
2010-10-14
1
-41
/
+46
[next]