| Commit message (Expand) | Author | Age | Files | Lines |
* | Move //mojo/{public, edk} underneath //third_party | blundell | 2015-01-19 | 1 | -1/+1 |
* | gn format //content | scottmg | 2014-12-03 | 1 | -1/+0 |
* | [Extensions] Chromium crashed in single-process mode on fresh launch. | pritam.nikam | 2014-10-30 | 1 | -0/+3 |
* | Standardize usage of virtual/override/final in content/ | dcheng | 2014-10-21 | 2 | -8/+8 |
* | Replace OVERRIDE and FINAL with override and final in content/utility/[a-s]* | anand.ratn | 2014-10-07 | 2 | -8/+8 |
* | content: Rename all classes with WebKitPlatform to BlinkPlatform. | tfarina | 2014-10-05 | 2 | -3/+3 |
* | Make chrome GN build work in component mode. | Brett Wilson | 2014-09-11 | 1 | -2/+6 |
* | Work on "gn check" of content/* | Brett Wilson | 2014-09-09 | 1 | -0/+2 |
* | Cleanup: Put more plugin code behind the ENABLE_PLUGINS ifdef. | thestig | 2014-09-04 | 2 | -7/+10 |
* | Introduce ChannelMojo | morrita@chromium.org | 2014-08-04 | 1 | -1/+1 |
* | Mojo: split up service_provider.mojom | darin@chromium.org | 2014-07-31 | 1 | -1/+1 |
* | Mojo: Remove InterfaceProvider. | sammc@chromium.org | 2014-06-30 | 1 | -1/+1 |
* | Apply renderer sandbox to utility processes. | mdempsky@chromium.org | 2014-06-25 | 1 | -1/+2 |
* | Support exposing Mojo services between render frames, render threads, and the... | sammc@chromium.org | 2014-06-25 | 1 | -1/+1 |
* | Revert 279557 "Support exposing Mojo services between render fra..." | xhwang@chromium.org | 2014-06-25 | 1 | -1/+1 |
* | Support exposing Mojo services between render frames, render threads, and the... | sammc@chromium.org | 2014-06-25 | 1 | -1/+1 |
* | Add more content subtargets and deps to the GN build. | brettw@chromium.org | 2014-06-13 | 1 | -0/+24 |
* | Delete the GTK+ port of Chrome. | erg@chromium.org | 2014-04-10 | 1 | -34/+0 |
* | Remove WebKitPlatformSupportImpl and WebKitPlatformSupportChildImpl classes. ... | jam@chromium.org | 2014-03-24 | 2 | -4/+4 |
* | Fixes up batch-mode release of utility process. | haven@chromium.org | 2014-02-14 | 1 | -1/+2 |
* | 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 |