summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-152-78/+200
* 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-172-5/+6
* 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-122-2/+5
* Give plug-in processes an executable heap and disable PIE/ASLR for Nativemark@chromium.org2011-08-241-1/+16
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-1/+1
* Fix a small leak in FileUtilProxykinuko@chromium.org2011-08-191-1/+0
* wstring: remove wstrings from ChildProcessInfoevan@chromium.org2011-08-051-1/+1
* NaCl: Fix socket FD leak in NaCl process startup on Unixmseaborn@chromium.org2011-07-271-6/+1
* NaCl: Allow the IRT library to be overridden via an environment variablemseaborn@chromium.org2011-07-191-6/+20
* Coverity: Remove unneeded for loop in NaClBrokerService::GetBrokerHost.thestig@chromium.org2011-07-011-8/+5
* Remove NaCl.Startups histogram, this data is tracked in the NaCl plugin nowelijahtaylor@google.com2011-05-251-2/+0
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* NaCl: Add missing error handling in nacl_process_host.ccmseaborn@chromium.org2011-05-091-24/+40
* Add --nacl-loader-cmd-prefix option.eugenis@google.com2011-05-051-2/+11
* NaCl: Send the integrated runtime (IRT) library to NaClmseaborn@chromium.org2011-05-032-11/+68
* Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash r...jam@chromium.org2011-05-021-2/+0
* Switch most BrowserChildProcessHost subclasses to using the new constructor.willchan@chromium.org2011-04-082-2/+2
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-1/+2
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-2/+1