summaryrefslogtreecommitdiffstats
path: root/content/utility/utility_thread_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Make utility process run in-process when running in single-process mode.jam@chromium.org2013-07-091-0/+7
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-1/+1
* Add Shutdown() helper to ChildThread and move all destructor logic.dcheng@chromium.org2013-04-221-0/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+3
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-211-3/+4
* Remove all the indexeddb-related utility process codealecflett@chromium.org2012-08-241-11/+0
* Revert 152873 - Remove all the indexeddb-related utility process codericow@chromium.org2012-08-231-0/+11
* Remove all the indexeddb-related utility process codealecflett@chromium.org2012-08-221-11/+0
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Move IndexedDBKey, IndexedDBKeyRange into content namespacejsbell@chromium.org2012-05-041-2/+2
* Use WebIDBKeyPath type in WebKit API, implement IndexedDBKeyPath type.jsbell@chromium.org2012-04-301-4/+4
* Move some webkit_glue embedder functions into WebKitPlatformSupport virtual m...piman@chromium.org2011-11-221-4/+1
* Cleanup: Remove more unneeded forward declares in content.thestig@chromium.org2011-11-111-4/+0
* Make chrome/utility not depend on content/common. Enforce with DEPS.jam@chromium.org2011-10-251-1/+4
* Move SerializedScriptValue to content/public/common and put it into the conte...jam@chromium.org2011-10-211-2/+6
* Gracefully handle child process death in out-of-process plugin loading.rsesek@chromium.org2011-10-211-4/+1
* Create content::UtilityThread interface and make chrome code use that. This i...ananta@chromium.org2011-10-141-0/+72