summaryrefslogtreecommitdiffstats
path: root/chrome/utility/utility_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-4/+11
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-11/+4
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-4/+11
* IndexedDB: Allow injection of keys into values via key path.hans@chromium.org2011-02-171-1/+11
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-2/+3
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-3/+2
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-2/+3
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+4
* As the first step in an effort to improve robustness of the cloud print proxy...sanjeevr@chromium.org2010-12-221-0/+17
* Move iat_patch from base to app/win. Remove the functions from the header sincebrettw@chromium.org2010-10-141-6/+8
* Changed the implementation of the utility process method to render a PDF into...sanjeevr@chromium.org2010-09-301-4/+6
* Removes indexed_db_param_traits.h depedencies on WebKit headers.bulach@chromium.org2010-09-091-0/+1
* FBTF: Header cleanup in chrome/common part 2. The majority of the changed filesjhawkins@chromium.org2010-08-201-1/+1
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-1/+2
* Adds IDBKeyPath parser / extractor, and provides a mechanism to call it sandb...bulach@chromium.org2010-08-181-6/+57
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-2/+0
* Created a host for running the utility process as a child of the service proc...sanjeevr@chromium.org2010-07-201-0/+171
* Added decoding of any supported image format into vector of chars.avayvod@google.com2010-04-151-0/+18
* This looks like it was causing the pipe to sometimes overfill.aa@chromium.org2010-03-171-2/+3
* Move the utility process messages to their own file now that we have more thanbrettw@chromium.org2009-12-151-1/+2
* 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