summaryrefslogtreecommitdiffstats
path: root/chrome/utility/utility_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...cira@chromium.org2009-11-181-1/+1
* Do extensions update manifest XML parsing in a sandboxed process.asargent@chromium.org2009-08-201-1/+12
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-11/+2
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-2/+11
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-11/+2
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-211-2/+11
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-201-11/+2
* First draft of web resource service; fetches data from a JSON feed mirandac@chromium.org2009-06-181-0/+19
* Fix an issue where themes would sporadically fail to install.mpcomplete@google.com2009-06-051-4/+4
* Have the browser process rewrite manifest.json and theme/page action imagesmpcomplete@google.com2009-05-221-3/+8
* Introducing the Utility process, which handles the unpacking and verificationmpcomplete@google.com2009-05-151-0/+40