| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new parameter |latency| to PPB_Audio. | yzshen@chromium.org | 2013-09-06 | 1 | -2/+12 |
* | Refactor PPB_NetworkMonitor_Private interface to use CompletionCallback. | sergeyu@chromium.org | 2013-09-06 | 1 | -6/+3 |
* | Revert 221284 "Pepper: Move FileRef to the "new" resource proxy." | teravest@chromium.org | 2013-09-05 | 1 | -4/+9 |
* | Pepper: Move FileRef to the "new" resource proxy. | teravest@chromium.org | 2013-09-04 | 1 | -9/+4 |
* | Revert 219911 "Pepper: Move FileRef to the "new" resource proxy." | teravest@chromium.org | 2013-08-29 | 1 | -4/+9 |
* | TCPSockets are switched to the new Pepper proxy. | ygorshenin@chromium.org | 2013-08-28 | 1 | -4/+5 |
* | Pepper: Move FileRef to the "new" resource proxy. | teravest@chromium.org | 2013-08-28 | 1 | -9/+4 |
* | Pepper: Fix FileSystemBrowserHost for isolated fs. | teravest@chromium.org | 2013-08-26 | 1 | -9/+0 |
* | Revert 218305 "Pepper: Move FileRef to the "new" resource proxy." | teravest@chromium.org | 2013-08-20 | 1 | -4/+9 |
* | Pepper: Move FileRef to the "new" resource proxy. | teravest@chromium.org | 2013-08-19 | 1 | -9/+4 |
* | Revert 216744 "Pepper: Move FileRef to the "new" resource proxy." | yzshen@chromium.org | 2013-08-12 | 1 | -4/+9 |
* | Pepper: Move FileRef to the "new" resource proxy. | teravest@chromium.org | 2013-08-09 | 1 | -9/+4 |
* | Switched proxy for TCPServerSocketPrivate. | ygorshenin@chromium.org | 2013-08-05 | 1 | -2/+3 |
* | move BrowserFontResource_Trusted to content/child | scottmg@chromium.org | 2013-07-25 | 1 | -5/+2 |
* | Move PPB_NetAddress out of dev. | yzshen@chromium.org | 2013-06-22 | 1 | -2/+2 |
* | Remove hand written code from autogenerated Pepper ImageData thunk. | bbudge@chromium.org | 2013-06-20 | 1 | -3/+22 |
* | Add NaCl proxies for Pepper Video Source and Destination resources. | bbudge@chromium.org | 2013-06-20 | 1 | -11/+11 |
* | Introduce PPB_HostResolver_Dev. | yzshen@chromium.org | 2013-06-14 | 1 | -0/+5 |
* | Introduce PPB_UDPSocket_Dev. | yzshen@chromium.org | 2013-06-13 | 1 | -0/+5 |
* | Introduce PPB_TCPSocket_Dev. | yzshen@chromium.org | 2013-06-13 | 1 | -0/+13 |
* | Clean up Pepper ImageData resource class. | bbudge@chromium.org | 2013-06-12 | 1 | -13/+4 |
* | Introduce PPB_NetAddress_Dev. | yzshen@chromium.org | 2013-06-10 | 1 | -0/+15 |
* | Remove unused CreateURLResponseInfo function. | teravest@chromium.org | 2013-06-04 | 1 | -9/+0 |
* | Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -3/+3 |
* | Remove unused trusted interfaces. | piman@chromium.org | 2013-06-01 | 1 | -1/+0 |
* | Rename PPB_Flash_DeviceID interface to PPB_Flash_DRM | raymes@chromium.org | 2013-05-25 | 1 | -3/+3 |
* | Implementation of URLLoader using PluginResource/ResourceHost. | bbudge@chromium.org | 2013-05-16 | 1 | -2/+7 |
* | CRX FileSystem Pepper private API | victorhsieh@chromium.org | 2013-05-08 | 1 | -0/+10 |
* | Adds internal APIs, thunks, resources, and resource hosts. | bbudge@chromium.org | 2013-05-04 | 1 | -0/+13 |
* | Move DirectoryReader::ReadEntries to FileRef::ReadDirectoryEntries | hamaji@chromium.org | 2013-05-03 | 1 | -8/+0 |
* | Pepper: Autogenerate thunk for PPB_Graphics2D. | teravest@chromium.org | 2013-04-30 | 1 | -2/+2 |
* | Autogenerate thunk for PPB_ImageData. | teravest@chromium.org | 2013-04-26 | 1 | -3/+3 |
* | Pepper: Autogenerate thunk for PPB_TrueTypeFont. | teravest@chromium.org | 2013-04-16 | 1 | -2/+2 |
* | Refactor FileSystem. | victorhsieh@chromium.org | 2013-04-12 | 1 | -4/+6 |
* | Enable PPB_DirectoryReader_Dev under NaCl | nhiroki@chromium.org | 2013-04-05 | 1 | -7/+7 |
* | Pepper IDL: Autogenerate thunk for FileChooser. | teravest@chromium.org | 2013-03-29 | 1 | -2/+4 |
* | Pepper: Autogenerate thunk for PPB_URLRequestInfo. | teravest@chromium.org | 2013-03-29 | 1 | -4/+3 |
* | Add Pepper TrueType font API plumbing. | bbudge@chromium.org | 2013-03-16 | 1 | -0/+9 |
* | Implement Pepper proxy for PPB_DirectoryReader | nhiroki@chromium.org | 2013-02-13 | 1 | -2/+4 |
* | PPB_HostResolver_Private is switched to the new Pepper proxy. | ygorshenin@chromium.org | 2013-02-12 | 1 | -2/+3 |
* | PPB_UDPSocket_Private is switched to the new Pepper proxy. | ygorshenin@chromium.org | 2013-01-21 | 1 | -2/+3 |
* | Refactor FileIO to the new resource host system. | bbudge@chromium.org | 2013-01-19 | 1 | -2/+2 |
* | Revert 176792 | dpapad@chromium.org | 2013-01-17 | 1 | -2/+2 |
* | Refactor FileIO to the new resource host system. | bbudge@chromium.org | 2013-01-15 | 1 | -2/+2 |
* | Convert flash font file to use the browser font trusted code. | brettw@chromium.org | 2012-12-10 | 1 | -1/+1 |
* | Migrate Graphics2D to new design, as part of the whole Pepper resource redesign. | brettw@chromium.org | 2012-11-29 | 1 | -3/+3 |
* | Convert the Pepper Talk API to use the new resource system. | brettw@chromium.org | 2012-11-28 | 1 | -2/+2 |
* | Pepper proxy: make the browser sender handle the proxy lock properly. | yzshen@chromium.org | 2012-11-27 | 1 | -4/+1 |
* | Add more 'Dev' interfaces to the NaCl IPC proxy. | bbudge@chromium.org | 2012-11-27 | 1 | -4/+4 |
* | Refactor BrowserFont to new design | victorhsieh@chromium.org | 2012-11-27 | 1 | -3/+5 |