Commit Graph

7 Commits

Author SHA1 Message Date
sspitzer%netscape.com
0e4ac5bba9 backing edburns out to open up the tree.
sorry ed.  a=granrose


git-svn-id: svn://10.0.0.236/trunk@82547 18797224-902f-48f8-a5cc-f745e15eee43
2000-11-10 21:24:24 +00:00
edburns%acm.org
fd5279eb21 bug 59530
r=waterson, sr=waterson
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


git-svn-id: svn://10.0.0.236/trunk@82511 18797224-902f-48f8-a5cc-f745e15eee43
2000-11-09 23:45:26 +00:00
michael.lowe%bigfoot.com
4be0c83a52 Final Windows timer optimisation work, for now
git-svn-id: svn://10.0.0.236/trunk@59065 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 14:01:42 +00:00
michael.lowe%bigfoot.com
eaa317cc7b Further optimisation to Windows timers. Some more to come later
git-svn-id: svn://10.0.0.236/trunk@58468 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-24 13:35:21 +00:00
michael.lowe%bigfoot.com
6856aa06f0 Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan
git-svn-id: svn://10.0.0.236/trunk@58358 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-21 21:56:09 +00:00
dmose%mozilla.org
92d791b7b0 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52908 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:40:37 +00:00
ramiro%netscape.com
9214c98f6a Move the timers to their final resting ground. Im sorry. I screwed up
last time by putting them on the top level.  Ive learned my lesson.  Dont
scrweup unless you can really get away with it.


git-svn-id: svn://10.0.0.236/trunk@40241 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-20 06:18:42 +00:00