Граф коммитов

114 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 80f526179f Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
pinkerton%netscape.com 2f44b46a0e fix timers on osx. r=pchen/sr=sfraser/a=asa. bug# 75499. 2001-06-04 22:40:53 +00:00
briane%qnx.com aa6db6b8c3 Photon build only
Bug fixes for menus, popup windows and some code cleanup
2001-05-24 14:35:51 +00:00
kandrot%netscape.com d5bd552195 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
cls%seawood.org 25c6dc1c7e Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
sfraser%netscape.com 1ef8fbed02 Fix for bug 74827; make it possible to cancel repeating timers. r=pinkerton, sr=me because no other sr responded. 2001-04-27 21:14:26 +00:00
pinkerton%netscape.com d126341407 Fix up to actually build the correct files. r=pchen/sr=hyatt. bug# 75653 2001-04-16 20:21:37 +00:00
johng%corel.com 18ddd7bad6 Fix for nsTimerQt::SetDelay. Bug caused animated images to speed up after page reload. 2001-04-12 19:11:10 +00:00
johng%corel.com 32101b14f6 Latest source for Qt-Mozilla from Bugzilla #70511 2001-04-06 18:38:16 +00:00
dbaron%fas.harvard.edu 285b306128 Add string to REQUIRES to fix xlib + MOZ_TRACK_MODULE_DEPS build bustage. r=cls@seawood.org 2001-03-10 03:23:35 +00:00
mkaply%us.ibm.com f0b02cdb3a #58627
r=cls
Remove timer.dll from OS/2 build - make it a part of widget
2001-03-02 00:10:24 +00:00
disttsc%bart.nl 744785129a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
dbaron%fas.harvard.edu 1b8cab35b5 Fix bustage with xlib + MOZ_TRACK_MODULE_DEPS by adding necessary directories to REQUIRES. 2001-02-01 03:50:19 +00:00
dbaron%fas.harvard.edu cf34a0f479 Fix leaks in the xlib port (and some problems exposed by fixing those leaks). b=64534, 64767 r=blizzard@mozilla.org (Not part of the build.) 2001-01-10 02:49:45 +00:00
mkaply%us.ibm.com 84e7795509 r=mkaply, a=blizzard
From jkobal - the OS/2 timer saga continues
2000-12-19 00:16:33 +00:00
cls%seawood.org 63ed7943d0 Removing unused source file now that fix for bug #55674 has landed.
Thanks to Yannick Koehler <koehler@mythrium.com> for the patch.
r=cls@seawood.org sr=scc@mozilla.org
2000-12-17 08:47:43 +00:00
cls%seawood.org 9af2733e84 Fixing timers on BeOS and making a component out of them.
Thanks to Yannick Koehler <ykoehler@mythrium.com> for the patch and for having patience while we hashed out the fix for the fix.
Bug #55674. r=cls@seawood.org sr=scc@mozilla.org
2000-12-17 08:45:23 +00:00
mkaply%us.ibm.com eb02336361 #62714
r=mkaply, a=blizzard
Code from jkobal - mishandling of some timers
2000-12-13 03:12:02 +00:00
mkaply%us.ibm.com 5f16c1fe60 #61587
r=mkaply, a=blizzard
Code from jkobal to fix strange random timer trap
2000-11-30 15:52:24 +00:00
cls%seawood.org 8bd122b3d5 Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
sspitzer%netscape.com d78a0cb226 backing edburns out to open up the tree.
sorry ed.  a=granrose
2000-11-10 21:24:24 +00:00
edburns%acm.org ad8d20ed78 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
2000-11-09 23:45:26 +00:00
edburns%acm.org c100fb8830 nsTimer.cpp 2000-11-09 23:44:03 +00:00
Jerry.Kirk%Nexwarecorp.com cd780c84e0 PHOTON ONLY: Added a Kung Foo Deathgrip to the Timer Event handler
so the timer could not be destroyed while inside the callback. I
did it just like GTK did it. It was crashing at http://www.uescape.com
2000-11-08 13:54:15 +00:00
koehler%mythrium.com f1bf7bb876 reverted patch 55674 2000-11-07 05:56:30 +00:00
blizzard%redhat.com 83a64c21ec Fix bug #59015. Gtk timers do not shut down cleanly. Remove the timer when the shutdown method is called. This should fix some crashes when the embedding widget is shut down. r=bryner,waqar sr=brendan 2000-11-04 16:46:02 +00:00
koehler%mythrium.com 45bf1a836b Bug #55674: new timer implementation for BeOS r=blizzard 2000-11-04 00:27:22 +00:00
dbaron%fas.harvard.edu b65210fd29 Fix one-time leak of 5 nsVoidArray by freeing in module destructor. r=pavlov@netscape.com sr=scc@mozilla.org b=56747 2000-10-29 21:35:02 +00:00
warren%netscape.com 4189314fdb Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 8cea81ed32 Removing more extra 0 params from NS_IMPL_LOG macro 2000-10-28 02:24:24 +00:00
warren%netscape.com c6e839472b Removed extra 0 arg from macro. 2000-10-27 23:37:22 +00:00
warren%netscape.com 6e35f97e31 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
blizzard%redhat.com be2bf9383f Bug #54219. Bring qt back from the dead. I am checking this in on behalf of John Griggs <johng@corel.com>. If you have problems with this code, please contact him. 2000-10-25 16:55:40 +00:00
mkaply%us.ibm.com fa4ea3d368 OS/2 TB breakage
When I fixed the XP timer code, I forgot to update the OS/2 timers. Duh.
2000-10-21 02:44:30 +00:00
mkaply%us.ibm.com 53ade35193 #55888
r=pavlov, rods, a=brendan
nsITimer implementation was using platform types (bool) instead of PRBool
2000-10-20 20:07:16 +00:00
mkaply%us.ibm.com 0c684c4a5c #55831
r=mkaply, a=blizzard
Code from jkobal to make timers MUCH better
2000-10-10 21:45:12 +00:00
quy%igelaus.com.au 08694aee41 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 01:51:38 +00:00
rayw%netscape.com 6cc70ebd6c Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
quy%igelaus.com.au 026e89b8f0 single shot and reusable timers for xlib. Not yet part of build. Thanks to faulkner@igelaus.com.au 2000-08-29 06:20:07 +00:00
quy%igelaus.com.au 034f3f71cc Updating xlib. Not part of the build 2000-08-28 03:59:17 +00:00
cls%seawood.org e1e6c5760f Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
bryner%uiuc.edu 1ed22b5fa7 Fixing bug 43939 - timer leaks on Linux. r=scc. 2000-06-27 23:25:32 +00:00
Jerry.Kirk%Nexwarecorp.com cf0ee60100 NOT PART oF BUILD - PHOTON ONLY
Made the timers for photon work as a component by defining
NS_TIMER_PH_CID and changing the component name to the new name.
2000-06-26 20:37:03 +00:00
bryner%uiuc.edu 901fb65698 Oops, need to check for microseconds overflow into full seconds. bug
43789.  r=pavlov.
2000-06-26 06:46:01 +00:00
pavlov%netscape.com e9831c7aba fix for timers not firing accurately bug 43789. r=blizzard, syd, bryner 2000-06-26 05:58:17 +00:00
waqar%netscape.com c0a9cad1b9 #=24871
r=pavlov@netscape.com
d=New timer code for GTK. This should speed up navigation quite a bit.
2000-06-23 20:54:02 +00:00
mkaply%us.ibm.com 77edefe9b0 # 37239
r = mkaply, a = brendan
OS/2 bringup - TIMER is not a component
2000-06-06 23:53:55 +00:00
mkaply%us.ibm.com 4fd99d4bad # 40177
r = cls,pavlov, a = brendan
OS/2 bringup - addition export of header, similar to makefile.win
2000-06-02 21:47:39 +00:00
mkaply%us.ibm.com ec55e53fce # 37239
r = mkaply, a = brendan
Rewrite of OS/2 timer code
2000-06-01 14:26:49 +00:00
sfraser%netscape.com 1b460603f3 NS_NewTimer is dead, man. 2000-05-17 08:44:43 +00:00