summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host/nacl_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Pass the nacl start parameters as a struct.brettw@chromium.org2012-04-171-22/+27
* Supply Windows handle-passing function to NaClmseaborn@chromium.org2012-04-171-0/+15
* Have only toplevel functions delete this.brettw@chromium.org2012-04-101-60/+56
* Change the URL for the nacl process host to use an actual GURL instead of var...brettw@chromium.org2012-04-081-8/+12
* Reorder nacl_process_host functions.brettw@chromium.org2012-04-061-338/+340
* Enable --nacl-gdb flag on Linux. halyavin@google.com2012-04-051-13/+126
* Refactoring in NaClProcessHost::DebugContext. halyavin@google.com2012-04-051-13/+9
* NaCl validation caching: plumb through HMAC key and version info.ncbray@google.com2012-03-301-5/+26
* Instrument NaCl validation caching with UMA histograms.ncbray@chromium.org2012-03-271-5/+11
* Reland - Create a database for NaCl validation caching that is shared between...nduca@google.com2012-03-271-3/+50
* Revert 129061 - Create a database for NaCl validation caching that is shared ...nduca@google.com2012-03-271-50/+3
* Create a database for NaCl validation caching that is shared between processes.ncbray@chromium.org2012-03-271-3/+50
* NaCl: Remove needless use of std::wstring for channel IDsmseaborn@chromium.org2012-03-251-2/+1
* NaCl: Make hardware exception handling work on 64-bit Windowsmseaborn@chromium.org2012-03-241-35/+44
* Autodetect manifest when the NaCl loader is run with nacl-gdb.halyavin@google.com2012-03-241-4/+26
* Fix memory leak when errors happens in NaClProcessHost::Launch. Allow Launch tohalyavin@google.com2012-03-221-21/+23
* NaCl: Allow hardware exception handling to be enabled on Linux and Macmseaborn@chromium.org2012-03-211-17/+23
* Test for --nacl-gdb functionality.halyavin@google.com2012-03-191-2/+8
* [Coverity] pass-by-value converted to pass-by-refgroby@chromium.org2012-03-141-2/+2
* Adds new flag "--nacl-gdb". If this flag is set, NaCl loaders will be launche...halyavin@google.com2012-03-111-15/+90
* NaCl: Fix shutting down the NaCl broker processmseaborn@chromium.org2012-03-111-9/+3
* Fix memory leak in LaunchSelLdr.halyavin@google.com2012-03-021-4/+4
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-241-7/+8
* Chrome part of exception handling support. The debugger is attached when new ...halyavin@google.com2012-01-311-1/+183
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-17/+21
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-21/+17
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-17/+21
* Group BrowserChildProcesshost methods that will be part of the interface toge...jam@chromium.org2012-01-171-2/+2
* Get rid of unnecessary accessors in BrowserProcessHost that were transitional...jam@chromium.org2012-01-131-5/+6
* Always send a reply to nacl launch requests.brettw@chromium.org2011-12-211-3/+7
* Revert 115246 - [coverity] Fix memory leak.jeremya@chromium.org2011-12-211-5/+4
* [coverity] Fix memory leak.csilv@chromium.org2011-12-211-4/+5
* Fix ARM build of nacl_process_host codemcgrathr@chromium.org2011-12-191-6/+7
* Fix platform conditionalization of NaCl IRT file namemcgrathr@chromium.org2011-12-161-12/+29
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-5/+7
* Simplify BrowserChildProcessHost in preparation for refactoring it so that co...jam@chromium.org2011-12-031-5/+8
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-021-29/+25
* Give base::SharedMemory::CreateAnonymous an executable flagmcgrathr@chromium.org2011-12-011-1/+4
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-1/+1
* Revert 110361 - NaCl: preallocate shared-memory object on Linux as on MacOSXmcgrathr@chromium.org2011-11-181-5/+5
* Clean up disable_naclmcgrathr@chromium.org2011-11-181-12/+0
* Revert 110557 - Use nacl::CreateMemoryObject to create dynamic code shared me...ajwong@chromium.org2011-11-171-8/+12
* Use nacl::CreateMemoryObject to create dynamic code shared memory objectmcgrathr@chromium.org2011-11-171-12/+8
* NaCl: preallocate shared-memory object on Linux as on MacOSXmcgrathr@chromium.org2011-11-161-5/+5
* Open NaCl IRT file only once at startupmcgrathr@chromium.org2011-11-151-68/+195
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callbackkinuko@chromium.org2011-10-191-3/+2
* base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.jhawkins@chromium.org2011-10-171-3/+4
* NaCl: Print a log message if the NaCl process exitsmseaborn@chromium.org2011-09-231-0/+12
* Make the NaCl windows 64 bit binaries not depend on chrome targets. These tar...jam@chromium.org2011-09-121-1/+2