1. 8aa3c277 chrome: Cleanup class/struct forward declarations by jbriance · 9 years ago
  2. 00899e6 Move enable extensions define to a build flag. by brettw · 9 years ago
  3. aa06031 Migrate chrome/browser files to histogram_macros.h includes. by asvitkine · 9 years ago
  4. f0d1b26 Update the lower bound for UMA_HISTOGRAM_CUSTOM_COUNTS by drbasic · 9 years ago
  5. 0df2bae8 Return unique_ptrs from base::ProcessMetrics. by thestig · 9 years ago
  6. 4af4858 Convert //chrome/browser from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  7. 6003e0b Convert //content from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  8. e8c57ea Remove NPAPI from browser and utility by piman · 9 years ago
  9. b8aacbe chrome: Add out-of-line copy ctors for complex classes. by vmpstr · 9 years ago
  10. e73d8520c Convert Pass()→std::move() in //chrome by dcheng · 10 years ago
  11. b896c71 Switch to standard integer types in chrome/browser/, part 3 of 4. by avi · 10 years ago
  12. 8c3eb80 base: Template methods on Timer classes instead of the classes themselves. by danakj · 10 years ago
  13. 36aa8be Move Singleton and related structs to namespace base by olli.raula · 10 years ago
  14. c8d7ad1d Add high cpu usage triggers to performance_monitor. by simonhatch · 10 years ago
  15. 946786f Make MarkProcessAsAlive only run on UI thread. by simonhatch · 10 years ago
  16. de73132 Performance monitor: Cleaned up more unused code after the about://performance removal by oysteine · 11 years ago
  17. 8edf4ea Performance Monitor: Add separate UMA logging for extension renderers by oysteine · 11 years ago
  18. 5d0cb163 Updated OWNERS of performance_monitor by oysteine · 11 years ago
  19. 5ef7dc8 PerformanceMonitor: Monitor PPAPI Flash performance. by thestig · 11 years ago
  20. 7f48a17 Remove the unmaintained performance monitor. by tonyg · 11 years ago
  21. 428c2ca Android: Remove more browser extensions code, including some that snuck back in. by thestig · 11 years ago
  22. 774dcda2d Reland 596ff54335b2a1b393af10657bc4945114f3beed - Split API bundle generation steps by yoz · 11 years ago
  23. 8f65982 Revert "Split bundle generation steps so that API registration is generated in browser, not common." by Albert J. Wong · 11 years ago
  24. 3b70ef14 Split bundle generation steps so that API registration is generated in browser, not common. by yoz · 11 years ago
  25. 18dfb7a5 Change base/file_utils.h includes to base/files/file_utils.h in chrome/ by thestig · 11 years ago
  26. 4d39078 [cros] user_manager component - move UserManagerBase and UserManager by [email protected] · 11 years ago
  27. 8d368d6 Make the root_namespace argument to json_schema_compiler.gypi a string by [email protected] · 11 years ago
  28. adf5a10 Move extension notifications to extensions/browser/notification_types.h by [email protected] · 11 years ago
  29. f17a7bb Remove disable-embedded-shared-worker flag and shared worker process related codes. by [email protected] · 11 years ago
  30. fca567b Add lots of GN targets: by [email protected] · 11 years ago
  31. e5e35a89 Rename NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED to by [email protected] · 11 years ago
  32. 03d2581 Cleanup: Remove most deprecated Profile::GetExtensionService() usage. by [email protected] · 11 years ago
  33. bbf8d30b Rename NOTIFICATION_EXTENSION_UNINSTALLED to NOTIFICATION_EXTENSION_UNINSTALLED_DEPRECATED by [email protected] · 11 years ago
  34. 0403d4e Rename NOTIFICATION_EXTENSION_INSTALLED to NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED by [email protected] · 11 years ago
  35. 83d82d4 [cros login] Split login related classes into subfolders. by [email protected] · 11 years ago
  36. f9357a44 Turning on MultiProfile by default for ChromeOS by [email protected] · 11 years ago
  37. e00ff14 Multiprofile test fixes for PerformanceMonitorUncleanExitBrowserTest.* by [email protected] · 11 years ago
  38. 5206ae8 Create CrxInstaller directly in WebstoreInstaller by [email protected] · 11 years ago
  39. ec87053 Rename NOTIFICATION_EXTENSION_UNLOADED to by [email protected] · 11 years ago
  40. bc947b8 Disable several failing tests after the browser test harness improvements in r257597 until they're fixed. by [email protected] · 11 years ago
  41. 044e8699 Integrate new extension cache for non-user specific extensions/apps by [email protected] · 12 years ago
  42. 170b64f PerformanceMonitor: Add new UMA histograms to track average/high CPU utilization of more process types. by [email protected] · 12 years ago
  43. 8ffad4e Introduce RenderProcessHostObserver::RenderProcessExited, use it in a new RenderProcessHostWatcher, and switch browser tests over to that new watcher. by [email protected] · 12 years ago
  44. 6778fed Update some uses of UTF conversions in chrome/browser to use the base:: namespace. by [email protected] · 12 years ago
  45. cb1078de Update some uses of Value in chrome/browser to use the base:: namespace. by [email protected] · 12 years ago
  46. 5628570 Move GetFileSize, NormalizeFilePath to base namespace by [email protected] · 12 years ago
  47. 426d1c9 Move directory creation functions to base namespace. by [email protected] · 12 years ago
  48. e4452d3 Move Extension and PermissionsData to extensions/common. by [email protected] · 12 years ago
  49. ba1821ce Remove 4 static initializers on linux. by [email protected] · 12 years ago
  50. 64bbd6c -Wunused-functions for linux, android, chromeos by [email protected] · 12 years ago
  51. 1d51882f Fixes for -Wunused-function on Linux, Android and ChromeOS by [email protected] · 12 years ago
  52. 42d8d758 Rename NOTIFICATION_RENDERER_PROCESS_HANG to NOTIFICATION_RENDER_WIDGET_HOST_HANG as it is being sent out by the RenderWidgetHost. by [email protected] · 12 years ago
  53. 48e889fa PerformanceMonitor: Add a new UMA histograms to track average CPU utilization of the browser process by [email protected] · 12 years ago
  54. b0af479 Move extension_misc::UnloadedExtensionReason from extension_constants.h to UnloadedExtensionInfo in extension.h. by [email protected] · 12 years ago
  55. 97ae4c1 Changed the HighCPU UMA action into a histogram by [email protected] · 12 years ago
  56. d20cc57 PerformanceMonitor: Ensure module is initialized for all tests, to increase code coverage by [email protected] · 12 years ago
  57. f9b0ea5e Clean up unused constant globals by [email protected] · 12 years ago
  58. f8c8506 Fix for a startup crash when restoring the session if a specific performance monitoring flag was disabled. by [email protected] · 12 years ago
  59. 56fd0a89 Modified the PerformanceMonitor to not use test/ code for enumerating Chrome processes. by [email protected] · 12 years ago
  60. a801cb3 content: Introduce a RenderWidgetHostIterator. by [email protected] · 12 years ago
  61. 460d6af Use DLOG instead of LOG for out-of-bound perf metrics. by [email protected] · 12 years ago
  62. d42c1115 Move Feature and Manifest to top-level extensions. by [email protected] · 12 years ago
  63. a5bca9eac Fix missing const reference on parameter. by [email protected] · 12 years ago
  64. d09a4ce1c Update include paths in chrome/browser/ for base/process changes. by [email protected] · 12 years ago
  65. 7b00db0 Only allow leveldb to use the minimum amount of file descriptors. by [email protected] · 12 years ago
  66. dcd1661 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by [email protected] · 12 years ago
  67. 25ff086 Update some includes of chrome_notification_types.h by [email protected] · 12 years ago
  68. 756748414 Move PathExists to base namespace. by [email protected] · 12 years ago
  69. f0ff2ad Move Copy* into the base namespace. by [email protected] · 12 years ago
  70. ff54ace2 Use a direct include of time headers in chrome/browser/, part 4. by [email protected] · 12 years ago
  71. ed2fa72 Make all tests use GetActiveDesktop() instead of hardcoding HOST_DESKTOP_TYPE_NATIVE. by [email protected] · 12 years ago
  72. 8426f8d7 Add descriptions to all extension/app schemas, and enforce that they have them by [email protected] · 12 years ago
  73. 039b84a4 Refactor RenderProcessHost to use IPC::Listener instead of RenderWidgetHost by [email protected] · 12 years ago
  74. 71c20bd Remove [email protected] from extensions-related OWNERS files. by [email protected] · 12 years ago
  75. 4b4c013 Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. by [email protected] · 12 years ago
  76. 76fb05c Use a direct include of strings headers in chrome/browser/o*-p*/. by [email protected] · 12 years ago
  77. e309f31 Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. by [email protected] · 12 years ago
  78. cbb1ef59 content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from content by [email protected] · 12 years ago
  79. ffaf732 Cleanup: Remove unneeded base/file_util.h includes in chrome. by [email protected] · 12 years ago
  80. 41bb80bd Made it possible to tell whether an extension is being installed or updated. by [email protected] · 12 years ago
  81. 931d104 Re-Re-apply 192420: Move login switches to src/chromeos" by [email protected] · 12 years ago
  82. 82b67fc Revert 192504 "Re-apply 192420: Move login switches to src/chromeos" by [email protected] · 12 years ago
  83. 0ff8bf29 Re-apply 192420: Move login switches to src/chromeos by [email protected] · 12 years ago
  84. f1cb6fa Revert 192420 "Move login switches to src/chromeos" by [email protected] · 12 years ago
  85. 6a01f63 Move login switches to src/chromeos by [email protected] · 12 years ago
  86. 7d3cbc9 [Cleanup] Remove StringPrintf from global namespace by [email protected] · 12 years ago
  87. facf11e content: Move all listeners of NOTIFICATION_RENDER_VIEW_HOST_CREATED out of content. by [email protected] · 12 years ago
  88. 2aed276 Check that DB initialized properly in PerformanceMonitor by [email protected] · 12 years ago
  89. f8a6d73 content: Move more constants from url_constants.h into content namespace. by [email protected] · 12 years ago
  90. e2787e4 Delete PerformanceMonitor database on background thread by [email protected] · 12 years ago
  91. 1988e1c chrome: Update include paths of string_split.h to its new location. by [email protected] · 12 years ago
  92. 12075d1 Change --load-extension flag so the extensions don't persist across restart. by [email protected] · 12 years ago
  93. 47e870b Revert 184352 by [email protected] · 12 years ago
  94. 5f0cebb Add utf_string_conversions to base namespace. by [email protected] · 12 years ago
  95. 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
  96. a8e3c53 Make all consumers of chrome::NewEmptyWindow and chrome::OpenEmptyWindow browser commands use the version specifying a HostDesktopType. by [email protected] · 13 years ago
  97. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 13 years ago
  98. 3ea1b18 Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories. by [email protected] · 13 years ago
  99. b94584a Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. by [email protected] · 13 years ago
  100. c02087b51 chrome: Kill the base::Passed(foo.Pass()) meme. by [email protected] · 13 years ago