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
*
Implement ServiceWorkerVersion::DispatchInstallEvent()
kinuko@chromium.org
2014-02-06
1
-0
/
+11
*
Wire GetDeviceFormatsInUse from VideoCaptureManager to VideoCaptureImpl
mcasas@chromium.org
2014-02-05
1
-1
/
+12
*
Enable pinch-to-zoom on CrOS by default.
bokan@chromium.org
2014-02-05
2
-0
/
+22
*
Under --site-per-process, route input events from parent process to child fra...
nick@chromium.org
2014-02-05
2
-0
/
+9
*
Implement ServiceWorkerVersion::SendMessage()
kinuko@chromium.org
2014-02-05
1
-2
/
+6
*
Move the worker script loading code to the worker process (phase:4/5)
horo@chromium.org
2014-02-05
2
-33
/
+23
*
V4L2VDA: Fix a few bugs related to Reset() and buffer management.
posciak@chromium.org
2014-02-05
3
-86
/
+172
*
Remove rendering stats API
ernstm@chromium.org
2014-02-04
10
-224
/
+0
*
Web MIDI: make naming convention be consistent
toyoshim@chromium.org
2014-02-04
1
-14
/
+14
*
Add gpu::MailboxHolder to hold state for a gpu::Mailbox
sheu@chromium.org
2014-02-03
4
-25
/
+24
*
Remove EVEA compatibility path using V4L2_CID_GLOBAL_ALPHA
sheu@chromium.org
2014-02-03
1
-8
/
+1
*
Probe whether MFPlat.dll is present on Windows systems.
scherkus@chromium.org
2014-02-03
1
-0
/
+8
*
Ensure GL initialization only happens once, and provide common init path
danakj@chromium.org
2014-02-03
1
-1
/
+0
*
WebMediaPlayer{Android,Impl}: use RenderFrameObserver instead of ML::Destruct...
fischman@chromium.org
2014-02-01
1
-3
/
+4
*
Update Android EME IPC
jrummell@chromium.org
2014-01-31
2
-4
/
+9
*
Revert 248049 "Ensure GL initialization only happens once, and p..."
kbr@chromium.org
2014-01-31
1
-0
/
+1
*
Start moving context menu code to RenderFrame.
jam@chromium.org
2014-01-31
2
-62
/
+64
*
Ensure GL initialization only happens once, and provide common init path
danakj@chromium.org
2014-01-30
1
-1
/
+0
*
Notify parent frame renderer when OOP child frame renderer crashes
kenrb@chromium.org
2014-01-30
1
-0
/
+4
*
Add the referrer policy to the page state
jochen@chromium.org
2014-01-30
3
-2
/
+14
*
Apply automatic enum range checking for appcache enums acros IPC.
tsepez@chromium.org
2014-01-30
1
-2
/
+2
*
Refine error code returned by ServiceWorkerVersion::StartWorker (e.g. PROCESS...
kinuko@chromium.org
2014-01-30
2
-0
/
+6
*
Revert 247793 "Ensure GL initialization only happens once, and p..."
yoz@chromium.org
2014-01-30
1
-0
/
+1
*
Ensure GL initialization only happens once, and provide common init path
danakj@chromium.org
2014-01-30
1
-1
/
+0
*
Apply automatic range checking for enums across p2p_messages IPC.
tsepez@chromium.org
2014-01-30
1
-3
/
+7
*
Android: Always update SurfaceTexture when used
sievers@chromium.org
2014-01-29
2
-9
/
+41
*
Apply automatic range checks to CC enum types across IPC.
tsepez@chromium.org
2014-01-29
1
-3
/
+5
*
Android: Always update SurfaceTexture
sievers@chromium.org
2014-01-28
1
-2
/
+1
*
Update SECCOMP policy for Tegra 124 sandbox
davidu@nvidia.com
2014-01-28
1
-15
/
+18
*
[gpu] Remove StreamTexture(Manager) concept from command decoder
sievers@google.com
2014-01-27
11
-261
/
+273
*
Remove Windows accelerated surface support.
jbauman@chromium.org
2014-01-27
1
-244
/
+0
*
Convert Media Galleries to use base::File
rvargas@chromium.org
2014-01-27
2
-5
/
+5
*
Restart plugin loading only if the plugin list has actually become stale.
bauerb@chromium.org
2014-01-27
2
-18
/
+24
*
Move kDataScheme constant into content namespace.
tfarina@chromium.org
2014-01-26
1
-1
/
+1
*
Add Async API unittests to readback format.
siva.gunturi@samsung.com
2014-01-25
3
-9
/
+96
*
Restructure V4L2VDA to introduce v4l2 devices
shivdasp@nvidia.com
2014-01-25
8
-162
/
+346
*
IndexedDB: Replace static_cast<size_t>(123) with 123u in tests/checks
jsbell@chromium.org
2014-01-24
1
-6
/
+6
*
Add ability to enable / disable overscroll in about:flags
davemoore@chromium.org
2014-01-24
2
-0
/
+38
*
Support format using enum argument for Async readback.
siva.gunturi@samsung.com
2014-01-24
2
-29
/
+85
*
Have a central operation status code for ServiceWorker
kinuko@chromium.org
2014-01-24
2
-0
/
+74
*
Implement SetOption and GetOption methods defined in talk_base::AsyncPacketSo...
mallinath@chromium.org
2014-01-23
1
-0
/
+6
*
Make Android StreamTexture impl self-contained
sievers@chromium.org
2014-01-23
6
-197
/
+119
*
Make out of process iframes draw when flag enabled.
kenrb@chromium.org
2014-01-23
4
-5
/
+15
*
Remove StreamTexture API from WGC3D impls
sievers@chromium.org
2014-01-23
2
-9
/
+0
*
Move preferred scrollbar style preference change listening from renderer to b...
rsesek@chromium.org
2014-01-23
2
-1
/
+6
*
Revert 246612 "Implement SetOption and GetOption methods defined..."
akalin@chromium.org
2014-01-23
1
-6
/
+0
*
Implement SetOption and GetOption methods defined in talk_base::AsyncPacketSo...
mallinath@chromium.org
2014-01-23
1
-0
/
+6
*
Wire VideoCaptureManager device capture formats to the renderer side.
mcasas@chromium.org
2014-01-23
1
-0
/
+11
*
IndexedDB: Only reset prefetch caches for cursors in same transaction
jsbell@chromium.org
2014-01-22
1
-0
/
+2
*
Make IPC_MESSAGE_EXPORT defined to be CONTENT_EXPORT for all IPCs in gpu_mess...
jam@chromium.org
2014-01-22
1
-4
/
+3
[next]