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

1999 Коммитов

Автор SHA1 Сообщение Дата
morse%netscape.com 07080efeb1 fix bug 14958 -- approved chofmann 1999-09-29 05:39:18 +00:00
beard%netscape.com ff93b2bee6 removed link dependency on view.shlb. 1999-09-29 00:17:51 +00:00
mscott%netscape.com 7cec99d246 Bug #12198 --> bullet proof this code. return if we don't have a nsIURI instead of trying to dereference it. r=sspitzer 1999-09-28 22:11:26 +00:00
ramiro%netscape.com b4b18c7a85 NOT PART OF SEAMONKEY. Ressurect GtkMozilla again. Apparently mozilla
dont work no without no prefs.  Blessed by Mr. Shaver.
1999-09-28 18:03:17 +00:00
dp%netscape.com 9926752843 Removing pref and ifndef necko dlls from registration. 1999-09-27 23:57:15 +00:00
beard%netscape.com 6a98c41e75 fixing leaked nsIAppShell 1999-09-27 23:39:29 +00:00
beard%netscape.com a3886abf5a breaking cycle between crawler and browser window to fix a leak, using NS_WITH_SERVICE to manage metacharset service. 1999-09-27 23:39:03 +00:00
kipp%netscape.com dfbdc6f2a7 Fixed shutdown crash found by warren 1999-09-27 16:33:05 +00:00
warren%netscape.com cdd8569e05 Fixed history state leak 1999-09-26 10:07:49 +00:00
warren%netscape.com 483f34ce5d Added Purify menu. 1999-09-26 05:52:24 +00:00
kipp%netscape.com 3a42b306dc More build bustage fixes 1999-09-25 22:11:08 +00:00
kipp%netscape.com 5b078c4d89 Fixed the throbber 1999-09-25 21:23:38 +00:00
kipp%netscape.com 200f5df587 added files: mozilla/webshell/tests/viewer/nsThrobber.cpp 1999-09-25 21:17:02 +00:00
kipp%netscape.com 29c7fcb9b4 new 1999-09-25 20:11:47 +00:00
kipp%netscape.com 1f0953ddad shutdown xpcom and the image library to help leak anlaysis 1999-09-25 20:10:59 +00:00
kipp%netscape.com e477d1f16f Switch to local throbber 1999-09-25 20:10:29 +00:00
kipp%netscape.com 2ac86155c5 Removed throbber from registry setup 1999-09-25 20:10:02 +00:00
kipp%netscape.com 46af1fd20e removed files: mozilla/webshell/src/nsThrobber.cpp 1999-09-25 20:09:52 +00:00
kipp%netscape.com d3958d2bfb Removed throbber from factory 1999-09-25 20:08:52 +00:00
kipp%netscape.com 303f6054de Don't build nsThrobber - its moved 1999-09-25 20:08:40 +00:00
kipp%netscape.com 2848f39658 Don't export nuked nsIThrobber 1999-09-25 20:08:21 +00:00
mscott%netscape.com 349dfbb9f1 Bug #14813 --> we are leaking all nsIURI's that go through here. Using a nsCOMPtr fixes the leak.
r=vidur, a=leaf.
1999-09-24 21:03:58 +00:00
nisheeth%netscape.com 4df0e5010a a=chofmann. If MOZ_PERF is defined in the environment, set up the RAPTOR_PERF_METRICS compiler define for windows. 1999-09-24 19:26:00 +00:00
nisheeth%netscape.com 38d524ab94 Use NSPR logging rather than printf's for stopwatch output. 1999-09-24 08:57:36 +00:00
nisheeth%netscape.com d0bb69aaaa a=chofmann. Add a stopwatch to measure total (layout+page load) time in the webshell. 1999-09-24 07:13:39 +00:00
dp%netscape.com 5118758633 Removing unused servMgr. 1999-09-24 06:07:19 +00:00
dp%netscape.com e2b0e5ab83 Removing unused servicemanager in Init and Shudown XPCOM. 1999-09-24 06:05:28 +00:00
briano%netscape.com 53bf6a9543 Fixed for compilers that don't permit a comma at the end of an enum list. 1999-09-23 21:30:07 +00:00
ftang%netscape.com f15fddd967 fix bug 13946 1999-09-23 03:27:53 +00:00
rpotts%netscape.com e0096d3c31 bug #14457. Getting the webcrawler working again for QA... 1999-09-22 22:58:29 +00:00
briano%netscape.com 8ab8db4608 Backed out cls's change. When realclean is added to the list, the Tinderbox builds fail because they generate the Makefiles in webshell/embed/gtk, and then the realclean (aka distclean) deletes them. That's bad.... 1999-09-22 06:28:46 +00:00
shaver%netscape.com c0d314734c missed an NS_DEBUG->DETECT_WEBSHELL_LEAKS 1999-09-22 03:14:44 +00:00
nisheeth%netscape.com 1965d582ce Changed the ifdef NS_DEBUG around webshell leak detection code to ifdef DETECT_WEBSHELL_LEAKS. 1999-09-22 01:24:20 +00:00
cls%seawood.org 3e2bfa5eb5 Fix for the problem of GtkMozilla not being properly cleaned up from client.mk's cleansrcdir target. 1999-09-22 00:40:11 +00:00
kmcclusk%netscape.com 853ad0e68d Added test_weight.html to exercise CSS font weight. 1999-09-21 22:06:07 +00:00
scc%netscape.com a1ff4d8cc5 take action to prevent re-entering the destructor 1999-09-21 21:10:22 +00:00
sfraser%netscape.com b15861f35e Removed some obsolete files that are no longer needed (allxpstr.c, xp_foo.c, pwcapi.c etc) 1999-09-21 21:04:21 +00:00
rjc%netscape.com 85d1810ae8 Expose clipboard to JS and start hooking up bookmark window's cut/copy/paste/delete/select-all menu items. 1999-09-21 12:34:16 +00:00
mscott%netscape.com 9f4482f2c5 The doc loader should release the underlying channel once the channel issues a OnStopRequest. This allows the
channel to go away after we load the url instead of making it stick around until the next url comes in (that's
when we used to get rid of the previous channel).
r=rpotts.
1999-09-21 05:36:49 +00:00
vidur%netscape.com 979ab6a214 Changed nsIWebShell::GoTo to use LOAD_HISTORY as the load flag - going to the current entry shouldn't reload. 1999-09-21 05:27:35 +00:00
mike%neoplanet.com 2acf11c8fe Implemented cut/copy/paste. Added stubs for a couple other functions. 1999-09-21 02:39:53 +00:00
hyatt%netscape.com 0dd1266ea1 chrome event stuff 1999-09-21 01:02:29 +00:00
vidur%netscape.com 46982161df webshell now gets its nsIPrompt reference from its container and not its observer. restored ftang's webshell change that i inadvertantly removed in a prior checkin. 1999-09-21 00:04:31 +00:00
locka%iol.ie 5fdf2b068d Added some documentation 1999-09-20 22:07:09 +00:00
locka%iol.ie af97cd068f Added safe for scripting support 1999-09-20 22:00:30 +00:00
locka%iol.ie 7400eda93c A long lost file finds its way into the world 1999-09-20 21:59:30 +00:00
bienvenu%netscape.com 9f48620357 fix listener leak r+a=mscott,valeski 1999-09-20 21:10:46 +00:00
radha%netscape.com 2c83b5f862 Clean up leaks 1999-09-20 21:09:16 +00:00
warren%netscape.com bde1055a86 Fixed warnings. 1999-09-20 20:57:21 +00:00
warren%netscape.com 68e64ab5e6 freed global service manager in NS_ShutdownXPCOM 1999-09-20 20:53:49 +00:00