Commit Graph

113392 Commits

Author SHA1 Message Date
bbaetz%student.usyd.edu.au
a3c47abf4b Bug 180870 - Remove old shadowdb manual replication code
r, a=myk
2002-12-20 23:35:29 +00:00
edburns%acm.org
9011f9db22 Build the XPI on UNIX. 2002-12-20 22:40:32 +00:00
edburns%acm.org
40cad5bf9d Uncomment the find component changes. 2002-12-20 22:01:44 +00:00
igor%mir2.org
3cf3b9f6e4 I removed code to add EmptyArray field to generated field in Codegen.generateInit as it was redundant to ScriptRuntime.emptyArgs 2002-12-20 16:14:51 +00:00
kin%netscape.com
c79b812413 Fix for bug # (drag and drop of links with icons is inconsistent)
Make dragging an image in a link behave just like dragging the text in a link. We now generate the drag data for links just like we do when dragging an existing selection.

r=brade@netscape.com  sr=sfraser@netscape.com
2002-12-20 15:37:03 +00:00
peterv%netscape.com
2eee61281b Rename Transformiix string API to be in synch with Mozilla's. Part of bug 74786 (String cleanup). r=sicking, rs=jst. 2002-12-20 15:18:35 +00:00
mkaply%us.ibm.com
c15128a5ad #184479
Forgot to modify one part of code per sr comment
2002-12-20 14:53:44 +00:00
axel%pike.org
15431ca0da bug 157142, transformiix standalone should use XPCOM atoms. r=sicking, sr=peterv 2002-12-20 13:55:28 +00:00
axel%pike.org
5c0d6082be bug 157142, transformiix standalone should use XPCOM atoms. r=sicking, sr=peterv 2002-12-20 13:45:06 +00:00
igor%mir2.org
56e0e5ae51 In Codegen.visitFunction I replaced code generating call to createFunctionObject that would use reflection to instantiate function object by a direct calling of function constructor and a separated call to function initialization in OptRuntime.setupFunction. 2002-12-20 12:21:35 +00:00
igor%mir2.org
ecb7dc469e I removed debug_level and debug_srcName fields as they are never used. 2002-12-20 12:12:41 +00:00
aaronl%netscape.com
600e0c73e6 Bug 183234. Checking in patch for jst. Crash in nsDOMWindowController when F7 key pressed. r=aaronl, sr=peterv 2002-12-20 08:00:08 +00:00
bbaetz%student.usyd.edu.au
1a66a353fa Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave 2002-12-20 07:21:43 +00:00
bugreport%peshkin.net
681fc1dbc3 Bug 185760: New group system doesn't upgrade transparently if usebuggroups = 0
r=justdave
a=justdave
2002-12-20 07:16:28 +00:00
mkaply%us.ibm.com
3fa1fc0666 #183328
r=gerv, sr=bryner
On OS/2, don't allow custom DPI
2002-12-20 06:47:19 +00:00
mkaply%us.ibm.com
35f2ccbfa4 #184479
r=brade, sr=peterv
Midas - support MS names for block types (Heading X)
2002-12-20 06:44:32 +00:00
cltbld%netscape.com
aeb1a12496 Depreciating RunTest option, use RunMozillaTests now. -mcafee 2002-12-20 06:04:39 +00:00
jkeiser%netscape.com
dd17c242ec Make input type=file work with display: none (bug 152844), r=sicking@bigfoot.com, sr=jst@netscape.com 2002-12-20 05:40:37 +00:00
jkeiser%netscape.com
d7d9298ab3 Make shift+click work the first time you click in a select (bug 167142), r=peterl@netscape.com, sr=sfraser@netscape.com 2002-12-20 05:32:27 +00:00
justdave%syndicomm.com
bd14a7cc67 Bug 186218: importxml.pl was doing a query against the products table using the old schema
Patch by Jonathan Schatz <jon@vmware.com>
r= justdave, a= justdave
2002-12-20 03:37:49 +00:00
smontagu%netscape.com
62988177ba Bug 185588: Changed printing preferences are saved corrupted in prefs.js. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=smontagu, sr=roc+moz 2002-12-20 02:52:30 +00:00
ducarroz%netscape.com
2637e30f6e Fix for bug 182643. The data stored in the palm pilote uses ISO-Latin-1 and not UTF-8. Also, the addressbook name is in UTF-8. R=cavin, rdayal, SR=sspitzer 2002-12-20 00:05:23 +00:00
rogerl%netscape.com
5be1ca4541 Various bug fixings. Added 'dynamic' attribute. 2002-12-19 23:57:32 +00:00
cavin%netscape.com
694fd3edd8 Fix for bug 158367. Replaced macro IMPORT_LOGx() with PR_LOG() for ns logging and cleaned up some logging info at the top level driver function in nsImportMail.cpp. r=ducarroz, sr=sspitzer. 2002-12-19 23:28:58 +00:00
cavin%netscape.com
4e01133ec9 Fix for bug 161941. Allocated enough space for 'buffer'. r=ducarroz, sr=sspitzer. 2002-12-19 21:40:40 +00:00
peterv%netscape.com
835d9e4c97 Removing again, I won't need it after all. 2002-12-19 20:29:40 +00:00
peterv%netscape.com
bd4196a78e Fix for bug 184925 (isindex.form always == null). r=sicking, sr=jst. 2002-12-19 20:29:14 +00:00
caillon%returnzero.com
9aae64b7bb 185493 - Try and clean up some leaks of text nodes by using nsCOMPtr.
r=jst sr=peterv
2002-12-19 20:23:57 +00:00
igor%mir2.org
da6403bcf0 I moved optimizer related code to initialize a function from ScriptRuntime to optimizer/OptRuntime and replaced common code to initialize function prototype and scope in few places by ScriptRuntime.initFunction 2002-12-19 19:48:55 +00:00
kin%netscape.com
cbbe3f0fa1 Fix for bug #184858 (Find not finding all matches)
Modified |ContentIsInTraversalRange()| to return true if aContent is a textnode and contains one of the traversal range end points.

r=jfrancis@netscape.com  sr=sfraser@netscape.com
2002-12-19 19:36:18 +00:00
ccarlen%netscape.com
4b4e0bbc8e Bug 44678 - On Mac, use a custom Carbon event to signal that the PLEvent queue needs to be processed. r=sdagley/sr=sfraser 2002-12-19 15:25:57 +00:00
glazman%netscape.com
4fba82f4ba Text alignment feedback erroneous in Composer; b=183887, r=jfrancis, sr=peterv 2002-12-19 14:10:50 +00:00
kyle.yuan%sun.com
f89e440f37 Bug 163816 Leaking 1 nsAccessibilityService and a bunch of nsGenericAccessible's
r=aaronl, sr=peterv
fix the wrong type cast in nsRootAccessible::AddAccessibleEventListener and get rid of the strong pointer to nsHTMLIFrameAccessible in nsHTMLIFrameRootAccessible
2002-12-19 09:35:00 +00:00
seawood%netscape.com
b8bb0a2699 Define GFX_XINERAMA_LIBS before it's used since EXTRA_DSO_LDOPTS gets evaluated immediately sometimes.
Bug #183894
2002-12-19 07:49:52 +00:00
bratell%lysator.liu.se
d7f0632d43 Bug 173388 - Take this you ugly orange tinderbox! 2002-12-19 07:18:17 +00:00
wtc%netscape.com
158222292b Bug 183612: SECMOD_InitCallOnce() and SECMOD_CleanupCallOnce() should be
declared and defined with an argument list of "(void)" instead of "()".
Modified Files: pk11cert.c secmodi.h
2002-12-19 07:03:39 +00:00
sspitzer%netscape.com
6bc66eea66 another supplimental fix for #59638. send the notification for setting up toolbars
when we land after cross folder navigation for the stand alone msg window.
thanks for ssu for remembering this.
2002-12-19 06:52:43 +00:00
bratell%lysator.liu.se
bbaeef586e Bug 173388 - Last checkin was r=harishd and sr=jst 2002-12-19 06:28:28 +00:00
seawood%netscape.com
7333eca44b Enable truncation of cache files for BeOS.
Bug #162588 r=gordon sr=darin
2002-12-19 06:27:57 +00:00
bratell%lysator.liu.se
304c608514 Bug 173388 - Use TABs to seperate table cell when converting HTML -> Text (copying from a web page). 2002-12-19 06:22:55 +00:00
seawood%netscape.com
687cf48363 If splashscreen bitmap has already been released, then do nothing when observing. Fixing crash on startup.
Bug #185260 r=arougthopher@lizardland.net
2002-12-19 06:22:22 +00:00
sspitzer%netscape.com
ea96c7e10e supplimental fix for bug #59638. when navigating across folders from the stand alone msg
window, we need to update the toolbars.  also, some code cleanup suggested by neil.
r/sr=bienvenu
2002-12-19 05:27:47 +00:00
nicolson%netscape.com
76ceb77be4 Fix 186097: ProofOfPossession.encode() has paranoid assertion. 2002-12-19 02:31:38 +00:00
wtc%netscape.com
b5e025dea3 Bug 183612: renamed some new functions to be consistent with existing
function names containing SubjectKey and PublicKey.  Moved internal
functions to private headers and use the lowercase cert_ prefix for the
internal functions for subject key ID mapping hash table. r=nelsonb.
2002-12-19 00:26:34 +00:00
dbaron%fas.harvard.edu
49ea5f526f Text decorations should not be painted on elements with 'visibity: hidden'. b=185581 r+sr=roc 2002-12-19 00:24:18 +00:00
dbaron%fas.harvard.edu
68ec6bfcbc Allow relative positioning to again influence the overflow area, since we're no longer using the overflow area for layout. r+sr=roc b=174149 2002-12-19 00:23:00 +00:00
dbaron%fas.harvard.edu
9e87918976 Make quirks-mode vertical alignment correctly consider only non-collapsed whitespace. b=155333 r+sr=roc 2002-12-19 00:21:07 +00:00
dbaron%fas.harvard.edu
69151bc05f Replace NS_BLOCK_WRAP_SIZE with making unconstrained-width reflow of frames with NS_BLOCK_SPACE_MGR consider the floats. This means we no longer use the overflow area for layout (other than the overflow property). Handle right floaters in unconstrained width reflow by just treating them as left floaters. b=172896 r+sr=roc 2002-12-19 00:12:08 +00:00
ducarroz%netscape.com
1afcc02c0a Bug 59673, Fix compiler warning. Patch submitted by Aleksey Nogin. R=ducarroz, SR=bienvenu 2002-12-19 00:07:51 +00:00
relyea%netscape.com
04963b62bb Bug 186058 2002-12-18 23:55:53 +00:00