| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ChildMessageFilter, a base class for renderer/worker cross-thread Message... | kinuko@chromium.org | 2013-11-19 | 1 | -2/+1 |
* | Followup cleanup for WebDatabaseObserver | kinuko@chromium.org | 2013-11-18 | 2 | -2/+2 |
* | Implement ScopedChildProcessReference class | kinuko@chromium.org | 2013-11-12 | 2 | -2/+3 |
* | Change WebDatabaseObserverImpl to implement public/platform's WebDatabaseObse... | kinuko@chromium.org | 2013-11-12 | 4 | -7/+20 |
* | Pass --js-flags to shared workers. | dslomov@chromium.org | 2013-11-12 | 1 | -2/+9 |
* | Cleanup: Remove unused includes of webkit/glue/webkit_glue.h | tfarina@chromium.org | 2013-11-12 | 1 | -1/+0 |
* | Make RendererWebKitPlatformSupportImpl::idbFactory() thread safe | jsbell@chromium.org | 2013-11-08 | 2 | -2/+3 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 13 | -129/+129 |
* | Kill worker process by way of a sync IPC message before it cleans up. | meacer@chromium.org | 2013-11-05 | 2 | -0/+19 |
* | Explicitly reject storage access if requesting security origin is unique | kinuko@chromium.org | 2013-11-05 | 3 | -3/+11 |
* | Send Allow{Database,FileSystem,IndexedDB} sync IPCs directly from worker thread | kinuko@chromium.org | 2013-11-01 | 4 | -20/+118 |
* | Removed unhanled/unused Blink API implementation for SharedWorker | kinuko@chromium.org | 2013-10-24 | 2 | -72/+0 |
* | Take the laziness out of WebBlobRegistryImpl construction since the WebKit::P... | michaeln@google.com | 2013-10-23 | 1 | -2/+2 |
* | Remove supportsMediaMIMEType() override, part 2 of 3 | jrummell@chromium.org | 2013-10-07 | 2 | -10/+0 |
* | Remove dead IPC WorkerMsg_PostMessage. | marja@chromium.org | 2013-10-07 | 1 | -13/+2 |
* | Complete switching to use thread-specific WebFileSystem instance | kinuko@chromium.org | 2013-08-22 | 1 | -10/+0 |
* | Remove storage-related unused methods/files | kinuko@chromium.org | 2013-08-22 | 2 | -35/+0 |
* | Remove implementations of WebMimeRegistry::preferredExtensionForMIMEType. | jbroman@chromium.org | 2013-08-14 | 2 | -11/+0 |
* | Use thread-local version of WebFileSystemImpl | kinuko@chromium.org | 2013-08-13 | 1 | -0/+9 |
* | Move appcache_frontend_impl.* to content/child/ | tfarina@chromium.org | 2013-08-12 | 4 | -8/+6 |
* | Created multi-process-friendly PowerMonitor interface. | bajones@chromium.org | 2013-08-02 | 1 | -4/+2 |
* | remove implementation of obsolete WebKitPlatformSupport::prefetchHostName. | kouhei@chromium.org | 2013-08-01 | 2 | -5/+0 |
* | Revert 214599 "Revert 214160 "Implement Worker-MainThread bridge..." | kinuko@chromium.org | 2013-07-31 | 1 | -1/+1 |
* | Revert 214160 "Implement Worker-MainThread bridge for FileSystem..." | kinuko@chromium.org | 2013-07-31 | 1 | -1/+1 |
* | Revert 214172 "Revert 214162 "Make Platform::queryStorageUsageAn..." | kinuko@chromium.org | 2013-07-29 | 3 | -8/+20 |
* | Revert 214162 "Make Platform::queryStorageUsageAndQuota work fro..." | kinuko@chromium.org | 2013-07-29 | 3 | -20/+8 |
* | Make Platform::queryStorageUsageAndQuota work from worker threads | kinuko@chromium.org | 2013-07-29 | 3 | -8/+20 |
* | Implement Worker-MainThread bridge for FileSystem API in Chrome | kinuko@chromium.org | 2013-07-29 | 1 | -1/+1 |
* | Implement ChildThread::shutdown and clear members that have refs into blink | jochen@chromium.org | 2013-07-23 | 1 | -0/+2 |
* | Implement WebKit::Platform::queryStorageUsageAndQuota | kinuko@chromium.org | 2013-07-23 | 2 | -0/+16 |
* | Use a direct include of the message_loop header in content/, part 4. | avi@chromium.org | 2013-07-18 | 2 | -4/+4 |
* | Move DBMessageFilter to content/child since its only used in child ptypes | jamesr@chromium.org | 2013-07-17 | 1 | -2/+2 |
* | content: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-09 | 1 | -1/+1 |
* | Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-07-02 | 1 | -1/+2 |
* | Remove unused arguments from storage-related Chromium impls of Blink API | adamk@chromium.org | 2013-06-27 | 2 | -4/+2 |
* | Move timing files into base/time and base/timer, install forwarding headers. | avi@chromium.org | 2013-06-27 | 1 | -2/+2 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 2 | -11/+13 |
* | Fix IndexedDB after r208777. | jam@chromium.org | 2013-06-27 | 2 | -2/+2 |
* | Remove usage of ChildProcess::current() and ChildThread::current() other than... | jam@chromium.org | 2013-06-25 | 4 | -14/+36 |
* | Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}. | darin@chromium.org | 2013-06-25 | 1 | -6/+6 |
* | Move appcache_dispatcher and appcache_backend_proxy to content/child. | michaeln@google.com | 2013-06-17 | 2 | -2/+2 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 6 | -13/+13 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/. | dcheng@chromium.org | 2013-06-13 | 1 | -3/+3 |
* | Shared workers should support --enable-experimental-webkit-features. | simonjam@chromium.org | 2013-06-12 | 1 | -23/+2 |
* | Use a direct include of strings headers in content/test/, content/worker/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Move a bunch of child-only code from content/common to content/child | scottmg@chromium.org | 2013-06-06 | 6 | -14/+14 |
* | Move webkit/appcache/* into webkit/{browser,common}/appcache | kinuko@chromium.org | 2013-06-05 | 2 | -2/+4 |
* | Remove old webkit support code for IndexedDB. | alecflett@chromium.org | 2013-06-05 | 1 | -2/+0 |
* | Rename content/common_child to content/child | scottmg@chromium.org | 2013-06-04 | 4 | -10/+10 |