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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PPAPI] It is now valid to store PP_Resource 0 in a ResourceVar.
mgiuca@chromium.org
2013-10-16
4
-1
/
+13
*
PPAPI: Fix extra whitespace nit in plugin_main_nacl.cc
dmichael@chromium.org
2013-10-16
1
-1
/
+0
*
Fix minor issues in PPB_TrueTypeFont_Dev implementation.
bbudge@chromium.org
2013-10-15
2
-3
/
+5
*
Array index [0] on zero length array is undefined on C++03
wfh@chromium.org
2013-10-14
1
-1
/
+2
*
Check for WebContents capturers when reporting output link types.
dalecurtis@chromium.org
2013-10-12
2
-3
/
+5
*
PPAPI/NaCl: Delay calling PPP_InitializeModule
dmichael@chromium.org
2013-10-11
1
-7
/
+7
*
Return appropriate error codes for PPB_Flash_DRM
raymes@chromium.org
2013-10-11
1
-1
/
+1
*
Pepper: Remove PPB_FileIOTrusted.
teravest@chromium.org
2013-10-10
20
-226
/
+8
*
Fix native client failures on mac by only using Mesa on Linux.
erg@chromium.org
2013-10-09
1
-3
/
+4
*
Pepper: Fix PRESUBMIT when deleting files.
teravest@chromium.org
2013-10-08
1
-2
/
+4
*
nacl/linux_aura: Force osmesa mode during native client tests.
erg@chromium.org
2013-10-08
1
-0
/
+3
*
Fix some WeakPtrFactory members that aren't last
dmichael@chromium.org
2013-10-08
4
-8
/
+9
*
linux_aura: Revert everything; abort turning linux_aura on.
erg@chromium.org
2013-10-05
1
-11
/
+1
*
linux_aura: Turn aura on on the builders.
erg@chromium.org
2013-10-05
1
-1
/
+11
*
Add SignalQuery to GpuControl interface
jamesr@chromium.org
2013-10-05
2
-0
/
+7
*
NaCl: FileDownloader now uses FileIO_Private.
teravest@chromium.org
2013-10-03
2
-43
/
+70
*
Memory scripts: Accept --build-dir in addition to --build_dir.
thakis@chromium.org
2013-10-02
1
-1
/
+1
*
Add test for PPB_TCPSocket_1_0.
yzshen@chromium.org
2013-10-02
2
-1
/
+79
*
PPAPI: Ensure FileIOResource has a valid FD for background thread ops.
dmichael@chromium.org
2013-10-02
2
-31
/
+75
*
Move Insert/SignalSyncPoint() to GpuControl
jamesr@chromium.org
2013-10-02
2
-1
/
+8
*
Release partially constructed GLES2 implementation in Pepper Graphics3D resou...
bbudge@chromium.org
2013-10-02
1
-2
/
+1
*
Pepper: Enable some FileRef in-process tests.
teravest@chromium.org
2013-10-01
1
-6
/
+2
*
PPAPI: Remove instance param from GetFileTaskRunner
dmichael@chromium.org
2013-10-01
6
-8
/
+8
*
Revise API comments of PPB_OutputProtection_Private
kcwu@chromium.org
2013-10-01
2
-7
/
+13
*
NaCl: Simplify callback calls in FileDownloader.
teravest@chromium.org
2013-10-01
2
-20
/
+11
*
Route GenMailboxCHROMIUM through GpuControl
piman@chromium.org
2013-10-01
2
-0
/
+11
*
PPAPI: Make GLES2 calls resilient to bad/dead resources.
dmichael@chromium.org
2013-09-30
10
-430
/
+764
*
Pepper API implementation for output protection.
kcwu@chromium.org
2013-09-28
18
-0
/
+407
*
Ensure that pending PNaCl translations are cleaned up on plugin destruction
dschuff@chromium.org
2013-09-27
2
-11
/
+17
*
PPAPI: Introduce ability to Map a FileIO (Dev)
dmichael@chromium.org
2013-09-27
6
-1
/
+303
*
NaCl: Remove FileDownloader::URLBufferStartNotify.
teravest@chromium.org
2013-09-27
2
-23
/
+1
*
[PPAPI] File system resources can be attached to an existing host.
mgiuca@chromium.org
2013-09-27
2
-2
/
+23
*
Make *CommandBufferProxy* implement GpuControl
piman@chromium.org
2013-09-27
6
-19
/
+56
*
Pepper: Extension for SocketPpapiTest to ppapi/.
teravest@chromium.org
2013-09-26
6
-0
/
+761
*
PNaCl: Remove friendly reminder about new manifest format for optlevel.
jvoung@google.com
2013-09-26
1
-10
/
+0
*
Remove ipc::CommandBufferProxy. As an interface, it's not used.
piman@chromium.org
2013-09-26
2
-36
/
+1
*
Pepper: Remove Will* from PPB_FileIOTrusted.
teravest@chromium.org
2013-09-26
11
-214
/
+2
*
[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
4
-2
/
+32
*
Clean up remaining unused globals (on mac).
thakis@chromium.org
2013-09-26
4
-12
/
+0
*
Clean up a few more unused globals.
thakis@chromium.org
2013-09-25
1
-4
/
+5
*
Clean up a few unused globals.
thakis@chromium.org
2013-09-25
1
-5
/
+0
*
NaCl: Update revision in DEPS, r12181 -> r12194
mseaborn@chromium.org
2013-09-25
1
-0
/
+1
*
Pepper: Move live_vars_ DCHECK to CHECK.
teravest@chromium.org
2013-09-24
1
-4
/
+9
*
[PPAPI] Added serialization for resource PP_Vars.
mgiuca@chromium.org
2013-09-24
3
-4
/
+119
*
Remove unused Pepper FileSystem IPC message.
bbudge@chromium.org
2013-09-24
1
-6
/
+0
*
PPB_TCPSocket: Remove support for PP_TCPSOCKET_OPTION_ADDRESS_REUSE.
yzshen@chromium.org
2013-09-23
6
-57
/
+16
*
[PPAPI] ResourceVar now reference counts its Resource in the plugin.
mgiuca@chromium.org
2013-09-23
12
-58
/
+137
*
Make NetworkList and NetworkMonitor APIs public
sergeyu@chromium.org
2013-09-22
31
-443
/
+435
*
PPB_TCPSocket: add support for TCP server socket operations.
yzshen@chromium.org
2013-09-20
25
-189
/
+1300
[next]