Commit Graph

112543 Commits

Author SHA1 Message Date
bryner%netscape.com
fc9f434447 add -register option for easier automated registration of components and chrome for static builds 2002-11-24 09:05:08 +00:00
bryner%netscape.com
8ccfaf4c6d Don't need to pass -Ldist/lib/components to linker on win32 2002-11-24 08:29:38 +00:00
bryner%netscape.com
4823aa45b7 Fixes for static build 2002-11-24 07:24:41 +00:00
bryner%netscape.com
29bb061c33 Define _BUILD_STATIC_BIN in static builds so that the static components are registered 2002-11-24 06:00:46 +00:00
bryner%netscape.com
9aaac779d1 Add MODULE_NAME so that these modules get registered in static builds. 2002-11-24 05:59:39 +00:00
darin%netscape.com
36b58bdda5 cvs removing unused files (NOT PART OF THE BUILD) 2002-11-24 05:31:39 +00:00
darin%netscape.com
d12e4abb46 fixing mac bustage 2002-11-24 04:37:56 +00:00
darin%netscape.com
106b80519b remove dead mime code, b=172963 r=dougt sr=alecf 2002-11-24 03:31:47 +00:00
pschwartau%netscape.com
59b425d3e5 Initial add. Regression test for bug 181654 by joerg.schaible@gmx.de. 2002-11-24 00:14:18 +00:00
bzbarsky%mit.edu
6e1d942718 Fix some obviously bogus comments. r=caillon, sr=clear copy/paste error. 2002-11-23 22:16:23 +00:00
bienvenu%netscape.com
195f27ac2b make local msg body search not lock up ui, remove unused code, r=naving, sr=sspitzer 127398 2002-11-23 18:50:00 +00:00
bienvenu%netscape.com
c67a02486c fix duplicate folder name in filter log, r/sr=sspitzer 2002-11-23 18:48:10 +00:00
ccarlen%netscape.com
025bca4cc7 Bug 175867 - CFM and Mach-0 profile locking mechanisms are different. r=bryner/sr=sfraser 2002-11-23 18:11:38 +00:00
bernd.mielke%snafu.de
c2ad0f7d79 Initialize text-indent at the table boundary, this cuts inheritance of text-indent inside tables. plus removal of a conflicting border specification bug 140682 r=hixie sr=bzbarsky 2002-11-23 17:56:44 +00:00
seawood%netscape.com
1e654f2c3b Fix egrep syntax. 2002-11-23 09:59:07 +00:00
seawood%netscape.com
f091730ffb Fix egrep syntax. 2002-11-23 09:43:37 +00:00
bratell%lysator.liu.se
b29c4ede67 Bug 181458 - Broken error checking in Internet Search caused by misplaced paranthesis. r=mozbot, sr=jag 2002-11-23 08:34:28 +00:00
seawood%netscape.com
14c734c48d Properly detect OS_ARCH when building on Win32 ME.
Bug #180822 r=dmose,wtc
2002-11-23 06:06:12 +00:00
ducarroz%netscape.com
d28c89dd94 Fix for bug 181576. Some how the line mNextStream = nsnull which was part of the patch for bug 110729 but was actually present it the tree get removed when I checked in the fix for bug 110729! 2002-11-23 06:01:41 +00:00
seawood%netscape.com
fdf4b165ff Properly detect OS_ARCH when building on Win32 ME.
Bug #180822 r=dmose,wtc
2002-11-23 05:57:40 +00:00
jrgm%netscape.com
73a713dea3 null-check fix for bug 181463 'Clicking on slider with hidden thumb crashes browser' [plus a little bit of whitespace cleanup], r=varga, sr=brendan 2002-11-23 05:20:05 +00:00
bzbarsky%mit.edu
ae40bce0d7 need this error check... part of patch for bug 86486, r=adamlock, sr=darin 2002-11-23 05:17:09 +00:00
jrgm%netscape.com
2cae038dd3 missing part of checkin for bug 176791, r=curt 2002-11-23 05:14:25 +00:00
curt%netscape.com
52ec79b07f Allow for multiple client installations.
(Bug #176791, r=jbetak, sr=dveditz)
2002-11-23 02:05:24 +00:00
yokoyama%netscape.com
cc780395b8 179151: Need to call FreeLibrary()
We call LoadLibrary(); but need to call
FreeLibrary() upon shutdown.
Impact only Windows platforms only
/r=shanjian; /sr=kin
2002-11-23 01:33:51 +00:00
darin%netscape.com
3c74d6d7b1 fixes bug 181440 "UBS E-Banking broken because of regression in http headers"
r=morse sr=bz
2002-11-23 01:30:26 +00:00
caillon%returnzero.com
82090ec342 Bug 181442 - Convert editor's pref usage to the new pref APIs.
r=brade sr=kin
2002-11-23 01:26:58 +00:00
blakeross%telocity.com
b33a902c7b Port trunk fix, fix tbox. 2002-11-23 01:21:34 +00:00
blakeross%telocity.com
48a6861f7d Change tabgroup homepage separator to |. 2002-11-23 01:18:18 +00:00
smontagu%netscape.com
b6780e6b5a Make Bidi symmetric swapping handle characters outside BMP. Bug 122800, r=mkaply, sr=darin 2002-11-22 23:49:29 +00:00
smontagu%netscape.com
6f737a0018 Remove unnecessary ToNewCString() allocation. Bug 181314, r=jaggernaut, sr=bzbarsky 2002-11-22 23:44:42 +00:00
shanjian%netscape.com
8fcf23e2ba bug 176528, need a nsISemanticUnitScanner to support intl spam mail filter
Implement a new interface for this purpose.
win&linux, p=ftang, r=shanjian, sr=beard
mac build, p=nhotta, r=ftang, sr=beard
2002-11-22 23:23:25 +00:00
cltbld%netscape.com
1cd752ba71 aim string 2002-11-22 23:19:20 +00:00
dbradley%netscape.com
86ca2cd40a Bug 173146 - This is the third patch in the series for IDispatch support. The bulk of the changes are comments and formatting, and some better error handling. r=adamlock, sr=jst and the code review group. NOTE: The bulk of this code is still not part of the build and the reviews reflect the XPConnect portions only. 2002-11-22 23:04:53 +00:00
rods%netscape.com
121ffd55cd more tests 2002-11-22 22:46:10 +00:00
rods%netscape.com
8c7399af05 more tests 2002-11-22 22:39:51 +00:00
shanjian%netscape.com
3b0054ca0b bug 176528, need a nsISemanticUnitScanner to support intl spam mail filter
Implement a new interface for this purpose.
win&linux, p=ftang, r=shanjian, sr=beard
mac build, p=nhotta, r=ftang, sr=beard
2002-11-22 22:36:42 +00:00
brade%netscape.com
729bf8f659 checkin fix for bug 169589 (ctrl-tab navigation) for Neil; r=brade, sr=jag 2002-11-22 22:28:57 +00:00
blizzard%redhat.com
6e56b665a8 Remove printf() that shouldn't have been checked in in the first place. 2002-11-22 22:17:47 +00:00
rjc%netscape.com
a922f52cac Fix bug # 167335: get cut/copy/paste of bookmarks working. r=chanial@noos.fr sr=ben 2002-11-22 22:06:21 +00:00
leaf%mozilla.org
9cdf072c7d TRUE -> PR_TRUE, build bustage fix 2002-11-22 16:46:32 +00:00
ducarroz%netscape.com
47d6072128 Fix for bug 55657. Implement possibility to disable display attachment inline. R=cavin, SR=bienvenu 2002-11-22 15:47:04 +00:00
mikep%oeone.com
67a3d512c0 Adding in the ability to restrict the day view to certain hours. 2002-11-22 15:41:57 +00:00
ccarlen%netscape.com
0f9597d49a Bug 180718 - Use rsync instead of cp to populate Mach-0 bundle. r=seawood/sr=bryner 2002-11-22 15:26:38 +00:00
ccarlen%netscape.com
69ab4cf300 Bug 180951 - profile directory never changes on profile switch. r=kaie/sr=alecf 2002-11-22 15:11:31 +00:00
rods%netscape.com
c16e250910 Instead of at the end of of the PO it needs to be in the middel of reflow
where we bail out earlier, basically same fix different location
Bug 149710 r=dcone sr=jst
2002-11-22 13:06:58 +00:00
rods%netscape.com
0bf43fd793 The search for the selected frames was not looking in all the child lisst for each frame
Bug 181228 r=dcone sr=jst
2002-11-22 13:02:05 +00:00
glazman%netscape.com
ee064acb6b -- not part of the build --
CaScadeS only

Editorshell removal
2002-11-22 12:40:12 +00:00
bratell%lysator.liu.se
7994d30d0c Bug 165893 - use cached nsParserService pointer instead of looking up the service everywhere. r=jst, sr=bzbarsky 2002-11-22 12:20:05 +00:00
caillon%returnzero.com
c23cadbaf8 181420, Use nsIPrefBranch instead of nsIPref.
r=rbs sr=bzbarsky
2002-11-22 11:29:31 +00:00