summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Allow RequestOSFileHandle if an app has unlimited storagehamaji@chromium.org2013-04-124-6/+18
* Revert 193885 "Connect webrtc MediaSourceInterface ready states ..."rnk@chromium.org2013-04-124-111/+0
* Switch event type when a capture device has been stopped from the render proc...perkj@chromium.org2013-04-124-5/+39
* Hookup the MediaStream glue for Adding and Removing tracks to an existing Med...perkj@chromium.org2013-04-126-81/+175
* Connect webrtc MediaSourceInterface ready states with webkit WebMediaStreamSo...kcwu@chromium.org2013-04-124-0/+111
* Plumb cc::LatencyInfo through command buffer and output surfacejbauman@chromium.org2013-04-126-13/+44
* content: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-121-1/+1
* Roll libjingle r304.mallinath@chromium.org2013-04-125-36/+28
* Android: Work around composite-to-mailbox leaks.sievers@chromium.org2013-04-121-1/+15
* This patch implements the necessary plumbing to allow WebExternalTextureLayer...alexst@chromium.org2013-04-121-1/+1
* cc: Delete resources when ResourceProvider shuts down.danakj@chromium.org2013-04-112-4/+12
* Disable input[type=week] for Android explicitly.tkent@chromium.org2013-04-111-0/+5
* cc: Remove max-prepaint-tile-distance constant.reveman@chromium.org2013-04-111-9/+0
* Rewrite scoped_array<T> to scoped_ptr<T[]> in content.dcheng@chromium.org2013-04-112-2/+2
* Simplify cross-process navigation start.simonjam@chromium.org2013-04-112-24/+15
* IpcSocketFactory pending packet limit is too smallhclam@chromium.org2013-04-101-2/+2
* Add a ConvertableToTraceFormat type to the trace framework.dsinclair@chromium.org2013-04-101-1/+2
* Enable pinch & pinch-zoom scrollbars by default for CrOS.wjmaclean@chromium.org2013-04-102-5/+8
* Revert 192670 "Use NTP time for video frame timestamp."justinlin@chromium.org2013-04-102-23/+1
* Set maxFramesPending to 1 for --composite-to-mailboxsievers@chromium.org2013-04-101-1/+2
* WebSocket: Remove runtime disable flagtoyoshim@chromium.org2013-04-091-3/+0
* Moves fields only accessed from content::DocumentState to content::InternalDo...sky@chromium.org2013-04-093-74/+188
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-098-18/+18
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-098-18/+18
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-098-18/+18
* Delete layout_viewport_size.aelias@chromium.org2013-04-092-4/+4
* Destroy InputHandlerManager after compositor threadboliu@chromium.org2013-04-082-0/+63
* Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition.dcheng@chromium.org2013-04-074-4/+4
* Fix IpcPacketSocketFactory to return EWOULDBLOCK when network interface is co...sergeyu@chromium.org2013-04-065-6/+68
* Browser side changes for software compositing.skaslev@chromium.org2013-04-063-50/+53
* Use NTP time for video frame timestamp.justinlin@chromium.org2013-04-062-1/+23
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-052-9/+2
* Browser Plugin: <webview> should inherit partition attribute of opener on att...fsamuel@chromium.org2013-04-052-6/+26
* Android: Tweak QualComm flicker bugs workaroundssievers@chromium.org2013-04-041-3/+0
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-031-2/+2
* AppCache: support custom schemes in appcache interfaces.pfeldman@chromium.org2013-04-033-1/+11
* Revert 192041 "Splits SmoothGestureController from RenderWidgetH..."phoglund@chromium.org2013-04-033-12/+21
* Splits SmoothGestureController from RenderWidgetHostImplbulach@chromium.org2013-04-033-21/+12
* permissionrequest API for guest Download.lazyboy@chromium.org2013-04-031-0/+2
* Remove incorrect check in didDisownOpener.creis@chromium.org2013-04-031-8/+5
* Disable WebRTCAudioDeviceTest.Construct on windows xp. ronghuawu@chromium.org2013-04-021-0/+10
* Implemented software output device for Aura.skaslev@chromium.org2013-04-024-2/+196
* Enable ubercomp support for webview compositing.alexst@chromium.org2013-04-026-26/+136
* Add Pepper TrueType Font resource implementations for Win, Mac, and Linux.bbudge@chromium.org2013-04-023-6/+727
* Delete LocalVideoCapture from the codebase since it is dead code.fischman@chromium.org2013-04-022-233/+0
* Extract metadata for media elementsqinmin@chromium.org2013-04-022-5/+10
* Chromium style checker cleanuprsleevi@chromium.org2013-04-011-1/+1
* cc: Use highp precision for texture coords if available and neededbrianderson@chromium.org2013-04-011-0/+1
* Re-land: cc: Enable solid color prediction by defaultvmpstr@chromium.org2013-04-011-1/+1
* Wires through a message once the page has painted somethingsky@chromium.org2013-04-014-4/+111