summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Upstream Geolocation global enable/disable preference.jknotten@chromium.org2012-06-181-0/+31
* TabContentsWrapper -> TabContents, part 14.avi@chromium.org2012-06-081-3/+3
* TabContentsWrapper -> TabContents, part 2.avi@chromium.org2012-06-061-8/+8
* Move the rest of the content\test headers that are used by embedders to conte...jam@chromium.org2012-06-041-2/+2
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Move mock test headers from content\test to content\public\test. This way we ...jam@chromium.org2012-06-031-1/+1
* Taking over issue 10006037.rlp@chromium.org2012-05-141-1/+12
* Revert 136499 - Taking over issue 10006037.yusukes@google.com2012-05-111-12/+1
* Taking over issue 10006037.rlp@chromium.org2012-05-111-1/+12
* Geolocation support for chromedriver, browser-side only.kkania@chromium.org2012-04-251-6/+0
* Show queued geolocation InfoBars when InfoBar is hidden.jknotten@chromium.org2012-03-271-11/+16
* Revert 128467 - Show queued geolocation InfoBars when InfoBar is hidden.jknotten@chromium.org2012-03-231-3/+6
* Show queued geolocation InfoBars when InfoBar is hidden.jknotten@chromium.org2012-03-231-6/+3
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-221-2/+4
* Use about:blank as the failback URL if the filter denies a navigation.cevans@chromium.org2012-03-211-2/+2
* Move MockRenderProcessHost to content/test and put it into the content namesp...tfarina@chromium.org2012-03-161-1/+2
* Introduce abstractions to allow embedders to test RenderViewHostjoi@chromium.org2012-03-121-1/+3
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-3/+4
* Get rid of a bunch of geolocation includes in chrome tests. I've created a si...jam@chromium.org2012-01-241-12/+5
* Get rid of RenderViewHostManager usage in chrome.jam@chromium.org2012-01-111-2/+2
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-5/+6
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-5/+5
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-5/+5
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-5/+5
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-6/+5
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-2/+2
* Geolocation InfoBar sometimes doesn't expire when navigating back.bulach@chromium.org2011-12-011-0/+31
* Hide geolocation_messages.h from chrome. It was only used in a test. Instead ...jam@chromium.org2011-11-301-25/+55
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-2/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-10/+11
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Move infobar handling to a tab helper.avi@chromium.org2011-09-301-1/+1
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-2/+2
* Remove redundant LoadURLWithHeaders method.rogerta@chromium.org2011-09-101-1/+2
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-011-57/+61
* Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA...thakis@chromium.org2011-09-011-61/+57
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-011-57/+61
* Migrate geolocation settings to host content settings map and remove the geol...markusheintz@chromium.org2011-08-151-21/+58
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+5
* Add typedefs for InfoBar-related notifications in infobar.h, so that code els...pkasting@chromium.org2011-07-011-1/+2
* Try to bandaid leaks due to TabContentsWrapper not force-closing all InfoBarD...pkasting@chromium.org2011-07-011-15/+30
* Split out abstract interface from GeolocationPermissionContextjoth@chromium.org2011-06-231-0/+478