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

1770 Коммитов

Автор SHA1 Сообщение Дата
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