summaryrefslogtreecommitdiffstats
path: root/content/common
Commit message (Expand)AuthorAgeFilesLines
* video: On ChromeOS don't assume GLX always.danakj@chromium.org2014-01-102-1/+13
* Revert of https://codereview.chromium.org/132503002/mek@chromium.org2014-01-102-13/+1
* Move Android TraceEvent interface to baseaberent@chromium.org2014-01-103-149/+0
* Move H264Parser and H264BitReader to media/filters.posciak@chromium.org2014-01-1012-1922/+84
* video: On ChromeOS don't assume GLX always.danakj@chromium.org2014-01-102-1/+13
* Rename media/base/bind_to_loop.h to media/base/bind_to_current_loop.h.scherkus@chromium.org2014-01-102-2/+2
* Remove media::BindToLoop() in favour of media::BindToCurrentLoop().scherkus@chromium.org2014-01-092-6/+7
* gpu: Early return GpuCommandBufferStub::OnWaitSyncPoint() if the sync point i...dongseong.hwang@intel.com2014-01-093-1/+15
* Separate EmbeddedWorker messages into another file to use different msg classkinuko@chromium.org2014-01-096-49/+67
* Move the worker script loading code to the worker process (phase:2/5)horo@chromium.org2014-01-093-3/+11
* vda: Rename Exynos VDA to V4L2 VDAshivdasp@nvidia.com2014-01-098-409/+406
* Make tap gesture ignore its ack disposition.tdresser@chromium.org2014-01-091-0/+1
* Clean up ChildProcessHost unique id generation.avi@chromium.org2014-01-082-15/+18
* Implement sampling profiler (chromium side change)haraken@chromium.org2014-01-081-0/+1
* Port content::GLHelper over to GLES2Interfacejamesr@chromium.org2014-01-086-1107/+991
* Convert video capture pipline to base::TimeTickssheu@chromium.org2014-01-081-1/+1
* Dismiss EME infobar when WebMediaPlayer is destroyed.kkimlabs@chromium.org2014-01-081-0/+3
* Remove unneeded WebGraphicsContext3D refs from contentjamesr@chromium.org2014-01-072-5/+18
* Finally remove ResourceRequestInfo::GetAssociatedRenderView. Also remove the ...jam@chromium.org2014-01-071-3/+0
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-1/+1
* Move DidFailProvisionalLoad handling from RenderView(Host) to RenderFrame(Host).nasko@chromium.org2014-01-062-23/+23
* Refactor content/ to use ui::AXNodeData instead of blink.dmazzoni@google.com2014-01-063-812/+11
* Allow RenderFrames to swap out for subframe navigations.creis@chromium.org2014-01-062-2/+11
* Add IPC stubs between browser and ServiceWorker's worker context in the child...kinuko@chromium.org2014-01-063-3/+92
* Linux: Do not bother to check for PR_SET_NAME at compile time.thestig@chromium.org2014-01-041-6/+8
* Adding RenderWidgetHostViewChildFrame for OOPIF view.kenrb@chromium.org2014-01-035-35/+168
* Wire talk_base::AsyncResolverInterface in chrome.mallinath@chromium.org2014-01-031-1/+1
* Add an accessibility messages specifically for location changes.dmazzoni@google.com2014-01-033-7/+14
* Revert "Update all users of base::Version to explicitly specify the namespace...avi@chromium.org2014-01-031-1/+1
* Remove some LatencyInfo merging code pathmiletus@chromium.org2014-01-022-3/+9
* Sends getUserMedia request info to webrtc-internals.jiayl@chromium.org2014-01-021-0/+8
* wrap stray switches::kDisableWebRtcHWEncoding in ifdefsmostynb@opera.com2014-01-021-0/+2
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-313-10/+10
* Remove 'using base::string16;' from base/strings/string16.h and remove temporarydbeam@chromium.org2013-12-301-3/+3
* Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram...loislo@chromium.org2013-12-303-10/+10
* Move kFileScheme constant into content namespace.tfarina@chromium.org2013-12-301-1/+1
* Revert 242671 "Implement sampling profiler (chromium side change)"haraken@chromium.org2013-12-281-1/+0
* Implement sampling profiler (chromium side change)haraken@chromium.org2013-12-281-0/+1
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-283-10/+10
* Add the SmartClip feature.jam@chromium.org2013-12-271-0/+13
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-2511-84/+85
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-2515-43/+54
* Update all users of base::Version to explicitly specify the namespace, and cl...avi@chromium.org2013-12-231-1/+1
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...avi@chromium.org2013-12-233-6/+6
* Remove LatencyInfo merge from software rendering pathmiletus@chromium.org2013-12-231-1/+1
* Cleanup: Move kFileSystemScheme constant into content namespace.tfarina@chromium.org2013-12-231-1/+1
* A bunch of work to transition from render_view_id to render_frame_id.jam@chromium.org2013-12-204-18/+21
* Implement support for touch-action: pan-x/pan-y in chromiumrbyers@chromium.org2013-12-203-5/+23
* Make PepperWebPlugin not use RenderView.jam@chromium.org2013-12-203-6/+6
* android: add resource state machine to RenderWidgetHostViewAndroidpowei@chromium.org2013-12-201-13/+1