ramiro%fateware.com
|
20f4b6a571
|
Fix #ifdef DEBUG_ramiro build bustage.
|
1999-10-21 19:30:29 +00:00 |
|
pierre%netscape.com
|
a966f87a22
|
Enabled MOZ_PERF_METRICS in the Mac build:
- updated DefinesMozilla.h
- fixed stopwatch.cpp
- created libutilIDL.mcp
- added StopWatch exports to libutil.exp
- added xpcom.shlb to libutil.mcp
- added libutil.shlb to htmlparser.mcp, layout.mcp, webshell.mcp
|
1999-10-21 05:41:45 +00:00 |
|
waterson%netscape.com
|
a6bff4a24e
|
Change nsTraceRefcnt::WalkTheStack() to accept stream.
|
1999-10-21 03:45:12 +00:00 |
|
nisheeth%netscape.com
|
007e5bc033
|
Should not affect build. Include stopwatch object code if MOZ_PERF is defined.
|
1999-10-21 02:47:56 +00:00 |
|
beard%netscape.com
|
9a212b70a9
|
use nsILeakDetector service. r=gordon, bug=15906
|
1999-10-21 00:13:07 +00:00 |
|
danm%netscape.com
|
140296a2c5
|
no longer used
|
1999-10-20 20:51:16 +00:00 |
|
cls%seawood.org
|
2628bfcc79
|
Some compilers complain if you declare variables after a potential goto call so move the declarations to the top of the function. Should fix the linux libc5 SM-Ports tinderbox & gcc 2.95 builds.
a=mscott
|
1999-10-20 05:40:05 +00:00 |
|
nisheeth%netscape.com
|
ef75c33b3c
|
Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS.
|
1999-10-19 22:27:20 +00:00 |
|
alla%lysator.liu.se
|
9436a61696
|
Update the GtkMozilla widget so it works. Also updated the streaming interface
so that it works with Necko. Small cleanups.
Fixes 16576 and 14975. r=shaver
|
1999-10-19 21:46:33 +00:00 |
|
locka%iol.ie
|
f96f1cbb98
|
Implemented ShowContextMenu so that CBrowse can display custom popup menus in response to right mouse clicks
|
1999-10-19 21:39:42 +00:00 |
|
rpotts%netscape.com
|
08c8e88004
|
bug #15560. Changed the LoadGroup to fire notifications via PLEvents to stop reenterency.
|
1999-10-19 19:42:55 +00:00 |
|
locka%iol.ie
|
c041069a12
|
Updated to include new registry entries
|
1999-10-19 19:06:31 +00:00 |
|
radha%netscape.com
|
8d24b5be4e
|
Mail news regresion with replying to a message. r=mscott bug # 16550
|
1999-10-18 19:09:27 +00:00 |
|
danm%netscape.com
|
504b2a8862
|
removing nsIModalWindowSupport r:hyatt@netscape.com
|
1999-10-18 15:05:17 +00:00 |
|
Jerry.Kirk%Nexwarecorp.com
|
efb6d8fdb8
|
Fix for viewer bustage on Neutrino. Added call to nsIThread::SetMainThread
in main() of viewer so that it can retrieved in other cases. R=vidur
|
1999-10-15 21:39:30 +00:00 |
|
vidur%netscape.com
|
417bef5e05
|
Fix for viewer bustage on Windows. Added call to nsIThread::SetMainThread in main() of viewer so that it can retrieved in other cases. R=kipp
|
1999-10-15 21:09:46 +00:00 |
|
kipp%netscape.com
|
fd38c7e478
|
Removed old netlib code; changed url loading when crawling to use the event queue to fix some re-entrancy issues somewhat
|
1999-10-15 14:09:19 +00:00 |
|
kipp%netscape.com
|
5b74d16c65
|
Added sorting to the debug dump data for show-frame-size and show-content-size
|
1999-10-15 14:08:14 +00:00 |
|
radha%netscape.com
|
b3928cdd07
|
Send out OnStartDocumentLoad(0 notifications for visits to
anchors in a page. bug # 11631 15441. r=law. Got clearance from travis too
|
1999-10-15 03:50:47 +00:00 |
|
kipp%netscape.com
|
85ec47cc23
|
Make necko work with the viewer again
|
1999-10-14 14:43:59 +00:00 |
|
locka%iol.ie
|
f434a949fe
|
Seperated webshell initialisation/termination out into their own methods. Added support to run Mozilla control from any directory with calls to the new NS_InitXPCOM and some new registry keys.
|
1999-10-14 07:46:55 +00:00 |
|
locka%iol.ie
|
5d0072d2b5
|
Added context popup menu resources
|
1999-10-14 07:44:40 +00:00 |
|
locka%iol.ie
|
847e3a4dae
|
Added simple working implementation of drag and drop. Control now accepts a URL dragged and dropped from the IE address bar.
|
1999-10-14 07:43:50 +00:00 |
|
gagan%netscape.com
|
209816b7fe
|
Argh... fix my last fix.
|
1999-10-13 12:16:08 +00:00 |
|
gagan%netscape.com
|
f488dd54a9
|
Fix build bustage on windows.
|
1999-10-13 11:50:14 +00:00 |
|
gagan%netscape.com
|
19e35c44ca
|
Removed an unneccesary include statement. No bug number.
|
1999-10-13 10:28:10 +00:00 |
|
gagan%netscape.com
|
f1203c259d
|
Fix for bug # 10333. Made webshell a progress event sink as well so that now it redirects all progress messages from necko land to the appropriate docloader observer. The hack to delete strings which are being received in the status messages is a work around the current limitation of the proxy event code. When bug # 16273 is fixed that delete wont be necessary. In fixing this I also noticed that the nsFileTransport wasn't using the proxy events and was incorrectly firing status messages directly onto the UI thread. Fixed that as well. r=rpotts,warren
|
1999-10-13 10:24:12 +00:00 |
|
radha%netscape.com
|
c1ee066eb7
|
XPIDised session history. Corresponding changes to users of nsISessionHistory.
Bug # 15437. r=law
|
1999-10-12 04:37:43 +00:00 |
|
waterson%netscape.com
|
8241422540
|
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
|
1999-10-12 02:10:08 +00:00 |
|
evaughan%netscape.com
|
f3a2112f38
|
Integrated Gfx scrollbars.
|
1999-10-12 00:16:06 +00:00 |
|
nisheeth%netscape.com
|
7487a52273
|
Changes not part of build. We now use the new RAPTOR_STOPWATCH_DEBUGTRACE macro to annotate all manipulations of the timers.
|
1999-10-11 23:33:14 +00:00 |
|
dveditz%netscape.com
|
ff01d5e8f4
|
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
|
1999-10-10 01:32:59 +00:00 |
|
beard%netscape.com
|
3427de714a
|
added "Dump Leaks" menu item. r=jar, bug=15906
|
1999-10-09 03:01:44 +00:00 |
|
beard%netscape.com
|
06cd4b05ba
|
added dump leaks command. added explicit calls to NS_InitXPCOM/NS_ShutdownXPCOM. r=jar, bug=15906
|
1999-10-09 03:01:43 +00:00 |
|
cls%seawood.org
|
af793c22b3
|
Bug #13782 r=ramiro
Fixed the various clean targets so that a distclean is only performed on GtkMozilla when explicitly asked for.
|
1999-10-09 02:41:01 +00:00 |
|
kipp%netscape.com
|
869850d839
|
Enable NS_FreeImageManager now that the call is part of the tip
|
1999-10-08 20:41:49 +00:00 |
|
kipp%netscape.com
|
db7fb105b8
|
nuked
|
1999-10-08 20:41:21 +00:00 |
|
kipp%netscape.com
|
65f6ba5343
|
Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage
|
1999-10-08 20:41:19 +00:00 |
|
warren%netscape.com
|
8c71c45537
|
Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty.
|
1999-10-08 01:49:06 +00:00 |
|
mscott%netscape.com
|
c0a1bfafc4
|
Bug #12198 --> don't dereference a null ptr for the uri. return gracefully.
r=sspitzer
|
1999-10-07 23:29:13 +00:00 |
|
rpotts%netscape.com
|
8bd067892e
|
Removed dead code inside of #if 0 blocks...
|
1999-10-06 21:43:21 +00:00 |
|
mgleeson1%netscape.com
|
4200161bd1
|
r=kipp removed unnecessary include for dlfcn.h
|
1999-10-06 18:53:41 +00:00 |
|
warren%netscape.com
|
8603974025
|
Added AsyncOpen to nsIChannel for URL dispatching. Added ContentLength to InputStreamChannel. (r=rpotts,valeski)
|
1999-10-06 08:26:01 +00:00 |
|
rpotts%netscape.com
|
73346ebf2d
|
bug #15605. Reviewed by nisheeth. Check the return code from GoToAnchor(...) :-)
|
1999-10-06 05:15:13 +00:00 |
|
kipp%netscape.com
|
429c91ee8d
|
Cleanup special viewers too
|
1999-10-06 00:00:18 +00:00 |
|
kipp%netscape.com
|
aee944905d
|
Implement ShowContentSize; fixed a bug where we weren't removing the browser window as a doc-loader observer which sometimes triggers a crash when the -f argument to the viewer is used
|
1999-10-05 23:59:59 +00:00 |
|
kipp%netscape.com
|
dd815430d4
|
Work around a flaw in the doc-loader not handling a RemoveObserver call during an observer notification
|
1999-10-05 23:57:20 +00:00 |
|
kipp%netscape.com
|
b2b1eab47b
|
r=dp; Added in ctor/dtor counting
|
1999-10-05 14:53:20 +00:00 |
|
radha%netscape.com
|
98ab0bb7c2
|
Fix for bug #13329 . Back and forward not consistent all the time.
Fix already checked in to the M10 branch. Merging changes to tip.
|
1999-10-05 04:49:58 +00:00 |
|
rpotts%netscape.com
|
89f54ea1ae
|
bug #15341 and bug #15344. Use the documentloader observer instead of a stream observer.
|
1999-10-05 04:04:16 +00:00 |
|
kipp%netscape.com
|
7b7c3b1eb6
|
Disabled leak cleanup until other reviews come in
|
1999-10-05 01:26:14 +00:00 |
|
shawnp%earthling.net
|
017409f3ab
|
Added missing entries to the menus. Added key accessors for menu items that
were missing them. Reviewed by ramiro@netscape.com.
|
1999-10-05 01:21:29 +00:00 |
|
kipp%netscape.com
|
ce0e9a63f0
|
r=dp; more leak tracking hooks added
|
1999-10-05 00:08:41 +00:00 |
|
kipp%netscape.com
|
b8fa545444
|
r=dp; tidy up exit logic to release more global junk (space team work)
|
1999-10-04 23:41:53 +00:00 |
|
kipp%netscape.com
|
2d86782610
|
r=dp,vidur,beard; close up some memory leaks related to shutdown of the viewer
|
1999-10-04 23:41:25 +00:00 |
|
beard%netscape.com
|
208d328010
|
changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
|
1999-10-03 20:47:12 +00:00 |
|
beard%netscape.com
|
e684f9a224
|
changed from directly using "MSL AppRuntime.Lib" to using "NSAppStartup.o" to enable GC leak detector. r=smfr
|
1999-10-03 20:43:01 +00:00 |
|
beard%netscape.com
|
01f6019676
|
changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
|
1999-10-03 20:37:53 +00:00 |
|
hyatt%netscape.com
|
0c1aef9920
|
Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com
|
1999-10-01 20:49:07 +00:00 |
|
vidur%netscape.com
|
d2d27887f3
|
Removed parser entries from nsSetupRegistry. Parser is now a module. To be reviewed by RickG.
|
1999-09-30 22:09:51 +00:00 |
|
kipp%netscape.com
|
208b561b6d
|
Close up a memory leak
|
1999-09-30 21:38:56 +00:00 |
|
rods%netscape.com
|
24d9e54d0f
|
Added closing tags for several option elements
|
1999-09-30 11:58:45 +00:00 |
|
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 |
|