summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Exclude platform_data_fetcher_linux.cc on *BSD because of udev specific coderobert.nagy@gmail.com2012-01-091-0/+1
* Look for the first valid GPU process host in the host-id map.petkov@chromium.org2012-01-091-10/+6
* Delete the URLRequest lazily as deleting it will also delete itsdarin@chromium.org2012-01-091-1/+6
* Fix the Java Bridge to support coercing to Java arrayssteveblock@chromium.org2012-01-086-38/+322
* Revert 116816 - Hook up the SequencedWorkerPool to the browser thread.msw@chromium.org2012-01-074-139/+46
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-074-46/+139
* Move WebUIFactory into content/public/browser and make it use WebContents ins...jam@chromium.org2012-01-0711-48/+31
* Coverity: Fix a couple possible NULL dereferences in RenderWidgetHostViewWin.thestig@chromium.org2012-01-071-9/+13
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...crogers@google.com2012-01-0714-69/+317
* Add gamepad data fetcher for Linuxscottmg@google.com2012-01-0612-70/+581
* Crash if the render process fails to create its IO thread.eroman@chromium.org2012-01-061-2/+4
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-0636-43/+17
* Cleanup parameter passing issues in content/browser/downloadasanka@chromium.org2012-01-065-15/+15
* Move setting the touchOptimized webui property to WebUI from ChromeWebUI. Thi...jam@chromium.org2012-01-063-0/+13
* Removing duplicate IPC and dead code: GpuMsg_VisibilityChangedmmocny@chromium.org2012-01-063-21/+0
* Revert 116724 - Add gamepad data fetcher for Linuxasvitkine@chromium.org2012-01-0612-581/+70
* Add gamepad data fetcher for Linuxscottmg@google.com2012-01-0612-70/+581
* Remove PtsStream from GpuVideoDecoder.fischman@chromium.org2012-01-062-9/+14
* Add OWNERS files in content/browser/renderer_host/java and content/renderer/javasteveblock@chromium.org2012-01-062-0/+4
* 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-064-12/+16
* Replace OpenComplete with DidOpenFileSystem and DidFail for FileSystem.tzik@chromium.org2012-01-064-21/+17
* Add LayeredResourceHandler for eliminating duplication of code indarin@chromium.org2012-01-0611-140/+177
* Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA...msw@chromium.org2012-01-0614-317/+69
* Mark DeviceOrientationProviderTest.ObserverNotRemoved|StartFailing FLAKY on O...msw@chromium.org2012-01-061-2/+11
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNodecrogers@google.com2012-01-0614-69/+317
* Force a glFlush() before returning new texture id's to be used by the decoder.fischman@chromium.org2012-01-061-1/+5
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-069-32/+30
* Display the onscreen keyboard on web pages for touch based Windows installati...ananta@chromium.org2012-01-062-17/+112
* Make GpuCommandBufferStub slightly more robust to bad messages from client.gman@chromium.org2012-01-061-30/+59
* Make Panels to accept first mouse click w/o activation on Mac.dimich@chromium.org2012-01-062-5/+17
* Only check library load failure for broker.xhwang@chromium.org2012-01-061-4/+4
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-0610-29/+49
* When renderer process tries to establish a GPU channel, close any existing one.apatrick@chromium.org2012-01-053-26/+16
* Update includes for WebMimeRegistry to new upstream locationsjamesr@chromium.org2012-01-051-2/+2
* 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-055-11/+11
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-054-189/+4
* Fix --enable-partial-swap for Aurabacker@chromium.org2012-01-052-3/+5
* Revert 116385 - Make DownloadManagerImpl's destruction not tied to the UI thr...rdsmith@chromium.org2012-01-043-11/+13
* Add plumbing necessary to read IDBIndex.multiEntry attribute.jsbell@chromium.org2012-01-046-7/+35
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-0419-44/+51
* Make DownloadManagerImpl's destruction not tied to the UI thread.rdsmith@chromium.org2012-01-043-13/+11
* Hook up page visibility to the View info for a plugin.brettw@chromium.org2012-01-044-4/+24
* 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-043-30/+1