scc%mozilla.org
98def75cac
fixing comments, not yet part of the build
2000-09-09 04:40:38 +00:00
scc%mozilla.org
eabcb9d2ff
adding comments
2000-09-09 04:40:01 +00:00
scc%mozilla.org
aa496c18e9
fixing includes
2000-09-09 04:39:25 +00:00
beard%netscape.com
870cca9590
splitting out call trees, to avoid creating unwieldy HTML reports.
2000-09-09 04:23:17 +00:00
beard%netscape.com
0056f3a6d5
trims strings by copying them, to avoid retaining excessively large strings.
2000-09-09 04:22:06 +00:00
beard%netscape.com
e3ef81f62a
manages a compressed calltree.
2000-09-09 04:20:50 +00:00
disttsc%bart.nl
91bdfe50a0
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
39b65f6c50
fix for bug 51417
2000-09-09 04:01:03 +00:00
nelsonb%netscape.com
fcf473c3e4
Change order of includes so this will build on NT.
2000-09-09 03:41:11 +00:00
nelsonb%netscape.com
e2bcb02f53
Change order of includes, so this will build on NT.
2000-09-09 03:19:35 +00:00
BlakeR1234%aol.com
999871628a
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
c519f893ff
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
005c605136
Added support for highlights. Made @ operator js2-only.
2000-09-09 02:15:37 +00:00
waldemar%netscape.com
7223a2e334
Updated to correspond to js2 site
2000-09-09 02:15:06 +00:00
waldemar%netscape.com
6c173aab33
Added support for highlights.
2000-09-09 02:14:35 +00:00
ssu%netscape.com
1f229f5e1f
added option to update/noupdate the chrome jar files. a,r=dveditz
2000-09-09 02:08:03 +00:00
karnaze%netscape.com
fc910665be
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
86f08a46f1
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
e3f84aad39
fix 51432. r=cata
2000-09-09 01:24:30 +00:00
ftang%netscape.com
7afbf44a3d
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
0bbeb76430
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
bc77023ff8
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
397dd0a60e
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
2ed27ddfed
Fixed OBJDIR_NAME problem with nspr for Linux and Solaris
2000-09-09 00:53:00 +00:00
jband%netscape.com
12268f3315
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
25a6903bfd
add fileName and lineNumber to Error.prototype for bug #50447
...
r=a=brendan
2000-09-09 00:41:15 +00:00
scc%mozilla.org
94aecdff39
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
79aeb09c57
adding license and include guards
2000-09-09 00:02:48 +00:00
edburns%acm.org
7055c7a60f
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
064f45db52
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
6684a0af2f
Fix for bug #45356 and lots of clean-up.
2000-09-08 23:45:56 +00:00
cata%netscape.com
825d2b2a5e
Fix for bug #45356 & lots of clean-up.
2000-09-08 23:45:28 +00:00
nbhatla%netscape.com
a687a0e360
#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
8c32d42fd9
Oops, commenting out some debug stuff from my last checkin.
2000-09-08 23:41:53 +00:00
jglick%netscape.com
735b394b3c
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
f25373dafb
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
445756376e
Fix bug 35564 '[MLK] Potential nsIIOService Leak' - integrated Patrick's changes
2000-09-08 23:31:26 +00:00
pinkerton%netscape.com
c4231706be
put nsFileWidget back.
2000-09-08 23:21:28 +00:00
pinkerton%netscape.com
7695abbe6a
put nsFileWidget.cpp back into the build.
2000-09-08 23:21:09 +00:00
valeski%netscape.com
f13ac0e793
50188. removing release spammage
2000-09-08 23:21:08 +00:00
hewitt%netscape.com
5418cf0c99
#51644 - css typo fix, r=ben
2000-09-08 23:17:50 +00:00
evaughan%netscape.com
3eede8ff8a
Fix for bug# 51163
...
-r hyatt
2000-09-08 23:15:55 +00:00
pinkerton%netscape.com
79332eccb8
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
ebe1c8c942
Sigh... let's compile this puppy before I check it in....
2000-09-08 23:08:49 +00:00
rickg%netscape.com
7296865321
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
98637e030d
Fix Startup crash found by CPD on linux. (use the correct slot function).
2000-09-08 23:00:04 +00:00
relyea%netscape.com
01b9ee6b51
Fix bug where cached keys were keeping around dead sessions.
2000-09-08 22:59:06 +00:00
dimator%netscape.com
b4f2e0fccf
Adding aging to collected address book. bug 46343. r=mscott
2000-09-08 22:56:08 +00:00
pnunn%netscape.com
c6b9835eb3
bug:13718: natural img dimens. pnunn, r:sfraser
2000-09-08 22:52:05 +00:00
pnunn%netscape.com
3f5be087d9
bug#13718: natural img dimens. pnunn, r:sfraser
2000-09-08 22:47:46 +00:00