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

2066 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com 4ca7a2c08b removed obsolete access paths. r=sfraser 1999-10-24 02:45:17 +00:00
troy%netscape.com 5f516fdefb Removed a comment 1999-10-23 02:27:07 +00:00
radha%netscape.com 161dd56550 Clean up of Session History apis. Corresponding changes to the users of SH. r=mcafee. No bug #. 1999-10-22 20:48:07 +00:00
locka%iol.ie 8f442df582 Changed scope of some helper methods 1999-10-21 20:44:06 +00:00
locka%iol.ie 3c786ac0a1 Added support for drag and drop of Internet Shortcut files 1999-10-21 20:32:52 +00:00
ramiro%fateware.com 3f7a5fc46b Fix #ifdef DEBUG_ramiro build bustage. 1999-10-21 19:30:29 +00:00
pierre%netscape.com fc6e72a505 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 85a3c5e01e Change nsTraceRefcnt::WalkTheStack() to accept stream. 1999-10-21 03:45:12 +00:00
nisheeth%netscape.com 749dc60e08 Should not affect build. Include stopwatch object code if MOZ_PERF is defined. 1999-10-21 02:47:56 +00:00
beard%netscape.com ba2e2f9e48 use nsILeakDetector service. r=gordon, bug=15906 1999-10-21 00:13:07 +00:00
danm%netscape.com 4e7d25bed7 no longer used 1999-10-20 20:51:16 +00:00
cls%seawood.org 8da9c55823 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 f485a1ad04 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 32b276b7f4 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 dffca67ca3 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 d8d872c4b0 bug #15560. Changed the LoadGroup to fire notifications via PLEvents to stop reenterency. 1999-10-19 19:42:55 +00:00
locka%iol.ie 56c77f5731 Updated to include new registry entries 1999-10-19 19:06:31 +00:00
radha%netscape.com 27ffdf6482 Mail news regresion with replying to a message. r=mscott bug # 16550 1999-10-18 19:09:27 +00:00
danm%netscape.com 27ab8735da removing nsIModalWindowSupport r:hyatt@netscape.com 1999-10-18 15:05:17 +00:00
Jerry.Kirk%Nexwarecorp.com 34e90078a7 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 a1dbb1273f 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 9a5dd1095e 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 66d18932ec 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 4789287302 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 86808b105d Make necko work with the viewer again 1999-10-14 14:43:59 +00:00
locka%iol.ie fd38dcba74 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 1843299922 Added context popup menu resources 1999-10-14 07:44:40 +00:00
locka%iol.ie ce0f27547d 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 03237a9f96 Argh... fix my last fix. 1999-10-13 12:16:08 +00:00
gagan%netscape.com d78f86a72e Fix build bustage on windows. 1999-10-13 11:50:14 +00:00
gagan%netscape.com 8d3080bc29 Removed an unneccesary include statement. No bug number. 1999-10-13 10:28:10 +00:00
gagan%netscape.com 7f425f1145 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 682afb5c18 XPIDised session history. Corresponding changes to users of nsISessionHistory.
Bug # 15437. r=law
1999-10-12 04:37:43 +00:00
waterson%netscape.com ab20f5e245 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 dd8734ed83 Integrated Gfx scrollbars. 1999-10-12 00:16:06 +00:00
nisheeth%netscape.com ca7599a7f9 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 2b60c91417 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 774dc5fc95 added "Dump Leaks" menu item. r=jar, bug=15906 1999-10-09 03:01:44 +00:00
beard%netscape.com 72af56fcea 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 46f425db3f 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 8464de5c3c Enable NS_FreeImageManager now that the call is part of the tip 1999-10-08 20:41:49 +00:00
kipp%netscape.com 5e43217c6d nuked 1999-10-08 20:41:20 +00:00
kipp%netscape.com b0dcc883f8 Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
warren%netscape.com b90a06a288 Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty. 1999-10-08 01:49:06 +00:00
mscott%netscape.com 6cd513ba43 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 c2038977cf Removed dead code inside of #if 0 blocks... 1999-10-06 21:43:21 +00:00
mgleeson1%netscape.com 52047a579b r=kipp removed unnecessary include for dlfcn.h 1999-10-06 18:53:41 +00:00
warren%netscape.com d4f45caf5a 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 e198de00c6 bug #15605. Reviewed by nisheeth. Check the return code from GoToAnchor(...) :-) 1999-10-06 05:15:13 +00:00
kipp%netscape.com 9921bae8b8 Cleanup special viewers too 1999-10-06 00:00:18 +00:00