summaryrefslogtreecommitdiffstats
path: root/content/common
Commit message (Expand)AuthorAgeFilesLines
* Large IWYU cleanup for seccomp-bpfmdempsky2014-09-161-1/+1
* Add support for 'start_url' in Manifest.mlamouri2014-09-161-0/+1
* Allow synthetic Tap gestures without a preceding TapDownjdduke2014-09-162-5/+33
* Implement ManifestManager to handle manifest in content/.mlamouri2014-09-162-0/+35
* rendering_helper - Drop frames if the decoder cannot catch up.owenlin2014-09-162-1/+12
* GN: Create a :gles2_interface target to resolve some check errors in //cc.jbroman2014-09-161-0/+1
* IpcNetworkManager in renderer/p2p didn't specify the right network prefix,guoweis2014-09-151-0/+1
* Merge GpuCommandBufferMsg_SetLatencyInfo into GpuCommandBufferMsg_AsyncFlushmiletus2014-09-157-52/+29
* Remove implicit conversions from scoped_refptr to T* in content/common/gpudcheng2014-09-151-3/+3
* Hook up guest browser plugins to the accessibility tree.dmazzoni2014-09-151-0/+4
* Remove more dependencies on sandbox/linux/seccomp-bpfmdempsky2014-09-1510-27/+24
* DevTools: disallow to start stop tracing using console.timeline/timelineEndyurys2014-09-151-7/+0
* Linux sandbox: restrict clock_gettime() and clock_getres()jln2014-09-131-3/+4
* ServiceWorker: Implement navigator.serviceWorker.getRegistration [2/3]ksakamoto2014-09-131-2/+23
* Clarify resolution change behaviors of video capture deviceshclam2014-09-131-1/+4
* Provide fine grained media playback time thru interpolationqinmin2014-09-121-2/+3
* Refactoring the weak_ptr_factory order in src/content/commonmohan.reddy2014-09-126-13/+22
* Fix build of IPC fuzzing utils.tsepez2014-09-121-2/+8
* Linux sandbox: restrict {get,set}priority in NaCl and renderers.jln2014-09-121-2/+0
* Trim utility process sandbox downmdempsky2014-09-121-14/+0
* Revert of [Mac] Shut down connections to WindowServer before engaging the san...rsesek2014-09-111-15/+2
* Make chrome GN build work in component mode.Brett Wilson2014-09-111-2/+4
* [Mac] Shut down connections to WindowServer before engaging the sandbox.rsesek2014-09-111-2/+15
* Make the ServiceProvider& arg to GetServiceProviderForFrame non-nullable.sammc2014-09-111-1/+1
* Remove webkit/browser/, point everything to storage/browser/ insteadpilgrim2014-09-101-1/+1
* GN: Enable blink and (nearly) all of content in android buildJames Robinson2014-09-101-5/+4
* Cross-process iframe accessibility.dmazzoni2014-09-101-0/+7
* Remove the assumption about client_id from gpu memory buffer allocation on th...alexst2014-09-108-16/+22
* ServiceWorker: Make '.ready' return a promise to be resolved with ServiceWork...nhiroki2014-09-101-0/+11
* ServiceWorkerRegistration::unregister returns false when the registration is ...shimazu2014-09-101-2/+3
* Revert of Cross-process iframe accessibility. (patchset #19 id:360001 of http...dconnelly2014-09-101-7/+0
* Cross-process iframe accessibility.dmazzoni2014-09-101-0/+7
* Enable sync allocation of GpuMemoryBuffers from the browser process.alexst2014-09-1012-148/+187
* Stop using an atom to store plugin name/version on Windows.jam2014-09-102-4/+0
* Remove storage-related redirect headers in webkit/common/, update #includes a...pilgrim2014-09-109-12/+12
* When use the Pepper MapTexSubImage2DCHROMIUM() and the Compositor API togethe...penghuang2014-09-091-0/+4
* gn/linux: warnings as errors, turn on Wextrascottmg2014-09-094-4/+4
* gpu: Allow CopyTexImage to be called with StreamTextures and GLImageSync.reveman2014-09-091-1/+0
* Increase the memory limit to 512 MB per renderer from 256 MBccameron2014-09-081-1/+1
* Add wfh@chromium.org to ipc OWNERS filesWill Harris2014-09-088-0/+11
* Keep a copy of page id in RenderViewHost.Avi Drissman2014-09-081-0/+4
* Preparing |SyncSocket|'s handle for the peer process is different for POSIX a...burnik2014-09-081-28/+13
* Use qualified path for three more grit headers from ui.tfarina2014-09-071-1/+0
* Don't dismiss picture buffers on rez change until they are availableluken2014-09-062-15/+52
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-0519-19/+19
* Migrate webkit/browser/ to storage/browser/pilgrim2014-09-051-2/+2
* tryAllocPixels returns bool, allocPixels requires successreed2014-09-052-2/+2
* [ServiceWorker] Introduce skip_service_worker flag and remove LOAD_BYPASS_CAC...horo2014-09-051-0/+3
* Move resource_loader_bridge.* from webkit/child to content/child.tfarina2014-09-051-1/+0
* [Android] Enable input event stream validationjdduke2014-09-056-8/+420