Граф коммитов

51608 Коммитов

Автор SHA1 Сообщение Дата
karnaze%netscape.com c3d9e36783 bug 1809, 0 width tables (not trees) become auto, r=dcone, (hyatt) 2000-01-28 15:43:25 +00:00
jefft%netscape.com 683969b2f1 partial fix for bug 20366 - imap rename problem, bug 24749 - need to make sure namespace, acl works on cyrus server;staged checkin 1; r=bienvenu 2000-01-28 15:38:16 +00:00
jefft%netscape.com d1d69647f5 partial fix for bug 20366 - imap folder rename problem; prevent rename crash if parent is null 2000-01-28 15:35:15 +00:00
Jerry.Kirk%Nexwarecorp.com 327008c81c Fix problem where you could not scroll a web page that had a combo
box widget on it. PHOTON UI only.
r=kedl
2000-01-28 15:35:00 +00:00
jefft%netscape.com 7ac9c6c9a4 partial fix for bug 20366 - imap folder rename problem; rename OnCloseFolder to ForceDBClose; r=bienvenu 2000-01-28 15:34:13 +00:00
rods%netscape.com 57502d77af using correct usesage pattern for getting and seeting the FrameState
Added in my new reflow code with an ifdef so I can work on it and fix other bugs
fixed the checking of return codes for getHTMLAttr
removed ShouldScrollFrameIntoView, the presshell can now do this.
also commented out the call to Position the Dropdown
r=dcone b=24292
2000-01-28 15:24:49 +00:00
jst%citec.fi b2bea40719 Remove delete call on an interface pointer (nsIFactory), use a nsCOMPtr in stead for proper refcounting. r=troy@netscape.com 2000-01-28 15:16:54 +00:00
rods%netscape.com e7e764db46 added check so it doesn't do a reset on the incremental reflow
r=dcone bug=none
2000-01-28 15:04:19 +00:00
rods%netscape.com f9109408e6 when an option contained a comment node and and an attr was unset case a
WipeContainingBlock to be called. This was because the undisplayed node had a psuedo
style that wasn't being properly reolved to this code thought the comment was now visible
instead of being hidden.
b=none r=pierre,attinasi
2000-01-28 15:03:00 +00:00
dcone%netscape.com e8ae9b2efc Took out ifdef for the Mac. Loading Icon will now display. r=rods 2000-01-28 14:56:07 +00:00
ftang%netscape.com 200e509e99 fix bug 23353. r=warren,rickg . Do not store listener in member data. 2000-01-28 14:41:04 +00:00
nis%sparc.spb.su 58a9ca3613 Removed support for KeyEvents because they are not
included into DOM2 specification anymore.
2000-01-28 14:30:12 +00:00
nis%sparc.spb.su fcced6a781 Event interfaces are updated to latest DOM2 bindings.
In particular, KeyEvent support is removed because
DOM Level 2 Event specification does not provide a key event set anymore.
2000-01-28 14:26:11 +00:00
michael.lowe%bigfoot.com 9772313b35 Final Windows timer optimisation work, for now 2000-01-28 14:01:42 +00:00
michael.lowe%bigfoot.com f4d5535c19 Putting back a previous change that got clobbered later by someone else 2000-01-28 13:25:27 +00:00
dp%netscape.com 3efba7e405 Fixing mac linkage build issue. 2000-01-28 12:32:51 +00:00
dp%netscape.com b543258f3b Removing asm() code. Wont compile on nonx86 linux. 2000-01-28 11:31:39 +00:00
dp%netscape.com 0f4666d165 Backing out previous change until NS_CALLBACK issue on win is figured out. 2000-01-28 11:19:34 +00:00
dp%netscape.com 7c1420f166 Now I know why that dummy prototype was there. Adding a prototype to
fix mac.
2000-01-28 11:12:15 +00:00
dp%netscape.com 9a004f5c68 Using asm() only for linux. 2000-01-28 11:04:51 +00:00
dp%netscape.com fb65dde4a6 Calling cookie register and unregister proc into the category from
generic module.
2000-01-28 10:22:47 +00:00
sspitzer%netscape.com 640af5a585 add a dump to convince ben that getProfileList is working again. 2000-01-28 10:19:12 +00:00
dp%netscape.com 0246fd7a1a Cleaning up unix sync dns version. Collecting platform specific
portions together; eliminating a few of them; moving sync unix dns
implementation inside InitiateDns(). r=warren
2000-01-28 10:16:32 +00:00
pierre%netscape.com 0d68374d75 Bug 24676 ("Need -moz-outline-radius feature"). Fixed the parsing of -moz-outline-radius. 2000-01-28 10:03:10 +00:00
dp%netscape.com a1b0f005b2 Collected platform specfic portions together for readability. r=warren 2000-01-28 10:00:04 +00:00
sspitzer%netscape.com b6b210e8ab fix warnings and fix a leak. also, call MigrateProfileInfo() otherwise, the list
of profiles won't show up the first time we run -ProfileManager
2000-01-28 09:56:55 +00:00
dp%netscape.com 06ce78e585 Adding BreakAfterLoad() API to header. 2000-01-28 09:49:10 +00:00
dp%netscape.com d1b898167b Debuggin help from components. Implementing BreakAfterLoad() for DEBUG
builds, which will stop in the debugger after loading any of the :
separated dll substrings listed in environment variable
XPCOM_BREAK_ON_LOAD. Stopping in debugger implemented for
unix.
2000-01-28 09:44:05 +00:00
dp%netscape.com bb5bf4d685 - Converting to Generic Module
- Removing unneccessary IID and CID defines
r=waterson
2000-01-28 09:21:54 +00:00
dp%netscape.com adfbc4cb86 - Converting to Generic Module
- Removing unneccessary defines of IID and CID
r=rjc
2000-01-28 09:14:44 +00:00
sspitzer%netscape.com 2c30f7add0 add a #define for the secure imap default, and move the #defines for news ports out of core and into the right place. 2000-01-28 09:06:33 +00:00
sspitzer%netscape.com 8e8e95ed21 fix my bad logic. only set the port if it was > 0. 2000-01-28 09:05:08 +00:00
rbs%maths.uq.edu.au 20f2cbbaea Catch up with recent changes in layout 2000-01-28 09:00:03 +00:00
alecf%netscape.com b3c3657784 prepare to eliminate getcurrentserver
just a test, no reviewers
2000-01-28 08:57:46 +00:00
alecf%netscape.com 0ad1516554 prepare to eliminate GetCurrentServer
(test only, no reviews)
2000-01-28 08:56:57 +00:00
jband%netscape.com 2531a5a373 fix this misnamed method bug for shaver. r=shaver. NOT PART OF BUILD 2000-01-28 08:38:11 +00:00
mccabe%netscape.com acad3b303e Rework xpidl_idl to not use a circular buffer. This fixes many problems with buffer boundaries. Fixes
9716 unterminated %{ escape causes endless loop

Clean up memory handling and other aspects of xpidl. Fixes
        11058 bad free in xpidl
        13464 memory leak in xpidl

Store doc comments in IDL-processing phase, and emit them into generated header files.  Fixes
        24734 xpidl should emit doc comments

Add error towards fixing 24965, and fix 13100 'xpidl should error on multiple inheritance'

r=jband
2000-01-28 08:28:48 +00:00
alecf%netscape.com 2e0819a6c6 prepare to abolish GetCurrentIdentity
(tests only, no reviewer)
2000-01-28 08:16:19 +00:00
pavlov%netscape.com b7602293d8 make hpux happier. 2000-01-28 08:08:30 +00:00
nisheeth%netscape.com c6de6c3dd8 Fix for bug 21647. r=harishd. The expat tokenizer was keeping static state and clobbering it because multiple instances of it were running at the same time. It no longer uses static state but sets the state as user data on the expat parser and gets it back as a parameter in the callbacks from the parser. Placing chrome.rdf files in the locale directory of chrome no longer results in huge windows with no content. 2000-01-28 08:02:53 +00:00
sspitzer%netscape.com 47c0976738 if the news server or imap server is "secure", show the secure icon
in the folder pane.  the work is done in the data source, so eventually
I'll have to change other xul (like the folder picker and the messenger menus)
to show the right icons, too.  r=mscott
2000-01-28 08:01:27 +00:00
warren%netscape.com 78034d7b91 Fix for Windows file://c|/ case (2 slashes). Bug #24431 2000-01-28 07:40:31 +00:00
ducarroz%netscape.com d0cf3c4ef1 fix wensleydale SunOS/sparc 5.6 Dep build bustage. 2000-01-28 07:17:29 +00:00
terry%mozilla.org 1a6d2baec7 Was crashing if you weren't already logged in. 2000-01-28 07:15:44 +00:00
sspitzer%netscape.com d5960e7613 addSubfolder is not scriptable because it uses nsAutoString.
until that changes (it will soon) mark this method with [noscript]
2000-01-28 07:07:09 +00:00
sspitzer%netscape.com d430ebf052 reflect the "isSecure" attribute of a nsIMsgIncomingServer in the account
setup dialog.  r=mscott, approved by lord.
2000-01-28 07:05:26 +00:00
warren%netscape.com f8b1c9d37f Fix to propagate failure from MakeAbsolute to DOM event handler. r=vidur,joki 2000-01-28 06:55:27 +00:00
warren%netscape.com 58e2dc9559 Fix for bug 21686 -- can't find protocols with non-lowercased names. 2000-01-28 06:24:54 +00:00
sspitzer%netscape.com ebdc01a1e2 fix it, to use less %{C++ crap. thanks to mscott for the pointers on how.
next step, remove nsIWalletService.h from the build.
2000-01-28 06:24:41 +00:00
ducarroz%netscape.com e8a111652c Fix bug 15682. We need to carry an idendity when opening a draft (used when forwarding a message inline) or a template. That let us to open a compose window with the right sender, signature (only forward inline) and format (only forward online). R=jefft 2000-01-28 06:20:44 +00:00