| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash r... | jam@chromium.org | 2011-05-02 | 1 | -2/+0 |
* | Switch most BrowserChildProcessHost subclasses to using the new constructor. | willchan@chromium.org | 2011-04-08 | 1 | -1/+1 |
* | Remove RDH from UtilityProcessHost. | willchan@chromium.org | 2011-04-06 | 1 | -3/+2 |
* | Revert 80702 - Remove RDH from UtilityProcessHost.The utility process should ... | isherman@chromium.org | 2011-04-06 | 1 | -2/+3 |
* | Remove RDH from UtilityProcessHost. | willchan@chromium.org | 2011-04-06 | 1 | -3/+2 |
* | Add a webstore install method that lets us prompt the user before downloading. | asargent@chromium.org | 2011-04-05 | 1 | -0/+20 |
* | Move app/app_switches to ui/gfx/gl/gl_switches. | backer@chromium.org | 2011-03-21 | 1 | -2/+1 |
* | Move all the message files in chrome that belong in content. | jam@chromium.org | 2011-03-16 | 1 | -2/+2 |
* | Fix crash in utility process when running chrome with --no-sandbox. | mpcomplete@chromium.org | 2011-03-04 | 1 | -0/+2 |
* | IndexedDB: Allow injection of keys into values via key path. | hans@chromium.org | 2011-02-17 | 1 | -0/+13 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -0/+1 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -2/+6 |
* | Create a ResourceMessageFilter to filter resource related IPCs. This gets ri... | jam@chromium.org | 2010-12-15 | 1 | -6/+0 |
* | This adds some plumbing for propagating the status and error code of a render... | gspencer@chromium.org | 2010-12-14 | 1 | -2/+2 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 1 | -0/+10 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 1 | -2/+2 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 1 | -2/+2 |
* | Rename ChromeThread to BrowserThread Part16: | tfarina@chromium.org | 2010-10-11 | 1 | -3/+3 |
* | Implement new strategy for default apps. Instead of using | aa@chromium.org | 2010-10-09 | 1 | -3/+0 |
* | Remove logging for issue 35198. | skerner@chromium.org | 2010-09-24 | 1 | -3/+0 |
* | Removes indexed_db_param_traits.h depedencies on WebKit headers. | bulach@chromium.org | 2010-09-09 | 1 | -0/+1 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -0/+1 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 1 | -0/+1 |
* | Adds IDBKeyPath parser / extractor, and provides a mechanism to call it sandb... | bulach@chromium.org | 2010-08-18 | 1 | -1/+33 |
* | PrependWrapper is platform-specific, so it should take a platform string. | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | enable apps by default | erikkay@chromium.org | 2010-08-02 | 1 | -2/+2 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 1 | -4/+4 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 1 | -4/+2 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | Moved common parts of ChildProcessHost into chrome/common and created a Brows... | sanjeevr@chromium.org | 2010-07-03 | 1 | -1/+1 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-07-01 | 1 | -0/+3 |
* | Revert 51231 - Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -3/+0 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -0/+3 |
* | Give the extension unpacker process a junction/symlink free path to the unpac... | skerner@chromium.org | 2010-06-09 | 1 | -24/+1 |
* | Re-land r47079: Shorten several appsrelated flags. | aa@chromium.org | 2010-05-13 | 1 | -2/+2 |
* | Revert 47079 - Shorten several appsrelated flags. "256 characters should be e... | aa@chromium.org | 2010-05-12 | 1 | -2/+2 |
* | Shorten several apps-related flags. "256 characters should be enough for anyo... | aa@chromium.org | 2010-05-12 | 1 | -2/+2 |
* | Use realpath() to find the path to the extension unpack dir on posix systems. | skerner@chromium.org | 2010-05-12 | 1 | -1/+24 |
* | Added decoding of any supported image format into vector of chars. | avayvod@google.com | 2010-04-15 | 1 | -0/+13 |
* | Make utility process succeed in unpacking .crx file with | joi@chromium.org | 2010-02-25 | 1 | -0/+5 |
* | Create initial GPU backing store in the GPU process for X windows applications. | brettw@chromium.org | 2010-01-26 | 1 | -1/+2 |
* | Reland 36337: Add launch configuration to apps. Create a desktop shortcut if ... | aa@chromium.org | 2010-01-15 | 1 | -0/+3 |
* | Revert 36337 and 36338. Compile failure. | aa@chromium.org | 2010-01-15 | 1 | -3/+0 |
* | Add launch configuration to apps. Create a desktop shortcut | aa@chromium.org | 2010-01-15 | 1 | -0/+3 |
* | Move the utility process messages to their own file now that we have more than | brettw@chromium.org | 2009-12-15 | 1 | -1/+1 |
* | Make BrowserProcess::GetApplicationLocale thread safe and migrate | tony@chromium.org | 2009-12-10 | 1 | -3/+1 |
* | Have the utility process run out of process on Linux again by | tony@chromium.org | 2009-12-09 | 1 | -9/+4 |
* | Add regex escaping code to Mac sandbox implementation and re-enable the utili... | jeremy@chromium.org | 2009-12-03 | 1 | -2/+2 |
* | Launch all child processes asynchronously so as not to block the IO thread. | jam@chromium.org | 2009-11-21 | 1 | -54/+25 |
* | Remove the utility process unit tests to simplify the utility process code a ... | jam@chromium.org | 2009-11-19 | 1 | -4/+1 |