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

70042 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com b69d93c128 trims strings by copying them, to avoid retaining excessively large strings. 2000-09-09 04:22:06 +00:00
beard%netscape.com 9bc9544d23 manages a compressed calltree. 2000-09-09 04:20:50 +00:00
disttsc%bart.nl beba59aecf ctrl+left/right -> alt+left/right for back/forward navigation on unix (yay!). r=ben, a=brendan 2000-09-09 04:07:36 +00:00
pavlov%netscape.com edee3e570c fix for bug 51417 2000-09-09 04:01:03 +00:00
nelsonb%netscape.com 1eac835d58 Change order of includes so this will build on NT. 2000-09-09 03:41:11 +00:00
nelsonb%netscape.com 32c1d386a9 Change order of includes, so this will build on NT. 2000-09-09 03:19:35 +00:00
BlakeR1234%aol.com 6408f1183c Fix bugs 51549 and bug 49444, focus to find dialog textfield upon opening and a typo. r=law a=brendan 2000-09-09 03:06:54 +00:00
wtc%netscape.com 8a2b495434 Bugzilla bug #48248: removed an extraneous declaration of putenv(). Thanks
to Steven T. Hatton <hattons@bellatlantic.net> for reporting the bug.
2000-09-09 02:25:18 +00:00
waldemar%netscape.com a6d92aa305 Added support for highlights. Made @ operator js2-only. 2000-09-09 02:15:37 +00:00
waldemar%netscape.com dc4e188aea Updated to correspond to js2 site 2000-09-09 02:15:06 +00:00
waldemar%netscape.com 8f752abf38 Added support for highlights. 2000-09-09 02:14:35 +00:00
ssu%netscape.com 760079a091 added option to update/noupdate the chrome jar files. a,r=dveditz 2000-09-09 02:08:03 +00:00
karnaze%netscape.com e7cf1bf7e1 bug 14929 - Reallocate colspan adjusted col widths when there is a percent col being spanned. 2000-09-09 01:46:44 +00:00
jband%netscape.com ab447aa9ef needed to fix bug 46707. We need to autoreg the native loader before the interface info manager (iim) so that the iim can use registered components; e.g. libjar. r=shaver@mozilla.org 2000-09-09 01:36:18 +00:00
ftang%netscape.com 23ab5863e0 fix 51432. r=cata 2000-09-09 01:24:30 +00:00
ftang%netscape.com b633f71667 fix 51432. r=cata while we set the document charset, we also set the force charset so it
will stronger than the charset in the cache.
2000-09-09 01:23:36 +00:00
pollmann%netscape.com a5c145257d Bug 51856: Allow selection of just part of a text input or textarea to increase the karma around people who make typos. r=jst@netscape.com 2000-09-09 01:22:01 +00:00
cls%seawood.org 2d40396b9f Oops. --disable-libIDL doesn't work as the macro is checking for --without-libIDL 2000-09-09 01:00:03 +00:00
mstoltz%netscape.com c063d33489 bug 44147, caps grant dialog now being created from DOMWindow->GetPrompter instead of nsIPrompt service. r=dbragg 2000-09-09 00:53:21 +00:00
ddrinan%netscape.com 7426ee1bbf Fixed OBJDIR_NAME problem with nspr for Linux and Solaris 2000-09-09 00:53:00 +00:00
jband%netscape.com 39482ddcd7 adding script to support zipping xpt files rather than linking them. Not yet in the build 2000-09-09 00:46:27 +00:00
rginda%netscape.com 5b17fd66d3 add fileName and lineNumber to Error.prototype for bug #50447
r=a=brendan
2000-09-09 00:41:15 +00:00
scc%mozilla.org f2845da892 not part of the build, getting closer to turning on the new parser strings 2000-09-09 00:25:00 +00:00
scc%mozilla.org 1792573bee adding license and include guards 2000-09-09 00:02:48 +00:00
edburns%acm.org 757fe3cde1 r=av
a=waterson
bug=51919

This fix makes it so nsIPluginManager::PostURL() works correctly in the
case of a null target and non-null streamListener.

The fix was to add parameters to NewPluginURLStream() for headers and
post data:

   NS_IMETHOD
-  NewPluginURLStream(const nsString& aURL, nsIPluginInstance *aInstance, nsIPluginStreamListener *aListener);
+  NewPluginURLStream(const nsString& aURL, nsIPluginInstance *aInstance,
+                     nsIPluginStreamListener *aListener,
+                     void *aPostData = nsnull, PRUint32 aPostDataLen = 0,
+                     const char *aHeadersData = nsnull,
+                     PRUint32 aHeadersDataLen = 0);

And to add a new method to correctly send the headers to the channel:

+  NS_IMETHOD
+  AddHeadersToChannel(const char *aHeadersData, PRUint32 aHeadersDataLen,
+                      nsIChannel *aGenericChannel);

Files in this fix:

M modules/plugin/nglsrc/nsPluginHostImpl.cpp
M modules/plugin/nglsrc/nsPluginHostImpl.h
2000-09-08 23:58:36 +00:00
scc%mozilla.org 9cdf61fe64 not yet part of the build, this is the bulk of the work for the special parser strings 2000-09-08 23:54:23 +00:00
cata%netscape.com 9bbc8fc13b Fix for bug #45356 and lots of clean-up. 2000-09-08 23:45:56 +00:00
cata%netscape.com 71d3494107 Fix for bug #45356 & lots of clean-up. 2000-09-08 23:45:28 +00:00
nbhatla%netscape.com 74357eed99 #46423 -> new modern skin. backing out changes to toolbar. workaround fix for #51768. navbar no longer accomodates larger fonts in urlbar. r=hewitt. 2000-09-08 23:43:40 +00:00
dimator%netscape.com 37f8304683 Oops, commenting out some debug stuff from my last checkin. 2000-09-08 23:41:53 +00:00
jglick%netscape.com 805a577baf 45535, 37931, 40740. Clean up to Mail/News Pref dialogs. a=hangas, r=hangas 2000-09-08 23:41:02 +00:00
sfraser%netscape.com 6b042422d7 Final part of fix for 13718 -- implement call through nsHTMLImageLoader to get natural dimensions. r=pnunn. 2000-09-08 23:36:29 +00:00
gordon%netscape.com 75155a5171 Fix bug 35564 '[MLK] Potential nsIIOService Leak' - integrated Patrick's changes 2000-09-08 23:31:26 +00:00
pinkerton%netscape.com 1fbe6a5718 put nsFileWidget back. 2000-09-08 23:21:28 +00:00
pinkerton%netscape.com fc7f984494 put nsFileWidget.cpp back into the build. 2000-09-08 23:21:09 +00:00
valeski%netscape.com f7f1dff42c 50188. removing release spammage 2000-09-08 23:21:08 +00:00
hewitt%netscape.com 8d186a7f57 #51644 - css typo fix, r=ben 2000-09-08 23:17:50 +00:00
evaughan%netscape.com c0b53df515 Fix for bug# 51163
-r hyatt
2000-09-08 23:15:55 +00:00
pinkerton%netscape.com e1d4cc2c64 add an applescript wrapper for a call that is only in carbon. r=sfraser. 2000-09-08 23:09:42 +00:00
relyea%netscape.com fb7884944f Sigh... let's compile this puppy before I check it in.... 2000-09-08 23:08:49 +00:00
rickg%netscape.com 8cf557093a fixed nsbeta3 bugs (crash and compatibility), an FMM, reduced memory usage. Top100+Regression tests ok. R=harishd/buster 2000-09-08 23:06:13 +00:00
relyea%netscape.com 1b9a8440af Fix Startup crash found by CPD on linux. (use the correct slot function). 2000-09-08 23:00:04 +00:00
relyea%netscape.com 9bab38e513 Fix bug where cached keys were keeping around dead sessions. 2000-09-08 22:59:06 +00:00
dimator%netscape.com 29df80422c Adding aging to collected address book. bug 46343. r=mscott 2000-09-08 22:56:08 +00:00
pnunn%netscape.com 7a62c0d377 bug:13718: natural img dimens. pnunn, r:sfraser 2000-09-08 22:52:05 +00:00
pnunn%netscape.com e0a81cdaee bug#13718: natural img dimens. pnunn, r:sfraser 2000-09-08 22:47:46 +00:00
pnunn%netscape.com 8ebb9efe55 bug#13718: for editor folk. pnunn, r:sfraser. 2000-09-08 22:46:24 +00:00
valeski%netscape.com a0ab5edcee 50188. ifdef debug'ing stderr output so we don't spew it in release builds. 2000-09-08 22:43:58 +00:00
mcgreer%netscape.com d236df63ea fix bugs where some nss code expects leading 0's (once used for signs). allows pkcs11 pairwise consistency check to operate correctly. 2000-09-08 22:41:51 +00:00
pinkerton%netscape.com 395497e0f8 oops, remove a line used in testing. 2000-09-08 22:28:41 +00:00