1. 8652dcd5 content: Replace uses of BrowserThread task posting with post_task.h API by Eric Seckler · 7 years ago
  2. 0fbce43 [TaskScheduler]: Use ScopedBlockingCall to mark blocking tasks. by Etienne Pierre-doray · 7 years ago
  3. e301d42 Update MemoryDetails to use memory_instrumentation. by erikchen · 7 years ago
  4. 8f7bf18 Remove temporary estimates for private memory footprint by Erik Chen · 8 years ago
  5. 66bdfd8 Remove base::ThreadRestrictions::AssertIOAllowed. by Francois Doray · 8 years ago
  6. 4abfe94 Add experimental private memory footprint metrics for macOS. by erikchen · 8 years ago
  7. e9c201b Use TaskScheduler instead of blocking pool in memory_details.cc. by fdoray · 8 years ago
  8. c874a28 Add a field platform_private_footprint_ to ProcessMemoryTotals. by erikchen · 8 years ago
  9. e6da785 Add the UMA metric Memory.Gpu.PhysicalFootprint.MacOS by erikchen · 8 years ago
  10. ebc7290 Add missing #include around sequenced_worker_pool.h in //chrome by tzik · 9 years ago
  11. 72c70c9 Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (patchset #6 id:470001 of https://codereview.chromium.org/2690533002/ ) by gcasto · 9 years ago
  12. 70b7c5d Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h by tzik · 9 years ago
  13. cf6bde97 Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (patchset #5 id:450001 of https://codereview.chromium.org/2690533002/ ) by tzik · 9 years ago
  14. d502a3f Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h by tzik · 9 years ago
  15. 0df2bae8 Return unique_ptrs from base::ProcessMetrics. by thestig · 9 years ago
  16. 4af4858 Convert //chrome/browser from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  17. cd6e449d This mode was only used in chrome://memory, which has been removed, so it's all dead code now, as is ProcessInfoSnapshot. by ellyjones · 9 years ago
  18. 6003e0b Convert //content from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  19. 6846aef Switch to standard integer types in chrome/browser/, part 2 of 4. by avi · 10 years ago
  20. 0c61964 Delete dead code related to the removed helper apps. by kerrnel · 10 years ago
  21. 9fb6769 Cleanup VersionInfo after componentization. by sdefresne · 10 years ago
  22. a8ea28d Stop using FILE thread to run MemoryDetails::CollectProcessData by hashimoto · 10 years ago
  23. 57e53d315 Fix virtual memory column on chrome://memory on Mac. by asvitkine · 11 years ago
  24. 6f5f359 Optimize MetricsDetails classes to avoid a lot of redundant work. by asvitkine · 11 years ago
  25. 89406d1f Move memory histograms generation to MetricsMemoryDetails. by asvitkine · 11 years ago
  26. 58409e4c Fix Memory.* histograms on Mac OS X 10.9+. by asvitkine · 11 years ago
  27. 69fed02 Switch users of foundation_util.h to include it directly and clean up uses of mac_util.h. by avi · 11 years ago
  28. 2e462536 Simplify VersionInfo code, avoid hitting sandbox IPC constantly on Windows by scottmg · 11 years ago
  29. af39f00 Use a qualified path for chromium_strings, google_chrome_strings, and generated_resources. (part 1) by [email protected] · 11 years ago
  30. 8a5b2da Send memory usage growth per 30 minutes in renderer processes via UMA. by [email protected] · 11 years ago
  31. 6778fed Update some uses of UTF conversions in chrome/browser to use the base:: namespace. by [email protected] · 12 years ago
  32. 0085863a Add base namespace to some instances of string16. by [email protected] · 12 years ago
  33. d09a4ce1c Update include paths in chrome/browser/ for base/process changes. by [email protected] · 12 years ago
  34. f9b29436 Use a direct include of strings headers in chrome/browser/j*-n*/. by [email protected] · 12 years ago
  35. 112158af Use a direct include of utf_string_conversions.h in chrome/browser/, part 2. by [email protected] · 12 years ago
  36. f3b35769 Split the ProcessType enum into process types that content knows about (which will remain in src\content) and those that are for chrome (which moved to src\chrome). This way we won't get any more layering violations where nacl code is in content. by [email protected] · 12 years ago
  37. 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
  38. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 13 years ago
  39. 4306df76 cros: Log per-process memory use on low memory events by [email protected] · 13 years ago
  40. 9bad8b71 Move GenericHandler back to Chrome since it was really Chrome specific (i.e. chrome's mapping of click to disposition). by [email protected] · 13 years ago
  41. 4967f79 Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost. Now classes like PluginProcessHost don't derive from it, but instead use composition. by [email protected] · 14 years ago
  42. f177ffd Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost. Now classes like PluginProcessHost don't derive from it, but instead use composition. by [email protected] · 14 years ago
  43. 3b0032a Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost. Now classes like PluginProcessHost don't derive from it, but instead use composition. by [email protected] · 14 years ago
  44. b0b67cfe Move RenderViewHostDelegate to content/public and content namespace. by [email protected] · 14 years ago
  45. 36fc039 Create a Content API around NavigationEntry that's in content/public/browser. NavigationEntry will be renamed to NavigationEntryImpl in a later change. It now derives from content::NavigationEntry. Most of this change is changing unix_hacker functions to CamelCase and updating callers. by [email protected] · 14 years ago
  46. bd5d6cf Move the ProcessType enum out to its own file. This is in preparation for getting rid of ChildProcessInfo. by [email protected] · 14 years ago
  47. e4de6b5 chrome: Remove 11 exit time destructors and 4 static initializers. by [email protected] · 14 years ago
  48. a6c1618d Remove needless include of the content/browser/render_process_host.h header file. by [email protected] · 14 years ago
  49. 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
  50. c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
  51. 24d6969 base::Bind: Cleanup chrome/browser/memory_*. by [email protected] · 14 years ago
  52. 8c40f32 Give plug-in processes an executable heap and disable PIE/ASLR for Native by [email protected] · 14 years ago
  53. 4df3ac6 Coverity: Pass values by reference. by [email protected] · 14 years ago
  54. a01efd2 Delete the temporary headers left behind in chrome\browser. I've left browser_thread.h for another change, since 450 files include it. by [email protected] · 14 years ago
  55. c051a1b Move l10n_util to ui/base by [email protected] · 15 years ago
  56. 0378bf4 Move base/mac_util.h to base/mac and use the base::mac namespace. by [email protected] · 15 years ago
  57. 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 15 years ago
  58. 4f260d0 Update file version info/memory details/process utils to use string16. by [email protected] · 15 years ago
  59. 30c9180 Revert 69592 - file_version_info was not finding Mac values correctly. by [email protected] · 15 years ago
  60. d9cb1618 file_version_info was not finding Mac values correctly. by [email protected] · 15 years ago
  61. 5ac950b Cleanup: Remove unneeded includes of tab_contents.h. by [email protected] · 15 years ago
  62. d99bcaa Remove unneeded browser_process.h includes. by [email protected] · 15 years ago
  63. 93aa89c7 FBTF: Even more deinlining. by [email protected] · 15 years ago
  64. e3671727 Rename ChromeThread to BrowserThread Part20: by [email protected] · 15 years ago
  65. f8b3ef8 Rename ChromeThread to BrowserThread Part15: by [email protected] · 15 years ago
  66. 0211f57e Refactor version-getting info into a chrome::VersionInfo object. by [email protected] · 15 years ago
  67. 1eeb5e0 Cleanup: Break another common->app dependency. by [email protected] · 15 years ago
  68. d27893f6 Moved common parts of ChildProcessHost into chrome/common and created a BrowserChildProcessHost with browser-specific implementation. This is in preparation of creating a ServiceChildProcessHost. by [email protected] · 15 years ago
  69. b6128aa Move common code into process_util.cc. by [email protected] · 15 years ago
  70. bcff05a Refactor FileVersionInfo into an interface with platform implementations. by [email protected] · 15 years ago
  71. a5a00b1d Move ProcessEntry and IoCounters inside namespace base. by [email protected] · 15 years ago
  72. dcddcdb0 Move more files from chrome/common to chrome/browser by [email protected] · 16 years ago
  73. f164cea Mac: Implement about:memory. by [email protected] · 16 years ago