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
/
c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pepper: Move attributes out of the trusted plugin.
teravest@chromium.org
2014-04-24
1
-3
/
+9
*
Implement ManifestService::StartupInitializationComplete().
hidehiko@chromium.org
2014-04-23
1
-13
/
+35
*
Pepper: Move some manifest processing for refactor.
teravest@chromium.org
2014-04-22
1
-6
/
+6
*
Pepper: Remove FileDownloader DOWNLOAD_TO_BUFFER.
teravest@chromium.org
2014-04-21
1
-1
/
+2
*
Pepper: Move URL resolves outside trusted plugin.
teravest@chromium.org
2014-04-18
1
-5
/
+10
*
Pepper: Move PnaclOptions outside trusted plugin.
teravest@chromium.org
2014-04-17
1
-1
/
+14
*
Pepper: Move time logic out of the trusted plugin.
teravest@chromium.org
2014-04-15
1
-4
/
+4
*
Encrypted Media: Support VP9 playback.
xhwang@chromium.org
2014-04-11
1
-3
/
+4
*
Pepper: Remove NaClHttpResponseHeaders.
teravest@chromium.org
2014-04-11
1
-15
/
+10
*
PPAPI: Update pp_var.h documentation for Resource vars.
dmichael@chromium.org
2014-04-10
2
-18
/
+35
*
PPAPI: Move some of NexeFileDidOpen to NexeLoadManager
dmichael@chromium.org
2014-04-10
1
-1
/
+12
*
Pepper: Fix comments for PPB and PPP InputEvent.
teravest@chromium.org
2014-04-10
2
-11
/
+9
*
Pepper: Move some reporting into StartPpapiProxy.
teravest@chromium.org
2014-04-08
1
-9
/
+9
*
Use VLOG instead of vfprintf in PLUGIN_PRINTF.
teravest@chromium.org
2014-04-07
1
-1
/
+3
*
Pepper: Move NexeDidCrash() to NexeLoadManager.
teravest@chromium.org
2014-04-05
1
-8
/
+4
*
Revert 261820 "Pepper: Move NexeDidCrash() to NexeLoadManager."
scottmg@chromium.org
2014-04-04
1
-4
/
+8
*
Pepper: Move NexeDidCrash() to NexeLoadManager.
teravest@chromium.org
2014-04-04
1
-8
/
+4
*
Pepper: Move exit_status to NexeLoadManager.
teravest@chromium.org
2014-04-03
1
-7
/
+5
*
Remove unused PPB_Graphics2D_Dev interface
raymes@google.com
2014-04-03
1
-122
/
+0
*
Pepper: LoadAbort and DeadNexe out of plugin.cc.
teravest@chromium.org
2014-04-02
1
-3
/
+9
*
Pepper: Move ReportLoadSuccess to PPB_NaCl_Private.
teravest@chromium.org
2014-03-31
1
-1
/
+6
*
Mojo: Move C gles2 header files to mojo/public/c/gles2.
viettrungluu@chromium.org
2014-03-30
2
-2
/
+2
*
Add a PPB_Find_Private function to set the tickmarks on the page.
raymes@chromium.org
2014-03-30
1
-1
/
+11
*
PPAPI: Bring PPB_MediaStream*Track to stable.
dmichael@chromium.org
2014-03-29
4
-16
/
+30
*
Check NaCl debug mask (not just flag) before choosing PNaCl debug URL.
jvoung@google.com
2014-03-28
1
-4
/
+4
*
Pepper: Move is_installed state to NexeLoadManager.
teravest@chromium.org
2014-03-27
1
-3
/
+6
*
Pepper: More ReportLoadError logic in PPB_NaCl_Private.
teravest@chromium.org
2014-03-27
1
-1
/
+22
*
Rename PPB_Find_Dev to PPB_Find_Private
raymes@chromium.org
2014-03-26
2
-24
/
+22
*
PPAPI/NaCl: Define NexeLoadManager class.
teravest@chromium.org
2014-03-25
1
-1
/
+3
*
Add IsCrashReportingEnabled call to Pepper UMA API
elijahtaylor@chromium.org
2014-03-21
1
-5
/
+14
*
Pepper: Move AddToConsole() to PPB_NaCl_Private.
teravest@chromium.org
2014-03-20
1
-1
/
+4
*
This proxies PPB_Find_Dev so that it can be used out of process. It also adds...
raymes@google.com
2014-03-20
2
-18
/
+63
*
Pepper: Make PPB ReportLoadError set lastError.
teravest@chromium.org
2014-03-19
1
-0
/
+1
*
Pepper: Move GetUrlScheme to PPB_NaCl_Private.
teravest@chromium.org
2014-03-19
1
-1
/
+9
*
Pepper: Move GetSandboxISA() to PPB_NaCl_Private.
teravest@chromium.org
2014-03-14
1
-1
/
+5
*
[Mac] Add an implementation of MonitorFinder to support PepperFlashDRMHost.
rsesek@chromium.org
2014-03-13
1
-3
/
+5
*
Extend the sample rates that Pepper should support.
xians@chromium.org
2014-03-11
1
-2
/
+8
*
Get rid of the formatting code in build_gles2_cmd_buffer.py
zmo@chromium.org
2014-03-07
2
-11
/
+11
*
Support non-SFI mode in NaCl manifest file.
hidehiko@chromium.org
2014-03-07
1
-1
/
+6
*
Have PNaCl use debug pexe URL instead of stripped pexe w/ kEnableNaClDebug
jvoung@google.com
2014-03-07
1
-1
/
+5
*
Add new PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0 pepper interface.
jbauman@chromium.org
2014-03-06
1
-0
/
+11
*
Format generated gpu files using clang-format.
zmo@chromium.org
2014-03-05
2
-246
/
+479
*
Encrypted Media: Use uint32 for systemCode in SessionError.
xhwang@chromium.org
2014-03-04
2
-9
/
+9
*
Revert "Have PNaCl use debug pexe URL instead of stripped pexe w/ kEnableNaCl...
jvoung@google.com
2014-02-28
1
-5
/
+1
*
Have PNaCl use debug pexe URL instead of stripped pexe w/ kEnableNaClDebug
jvoung@chromium.org
2014-02-28
1
-1
/
+5
*
Update comment about NaCl UMA. Histogram entries are public.
jvoung@chromium.org
2014-02-27
1
-3
/
+2
*
Pepper: Add channel for trusted plugin.
teravest@chromium.org
2014-02-26
1
-1
/
+3
*
[PPAPI][MediaStream] Support configure for video input.
penghuang@chromium.org
2014-02-26
2
-15
/
+32
*
PPAPI/NaCl: Move some nexe loading error reporting to the renderer.
dmichael@chromium.org
2014-02-25
1
-9
/
+90
*
Add sandbox ISA and extra compile flag fields to PNaCl translation cache key
dschuff@chromium.org
2014-02-18
1
-1
/
+3
[next]