summaryrefslogtreecommitdiffstats
path: root/content/browser
Commit message (Expand)AuthorAgeFilesLines
* Add gamepad data fetcher for Linuxscottmg@google.com2012-01-0611-66/+567
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-0626-29/+12
* Cleanup parameter passing issues in content/browser/downloadasanka@chromium.org2012-01-064-12/+12
* Move setting the touchOptimized webui property to WebUI from ChromeWebUI. Thi...jam@chromium.org2012-01-061-0/+9
* Removing duplicate IPC and dead code: GpuMsg_VisibilityChangedmmocny@chromium.org2012-01-061-10/+0
* Revert 116724 - Add gamepad data fetcher for Linuxasvitkine@chromium.org2012-01-0611-567/+66
* Add gamepad data fetcher for Linuxscottmg@google.com2012-01-0611-66/+567
* Add OWNERS files in content/browser/renderer_host/java and content/renderer/javasteveblock@chromium.org2012-01-061-0/+2
* Remove a few trivial tab_contents.h includes in chrome that I missed earlier.jam@chromium.org2012-01-064-519/+582
* Automatically load newly installed plug-ins if they are missing on a page.bauerb@chromium.org2012-01-062-11/+10
* Replace OpenComplete with DidOpenFileSystem and DidFail for FileSystem.tzik@chromium.org2012-01-061-3/+3
* Add LayeredResourceHandler for eliminating duplication of code indarin@chromium.org2012-01-0610-140/+175
* Mark DeviceOrientationProviderTest.ObserverNotRemoved|StartFailing FLAKY on O...msw@chromium.org2012-01-061-2/+11
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-065-22/+20
* Display the onscreen keyboard on web pages for touch based Windows installati...ananta@chromium.org2012-01-062-17/+112
* Make Panels to accept first mouse click w/o activation on Mac.dimich@chromium.org2012-01-062-5/+17
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-067-26/+21
* Fix bug 62037: Task manager tooltips appear behind task manager if 'Always on...jianli@chromium.org2012-01-051-1/+2
* On Windows, D3D devices used to present the compositor's output are recycled.apatrick@chromium.org2012-01-052-9/+7
* Cleanup: Removing FileSystemPathManagerkinuko@chromium.org2012-01-053-12/+34
* Get rid of another bunch of tab_contents.h includes from chrome and switch th...jam@chromium.org2012-01-054-7/+7
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-053-171/+3
* Fix --enable-partial-swap for Aurabacker@chromium.org2012-01-051-1/+2
* Revert 116385 - Make DownloadManagerImpl's destruction not tied to the UI thr...rdsmith@chromium.org2012-01-042-9/+10
* Add plumbing necessary to read IDBIndex.multiEntry attribute.jsbell@chromium.org2012-01-043-3/+18
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-0411-20/+27
* Make DownloadManagerImpl's destruction not tied to the UI thread.rdsmith@chromium.org2012-01-042-10/+9
* Fix merge errorjam@chromium.org2012-01-041-1/+1
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-048-32/+39
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-042-8/+10
* Create a clean interface for RenderViewHostDelegateViewHelper.avi@chromium.org2012-01-042-27/+0
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-0419-150/+159
* Input latency performance test that uses tracing (retry)jbates@chromium.org2012-01-041-1/+7
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-042-6/+2
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-0410-51/+58
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-0315-54/+60
* Fix deletion of entries from ResourceDispatcherHost::transferred_navigations_battre@chromium.org2012-01-033-7/+69
* Revert 116191 - Input latency performance test that uses tracing.jbates@chromium.org2012-01-031-7/+1
* base::Bind: Remove ScopedRunnableMethodFactory.jhawkins@chromium.org2012-01-032-10/+5
* Store URL in AsyncResourceHandler to debug crash of issue 107692battre@chromium.org2012-01-032-3/+15
* Input latency performance test that uses tracing.jbates@chromium.org2012-01-031-1/+7
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-2/+1
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-038-23/+29
* base::Bind: Remove scoped_callback_factory.h.jhawkins@chromium.org2012-01-032-1/+1
* Remove unused 'in_complete' parameter.darin@chromium.org2012-01-033-14/+11
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-0314-66/+80
* Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...jam@chromium.org2012-01-022-9/+23
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-0213-14/+26
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-029-18/+23
* base::Bind: Remove NewRunnableFunction.jhawkins@chromium.org2012-01-011-2/+1