| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 4 | -3/+7 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 4 | -7/+3 |
* | Apps v2 in Pepper: Add C/C++ definition for chrome.socket. | yzshen@chromium.org | 2013-04-08 | 1 | -0/+121 |
* | Change PPB_VideoWriter Open function to return stream_id as out param. | bbudge@chromium.org | 2013-04-08 | 1 | -2/+2 |
* | Update NaCl ARM build flags now that gcc used as default compiler. | sbc@chromium.org | 2013-04-05 | 2 | -46/+17 |
* | Add PP_VideoFrame, PPB_VideoReader, and PPB_VideoWriter APIs to Pepper. | bbudge@chromium.org | 2013-04-05 | 1 | -0/+102 |
* | Revert 192249 "Update NaCl ARM build flags now that gcc used as ..." | phoglund@chromium.org | 2013-04-04 | 2 | -17/+46 |
* | Update NaCl ARM build flags now that gcc used as default compiler. | sbc@chromium.org | 2013-04-04 | 2 | -46/+17 |
* | Pepper: Autogenerate thunk for PPB_NetworkList_Private. | teravest@chromium.org | 2013-04-03 | 1 | -22/+22 |
* | Add Query() support to FileRef. | teravest@chromium.org | 2013-04-02 | 1 | -0/+92 |
* | Unlike GetOSFileDescriptor, this API is asynchronous. | hamaji@chromium.org | 2013-04-01 | 1 | -0/+23 |
* | Revert 191401 "Implemented queued UDP SendTo/RecvFrom requests. ..." | rsleevi@chromium.org | 2013-03-29 | 1 | -71/+0 |
* | Implemented queued UDP SendTo/RecvFrom requests. Exposed SO_SNDBUF and SO_RVF... | ygorshenin@chromium.org | 2013-03-29 | 1 | -0/+71 |
* | Fix condition in gyp - it should check for pnacl being disabled. | phajdan.jr@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | Apps V2 in Pepper: introduce singleton resource ExtensionsCommon. | yzshen@chromium.org | 2013-03-29 | 1 | -2/+2 |
* | Make the pnacl translator files in chrome depend on the pnacl_translator stamp. | jvoung@google.com | 2013-03-23 | 1 | -0/+2 |
* | Add UMA entry for PNaCl's optimization level setting. | jvoung@chromium.org | 2013-03-20 | 1 | -1/+21 |
* | Add PPB_VarArray_Dev support - part 1. | yzshen@chromium.org | 2013-03-19 | 1 | -0/+51 |
* | Add PPB_VarDictionary_Dev support - part 1. | yzshen@chromium.org | 2013-03-18 | 1 | -0/+58 |
* | NaCl: Fix test to accept old, erroneous behavior and new correct behavior pen... | bsy@google.com | 2013-03-15 | 1 | -2/+8 |
* | Allow PNaCl NMF to set translator optimization options for experimentation. | jvoung@chromium.org | 2013-03-13 | 13 | -118/+288 |
* | nacl_integration: disable breakpad browser crash test. | ncbray@chromium.org | 2013-03-12 | 1 | -0/+7 |
* | Reland: Add C/C++ interfaces for PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev. | yzshen@chromium.org | 2013-03-12 | 1 | -0/+81 |
* | Add PPAPI TrueType font interface definition and C++ wrapper. | bbudge@chromium.org | 2013-03-12 | 1 | -0/+58 |
* | Revert 187227 since it caused buildbot failure in NativeClientSDK on linux-sd... | yzshen@chromium.org | 2013-03-11 | 1 | -81/+0 |
* | Add C/C++ interfaces for PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev. | yzshen@chromium.org | 2013-03-11 | 1 | -0/+81 |
* | components: Rename components_tracing.gyp to follow the same pattern of the o... | tfarina@chromium.org | 2013-03-08 | 1 | -1/+1 |
* | NaCl: fix bug where cookies were not being sent on same-origin nexe requests. | ncbray@chromium.org | 2013-03-07 | 3 | -1/+16 |
* | [Retry] Implement ReadEntries API for PPB_DirectoryReader | nhiroki@chromium.org | 2013-03-05 | 1 | -18/+18 |
* | Only build one NaCl IRT for x86 (either 32-bit or 64-bit) on non Windows. | jvoung@chromium.org | 2013-03-02 | 1 | -0/+14 |
* | Apply pnacl irt shim change to the generator, not the generated file. | jvoung@chromium.org | 2013-02-26 | 1 | -1/+1 |
* | Provide a way to disable Nagle's algorithm on Pepper TCP sockets. | wez@chromium.org | 2013-02-22 | 1 | -1/+107 |
* | Revert 184054 | nhiroki@chromium.org | 2013-02-22 | 1 | -21/+27 |
* | Implement ReadEntries API for PPB_DirectoryReader | nhiroki@chromium.org | 2013-02-22 | 1 | -27/+21 |
* | Fix strcmp bug in pnacl_shim. | jvoung@chromium.org | 2013-02-15 | 1 | -2/+8 |
* | NaCl: Remove use of the C++ IMC interface; use the C version instead | mseaborn@chromium.org | 2013-02-13 | 2 | -3/+2 |
* | nacl_integration: disable DNS prefetching and sync. | ncbray@chromium.org | 2013-02-12 | 1 | -0/+6 |
* | Make content_unittests build on Win64 | jschuh@chromium.org | 2013-02-09 | 1 | -0/+2 |
* | Remember to delete the not-yet-committed-to-cache file if it's only partial. | jvoung@chromium.org | 2013-02-06 | 4 | -25/+47 |
* | NaCl: allow CORS requests for NaCl executables. | ncbray@chromium.org | 2013-02-05 | 1 | -6/+4 |
* | NaCl: Update revision in DEPS, r10691 -> r10703 | mseaborn@chromium.org | 2013-02-05 | 1 | -1/+1 |
* | Remove env settings for NACL_STREAMING_TRANSLATION. | jvoung@chromium.org | 2013-02-05 | 1 | -3/+0 |
* | Add PNaCl UMA for pct compiled when fully downloaded. | jvoung@google.com | 2013-02-01 | 1 | -1/+5 |
* | Revert 178227, broke NaCl IRT incremental build | dmichael@chromium.org | 2013-02-01 | 1 | -0/+142 |
* | Report min (compile, download) as the progress event for PNaCl. | jvoung@chromium.org | 2013-01-30 | 8 | -16/+136 |
* | Reland: Add trace event Pepper API | elijahtaylor@chromium.org | 2013-01-28 | 1 | -0/+13 |
* | Breakpad test: Add sanity check to ensure crash dump files aren't empty | mseaborn@chromium.org | 2013-01-26 | 1 | -5/+13 |
* | NaCl: log HTTP status codes to UMA. | ncbray@chromium.org | 2013-01-26 | 3 | -7/+32 |
* | Breakpad browser crash test: Re-enable check for .txt file on Windows | mseaborn@chromium.org | 2013-01-25 | 1 | -7/+0 |
* | Add support in NaClBrowserTests for PNaCl, and test PNaCl UMA. | jvoung@chromium.org | 2013-01-24 | 2 | -0/+7 |