1. a845ec3 Remove deprecated extension ready notification from background content service. by limasdf · 9 years ago
  2. 7743612 Setup DataUseWebContentsObservers for background contents. by kundaji · 9 years ago
  3. d9d3ea1 Reduce FOR_EACH_OBSERVER macro usage in chrome/browser by ericwilligers · 9 years ago
  4. 8255475 Remove stl_util's STLDeleteContainerPairSecondPointers from all of Chromium. by avi · 9 years ago
  5. 1c232911 Update component extension reload backoff logic. by apacible · 9 years ago
  6. aa06031 Migrate chrome/browser files to histogram_macros.h includes. by asvitkine · 9 years ago
  7. 3b04f32 Convert WindowOpenDisposition to an enum class. by nick · 9 years ago
  8. fb3b9fa Use exponential backoff for component extension reloads. by apacible · 9 years ago
  9. 4a9b0ef Change most chrome/ grit includes to use qualified paths. by thestig · 9 years ago
  10. 49740b5 chrome/browser/background: Change auto to not deduce raw pointers. by vmpstr · 9 years ago
  11. ccb4f1e [bgmode] Add UMA for the uptime before Optimizer-induced restart by dgn · 9 years ago
  12. 32fa6b3f9 chrome: Use stl utilities from the base namespace by skyostil · 9 years ago
  13. af6e861 [Push] Add UMA for background state when receiving push messages by dgn · 9 years ago
  14. 24d693f Now that the old task_manager backend is gone, move task_management into its place. by avi · 9 years ago
  15. 3eaf67e Add BackgroundModeOptimizer that can restart the browser by dgn · 9 years ago
  16. 0670b56 [Extensions] Pull ExtensionId into its own file by rdevlin.cronin · 9 years ago
  17. 23c8fb7e Moved a bunch of win-specific files to the new win folder in chrome/browser by pmonette · 9 years ago
  18. 5283579 Use DCHECKs when observing only a single notification. by thestig · 9 years ago
  19. fd4c7ba Remove MessageLoop::current()->RunUntilIdle() in chrome. by fdoray · 9 years ago
  20. d9ea6386 Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //chrome by dcheng · 9 years ago
  21. 283082bd Remove use of deprecated MessageLoop methods in chrome/. by fdoray · 9 years ago
  22. 49f1ca9 Avoid notifying about crashed extension during shutdown by dgn · 9 years ago
  23. b15e1907 Fix include path for moved thread_task_runner_handle.h header in chrome/ by gab · 9 years ago
  24. b4709131 Disable BackgroundApplicationListModelTest.ExplicitTest everywhere. by glider · 9 years ago
  25. 4af4858 Convert //chrome/browser from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  26. bccd6b8 Consistently refcount SiteInstance in the public content API. by dcheng · 9 years ago
  27. ca3f538 Remove c/b/ui/host_desktop.h/cc by scottmg · 9 years ago
  28. fe075c8 Replace BrowserProces::AddRefModule/RemoveModule by ScopedKeepAlive by dgn · 9 years ago
  29. 74deaca Remove HostDesktopType from AppLaunchParams by scottmg · 9 years ago
  30. 0237778 Replace Increment/DecrementKeepAliveCount by ScopedKeepAlives by dgn · 9 years ago
  31. 3563ecaf Add KeepAliveStateObserver, that allows clients to get by dgn · 9 years ago
  32. 3d351ad1 Add ScopedKeepAlive to c/b/lifetime by dgn · 9 years ago
  33. b8e85606 Refactor ProfileInfoCache for c/b/background and c/b/extensions by lwchkg · 10 years ago
  34. 85194900 Remove HostDesktopType from Browser::CreateParams by scottmg · 10 years ago
  35. 5c03fe02 Remove HostDesktopType from FindLastActive[WithProfile] by scottmg · 10 years ago
  36. b1fc1b8 Update chrome for new prefs location. by brettw · 10 years ago
  37. 96f329c Implements migration support for Cast extension users when the Media Router is enabled. by mfoltz · 10 years ago
  38. e73d8520c Convert Pass()→std::move() in //chrome by dcheng · 10 years ago
  39. e4d7b6f Switch to standard integer types in chrome/browser/, part 1 of 4. by avi · 10 years ago
  40. 1dd4acd Remove all the ephemeral apps code. by benwells · 10 years ago
  41. 8367e72 Fixed Windows system tray icon. by mgiuca · 10 years ago
  42. a17c5d4 Remove logic for unused foreground auto-launch mode on Windows. by gab · 10 years ago
  43. 55d4719b Fix DCHECK using --keep-alive-for-test. by mgiuca · 10 years ago
  44. 3ce04b6 Give the main frame a RenderWidget. by dcheng · 10 years ago
  45. 9295617 Plumb NotifierId to status icon balloons by johnme · 10 years ago
  46. 2cda493 Clear out vestigal exit funnel instrumentation. by siggi · 10 years ago
  47. 81256f55 Fix system notifications incorrectly marked as type WEB_PAGE by johnme · 10 years ago
  48. d630c30 [Extensions] Make const PermissionSet* const PermissionSet& where possible by rdevlin.cronin · 10 years ago
  49. b312b51 Add methods to check for exact gfx::Image equality and make most tests use it by pkotwicz · 10 years ago
  50. e2d0fd0 [Extensions] Un-refcount PermissionSet by rdevlin.cronin · 10 years ago
  51. 92619caa Cleanup: Remove references to tests that no longer exists / are unused. by thestig · 10 years ago
  52. 8cb7b71 Background mode: clean up comments in menu creation code. by mvanouwerkerk · 10 years ago
  53. 7518217 [Eraser] First pass at removing the notification center panel. by dewittj · 10 years ago
  54. 77cb0ef [Extensions] Allow revokable permissions by rdevlin.cronin · 10 years ago
  55. a744dc2 Use modern loops in background mode code. by mvanouwerkerk · 10 years ago
  56. 18c38c1 Background mode: delete redundant calls to Enable/Disable. by mvanouwerkerk · 10 years ago
  57. 36aa8be Move Singleton and related structs to namespace base by olli.raula · 10 years ago
  58. 9f50531 Count the number of background mode applications in UMA. by mvanouwerkerk · 10 years ago
  59. 82038fa9 Log UMA for changes to BackgroundModeEnabled pref and menu item clicks. by mvanouwerkerk · 10 years ago
  60. 5abba42 Enable background mode if there is at least one Push API subscription. by mvanouwerkerk · 10 years ago
  61. c81eb1d Sort extensions in BackgroundApplicationListModel by id vs. name by danduong · 10 years ago
  62. c400791 Remove the DesktopNotificationService in favor of the NotifierStateTracker by peter · 10 years ago
  63. 09ae7d5 Sort extensions in BackgroundApplicationListModel by id vs. name by danduong · 10 years ago
  64. 48321ca3 Replace base::string16 with std::string for frame names. by nasko · 10 years ago
  65. 0259835 chrome/browser: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
  66. 269b702f Fix wrong initialization of renderer_initiated_creation parameter. by lfg · 10 years ago
  67. 7a2a820 New Task Manager - Phase 1.3.1.C: Implement Background Contents Task Providing by afakhry · 10 years ago
  68. d195c95 Replace ObserverList->base::ObserverList in chrome by brettw · 10 years ago
  69. 5dd6bb0 Remove deprecated NOTIFICATION_EXTENSION_READY_DEPRECATED from background_mode_manager.cc by use of ExtensionSystem::Get by pranay.kumar · 10 years ago
  70. f073e77 favor DCHECK_CURRENTLY_ON for better logs in chrome/browser/autocomplete, banners, background and bitmap_fetcher modules by anujk.sharma · 10 years ago
  71. 0becb33 Ensure tests have an active task runner by skyostil · 10 years ago
  72. aa60872 Remove most occurences of PrefRegistrySyncable::UNSYNCABLE_PREF by raymes · 10 years ago
  73. 8ebeef2 Removing chrome.pushMessaging API and related tests. by fgorski · 10 years ago
  74. 6ce28f5 Remove RenderViewHost parameter from WebContentsObserver::Did{Start|Stop}Loading. by fdegans · 10 years ago
  75. fd474fa Make LoadMonitoringExtensionHostQueue remove itself as an ExtensionHost observer at the correct time. by kalman · 10 years ago
  76. 7ff964b Change Notification.replace_id() to be a std::string(), rename to tag(). by peter · 10 years ago
  77. 8f3cf26 Instrument SerialExtensionHostQueue::ProcessOneHost Codepaths to Find Jank by robliao · 10 years ago
  78. d49594b5 [Extensions] Introduce LoadMonitoringExtensionHostQueue. by kalman · 10 years ago
  79. a8fd8d3 Refactor Extension initialization logic. Add tracing and an additional latency histogram. by rkaplow · 10 years ago
  80. b21fe487 Fix RenderFrameCreated and RenderFrameDeleted WebContentsObserver methods by nasko · 11 years ago
  81. d61dfe19 Make BackgroundContentsService start up BackgroundContents with a delay, as for ExtensionHosts. by yoz · 11 years ago
  82. 22637962 Increases the size of the extension crash notification icon. by dewittj · 11 years ago
  83. 1c99cbef Add UMA histogram timers for ProcessManager and BackgroundContentsService startup. by yoz · 11 years ago
  84. 107a47f Rename initial_pos to initial_rect in ShowWidget and ShowView IPCs. by bokan · 11 years ago
  85. 83cbcc4 Extensions: Consolidate extension id hashing / searching. by thestig · 11 years ago
  86. 9447481 Add BackgroundMode UMA stats. by gab · 11 years ago
  87. d33a87e2 Refactor BackgroundModeManager's unittest to allow strict mock testing of EnableLaunchOnStartup(). by gab · 11 years ago
  88. 11bef64 Remove rickcam from chrome/browser/background/OWNERS. by thestig · 11 years ago
  89. 08f751f Removed duplicated code in extension_function_test_utils by thiago.santos · 11 years ago
  90. 3b0452d Cleanup: Update the path to gfx rect headers. by tfarina · 11 years ago
  91. 3ef9ec9e Make callers of CommandLine use it via the base:: namespace. by avi · 11 years ago
  92. 71d0f76 Move BackgroundContents to the directory in which it belongs. by avi · 11 years ago
  93. 079c5a3 Instrument some of the exit paths likely to suffer hangs. by siggi · 11 years ago
  94. c2c29d78 Add the main frame routing ID to WebContentsDelegate, use it in BackgroundContents. by avi · 11 years ago
  95. acf80d3 Remove DesktopNotificationService::AddIconNotification. by peter · 11 years ago
  96. 49e02a9 Resubmit https://codereview.chromium.org/722703002/ because of build breakage. by cylee · 11 years ago
  97. 6a37b6a4 Temporarily disable extensions and sync while a profile is locked. by mlerman · 11 years ago
  98. bad38cd adding skuhne to OWNERS of components/sessions by Mr4D · 11 years ago
  99. 96cd75fc Make "source" a required argument of AppLaunchParams and fill in the argument at all call points. by cylee · 11 years ago
  100. a3acbc1 Remove the deprecated function ExtensionService::extensions(). by reillyg · 11 years ago