1. 63ff5f3 Make URLLoaderInterceptor work before profiles are created. by John Abd-El-Malek · 7 years ago
  2. a796fa5 Fix session restore with network service. by John Abd-El-Malek · 7 years ago
  3. 2c0d2bb3 Convert 0 to nullptr in content using clang-tidy. by Ivan Kotenkov · 8 years ago
  4. 5e65e3a Require explicit selection of traits for LazyInstance by scottmg · 8 years ago
  5. 254597b Reduce usage of FOR_EACH_OBSERVER macro in content/browser by ericwilligers · 9 years ago
  6. 5e362e47 Switch ObserverList::size() to ObserverList::might_have_observers() Pt.1 by [email protected] · 12 years ago
  7. 1a81639 content/browser: Move notification_service_impl into content namespace. by [email protected] · 13 years ago
  8. d9c2e51 Revert 164120 - content/browser: Move more files into the content namespace. by [email protected] · 13 years ago
  9. 7a91c55 content/browser: Move more files into the content namespace. by [email protected] · 13 years ago
  10. 1fa6de0 Delete empty NotificationObserverLists. Fixes leak. by [email protected] · 13 years ago
  11. 60dc931 Hide the process of instantiating NotificationServiceImpl from embedders. by [email protected] · 13 years ago
  12. 6de0fd1d Allow linker initialization of lazy instance by [email protected] · 14 years ago
  13. ad50def5 Make NotificationService an interface in the content namespace, and switch callers to use it. Move the implementation to content/browser. Stop creating it in all child processes since it's only used in the browser. by [email protected] · 14 years ago[Renamed (85%) from content/common/notification_service.cc]
  14. 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago
  15. 0d6e9bd Move content_notification_types.h from content\common to content\public\browser. I dropped the "content" from the name to match other files whose chrome version adds a "chrome_" prefix. I also moved it to the browser directory since notifications are only used in the browser process. I will move the other notification files in future changes. by [email protected] · 14 years ago
  16. 5276150 Fix for the nacl build failures on the WinBuild(dbg) builder. by [email protected] · 14 years ago
  17. 95ca629 Fix for a compile failure on the chrome nacl 64 build by [email protected] · 14 years ago
  18. 43211582 Moving notification types which are chrome specific to a new header file chrome_notification_types.h. by [email protected] · 14 years ago
  19. 652e16d Move notification service code to content. We'll need to figure out how to split the type enum so that chrome specific parts aren't in content later. by [email protected] · 14 years ago[Renamed (97%) from chrome/common/notification_service.cc]
  20. c4ded09 Got rid of extra space in notification log by [email protected] · 14 years ago
  21. 1357c32 Move thread local stuff from base to base/threading and consistently use the by [email protected] · 14 years ago
  22. 11c2688a Convert LOG(INFO) to VLOG(1) - chrome/common/. by [email protected] · 15 years ago
  23. 0c7d74f Rename ChromeThread to BrowserThread Part16: by [email protected] · 15 years ago
  24. 1be8056 Remove LOG(INFO) spam. by [email protected] · 15 years ago
  25. 4d36536b FBTF: Header cleanup in chrome/common part 2. The majority of the changed files by [email protected] · 15 years ago
  26. 20136647 Remove more definitions from header files. by [email protected] · 15 years ago
  27. 019c7acc Add a CHECK when an object tries to remove itself as an observer from NotificationService but no matching entry is found. This is most likely an object being deleted on the wrong thread, and it'll lead to a crash later. by [email protected] · 16 years ago
  28. 3a27165 Make NotificationObserver leaks into LOG(INFO). by [email protected] · 16 years ago
  29. ff73476 Add a note pointing at a bug so others don't waste time. by [email protected] · 16 years ago
  30. b6f87899 NO CODE CHANGE by [email protected] · 16 years ago
  31. 6ad9e38 Add a CHECK for NULL observers. I got a NULL pointer exception when notifying by [email protected] · 16 years ago
  32. bfd04a6 Remove most header file dependencies on the notification type list. It is by [email protected] · 16 years ago
  33. f886b7bf Move a bunch of code from the old to new TLS interface. by [email protected] · 17 years ago
  34. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  35. 6a6e657 TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitialized. This isn't true for the pthread_key_t type, which is unsigned on Linux and reportedly a struct on Macs. This change modifies the Slot type to be a struct containing an "initialized" flag. by [email protected] · 17 years ago
  36. fa87a25 Revert. Failing unit tests. by [email protected] · 17 years ago
  37. c3ec3563 TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitialized. This isn't true for the pthread_key_t type, which is unsigned on Linux and reportedly a struct on Macs. This change modifies the Slot type to be a struct containing an "initialized" flag. by [email protected] · 17 years ago
  38. 09911bf Add chrome to the repository. by initial.commit · 17 years ago