summaryrefslogtreecommitdiffstats
path: root/content/worker
Commit message (Expand)AuthorAgeFilesLines
* Remove implementations of WebMimeRegistry::preferredExtensionForMIMEType.jbroman@chromium.org2013-08-142-11/+0
* Use thread-local version of WebFileSystemImplkinuko@chromium.org2013-08-131-0/+9
* Move appcache_frontend_impl.* to content/child/tfarina@chromium.org2013-08-124-8/+6
* Created multi-process-friendly PowerMonitor interface.bajones@chromium.org2013-08-021-4/+2
* remove implementation of obsolete WebKitPlatformSupport::prefetchHostName.kouhei@chromium.org2013-08-012-5/+0
* Revert 214599 "Revert 214160 "Implement Worker-MainThread bridge..."kinuko@chromium.org2013-07-311-1/+1
* Revert 214160 "Implement Worker-MainThread bridge for FileSystem..."kinuko@chromium.org2013-07-311-1/+1
* Revert 214172 "Revert 214162 "Make Platform::queryStorageUsageAn..."kinuko@chromium.org2013-07-293-8/+20
* Revert 214162 "Make Platform::queryStorageUsageAndQuota work fro..."kinuko@chromium.org2013-07-293-20/+8
* Make Platform::queryStorageUsageAndQuota work from worker threadskinuko@chromium.org2013-07-293-8/+20
* Implement Worker-MainThread bridge for FileSystem API in Chromekinuko@chromium.org2013-07-291-1/+1
* Implement ChildThread::shutdown and clear members that have refs into blinkjochen@chromium.org2013-07-231-0/+2
* Implement WebKit::Platform::queryStorageUsageAndQuotakinuko@chromium.org2013-07-232-0/+16
* Use a direct include of the message_loop header in content/, part 4.avi@chromium.org2013-07-182-4/+4
* Move DBMessageFilter to content/child since its only used in child ptypesjamesr@chromium.org2013-07-171-2/+2
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-021-1/+2
* Remove unused arguments from storage-related Chromium impls of Blink APIadamk@chromium.org2013-06-272-4/+2
* Move timing files into base/time and base/timer, install forwarding headers.avi@chromium.org2013-06-271-2/+2
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-272-11/+13
* Fix IndexedDB after r208777.jam@chromium.org2013-06-272-2/+2
* Remove usage of ChildProcess::current() and ChildThread::current() other than...jam@chromium.org2013-06-254-14/+36
* Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}.darin@chromium.org2013-06-251-6/+6
* Move appcache_dispatcher and appcache_backend_proxy to content/child.michaeln@google.com2013-06-172-2/+2
* Update Blink include pathsabarth@chromium.org2013-06-176-13/+13
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.dcheng@chromium.org2013-06-131-3/+3
* Shared workers should support --enable-experimental-webkit-features.simonjam@chromium.org2013-06-121-23/+2
* Use a direct include of strings headers in content/test/, content/worker/.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
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-066-14/+14
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-052-2/+4
* Remove old webkit support code for IndexedDB.alecflett@chromium.org2013-06-051-2/+0
* Rename content/common_child to content/childscottmg@chromium.org2013-06-044-10/+10
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-3/+3
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-307-15/+15
* Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ...michaeln@google.com2013-05-291-1/+1
* Split FileAPI code for common|common_child|rendererkinuko@chromium.org2013-05-283-4/+4
* Move webkit/database to webkit/browser and webkit/common. Also move content::...michaeln@google.com2013-05-221-1/+1
* Move indexeddb "common child" code out of content/common.alecflett@chromium.org2013-05-223-3/+4
* Cleanup: Deprecate FileSystemCallbackDispatcherkinuko@chromium.org2013-05-161-2/+4
* Update Content to use new names for WebRuntimeFeatures APIs.eseidel@chromium.org2013-05-101-1/+4
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-042-6/+6
* Change include paths to use the new IDB header locations in Platformalecflett@chromium.org2013-05-022-2/+1
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-302-2/+2
* Add Shutdown() helper to ChildThread and move all destructor logic.dcheng@chromium.org2013-04-222-0/+4
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-4/+4
* Linux: make current InitializeSandbox() private.jln@chromium.org2013-04-131-1/+2
* WebSocket: Remove runtime disable flagtoyoshim@chromium.org2013-04-091-3/+0
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-031-2/+2
* Proxy queryUsageAndQuota from worker process (3rd try)kinuko@chromium.org2013-03-232-0/+13