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
*
Pepper: Report NaCl exit status over Chromium IPC.
teravest@chromium.org
2014-08-22
7
-66
/
+3
*
PPAPI: make generator output a pointer to an array correctly.
wuchengli@chromium.org
2014-08-22
6
-31
/
+37
*
Pepper: Make pending_sync_msgs_ local to IO thread.
teravest@chromium.org
2014-08-21
3
-75
/
+20
*
NaCl: Send fatal log messages via shared memory.
teravest@chromium.org
2014-08-20
6
-21
/
+7
*
Add a X-Requested-With header to URL requests for PPAPI Flash (only).
tsepez@chromium.org
2014-08-20
2
-0
/
+14
*
Pepper: add Image Capture interfaces.
wuchengli@chromium.org
2014-08-17
15
-0
/
+1650
*
[PPAPI] Add target param for CompositorLayer::SetTexture().
penghuang@chromium.org
2014-08-15
14
-14
/
+279
*
Return from |Configure()| asynchronously, and allow |InitBuffers()| to return...
amistry@chromium.org
2014-08-15
2
-0
/
+43
*
Using PROFILE_ANY for vp8 and vp9
amogh.bihani@samsung.com
2014-08-15
6
-11
/
+11
*
ppapi: Add way to ignore presubmit warning about including in NaCl SDK.
binji@chromium.org
2014-08-15
1
-1
/
+3
*
Add test support for transition from NPObject to gin bindings for Pepper
raymes@chromium.org
2014-08-11
7
-8
/
+44
*
Add a ScopedPPVarArray class for managing arrays of PP_Vars.
raymes@chromium.org
2014-08-11
2
-0
/
+81
*
Add PepperTryCatch and V8ObjectVar classes
raymes@chromium.org
2014-08-11
2
-0
/
+4
*
PPAPI: Revive ppp_messaging_proxy_perftest
dmichael@chromium.org
2014-08-08
1
-5
/
+10
*
Fix PNaCl on Demand load faliures.
teravest@chromium.org
2014-08-08
1
-23
/
+26
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
1
-1
/
+1
*
Pepper: Fix caching for translated nexes.
teravest@chromium.org
2014-08-07
4
-9
/
+14
*
Pepper: Remove trusted plugin loadable module.
teravest@chromium.org
2014-08-05
12
-228
/
+123
*
Revert "Pepper: Remove trusted plugin loadable module."
teravest@chromium.org
2014-08-01
12
-123
/
+228
*
Pepper: Remove trusted plugin loadable module.
teravest@chromium.org
2014-08-01
12
-228
/
+123
*
Pepper: Move some histogram code out of plugin.
teravest@chromium.org
2014-07-31
1
-7
/
+0
*
Extract PepperFileSystemTypeToFileSystemType() from ppapi.
tfarina@chromium.org
2014-07-31
4
-21
/
+1
*
Support configuring the audio buffer duration in the Pepper MediaStream API.
amistry@chromium.org
2014-07-31
7
-27
/
+127
*
Pepper: Remove chatty printfs in trusted plugin.
teravest@chromium.org
2014-07-30
3
-58
/
+10
*
Cleanup PPAPI TestWebSocket::TestValidClose() for readability
tyoshino@chromium.org
2014-07-29
1
-11
/
+14
*
Make IPC macros work with -Wunused-local-typedefs.
thakis@chromium.org
2014-07-29
1
-1
/
+1
*
Prep change to use 'translate_pexe_with_build': 1 flag where needed.
jvoung@chromium.org
2014-07-29
1
-0
/
+8
*
Pepper: Remove LOAD_MODULE SRPC call in SFI mode.
teravest@chromium.org
2014-07-24
4
-97
/
+27
*
Miscellaneous GN updates.
brettw@chromium.org
2014-07-24
1
-8
/
+7
*
Revert 285028 "Pepper: Remove LOAD_MODULE SRPC call in SFI mode."
bruening@google.com
2014-07-24
4
-27
/
+97
*
Pepper: Remove LOAD_MODULE SRPC call in SFI mode.
teravest@chromium.org
2014-07-23
4
-97
/
+27
*
Improve content test GN build
brettw@chromium.org
2014-07-23
2
-0
/
+25
*
Some linking fixes for GN build.
brettw@chromium.org
2014-07-23
1
-1
/
+20
*
Pepper: Delete FileDownloader in trusted plugin.
teravest@chromium.org
2014-07-23
16
-587
/
+259
*
Revert 284684 "Pepper: Delete FileDownloader in trusted plugin."
sky@chromium.org
2014-07-22
14
-256
/
+574
*
Revert 284766 "Pepper: Simplify TempFile in trusted plugin."
sky@chromium.org
2014-07-22
3
-10
/
+22
*
Pepper: Simplify TempFile in trusted plugin.
teravest@chromium.org
2014-07-22
3
-22
/
+10
*
Pepper: Delete FileDownloader in trusted plugin.
teravest@chromium.org
2014-07-22
14
-574
/
+256
*
Remove an out of date comment in PPAPI code.
thestig@chromium.org
2014-07-21
1
-7
/
+0
*
Add to GN ppapi build.
brettw@chromium.org
2014-07-21
6
-0
/
+53
*
Pepper: Remove unused ppapi.gypi file.
teravest@chromium.org
2014-07-17
1
-21
/
+0
*
Add PPAPI interface for OpenGL ES 2.0 Vertex Array Objects.
zork@chromium.org
2014-07-17
8
-3
/
+111
*
Update and enable PPApiTest.URLLoaderTest3
yhirano@chromium.org
2014-07-17
1
-2
/
+1
*
Pepper: Remove some gyp defines for trusted plugin.
teravest@chromium.org
2014-07-17
1
-12
/
+0
*
Pepper: Change PPB_VideoDecoder::Reset behavior so plugin always manages text...
bbudge@chromium.org
2014-07-16
5
-24
/
+24
*
Shorten gyp target names for PNaCl IRT shim
dschuff@chromium.org
2014-07-16
4
-24
/
+24
*
Remove return value for PpapiHostMsg_PPBVar_AddRefObject
jbauman@chromium.org
2014-07-14
4
-8
/
+5
*
Pepper: Clarify end-of-bitcode-stream behavior.
teravest@chromium.org
2014-07-11
3
-14
/
+20
*
Pepper: Make sure 'out' params are initialized for all code paths.
bbudge@chromium.org
2014-07-11
1
-3
/
+7
*
Pepper: Add GL_TEXTURE_EXTERNAL_OES texture target to PPB_VideoDecoder docs a...
bbudge@chromium.org
2014-07-11
3
-7
/
+36
[next]