index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Large IWYU cleanup for seccomp-bpf
mdempsky
2014-09-16
1
-1
/
+1
*
Add support for 'start_url' in Manifest.
mlamouri
2014-09-16
1
-0
/
+1
*
Allow synthetic Tap gestures without a preceding TapDown
jdduke
2014-09-16
2
-5
/
+33
*
Implement ManifestManager to handle manifest in content/.
mlamouri
2014-09-16
2
-0
/
+35
*
rendering_helper - Drop frames if the decoder cannot catch up.
owenlin
2014-09-16
2
-1
/
+12
*
GN: Create a :gles2_interface target to resolve some check errors in //cc.
jbroman
2014-09-16
1
-0
/
+1
*
IpcNetworkManager in renderer/p2p didn't specify the right network prefix,
guoweis
2014-09-15
1
-0
/
+1
*
Merge GpuCommandBufferMsg_SetLatencyInfo into GpuCommandBufferMsg_AsyncFlush
miletus
2014-09-15
7
-52
/
+29
*
Remove implicit conversions from scoped_refptr to T* in content/common/gpu
dcheng
2014-09-15
1
-3
/
+3
*
Hook up guest browser plugins to the accessibility tree.
dmazzoni
2014-09-15
1
-0
/
+4
*
Remove more dependencies on sandbox/linux/seccomp-bpf
mdempsky
2014-09-15
10
-27
/
+24
*
DevTools: disallow to start stop tracing using console.timeline/timelineEnd
yurys
2014-09-15
1
-7
/
+0
*
Linux sandbox: restrict clock_gettime() and clock_getres()
jln
2014-09-13
1
-3
/
+4
*
ServiceWorker: Implement navigator.serviceWorker.getRegistration [2/3]
ksakamoto
2014-09-13
1
-2
/
+23
*
Clarify resolution change behaviors of video capture devices
hclam
2014-09-13
1
-1
/
+4
*
Provide fine grained media playback time thru interpolation
qinmin
2014-09-12
1
-2
/
+3
*
Refactoring the weak_ptr_factory order in src/content/common
mohan.reddy
2014-09-12
6
-13
/
+22
*
Fix build of IPC fuzzing utils.
tsepez
2014-09-12
1
-2
/
+8
*
Linux sandbox: restrict {get,set}priority in NaCl and renderers.
jln
2014-09-12
1
-2
/
+0
*
Trim utility process sandbox down
mdempsky
2014-09-12
1
-14
/
+0
*
Revert of [Mac] Shut down connections to WindowServer before engaging the san...
rsesek
2014-09-11
1
-15
/
+2
*
Make chrome GN build work in component mode.
Brett Wilson
2014-09-11
1
-2
/
+4
*
[Mac] Shut down connections to WindowServer before engaging the sandbox.
rsesek
2014-09-11
1
-2
/
+15
*
Make the ServiceProvider& arg to GetServiceProviderForFrame non-nullable.
sammc
2014-09-11
1
-1
/
+1
*
Remove webkit/browser/, point everything to storage/browser/ instead
pilgrim
2014-09-10
1
-1
/
+1
*
GN: Enable blink and (nearly) all of content in android build
James Robinson
2014-09-10
1
-5
/
+4
*
Cross-process iframe accessibility.
dmazzoni
2014-09-10
1
-0
/
+7
*
Remove the assumption about client_id from gpu memory buffer allocation on th...
alexst
2014-09-10
8
-16
/
+22
*
ServiceWorker: Make '.ready' return a promise to be resolved with ServiceWork...
nhiroki
2014-09-10
1
-0
/
+11
*
ServiceWorkerRegistration::unregister returns false when the registration is ...
shimazu
2014-09-10
1
-2
/
+3
*
Revert of Cross-process iframe accessibility. (patchset #19 id:360001 of http...
dconnelly
2014-09-10
1
-7
/
+0
*
Cross-process iframe accessibility.
dmazzoni
2014-09-10
1
-0
/
+7
*
Enable sync allocation of GpuMemoryBuffers from the browser process.
alexst
2014-09-10
12
-148
/
+187
*
Stop using an atom to store plugin name/version on Windows.
jam
2014-09-10
2
-4
/
+0
*
Remove storage-related redirect headers in webkit/common/, update #includes a...
pilgrim
2014-09-10
9
-12
/
+12
*
When use the Pepper MapTexSubImage2DCHROMIUM() and the Compositor API togethe...
penghuang
2014-09-09
1
-0
/
+4
*
gn/linux: warnings as errors, turn on Wextra
scottmg
2014-09-09
4
-4
/
+4
*
gpu: Allow CopyTexImage to be called with StreamTextures and GLImageSync.
reveman
2014-09-09
1
-1
/
+0
*
Increase the memory limit to 512 MB per renderer from 256 MB
ccameron
2014-09-08
1
-1
/
+1
*
Add wfh@chromium.org to ipc OWNERS files
Will Harris
2014-09-08
8
-0
/
+11
*
Keep a copy of page id in RenderViewHost.
Avi Drissman
2014-09-08
1
-0
/
+4
*
Preparing |SyncSocket|'s handle for the peer process is different for POSIX a...
burnik
2014-09-08
1
-28
/
+13
*
Use qualified path for three more grit headers from ui.
tfarina
2014-09-07
1
-1
/
+0
*
Don't dismiss picture buffers on rez change until they are available
luken
2014-09-06
2
-15
/
+52
*
Change base/file_utils.h includes to base/files/file_utils.h in content/
thestig
2014-09-05
19
-19
/
+19
*
Migrate webkit/browser/ to storage/browser/
pilgrim
2014-09-05
1
-2
/
+2
*
tryAllocPixels returns bool, allocPixels requires success
reed
2014-09-05
2
-2
/
+2
*
[ServiceWorker] Introduce skip_service_worker flag and remove LOAD_BYPASS_CAC...
horo
2014-09-05
1
-0
/
+3
*
Move resource_loader_bridge.* from webkit/child to content/child.
tfarina
2014-09-05
1
-1
/
+0
*
[Android] Enable input event stream validation
jdduke
2014-09-05
6
-8
/
+420
[next]