summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation
Commit message (Expand)AuthorAgeFilesLines
* Merge 143529 - Simplify overriding ShouldExpire() a bit by allowing classes t...pkasting@chromium.org2012-07-101-17/+1
* Upstream Geolocation global enable/disable preference.jknotten@chromium.org2012-06-185-3/+63
* TabContentsWrapper -> TabContents, part 14.avi@chromium.org2012-06-083-28/+26
* 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-043-3/+3
* Move mock test headers from content\test to content\public\test. This way we ...jam@chromium.org2012-06-031-1/+1
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-3/+2
* Disable GeolocationBrowserTest.TwoWatchesInOneFrame on linux.zea@chromium.org2012-05-211-1/+7
* Disable crashy geolcoation browser testszea@chromium.org2012-05-211-10/+14
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-1/+1
* Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places.tedvessenes@gmail.com2012-05-171-2/+2
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-2/+2
* Taking over issue 10006037.rlp@chromium.org2012-05-141-1/+12
* Remove VIEW_TYPE_WEB_CONTENTS and make default view type INVALID.aa@chromium.org2012-05-141-1/+2
* Revert 136499 - Taking over issue 10006037.yusukes@google.com2012-05-111-12/+1
* Taking over issue 10006037.rlp@chromium.org2012-05-111-1/+12
* 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