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

40657 Коммитов

Автор SHA1 Сообщение Дата
akkana%netscape.com 488d492da2 Fix an erroneous debug print; fix some build warnings 1999-09-13 21:39:51 +00:00
bienvenu%netscape.com 7992d6003f add folder loaded notification and hack around dynamic folder loading slowness method 1999-09-13 21:36:02 +00:00
troy%netscape.com bde4ac61db Added frame type for OBJECT frame 1999-09-13 21:26:05 +00:00
troy%netscape.com cf36a84698 Fix for bug #13570. Changed ContentAppended() and ContentInserted() to check
for an "object" frame
1999-09-13 21:25:43 +00:00
putterman%netscape.com f3c87ed83d AddRef the listener. 1999-09-13 21:12:38 +00:00
putterman%netscape.com 24657a8bd8 Only create the node once. 1999-09-13 21:12:09 +00:00
putterman%netscape.com e04191f88a Clear selection when changing folders and AddFolderListener on startup 1999-09-13 21:11:45 +00:00
rogerl%netscape.com 3acd0af5e8 Added define NES40 for server-related gc fixes 1999-09-13 21:08:26 +00:00
rogerl%netscape.com 58feaf9b22 Disallowed multiple variable declaration in for (var X in...) 1999-09-13 21:07:34 +00:00
ftang%netscape.com 8bbe6a5308 try to work around bug 13030 1999-09-13 21:04:29 +00:00
ssu%netscape.com fb707b0e54 changing the logic MFC variable definition for nszip. It will now only build nszip (which requires MFC) if MOZ_MFC is set. This only affects the windows platforms. 1999-09-13 20:47:41 +00:00
kmcclusk%netscape.com c0f6efce0c bug #6553. Removed #ifdef XP_UNIX in DeviceContextImpl::LoadIconImage which prevented
it from loading an icon under Unix.
1999-09-13 20:45:23 +00:00
buster%netscape.com b10892ab14 added GetAbsoluteOffsetsForPoints, so we can get the length of a document without
playing with it's selection.  Much faster, and doesn't mess with the display at all.
1999-09-13 20:44:38 +00:00
kmcclusk%netscape.com 7f1e1fea5f Removed nsGfxButtonControlFrame's MouseClick method. It uses it's base classes (nsHTMLButtonControlFrame)
MouseClick instead. Reworked nsHTMLButton::MouseClick factoring out code to get Reset and Submit button
types so MouseClick can be re-used by the nsGfxButtonControlFrame.
Fix for bug 13462. Set the nsHTMLButtonControlFrame's mForm in the initial reflow.
1999-09-13 20:40:59 +00:00
sspitzer%netscape.com 9e1c49ca33 fix profile migration on windows (and probably mac.)
on UNIX, "mail.directory" is always set.
on windows, it may be set to ""
add the PL_strlen test to tree "" as not being set, so we assume the default 4.x location, which is what we want.
1999-09-13 20:38:23 +00:00
kmcclusk%netscape.com c5aa24634c Use HWND_TOPMOST instead of HWNT_TOP when setting the window z-order for popups. 1999-09-13 20:33:34 +00:00
pavlov%netscape.com 1401d9e382 change a few comments 1999-09-13 20:30:36 +00:00
akkana%netscape.com d2f3821878 Fix memory leak 13641: don't allocate a new CAttributeToken unless we're going to pass it to AddAttribute 1999-09-13 20:26:14 +00:00
jefft%netscape.com 05337cf5fb fixed bug 13674 -- reply quotes wrong message for news and imap messages 1999-09-13 20:26:04 +00:00
evaughan%netscape.com 21a063e653 Fixed assert. 1999-09-13 20:24:20 +00:00
warren%netscape.com 7c8a086afa Moving this from netwerk/protocol/file/src. 1999-09-13 20:20:21 +00:00
warren%netscape.com 609776f0f2 New modernized file transport. I'm in the process of factoring this out from nsFileChannel. 1999-09-13 20:19:32 +00:00
karnaze%netscape.com 390797ddb9 bug 7604 - limit colspan to max of 1000 1999-09-13 20:18:33 +00:00
evaughan%netscape.com e77116e8c4 Fixed clipping bug 1999-09-13 20:17:26 +00:00
karnaze%netscape.com 684156164c new regression tests 1999-09-13 20:16:33 +00:00
norris%netscape.com 003099e93a Remove unused files. 1999-09-13 20:10:24 +00:00
dougt%netscape.com a5f2132689 adding default to the nsFileSpec chrome path. There should be a better
way to do this.
1999-09-13 19:58:53 +00:00
ftang%netscape.com eb9d501e0e add x-gbk and windows-936 1999-09-13 19:48:30 +00:00
ftang%netscape.com bd92aa5b5e wire GBK converters into dll 1999-09-13 19:45:38 +00:00
ftang%netscape.com b087febefe check in for yueheng.xu@intel.com - cp936 table generation tool 1999-09-13 19:31:31 +00:00
ftang%netscape.com 4860f5dce0 check in GBK converter for Xu, Yueheng <yueheng.xu@intel.com 1999-09-13 19:27:05 +00:00
dougt%netscape.com f7c03ea9f8 fixing 10750 1999-09-13 19:23:44 +00:00
cmanske%netscape.com 527b9eef42 Fixed bug 10236 - suppressing hand cursor over links in editor 1999-09-13 19:21:34 +00:00
nisheeth%netscape.com 1416705a18 Include stopwatch class in build if MOZ_PERF is set. Only enabled on Windows right now. 1999-09-13 18:56:01 +00:00
troy%netscape.com 7fa6dc1c0b Changed Run() to give priority to system messages over application messages 1999-09-13 18:45:03 +00:00
valeski%netscape.com 834019642a added user agent language portion initialization 1999-09-13 18:38:02 +00:00
valeski%netscape.com 526d7b61ca optimized user-agent setting 1999-09-13 18:36:20 +00:00
valeski%netscape.com baffd43666 beefed up the user agent string component initialization stuff, see bug 10465 for more info 1999-09-13 18:35:27 +00:00
Jerry.Kirk%Nexwarecorp.com a8385f677b Lots of changes to try and get modal preferences dialog to work. 1999-09-13 18:35:19 +00:00
rods%netscape.com a9c8647536 temporary fix for scrolling the dropdown until gfx scrollbars get in 1999-09-13 18:29:00 +00:00
pavlov%netscape.com 375275fe31 make the caret draw on linux - fix for 13487 1999-09-13 18:24:48 +00:00
dcone%netscape.com 1eacc9f717 Added popup support. 1999-09-13 15:05:16 +00:00
dcone%netscape.com d89d6ca681 Added popup support 1999-09-13 15:00:07 +00:00
karnaze%netscape.com b146345a6a new regression test 1999-09-13 14:57:55 +00:00
jefft%netscape.com 1f77028386 fixed bug 13621 -- need to escape attachments url emitting as a XUL document 1999-09-13 14:40:58 +00:00
karnaze%netscape.com f1e469b769 bug 11776, stopped doing arithmetic on unconstrained sizes 1999-09-13 14:35:00 +00:00
troy%netscape.com 013af1bcea Fix for bug #13497. Made sure to use NS_BLOCK_MARGIN_ROOT flag when creating
the area frame for a scrolled block element
1999-09-13 14:28:34 +00:00
kipp%netscape.com 0082c82680 Use nsAutoString to reduce malloc/free calls 1999-09-13 14:26:56 +00:00
Jerry.Kirk%Nexwarecorp.com 2a2607193e Add new (old?) Event Debugging options to Viewer for Photon 1999-09-13 14:13:57 +00:00
brade%netscape.com e34846ad47 move to keycode for VK_* keys 1999-09-13 13:52:41 +00:00