summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation
Commit message (Expand)AuthorAgeFilesLines
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-272-8/+12
* Geolocation support for chromedriver, browser-side only.kkania@chromium.org2012-04-252-30/+20
* TabContents -> WebContentsImpl, part 18.avi@chromium.org2012-04-172-3/+3
* TabContents -> WebContentsImpl, part 15.avi@chromium.org2012-04-171-1/+1
* Reenable GeolocationBrowserTest.TabDestroyed browser test.jknotten@chromium.org2012-04-051-2/+1
* Remove infobar from helper list before notifying observers.jknotten@chromium.org2012-03-311-1/+8
* Revert 129439 - Reenable GeolocationBrowserTest.TabDestroyed browser test.abodenha@google.com2012-03-291-1/+2
* Reenable GeolocationBrowserTest.TabDestroyed browser test.jknotten@chromium.org2012-03-281-2/+1
* Show queued geolocation InfoBars when InfoBar is hidden.jknotten@chromium.org2012-03-272-120/+158
* Revert 128467 - Show queued geolocation InfoBars when InfoBar is hidden.jknotten@chromium.org2012-03-232-145/+115
* Show queued geolocation InfoBars when InfoBar is hidden.jknotten@chromium.org2012-03-232-115/+145
* 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-072-2/+2
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-062-5/+6
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-3/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-081-2/+3
* Move DOMAutomationController code from chrome to content. This is needed by i...jam@chromium.org2012-02-031-7/+8
* Hide Geoposition from the one chrome browsertest file that was using it.jam@chromium.org2012-01-261-42/+37
* Get rid of a bunch of geolocation includes in chrome tests. I've created a si...jam@chromium.org2012-01-242-44/+27
* Hide geolocation_provider.h from chrome, and move geolocation_permission_cont...jam@chromium.org2012-01-242-20/+3
* 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
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-13/+13
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-6/+7
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Fix build break after merge conflictjam@chromium.org2012-01-031-1/+2
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-5/+5
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-15/+17
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-282-5/+5
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-8/+10
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-283-6/+6
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-4/+8
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-1/+0
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-13/+14
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-252-6/+7
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-1/+2
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-224-4/+4
* 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-213-11/+11
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-213-11/+11
* Move AccessTokenStore to Content API, now that it is a pure-virtual class.joi@chromium.org2011-12-213-2/+5
* Switch to PostTaskAndReply for AccessTokenStore.joi@chromium.org2011-12-213-93/+74
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-213-11/+11
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-202-12/+11
* Revert 114992 - Switch to PostTaskAndReply for AccessTokenStore.joi@chromium.org2011-12-193-74/+93
* Switch to PostTaskAndReply for AccessTokenStore.joi@chromium.org2011-12-193-93/+74