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
/
ppapi
/
shared_impl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Route surface visibility notifications through ContextSupport/GpuControl
jamesr@chromium.org
2013-12-08
1
-1
/
+5
*
Pepper: Move PPB_Testing_Dev to Private.
teravest@chromium.org
2013-11-25
1
-2
/
+2
*
Pepper: Use QuotaFileIO for SetLength, FileUtilProxy for Touch.
bbudge@chromium.org
2013-11-22
1
-2
/
+3
*
PPAPI: Add PluginPrivateFileSystem
nhiroki@chromium.org
2013-11-20
2
-0
/
+21
*
Split incompatible MSAA extensions.
sievers@chromium.org
2013-11-13
1
-2
/
+2
*
Pepper: Add shared Utilities for file systems.
bbudge@chromium.org
2013-11-12
3
-0
/
+60
*
PPAPI: Generalize PPB_Ext_CrxFileSystem as PPB_IsolatedFileSystem
nhiroki@chromium.org
2013-11-08
2
-1
/
+2
*
Rename WebKit namespace to blink (part 5)
abarth@chromium.org
2013-11-07
1
-2
/
+2
*
[PPAPI] It is now possible to pass filesystems from JavaScript to NaCl modules.
mgiuca@chromium.org
2013-10-31
2
-0
/
+21
*
Fix out of sync buffer indexing for PPAPI audio.
dalecurtis@chromium.org
2013-10-31
2
-8
/
+19
*
GetNativeImageDataFormat: Return PP_IMAGEDATAFORMAT_RGBA_PREMUL in the case o...
jhoak@google.com
2013-10-30
1
-1
/
+6
*
Switch audio synchronization from sleep() based to select() based.
dalecurtis@chromium.org
2013-10-23
1
-16
/
+8
*
[PPAPI] It is now valid to store PP_Resource 0 in a ResourceVar.
mgiuca@chromium.org
2013-10-16
1
-0
/
+6
*
Fix some WeakPtrFactory members that aren't last
dmichael@chromium.org
2013-10-08
1
-2
/
+2
*
PPAPI: Remove instance param from GetFileTaskRunner
dmichael@chromium.org
2013-10-01
3
-3
/
+3
*
PPAPI: Make GLES2 calls resilient to bad/dead resources.
dmichael@chromium.org
2013-09-30
5
-261
/
+728
*
Pepper API implementation for output protection.
kcwu@chromium.org
2013-09-28
1
-0
/
+1
*
Make *CommandBufferProxy* implement GpuControl
piman@chromium.org
2013-09-27
2
-2
/
+3
*
[PPAPI] Var destructor is private.
mgiuca@chromium.org
2013-09-26
2
-8
/
+8
*
[PPAPI] ResourceVar now holds a pending renderer and browser host ID.
mgiuca@chromium.org
2013-09-26
2
-0
/
+14
*
[PPAPI] ResourceVar now reference counts its Resource in the plugin.
mgiuca@chromium.org
2013-09-23
7
-58
/
+64
*
PPB_TCPSocket: add support for TCP server socket operations.
yzshen@chromium.org
2013-09-20
2
-0
/
+164
*
Pepper: Move FileRef to the "new" resource proxy.
teravest@chromium.org
2013-09-18
7
-146
/
+87
*
PPAPI: Purposely leak ProxyLock, fix shutdown race
dmichael@chromium.org
2013-09-17
10
-24
/
+164
*
Pepper API implementation for platform verification.
dalecurtis@chromium.org
2013-09-17
1
-0
/
+1
*
Simplify PPB_NetworkMonitor proxy.
sergeyu@chromium.org
2013-09-17
3
-212
/
+0
*
Revert r223494 "Simplify PPB_NetworkMonitor proxy."
sergeyu@chromium.org
2013-09-17
3
-0
/
+212
*
Simplify PPB_NetworkMonitor proxy.
sergeyu@chromium.org
2013-09-17
3
-212
/
+0
*
Revert 223482 "Simplify PPB_NetworkMonitor proxy."
ikarienator@chromium.org
2013-09-17
3
-0
/
+212
*
Simplify PPB_NetworkMonitor proxy.
sergeyu@chromium.org
2013-09-17
3
-212
/
+0
*
Classify ARM Chromebooks as high latency audio.
ihf@chromium.org
2013-09-16
1
-5
/
+16
*
The current PPB_KeyboardInputEvent_Dev interface uses the old USB codes which...
garykac@chromium.org
2013-09-14
2
-0
/
+10
*
[PPAPI] ppapi::ResourceVar: Added IsPending method.
mgiuca@chromium.org
2013-09-13
3
-3
/
+12
*
Revert "PPAPI: Purposely leak ProxyLock, fix shutdown race"
dmichael@chromium.org
2013-09-12
10
-163
/
+24
*
PPAPI: Purposely leak ProxyLock, fix shutdown race
dmichael@chromium.org
2013-09-12
10
-24
/
+163
*
[PPAPI] Added PP_VARTYPE_RESOURCE as a PP_VarType enum value.
mgiuca@chromium.org
2013-09-12
4
-6
/
+63
*
Add a new parameter |latency| to PPB_Audio.
yzshen@chromium.org
2013-09-06
3
-15
/
+83
*
Remove printf from ppapi Resource.
bbudge@chromium.org
2013-09-06
1
-1
/
+0
*
Refactor PPB_NetworkMonitor_Private interface to use CompletionCallback.
sergeyu@chromium.org
2013-09-06
1
-1
/
+1
*
Revert 221284 "Pepper: Move FileRef to the "new" resource proxy."
teravest@chromium.org
2013-09-05
7
-87
/
+146
*
PPAPI: Blocking callbacks shouldn't need a target_loop_
dmichael@chromium.org
2013-09-05
1
-9
/
+15
*
Use PP_ArrayOutput and PPB_NetAddress in PPB_NetworkList_Private..
sergeyu@chromium.org
2013-09-05
2
-10
/
+24
*
Pepper: Move FileRef to the "new" resource proxy.
teravest@chromium.org
2013-09-04
7
-146
/
+87
*
[PPAPI] Added a new Var subclass, ResourceVar.
mgiuca@chromium.org
2013-09-03
4
-0
/
+105
*
webkit can no longer depend on ppapi; shared_impl can now depend on ipc.
mgiuca@chromium.org
2013-09-02
1
-4
/
+0
*
Revert 219911 "Pepper: Move FileRef to the "new" resource proxy."
teravest@chromium.org
2013-08-29
8
-109
/
+145
*
TCPSockets are switched to the new Pepper proxy.
ygorshenin@chromium.org
2013-08-28
5
-713
/
+0
*
Pepper: Move FileRef to the "new" resource proxy.
teravest@chromium.org
2013-08-28
8
-145
/
+109
*
Remove unreachable code.
etienneb@chromium.org
2013-08-21
1
-6
/
+1
*
Enforce a memory limit on MappedMemoryManager
kaanb@chromium.org
2013-08-21
1
-1
/
+2
[next]