Sign in
chromium
/
chromium
/
src.git
/
760b946849da9bd7a638418a762712f678a2e017
/
content
/
browser
/
notification_service_impl.cc
63ff5f3
Make URLLoaderInterceptor work before profiles are created.
by John Abd-El-Malek
· 7 years ago
a796fa5
Fix session restore with network service.
by John Abd-El-Malek
· 7 years ago
2c0d2bb3
Convert 0 to nullptr in content using clang-tidy.
by Ivan Kotenkov
· 8 years ago
5e65e3a
Require explicit selection of traits for LazyInstance
by scottmg
· 8 years ago
254597b
Reduce usage of FOR_EACH_OBSERVER macro in content/browser
by ericwilligers
· 9 years ago
5e362e47
Switch ObserverList::size() to ObserverList::might_have_observers() Pt.1
by
[email protected]
· 12 years ago
1a81639
content/browser: Move notification_service_impl into content namespace.
by
[email protected]
· 13 years ago
d9c2e51
Revert 164120 - content/browser: Move more files into the content namespace.
by
[email protected]
· 13 years ago
7a91c55
content/browser: Move more files into the content namespace.
by
[email protected]
· 13 years ago
1fa6de0
Delete empty NotificationObserverLists. Fixes leak.
by
[email protected]
· 13 years ago
60dc931
Hide the process of instantiating NotificationServiceImpl from embedders.
by
[email protected]
· 13 years ago
6de0fd1d
Allow linker initialization of lazy instance
by
[email protected]
· 14 years ago
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]
6c2381d
Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser.
by
[email protected]
· 14 years ago
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
5276150
Fix for the nacl build failures on the WinBuild(dbg) builder.
by
[email protected]
· 14 years ago
95ca629
Fix for a compile failure on the chrome nacl 64 build
by
[email protected]
· 14 years ago
43211582
Moving notification types which are chrome specific to a new header file chrome_notification_types.h.
by
[email protected]
· 14 years ago
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]
c4ded09
Got rid of extra space in notification log
by
[email protected]
· 14 years ago
1357c32
Move thread local stuff from base to base/threading and consistently use the
by
[email protected]
· 14 years ago
11c2688a
Convert LOG(INFO) to VLOG(1) - chrome/common/.
by
[email protected]
· 15 years ago
0c7d74f
Rename ChromeThread to BrowserThread Part16:
by
[email protected]
· 15 years ago
1be8056
Remove LOG(INFO) spam.
by
[email protected]
· 15 years ago
4d36536b
FBTF: Header cleanup in chrome/common part 2. The majority of the changed files
by
[email protected]
· 15 years ago
20136647
Remove more definitions from header files.
by
[email protected]
· 15 years ago
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
3a27165
Make NotificationObserver leaks into LOG(INFO).
by
[email protected]
· 16 years ago
ff73476
Add a note pointing at a bug so others don't waste time.
by
[email protected]
· 16 years ago
b6f87899
NO CODE CHANGE
by
[email protected]
· 16 years ago
6ad9e38
Add a CHECK for NULL observers. I got a NULL pointer exception when notifying
by
[email protected]
· 16 years ago
bfd04a6
Remove most header file dependencies on the notification type list. It is
by
[email protected]
· 16 years ago
f886b7bf
Move a bunch of code from the old to new TLS interface.
by
[email protected]
· 17 years ago
bf09a50
Use a more compact license header in source files.
by license.bot
· 17 years ago
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
fa87a25
Revert. Failing unit tests.
by
[email protected]
· 17 years ago
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
09911bf
Add chrome to the repository.
by initial.commit
· 17 years ago