Commit Graph

64165 Commits

Author SHA1 Message Date
axel%pike.org
09ca9cf1ce Code cleanup, not part of build, needed for SUN Workshop compilers 2000-06-13 12:10:09 +00:00
locka%iol.ie
a5180078a1 Fixed incorrect pathname resolution for embedding apps trying to load res:// URLs from places other than mozilla/bin
b=42249, approved=warren
2000-06-13 11:50:40 +00:00
endico%mozilla.org
8848761488 use background delivery instead of defered so mail is delivered sooner and bug moving process goes faster. 2000-06-13 10:00:32 +00:00
endico%mozilla.org
68b5716694 initial checkin. still incomplete 2000-06-13 09:53:38 +00:00
endico%mozilla.org
81439801a5 adding toArrayOfStrings subroutine needed by Bug.pm 2000-06-13 09:45:12 +00:00
heikki%citec.fi
41bb442a68 Fixed NS_ENSURE_ARG_MAX macro (a typo), it did not even compile if you tried to use it. 2000-06-13 08:36:06 +00:00
waterson%netscape.com
984630e965 Grow by power of two after reaching 16 elements; factor 'implementation' into a separate struct so the nsVoidArray object is one word when empty. 2000-06-13 08:33:19 +00:00
waterson%netscape.com
8c319ed8a3 Add test for Iterator. 2000-06-13 08:02:30 +00:00
waterson%netscape.com
9ec97d977f Fix else-after-break and other stylistic atrocities; add default and copy ctors for Iterator; add operator=() for Iterator. 2000-06-13 08:02:08 +00:00
waterson%netscape.com
20ffe2d5af Fix gcc-2.7.2.3 bustage. 2000-06-13 06:32:09 +00:00
waterson%netscape.com
a58f2193b9 Sweet jesus. 2000-06-13 05:27:45 +00:00
waterson%netscape.com
d151fb1b00 How'd that get in there? 2000-06-13 05:26:00 +00:00
waterson%netscape.com
72a69ec169 Reduce index and data node size to eight words; pack bits harder so overhead per node is one word; add Iterator and make singleton iterator be simpler. 2000-06-13 05:16:02 +00:00
sspitzer%netscape.com
f273c9c87b start of changes for http://bugscape/show_bug.cgi?id=1149
allow for default templates for the "Local Folders" account.
r=alecf
2000-06-13 05:04:34 +00:00
waterson%netscape.com
69e59a8c3d Add TestVoidBTree to the build. 2000-06-13 04:57:14 +00:00
waterson%netscape.com
a0a8fef7ae Add nsVoidBTree and nsStatistics to the build. 2000-06-13 04:56:38 +00:00
waterson%netscape.com
337e3d6749 Add nsStatistics.cpp and nsVoidBTree.cpp to the build. 2000-06-13 04:55:22 +00:00
waterson%netscape.com
05d7001f23 Add nsVoidBTree.cpp and nsStatistics.cpp to the build 2000-06-13 04:54:23 +00:00
waterson%netscape.com
ffb543ba22 Add nsVoidBTree.h and nsStatistics.h 2000-06-13 04:53:54 +00:00
waterson%netscape.com
87de79e12e Clean up egcs warnings. 2000-06-13 04:52:33 +00:00
waterson%netscape.com
15a4ceeba5 First checked in. Not yet in the build. 2000-06-13 04:30:45 +00:00
ben%netscape.com
a03ea94f0b Fix for b40799, countrypicker UI for profile wizard. 2000-06-13 03:54:59 +00:00
ruslan%netscape.com
4eac345a41 Fixing 42107, a=gagan. Documenting some APIs in the process as well. 2000-06-13 03:00:53 +00:00
rickg%netscape.com
8fea867053 fixed nsBeta2+ bugs: 42180, 42270; added env setting for view-errors, which is disabled by default. r=pollmann; a=pdt 2000-06-13 02:50:24 +00:00
evaughan%netscape.com
bfa99a9a48 Fixed titledbox padding breakage. Only .css files
-r ben
2000-06-13 01:58:01 +00:00
warren%netscape.com
f1c37f2628 Taking out jar step since tinderbox doesn't seem to have perl installed. 2000-06-13 01:53:47 +00:00
alecf%netscape.com
24f352fd2c revive dom viewer enough to get dmose started
(not part of seamonkey - favor for dmose)
2000-06-13 01:50:26 +00:00
warren%netscape.com
099138dc36 Bug 18433. Starting to package resources into jar files. 2000-06-13 01:23:28 +00:00
ducarroz%netscape.com
1ce46c1da9 Fix (workaround) for bug 41143, 41686. Instead of setting the value (the dot value) during the recipient field creation (which solved bug 37435 but exposes bug 41143 & 41686), I check if the value of the text field is defined when transfering the recipients to the compose fields else I get the attribute value. R=sspitzer 2000-06-13 01:21:53 +00:00
bryner%uiuc.edu
e851698122 Fixing bug 29027 - now we restore an iconified window when we send focus to it. r=law. 2000-06-13 01:16:31 +00:00
colin%theblakes.com
6ac04d8a05 OpenVMS specific build change. r,a=leaf 2000-06-13 00:40:16 +00:00
sfraser%netscape.com
4ef0a7e4c8 Fix build bustage - some compilers don't like the new Substring(). r=scc 2000-06-13 00:35:47 +00:00
scc%mozilla.org
0c52834859 fix bustage, |const| needed on Windows 2000-06-13 00:21:53 +00:00
bryner%uiuc.edu
2ad6c0a37d Fix bug 42186 - incorrect GdkColor to nscolor conversion. Also change
some of the CSS system colors to be more accurate.  r=blizzard,pavlov.
2000-06-13 00:18:24 +00:00
ben%netscape.com
c3d226dd61 fixes for b41817 (cannot delete profile), and b32808 (profile not created in selected dir), r=hyatt 2000-06-13 00:12:30 +00:00
scc%mozilla.org
4dad2b6962 make |PRUnichar| be |wchar_t| on Mac. Soon on Windows, as well. 2000-06-13 00:05:18 +00:00
nhotta%netscape.com
464f987aba Added charset conversions in order to pass unicode data to HTML to Plain text converter, bug 41771, r=rhp. 2000-06-13 00:00:21 +00:00
scc%mozilla.org
507357239c fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms 2000-06-12 23:52:31 +00:00
chrisk%netscape.com
67e0b44687 Fix DSA / BLAPI interface by creating stub functions that have the
correct signature for being called via context->update or context->verify.
2000-06-12 23:43:42 +00:00
nhotta%netscape.com
f7152de9de Changed charset conversion for UTF-8 to UCS2 to use NS_ConvertUTF8toUCS2, bug 41460, r=mscott. 2000-06-12 23:33:36 +00:00
nhotta%netscape.com
59512a9407 Changed MIME decoder for no charset label case, return "ISO-8859-1" if the header contains 8 bit, bug 41460, r=mscott. 2000-06-12 23:32:58 +00:00
sfraser%netscape.com
5ae616a657 Fix for 42277 -- submitting forms very slow. Chunk string usage in wallet code to avoid excessive allocation now that nsString does not chunk itself. Also cleaned up wallet code to avoid passing nsStrings and ns<foo>Steams around by value. a,r=scc 2000-06-12 23:32:20 +00:00
sspitzer%netscape.com
1f7e4d3b1c moving the absync prefs to the right place. feature exception absync ui. 2000-06-12 23:29:27 +00:00
nhotta%netscape.com
82f510177c Changed to send format=flowed mail conditionaly depends on a mail charset and a pref setting, check in for bratell@lysator.liu.se, bug 26734, r=nhotta,rhp. 2000-06-12 23:29:21 +00:00
sfraser%netscape.com
8d3a6cca6e Fix for 42269 -- leakage of nsAppShell and nsToolkit on Mac. r=pinkerton, a=beppe 2000-06-12 23:24:24 +00:00
evaughan%netscape.com
02070c889c Fixes for tree on grid work. #30511
-r hyatt
2000-06-12 23:23:00 +00:00
rhp%netscape.com
c2f1ed3c3f Fix for invalid attachment - Bug #: 41415 - r: jefft 2000-06-12 23:16:50 +00:00
ssu%netscape.com
bf47ac1d5d fixing nsbeta2+ bug #30175 (but leaving it disabled until a final decision is made). Need to set Default dialup networking connectoid. r=sgehani 2000-06-12 23:16:33 +00:00
leaf%mozilla.org
a682b67c26 Automated update 2000-06-12 23:15:08 +00:00
tor%cs.brown.edu
6f741e7524 Add a --enable-mng option to enable MNG image decoder. r=cls, a=brendan 2000-06-12 23:13:42 +00:00