| Commit message (Expand) | Author | Age | Files | Lines |
* | RefCounted types should not have public destructors, chrome/browser/ part 6 | rsleevi@chromium.org | 2012-04-27 | 2 | -8/+12 |
* | Geolocation support for chromedriver, browser-side only. | kkania@chromium.org | 2012-04-25 | 2 | -30/+20 |
* | TabContents -> WebContentsImpl, part 18. | avi@chromium.org | 2012-04-17 | 2 | -3/+3 |
* | TabContents -> WebContentsImpl, part 15. | avi@chromium.org | 2012-04-17 | 1 | -1/+1 |
* | Reenable GeolocationBrowserTest.TabDestroyed browser test. | jknotten@chromium.org | 2012-04-05 | 1 | -2/+1 |
* | Remove infobar from helper list before notifying observers. | jknotten@chromium.org | 2012-03-31 | 1 | -1/+8 |
* | Revert 129439 - Reenable GeolocationBrowserTest.TabDestroyed browser test. | abodenha@google.com | 2012-03-29 | 1 | -1/+2 |
* | Reenable GeolocationBrowserTest.TabDestroyed browser test. | jknotten@chromium.org | 2012-03-28 | 1 | -2/+1 |
* | Show queued geolocation InfoBars when InfoBar is hidden. | jknotten@chromium.org | 2012-03-27 | 2 | -120/+158 |
* | Revert 128467 - Show queued geolocation InfoBars when InfoBar is hidden. | jknotten@chromium.org | 2012-03-23 | 2 | -145/+115 |
* | Show queued geolocation InfoBars when InfoBar is hidden. | jknotten@chromium.org | 2012-03-23 | 2 | -115/+145 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -2/+4 |
* | Use about:blank as the failback URL if the filter denies a navigation. | cevans@chromium.org | 2012-03-21 | 1 | -2/+2 |
* | Move MockRenderProcessHost to content/test and put it into the content namesp... | tfarina@chromium.org | 2012-03-16 | 1 | -1/+2 |
* | Introduce abstractions to allow embedders to test RenderViewHost | joi@chromium.org | 2012-03-12 | 1 | -1/+3 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 2 | -2/+2 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 2 | -5/+6 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -3/+4 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-02-08 | 1 | -2/+3 |
* | Move DOMAutomationController code from chrome to content. This is needed by i... | jam@chromium.org | 2012-02-03 | 1 | -7/+8 |
* | Hide Geoposition from the one chrome browsertest file that was using it. | jam@chromium.org | 2012-01-26 | 1 | -42/+37 |
* | Get rid of a bunch of geolocation includes in chrome tests. I've created a si... | jam@chromium.org | 2012-01-24 | 2 | -44/+27 |
* | Hide geolocation_provider.h from chrome, and move geolocation_permission_cont... | jam@chromium.org | 2012-01-24 | 2 | -20/+3 |
* | Get rid of RenderViewHostManager usage in chrome. | jam@chromium.org | 2012-01-11 | 1 | -2/+2 |
* | Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc... | jam@chromium.org | 2012-01-06 | 1 | -5/+6 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 1 | -13/+13 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -6/+7 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Fix build break after merge conflict | jam@chromium.org | 2012-01-03 | 1 | -1/+2 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -5/+5 |
* | Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect... | jam@chromium.org | 2012-01-03 | 1 | -15/+17 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 2 | -5/+5 |
* | Remove the remaining usages of NavigationEntry in chrome by converting a few ... | jam@chromium.org | 2011-12-28 | 1 | -8/+10 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 3 | -6/+6 |
* | Move the PageNavigator interface and GlobalRequestID struct to content\public... | jam@chromium.org | 2011-12-28 | 1 | -4/+8 |
* | Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ... | jam@chromium.org | 2011-12-27 | 1 | -0/+1 |
* | Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref... | bauerb@chromium.org | 2011-12-27 | 1 | -1/+0 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -13/+14 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 2 | -6/+7 |
* | Change most of the methods of WebContentsObserver to take a content::WebConte... | jam@chromium.org | 2011-12-23 | 1 | -1/+2 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 4 | -4/+4 |
* | Move a bunch of methods from TabContents into the WebContents interface. This... | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 3 | -11/+11 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 3 | -11/+11 |
* | Move AccessTokenStore to Content API, now that it is a pure-virtual class. | joi@chromium.org | 2011-12-21 | 3 | -2/+5 |
* | Switch to PostTaskAndReply for AccessTokenStore. | joi@chromium.org | 2011-12-21 | 3 | -93/+74 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 3 | -11/+11 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 2 | -12/+11 |
* | Revert 114992 - Switch to PostTaskAndReply for AccessTokenStore. | joi@chromium.org | 2011-12-19 | 3 | -74/+93 |
* | Switch to PostTaskAndReply for AccessTokenStore. | joi@chromium.org | 2011-12-19 | 3 | -93/+74 |