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
/
chrome
/
browser
/
nacl_host
/
nacl_process_host.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dependency from NaCl code to Extensions.
alexis.menard@intel.com
2013-10-18
1
-2
/
+1
*
SocketDescriptor moved to separate file.
vitalybuka@chromium.org
2013-08-28
1
-2
/
+2
*
NaCl: Randomise the sandbox base address on 32-bit Windows
mseaborn@chromium.org
2013-08-23
1
-0
/
+4
*
Re-enable crash throttling for PNaCl processes.
sehr@google.com
2013-08-19
1
-0
/
+13
*
Revert 217860 "Implement per-browser crash throttling for NaCl p..." which br...
mattm@chromium.org
2013-08-15
1
-2
/
+0
*
Implement per-browser crash throttling for NaCl processes.
sehr@google.com
2013-08-15
1
-0
/
+2
*
Update include paths in chrome/browser/ for base/process changes.
rsesek@chromium.org
2013-07-24
1
-1
/
+1
*
Move common files from chrome/common to components/nacl/common.
yael.aharon@intel.com
2013-07-23
1
-1
/
+1
*
Show more different NaCl loading errors.
halyavin@google.com
2013-07-22
1
-0
/
+8
*
Use a direct include of the message_loop header in chrome/browser/, part 7.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Create NaClBrowserDelegate to hide chrome specific implementation from NaCl c...
yael.aharon@intel.com
2013-07-09
1
-2
/
+4
*
chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1
tfarina@chromium.org
2013-07-02
1
-1
/
+1
*
Remove the dependency from nacl_process_host on extensions.
yael.aharon@intel.com
2013-07-01
1
-7
/
+4
*
Separate NaCl messages from the rest of chrome messages and create a new mess...
yael.aharon@intel.com
2013-06-18
1
-4
/
+4
*
Disable untrusted exception handling for PNaCl
sehr@chromium.org
2013-06-13
1
-3
/
+3
*
Revert 205914 "Disable untrusted exception handling for PNaCl"
sail@chromium.org
2013-06-12
1
-3
/
+3
*
Disable untrusted exception handling for PNaCl
sehr@chromium.org
2013-06-12
1
-3
/
+3
*
NaCl: Redo GDB launcher to use debug-stub-based nacl-gdb instead of nacl64-gdb
halyavin@google.com
2013-06-11
1
-14
/
+2
*
NaCl: enable meta-based validation for shared libraries.
ncbray@chromium.org
2013-05-29
1
-0
/
+5
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
1
-1
/
+1
*
Revert 202278 "NaCl: enable meta-based validation for shared lib..."
rsesek@chromium.org
2013-05-25
1
-5
/
+0
*
NaCl: enable meta-based validation for shared libraries.
ncbray@chromium.org
2013-05-25
1
-0
/
+5
*
Pass profile directory to NaClProcessHost
victorhsieh@chromium.org
2013-04-29
1
-1
/
+5
*
Disables dyncode syscalls for nexes that were produced by the pnacl translato...
sehr@chromium.org
2013-04-23
1
-0
/
+3
*
net: move socket files from net/base to net/socket
phajdan.jr@chromium.org
2013-04-09
1
-1
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
NaCl: Remove use of the C++ IMC interface; use the C version instead
mseaborn@chromium.org
2013-02-13
1
-1
/
+1
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-3
/
+3
*
Move file_util_proxy to base/files.
brettw@chromium.org
2013-01-26
1
-1
/
+1
*
Remove the NaCl SRPC proxy from Chrome.
bbudge@chromium.org
2013-01-17
1
-2
/
+3
*
When launching PNaCl helper nexes, explicitly disable IRT loading.
jvoung@google.com
2013-01-11
1
-0
/
+3
*
Remove the socket_count parameter from NaCl Launch IPC messages.
jvoung@google.com
2013-01-09
1
-1
/
+0
*
Add support for external out-of-process PPAPI plugins in the browser.
bbudge@chromium.org
2012-11-07
1
-0
/
+7
*
Fix private PPAPI API access for NaCl by passing render_id to PepperMessageFi...
bbudge@chromium.org
2012-11-06
1
-0
/
+4
*
Pass PPAPI permissions to NaClProcessHost and HostDispatcher when starting up.
bbudge@chromium.org
2012-11-01
1
-1
/
+4
*
Hook up PpapiPermissions in more places.
brettw@chromium.org
2012-10-02
1
-0
/
+2
*
NaCl: Bind TCP socket for the GDB debug stub in the browser process
halyavin@chromium.org
2012-09-14
1
-0
/
+7
*
Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser process
bbudge@chromium.org
2012-08-30
1
-0
/
+26
*
Revert 154134 - Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser...
bbudge@chromium.org
2012-08-30
1
-26
/
+0
*
Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser process
bbudge@chromium.org
2012-08-30
1
-0
/
+26
*
NaCl: Permit using the debug exception handler when the debug stub is enabled
mseaborn@chromium.org
2012-08-11
1
-0
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
RefCounted types should not have public destructors, delegate cleanup
rsleevi@chromium.org
2012-06-26
1
-1
/
+3
*
Add an IPC channel between the NaCl loader process and the renderer.
bbudge@chromium.org
2012-06-22
1
-1
/
+6
*
Revert 143656 - Add an IPC channel between the NaCl loader process and the re...
mrossetti@chromium.org
2012-06-22
1
-6
/
+1
*
Add an IPC channel between the NaCl loader process and the renderer.
bbudge@chromium.org
2012-06-22
1
-1
/
+6
*
Revert 143483 - Add an IPC channel between the NaCl loader process and the re...
bbudge@chromium.org
2012-06-21
1
-6
/
+1
*
Add an IPC channel between the NaCl loader process and the renderer.
bbudge@chromium.org
2012-06-21
1
-1
/
+6
*
NaCl Validation Caching: support incognito mode.
ncbray@chromium.org
2012-05-30
1
-2
/
+5
*
NaCl: Remove duplicated logging for the process exit status
mseaborn@chromium.org
2012-05-22
1
-1
/
+0
[next]