summaryrefslogtreecommitdiffstats
path: root/chrome/browser/utility_process_host.h
Commit message (Expand)AuthorAgeFilesLines
* Move UtilityProcessHost to content and move the message sending/dispatching t...jam@chromium.org2011-06-091-194/+0
* Remove RDH from UtilityProcessHost.willchan@chromium.org2011-04-061-2/+1
* Revert 80702 - Remove RDH from UtilityProcessHost.The utility process should ...isherman@chromium.org2011-04-061-1/+2
* Remove RDH from UtilityProcessHost.willchan@chromium.org2011-04-061-2/+1
* Add a webstore install method that lets us prompt the user before downloading.asargent@chromium.org2011-04-051-1/+16
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-2/+2
* IndexedDB: Allow injection of keys into values via key path.hans@chromium.org2011-02-171-0/+12
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+2
* Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...jam@chromium.org2010-12-151-4/+0
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-141-2/+2
* Even more virtual method deinlining.erg@google.com2010-12-131-4/+2
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-1/+1
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-191-2/+2
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-191-2/+2
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part16:tfarina@chromium.org2010-10-111-2/+2
* Adds IDBKeyPath parser / extractor, and provides a mechanism to call it sandb...bulach@chromium.org2010-08-181-1/+36
* Delete obviously unneeded forward declarations in chrome/browser/*.h.viettrungluu@chromium.org2010-08-051-3/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Header cleanup: SkBitmap and other unnecessary includes.erg@chromium.org2010-07-121-1/+1
* Moved common parts of ChildProcessHost into chrome/common and created a Brows...sanjeevr@chromium.org2010-07-031-3/+3
* 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