summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Remove GpuVideoServiceHost and move ownership of GVDAHosts to CommandBufferPr...vrk@google.com2011-07-1216-283/+127
* Revert "Clean up users of a deprecated base::LaunchApp API."evan@chromium.org2011-07-121-5/+2
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-121-2/+5
* Convert ViewMsg_NetworkStateChanged from routed -> control,adamk@chromium.org2011-07-1211-35/+67
* Get rid of the remaining implementation in TabContentsView and make all the m...jam@chromium.org2011-07-1213-218/+45
* Keep cached handle better in sync with that in process launcher.kbr@chromium.org2011-07-121-0/+5
* Copy chrome/browser/net/OWNERS to content/browser/net/OWNERSbattre@chromium.org2011-07-121-0/+8
* Stop calls to InfoForRequest() and RenderViewForRequest() by TaskManager from...wez@chromium.org2011-07-124-6/+3
* Developer Tools should support javascript popup dialogs when in docked mode.vsevik@chromium.org2011-07-122-0/+9
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-1213-67/+101
* Implement the rtc_video_render as the libjingle cricket::VideoRenderer. Becau...ronghuawu@google.com2011-07-125-73/+38
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-121-4/+9
* Get rid of call to GetPrefs in RenderMessageFilter's constructor. This doesn'...jam@chromium.org2011-07-121-1/+0
* Revert 92163 - Developer Tools should support javascript popup dialogs when i...rdsmith@chromium.org2011-07-122-9/+0
* Developer Tools should support javascript popup dialogs when in docked mode.vsevik@chromium.org2011-07-122-0/+9
* Ensures that AudioMessageFilter now lives on the main render thread.henrika@chromium.org2011-07-1225-693/+784
* Use process-per-app-instance for hosted apps without background permission.creis@chromium.org2011-07-125-1/+21
* Make sure webkit compositor is not using ppapi backing texture ID after it ha...reveman@google.com2011-07-122-7/+17
* Avoid calling AudioDevice::Stop() multiple times.crogers@google.com2011-07-122-3/+11
* Fix num_swapbuffers_complete_pending_ accounting.piman@google.com2011-07-117-12/+32
* Fixed network connectivity checks specific to ChromeOS. Previously we were d...zelidrag@chromium.org2011-07-111-0/+1
* content/renderer: depend on v8 explicitlyevan@chromium.org2011-07-111-0/+1
* Get rid of RenderWidgetHostDestroyed method in the various classes. RenderWid...jam@chromium.org2011-07-115-44/+0
* Fix a race condition between moving plugins andmmenke@chromium.org2011-07-111-12/+13
* Remove TabContentsView methods that just call to the delegate, and have them ...jam@chromium.org2011-07-1114-274/+108
* Allowing chrome\common\chrome_notification_types.h to be referenced by code i...ananta@chromium.org2011-07-101-1/+4
* Fix for the nacl build failures on the WinBuild(dbg) builder.ananta@chromium.org2011-07-101-1/+1
* Build fixes for mac. Hopefully ends soon.ananta@chromium.org2011-07-101-1/+1
* Fix for build failures on mac and Linuxananta@chromium.org2011-07-101-2/+2
* Fix for a compile failure on the chrome nacl 64 buildananta@chromium.org2011-07-101-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-1056-1707/+773
* Revert 91924. ui_tests started crashing on several bots (e.g. Linux Tests (db...thakis@chromium.org2011-07-101-5/+0
* Fix surface destruction, broken by r90096piman@google.com2011-07-091-2/+2
* Work around assertion failure when child process crashes by updatingkbr@chromium.org2011-07-091-0/+5
* Pass AudioRendererHost data to MediaInternals.scottfr@chromium.org2011-07-0812-12/+134
* Delete b0rked gpu_video_decode_accelerator_tester.ccfischman@chromium.org2011-07-082-898/+0
* Adding possibility to bypass MediaStream UI to be able to rununit tests on se...mflodman@chromium.org2011-07-083-21/+39
* Re-land r89864. Hopefully this won't trigger the apparent perf regression no...abarth@chromium.org2011-07-085-32/+6
* AsyncOpenFileOnFileThread: Properly release file handle at the browser side.yzshen@chromium.org2011-07-081-9/+4
* Implement GetOrigins for indexeddb quotadgrogan@chromium.org2011-07-084-3/+102
* We were synchronously destroying the RendererGlContext transfer buffers while...jbates@chromium.org2011-07-071-20/+18
* Revert 89864 - Don't rely on user gestures for deciding when to dismiss infob...cmp@chromium.org2011-07-075-6/+32
* Delete offending semi-colon from gpu_messages.hvrk@google.com2011-07-071-1/+1
* Delete GpuVideoService and move GpuVideoDecodeAccelerator ownership to stubsvrk@google.com2011-07-0713-360/+97
* Change audio renderer to communicate with host using low latency codepath.enal@chromium.org2011-07-076-31/+194
* The RTCVideoDecoder will eventially need to depend on third_party lib (webrtc...wjia@chromium.org2011-07-075-0/+553
* Adding MediaStreamManager.mflodman@google.com2011-07-0712-87/+656
* DevTools: devtools manager should know nothing about DevToolsWindowyurys@chromium.org2011-07-078-219/+150
* DevTools: handle docked window close in DevToolsWindow, not DevToolsManager.pfeldman@chromium.org2011-07-073-3/+10
* Destroy egl image handles in the end of playback.vhiremath@nvidia.com2011-07-072-9/+14