summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host
Commit message (Expand)AuthorAgeFilesLines
* NaCl: Pass process info through to the Windows debug exception handlermseaborn@chromium.org2012-05-045-8/+12
* NaCl: Attach the Windows debug exception handler on demandmseaborn@chromium.org2012-05-036-203/+101
* NaCl: Pass the process handle to the broker rather than reopening itmseaborn@chromium.org2012-04-275-8/+45
* Change NaClBrokerService to use weak pointers to NaClProcessHostmseaborn@chromium.org2012-04-263-13/+20
* NaCl: Don't pass the NaCl process's Windows handle to the renderer processmseaborn@chromium.org2012-04-231-24/+2
* Pass the nacl start parameters as a struct.brettw@chromium.org2012-04-172-24/+37
* Supply Windows handle-passing function to NaClmseaborn@chromium.org2012-04-171-0/+15
* Have only toplevel functions delete this.brettw@chromium.org2012-04-102-61/+66
* Disable NaClGdbTest.Empty under ASAN-only. Remove useless asan gtest exclude ...thestig@chromium.org2012-04-091-3/+2
* Change the URL for the nacl process host to use an actual GURL instead of var...brettw@chromium.org2012-04-082-9/+18
* Reorder nacl_process_host functions.brettw@chromium.org2012-04-062-340/+342
* Disable NaClGdbTest.Empty on Linux. It currently fails on the ASAN bot.binji@chromium.org2012-04-051-1/+8
* Enable --nacl-gdb flag on Linux. halyavin@google.com2012-04-055-17/+167
* 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-302-6/+27
* 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-272-4/+56
* Revert 129061 - Create a database for NaCl validation caching that is shared ...nduca@google.com2012-03-272-56/+4
* Create a database for NaCl validation caching that is shared between processes.ncbray@chromium.org2012-03-272-4/+56
* NaCl: Remove needless use of std::wstring for channel IDsmseaborn@chromium.org2012-03-255-12/+10
* NaCl: Make hardware exception handling work on 64-bit Windowsmseaborn@chromium.org2012-03-246-38/+90
* Autodetect manifest when the NaCl loader is run with nacl-gdb.halyavin@google.com2012-03-242-6/+35
* NaCl: Remove unused "stopping_" fieldmseaborn@chromium.org2012-03-232-7/+3
* Fix memory leak when errors happens in NaClProcessHost::Launch. Allow Launch tohalyavin@google.com2012-03-222-26/+30
* NaCl: Allow hardware exception handling to be enabled on Linux and Macmseaborn@chromium.org2012-03-212-19/+25
* Test for --nacl-gdb functionality.halyavin@google.com2012-03-194-2/+153
* [Coverity] pass-by-value converted to pass-by-refgroby@chromium.org2012-03-142-3/+3
* Adds new flag "--nacl-gdb". If this flag is set, NaCl loaders will be launche...halyavin@google.com2012-03-112-15/+94
* NaCl: Fix shutting down the NaCl broker processmseaborn@chromium.org2012-03-112-10/+5
* 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-312-2/+193
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-205-35/+58
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-205-58/+35
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-205-35/+58
* Group BrowserChildProcesshost methods that will be part of the interface toge...jam@chromium.org2012-01-173-8/+5
* 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-212-5/+14
* 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-032-9/+11
* Simplify BrowserChildProcessHost in preparation for refactoring it so that co...jam@chromium.org2011-12-032-7/+9
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-023-34/+29
* 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-013-3/+3
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-5/+6
* 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