summaryrefslogtreecommitdiffstats
path: root/content/browser/worker_host/worker_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Kill worker process by way of a sync IPC message before it cleans up.meacer@chromium.org2013-11-051-0/+10
* Add commandline flag for service workers.alecflett@chromium.org2013-10-151-0/+1
* Refactoring: Move MessagePort-related IPCs and handling them away from Worker...marja@chromium.org2013-10-151-6/+14
* Revert 228448 "Refactoring: Move MessagePort-related IPCs and ha..."marja@chromium.org2013-10-141-14/+6
* Refactoring: Move MessagePort-related IPCs and handling them away from Worker...marja@chromium.org2013-10-141-6/+14
* Remove dead IPC WorkerMsg_PostMessage.marja@chromium.org2013-10-071-30/+1
* Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...jam@chromium.org2013-10-011-13/+11
* Modify ResourceMessageFilter so that it can support attaching to PluginProces...jam@chromium.org2013-09-091-32/+25
* Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...brettw@chromium.org2013-08-301-1/+1
* Add Stream support to WebBlobRegistry and FileAPIMessageFilter.tyoshino@chromium.org2013-08-061-1/+4
* Move QuotaDispatcherHost from browser/renderer_host to browser/kinuko@chromium.org2013-07-241-1/+1
* reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue...scottmg@chromium.org2013-07-231-1/+1
* Revert 212927 "Move webkitplatformsupport_impl and related from ..."bryeung@chromium.org2013-07-221-1/+1
* Move webkitplatformsupport_impl and related from glue to childscottmg@chromium.org2013-07-221-1/+1
* Use a direct include of the message_loop header in content/, part 3.avi@chromium.org2013-07-181-1/+1
* Rename the "Experimental WebKit Features" flag.mkwst@chromium.org2013-07-101-1/+1
* fileapi: Rename FileSystemMountProvider to FileSystemBackendsatorux@chromium.org2013-07-091-1/+1
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* Move IndexedDB files out of in_process_webkitjsbell@chromium.org2013-06-261-1/+1
* Add SocketStreamDispatcherHost::Shutdown and call it when a worker process is...yhirano@chromium.org2013-06-191-0/+16
* Shared workers should support --enable-experimental-webkit-features.simonjam@chromium.org2013-06-121-0/+1
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-4/+3
* Lower the priority of shared workers that aren't associated with the foregrou...simonhatch@chromium.org2013-05-311-1/+9
* Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapikinuko@chromium.org2013-05-281-1/+1
* Move FileAPI sandboxed filesystem related code from webkit/fileapi to webkit/...kinuko@chromium.org2013-05-211-1/+1
* Revert 200932 "Lower the priority of shared workers that aren't ..."simonhatch@chromium.org2013-05-201-13/+1
* Lower the priority of shared workers that aren't associated with the foregrou...simonhatch@chromium.org2013-05-181-1/+13
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-141-2/+3
* Revert 199840 "Lower the priority of shared workers that aren't ..."simonhatch@chromium.org2013-05-131-13/+1
* Lower the priority of shared workers that aren't associated with the foregrou...simonhatch@chromium.org2013-05-131-1/+13
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-131-3/+2
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-131-2/+3
* WebSocket: Remove runtime disable flagtoyoshim@chromium.org2013-04-091-1/+0
* Proxy queryUsageAndQuota from worker process (3rd try)kinuko@chromium.org2013-03-231-1/+6
* Revert 189913 "Proxy queryUsageAndQuota from worker process"msw@chromium.org2013-03-221-6/+1
* Proxy queryUsageAndQuota from worker processalecflett@chromium.org2013-03-221-1/+6
* Revert 189731 "Proxy queryUsageAndQuota from worker process"tapted@chromium.org2013-03-221-6/+1
* Proxy queryUsageAndQuota from worker processalecflett@chromium.org2013-03-221-1/+6
* Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...jam@chromium.org2013-03-201-2/+21
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-2/+2
* Replace ASCIIToUTF16() call with UTF8ToUTF16() call.haruki@chromium.org2013-01-221-1/+1
* Support uploading filesystem fileshashimoto@chromium.org2013-01-151-0/+1
* DevTools: rename debugger/ to devtools/, move DevTools files into content/ren...pfeldman@chromium.org2012-12-191-2/+2
* Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools file...mnissler@chromium.org2012-12-191-2/+2
* DevTools: rename debugger/ to devtools/, move DevTools files into content/ren...pfeldman@chromium.org2012-12-191-2/+2
* Do not give blanket permission to the Sandboxed FileSystem directory and veri...kinuko@chromium.org2012-11-291-40/+0
* Move more code into the content namespace.darin@chromium.org2012-10-191-28/+17