1. f94a6cd Move font_warmup_win, fix webrtc dep. by brettw · 10 years ago
  2. e186ab5f Add logic to switch to DirectWrite font proxy via field trial. by kulshin · 10 years ago
  3. cfa5b01b Reland: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows by scottmg · 10 years ago
  4. e3d37e4 Revert of Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (patchset #48 id:1160001 of https://codereview.chromium.org/1416133003/ ) by scottmg · 10 years ago
  5. aaa2ff6 Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows by scottmg · 10 years ago
  6. ee55ed44 Fold away now dead NSS code. by davidben · 10 years ago
  7. 30ce0db Added directwrite warmup for PPAPI processes. by forshaw · 10 years ago
  8. 5b8de7c Only initialize NSS in PpapiPluginMain on !USE_OPENSSL builds. by davidben · 10 years ago
  9. 71f35ff Rename USE_NSS to USE_NSS_CERTS. by davidben · 10 years ago
  10. b2e3ece Mechanical rename of base::debug -> base::trace_event for /content by ssid · 11 years ago
  11. 83883c8 Make callers of CommandLine use it via the base:: namespace. by avi · 11 years ago
  12. b7aad54f Change base/file_utils.h includes to base/files/file_utils.h in content/ by thestig · 11 years ago
  13. 6bdc5227 Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). by [email protected] · 11 years ago
  14. e0879c1 Revert 270872 "Move all callers of GetHomeDir() to PathService::..." by [email protected] · 11 years ago
  15. 96a8fa1b Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). by [email protected] · 11 years ago
  16. 56f87d3 Sets $HOME for PPAPI plugin in ChromeOS. by [email protected] · 12 years ago
  17. 030a480 Set up font precaching in ppapi process by [email protected] · 12 years ago
  18. 5c9cddd Revert 240527 "Revert of https://codereview.chromium.org/99133015/" by [email protected] · 12 years ago
  19. be5a79f Revert of https://codereview.chromium.org/99133015/ by [email protected] · 12 years ago
  20. 4dcd331 Linux Sandbox: split the GPU policies to their own files. by [email protected] · 12 years ago
  21. e55f564 Use a direct include of the message_loop header in content/, part 3. by [email protected] · 12 years ago
  22. 91a2aea Process names, and predictable thread and process ordering in about:tracing by [email protected] · 12 years ago
  23. 10208ea Move a bunch of child-only code from content/common to content/child by [email protected] · 12 years ago
  24. dd32b127 content: Use base::MessageLoop. by [email protected] · 12 years ago
  25. 1b73f77e Linux: make current InitializeSandbox() private. by [email protected] · 12 years ago
  26. 2fdd99e8 Fix nits in crypto::InitNSSSafely(). by [email protected] · 13 years ago
  27. 5fe0c769 Initialize NSS in the PPAPI process for ClearKey CDM. by [email protected] · 13 years ago
  28. 9354b09 Run the Chromoting client plugin out-of-process. by [email protected] · 13 years ago
  29. 1cb4e49 ChromeOS needs UTF-8 appended to locale. by [email protected] · 13 years ago
  30. 91355a8 Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to the content namespace. by [email protected] · 13 years ago
  31. 0d47aab0 Flapper has some additional environment expectations. by [email protected] · 13 years ago
  32. 0b74c33 Set the default locale for ICU in the PPAPI process. by [email protected] · 13 years ago
  33. 18149178 Move the Windows sandbox to sandbox/win by [email protected] · 13 years ago
  34. e628fde3 Emergency revert; rietveld broke; tree broke by [email protected] · 13 years ago
  35. d30379c sandbox/src -> sandbox/win/src by [email protected] · 13 years ago
  36. a085aed7 Convert the PPB_Flash interface to use the thunk system. by [email protected] · 13 years ago
  37. 8737cec4 Apply an initial seccomp filter policy for Pepper Flash. by [email protected] · 13 years ago
  38. a3638bbe mac: Remove InitWebCoreSystemInterface() calls from many random places. by [email protected] · 14 years ago
  39. 4573fbd Move content_restriction.h and main_function_params.h to content/public/common, and put them in the content namespace. by [email protected] · 14 years ago
  40. badf5cf Expose the sandbox related code through the content API. I did a bit of cleanup while I was doing this. by [email protected] · 14 years ago
  41. c08950d2 Move content_switches to content\public\common. by [email protected] · 14 years ago
  42. aae4c8d Fix Mac PPAPI (out-of-process). by [email protected] · 14 years ago
  43. 4d2efd2 Convert the pp::proxy namespace to the ppapi::proxy namespace. by [email protected] · 14 years ago
  44. b20df1c Proxy PPP_Messaging. by [email protected] · 14 years ago
  45. 6cccb12 Change the PPAPI message loop to type IO (from type UI). by [email protected] · 14 years ago
  46. 69dace21 Make Pepper work out-of-process in the windows sandbox by [email protected] · 14 years ago
  47. 747ab0d4 Add a way to pass information to Pepper Flash from the command-line (e.g., for debugging). by [email protected] · 14 years ago
  48. 96aa0194 Ensure no chrome includes in content\common and content\ppapi_plugin. Also tighten a little in device_orientation. by [email protected] · 14 years ago
  49. 6407f289 Added ppp_broker.h and parameterized PpapiThread to support the broker process. by [email protected] · 14 years ago
  50. 184808f Move ppapi_plugin to content. by [email protected] · 14 years ago[Renamed (88%) from chrome/ppapi_plugin/ppapi_plugin_main.cc]
  51. 415c2cd Move some chrome\common code to content in preparation for moving chrome\gpu. by [email protected] · 14 years ago
  52. 75fcc27 Fix wstrings in content/common. by [email protected] · 14 years ago
  53. 7ef40ffe1 Move ChildThread and ChildProcess to content. Also move remaining code that they depend on and which depends on them.TBR=avi by [email protected] · 14 years ago
  54. ce072a7 Move platform_thread to base/threading and put in the base namespace. I left a by [email protected] · 15 years ago
  55. 74e9fa2 Move the SetProcTitle code out of base and into chrome/common. This is only by [email protected] · 15 years ago
  56. 709a847e Implement a new process type for running PPAPI plugins. The process itself is by [email protected] · 15 years ago