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

2249 Коммитов

Автор SHA1 Сообщение Дата
valeski%netscape.com e09ae8d711 putting www.*.com trick back in 1999-11-02 06:43:19 +00:00
valeski%netscape.com e0864a9e2d pulling non-qualified host-to-keyword server logic 1999-11-02 06:18:01 +00:00
valeski%netscape.com 66e834a3e6 missed a case 1999-11-02 04:22:12 +00:00
valeski%netscape.com 5d06f428f4 11869, r = travis. we no longer to the www.*.com trick as it is handled by the keyword protocol handler. we now kick qualifying requests to the keyword protocol handler. 1999-11-02 04:00:07 +00:00
beard%netscape.com 44ca00ff6a need to be able to Quit viewer via AppleEvent. r=sfraser 1999-11-02 01:49:52 +00:00
cls%seawood.org 999f41f3d0 Added detection for alphaev6. Submitted by Matt Wilson <msw@redhat.com>. 1999-11-02 01:24:16 +00:00
kipp%netscape.com 5b36689710 Fixed compilation bustage by using nsIFrameDebug to invoke list and regression data methods 1999-11-01 23:29:05 +00:00
troy%netscape.com 04accb3de6 Moved a bunch of stuff out to a nsIFrameDebug interface 1999-11-01 22:12:45 +00:00
radha%netscape.com 2d60762adc Remove the extra AddRef to nsHistoryLayoutState. r=pollmann, bug #16496 1999-11-01 21:47:54 +00:00
Jerry.Kirk%Nexwarecorp.com 680c4b9a9d Remove call to nsIThread::SetMainThread() and clean up things a bit.
r=kedl
1999-11-01 20:52:52 +00:00
beard%netscape.com abf0ef7f3d changed the CID for "component://netscape/gfx/region" to use new NS_SCRIPTABLEREGION_CID. r=pavlov 1999-10-31 02:28:32 +00:00
brendan%mozilla.org fe51b61664 (13163, r=alecf, scc, waterson, others; names available on request)
- Fix most of bug 13163 (see TODO for rest).  This entails adding a version-string argument to nsIScriptContext::EvaluateString and passing it around lots of places in content sinks. 

- Fix leaks and confusion about mSecurityManager and mNameSpaceManager in nsJSEnvironment.cpp.  These still need to move from nsJSContext to nsGlobalWindow or thereabouts, jband and vidur are looking at that. 

- Added comments and expanded tabs in nsJSEnvironment.cpp, esp. to EvaluateString.  Also changed various nsresult vars to be named rv.  Also restored brace/style conformity to nsJSProtocolHandler.cpp. 

- Factored CompileFunction from AddScriptEventListener to pave the way for brutal sharing of compiled JS event handlers via JS_CloneFunctionObject. 

- Lots of nsCOMPtr uses added.  I'm using one for mNameSpaceManager.  Hold mSecurityManager as a service explicitly, on the other hand (awaiting scc's fix to allow comptrs for services), and release in nsJSContext's dtor (fixing a leak).  These two managers should be moved to the window object -- TODO item below. 

- Hold JSRuntimeService along with JSRuntime for live of nsJSEnvironment, fix for shaver. 

- Fix window.setTimeout etc. so the filename and line number of the timeout expr is propagated.  This meant factoring nsJSUtils.cpp code. 

- Fix all content sinks to use the same, and up-to-date JavaScript version parsing (whether for script type or for old language attribute); also fix SplitMimeType clones to strip whitespace. 

- With waterson, fix bug in brutal-sharing version of XUL content sink: script src= should not evaluate the inline content of its tag.
1999-10-31 00:43:30 +00:00
syd%netscape.com 70ca88d41d Add xpcom.dll to link line so test will link with scc changes make about this time. r=scc 1999-10-31 00:22:53 +00:00
dp%netscape.com 5cc08cae11 Fixing viewer starup assert on SetMainThread() happening twice. 1999-10-30 17:17:12 +00:00
troy%netscape.com fa40e4e664 Removed call to SetMainThread() because it was triggering an assert. Turns
out NS_InitXPCOM() does it so we don't need to do it twice
1999-10-30 16:44:04 +00:00
troy%netscape.com effb3aefb7 Folded reflow functions into nsIFrame and eliminated nsIFrameReflow and
nsIHTMLReflow. This saves 4 bytes per frame and cleans things up
1999-10-30 02:52:11 +00:00
beard%netscape.com 0a8da6430b Removed statically constructed nsAutoString LinkCommand, moved inside nsWebShell::LoadURL(). This prevents calling printf before main runs on MacOS, which messes up the console window. r=sfraser 1999-10-30 01:23:01 +00:00
evaughan%netscape.com 3387f168c4 Fixed bug in example. -r hyatt 1999-10-29 23:27:26 +00:00
warren%netscape.com f343050808 Moved purify stuff into xpcom/base for the benefit of all. 1999-10-29 03:28:22 +00:00
kipp%netscape.com 0e68cfa459 nuked another silly warning because I got tired of seeing it 1999-10-29 02:06:33 +00:00
kipp%netscape.com 0d277b0f9e I added logic to the viewers browser window to disable javascript initiated popups during web crawling; I also fixed the web crawler to only initiate a new load after a previous document ends not a subdocument (again!) 1999-10-29 02:06:09 +00:00
kipp%netscape.com 5809b29014 I added logic to the viewers browser window to disable javascript initiated popups during web crawling 1999-10-29 02:05:16 +00:00
radha%netscape.com c90d928ffe Fix for form values not maintained while going forward. bug # 16377. r=law 1999-10-28 20:29:43 +00:00
kmcclusk%netscape.com fa189bca56 Removed stray semi-colon after NS_DECL_ISUPPORTS bug=17235 r=rods@netscape.com 1999-10-28 20:24:19 +00:00
hoa.nguyen%intel.com 91ce161f4e Initialize cookie manager. Allows cgi scripts to set and retrieve cookies through viewer. r=edburns@acm.org 1999-10-27 23:58:49 +00:00
locka%iol.ie 9aee0c87bb Fixed some bugs in the copy to clipboard operation.
Control now calls NS_ShutdownXPCOM during destruction
1999-10-27 23:19:27 +00:00
locka%iol.ie 179f27b2ef Added a menu to the dialog.
Implemented tests for cut, copy, paste, select all
1999-10-27 23:17:51 +00:00
bienvenu%netscape.com 212c946904 add accessor for load group on doc loader r=rpotts 1999-10-27 04:44:42 +00:00
troy%netscape.com e2dfeedb8d Changed view to be stored as a frame property instead of a member data
of nsFrame
1999-10-27 03:56:14 +00:00
warren%netscape.com 6de4787195 Fixed missed change to NewInputStreamChannel 1999-10-26 09:51:01 +00:00
troy%netscape.com a47e8db44b Changed SetView/GetView to take an additional argument which is the
pres context
1999-10-26 04:44:41 +00:00
kmcclusk%netscape.com baa109b13a Register nsFormProcessor service to exercise nsIFormProcessor interface.
bug 17060. r=karnaze@netscape.com
1999-10-25 22:54:12 +00:00
norris%netscape.com 4e2a1aa0f6 Expose referrer from web shell.
r=travis
needed for bug 11963.
1999-10-25 22:20:10 +00:00
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
kipp%netscape.com 6434ca9e75 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 ae138fb1ee 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 4b1f6a17a6 r=dp; Added in ctor/dtor counting 1999-10-05 14:53:20 +00:00
radha%netscape.com 6b6a3fe8bf 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 248e31bd70 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 d9707e567b Disabled leak cleanup until other reviews come in 1999-10-05 01:26:14 +00:00
shawnp%earthling.net 1176aee8b1 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 eccb08e095 r=dp; more leak tracking hooks added 1999-10-05 00:08:41 +00:00
kipp%netscape.com aaf972a796 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 9188a67914 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 26ba00f59b 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 19bd4fc7d4 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 cc6a945ce4 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 9e75934ef0 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 26254967c5 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 fef0e126af Close up a memory leak 1999-09-30 21:38:56 +00:00
rods%netscape.com 131bb29b99 Added closing tags for several option elements 1999-09-30 11:58:45 +00:00
morse%netscape.com 17b8302ac9 fix bug 14958 -- approved chofmann 1999-09-29 05:39:18 +00:00
beard%netscape.com 8fd7543094 removed link dependency on view.shlb. 1999-09-29 00:17:51 +00:00
mscott%netscape.com 03e702040e 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 6dd1b8db08 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 da7e83981a Removing pref and ifndef necko dlls from registration. 1999-09-27 23:57:15 +00:00
beard%netscape.com 8eab336b3d fixing leaked nsIAppShell 1999-09-27 23:39:29 +00:00
beard%netscape.com ee3a2e5f9e 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 95d56017c8 Fixed shutdown crash found by warren 1999-09-27 16:33:05 +00:00
warren%netscape.com dacb3255d3 Fixed history state leak 1999-09-26 10:07:49 +00:00
warren%netscape.com 48e53dfd90 Added Purify menu. 1999-09-26 05:52:24 +00:00
kipp%netscape.com bb149e358a More build bustage fixes 1999-09-25 22:11:08 +00:00
kipp%netscape.com c9328e028d Fixed the throbber 1999-09-25 21:23:38 +00:00
kipp%netscape.com f40979d95e added files: mozilla/webshell/tests/viewer/nsThrobber.cpp 1999-09-25 21:17:02 +00:00
kipp%netscape.com be6b1333d1 new 1999-09-25 20:11:47 +00:00
kipp%netscape.com 814bf9c9a0 shutdown xpcom and the image library to help leak anlaysis 1999-09-25 20:10:59 +00:00
kipp%netscape.com 29287868f8 Switch to local throbber 1999-09-25 20:10:29 +00:00
kipp%netscape.com f1ee765e07 Removed throbber from registry setup 1999-09-25 20:10:02 +00:00
kipp%netscape.com da4ebcc013 removed files: mozilla/webshell/src/nsThrobber.cpp 1999-09-25 20:09:52 +00:00
kipp%netscape.com fa7068e98b Removed throbber from factory 1999-09-25 20:08:52 +00:00
kipp%netscape.com c8118107d3 Don't build nsThrobber - its moved 1999-09-25 20:08:40 +00:00
kipp%netscape.com 74cf46d402 Don't export nuked nsIThrobber 1999-09-25 20:08:21 +00:00
mscott%netscape.com 2b5e903c38 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 4972c677a5 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 0c537f8bad Use NSPR logging rather than printf's for stopwatch output. 1999-09-24 08:57:36 +00:00
nisheeth%netscape.com 23449e2072 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 79ce792d99 Removing unused servMgr. 1999-09-24 06:07:19 +00:00
dp%netscape.com 2f6ae048f1 Removing unused servicemanager in Init and Shudown XPCOM. 1999-09-24 06:05:28 +00:00
briano%netscape.com 2f1c2fa6af 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 d1bb25d16d fix bug 13946 1999-09-23 03:27:53 +00:00
rpotts%netscape.com c924d68b90 bug #14457. Getting the webcrawler working again for QA... 1999-09-22 22:58:29 +00:00
briano%netscape.com 28159a27f5 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 4adab79ba0 missed an NS_DEBUG->DETECT_WEBSHELL_LEAKS 1999-09-22 03:14:44 +00:00
nisheeth%netscape.com d5b56cdcfa 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 5843ef4e5c 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 3bf9bb6905 Added test_weight.html to exercise CSS font weight. 1999-09-21 22:06:07 +00:00
scc%netscape.com feee7fb939 take action to prevent re-entering the destructor 1999-09-21 21:10:22 +00:00
sfraser%netscape.com ca4a780aa6 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 55dd5c3658 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 f4d75a8c84 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 f982113234 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 7a862ca0cb Implemented cut/copy/paste. Added stubs for a couple other functions. 1999-09-21 02:39:53 +00:00
hyatt%netscape.com dca1ddfd11 chrome event stuff 1999-09-21 01:02:29 +00:00
vidur%netscape.com 2906fa4a19 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 3e92a74352 Added some documentation 1999-09-20 22:07:09 +00:00
locka%iol.ie 9be60db63b Added safe for scripting support 1999-09-20 22:00:30 +00:00
locka%iol.ie 233b3217ad A long lost file finds its way into the world 1999-09-20 21:59:30 +00:00
bienvenu%netscape.com 3b77a14a9a fix listener leak r+a=mscott,valeski 1999-09-20 21:10:46 +00:00
radha%netscape.com 122b9b2728 Clean up leaks 1999-09-20 21:09:16 +00:00
warren%netscape.com 1c51d9a00b Fixed warnings. 1999-09-20 20:57:21 +00:00
warren%netscape.com c06b47f091 freed global service manager in NS_ShutdownXPCOM 1999-09-20 20:53:49 +00:00
warren%netscape.com 10a7062e0d freed mWebCrawler in nsBrowserWindow 1999-09-20 20:53:40 +00:00
warren%netscape.com 2b95eceabb cleaned up nsWebShell's use of services 1999-09-20 20:53:31 +00:00
beard%netscape.com dc0a1f0202 bug #6251: changed Repaint() method to call nsIViewManager::UpdateAllViews() to force a globa redraw. 1999-09-19 00:54:55 +00:00
beard%netscape.com c0c7604c50 registering the JVMManager component. 1999-09-18 22:39:55 +00:00
davidm%netscape.com 9adabf0ca1 Add extra chrome flag for the sidebar and taskbar 1999-09-18 03:23:52 +00:00
bienvenu%netscape.com faa0b879ab fix inadvertent checkin of nsBrowserWindow.cpp 1999-09-17 22:02:52 +00:00
bienvenu%netscape.com 33ec7de690 fix build bustage 1999-09-17 22:00:15 +00:00
warren%netscape.com a005383135 Added a -x option to viewer to allow us to test for shutdown leaks. Eliminated leaks. 1999-09-17 21:00:54 +00:00
vidur%netscape.com 9de393e3cc Fixed leak of service manager 1999-09-17 20:19:00 +00:00
rpotts%netscape.com 3bb0c7a102 DocLoader cleanup... Also trying to get the notifications correct :-) 1999-09-17 07:56:03 +00:00
rpotts%netscape.com 2692a0e4bc Removed NECKO ifdefs... 1999-09-17 07:54:11 +00:00
vidur%netscape.com 580d892e67 Further corrections in referrer propagation. 1999-09-17 06:54:58 +00:00
vidur%netscape.com 384c09eb30 Document referrer propagation through webshell and docloader. 1999-09-17 04:26:02 +00:00
jdunn%netscape.com 838485909c add support for MOZ_POST_PROGRAM_COMMAND to process $(PROGRAM): in rules.mk
and the binaries in viewer/Makefile.in
1999-09-17 00:53:36 +00:00
danm%netscape.com 1148b2e9d7 stop webshell embed if the the window in which to embed has been destroyed. fixes bug 14020 1999-09-16 23:35:05 +00:00
dp%netscape.com 78ee9ec7ec Ability for XPCOM to use non-default component registry and component directory 1999-09-16 19:28:57 +00:00
ftang%netscape.com d47ea310ea fix 5974 by receiving parser command as optional argument 1999-09-16 14:15:16 +00:00
briano%netscape.com e9bd78c726 Fixed my stupid mistake that caused the generated Makefile to be immediately deleted. 1999-09-16 06:01:39 +00:00
warren%netscape.com 48cf4685a9 Factored file transport service out of file: protocol. 1999-09-16 01:16:22 +00:00
sfraser%netscape.com 4cc07e8ff3 Removed security.o 1999-09-16 01:13:04 +00:00
ramiro%netscape.com 352e72141e Make the stack output more useful. 1999-09-16 00:22:01 +00:00
briano%netscape.com 03fa8b4585 General cleanup. 1999-09-16 00:03:08 +00:00
rods%netscape.com 66238d7d40 a few fixes to my tests 1999-09-15 22:28:50 +00:00
rods%netscape.com a07769e758 Added a lot of tests for the select. 1999-09-15 22:04:04 +00:00
radha%netscape.com d729a77d5e When invoking the mail composer upon on a click on a mailto: link, make
sure the to, cc, subject arguments are passed to the composer
1999-09-15 19:33:46 +00:00
valeski%netscape.com af333fd004 removed stream converter stuff from webshell 1999-09-15 17:46:56 +00:00
ramiro%netscape.com 26dd94b010 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
kipp%netscape.com 91849a778d Removed #ifdef NECKO noise 1999-09-15 00:23:40 +00:00
radha%netscape.com acf250aeb2 Pass OnStartDocumentLoad() notifications received for child frames up to the DocLoaderListeners 1999-09-14 21:49:21 +00:00
ramiro%netscape.com f754ee6896 Add CRAWL_STACK_ON_SIGSEGV to crawl and dump the stack on SIGSEGV and
workaround the totally losing linux development experience.
1999-09-14 13:54:46 +00:00
troy%netscape.com 7fa6dc1c0b Changed Run() to give priority to system messages over application messages 1999-09-13 18:45:03 +00:00
valeski%netscape.com 834019642a added user agent language portion initialization 1999-09-13 18:38:02 +00:00
Jerry.Kirk%Nexwarecorp.com 2a2607193e Add new (old?) Event Debugging options to Viewer for Photon 1999-09-13 14:13:57 +00:00
locka%iol.ie bc1d5123f4 Replace the hand-crafted QueryInterface with a macro one 1999-09-13 13:11:40 +00:00
locka%iol.ie 165e6177e0 Removed the USE_NGPREF macro #ifdefs since prefs are pretty much mandatory now 1999-09-13 13:10:14 +00:00
locka%iol.ie 9f66c82f30 Added safe for scripting check to site class and changed some BOOLs to bitfields 1999-09-13 13:08:17 +00:00
locka%iol.ie d691caaaf3 Added recursion to methods so that get_all operation on IHtmlDocument finally works the way its supposed to (sort of) 1999-09-13 13:06:58 +00:00
cls%seawood.org d776fad240 Must put .c source files in CSRCS. 1999-09-13 05:49:20 +00:00
cls%seawood.org fb6ccf14b6 Add -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 as appropriate with __STRICT_ANSI__ defined in <prinet.h> 1999-09-13 05:09:53 +00:00
cls%seawood.org 1a2e16af42 Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c. 1999-09-12 14:25:28 +00:00
ramiro%netscape.com 8fa4990bf6 Forgot a .c file. 1999-09-11 09:06:38 +00:00
vidur%netscape.com 7d32634780 Fixed memory leak related to UrlDispatcher 1999-09-11 02:25:59 +00:00
ramiro%netscape.com 434dcff398 ressurect 1999-09-11 00:24:33 +00:00
ramiro%netscape.com 2ed71364d2 This one should be ignored. 1999-09-10 23:33:17 +00:00
ramiro%netscape.com 655a983187 Fix a small typo. 1999-09-10 23:30:39 +00:00
ramiro%netscape.com c37b257dab Forgot some stuff. 1999-09-10 22:07:50 +00:00
ramiro%netscape.com ffe42c86fb More unix embedding examples, contributed by
Milind Changire <milindc@corel.com>.
NOT PART OF BUILD.
1999-09-10 20:29:28 +00:00
valeski%netscape.com 53287a21c9 adding FTP dir listing stream conv registration 1999-09-10 16:01:36 +00:00
Jerry.Kirk%Nexwarecorp.com 5c84a09795 Fix the Menubar which wasn't being created 1999-09-10 12:52:35 +00:00
briano%netscape.com 77383e292d Needs to be XP_LIBS, because the EXTRA_DEPS 'amazingness' doesn't like search path flags. 1999-09-10 02:35:09 +00:00