Commit Graph

59989 Commits

Author SHA1 Message Date
jst%netscape.com
021f6306e8 Checking in DOM JS glue code for new DOM Level 2 interfaces, not part of the build yet.
git-svn-id: svn://10.0.0.236/trunk@67147 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 00:55:05 +00:00
akkana%netscape.com
3753603232 35961: Add missing keycodes for { } |
git-svn-id: svn://10.0.0.236/trunk@67146 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 00:54:53 +00:00
akkana%netscape.com
7c36399c11 36861: newlines after <a> tags were being ignored.
37059: initial space should be retained in selection-only case.


git-svn-id: svn://10.0.0.236/trunk@67145 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 00:54:19 +00:00
anthonyd%netscape.com
71597aa3c3 review: kmcclusk, mjudge
fix for invalid rootWidget in nsViewManager::GetWidgetBounds


git-svn-id: svn://10.0.0.236/trunk@67144 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 00:53:31 +00:00
pavlov%netscape.com
c3627050e1 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)


git-svn-id: svn://10.0.0.236/trunk@67143 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 00:50:48 +00:00
pavlov%netscape.com
e04f0e3062 add support for 'TEXT' atom
git-svn-id: svn://10.0.0.236/trunk@67142 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 00:50:37 +00:00
jst%netscape.com
8ddbd3a621 Adding new DOM Level 2 interfaces, not part of the build yet.
git-svn-id: svn://10.0.0.236/trunk@67141 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 00:43:24 +00:00
jst%netscape.com
a7adb85f49 Adding new DOM Level 2 interfaces, not part of the build yet.
git-svn-id: svn://10.0.0.236/trunk@67140 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 00:38:08 +00:00
jst%netscape.com
34e8837cf1 Adding new DOM Level 2 CSS interfaces CSSRuleList and CSSCharsetRule, not part of the build yet.
git-svn-id: svn://10.0.0.236/trunk@67138 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 00:32:52 +00:00
jst%netscape.com
7dfe8fb314 Adding new DOM Level 2 CSS interfaces MediaList and StyleSheetList, not part of the build yet.
git-svn-id: svn://10.0.0.236/trunk@67137 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 00:27:59 +00:00
ruslan%netscape.com
887e77e885 More complete update to the previos check in. Don't even instatiate
the final listener as we're not using it anyway.


git-svn-id: svn://10.0.0.236/trunk@67136 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 00:11:30 +00:00
ruslan%netscape.com
20ec067c14 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


git-svn-id: svn://10.0.0.236/trunk@67135 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 23:59:25 +00:00
dougt%netscape.com
80dea51d4b changing to getFolder. r=dveditz
git-svn-id: svn://10.0.0.236/trunk@67134 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 23:01:37 +00:00
leaf%mozilla.org
87c638e169 backing out changes that keep mozilla mailnews from working without psm.
git-svn-id: svn://10.0.0.236/trunk@67133 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 22:47:44 +00:00
wtc%netscape.com
d0253ef8e5 Bugzilla bug #30902: added an alternative implementation of PR_AtomicSet
using cmpxchg in the comments.  Made PR_AtomicAdd a little more efficient.


git-svn-id: svn://10.0.0.236/trunk@67130 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 22:33:10 +00:00
jst%netscape.com
1f9c2013e5 Fixing a wallet crasher. a=leaf
git-svn-id: svn://10.0.0.236/trunk@67129 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 22:01:31 +00:00
wtc%netscape.com
c8d51401c5 In _PR_MD_ATOMIC_ADD, use the edx register instead of the ebx register.
git-svn-id: svn://10.0.0.236/trunk@67128 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 21:48:33 +00:00
wtc%netscape.com
048f25aa33 Bugzilla bug #37146: fixed the output of the test.
git-svn-id: svn://10.0.0.236/trunk@67127 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 21:40:49 +00:00
ducarroz%netscape.com
8228894768 Fix for bug 37119. We need to query the attribute "data" in order to handle correctly menulist. A=leaf
git-svn-id: svn://10.0.0.236/trunk@67126 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 21:32:17 +00:00
larryh%netscape.com
a408760231 BugZilla 32048 is realy 35408
git-svn-id: svn://10.0.0.236/trunk@67125 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 21:08:03 +00:00
donm%bluemartini.com
94c6c05b70 patch from bug 2178 applied and fix for versions of GD/Chart::Lines that won't
produce gifs.


git-svn-id: svn://10.0.0.236/trunk@67124 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 21:05:32 +00:00
dougt%netscape.com
d56e3fbe9f 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


git-svn-id: svn://10.0.0.236/trunk@67123 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 19:37:57 +00:00
ruslan%netscape.com
8e9abd5fa9 Fix 37084 (blocker), r=gagan
git-svn-id: svn://10.0.0.236/trunk@67122 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 19:11:26 +00:00
larryh%netscape.com
05abe12da0 BugZilla: 32048. WinGate bug. Use loopback address in PR_NewTCPSocketPair()
git-svn-id: svn://10.0.0.236/trunk@67121 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 18:54:17 +00:00
wtc%netscape.com
98b0948880 Removed 'nop' instructions that I accidentally added.
git-svn-id: svn://10.0.0.236/trunk@67120 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 18:23:56 +00:00
dougt%netscape.com
93f5201c5e missed commenting out two assertions which will cause mac and OS2 users
lots of pain.  r=brade, a=leaf.


git-svn-id: svn://10.0.0.236/trunk@67119 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 18:16:16 +00:00
robinf%netscape.com
14021a0f28 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@67118 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 17:46:16 +00:00
sspitzer%netscape.com
8594a4b43c fix the threadsafe assertion.
git-svn-id: svn://10.0.0.236/trunk@67117 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 14:56:59 +00:00
sgehani%netscape.com
c3b7bad14d * Fix build warnings
* Make MIW.mcp build with Universal Headers 3.3.1


git-svn-id: svn://10.0.0.236/trunk@67116 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 14:55:11 +00:00
sgehani%netscape.com
a4b9e133a4 Partial fix for nsIFile/Mac installer horkage [b=36784]
git-svn-id: svn://10.0.0.236/trunk@67115 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 14:43:58 +00:00
dcone%netscape.com
c8b7cfd884 Added the nsRenderingContextImpl for interface
git-svn-id: svn://10.0.0.236/trunk@67114 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 14:37:40 +00:00
brade%netscape.com
845b272d31 for DragDrop, call InsertFromDrop which will handle the drop for the appropriate flavors (as paste if appropriate)
git-svn-id: svn://10.0.0.236/trunk@67113 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 14:15:33 +00:00
brade%netscape.com
95c5ec2a22 factored paste so drop could use the common code; added InsertFromDrop, InsertFromTransferable, PrepareTransferable; r/tested=akkana; tested=jst
git-svn-id: svn://10.0.0.236/trunk@67112 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 14:15:04 +00:00
brade%netscape.com
a670cfd1c0 add methods for InsertFromDrop, PrepareTransferable, InsertFromTransferable; r=akkana
git-svn-id: svn://10.0.0.236/trunk@67111 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 14:14:48 +00:00
brade%netscape.com
b2e9ac0108 add method for InsertFromDrop; r=akkana
git-svn-id: svn://10.0.0.236/trunk@67110 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 14:14:42 +00:00
ftang%netscape.com
dd8e77ee54 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


git-svn-id: svn://10.0.0.236/trunk@67109 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 13:54:04 +00:00
dcone%netscape.com
4d69a44d7e Added a DrawPath method to nsRenderingContext, currenly does nothing.
git-svn-id: svn://10.0.0.236/trunk@67108 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 13:51:46 +00:00
ftang%netscape.com
447587b634 *eat* UTF-8 BOM which generated by Win2K NotePad so it won't confused parser.
bug 36914


git-svn-id: svn://10.0.0.236/trunk@67107 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 13:50:41 +00:00
cls%seawood.org
cca739156a 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.
git-svn-id: svn://10.0.0.236/trunk@67106 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 10:52:11 +00:00
cls%seawood.org
751835d768 Added dependency to real Makefile & config.status for targets passed to real Makefile.
git-svn-id: svn://10.0.0.236/trunk@67104 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 09:12:13 +00:00
hyatt%netscape.com
f8b2e9e3e2 Tweak menulist.
git-svn-id: svn://10.0.0.236/trunk@67103 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 08:38:12 +00:00
scc%netscape.com
87d165a120 making string conversions explicit
git-svn-id: svn://10.0.0.236/trunk@67102 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 08:10:43 +00:00
jband%netscape.com
821ccde88b be less aggresive in shutdown cleanup to avoid shutdown crashes. See bug 37058 for an example stack.
git-svn-id: svn://10.0.0.236/trunk@67101 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 07:26:02 +00:00
cls%seawood.org
40f2f32adc The clobber objdir build didn't work because we forgot to create the objdir before the realclean
git-svn-id: svn://10.0.0.236/trunk@67100 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 07:21:40 +00:00
evaughan%netscape.com
ff486e57f1 1) StyleChange coelescing
2) Warning fixes
3) Table fixes


git-svn-id: svn://10.0.0.236/trunk@67099 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 07:10:48 +00:00
sspitzer%netscape.com
d44a8c6730 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.


git-svn-id: svn://10.0.0.236/trunk@67098 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 07:10:33 +00:00
sspitzer%netscape.com
856ebf7b72 change to get -chat to work for the mac. still need a "Mozilla Chat" file.
git-svn-id: svn://10.0.0.236/trunk@67097 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 06:53:49 +00:00
sspitzer%netscape.com
20ce194071 get -chat to work on the mac.
git-svn-id: svn://10.0.0.236/trunk@67096 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 06:51:17 +00:00
sspitzer%netscape.com
2d897f5c60 implementing the chatzilla service that I promised rginda months ago.
now, -chat from the command line works and brings up chatzilla.
(only win32 and unix, until I tweak the mac build.)


git-svn-id: svn://10.0.0.236/trunk@67095 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 06:39:39 +00:00
hyatt%netscape.com
a9478c3941 landing debug rules
git-svn-id: svn://10.0.0.236/trunk@67094 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 06:35:28 +00:00