| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 1 | -3/+3 |
* | Update refernces to Blink's Platform API (content) | abarth@chromium.org | 2013-05-30 | 7 | -15/+15 |
* | Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ... | michaeln@google.com | 2013-05-29 | 1 | -1/+1 |
* | Split FileAPI code for common|common_child|renderer | kinuko@chromium.org | 2013-05-28 | 3 | -4/+4 |
* | Move webkit/database to webkit/browser and webkit/common. Also move content::... | michaeln@google.com | 2013-05-22 | 1 | -1/+1 |
* | Move indexeddb "common child" code out of content/common. | alecflett@chromium.org | 2013-05-22 | 3 | -3/+4 |
* | Cleanup: Deprecate FileSystemCallbackDispatcher | kinuko@chromium.org | 2013-05-16 | 1 | -2/+4 |
* | Update Content to use new names for WebRuntimeFeatures APIs. | eseidel@chromium.org | 2013-05-10 | 1 | -1/+4 |
* | content: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-04 | 2 | -6/+6 |
* | Change include paths to use the new IDB header locations in Platform | alecflett@chromium.org | 2013-05-02 | 2 | -2/+1 |
* | content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 2 | -2/+2 |
* | Add Shutdown() helper to ChildThread and move all destructor logic. | dcheng@chromium.org | 2013-04-22 | 2 | -0/+4 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-17 | 1 | -4/+4 |
* | Linux: make current InitializeSandbox() private. | jln@chromium.org | 2013-04-13 | 1 | -1/+2 |
* | WebSocket: Remove runtime disable flag | toyoshim@chromium.org | 2013-04-09 | 1 | -3/+0 |
* | Split the power monitoring feature from SystemMonitor | hongbo.min@intel.com | 2013-04-03 | 1 | -2/+2 |
* | Proxy queryUsageAndQuota from worker process (3rd try) | kinuko@chromium.org | 2013-03-23 | 2 | -0/+13 |
* | Revert 189913 "Proxy queryUsageAndQuota from worker process" | msw@chromium.org | 2013-03-22 | 2 | -13/+0 |
* | Proxy queryUsageAndQuota from worker process | alecflett@chromium.org | 2013-03-22 | 2 | -0/+13 |
* | Revert 189731 "Proxy queryUsageAndQuota from worker process" | tapted@chromium.org | 2013-03-22 | 2 | -13/+0 |
* | Proxy queryUsageAndQuota from worker process | alecflett@chromium.org | 2013-03-22 | 2 | -0/+13 |
* | Remove dead code behind ifndef WEBKIT_USE_NEW_WEBFILESYSTEMTYPE | pilgrim@chromium.org | 2013-03-20 | 2 | -8/+0 |
* | Add support for WEBKIT_USE_NEW_WEBFILESYSTEMTYPE | pilgrim@chromium.org | 2013-03-19 | 2 | -1/+11 |
* | Add Chromium-side changes for MediaSource::isTypeSupported() | acolwell@chromium.org | 2013-03-15 | 2 | -0/+9 |
* | WorkerMain contains code to initialize the sandbox on OS X which is disabled ... | jeremy@chromium.org | 2013-03-14 | 1 | -4/+7 |
* | Use ThreadSafeSender in a couple of places. | michaeln@chromium.org | 2013-03-06 | 3 | -24/+24 |
* | Change all references of WebKit::WebKitPlatformSupport to WebKit::Platform in... | pilgrim@chromium.org | 2013-02-27 | 2 | -3/+3 |
* | Add explicit base to FilePath. | brettw@chromium.org | 2013-02-07 | 1 | -2/+2 |
* | Update some #includes in content/worker for headers that have moved to the ne... | pilgrim@chromium.org | 2013-02-06 | 1 | -1/+1 |
* | Update some #includes in content/worker for headers in the new Platform direc... | pilgrim@chromium.org | 2013-01-15 | 6 | -11/+11 |
* | Fix the last of the #includes and OVERRIDEs in preparation for removing WebKi... | pilgrim@chromium.org | 2013-01-09 | 1 | -1/+2 |
* | Call new WebKit::setIDBFactory method to initialize Indexed DB support | pilgrim@chromium.org | 2013-01-08 | 1 | -0/+3 |
* | Removing unnecessary content:: namespace qualifier. | darin@chromium.org | 2013-01-02 | 1 | -2/+2 |
* | Fiddle with includes so we don't break the build once we land https://bugs.we... | pilgrim@chromium.org | 2012-12-17 | 1 | -1/+0 |
* | Sandbox the worker process on Mac | jeremy@chromium.org | 2012-12-17 | 1 | -0/+4 |
* | We're removing the sharedWorkerRepository() function from WebKit | pilgrim@chromium.org | 2012-12-11 | 2 | -6/+0 |
* | Initialize the Linux sandbox earlier in workers. | jln@chromium.org | 2012-11-29 | 1 | -5/+6 |
* | content: Update the includes to point to ipc_listener.h | tfarina@chromium.org | 2012-11-10 | 1 | -1/+1 |
* | Move a bunch more code into the content namespace. | jam@chromium.org | 2012-10-23 | 1 | -1/+1 |
* | Move a bunch of content\common code into the content namespace. | jam@chromium.org | 2012-10-23 | 1 | -1/+1 |
* | webkit: Move FilePath/WebString conversion functions from 'glue' to 'base' | hashimoto@chromium.org | 2012-10-23 | 1 | -5/+6 |
* | Move a bunch of code in content\common (as well as a few left in renderer) to... | jam@chromium.org | 2012-10-22 | 3 | -6/+5 |
* | Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ... | jam@chromium.org | 2012-10-21 | 13 | -7/+57 |
* | Remove flags for Workers that violate multiple profile and storage isolation ... | ajwong@chromium.org | 2012-09-14 | 1 | -9/+0 |