scc%mozilla.org
29d26770c9
fixed tabs and spacing
2000-06-11 01:22:58 +00:00
scc%mozilla.org
7619583dad
updated to reflect work done
2000-06-11 01:11:13 +00:00
scc%mozilla.org
008e0b3e60
Added new targets to compare between the |wchar_t| version and the no |wchar_t| version
2000-06-11 01:10:49 +00:00
scc%mozilla.org
e18d48139d
convert to the new scheme for handling wide string literals: |NS_LITERAL_STRING|.
2000-06-11 01:09:54 +00:00
scc%mozilla.org
3a7bb8ec08
now that NEW_STRING_APIS is turned on in the actual string headers, I needed to move some defs around. Also setting a new define for HAVE_CPP_2BYTE_WCHAR_T
2000-06-11 01:09:00 +00:00
scc%mozilla.org
25896e8f49
First checked in.
2000-06-11 01:07:41 +00:00
scc%mozilla.org
84e47f2424
added some #ifdef logic to allow me to turn NEW_STRING_APIS off, so I can continue to profile for bloat; added an implementation specific |operator+()| to resolve ambiguity with promises on some platforms; added a conversion operator (against my best judgement) to |NS_ConvertASCIItoUCS2| to support the construction of literal strings induced by the bad case of the new macro. I could conditionally define this is the opposite direction.
2000-06-11 01:06:14 +00:00
scc%mozilla.org
7f51a498b1
added some #ifdef logic to allow me to NEW_STRING_APIS off, so I can continue to profile for bloat
2000-06-11 01:03:19 +00:00
scc%mozilla.org
85aa1f07df
In an assignment, |SetLength(0); SetLength(newLength);| so that the implementation won't bother to copy any old characters if allocation is required. Fiddled with inlining to reduce bloat ... more experiments needed.
2000-06-11 01:02:12 +00:00
scc%mozilla.org
3adf5c9604
provide real definitions for |NS_LITERAL_STRING| (one of which exploits |wchar_t|); add a range-check assertion to |CharAt|; add another constructor to |nsPromiseConcatenation| to allow per-class |operator+()| (which some compilers need to resolve ambiguity) to work; fiddled with inlining to reduce bloat ... more experiments needed
2000-06-11 01:00:08 +00:00
scc%mozilla.org
c5867168d6
define |PRUnichar| to be |wchar_t|, when applicable
2000-06-11 00:49:29 +00:00
morse%netscape.com
3dbe5eaea8
update wallet tables, not part of build
2000-06-10 23:35:51 +00:00
thayes%netscape.com
d562a12ca9
Add permanent (token) key for supporting Secret Decoder Ring (SDR)
...
Bug 26085
2000-06-10 19:00:45 +00:00
tonyr%fbdesigns.com
258e991be5
Fixed import of html messages. b=3157, r=rhp, a=putterman
2000-06-10 16:35:13 +00:00
rhp%netscape.com
fd2c46b7e0
Fix for silent failure on some mail send operations - Bug #: 35744 r: jefft
2000-06-10 14:47:17 +00:00
bienvenu%netscape.com
f7cbeeb06d
more work on search backend, fix scheduling of multiple urls, r=alecf 33101
2000-06-10 14:36:50 +00:00
jim_nance%yahoo.com
88e8f6fdf1
Tru64 helper scripts for ATOM tools.
...
Not part of the build.
2000-06-10 10:56:51 +00:00
scc%mozilla.org
e780126346
moved |explicit| here, where it belongs, from "nsCOMPtr.h"
2000-06-10 09:58:15 +00:00
scc%mozilla.org
5108fd1bbe
further logging fixes; removed |explicit| to "nscore.h"; removed old-style logging definitions for |NSCAP_ADDREF| and |NSCAP_RELEASE|, define them externally if you want them (the new comment says how); fixed some comments... I'll be moving to doc-style comments soon to better support doxygen
2000-06-10 09:58:13 +00:00
waterson%netscape.com
9b0d829309
Add SizeOf() which is going to be needed for 'plug replacement' of nsVoidArray's
2000-06-10 07:31:09 +00:00
waterson%netscape.com
b592bfb398
Clean up to compile on egcs.
2000-06-10 06:05:09 +00:00
waterson%netscape.com
a339f479a5
First checked in, not part of the build.
2000-06-10 05:55:37 +00:00
waterson%netscape.com
a2bb9ecb12
First checked in. Not part of the build.
2000-06-10 05:55:07 +00:00
morse%netscape.com
93b663f94c
update wallet tables, not part of build
2000-06-10 05:23:57 +00:00
rickg%netscape.com
9ff4fec16f
fixed several nsbeta2+ bugs; r=harish, buster; a=pdt
2000-06-10 02:53:04 +00:00
rickg%netscape.com
007d5e056d
update viewsource style rules; r=attinasi
2000-06-10 02:50:01 +00:00
scc%mozilla.org
a8b731fd2a
fix bug=41584 (technically a work around, but it's twice as fast as the form it replaces, and is the right way to write this code in general),r=ben
2000-06-10 02:38:42 +00:00
jfrancis%netscape.com
338a1b0aeb
fix for 41369: editor backspace crashes or loses data when at the beginning of text that has multiple br's before it. (dogfood+)
r=sfraser; a=beppe
2000-06-10 02:25:50 +00:00
law%netscape.com
ef30c6820a
Bug 1050; escape target URI when passing to Alis; r=rjc
2000-06-10 02:23:18 +00:00
ruslan%netscape.com
e090d008cd
WIP on 40203, a=gagan
2000-06-10 02:14:01 +00:00
ruslan%netscape.com
7e3ea9ecc2
WIP on 40203; a=gagan
2000-06-10 02:12:03 +00:00
ruslan%netscape.com
cf1d7874af
Partial fix for 41248. Check for the buffer being null and assert, but don't
...
crash, a=gagan
2000-06-10 02:11:04 +00:00
ruslan%netscape.com
8fb38118d9
Partial fix for 41876; change the state of the converter into INIT after
...
getting a failure code from the upstream listener. This prevents it from
crashing, a=gagan
2000-06-10 02:09:43 +00:00
sgehani%netscape.com
51b3ef8145
Expose installer app title into config.ini. Prep for nsbeta2+ bug 38587.
...
[r=ssu]
2000-06-10 02:03:59 +00:00
sgehani%netscape.com
61506a1e9b
Rectify support "buildwizard" optional arg to deliver.pl by referening correct
...
relative dir to update the unix wizard makefile.
2000-06-10 02:02:31 +00:00
sspitzer%netscape.com
c5053a70b9
fix for nsbeta2+ bug #39184 . make news pay attention to the port. also remove some
...
bloat from nsNNTPHost.cpp which was not used and will eventually be going away.
2000-06-10 00:52:43 +00:00
ssu%netscape.com
4461693aaa
Fixing bug #31259 (nsbeta2+) - Install.modDate() and Install.modDateChanged() now shows the correct values.
This *might* also happen to fix the following bugs:
#42070 - Mac files get installed with the wrong date
#38553 - nsIFile - Reducing modification dates significant digits
#36681 - document.lastModified date is incorrect for a local file
This only affects the Mac platforms.
Pre-Checkin Tests: passed
r=sgehani
2000-06-10 00:51:06 +00:00
pavlov%netscape.com
6bedd93335
include nscore.h
2000-06-10 00:50:48 +00:00
wtc%netscape.com
1bf3b05cbc
Bugzilla bug #17806 : improved comments for PR_Poll.
2000-06-10 00:43:59 +00:00
pavlov%netscape.com
bf37f68ee0
fix ws5 build bustage
2000-06-10 00:31:40 +00:00
ben%netscape.com
e14478dd1e
fix for 37471 (skinnability, dogfood) converting saving file dialog to use new XUL widgets (getting rid of green boxes etc)
2000-06-10 00:05:03 +00:00
morse%netscape.com
2bf15cbf44
start with first element selected (recent regression)
2000-06-09 23:55:29 +00:00
law%netscape.com
e78988cd16
Bug 32360; patch from Horwath Martin (horwatch@opensa.org); r=law
2000-06-09 23:49:17 +00:00
law%netscape.com
f8123f8c1f
Bug 42058; patch from Blake Ross (BlakeR1234@aol.com); r=law
2000-06-09 23:46:28 +00:00
wtc%netscape.com
6217542825
Bugzilla bug #17806 : made the comments for PR_Poll clearer about the
...
fact that the out_flags fields can only be checked on a successful
return.
2000-06-09 23:44:00 +00:00
jefft%netscape.com
f5ddd703d2
fixed bug 39262 folder pane doesn't show [un]subscribe changes to imap folders; r=bienvenu, sspitzer
2000-06-09 23:28:03 +00:00
mkaply%us.ibm.com
b8b2b123ae
# 37239
...
r = thayes, a = brendan
OS/2 bring-up - Need cast for VisualAge
2000-06-09 22:48:05 +00:00
mscott%netscape.com
20c1099d9e
Bug #27646 , #40164 , #41724 --> removed bogus creation of an extra browser instance which was then registering
...
itself as the top level content listener for the original window. This caused lots of bad problems when you tried to create
a new browser window from the task bar from any of the other apps (mail, composer, editor, etc.).
It also fixes URI dispatching which broke because you had mail windows suddenly thinking they were browser windows.
r=jbetak
2000-06-09 22:47:33 +00:00
jst%netscape.com
625bc7c797
Fixing nsbeta2+ bug 41487, form controls with the same NAME and ID ended up in the form control list in the form element twice. r=nisheeth
2000-06-09 22:47:29 +00:00
mkaply%us.ibm.com
92086d21a9
# 37239
...
r = mkaply, a = brendan
OS/2 bring-up - Asserts in cursor code
2000-06-09 22:29:20 +00:00