Commit Graph

64126 Commits

Author SHA1 Message Date
dmose%mozilla.org
46df9707b5 added a thread-related TODO item; a=r=(not built) 2000-06-11 23:47:05 +00:00
waterson%netscape.com
8e2018e4f4 Bug 38832. An ugly fix: force the <li> to be padded in quirks mode. r=buster 2000-06-11 22:48:05 +00:00
buster%netscape.com
9665a1c5fa fixed bug 41757
file also contains some debug only code (disabled), another bug fix (also disabled), the removal of
some obsolete code that was already #ifdef'd out, and a bunch of new comments
r=mjudge, waterson
2000-06-11 22:14:33 +00:00
bienvenu%netscape.com
c81725307d add ability to set charset on msg hdr for i18n search r=putterman, 33101 2000-06-11 22:08:08 +00:00
rickg%netscape.com
420e9bdf58 fixed nsbeta2 bug 41049; removed warnings 2000-06-11 18:43:35 +00:00
Peter.VanderBeken%pandora.be
53e90aa649 Remove DOMString. Clean up some whitespace. Add basic default namespace handling. Fix TransformDocument. Not part of build yet. a=leaf. 2000-06-11 16:56:06 +00:00
Peter.VanderBeken%pandora.be
e53be60c59 Remove DOMString. Clean up some whitespace. Add basic default namespace handling. Fix TransformDocument. Not part of build. a=leaf. 2000-06-11 16:54:54 +00:00
bienvenu%netscape.com
6b30a5ce4b fix singsign startup assertion in string class, r=morse 2000-06-11 16:28:53 +00:00
Peter.VanderBeken%pandora.be
ce544548fc Updating comment. Not part of build yet. a=leaf 2000-06-11 16:00:34 +00:00
Peter.VanderBeken%pandora.be
bb7f0f065a Removing DOMString/Cleaning up some whitespace. Adding basic default namespace handling. Not part of build yet. a=leaf. 2000-06-11 16:00:01 +00:00
Peter.VanderBeken%pandora.be
482c73e809 Cleaning up whitespace. Not part of build. a=leaf. 2000-06-11 12:31:28 +00:00
Peter.VanderBeken%pandora.be
240ae24a80 Removing DOMString/Cleaning up some whitespace. Not part of build yet. a=leaf. 2000-06-11 12:29:54 +00:00
Peter.VanderBeken%pandora.be
b50dd527d6 Removing DOMString/Cleaning up some whitespace. Not part of build yet. a=leaf. 2000-06-11 11:43:12 +00:00
scc%mozilla.org
dc21256609 don't try to extract characters from an empty string 2000-06-11 09:14:09 +00:00
scc%mozilla.org
15d3db85b9 don't extract characters from empty strings. 2000-06-11 08:25:32 +00:00
scc%mozilla.org
484ee8fb96 don't extract characters from empty strings 2000-06-11 08:19:41 +00:00
scc%mozilla.org
09789effd8 don't try to extract characters from an empty string 2000-06-11 07:23:58 +00:00
buster%netscape.com
079914eaf0 fixed bug 29854
r=waterson
2000-06-11 05:25:14 +00:00
jefft%netscape.com
c92dbad196 fixed bug26770 - Messages downloaded twice after hitting stop in POP download; r=bienvenu 2000-06-11 05:23:23 +00:00
buster%netscape.com
39e62e0f51 added runtime control for rick's strict dtd work, so engineers can continue to work with existing non-compliant test cases
disabled error reporting in view source, at rick's request
no bug number
r=rickg
a=rickg
2000-06-11 05:05:07 +00:00
scc%mozilla.org
1d272d98b9 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 2000-06-11 04:35:02 +00:00
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