| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove PPB_Ext_Socket_Dev. | yzshen@chromium.org | 2014-04-30 | 1 | -241/+0 |
* | Pepper: Remove PPB_NaCl_Private GetUrlScheme(). | teravest@chromium.org | 2014-04-30 | 3 | -25/+0 |
* | Trusted plugin: Miscellaneous cleanup. | teravest@chromium.org | 2014-04-29 | 3 | -36/+15 |
* | Trusted plugin: Remove EnumerateManifestKeys. | teravest@chromium.org | 2014-04-29 | 6 | -40/+0 |
* | Revert of NaCl: Update revision in DEPS, r13018 -> r13078. (https://coderevie... | tonyg@chromium.org | 2014-04-26 | 1 | -10/+12 |
* | NaCl: Update revision in DEPS, r13018 -> r13078. | dyen@chromium.org | 2014-04-25 | 1 | -12/+10 |
* | Pepper: Cleanup PNaCl support in trusted plugin. | teravest@chromium.org | 2014-04-25 | 3 | -61/+36 |
* | Pepper: Move IME workaround from the trusted plugin. | teravest@chromium.org | 2014-04-24 | 2 | -42/+6 |
* | Pepper: Move attributes out of the trusted plugin. | teravest@chromium.org | 2014-04-24 | 3 | -153/+41 |
* | Implement ManifestService::StartupInitializationComplete(). | hidehiko@chromium.org | 2014-04-23 | 5 | -24/+86 |
* | Revert of SDK building script now uses package_version to extract. (https://c... | hidehiko@chromium.org | 2014-04-23 | 1 | -10/+12 |
* | Pepper: Move some manifest processing for refactor. | teravest@chromium.org | 2014-04-22 | 3 | -32/+10 |
* | NaCl: Update revision in DEPS, r13018 -> r13062. | dyen@chromium.org | 2014-04-22 | 1 | -12/+10 |
* | Pepper: Drop open time tracking from FileDownloader. | teravest@chromium.org | 2014-04-21 | 4 | -22/+23 |
* | Pepper: Remove FileDownloader DOWNLOAD_TO_BUFFER. | teravest@chromium.org | 2014-04-21 | 5 | -111/+31 |
* | Add test to make sure if PPB_Audio_Shared::StartThread() works. | hidehiko@chromium.org | 2014-04-21 | 1 | -0/+8 |
* | Pepper: Move URL resolves outside trusted plugin. | teravest@chromium.org | 2014-04-18 | 3 | -71/+37 |
* | Pepper: Move PnaclOptions outside trusted plugin. | teravest@chromium.org | 2014-04-17 | 12 | -141/+71 |
* | NaCl: Remove tests for NACL_NAME_SERVICE_LIST. | teravest@chromium.org | 2014-04-16 | 1 | -34/+0 |
* | Pepper: Move time logic out of the trusted plugin. | teravest@chromium.org | 2014-04-15 | 3 | -74/+21 |
* | Pepper: Fix MODULE_PRINTF behavior. | teravest@chromium.org | 2014-04-15 | 3 | -8/+16 |
* | Removed dependency of native_client/toolchain from chromium pnacl support. | dyen@chromium.org | 2014-04-15 | 2 | -10/+47 |
* | Used condvar timed wait instead of indefinite wait for WaitForSelLdrStart. | jvoung@google.com | 2014-04-11 | 3 | -8/+34 |
* | Pepper: Remove NaClHttpResponseHeaders. | teravest@chromium.org | 2014-04-11 | 6 | -333/+4 |
* | PPAPI: Move some of NexeFileDidOpen to NexeLoadManager | dmichael@chromium.org | 2014-04-10 | 2 | -42/+19 |
* | Pepper: Remove Manifest::ResolveURL | teravest@chromium.org | 2014-04-10 | 6 | -70/+34 |
* | Applied changes to chromium tree for new NaCl toolchain directories. | dyen@chromium.org | 2014-04-09 | 1 | -1/+1 |
* | Refactor around start up of the plugin. | hidehiko@chromium.org | 2014-04-09 | 1 | -1/+1 |
* | Pepper: Move some reporting into StartPpapiProxy. | teravest@chromium.org | 2014-04-08 | 3 | -46/+47 |
* | Pepper: Remove unnecessary file descriptor dup. | teravest@chromium.org | 2014-04-07 | 1 | -4/+2 |
* | Use VLOG instead of vfprintf in PLUGIN_PRINTF. | teravest@chromium.org | 2014-04-07 | 4 | -48/+45 |
* | Pepper: Move NexeDidCrash() to NexeLoadManager. | teravest@chromium.org | 2014-04-05 | 3 | -126/+14 |
* | Revert 261820 "Pepper: Move NexeDidCrash() to NexeLoadManager." | scottmg@chromium.org | 2014-04-04 | 3 | -14/+127 |
* | Pepper: Move NexeDidCrash() to NexeLoadManager. | teravest@chromium.org | 2014-04-04 | 3 | -127/+14 |
* | Remove unused function {anonymous}::GetNaClInterface() in pnacl_resources.cc | jvoung@chromium.org | 2014-04-04 | 1 | -8/+0 |
* | Moves ppapi/nacl_irt/{README,irt_ppapi.h} to ppapi/nacl_irt/public. | hidehiko@chromium.org | 2014-04-04 | 7 | -7/+7 |
* | PPAPI/NaCl: Move architecture histogram to NexeLoadManager | dmichael@chromium.org | 2014-04-03 | 1 | -35/+0 |
* | Pepper: Move exit_status to NexeLoadManager. | teravest@chromium.org | 2014-04-03 | 3 | -15/+17 |
* | Adds first PPAPI test for non-SFI mode. | hidehiko@chromium.org | 2014-04-03 | 1 | -0/+2 |
* | Pepper: LoadAbort and DeadNexe out of plugin.cc. | teravest@chromium.org | 2014-04-02 | 3 | -71/+34 |
* | Pepper: Simplify desc mgmt in NexeFileDidOpen. | teravest@chromium.org | 2014-04-01 | 1 | -10/+2 |
* | Pepper: Move ReportLoadSuccess to PPB_NaCl_Private. | teravest@chromium.org | 2014-03-31 | 3 | -20/+12 |
* | PPAPI: Bring PPB_MediaStream*Track to stable. | dmichael@chromium.org | 2014-03-29 | 1 | -32/+32 |
* | Report some PNaCl UMA earlier, instead of in one chunk at the end. | jvoung@google.com | 2014-03-28 | 4 | -36/+56 |
* | Check NaCl debug mask (not just flag) before choosing PNaCl debug URL. | jvoung@google.com | 2014-03-28 | 2 | -4/+5 |
* | Pepper: Move is_installed state to NexeLoadManager. | teravest@chromium.org | 2014-03-27 | 3 | -27/+40 |
* | Redirect NaCl plugin logs to different files for different processes. | halyavin@google.com | 2014-03-27 | 1 | -2/+16 |
* | Pepper: More ReportLoadError logic in PPB_NaCl_Private. | teravest@chromium.org | 2014-03-27 | 3 | -49/+40 |
* | Fix resource leak code path around OpenManifestEntry. | hidehiko@chromium.org | 2014-03-27 | 3 | -59/+63 |
* | Rename PPB_Find_Dev to PPB_Find_Private | raymes@chromium.org | 2014-03-26 | 1 | -8/+8 |