summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-1/+2
* Remove RDH from NaCl process hosts.willchan@chromium.org2011-04-066-33/+13
* Move some files from base to base/memory.levin@chromium.org2011-03-282-4/+4
* Add a ChromeRenderMessageFilter, which is like RenderMessageFilter but outsid...jam@chromium.org2011-03-242-15/+16
* Create a "GetWOW64Status()" utility function and make the rest of the codebas...pkasting@chromium.org2011-03-042-28/+3
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-1/+1
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-012-2/+2
* Move core pieces of browser\renderer_host to src\content.jam@chromium.org2011-02-192-17/+30
* Enable Breakpad for crashes in trusted code in Native Client on Chrome for Li...cstefansen@google.com2011-01-141-0/+2
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-1/+0
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-244-4/+8
* Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...jam@chromium.org2010-12-154-26/+2