1. 0fc30aa4 Exclude UserManager[View] and ProfileHelper from Chrome OS by Mike Wasserman · 7 years ago
  2. e39cf535e Avoided calls to AddRef and Release by moving scoped_refptrs. by François Degros · 7 years ago
  3. 1bec30b3 Removes unnecessary parameters by Scott Violet · 7 years ago
  4. f82bf7763 Revert "Remove browser side GPU info collection on Android." by Zhenyao Mo · 7 years ago
  5. 875789e reland: Moves loading of local_state and field trials to early initialization by Scott Violet · 7 years ago
  6. 58ff4fa Remove browser side GPU info collection on Android. by Zhenyao Mo · 7 years ago
  7. c04da47d Revert "Moves loading of local_state and field trials to early initialization" by Xiyuan Xia · 7 years ago
  8. a3aee722 Moves loading of local_state and field trials to early initialization by Scott Violet · 7 years ago
  9. 50b55405 Revert "Simple code cleanup." by Gabriel Charette · 7 years ago
  10. 76da73a cleanup how ConfigurationPolicyProviders are set by Scott Violet · 7 years ago
  11. 0aa36d9 Simple code cleanup. by François Degros · 7 years ago
  12. 615e458 Changes ordering so that ConfigurationPolicyProviders are set earlier by Scott Violet · 7 years ago
  13. 4607316b reland: Makes metrics_reporting_state not use g_browser_process by Scott Violet · 7 years ago
  14. 6d47d407 Revert "Makes metrics_reporting_state not use g_browser_process" by Findit · 7 years ago
  15. 3fbda2c Fix spontaneous subresource filter throttling hangings. by Ivan Afanasyev · 7 years ago
  16. 6c4efb8d Makes metrics_reporting_state not use g_browser_process by Scott Violet · 7 years ago
  17. 556147d Use scoped_refptr for the url context getter in the component updater. by Sorin Jianu · 7 years ago
  18. 91243b3 Remove usage of content/common from content/network in preparation of moving that code to services/network. by John Abd-El-Malek · 7 years ago
  19. 02bf09f4 Fix KDE crash by Matt Menke · 7 years ago
  20. fdd6f35 Changes BrowserProcess::browser_policy_connector() return type by Scott Violet · 7 years ago
  21. deec008 Don't create NetworkService/NetworkContext classes in the browser when network service is enabled. by John Abd-El-Malek · 7 years ago
  22. 0f93c58 crash_keys: Convert some keys in //chrome to the new API. by Robert Sesek · 7 years ago
  23. 16d39b8 Get rid of GL string cache on non-Android platform by Zhenyao Mo · 7 years ago
  24. 32099f3 Exclude Background Mode code from ChromeOS by Denis Kuznetsov · 7 years ago
  25. fa86d9b3 Removing ContentBrowserClient::ShouldSwapProcessesForRedirect. by Lukasz Anforowicz · 8 years ago
  26. 549eff3 chrome: Move browser profile preferences out of chrome namespace. by cm.sanchi · 8 years ago
  27. db5696b Move chrome/common/switch_utils* to chrome/browser. by Lei Zhang · 8 years ago
  28. 3db6d1d Tidy up some browser switch handling code. by Lei Zhang · 8 years ago
  29. bc6fe9d Fix uninitialized memory error in BrowserProcessImpl by jdoerrie · 8 years ago
  30. f9ce250 Move the check for a pending update off of the UI thread. by Greg Thompson · 8 years ago
  31. 4e6d1c8 Make ChromeSigninClient use content::NetworkConnectionTracker by Helen Li · 8 years ago
  32. 72c87ae4 Instantiate an NetworkConnectionTracker in BrowserProcessImpl by Helen Li · 8 years ago
  33. 5533f991 Add a chrome://flags entry for --log-net-log and use a default path. by Bernhard Bauer · 8 years ago
  34. f453c052 Add optimization hints component installer which dispatches hints to a dummy optimization guide service by Sophie Chang · 8 years ago
  35. 863386d [c++] Permit heterogeneous container lookup and use it in base::CommandLine. by Jeremy Roman · 8 years ago
  36. a6c8812 Move components/signin/core/common into components/signin/core/browser by David Roger · 8 years ago
  37. 65dab1ae Add DelegatingUkmRecorder and remove BrowserProcess::ukm_recorder by Steven Holte · 8 years ago
  38. 04ce6e42 Refactor CRLSetFetcher to use ComponentInstaller interface. by Joshua Pawlicki · 8 years ago
  39. ab99a9c Moving safe_json to services/data_decoder. by Jay Civelli · 8 years ago
  40. ca707ad Refactor Pnacl to use DCI. by Joshua Pawlicki · 8 years ago
  41. 0241e02b Remove tracked_objects. by Brett Wilson · 8 years ago
  42. af3b00b Convert DISABLE_NACL macro to a buildflag header. by Nico Weber · 8 years ago
  43. 2dbce0d1 Componentize KeepAliveRegistry by Michael Giuffrida · 8 years ago
  44. 7f3a8875 Remove most uses of new keyword in BrowserProcessImpl. by Lei Zhang · 8 years ago
  45. 6a40593e Remove local_state() conditionals in BrowserProcessImpl. by Lei Zhang · 8 years ago
  46. 21b9cc6 Make SystemNetworkContextManager owned by the BrowserProcess. by Matt Menke · 8 years ago
  47. 43228dc Allow changing AppWindowClient for tests by Michael Giuffrida · 8 years ago
  48. 0ed279b Remove BrowserProcess:created_local_state(). by Lei Zhang · 8 years ago
  49. 5d4692d Make GpuProfileCache::Create() return a unique_ptr. by Lei Zhang · 8 years ago
  50. b1af7ffb Move Local State's task runner to TaskScheduler. by Gabriel Charette · 8 years ago
  51. 53a9ef81 Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated(). by Gabriel Charette · 8 years ago
  52. e36abbc Pref service: Expose local state prefs to mash as a service. by Sam McNally · 8 years ago
  53. 538fca1e Pref service: Bypass the encapsulation. by Sam McNally · 8 years ago
  54. 4736dd2 Make BrowserProcessImpl::ApplyMetricsReportingPolicy non-Android. by Lei Zhang · 8 years ago
  55. ee96d56 Replace base::AtomicRefCount functions with member functions. by Jeremy Roman · 8 years ago
  56. f35d7fe Introduce GoogleUpdateSettings::CollectStatsConsentTaskRunner and get rid of FILE thread usage in callers. by Gabriel Charette · 8 years ago
  57. cd35c48d Make starting logging to a file be an explicit method on ChromeNetLog, by eroman · 8 years ago
  58. ecb6094 Move the pref service from the IO thread to a task scheduler sequence. by Sam McNally · 8 years ago
  59. 4aba27c views: Removes ViewStorage usage from FocusManager by Scott Violet · 8 years ago
  60. fedf65a [TabManager] Move TabManager into chrome/browser/resource_coordinator. by lpy · 8 years ago
  61. 25894fe Replace deprecated base::NonThreadSafe in chrome in favor of SequenceChecker. by gab · 8 years ago
  62. b068f27 Refactor UKM interface for mojo-ification by oysteine · 8 years ago
  63. 8bd754d Remove UsbService::Shutdown and stop shutting down the DeviceClient by Reilly Grant · 8 years ago
  64. ff7a2feb Use TaskScheduler instead of SequencedWorkerPool in browser_process_impl.cc. by fdoray · 8 years ago
  65. f64a25e Add missing IWYU message_loop.h includes. by gab · 8 years ago
  66. 2998ee7 Replace "nested message loop" with "nested run loop" in comments. by gab · 8 years ago
  67. 7af9dc0 Make nesting/running states a RunLoop rather than a MessageLoop concept. by gab · 8 years ago
  68. abed2a5 Remove command line/field trial support for disabling Isolate Extensions. by nasko · 8 years ago
  69. 29ea5c7 Rewrite base::Bind to base::BindOnce with base_bind_rewriters in //chrome/browser/{a,b,c,d,e,f,g}* by tzik · 8 years ago
  70. 421f86bb Add initial support for native Linux desktop notifications by thomasanderson · 8 years ago
  71. 2a1451c Pref service: enable for user prefs in chrome behind a flag. by sammc · 8 years ago
  72. 484667c Retain VerifiedRulesetDealer::Handle in the browser process by csharrison · 8 years ago
  73. b2ac08f Various IWYU fixes. by grt · 8 years ago
  74. ecab4f5 Enable outdated plugin infobars even when third-party plugin installation is not enabled. by bauerb · 8 years ago
  75. 8a923d6 Swap ownership of RulesetService and the content delegate by csharrison · 8 years ago
  76. ebc7290 Add missing #include around sequenced_worker_pool.h in //chrome by tzik · 8 years ago
  77. 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 · 8 years ago
  78. 70b7c5d Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h by tzik · 8 years ago
  79. 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 · 8 years ago
  80. d502a3f Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h by tzik · 8 years ago
  81. 9f4490a Move //c/b/services/gcm/ to //c/b/gcm/ by peter · 8 years ago
  82. 2fc1646 Added accessor for the ukm service to the browser process singleton by oysteine · 8 years ago
  83. db4a58e Remove android_java_ui as it is not used by zpeng · 8 years ago
  84. 0fbc392 Remove chrome-extension-resource:// scheme. by nick · 8 years ago
  85. 24c2c8c [bgmode] Log the unpin stack trace to Crash Keys by dgn · 8 years ago
  86. d87a308d Pass RapporService to content/browser/ by nzolghadr · 9 years ago
  87. 1f92eed Remove enable_notifications build flag and define by brettw · 9 years ago
  88. fc622a50 Re-enable rappor for vrshell by billorr · 9 years ago
  89. ee92054 [PhysicalWeb] Add physical_web namespace. by vitaliii · 9 years ago
  90. 0748bf41 Move enable_webrtc to a buildflag header. by Brett Wilson · 9 years ago
  91. 4b46108 Convert enable_plugins to a buildflag header. by brettw · 9 years ago
  92. 83aad69 Let the subresource_filter::RulesetService know about browser start-up. by engedy · 9 years ago
  93. 00899e6 Move enable extensions define to a build flag. by brettw · 9 years ago
  94. 3b9a7a6 Remove DeviceMonitorLinux::WillDestroyCurrentMessageLoop(). by fdoray · 9 years ago
  95. 65f951c Move printing defines to buildflag system. by Brett Wilson · 9 years ago
  96. a0b7b87 BrowserProcessImpl: don't call IsIsolateExtensionsEnabled() too early by nick · 9 years ago
  97. ab78fef Move some global feature defines to buildflags by brettw · 9 years ago
  98. f1aab39 Add an empty Android implementation of the PhysicalWebDataSource by mattreynolds · 9 years ago
  99. 2a8ba8c Update ChildProcessSecurityPolicy so that the chrome-extension:// scheme by nick · 9 years ago
  100. bd3b7a4c Revert of Lock down the registration of blob:chrome-extension:// URLs (patchset #13 id:230001 of https://codereview.chromium.org/2364633004/ ) by tsergeant · 9 years ago