summaryrefslogtreecommitdiffstats
path: root/ppapi/nacl_irt
Commit message (Expand)AuthorAgeFilesLines
* Removed unused mojo_nacl code and GYP targets.rockot2015-08-111-3/+0
* Let IPC::SyncMessageFilter take advantage of thread-safe Send.rockot2015-08-061-1/+2
* NaCl: Copy PNaCl translator IRT interfaces to the Chromium sidemseaborn2015-07-225-0/+201
* Reland of NaCl cleanup: Split out irt_interfaces.cc from irt_ppapi.cc (patchs...mseaborn2015-07-215-67/+88
* Revert of NaCl cleanup: Split out irt_interfaces.cc from irt_ppapi.cc (patchs...rsleevi2015-07-205-88/+67
* NaCl cleanup: Split out irt_interfaces.cc from irt_ppapi.ccmseaborn2015-07-205-67/+88
* NaCl: Add myself as an owner of ppapi/nacl_irt/mseaborn2015-07-201-0/+1
* Fixed all overloaded virtual methods on Windows.mgiuca2015-07-082-2/+2
* ppapi: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-126-31/+27
* Change most uses of Pickle to base::Picklebrettw2015-06-031-1/+1
* Update pepper to not assume that SharedMemoryHandle is an int.erikchen2015-06-022-0/+9
* Remove IPC logging from Nacl IRT's dispatcherbrettw2015-06-011-22/+2
* content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-212-3/+3
* Pepper: Remove Mojo integration and tests.teravest2015-04-231-7/+0
* Update {virtual,override} to follow C++11 style in ppapi.nick2015-04-232-23/+21
* Stop adding the "files/" prefix when sending open_resource IPCyusukes2015-04-161-3/+1
* Don't lock ProxyLock on the IO threaddmichael2015-04-022-3/+10
* Non-SFI NaCl: Batch-open resource filesyusukes2015-03-102-0/+46
* Remove irt_nonsfi.h, which is no longer necessary.mazda2015-02-241-31/+0
* Pepper: Use the Mojo IRT interface in Chrome.teravest2015-02-172-0/+11
* Prepare for moving nacl_irt_icache definition to the NaCl repository.mazda2015-02-161-0/+7
* NaCl: Remove now-unneeded call to the "init_done" SRPC methodmseaborn2015-01-232-13/+0
* Remove nonsfi token workaround.teravest2015-01-151-8/+3
* Revert of NaCl: Remove reliance on "init_done" SRPC call in the non-PNaCl cas...mseaborn2015-01-141-5/+5
* NaCl: Remove reliance on "init_done" SRPC call in the non-PNaCl casemseaborn2015-01-131-5/+5
* Revert of Remove nonsfi token workaround. (patchset #1 id:20001 of https://co...nya2015-01-071-3/+8
* Remove nonsfi token workaround.teravest2015-01-051-8/+3
* Remove deprecated methods from Pickle.avi2014-12-281-1/+1
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-281-1/+1
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-2/+2
* Remove deprecated methods from Pickle.Avi Drissman2014-12-221-1/+1
* NaCl cleanup: Remove an unused SRPC channelmseaborn2014-12-182-13/+7
* NaCl cleanup: Remove assignment to g_is_main_threadmseaborn2014-12-122-10/+0
* Non-SFI mode: Build ppapi libraries for nacl_helper_nonsfi.hidehiko2014-10-304-3/+31
* NaCl: Ensure that sysconf() is declared: add missing #include of <unistd.h>mseaborn2014-10-221-0/+2
* replace OVERRIDE and FINAL with override and final in ppapi/mostynb2014-10-062-18/+18
* PPAPI: Fix GetBrowserInterface race conditionsdmichael2014-09-181-1/+1
* Revert of PPAPI: Fix GetBrowserInterface race conditions (patchset #6 id:1000...raymes2014-09-151-1/+1
* PPAPI: Fix GetBrowserInterface race conditionsdmichael2014-09-131-1/+1
* 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-104-8/+51
* 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
* NaCl: Fix irt_ppapi.h to compile with -Wstrict-prototypesmseaborn@chromium.org2014-06-061-1/+1
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-052-4/+4
* Remove PlatformFile from ppapirvargas@chromium.org2014-06-031-1/+1
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-022-6/+7
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-022-7/+6
* Implement nacl_irt_icache for non-sfi mode.mazda@chromium.org2014-05-081-0/+24
* Implement open_resource in non-SFI mode.hidehiko@chromium.org2014-05-024-2/+60