summaryrefslogtreecommitdiffstats
path: root/chrome/browser/utility_process_host.h
Commit message (Expand)AuthorAgeFilesLines
* Added decoding of any supported image format into vector of chars.avayvod@google.com2010-04-151-0/+13
* This looks like it was causing the pipe to sometimes overfill.aa@chromium.org2010-03-171-2/+1
* Move more files from chrome/common to chrome/browserphajdan.jr@chromium.org2010-02-231-1/+1
* Refactor extension autoupdater.asargent@chromium.org2010-01-281-1/+1
* Launch all child processes asynchronously so as not to block the IO thread.jam@chromium.org2009-11-211-1/+1
* Remove the utility process unit tests to simplify the utility process code a ...jam@chromium.org2009-11-191-3/+0
* Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...cira@chromium.org2009-11-181-5/+6
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-1/+6
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-3/+3
* Use FilePath in ChildProcessHost.evan@chromium.org2009-10-131-1/+1
* Add single line of tips to NNTP.mirandac@chromium.org2009-08-261-1/+1
* Do extensions update manifest XML parsing in a sandboxed process.asargent@chromium.org2009-08-201-0/+13
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Make UtilityProcessHost destructor virtual.mattm@chromium.org2009-07-221-1/+1
* Fix extension unpacking on linux/mactc@google.com2009-06-241-0/+7
* First draft of web resource service; fetches data from a JSON feed mirandac@chromium.org2009-06-181-1/+21
* Fix an issue where themes would sporadically fail to install.mpcomplete@google.com2009-06-051-5/+1
* Have the browser process rewrite manifest.json and theme/page action imagesmpcomplete@google.com2009-05-221-4/+14
* Introducing the Utility process, which handles the unpacking and verificationmpcomplete@google.com2009-05-151-0/+79