summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/geolocation_permission_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactoring geolocation code to work on its own thread.allanwoj@chromium.org2010-10-011-6/+5
* Fix behaviour of queued geolocation infobars on navigate.allanwoj@chromium.org2010-09-201-0/+17
* Remove the wstring FormatUrl() functions (and convert remaining users to the ...viettrungluu@chromium.org2010-08-311-5/+4
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-0/+1
* Fixed crash on navigation with queued geolocation permission requestsallanwoj@chromium.org2010-08-171-16/+20
* Convert infobar APIs to UTF-16.evan@chromium.org2010-08-131-9/+10
* Store blocked and accessed cookies in the tab contents.jochen@chromium.org2010-07-021-2/+6
* Change a bunch of string types.estade@chromium.org2010-06-291-1/+2
* geolocation: Fix the InfoBarType by changing it to PAGE_ACTION_TYPE.tfarina@chromium.org2010-06-231-1/+1
* Move content settings related events into their own delegate.jochen@chromium.org2010-06-221-3/+4
* Clean up geolocation_dispatcher_host.hjoth@chromium.org2010-06-091-0/+1
* Some simplifications, as a pre-step to http://crbug.com/40103joth@chromium.org2010-06-071-1/+1
* Misc. small cleanups I ran into while working on other changes.pkasting@chromium.org2010-06-021-2/+1
* Geolocation: checks pending requests with the same origin when receiving the ...bulach@chromium.org2010-05-111-98/+207
* Uses GetOrigin() when setting the Geolocation state for the tab.bulach@chromium.org2010-05-111-1/+1
* Add geolocation permission to extensions/apps.erikkay@chromium.org2010-04-261-1/+20
* Fix IDN urls in geolocation infobars and bubbles (but not exceptions dialog)joth@chromium.org2010-04-141-9/+13
* Deny geolocation access for invalid URL in geolocation_permission_context.bulach@chromium.org2010-04-121-0/+9
* Follow-up on https://bugs.webkit.org/show_bug.cgi?id=35031:bulach@chromium.org2010-04-011-24/+110
* Defer sending wifi data via the network provider until permission has been gr...joth@chromium.org2010-04-011-3/+26
* Fix crash: geolocation arbitrator may get deleted on wrong thread.joth@chromium.org2010-03-291-3/+1
* Uses GeolocationContentSettingsMap on GeolocationPermissionContext to persist...bulach@chromium.org2010-03-261-20/+45
* Revert 42757 - Uses GeolocationContentSettingsMap on GeolocationPermissionCon...bulach@chromium.org2010-03-261-45/+20
* Uses GeolocationContentSettingsMap on GeolocationPermissionContext to persist...bulach@chromium.org2010-03-261-20/+45
* Preparatory step for implementing http://crbug.com/39171joth@chromium.org2010-03-251-0/+11
* Adds GeolocationContentSettings on TabContents. joth@chromium.org2010-03-251-6/+16
* Uses GURL instead of host for requesting Geolocation permission.bulach@chromium.org2010-03-191-150/+22
* Finish implementing the geolocation infobar; adds a Learn more link pointing ...joth@chromium.org2010-03-181-6/+22
* Fix crash when permission request received from extension.joth@chromium.org2010-03-041-1/+8
* Renames route_id to render_view_idbulach@chromium.org2010-03-031-37/+31
* Adds Geolocation browser test.bulach@chromium.org2010-02-241-14/+8
* Second try for:bulach@chromium.org2010-02-191-0/+291
* Revert 39366 - Initial Geolocation implementationbulach@chromium.org2010-02-181-291/+0
* Initial Geolocation implementationbulach@chromium.org2010-02-181-0/+291