jband%netscape.com
ff441f2b06
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
...
git-svn-id: svn://10.0.0.236/trunk@78565 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 01:36:18 +00:00
ftang%netscape.com
ae8fb9b757
fix 51432. r=cata
...
git-svn-id: svn://10.0.0.236/trunk@78564 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 01:24:30 +00:00
ftang%netscape.com
08d32fdd8b
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.
git-svn-id: svn://10.0.0.236/trunk@78563 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 01:23:36 +00:00
pollmann%netscape.com
127fc5823f
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
...
git-svn-id: svn://10.0.0.236/trunk@78562 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 01:22:01 +00:00
cls%seawood.org
b543a7e918
Oops. --disable-libIDL doesn't work as the macro is checking for --without-libIDL
...
git-svn-id: svn://10.0.0.236/trunk@78561 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 01:00:03 +00:00
mstoltz%netscape.com
70914e878d
bug 44147, caps grant dialog now being created from DOMWindow->GetPrompter instead of nsIPrompt service. r=dbragg
...
git-svn-id: svn://10.0.0.236/trunk@78560 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 00:53:21 +00:00
ddrinan%netscape.com
776a15c26b
Fixed OBJDIR_NAME problem with nspr for Linux and Solaris
...
git-svn-id: svn://10.0.0.236/trunk@78559 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 00:53:00 +00:00
jband%netscape.com
9c98567332
adding script to support zipping xpt files rather than linking them. Not yet in the build
...
git-svn-id: svn://10.0.0.236/trunk@78558 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 00:46:27 +00:00
rginda%netscape.com
42d07c961e
add fileName and lineNumber to Error.prototype for bug #50447
...
r=a=brendan
git-svn-id: svn://10.0.0.236/trunk@78557 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 00:41:15 +00:00
scc%mozilla.org
14b6bfe7a9
not part of the build, getting closer to turning on the new parser strings
...
git-svn-id: svn://10.0.0.236/trunk@78556 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 00:25:00 +00:00
scc%mozilla.org
31b28b9902
adding license and include guards
...
git-svn-id: svn://10.0.0.236/trunk@78555 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 00:02:48 +00:00
edburns%acm.org
7f44ca7382
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
git-svn-id: svn://10.0.0.236/trunk@78554 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:58:36 +00:00
scc%mozilla.org
adcba910bf
not yet part of the build, this is the bulk of the work for the special parser strings
...
git-svn-id: svn://10.0.0.236/trunk@78553 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:54:23 +00:00
cata%netscape.com
60653ac220
Fix for bug #45356 and lots of clean-up.
...
git-svn-id: svn://10.0.0.236/trunk@78552 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:45:56 +00:00
cata%netscape.com
ae9edba72a
Fix for bug #45356 & lots of clean-up.
...
git-svn-id: svn://10.0.0.236/trunk@78551 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:45:28 +00:00
nbhatla%netscape.com
dc7d3e8958
#46423 -> new modern skin. backing out changes to toolbar. workaround fix for #51768 . navbar no longer accomodates larger fonts in urlbar. r=hewitt.
...
git-svn-id: svn://10.0.0.236/trunk@78550 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:43:40 +00:00
dimator%netscape.com
f697d9424e
Oops, commenting out some debug stuff from my last checkin.
...
git-svn-id: svn://10.0.0.236/trunk@78549 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:41:53 +00:00
jglick%netscape.com
6f0dfb1be3
45535, 37931, 40740. Clean up to Mail/News Pref dialogs. a=hangas, r=hangas
...
git-svn-id: svn://10.0.0.236/trunk@78548 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:41:02 +00:00
sfraser%netscape.com
ca316ac9e0
Final part of fix for 13718 -- implement call through nsHTMLImageLoader to get natural dimensions. r=pnunn.
...
git-svn-id: svn://10.0.0.236/trunk@78547 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:36:29 +00:00
gordon%netscape.com
9fae4dd645
Fix bug 35564 '[MLK] Potential nsIIOService Leak' - integrated Patrick's changes
...
git-svn-id: svn://10.0.0.236/trunk@78546 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:31:26 +00:00
pinkerton%netscape.com
6373b92293
put nsFileWidget back.
...
git-svn-id: svn://10.0.0.236/trunk@78545 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:21:28 +00:00
pinkerton%netscape.com
e31527c3ff
put nsFileWidget.cpp back into the build.
...
git-svn-id: svn://10.0.0.236/trunk@78544 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:21:09 +00:00
valeski%netscape.com
a88376b089
50188. removing release spammage
...
git-svn-id: svn://10.0.0.236/trunk@78543 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:21:08 +00:00
hewitt%netscape.com
6e1922cd35
#51644 - css typo fix, r=ben
...
git-svn-id: svn://10.0.0.236/trunk@78542 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:17:50 +00:00
evaughan%netscape.com
2543493e06
Fix for bug# 51163
...
-r hyatt
git-svn-id: svn://10.0.0.236/trunk@78541 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:15:55 +00:00
pinkerton%netscape.com
1e165b8adb
add an applescript wrapper for a call that is only in carbon. r=sfraser.
...
git-svn-id: svn://10.0.0.236/trunk@78539 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:09:42 +00:00
relyea%netscape.com
2c944665b2
Sigh... let's compile this puppy before I check it in....
...
git-svn-id: svn://10.0.0.236/trunk@78538 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:08:49 +00:00
rickg%netscape.com
ece465da5b
fixed nsbeta3 bugs (crash and compatibility), an FMM, reduced memory usage. Top100+Regression tests ok. R=harishd/buster
...
git-svn-id: svn://10.0.0.236/trunk@78537 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:06:13 +00:00
relyea%netscape.com
06a7d511c9
Fix Startup crash found by CPD on linux. (use the correct slot function).
...
git-svn-id: svn://10.0.0.236/trunk@78536 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:00:04 +00:00
relyea%netscape.com
96718d6193
Fix bug where cached keys were keeping around dead sessions.
...
git-svn-id: svn://10.0.0.236/trunk@78535 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 22:59:06 +00:00
dimator%netscape.com
79c7065b2e
Adding aging to collected address book. bug 46343. r=mscott
...
git-svn-id: svn://10.0.0.236/trunk@78534 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 22:56:08 +00:00
pnunn%netscape.com
fcd6e7c635
bug:13718: natural img dimens. pnunn, r:sfraser
...
git-svn-id: svn://10.0.0.236/trunk@78533 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 22:52:05 +00:00
pnunn%netscape.com
126dfa95c3
bug#13718: natural img dimens. pnunn, r:sfraser
...
git-svn-id: svn://10.0.0.236/trunk@78532 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 22:47:46 +00:00
pnunn%netscape.com
013093c147
bug#13718: for editor folk. pnunn, r:sfraser.
...
git-svn-id: svn://10.0.0.236/trunk@78531 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 22:46:24 +00:00
valeski%netscape.com
30ca1840b0
50188. ifdef debug'ing stderr output so we don't spew it in release builds.
...
git-svn-id: svn://10.0.0.236/trunk@78530 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 22:43:58 +00:00
mcgreer%netscape.com
221850cdc3
fix bugs where some nss code expects leading 0's (once used for signs). allows pkcs11 pairwise consistency check to operate correctly.
...
git-svn-id: svn://10.0.0.236/trunk@78529 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 22:41:51 +00:00
pinkerton%netscape.com
e09a5fd459
oops, remove a line used in testing.
...
git-svn-id: svn://10.0.0.236/trunk@78528 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 22:28:41 +00:00
pinkerton%netscape.com
1dd6be5076
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
...
git-svn-id: svn://10.0.0.236/trunk@78527 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 22:27:37 +00:00
scc%mozilla.org
047ee3b53a
bug #51662 , r=bienvenu
...
git-svn-id: svn://10.0.0.236/trunk@78526 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 22:07:14 +00:00
ddrinan%netscape.com
4a36b6b720
Build coreconf
...
git-svn-id: svn://10.0.0.236/trunk@78525 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 22:05:00 +00:00
tajima%eng.sun.com
d9ea76a238
bug fixing for 3 nsbeta3+ bugs: 45287, 47568, and 47833. r=pavlov, a=waterson
...
git-svn-id: svn://10.0.0.236/trunk@78524 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 21:58:44 +00:00
putterman%netscape.com
4e970d7ea9
More fixes for js warnings and fix for Netscape bug 1793. r=mscott
...
git-svn-id: svn://10.0.0.236/trunk@78523 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 21:57:43 +00:00
javi%netscape.com
151365444a
Whomp the MAC_SECURITY_BRANCH onto the tip.
...
git-svn-id: svn://10.0.0.236/trunk@78521 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 21:42:11 +00:00
ddrinan%netscape.com
edf578a6c9
Build NSPR as part of PSM build
...
git-svn-id: svn://10.0.0.236/trunk@78520 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 21:32:04 +00:00
brendan%mozilla.org
f212456b5e
Comments and white-space cleanup.
...
git-svn-id: svn://10.0.0.236/trunk@78518 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 21:24:14 +00:00
cls%seawood.org
661bf2d2c4
Ok, trying to fix OS/2 one more time
...
git-svn-id: svn://10.0.0.236/trunk@78517 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 20:37:16 +00:00
kin%netscape.com
9b8fc58349
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
git-svn-id: svn://10.0.0.236/trunk@78516 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 14:55:49 +00:00
blizzard%redhat.com
faf2a5960b
remove call to unset session history object. a=brendan
...
git-svn-id: svn://10.0.0.236/trunk@78515 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 14:51:57 +00:00
alla%lysator.liu.se
927efbdbd2
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.
git-svn-id: svn://10.0.0.236/trunk@78514 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 12:13:39 +00:00
hyatt%netscape.com
ac869ed050
r=ben, same as prev checkin
...
git-svn-id: svn://10.0.0.236/trunk@78513 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 10:02:00 +00:00