summaryrefslogtreecommitdiffstats
path: root/content/utility/utility_thread_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement ChildThread::shutdown and clear members that have refs into blinkjochen@chromium.org2013-07-231-0/+2
* Move webplugininfo.h to content/public.jam@chromium.org2013-07-211-2/+2
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-3/+2
* Fix race condition on utility thread shutdown in unit tests. The problem was ...jam@chromium.org2013-07-171-6/+4
* Make utility process run in-process when running in single-process mode.jam@chromium.org2013-07-091-8/+38
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-2/+2
* Add Shutdown() helper to ChildThread and move all destructor logic.dcheng@chromium.org2013-04-221-0/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add explicit base to FilePath.brettw@chromium.org2013-02-071-1/+1
* Get rid of unused SerializedScriptValue references.gbillock@chromium.org2012-10-251-1/+0
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-211-3/+7
* Moves CreateVersionFromString to WebPluginInfo and updates the callers.ibraaaa@google.com2012-09-041-2/+3
* Remove all the indexeddb-related utility process codealecflett@chromium.org2012-08-241-32/+0
* Revert 152873 - Remove all the indexeddb-related utility process codericow@chromium.org2012-08-231-0/+32
* Remove all the indexeddb-related utility process codealecflett@chromium.org2012-08-221-32/+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-7/+4
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-2/+2
* Revert 129322 - revert 128949 (and dependent 129252)bauerb@chromium.org2012-03-281-11/+8
* Fix compilation error due to deprecated glib APIqiankun.miao@intel.com2012-03-281-1/+5
* revert 128949 (and dependent 129252)thakis@chromium.org2012-03-281-8/+11
* Move |requires_authorization| flag and |update_url| for plug-ins out of webki...bauerb@chromium.org2012-03-261-12/+9
* Move indexeddb code to its own directory inside of content/{browser,common,re...dgrogan@chromium.org2011-12-201-2/+1
* Don't abort() if GLib/GTK have been initialized in the utility process.jorgelo@chromium.org2011-12-191-3/+4
* Utility process: move GTK initialization to the plugin loading code path.jorgelo@chromium.org2011-12-101-7/+8
* [Linux] Call g_thread_init() in UtilityThreadImpl::OnLoadPlugins().rsesek@chromium.org2011-12-051-0/+14
* Update includes to new header locationsabarth@chromium.org2011-12-031-1/+1
* Move some webkit_glue embedder functions into WebKitPlatformSupport virtual m...piman@chromium.org2011-11-221-2/+2
* Send the index in the canonical list over IPC when using the OOP plugin loader.rsesek@chromium.org2011-11-021-6/+4
* Make chrome/utility not depend on content/common. Enforce with DEPS.jam@chromium.org2011-10-251-0/+14
* Move SerializedScriptValue to content/public/common and put it into the conte...jam@chromium.org2011-10-211-6/+7
* Gracefully handle child process death in out-of-process plugin loading.rsesek@chromium.org2011-10-211-22/+16
* Create content::UtilityThread interface and make chrome code use that. This i...ananta@chromium.org2011-10-141-0/+141