Commit Graph

59228 Commits

Author SHA1 Message Date
bienvenu%netscape.com
b6ec9d056d more work on search, esp news 2000-04-26 00:55:47 +00:00
mjudge%netscape.com
3c00091d57 scc string fixes 2000-04-26 00:55:37 +00:00
jst%netscape.com
6f625af196 Checking in DOM JS glue code for new DOM Level 2 interfaces, not part of the build yet. 2000-04-26 00:55:05 +00:00
akkana%netscape.com
5f0eaef0d6 35961: Add missing keycodes for { } | 2000-04-26 00:54:53 +00:00
akkana%netscape.com
2c7d1b8328 36861: newlines after <a> tags were being ignored.
37059: initial space should be retained in selection-only case.
2000-04-26 00:54:19 +00:00
anthonyd%netscape.com
08c948f685 review: kmcclusk, mjudge
fix for invalid rootWidget in nsViewManager::GetWidgetBounds
2000-04-26 00:53:31 +00:00
pavlov%netscape.com
f3b435d030 fix hashtable lookup for xbl binding files to remove 15% of time paging up/down in mailnews r=waterson,hyatt
stop creating nsISupportsArrays and instead chain nsIXBLAttributeEntrys r=hyatt
remove unnecessary creation of atoms r=hyatt
(around 20% speedup to mailnews tree scrolling)
2000-04-26 00:50:48 +00:00
pavlov%netscape.com
c06efd2fc4 add support for 'TEXT' atom 2000-04-26 00:50:37 +00:00
jst%netscape.com
9789279b47 Adding new DOM Level 2 interfaces, not part of the build yet. 2000-04-26 00:43:24 +00:00
jst%netscape.com
df1742f34d Adding new DOM Level 2 interfaces, not part of the build yet. 2000-04-26 00:38:08 +00:00
jst%netscape.com
b99a57af4b Adding new DOM Level 2 CSS interfaces CSSRuleList and CSSCharsetRule, not part of the build yet. 2000-04-26 00:32:52 +00:00
jst%netscape.com
16543967f8 Adding new DOM Level 2 CSS interfaces MediaList and StyleSheetList, not part of the build yet. 2000-04-26 00:27:59 +00:00
ruslan%netscape.com
b1b30f1cad More complete update to the previos check in. Don't even instatiate
the final listener as we're not using it anyway.
2000-04-26 00:11:30 +00:00
ruslan%netscape.com
64f18e376a Don't fire OnStopRequest just yet when the channel gets Cancelled (until
the receiver learns how to handle it correctly), r=imoT, a=leaf. Used to
crash when following expedia link from msn.com
2000-04-25 23:59:25 +00:00
dougt%netscape.com
59e4e25e2b changing to getFolder. r=dveditz 2000-04-25 23:01:37 +00:00
leaf%mozilla.org
609eff55b8 backing out changes that keep mozilla mailnews from working without psm. 2000-04-25 22:47:44 +00:00
wtc%netscape.com
8c8e19f7a2 Bugzilla bug #30902: added an alternative implementation of PR_AtomicSet
using cmpxchg in the comments.  Made PR_AtomicAdd a little more efficient.
2000-04-25 22:33:10 +00:00
jst%netscape.com
3aafeb0978 Fixing a wallet crasher. a=leaf 2000-04-25 22:01:31 +00:00
wtc%netscape.com
58f9a5e8bd In _PR_MD_ATOMIC_ADD, use the edx register instead of the ebx register. 2000-04-25 21:48:33 +00:00
wtc%netscape.com
f555c782fc Bugzilla bug #37146: fixed the output of the test. 2000-04-25 21:40:49 +00:00
ducarroz%netscape.com
1a28f8c84e Fix for bug 37119. We need to query the attribute "data" in order to handle correctly menulist. A=leaf 2000-04-25 21:32:17 +00:00
larryh%netscape.com
fa9e207cbc BugZilla 32048 is realy 35408 2000-04-25 21:08:03 +00:00
donm%bluemartini.com
c4e99b1bca patch from bug 2178 applied and fix for versions of GD/Chart::Lines that won't
produce gifs.
2000-04-25 21:05:32 +00:00
dougt%netscape.com
74229b4903 if components directory does not include any xpt files, we should not fail
autoregistration.  This caused the xpinstall stub installer to fail.
r=dveditz, a=leaf
2000-04-25 19:37:57 +00:00
ruslan%netscape.com
bf2899be7e Fix 37084 (blocker), r=gagan 2000-04-25 19:11:26 +00:00
larryh%netscape.com
da27833c1d BugZilla: 32048. WinGate bug. Use loopback address in PR_NewTCPSocketPair() 2000-04-25 18:54:17 +00:00
wtc%netscape.com
e29c7cfaa8 Removed 'nop' instructions that I accidentally added. 2000-04-25 18:23:56 +00:00
dougt%netscape.com
51df3bc206 missed commenting out two assertions which will cause mac and OS2 users
lots of pain.  r=brade, a=leaf.
2000-04-25 18:16:16 +00:00
robinf%netscape.com
51d68036bd *** empty log message *** 2000-04-25 17:46:16 +00:00
sspitzer%netscape.com
8b419ec4eb fix the threadsafe assertion. 2000-04-25 14:56:59 +00:00
sgehani%netscape.com
3af3efdc3a * Fix build warnings * Make MIW.mcp build with Universal Headers 3.3.1 2000-04-25 14:55:11 +00:00
sgehani%netscape.com
436a248f59 Partial fix for nsIFile/Mac installer horkage [b=36784] 2000-04-25 14:43:58 +00:00
dcone%netscape.com
75c317aca7 Added the nsRenderingContextImpl for interface 2000-04-25 14:37:40 +00:00
brade%netscape.com
e6b4111fd7 for DragDrop, call InsertFromDrop which will handle the drop for the appropriate flavors (as paste if appropriate) 2000-04-25 14:15:33 +00:00
brade%netscape.com
59f3e13cf7 factored paste so drop could use the common code; added InsertFromDrop, InsertFromTransferable, PrepareTransferable; r/tested=akkana; tested=jst 2000-04-25 14:15:04 +00:00
brade%netscape.com
7b4cdb0bf5 add methods for InsertFromDrop, PrepareTransferable, InsertFromTransferable; r=akkana 2000-04-25 14:14:48 +00:00
brade%netscape.com
51bf56abee add method for InsertFromDrop; r=akkana 2000-04-25 14:14:42 +00:00
ftang%netscape.com
caa21a1ca9 fix 33862/33864. Use the Unicode version of method of nsILocalFile
so we can display non ASCII user name and file / directory correctly !!!!
thanks m_kato's help
2000-04-25 13:54:04 +00:00
dcone%netscape.com
2d436119b0 Added a DrawPath method to nsRenderingContext, currenly does nothing. 2000-04-25 13:51:46 +00:00
ftang%netscape.com
695a0e7e6d *eat* UTF-8 BOM which generated by Win2K NotePad so it won't confused parser.
bug 36914
2000-04-25 13:50:41 +00:00
cls%seawood.org
4f56fe6a2e Changed nsinstall to fail if the file to link against does not exist. Objdir build breakage should become more apparent when it happens. Thanks to Greg Noel <GregNoel@san.rr.com> for the patch. 2000-04-25 10:52:11 +00:00
cls%seawood.org
2a5b9282e0 Added dependency to real Makefile & config.status for targets passed to real Makefile. 2000-04-25 09:12:13 +00:00
hyatt%netscape.com
8328beb11c Tweak menulist. 2000-04-25 08:38:12 +00:00
scc%netscape.com
8a21346811 making string conversions explicit 2000-04-25 08:10:43 +00:00
jband%netscape.com
4ca5f185a3 be less aggresive in shutdown cleanup to avoid shutdown crashes. See bug 37058 for an example stack. 2000-04-25 07:26:02 +00:00
cls%seawood.org
18ababdefc The clobber objdir build didn't work because we forgot to create the objdir before the realclean 2000-04-25 07:21:40 +00:00
evaughan%netscape.com
3e33f5b852 1) StyleChange coelescing
2) Warning fixes
3) Table fixes
2000-04-25 07:10:48 +00:00
sspitzer%netscape.com
7bd877685e am I a man or am I a mouse? turn on the real subscribe dialog.
there are a lot of issues with it, but I'm working on them, and the
new subscribe dialog is no worse than the old one.
2000-04-25 07:10:33 +00:00
sspitzer%netscape.com
910b741658 change to get -chat to work for the mac. still need a "Mozilla Chat" file. 2000-04-25 06:53:49 +00:00
sspitzer%netscape.com
61460435d4 get -chat to work on the mac. 2000-04-25 06:51:17 +00:00