ramiro%netscape.com
6ede5e93ad
Add embedding samples.
1999-08-22 15:31:13 +00:00
ramiro%netscape.com
5c8cde1e57
Add -fno-rtti and -fno-exceptions flags.
1999-08-22 15:02:50 +00:00
ramiro%netscape.com
2e60bb6535
Finish support for building more than one toolkit at once.
1999-08-22 14:06:52 +00:00
mccabe%netscape.com
17cdc659d1
NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
...
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com
381fb81c4f
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
1999-08-22 11:25:50 +00:00
ramiro%netscape.com
56b62f3790
Cleanup the jsdom and jsurl linking mess.
1999-08-22 11:05:45 +00:00
cls%seawood.org
153a9e0afc
Added support to configure.in for running configure in subprojects. This included adding tmp variables to preserve the initial args set for configure so that they can be passed pristinely to the subprojects.
...
Modified to run configure of webshell/embed/gtk from the main configure rather than during the export phase.
1999-08-21 18:02:45 +00:00
ramiro%netscape.com
860a816119
Dont link in neckoutil.
1999-08-21 17:13:43 +00:00
ramiro%netscape.com
0057174a64
Anal spacing.
1999-08-21 16:51:26 +00:00
ramiro%netscape.com
5830d10f25
Yank -lmozreg.
1999-08-21 16:50:18 +00:00
ramiro%netscape.com
ffa4e9f67f
Yank -lmozdbm , not needed.
1999-08-21 16:40:49 +00:00
ramiro%netscape.com
2c19866af3
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
ramiro%netscape.com
e79be3c24a
Make the proxy rules more robust.
1999-08-20 14:21:42 +00:00
ramiro%netscape.com
b3de72ee63
Make it work with the gtkmozilla makefiles.
1999-08-20 12:15:06 +00:00
ramiro%netscape.com
feab886864
Ressurect post necko. Streams broken for now.
1999-08-20 11:16:19 +00:00
morse%netscape.com
1080edca8b
remove build warnings
1999-08-20 02:16:05 +00:00
locka%iol.ie
91918207c1
Preliminary editor test support
1999-08-19 21:02:22 +00:00
locka%iol.ie
431c52c35a
Changes to DHTML model
1999-08-19 21:00:44 +00:00
locka%iol.ie
83759789b7
Added some more files
1999-08-19 20:59:11 +00:00
locka%iol.ie
2975f6552c
Moved command target stuff in base class
1999-08-19 20:58:31 +00:00
locka%iol.ie
b5e7d41279
Fixed more interface changes
1999-08-19 20:56:00 +00:00
locka%iol.ie
047ce603b2
Added editor headers
1999-08-19 20:55:03 +00:00
locka%iol.ie
62780c3328
Added editor class ids
1999-08-19 20:54:16 +00:00
locka%iol.ie
d7d024e761
Added IOleCommandTarget to site
1999-08-19 20:53:56 +00:00
locka%iol.ie
e80b31825a
Preliminary work for edit mode
1999-08-19 20:52:48 +00:00
vidur%netscape.com
43c7cb9748
Changed method signature of EvaluateScript to return nsresult. Added nsJSThreadContextStack pushing and popping around script evaluation.
1999-08-19 20:36:31 +00:00
pavlov%netscape.com
b6f4f995aa
make viewer happy with my last changes
1999-08-19 19:52:50 +00:00
ramiro%netscape.com
e0d59d2b5e
Took out linking of widdget, gfx and parser. Its not needed and it currently
...
breaks on some platforms, like Neutrino.
1999-08-19 14:57:36 +00:00
ramiro%netscape.com
0e603cc971
Dont link in raptorhtml, raptorweb, raptorwidget, or raptorhmlpars. These are components
...
which shouldnt be linked in.
1999-08-19 14:23:32 +00:00
rods%netscape.com
82d9a43419
make minor changes to fix warnings
1999-08-18 14:54:01 +00:00
rhp%netscape.com
74bc28bd69
Fix for I18N reload issue
1999-08-18 01:39:20 +00:00
ramiro%netscape.com
6eeeaf7730
Fix for -lpref linking problems. Dont link with libpref, its not needed.
1999-08-18 00:27:50 +00:00
leaf%mozilla.org
42e7456310
fixing the -lsecfree problem: temporary hack until ramiro checks in
...
fixes for the -lpref situation
1999-08-18 00:06:09 +00:00
ramiro%netscape.com
4ef23c965a
CLeanup the nsWidgetSupport.cpp mess on windows. Moved it to its own place. Its only
...
needed by test apps.
1999-08-17 16:31:52 +00:00
ramiro%netscape.com
fc948c159d
Cleanup the nsWidgetSupport.cpp mess on unix. Windows next.
1999-08-17 16:09:40 +00:00
ramiro%netscape.com
ee33c47ded
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
ramiro%netscape.com
4e0e44c35a
Dont link in the webshell into the app.
1999-08-17 14:42:25 +00:00
ramiro%netscape.com
04349cdd68
Link expat and xmltok into the htmlparser statically. Not into the app.
1999-08-17 12:46:23 +00:00
ramiro%netscape.com
2835075ab2
Remove the TOOLKIT_EXORCISM hack. Make non-monolithic toolkit linking the
...
default for Linux and Solaris. Need testing on other platforms (HELP!)
That means that toolkit libraries are not linked into the app - for truly
XP apps such as the apprunner. The gecko viewer still needs to link in
the toolkit, cause it has toolkit code in its main().
Replace the hack with something more useful. There is a
--enable-monolithic-toolkit flag for platforms with dumb linkers and runtime
loaders.
Also landed the remainder of Shawn Packwood's qt port.
1999-08-17 09:33:48 +00:00
ramiro%netscape.com
476704b7d2
Ignore moc generated files.
1999-08-17 09:14:44 +00:00
ramiro%netscape.com
ee45c1b17b
Protect against a null mWebShell.
1999-08-17 07:09:44 +00:00
dp%netscape.com
267d23573a
gLogModule defined only inside of NS_DEBUG. Protecting access.
1999-08-17 01:28:58 +00:00
radha%netscape.com
71dd9b7ee4
Fix for bug 11877. Kin and ftang reviewed the code. dp approved it. Put back the old
...
history code in webshell since it breaks viewer.
1999-08-17 00:29:09 +00:00
danm%netscape.com
3da241e524
Landing modal dialogs from JS. More like a feature than stabilization. Apologies. approved: chofmann,don
1999-08-12 22:08:17 +00:00
shawnp%earthling.net
bc9d9f8e96
Additional files needed to get viewer working with qt port. Only basic
...
functionality is present - enough to get it working.
1999-08-12 02:56:33 +00:00
edburns%acm.org
76832ecb8b
This fix is for http://bugzilla.mozilla.org/show_bug.cgi?id=5429 .
...
This fix enables the Tasks->Java Console menu item to show the Java
Console provided by the JRE plugin if it is installed.
It also exposes nsIJVMManager as a full XPIDL citizen, with the progid
component://netscape/oji/jvm-mgr. see modules/oji/public/nsIJVMManager.idl
for the methods that can be called.
Thanks to Trevor, John Bandauer, Brendan Eich and Robert Yang.
1999-08-12 01:56:18 +00:00
pinkerton%netscape.com
97ca917d0b
fix, and update for new tri-state checkbox built off of html:input.
1999-08-11 04:46:56 +00:00
kmcclusk%netscape.com
60deae35eb
Added PR_MAX calls to Layout method to prevent negative values from being passed to
...
nsIWidget::Resize.
1999-08-10 22:31:59 +00:00
danm%netscape.com
ae834a75d9
open new windows from anchor links with proper chrome. fixes bug 9792.
1999-08-10 21:36:38 +00:00
karnaze%netscape.com
6751c08640
removed caption saying border-collapse was disabled
1999-08-10 00:44:35 +00:00
alecf%netscape.com
a0d80e452d
remove nsMsgCompPrefs from the build
1999-08-09 23:01:48 +00:00
karnaze%netscape.com
5000e23383
table caption reflects border-collapse disabled
1999-08-09 22:01:07 +00:00
vidur%netscape.com
e6f812551a
changed name of NS_CreateContext to NS_CreateScriptContext
1999-08-09 19:14:49 +00:00
ramiro%netscape.com
3d579a37f9
More qt support from Shawn Packwood.
1999-08-09 17:53:04 +00:00
dcone%netscape.com
5648e95834
took out the assert for mWindow as null, and put in support that
...
allows the webshell to run with a null mWindow-- needed for printing frames
1999-08-09 14:30:32 +00:00
sfraser%netscape.com
50c6e7a261
Synch up with editor API changes
1999-08-09 01:43:24 +00:00
dp%netscape.com
22cc3e20d1
Fixing build error on unix.
1999-08-09 00:26:02 +00:00
radha%netscape.com
7803e0b316
Use nsISessionHistory for all history needs. This change obsoletes
...
mHistory and mHistoryIndex. Shall physically remove these members
at a later date.
1999-08-09 00:03:12 +00:00
radha%netscape.com
a3a21709ae
Fix for bug 11307. comparison between char * and XPIDLCString causing Compilation
...
problem in few unix platforms.
1999-08-08 02:15:53 +00:00
tague%netscape.com
a9fcf214b2
Fixed bug #10566 - embeding directory has problems when MSSDK is installed and no ACTIVEX controll is built.
1999-08-08 02:11:13 +00:00
morse%netscape.com
d877f03c04
remove signon viewer because of general spring cleaning of singsign.cpp
1999-08-07 14:14:31 +00:00
danm%netscape.com
36cefdc1d3
corrected chrome behaviour in window.open. removed warnings in nsWebShellWindow.
1999-08-07 02:51:03 +00:00
nisheeth%netscape.com
10dd3815f7
Fix for bug 7401. We now print out error messages for failed url loads.
1999-08-06 21:54:25 +00:00
rpotts%netscape.com
7b95979c70
Removed an *extra* release of the PostData stream... This was causing random crashes...
1999-08-06 21:38:09 +00:00
waterson%netscape.com
d56c2a024e
Fix compiler warning.
1999-08-06 18:28:15 +00:00
sspitzer%netscape.com
e4fdf6de87
use nsCOMPtr. use NS_DEFINE_CID and NS_DEFINE_CID correctly
1999-08-06 07:44:37 +00:00
morse%netscape.com
e3092f3888
cleaned up dialogs
1999-08-06 00:29:10 +00:00
evaughan%netscape.com
3a03b5d8cc
Fixed test to work with new boxes.
1999-08-05 23:44:56 +00:00
ramiro%netscape.com
b7e6ce22cb
Dont link in zlib, its not needed.
1999-08-05 22:38:08 +00:00
cmanske%netscape.com
e80a6f5011
Fixed build bustage
1999-08-05 20:35:55 +00:00
ramiro%netscape.com
811bd6416f
Dont link -lxp, its not needed.
1999-08-05 13:46:52 +00:00
ramiro%netscape.com
8baa89d5f1
Dont link in libcaps. Its not needed.
1999-08-05 13:00:14 +00:00
waterson%netscape.com
7c47d57c84
Add global history.
1999-08-05 05:14:45 +00:00
valeski%netscape.com
567fee5488
moved to the higher level LoadURL() call to get more observer handling
1999-08-05 04:49:38 +00:00
valeski%netscape.com
0efb259cfa
api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
...
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:28:30 +00:00
radha%netscape.com
f1c16eeb4f
Don't load a page thro' necko when going to a anchor with in the same page or going
...
back from an anchor to the top of the page. Modify
EqualBaseURL() so that it will do the right thing.
1999-08-04 22:46:49 +00:00
valeski%netscape.com
5367ffe834
added new url munging code. we now take a swing at the urlbar string w/ the uri parsing code first, then fallback to munging if we have to
1999-08-04 21:18:24 +00:00
gagan%netscape.com
265933872a
POST requests for HTTP work now! Go file bugs using apprunner now...
1999-08-04 15:06:51 +00:00
cmanske%netscape.com
eb4c379701
Remove param from test method
1999-08-04 02:05:16 +00:00
locka%iol.ie
7a258d1350
Added field to allow user to turn on logging (for Mozilla not IE)
1999-08-03 23:06:00 +00:00
locka%iol.ie
da0cb229c8
Fixed some interface changes that broke the build
1999-08-03 23:03:16 +00:00
vidur%netscape.com
34e2caf4f8
Fix for build bustage from Judson. Inclusion of config.mak is necessary before we depend on the NECKO symbol.
1999-08-03 23:00:19 +00:00
ramiro%netscape.com
54d0ca6f1d
Fix build bustage on unix.
1999-08-03 22:11:11 +00:00
valeski%netscape.com
0edfda477b
10720 fix - we now do meta tag refreshes
1999-08-03 21:48:40 +00:00
mcafee%netscape.com
6da92dc13c
Converting to stream implementation of HTTP posting, this obsoletes nsIPostData and nsIPostToServer. a=warren
1999-08-03 20:51:41 +00:00
nisheeth%netscape.com
07dd1525ca
Remove DEBUG_nisheeth protected code.
1999-08-03 00:00:50 +00:00
Jerry.Kirk%Nexwarecorp.com
57f9b18615
Fix problem where menubar shows up on top of toolbar for Photon
1999-08-02 21:43:39 +00:00
ramiro%netscape.com
e560b3661b
Landing unix toolkit exorcism changes. #ifdef-ed OFF for now.
1999-08-02 13:53:49 +00:00
bienvenu%netscape.com
c36645bd43
back out fix for timing problem for Warren so OnEndLoadDocument will get called
1999-07-31 19:51:20 +00:00
warren%netscape.com
ec70a82de6
Reverted yesterday's change to solve the timing/perf measurement problem. Now I think the main problem was caused by the fact that redirects weren't getting inserted into the group, causing the load to terminate prematurely. That's now solved in the http protocol code.
1999-07-31 06:33:50 +00:00
warren%netscape.com
abb94bdcc3
Fixes for the 'timing' problem, where load time is reported incorrectly. Things seem to work now, except the very first load.
1999-07-30 07:50:35 +00:00
warren%netscape.com
4863d69146
Clean up of nsDocumentBindInfo::OnStopRequest. Debug error messages for necko failure.
1999-07-30 04:20:34 +00:00
sspitzer%netscape.com
7b6d1afc43
fix build bustage. libreg.so is now libmozreg.so
1999-07-29 04:23:49 +00:00
mscott%netscape.com
b7905187d5
fix build breakage....include config.mak
1999-07-29 04:19:17 +00:00
mscott%netscape.com
aa51635bc8
fix build breakage...include config.mak
1999-07-29 03:59:32 +00:00
briano%netscape.com
5ca4aa0b87
Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org.
1999-07-29 01:18:12 +00:00
warren%netscape.com
880104ba1d
Added NS_ShutdownXPCOM to facilitate leak detection in purify.
1999-07-28 08:03:49 +00:00
briano%netscape.com
007ea62765
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
kmcclusk%netscape.com
f9b64e775c
bug #7032 Changed nsIWidget::Resize(...), nsIWidget::Move(...) to
...
use PRInt32 instead of PRUInt32. Modified Mac, and Linux to match.
bug #2010 Applied David Barrons patch for MakeSide ins CSSRendering.
nsIWidget - removed GetAbsoluteBounds - Not needed. Can use WidgetToScreen instead.
1999-07-27 23:26:36 +00:00
nisheeth%netscape.com
5871849136
Fix for bug 4559 in the Necko builds. Earlier this code change was made in code that affected non-Necko builds.
1999-07-27 21:21:13 +00:00
pavlov%netscape.com
96b4208fe4
window creation changes
1999-07-27 04:27:17 +00:00
joki%netscape.com
f1c8421c61
Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus.
1999-07-26 15:02:19 +00:00
Jerry.Kirk%Nexwarecorp.com
834214bb63
Add Demo Names to Menu for Photon
1999-07-26 13:23:14 +00:00
rickg%netscape.com
89911e8db8
replaced call to deprecated string API
1999-07-26 00:40:34 +00:00
hoa.nguyen%intel.com
d96a2d2641
Within SetupRegistry, intialize the metacharacter service so that the charset field in the http content-type header is recognized and acted upon correctly.
1999-07-25 23:28:13 +00:00
Jerry.Kirk%Nexwarecorp.com
00ad4167a9
Fix problem with viewer under Photon, if you opened multiple windows
...
it would send the menu events only to the first window/browser
1999-07-25 19:51:19 +00:00
sdagley%netscape.com
8291c87cd2
Necko specific change. The IOService component is self registering so it doesn't belong here any more.
1999-07-25 01:55:26 +00:00
mcafee%netscape.com
5923d98342
Adding caps library to fix Solaris linkage.
1999-07-24 10:40:42 +00:00
pavlov%netscape.com
aa997cf227
actually add the sound test
1999-07-24 05:01:29 +00:00
danm%netscape.com
b4e60f5b6c
removing IsMenuBarVisible -- it was a mistake, and unused
1999-07-22 23:41:50 +00:00
nisheeth%netscape.com
a14ff6dcb2
Fix for bug 10028. We handle mixed case mailto urls properly now.
1999-07-22 22:34:28 +00:00
ramiro%netscape.com
0b23e40576
Removed un needed stubs.
1999-07-22 19:21:19 +00:00
rpotts%netscape.com
b177bc8359
Fixed build bustage due to interface changes...
1999-07-22 08:38:24 +00:00
zuperdee%penguinpowered.com
cbd1d1b871
Fixing another instance of bug 8227.
1999-07-21 19:49:13 +00:00
valeski%netscape.com
1d79ac4dce
necko - had to turn off www.*.com trick until we can identify dns failures
1999-07-21 16:41:07 +00:00
valeski%netscape.com
951e14a6a2
necko www.*.com trick
1999-07-21 14:54:45 +00:00
gagan%netscape.com
14c1cb2c49
Replaced resource:// with resource:/ to be more compliant with our parsing rules.
1999-07-21 11:48:56 +00:00
danm%netscape.com
5b90e50be0
make window.open windows visible
1999-07-21 06:37:58 +00:00
troy%netscape.com
9e34bfe2f7
Removed Repaint() call from OnEndDocumentLoad()
1999-07-21 04:48:21 +00:00
warren%netscape.com
bf8423a769
Changed around load group insertion/removal to happen on mozilla thread.
1999-07-20 08:46:33 +00:00
briano%netscape.com
ce8e1867e9
Fixed the logic and cleaned it up.
1999-07-19 23:31:33 +00:00
jfrancis%netscape.com
9f8fbd3fe6
assorted work to expose nav html dtd to editor
1999-07-19 22:52:48 +00:00
rickg%netscape.com
23b232d248
switch to faster string search API
1999-07-19 03:29:56 +00:00
zuperdee%penguinpowered.com
4edfdb00a7
Fixes to get the Motif port to compile on Solaris 7 with native compiler (5.0). Special thanks to Tomi Leppikangas (tomilepp@ousrvr2.oulu.fi) for this patch.
1999-07-19 02:23:52 +00:00
peterl%netscape.com
75257fa888
synt to new color api
1999-07-18 00:35:51 +00:00
ramiro%netscape.com
fda4120340
Step 3 of cleaning up link time toolkit dependencies. Name the timer libs
...
according to the toolkit they match. Also set the damn name in one place to
make it easy to change in the future.
1999-07-17 23:52:12 +00:00
ramiro%netscape.com
f26f7f5fa2
Step 2 of cleaning up link time toolkit dependencies. Change the names of
...
the gfx and widget dsos to be readable by normal human beings that expect
some kind of spacer between cryptic acronyms. Thank you.
1999-07-17 22:24:49 +00:00
ramiro%netscape.com
ba8ba82cc6
Landing timer move on windows.
1999-07-17 15:52:01 +00:00
ramiro%netscape.com
a09ea8b7ca
Landing timer move on unix.
1999-07-17 14:22:51 +00:00
beard%netscape.com
06085c800b
added <iostream.h>
1999-07-17 01:58:38 +00:00
sspitzer%netscape.com
fb5fa96ffe
warren blew away my DEBUG_pnunn changes. Adding it back.
1999-07-17 01:51:27 +00:00
nisheeth%netscape.com
4b73654f45
Fix for bug 9255. We were not trimming leading and trailing whitespace from the url typed in the location bar. Now we do.
1999-07-16 22:45:38 +00:00
ramiro%netscape.com
a5443a6fd2
Do nothing if MOZ_ENABLE_GTK_MOZILLA is not set.
1999-07-16 13:47:20 +00:00
warren%netscape.com
84bd74a4fd
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
1999-07-16 11:14:36 +00:00
nisheeth%netscape.com
4065f6d487
Fix for bug 4559. We would scroll the document to the named anchor target when a named anchor was clicked even when form data needed to get submitted. Now, we go ahead and submit the form data.
1999-07-15 23:17:29 +00:00
dcone%netscape.com
c1fcc698aa
Added a IsBusy() method.
1999-07-15 14:22:06 +00:00
sfraser%netscape.com
eeb1dfbdf1
Removal of nsCaretProperties
1999-07-14 22:18:29 +00:00
kmcclusk%netscape.com
d42e178f95
fixed bugs #6303 , #6753 , #6756 , #6759
...
Re-wrote nsComboboxFrame.
removed the obsolete nsHTMLAtoms: comboText,comoTextSelected,comTextSelectedFocus,dropDownVisible,
dropdownHidden, dropDownBtnOut, dropDownBtnPressed,
Added nsHTMLAtoms::combobox, nsLayoutAtoms::popupList
Renamed dropDownList to dropDownListPseudo
Added "arrow.gif" as to be used the background-image for the combobox button
ua.css - added rules for select to differentiate between comboboxes and listboxes.
Added style rules to more closely match the XPTOOLKIT XPWidgets look.
removed the following :-moz-combobox-text, -moz-combobox-textselected
nsIFormControlFrame.h - Added SetSuggestedSize method.
nsButtonControlFrame - Implemented SetSuggestedSize.
nsCSSFrameConstructor.cpp - Rewrote ConstructSelectFrame.
nsIWidget.h -Added GetAbsoluteBounds method.
nsWindow.cpp - Implemented GetAbsoluteBounds.
1999-07-14 22:00:24 +00:00
ftang%netscape.com
f02ce2355d
fix 3965. The default value of the Default Character Set will look at pref first now
1999-07-14 20:57:57 +00:00
andreas.otte%primus-online.de
a6747fa713
NECKO only: fix build bustage when doing a clobber build
1999-07-14 20:47:55 +00:00
akkana%netscape.com
a3fb11b98f
Restructure the editor output routines to allow passing in
...
a mime type and a flag argument. Also fix the following bugs:
9746: get rid of bogus empty <style> in head.
8143: save wrap column in editor shell in case it's set before the
editor is created.
9470, 9488: allow explicit specification of formatted output.
1999-07-14 18:54:29 +00:00
sspitzer%netscape.com
5274d6abfd
wrap with DEBUG_pnunn. pnunn owns bug #8244 . the rest of us don't need to see this message a billion times a day.
1999-07-13 23:57:47 +00:00
sspitzer%netscape.com
618a7fe6fd
only spit out this on debug builds.
1999-07-13 19:06:22 +00:00
rpotts%netscape.com
1df9ee3359
Removed call to NET_InitJSProtocol for NECKO only... This should help fix the build bustage when NECKO is defined.
1999-07-13 07:21:44 +00:00
rpotts%netscape.com
6b07c4b5f6
Fixed build bustage due to changes to the nsIBrowserWindow and nsIStreamObserver interfaces...
1999-07-12 05:49:51 +00:00
duncan%be.com
bccc6db380
Changes to get BeOS tinderbox to work.
...
BeOS only changes authorized by cyeh.
1999-07-11 09:51:51 +00:00
warren%netscape.com
8b0ad2bf4f
Added outer param to NewLoadGroup.
1999-07-10 11:27:05 +00:00
nisheeth%netscape.com
2ace78659d
Fix for bug 9387. Reviewed by vidur. Approved by chofmann. NS_NewURL's return value is checked for error in DoLoadURL(). We no longer crash when mailto links are clicked.
1999-07-10 00:13:25 +00:00
warren%netscape.com
61c8d73b43
Necko stuff for dealing with load groups when opening URLs.
1999-07-09 21:18:47 +00:00
hyatt%netscape.com
36b3eb4b1d
Fixing this god-damn hack.
1999-07-08 22:53:16 +00:00