summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deinline even more destructors.erg@google.com2010-12-142-1/+5
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-142-4/+5
* Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...jam@chromium.org2010-12-142-12/+12
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-052-2/+0
* NaCl: Implement CreateMemoryObject() to support dynamic loading on Macmseaborn@chromium.org2010-11-111-0/+24
* Add histogram to track number of .nexe launches, normalized against opening n...mmortensen@google.com2010-10-281-1/+2
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-192-5/+4
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-192-4/+5
* Fix clang build when disable_nacl=1.thakis@chromium.org2010-09-271-0/+2
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1