| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable Breakpad for crashes in trusted code in Native Client on Chrome for Li... | cstefansen@google.com | 2011-01-14 | 1 | -0/+2 |
* | Cleanup: Remove unneeded includes of chrome_switches.h. | thestig@chromium.org | 2011-01-11 | 1 | -1/+0 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 4 | -4/+8 |
* | Create a ResourceMessageFilter to filter resource related IPCs. This gets ri... | jam@chromium.org | 2010-12-15 | 4 | -26/+2 |
* | Deinline even more destructors. | erg@google.com | 2010-12-14 | 2 | -1/+5 |
* | This adds some plumbing for propagating the status and error code of a render... | gspencer@chromium.org | 2010-12-14 | 2 | -4/+5 |
* | Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act... | jam@chromium.org | 2010-12-14 | 2 | -12/+12 |
* | Remove unneeded browser_process.h includes. | thestig@chromium.org | 2010-12-05 | 2 | -2/+0 |
* | NaCl: Implement CreateMemoryObject() to support dynamic loading on Mac | mseaborn@chromium.org | 2010-11-11 | 1 | -0/+24 |
* | Add histogram to track number of .nexe launches, normalized against opening n... | mmortensen@google.com | 2010-10-28 | 1 | -1/+2 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 2 | -5/+4 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 2 | -4/+5 |
* | Fix clang build when disable_nacl=1. | thakis@chromium.org | 2010-09-27 | 1 | -0/+2 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 2 | -6/+6 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 2 | -4/+2 |
* | NaCl: Fix link time error when DISABLE_NACL is set | mseaborn@chromium.org | 2010-07-29 | 1 | -0/+5 |
* | NaCl: Allow setting up multiple sockets for subprocess instead of just one | mseaborn@chromium.org | 2010-07-29 | 2 | -48/+98 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 3 | -0/+3 |
* | Moved common parts of ChildProcessHost into chrome/common and created a Brows... | sanjeevr@chromium.org | 2010-07-03 | 5 | -14/+15 |
* | Clean up of chrome_browser.gypi/nacl_host files. | estade@chromium.org | 2010-06-16 | 6 | -24/+20 |
* | Revert 46384 - Fix race in zygote_host_linux where socket was being read from... | kkania@chromium.org | 2010-05-05 | 2 | -15/+5 |
* | Fix race in zygote_host_linux where socket was being read from and written to... | kkania@chromium.org | 2010-05-04 | 2 | -5/+15 |
* | Make DidProcessCrash a bit more solid and accurate on Windows | phajdan.jr@chromium.org | 2010-04-06 | 1 | -4/+2 |
* | Don't keep a pointer to NaClBrokerHost in NaClBrokerService - use ChildProces... | gregoryd@google.com | 2010-03-17 | 5 | -64/+29 |
* | Run NaCl itself in Chromium's Linux sandbox | mseaborn@chromium.org | 2010-03-09 | 1 | -1/+1 |
* | Terminate NaCl broker process when no loader processes are running | gregoryd@google.com | 2010-03-08 | 6 | -11/+70 |
* | Add support for starting NaCl win64 process if nacl64.exe is in the version d... | gregoryd@google.com | 2010-03-06 | 1 | -3/+4 |
* | Revert 40744 - Terminate NaCl broker process when no loader processes are run... | gregoryd@google.com | 2010-03-05 | 6 | -70/+11 |
* | Terminate NaCl broker process when no loader processes are running | gregoryd@google.com | 2010-03-05 | 6 | -11/+70 |
* | Remove the --enable-nacl-on-mac flag, since the syscall thunking code is secure | dspringer@google.com | 2010-03-02 | 1 | -9/+1 |
* | Move more files from chrome/common to chrome/browser | phajdan.jr@chromium.org | 2010-02-23 | 2 | -2/+2 |
* | Fix bugs in the broker that cause the browser to crash when trying to unload ... | gregoryd@google.com | 2010-02-22 | 1 | -3/+4 |
* | Move nacl_process_host files into browser/nacl_host | gregoryd@google.com | 2010-02-11 | 4 | -2/+320 |
* | Implement the broker process that launches NaCl loader processes on 64-bit Wi... | gregoryd@google.com | 2010-02-01 | 4 | -0/+246 |
* | Revert 37578 - Implement the broker process that launches NaCl loader process... | gregoryd@google.com | 2010-01-30 | 4 | -246/+0 |
* | Implement the broker process that launches NaCl loader processes on 64-bit Wi... | gregoryd@google.com | 2010-01-30 | 4 | -0/+246 |