| Commit message (Expand) | Author | Age | Files | Lines |
* | [PPAPI] ppapi::ResourceVar: Added IsPending method. | mgiuca@chromium.org | 2013-09-13 | 3 | -3/+12 |
* | Revert "PPAPI: Purposely leak ProxyLock, fix shutdown race" | dmichael@chromium.org | 2013-09-12 | 10 | -163/+24 |
* | PPAPI: Purposely leak ProxyLock, fix shutdown race | dmichael@chromium.org | 2013-09-12 | 10 | -24/+163 |
* | [PPAPI] Added PP_VARTYPE_RESOURCE as a PP_VarType enum value. | mgiuca@chromium.org | 2013-09-12 | 4 | -6/+63 |
* | Add a new parameter |latency| to PPB_Audio. | yzshen@chromium.org | 2013-09-06 | 3 | -15/+83 |
* | Remove printf from ppapi Resource. | bbudge@chromium.org | 2013-09-06 | 1 | -1/+0 |
* | Refactor PPB_NetworkMonitor_Private interface to use CompletionCallback. | sergeyu@chromium.org | 2013-09-06 | 1 | -1/+1 |
* | Revert 221284 "Pepper: Move FileRef to the "new" resource proxy." | teravest@chromium.org | 2013-09-05 | 7 | -87/+146 |
* | PPAPI: Blocking callbacks shouldn't need a target_loop_ | dmichael@chromium.org | 2013-09-05 | 1 | -9/+15 |
* | Use PP_ArrayOutput and PPB_NetAddress in PPB_NetworkList_Private.. | sergeyu@chromium.org | 2013-09-05 | 2 | -10/+24 |
* | Pepper: Move FileRef to the "new" resource proxy. | teravest@chromium.org | 2013-09-04 | 7 | -146/+87 |
* | [PPAPI] Added a new Var subclass, ResourceVar. | mgiuca@chromium.org | 2013-09-03 | 4 | -0/+105 |
* | webkit can no longer depend on ppapi; shared_impl can now depend on ipc. | mgiuca@chromium.org | 2013-09-02 | 1 | -4/+0 |
* | Revert 219911 "Pepper: Move FileRef to the "new" resource proxy." | teravest@chromium.org | 2013-08-29 | 8 | -109/+145 |
* | TCPSockets are switched to the new Pepper proxy. | ygorshenin@chromium.org | 2013-08-28 | 5 | -713/+0 |
* | Pepper: Move FileRef to the "new" resource proxy. | teravest@chromium.org | 2013-08-28 | 8 | -145/+109 |
* | Remove unreachable code. | etienneb@chromium.org | 2013-08-21 | 1 | -6/+1 |
* | Enforce a memory limit on MappedMemoryManager | kaanb@chromium.org | 2013-08-21 | 1 | -1/+2 |
* | Revert 218305 "Pepper: Move FileRef to the "new" resource proxy." | teravest@chromium.org | 2013-08-20 | 8 | -109/+145 |
* | Pepper: Move FileRef to the "new" resource proxy. | teravest@chromium.org | 2013-08-19 | 8 | -145/+109 |
* | Pepper: Add comments for {Add,Release}Resource. | teravest@chromium.org | 2013-08-15 | 1 | -0/+7 |
* | DCHECK that we don't add/release ref for PP_Resources at the wrong side. | yzshen@chromium.org | 2013-08-13 | 3 | -3/+57 |
* | Revert 216744 "Pepper: Move FileRef to the "new" resource proxy." | yzshen@chromium.org | 2013-08-12 | 8 | -109/+145 |
* | Relocate last remnants of webkit/renderer/media code. | dalecurtis@chromium.org | 2013-08-10 | 1 | -0/+1 |
* | Add CompletionTask to PPAPI TrackedCallback. | bbudge@chromium.org | 2013-08-10 | 3 | -6/+100 |
* | Pepper: Move FileRef to the "new" resource proxy. | teravest@chromium.org | 2013-08-09 | 8 | -145/+109 |
* | Makes the is_blocking method public. | bbudge@chromium.org | 2013-08-08 | 1 | -4/+5 |
* | Switched proxy for TCPServerSocketPrivate. | ygorshenin@chromium.org | 2013-08-05 | 3 | -207/+0 |
* | Revert 215171 Make TrackedCallback::is_blocking public. | bbudge@chromium.org | 2013-08-03 | 1 | -5/+4 |
* | Makes the is_blocking method public. | bbudge@chromium.org | 2013-08-02 | 1 | -3/+5 |
* | Pepper Message Filters: Port to use explicit permission grants in ChildProces... | tommycli@chromium.org | 2013-07-31 | 1 | -4/+2 |
* | Change TrackedCallback::IsPending to return false for aborted callbacks. | bbudge@chromium.org | 2013-07-30 | 2 | -5/+10 |
* | WGC3DCommandBufferImpl: Acquire lock when accessing share group. | sievers@chromium.org | 2013-07-29 | 1 | -1/+0 |
* | NaCl CompletionCallback is called twice in WebSocket::ReceiveMessage and cras... | yhirano@chromium.org | 2013-07-26 | 2 | -0/+10 |
* | PAPI: Fix bug in RunWhileLocked, add support for params | dmichael@chromium.org | 2013-07-25 | 4 | -17/+334 |
* | Replace third_party/icu/public with third_party/icu/source in the include dir... | jshin@chromium.org | 2013-07-18 | 1 | -4/+4 |
* | Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s... | avi@chromium.org | 2013-07-18 | 4 | -4/+4 |
* | Use a direct include of the shared_memory header in media/, ppapi/, webkit/. | avi@chromium.org | 2013-07-17 | 5 | -5/+5 |
* | add missing headers in ppapi/* | mostynb@opera.com | 2013-07-15 | 1 | -0/+1 |
* | Pepper: Add usage comment to HostResource. | teravest@chromium.org | 2013-07-15 | 1 | -0/+14 |
* | Migrate from googleurl/ includes to url/ ones in the remaining top-level dire... | tfarina@chromium.org | 2013-07-13 | 2 | -2/+2 |
* | Add GetFileThreadMessageLoop method to PpapiGlobals. | bbudge@chromium.org | 2013-07-11 | 3 | -0/+11 |
* | Add a new parameter |latency| to PPB_AudioInput_Callback. | yzshen@chromium.org | 2013-07-03 | 1 | -0/+6 |
* | Use a direct include of time headers in ppapi/, printing/, remoting/. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Add events with custom timestamps and thread id to PPAPI dev tracing interface. | grosse@chromium.org | 2013-06-26 | 2 | -20/+82 |
* | Pepper: FileRef host support for external files. | teravest@chromium.org | 2013-06-26 | 2 | -1/+12 |
* | Pepper: Initial proxy support for FileRef refactor. | teravest@chromium.org | 2013-06-26 | 1 | -1/+0 |
* | Add "PRIVATE" to the enum names of some private Pepper networking APIs: | yzshen@chromium.org | 2013-06-24 | 2 | -4/+4 |
* | PPAPI: Introduce PPB_NetworkProxy_Dev | dmichael@chromium.org | 2013-06-24 | 2 | -2/+7 |
* | Move PPB_TCPSocket out of dev. | yzshen@chromium.org | 2013-06-22 | 2 | -4/+4 |