| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the rest of webkit/glue into content/child | tfarina@chromium.org | 2014-02-01 | 1 | -1/+0 |
* | Revert 240527 "Revert of https://codereview.chromium.org/99133015/" | jln@chromium.org | 2013-12-13 | 1 | -1/+1 |
* | Revert of https://codereview.chromium.org/99133015/ | scottmg@chromium.org | 2013-12-13 | 1 | -1/+1 |
* | Linux Sandbox: split the GPU policies to their own files. | jln@chromium.org | 2013-12-13 | 1 | -1/+1 |
* | Invoke LeakSanitizer early in the utility process. | earthdok@chromium.org | 2013-12-06 | 1 | -0/+7 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 1 | -2/+2 |
* | Utility process: initialize GTK when the sandbox is disabled. | jorgelo@chromium.org | 2013-10-23 | 2 | -20/+37 |
* | Fix names of in-process threads, tidy gpu DEPS | scottmg@chromium.org | 2013-09-04 | 2 | -18/+19 |
* | Set up content in-process main threads via factory | scottmg@chromium.org | 2013-08-16 | 2 | -0/+90 |
* | Created multi-process-friendly PowerMonitor interface. | bajones@chromium.org | 2013-08-02 | 1 | -4/+2 |
* | Implement ChildThread::shutdown and clear members that have refs into blink | jochen@chromium.org | 2013-07-23 | 1 | -0/+2 |
* | Move webplugininfo.h to content/public. | jam@chromium.org | 2013-07-21 | 1 | -2/+2 |
* | Move NPAPI implementation out of webkit/plugins/npapi and into content. | jam@chromium.org | 2013-07-19 | 1 | -3/+2 |
* | Use a direct include of the message_loop header in content/, part 4. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Fix race condition on utility thread shutdown in unit tests. The problem was ... | jam@chromium.org | 2013-07-17 | 1 | -6/+4 |
* | Make utility process run in-process when running in single-process mode. | jam@chromium.org | 2013-07-09 | 2 | -8/+45 |
* | Move timing files into base/time and base/timer, install forwarding headers. | avi@chromium.org | 2013-06-27 | 1 | -2/+2 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 1 | -1/+1 |
* | Move a bunch of child-only code from content/common to content/child | scottmg@chromium.org | 2013-06-06 | 4 | -4/+5 |
* | Update OWNERS files to enforce jeremy@ as owning *.sb in subdirectories | rsleevi@chromium.org | 2013-05-28 | 1 | -0/+4 |
* | content: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-04 | 1 | -2/+2 |
* | Add Shutdown() helper to ChildThread and move all destructor logic. | dcheng@chromium.org | 2013-04-22 | 2 | -0/+4 |
* | Linux: make current InitializeSandbox() private. | jln@chromium.org | 2013-04-13 | 1 | -1/+2 |
* | Split the power monitoring feature from SystemMonitor | hongbo.min@intel.com | 2013-04-03 | 1 | -2/+2 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Add explicit base to FilePath. | brettw@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -1/+3 |
* | Get rid of unused SerializedScriptValue references. | gbillock@chromium.org | 2012-10-25 | 1 | -1/+0 |
* | Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ... | jam@chromium.org | 2012-10-21 | 3 | -8/+17 |
* | Linux: initialize the sandbox in the utility process. | jln@chromium.org | 2012-09-06 | 1 | -0/+6 |
* | Moves CreateVersionFromString to WebPluginInfo and updates the callers. | ibraaaa@google.com | 2012-09-04 | 1 | -2/+3 |
* | Remove all the indexeddb-related utility process code | alecflett@chromium.org | 2012-08-24 | 2 | -43/+0 |
* | Revert 152873 - Remove all the indexeddb-related utility process code | ricow@chromium.org | 2012-08-23 | 2 | -0/+43 |
* | Remove all the indexeddb-related utility process code | alecflett@chromium.org | 2012-08-22 | 2 | -43/+0 |
* | Move the Windows sandbox to sandbox/win | jln@chromium.org | 2012-07-18 | 2 | -2/+2 |
* | Emergency revert; rietveld broke; tree broke | erg@google.com | 2012-07-13 | 2 | -2/+2 |
* | sandbox/src -> sandbox/win/src | jln@chromium.org | 2012-07-13 | 2 | -2/+2 |
* | Remove #pragma once from content | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Tighten up DEPS some more. NaCl/service process code are including internal c... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Move IndexedDBKey, IndexedDBKeyRange into content namespace | jsbell@chromium.org | 2012-05-04 | 2 | -4/+4 |
* | Use WebIDBKeyPath type in WebKit API, implement IndexedDBKeyPath type. | jsbell@chromium.org | 2012-04-30 | 2 | -11/+8 |
* | Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK | oshima@chromium.org | 2012-04-05 | 1 | -2/+2 |
* | Revert 129322 - revert 128949 (and dependent 129252) | bauerb@chromium.org | 2012-03-28 | 1 | -11/+8 |
* | Fix compilation error due to deprecated glib API | qiankun.miao@intel.com | 2012-03-28 | 1 | -1/+5 |
* | revert 128949 (and dependent 129252) | thakis@chromium.org | 2012-03-28 | 1 | -8/+11 |
* | Move |requires_authorization| flag and |update_url| for plug-ins out of webki... | bauerb@chromium.org | 2012-03-26 | 1 | -12/+9 |
* | Add an OWNERS file for src\content by moving the owners that were there for t... | jam@chromium.org | 2012-03-14 | 1 | -2/+0 |
* | Move indexeddb code to its own directory inside of content/{browser,common,re... | dgrogan@chromium.org | 2011-12-20 | 1 | -2/+1 |
* | Don't abort() if GLib/GTK have been initialized in the utility process. | jorgelo@chromium.org | 2011-12-19 | 1 | -3/+4 |
* | Utility process: move GTK initialization to the plugin loading code path. | jorgelo@chromium.org | 2011-12-10 | 1 | -7/+8 |