Commit Graph

64465 Commits

Author SHA1 Message Date
chrisk%netscape.com
c8e8241728 Fix bug in decoder:
When encoding indefinitely & encountering an optional field at the end of
a sequence, right after an IMPLICIT or POINTER template, the decoder
was not propagating the optionalness and the end-of-contents condition
correctly as it hits the end-of-contents octets instead of the optional
field. This is because IMPLICIT and POINTER push TWO states to look
for the next tag, not just one.
(The first state is "afterImplicit" or "afterPointer", the second one
starts with "beforeIdentifier" as usual).
This finally makes decoding envelopedData messages in cmsutil work.
2000-06-20 13:24:01 +00:00
mkaply%us.ibm.com
af76586e7d #42637
r=mkaply, a=brendan
Makefile change to build timer
2000-06-20 13:22:43 +00:00
mkaply%us.ibm.com
ab95b94e76 #42637
r=mkaply, a=brendan
Remove OS/2 debugging messages during bringup
2000-06-20 13:21:22 +00:00
ben%netscape.com
6c84b182f2 forgot to add classic skin to packager files in earlier checkin 2000-06-20 10:30:19 +00:00
ben%netscape.com
cd75aef232 fix for skin switching writing to install directory instead of profile, 30536, r=hyatt 2000-06-20 09:47:33 +00:00
hyatt%netscape.com
fed27ec38f 33524. r=ben 2000-06-20 09:21:42 +00:00
pinkerton%netscape.com
31c78779fd Migrating d&d back into new tree-grid. bug# 30511, r=hyatt 2000-06-20 08:13:14 +00:00
rpotts%netscape.com
f04516b638 Added Set/GetLoadCookie methods to nsDocShell. The mLoadCookie is no longer directly set by the nsDSURIContentListener class! 2000-06-20 08:01:19 +00:00
rpotts%netscape.com
6b98fc358e Made the nsDocShell a nsIWebProgressListener. This is a first step for the Session History changes and ultimately removing the nsIDocumentLoaderObserver interface... 2000-06-20 07:59:45 +00:00
pavlov%netscape.com
bdd2815d66 fix for submitting insecure form not displaying anything bug 42958. from Peter Annema <disttsc@bart.nl>. r=pavlov a=waterson 2000-06-20 07:35:41 +00:00
rpotts%netscape.com
6ec868b960 Fixed the GTK_MOZ_EMBED_STATUS enum to have the *correct* decimal values of their corrosponding NS_ERROR codes. 2000-06-20 06:19:40 +00:00
dougt%netscape.com
edad1c52cc Backing out amasri. This change caused the browser to not open. When I control-c
the application, I see:

XML Error in file
'chrome://communicator/content/profile/profileSelection.xul',
Line Number: 100, Col Number: 43, Description: undefined entity
Source Line:         <checkbox id="offlineState"
value="&offlineState.label;" accesskey="&offlineState.accesskey;"/>
2000-06-20 05:55:58 +00:00
waterson%netscape.com
0abe95456d Use NS_LITERAL_STRING instead of an nsAutoString to avoid copy/inflate on platforms that support two-byte wchar_t. r=attinasi 2000-06-20 05:45:07 +00:00
ben%netscape.com
7c69c70b1b fix for 41657, r=waterson, hyatt 2000-06-20 05:43:52 +00:00
Peter.VanderBeken%pandora.be
16a4a78956 Recognize local .xsl files as text/xml. r=Andreas Otte, a=gagan, a=waterson. 2000-06-20 05:24:10 +00:00
dmose%mozilla.org
52a2d02b73 Simplified nsILDAPMessageListener, and refactored much of the code in ldapSearch.cpp into nsLDAPChannel.cpp itself, using the simplified nsILDAPMessageListener callback interface. This work is in preparation for pushing all threading code out of nsILDAPChannel down into nsILDAPConnection/Operation/Message. a=r=(not built) 2000-06-20 05:17:51 +00:00
rpotts%netscape.com
dfe7dd1ea3 Fixed memofy leak of StdURLs introduced by the last checkin... 2000-06-20 05:14:42 +00:00
dmose%mozilla.org
234db35889 Simplified nsILDAPMessageListener, and refactored much of the code in ldapSearch.cpp into nsLDAPChannel.cpp itself, using the simplified nsILDAPMessageListener class. This work is in preparation for pushing all threading code out of nsILDAPChannel down into nsILDAPConnection/Operation/Message. a=r=(not built) 2000-06-20 05:12:32 +00:00
pchen%netscape.com
4770076c43 Bug #41272. Turn on classic skin in build. r=don 2000-06-20 04:57:12 +00:00
pchen%netscape.com
8a3cf53688 Bug #41272. Make toolbar color #DDDDDD which is same as Mac 4.x and fixed main grippy image. r=don 2000-06-20 04:56:37 +00:00
pchen%netscape.com
282f45464f Bug #41272. Include communicator/skin/toolbar.css. r=don 2000-06-20 04:56:36 +00:00
pchen%netscape.com
9ed01f1440 Bug #41272. Set toolbar colors to #DDDDDD which is same as Mac 4.x. r=don 2000-06-20 04:56:35 +00:00
pchen%netscape.com
7f5a88fab2 Bug #41272. Remove background imgs leftover from modern skin and make toolbar buttons look more classic-like. r=don 2000-06-20 04:56:34 +00:00
BlakeR1234%aol.com
60a9aa5e53 Fix for bug 42135. r=ben 2000-06-20 04:47:56 +00:00
hyatt%netscape.com
2df6998f43 Fix for 41664, r=ben 2000-06-20 04:45:30 +00:00
hyatt%netscape.com
119cf30173 Fix for 41664, r=ben 2000-06-20 04:44:44 +00:00
ben%netscape.com
daca8f45eb turn on classic skin for windows (yay) 41272, a=hangas 2000-06-20 04:44:30 +00:00
scc%mozilla.org
6bedf5618d removing nsWork[C]String. It's already been removed from the Mac manifest, the windows and unix makefiles, and the string factoring test project. The header is not included anywhere else. After discussion with waterson, decided this class is not what or where we want it 2000-06-20 04:36:25 +00:00
scc%mozilla.org
8d5e657bcf removed "nsWorkString.h" as discussed with waterson 2000-06-20 04:33:52 +00:00
scc%mozilla.org
1f29f46c00 removed nsWork[C]String, as discussed with waterson 2000-06-20 04:31:42 +00:00
scc%mozilla.org
a7afde0889 added tests for self-assignment, self-insertion, self-appending, and self-replacement 2000-06-20 04:31:00 +00:00
dougt%netscape.com
b45f97f9a2 THIS IS NOT PART OF THE BUILD.
Update nsIWebProgressListener to match rpotts work.

r/a = valeski@netscape.com
bug 43054
2000-06-20 04:30:41 +00:00
scc%mozilla.org
76bacb9cc2 fix for bug #43085. r=waterson, a=waterson 2000-06-20 04:25:20 +00:00
ben%netscape.com
8c779983f3 oops, part of earlier fix to find panel (remove html:selects from UI to unblock rods), forgot to check in associated js file that makes the bm search work 2000-06-20 04:21:08 +00:00
dmose%mozilla.org
b4dbf256ef forgot this critical file for the nsILDAPURL interface checkin earlier. a=r=(not built) 2000-06-20 03:59:52 +00:00
waterson%netscape.com
b266e10dd6 Bug 40868. Check to see if 'docroot == this' before recursing. r=dmose 2000-06-20 03:58:24 +00:00
dbaron%fas.harvard.edu
ff88c15b4a Really fix the leak in JS error reporting. (Checked in from the wrong machine last time.) r=vidur 2000-06-20 03:51:07 +00:00
BlakeR1234%aol.com
333cd8e461 Fix for bug 42042. r=ianr a=waterson 2000-06-20 03:50:40 +00:00
dbaron%fas.harvard.edu
70189b60ae Fix bug 42685, nsbeta2+. Revert percentage width calculations to the way they used to be, except for floats with auto widths. code=buster r=me 2000-06-20 03:47:49 +00:00
dbaron%fas.harvard.edu
4497380b04 Delete nsJSEnvironment (and the things it owns) during XPCOM shutdown instead of after (they won't be shown as leaks anymore). Also, fix a leak in JS error reporting. r=vidur 2000-06-20 03:45:21 +00:00
bryner%uiuc.edu
14ad3781cf Patching filepicker for new tree widget. part of bug 30511. r=hyatt. 2000-06-20 03:35:37 +00:00
dmose%mozilla.org
3150a332d2 adding an LDAP module to the NS_ERROR global define space. a=r=waterson@mozilla.org 2000-06-20 03:33:26 +00:00
dougt%netscape.com
4a52af62ab THIS IS NOT PART OF BUILD
This is the window test harness for embedding.

r/a=valeski@netscape.com
bug number: 43054
2000-06-20 03:22:47 +00:00
BlakeR1234%aol.com
8279cfd815 Fix for bug 41342. r=andreww a=waterson 2000-06-20 03:12:03 +00:00
pavlov%netscape.com
edf17f5e32 fix for nsImapSearchResultSequence::Clear() crash. bug 43079. r=mscott 2000-06-20 03:11:09 +00:00
hyatt%netscape.com
d71b861cf3 Fix for 41372. r=ben 2000-06-20 02:50:57 +00:00
ddrinan%netscape.com
de67b92a1b We need libnlslocale for unix 2000-06-20 02:43:46 +00:00
amasri%netscape.com
5b626e623a Adding localization notes per Bugzilla #39775
r=rchen@netscape.com
2000-06-20 02:42:21 +00:00
hyatt%netscape.com
a682609ea9 37298. r=ben 2000-06-20 02:38:39 +00:00
amasri%netscape.com
37163b794b Adding localization notes per Bugzilla #39775 Beta2+
r=rchen@netscape.com
2000-06-20 02:38:06 +00:00