gecko-dev/xpfe
edburns%acm.org dce5c20139 bug=59530
sr=waterson
r=valeski
This fix removes the two instances of the unsafe practice of having
static nsCOMPtr instances, either as static data members or or file
static variables.  This practice prevents the proper ref-counting of
such instances, and leads to accessing the instances after their
ref-count has gone to 0.

The following files are in this fix:

widget/timer/src/windows/nsTimer.cpp
xpfe/components/bookmarks/src/nsBookmarksService.cpp
xpfe/components/bookmarks/src/nsBookmarksService.h
widget/timer/src/windows/nsWindowsTimer.h
2000-11-09 23:46:39 +00:00
..
AppCores Added files for bogus directory, removing now. r=sspitzer 2000-03-05 00:38:15 +00:00
appshell allow content windows to be modal/dependent, like chrome windows. bug 56677 r=brendan,hyatt 2000-11-09 00:18:03 +00:00
bootstrap Fix for bug 48887 -- OpenURL apple event drops the last character of the URL. r=beard, sr=scc. Trunk checkin. 2000-11-08 00:53:30 +00:00
browser two more OpenBookmarkURL's that blake missed a=myself, r=jag 2000-11-09 05:30:14 +00:00
communicator Fix 48876: make d&d and modifier-/middle-click possible throughout the app and implement selection within link (50673). Also fixes 59520, 48780, 48632, 57588, 59132. r=jag sr=alecf 2000-11-09 00:06:54 +00:00
components bug=59530 2000-11-09 23:46:39 +00:00
global Moving nsIContentViewer over from webshell to docshell, converting from .h to .idl. Needed for bug 46200, r=moa=adam@netscape.com, a=alecf 2000-11-09 20:30:35 +00:00
macbuild Pro5 update 2000-02-07 23:06:04 +00:00
.cvsignore
Makefile.in Added appfilelocationprovider lib r=valeski 2000-08-11 20:17:55 +00:00
makefile.win Added appfilelocationprovider lib r=valeski 2000-08-11 20:17:55 +00:00