index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ppapi
/
nacl_irt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unused mojo_nacl code and GYP targets.
rockot
2015-08-11
1
-3
/
+0
*
Let IPC::SyncMessageFilter take advantage of thread-safe Send.
rockot
2015-08-06
1
-1
/
+2
*
NaCl: Copy PNaCl translator IRT interfaces to the Chromium side
mseaborn
2015-07-22
5
-0
/
+201
*
Reland of NaCl cleanup: Split out irt_interfaces.cc from irt_ppapi.cc (patchs...
mseaborn
2015-07-21
5
-67
/
+88
*
Revert of NaCl cleanup: Split out irt_interfaces.cc from irt_ppapi.cc (patchs...
rsleevi
2015-07-20
5
-88
/
+67
*
NaCl cleanup: Split out irt_interfaces.cc from irt_ppapi.cc
mseaborn
2015-07-20
5
-67
/
+88
*
NaCl: Add myself as an owner of ppapi/nacl_irt/
mseaborn
2015-07-20
1
-0
/
+1
*
Fixed all overloaded virtual methods on Windows.
mgiuca
2015-07-08
2
-2
/
+2
*
ppapi: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-12
6
-31
/
+27
*
Change most uses of Pickle to base::Pickle
brettw
2015-06-03
1
-1
/
+1
*
Update pepper to not assume that SharedMemoryHandle is an int.
erikchen
2015-06-02
2
-0
/
+9
*
Remove IPC logging from Nacl IRT's dispatcher
brettw
2015-06-01
1
-22
/
+2
*
content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-05-21
2
-3
/
+3
*
Pepper: Remove Mojo integration and tests.
teravest
2015-04-23
1
-7
/
+0
*
Update {virtual,override} to follow C++11 style in ppapi.
nick
2015-04-23
2
-23
/
+21
*
Stop adding the "files/" prefix when sending open_resource IPC
yusukes
2015-04-16
1
-3
/
+1
*
Don't lock ProxyLock on the IO thread
dmichael
2015-04-02
2
-3
/
+10
*
Non-SFI NaCl: Batch-open resource files
yusukes
2015-03-10
2
-0
/
+46
*
Remove irt_nonsfi.h, which is no longer necessary.
mazda
2015-02-24
1
-31
/
+0
*
Pepper: Use the Mojo IRT interface in Chrome.
teravest
2015-02-17
2
-0
/
+11
*
Prepare for moving nacl_irt_icache definition to the NaCl repository.
mazda
2015-02-16
1
-0
/
+7
*
NaCl: Remove now-unneeded call to the "init_done" SRPC method
mseaborn
2015-01-23
2
-13
/
+0
*
Remove nonsfi token workaround.
teravest
2015-01-15
1
-8
/
+3
*
Revert of NaCl: Remove reliance on "init_done" SRPC call in the non-PNaCl cas...
mseaborn
2015-01-14
1
-5
/
+5
*
NaCl: Remove reliance on "init_done" SRPC call in the non-PNaCl case
mseaborn
2015-01-13
1
-5
/
+5
*
Revert of Remove nonsfi token workaround. (patchset #1 id:20001 of https://co...
nya
2015-01-07
1
-3
/
+8
*
Remove nonsfi token workaround.
teravest
2015-01-05
1
-8
/
+3
*
Remove deprecated methods from Pickle.
avi
2014-12-28
1
-1
/
+1
*
Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...
avi
2014-12-28
1
-1
/
+1
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-23
1
-2
/
+2
*
Remove deprecated methods from Pickle.
Avi Drissman
2014-12-22
1
-1
/
+1
*
NaCl cleanup: Remove an unused SRPC channel
mseaborn
2014-12-18
2
-13
/
+7
*
NaCl cleanup: Remove assignment to g_is_main_thread
mseaborn
2014-12-12
2
-10
/
+0
*
Non-SFI mode: Build ppapi libraries for nacl_helper_nonsfi.
hidehiko
2014-10-30
4
-3
/
+31
*
NaCl: Ensure that sysconf() is declared: add missing #include of <unistd.h>
mseaborn
2014-10-22
1
-0
/
+2
*
replace OVERRIDE and FINAL with override and final in ppapi/
mostynb
2014-10-06
2
-18
/
+18
*
PPAPI: Fix GetBrowserInterface race conditions
dmichael
2014-09-18
1
-1
/
+1
*
Revert of PPAPI: Fix GetBrowserInterface race conditions (patchset #6 id:1000...
raymes
2014-09-15
1
-1
/
+1
*
PPAPI: Fix GetBrowserInterface race conditions
dmichael
2014-09-13
1
-1
/
+1
*
Non-SFI mode: Quick workaround of unexpected CHECK failure.
hidehiko
2014-09-11
1
-0
/
+6
*
Pepper: Stop using SRPC for irt_open_resource().
Justin TerAvest
2014-09-10
4
-8
/
+51
*
Remove implicit conversions from scoped_refptr to T* in ppapi/
Daniel Cheng
2014-08-26
1
-1
/
+1
*
Fix race condition on ManifestService initialization.
hidehiko@chromium.org
2014-06-17
1
-1
/
+44
*
NaCl: Fix irt_ppapi.h to compile with -Wstrict-prototypes
mseaborn@chromium.org
2014-06-06
1
-1
/
+1
*
Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()
morrita@chromium.org
2014-06-05
2
-4
/
+4
*
Remove PlatformFile from ppapi
rvargas@chromium.org
2014-06-03
1
-1
/
+1
*
Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."
lambroslambrou@chromium.org
2014-06-02
2
-6
/
+7
*
Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()
morrita@chromium.org
2014-06-02
2
-7
/
+6
*
Implement nacl_irt_icache for non-sfi mode.
mazda@chromium.org
2014-05-08
1
-0
/
+24
*
Implement open_resource in non-SFI mode.
hidehiko@chromium.org
2014-05-02
4
-2
/
+60
[next]