summaryrefslogtreecommitdiffstats
path: root/ppapi/nacl_irt/manifest_service.cc
Commit message (Expand)AuthorAgeFilesLines
* replace OVERRIDE and FINAL with override and final in ppapi/mostynb2014-10-061-4/+4
* Non-SFI mode: Quick workaround of unexpected CHECK failure.hidehiko2014-09-111-0/+6
* Pepper: Stop using SRPC for irt_open_resource().Justin TerAvest2014-09-101-4/+27
* Remove implicit conversions from scoped_refptr to T* in ppapi/Daniel Cheng2014-08-261-1/+1
* Fix race condition on ManifestService initialization.hidehiko@chromium.org2014-06-171-1/+44
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-051-2/+2
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-021-3/+4
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-021-4/+3
* Implement open_resource in non-SFI mode.hidehiko@chromium.org2014-05-021-1/+36
* Implement ManifestService::StartupInitializationComplete().hidehiko@chromium.org2014-04-231-0/+5
* Add IPC Channel for new ManifestService.hidehiko@chromium.org2014-04-171-0/+29