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

70122 Коммитов

Автор SHA1 Сообщение Дата
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
pinkerton%netscape.com ea957680de Use an additional layer of filtering based on file type if we fail on the IC check. This catches things that aren't mapped by IC but we still might want to open. Also fix up the event proc to process update events for windows in the bg. r=sfraser, bugs 50312, 51830 2000-09-08 22:27:37 +00:00
scc%mozilla.org 75c8ca9c3d bug #51662, r=bienvenu 2000-09-08 22:07:14 +00:00
ddrinan%netscape.com daf090c0ae Build coreconf 2000-09-08 22:05:00 +00:00
tajima%eng.sun.com 478f284e48 bug fixing for 3 nsbeta3+ bugs: 45287, 47568, and 47833. r=pavlov, a=waterson 2000-09-08 21:58:44 +00:00
putterman%netscape.com 6ab909ce77 More fixes for js warnings and fix for Netscape bug 1793. r=mscott 2000-09-08 21:57:43 +00:00
javi%netscape.com f4c402f7e2 Whomp the MAC_SECURITY_BRANCH onto the tip. 2000-09-08 21:42:11 +00:00
ddrinan%netscape.com c5e4b28e7b Build NSPR as part of PSM build 2000-09-08 21:32:04 +00:00
brendan%mozilla.org 69580434a7 Comments and white-space cleanup. 2000-09-08 21:24:14 +00:00
cls%seawood.org 24dcbeb63f Ok, trying to fix OS/2 one more time 2000-09-08 20:37:16 +00:00
kin%netscape.com d77cac4764 Added call temporary call to SetInitialValue() in CreateAnonymousContent() to fix
the problem where we can't retrieve the password value from the password
dialog. Breaks logging into IMAP.
r=blizzard@mozilla.org a=leaf@mozilla.org
2000-09-08 14:55:49 +00:00
blizzard%redhat.com 405ad02bed remove call to unset session history object. a=brendan 2000-09-08 14:51:57 +00:00
alla%lysator.liu.se 96b564fb5b Implement js_CompareAndSwap for GCC x86 (Linux, FreeBSD etc). This gives us fast thin locks on Linux. bug 20357 r=brendan a=brendan
This version should now work on older binutils too.
2000-09-08 12:13:39 +00:00
hyatt%netscape.com 87650f51b9 r=ben, same as prev checkin 2000-09-08 10:02:00 +00:00
hyatt%netscape.com cf54e6b085 Tweak loadBindings call, provide hint to optimize possible style re-resolve in XBL, fix spot dbaron forgot. All 3 are r=ben 2000-09-08 10:01:18 +00:00
jband%netscape.com 2730e37efd warren's fix for the new/free mismatch undid kin's fix for the same problem. Also fix an off by one in the backwards 'for' loop. r=warren 2000-09-08 09:36:35 +00:00
alla%lysator.liu.se 4b900e3e5a Reverting last change. 2000-09-08 09:28:56 +00:00
alla%lysator.liu.se 919d491e71 Implement js_CompareAndSwap for GCC x86 (Linux, FreeBSD etc). This gives us fast thin locks on linux.
bug 20357, r=brendan a=brendan
2000-09-08 08:59:37 +00:00
mozilla.BenB%bucksch.org 52cc67de92 51193: Corrections and incorporationg first feedback from the ng. r=David 'Master_D' Krause (mostly), a=brendan. 2000-09-08 08:50:27 +00:00
hewitt%netscape.com 6a5451f3f0 #46015 - reload keyboard accelerator, r=ben 2000-09-08 08:49:57 +00:00
mozilla.BenB%bucksch.org 48d3be3813 49502: Add flags for View Source window to get scrollbars and be resizable 2000-09-08 08:32:43 +00:00