summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-302-6/+6
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-292-4/+2
* NaCl: Fix link time error when DISABLE_NACL is setmseaborn@chromium.org2010-07-291-0/+5
* NaCl: Allow setting up multiple sockets for subprocess instead of just onemseaborn@chromium.org2010-07-292-48/+98
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-263-0/+3
* Moved common parts of ChildProcessHost into chrome/common and created a Brows...sanjeevr@chromium.org2010-07-035-14/+15
* Clean up of chrome_browser.gypi/nacl_host files.estade@chromium.org2010-06-166-24/+20
* Revert 46384 - Fix race in zygote_host_linux where socket was being read from...kkania@chromium.org2010-05-052-15/+5
* Fix race in zygote_host_linux where socket was being read from and written to...kkania@chromium.org2010-05-042-5/+15
* Make DidProcessCrash a bit more solid and accurate on Windowsphajdan.jr@chromium.org2010-04-061-4/+2
* Don't keep a pointer to NaClBrokerHost in NaClBrokerService - use ChildProces...gregoryd@google.com2010-03-175-64/+29
* Run NaCl itself in Chromium's Linux sandboxmseaborn@chromium.org2010-03-091-1/+1
* Terminate NaCl broker process when no loader processes are runninggregoryd@google.com2010-03-086-11/+70
* Add support for starting NaCl win64 process if nacl64.exe is in the version d...gregoryd@google.com2010-03-061-3/+4
* Revert 40744 - Terminate NaCl broker process when no loader processes are run...gregoryd@google.com2010-03-056-70/+11
* Terminate NaCl broker process when no loader processes are runninggregoryd@google.com2010-03-056-11/+70
* Remove the --enable-nacl-on-mac flag, since the syscall thunking code is securedspringer@google.com2010-03-021-9/+1
* Move more files from chrome/common to chrome/browserphajdan.jr@chromium.org2010-02-232-2/+2