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

58850 Коммитов

Автор SHA1 Сообщение Дата
anthonyd%netscape.com b5b3122ac2 r=mjudge. Removing redundant call to SetColor for ::RenderString. all places have allready set the color before calling this method. this removal should be a no-op. Selection color now should look correct 2000-04-21 21:38:08 +00:00
radha%netscape.com 225526bfec Fix up the back/forward menu item. A small regression from last night's pull-out. 2000-04-21 21:36:54 +00:00
rods%netscape.com 87ca6a324b Add ifdef'ed Performance Reflow Counting code 2000-04-21 21:36:33 +00:00
jst%netscape.com 9fc5b3a994 Regenerating the DOM JS glue now that idlc knows about the new nsString API's, also updated nsGlobalWindow.cpp to use the new API. 2000-04-21 21:36:26 +00:00
nhotta%netscape.com 21755fc10e Added language sensitive font selection (disabled as a default), bug 26182. 2000-04-21 21:36:10 +00:00
nhotta%netscape.com 5e42fc3054 Changed to use ToNewUTF8String instead of ToNewCString in order to avoid data loss of non latin1 data,
contributed by m_kato@ga2.so-net.ne.jp, r=chuang,nhotta.
2000-04-21 21:35:21 +00:00
jst%netscape.com 761fc35efc Teaching idlc about the new nsString API. 2000-04-21 21:29:19 +00:00
danm%netscape.com 317a9fed34 allowed windows with position specified to also specify size. deuglified some braces. couldn't help myself. bug 36219 2000-04-21 21:28:25 +00:00
pinkerton%netscape.com 488edb0187 fix for sunWpro compiler. forgot a return in my haste. thanks to tor@cs.brown.edu for pointing this out. 2000-04-21 21:26:42 +00:00
thayes%netscape.com 584dffaa06 Add Secret Decoder Ring implementation, and add it to the PSM glue module 2000-04-21 21:26:33 +00:00
cls%seawood.org f03dcb44c8 Explicitly cast string literals (const char*) to char *. 2000-04-21 21:26:21 +00:00
thayes%netscape.com 1fd7987178 Add SecretDecoderRing idl file 2000-04-21 21:23:56 +00:00
danm%netscape.com a0fe6c9940 stop up a couple of leaks. r=davidm 2000-04-21 21:23:10 +00:00
tor%cs.brown.edu dd1a38aa24 Build bustage fix: include <stdlib.h> so we don't pick up glib's
erroneous definition of NULL.
2000-04-21 21:22:46 +00:00
harishd%netscape.com 3bbedd8709 Fix for
26583,2946, 22636 (partial),32782
33570,27136,24184,35125,
35806,36063,29456
r=rickg,waqar
34311 - Patch provided by Patrick ( Fix for MLK ).
r=me.
2000-04-21 21:22:03 +00:00
thayes%netscape.com bb86f0f2f9 Merge build fix from M14 branch 2000-04-21 21:18:51 +00:00
cls%seawood.org 53bfb0c4a5 BeOS uses the Unix local file implementation. 2000-04-21 21:04:35 +00:00
cls%seawood.org 8921a25a1b Removed extra & as suggested by Matthew Z. on m.beos. 2000-04-21 21:03:56 +00:00
dbragg%netscape.com 696e6c3af0 Removed the offending const 2000-04-21 20:05:06 +00:00
gagan%netscape.com 80ce1d6850 Ignore newer test case. Not in the build. 2000-04-21 19:45:16 +00:00
hyatt%netscape.com 92d8173f5b Fix smoketest blocker. 2000-04-21 19:21:04 +00:00
brendan%mozilla.org 9c63bde8f6 Percent signs after numbers, please\! 2000-04-21 19:05:53 +00:00
terry%mozilla.org cdbb54aa7c Undo cls's last two changes, at his request. 2000-04-21 18:59:16 +00:00
dbragg%netscape.com c793036b93 Fix for bug 24984, conversion to use nsIFile and related ilk. 2000-04-21 18:58:41 +00:00
cyeh%bluemartini.com cecf444182 Add conditional support to display users real name in bug reports if user
entered in that information. Thanks to
Chris Baldwin <cbaldwin@redback.com>
for providing the patch.
2000-04-21 18:45:55 +00:00
cyeh%bluemartini.com 39f2d689ea change field name to more accurately reflect what it is 2000-04-21 18:43:53 +00:00
wtc%netscape.com 79d045d2e2 Bugzilla bug #36464: OpenBSD shared libraries must be named .so.n.m.
Thanks to greg-mozillabugs@nest.cx for the bug report and the fix.
2000-04-21 17:51:36 +00:00
modgock%eng.sun.com 31b814c983 doh - stupid egg test code left in; removed (well def'd it out - future generations are bored, it's still there..) This module isn't built in tinderbox and is thereby immune from the tree-status. 2000-04-21 17:46:55 +00:00
blizzard%redhat.com 3aebe31b8b fix solaris by calling .Length() explicitly 2000-04-21 15:13:22 +00:00
cls%seawood.org 9c2b684fc7 BeOS only build fixes 2000-04-21 15:03:32 +00:00
cmanske%netscape.com 6886a5b883 Lots of xul rewrite, e.g., replaced all 'align' on box with 'orient', using <tree> for simple lists. Added 'Insert Chars' feature by bakibon@yahoo.com 2000-04-21 15:00:23 +00:00
rods%netscape.com 21de9f3e8a Add ifdef'ed Performance Reflow Counting code 2000-04-21 14:59:47 +00:00
cmanske%netscape.com 390af1fcc3 Fixed setting title bug 36179, lots of xul rewrite, e.g., replaced all 'align' on box with 'orient', using <tree> for simple lists. Added 'Insert Chars' feature by bakibon@yahoo.com 2000-04-21 14:55:54 +00:00
cmanske%netscape.com 86d83122aa Allow setting 'rows' attribute on a <tree> without children (initially) 2000-04-21 14:50:21 +00:00
cls%seawood.org afaa6c9492 Some compilers (HP) require an explicit cast from a const char * to a char *. String literals are treated as const char *. 2000-04-21 14:47:25 +00:00
cls%seawood.org 03ccd1769f Temp dummy implementation of nsMsgSearchValidityManager::NewTable for BeOS. Bug #36686 2000-04-21 14:40:54 +00:00
blizzard%redhat.com 0b7b0fb183 turn on the embedding widget 2000-04-21 14:35:03 +00:00
blizzard%redhat.com 81ff245873 add more safety to the embedding initialization functions, start on signals ( just an enum now ) 2000-04-21 14:34:35 +00:00
putterman%netscape.com b2e69c30b7 r=sspitzer. Start page sticks around until the first message is loaded. If the message
pane is closed you can now double click on a message to open a standalone window.  More working
on moving code to correct front end files.
2000-04-21 14:22:16 +00:00
andreas.otte%primus-online.de 8bfb7e4dea extended fix for bug 34863 [Local Harddisks not found if I tried with C: without \], partial fix for bugs 32997 [file URLs that include a hostname don't work] and 19174 [Canonify does not handle UNC file paths], enable the urlparser to handle unc paths better for XP_PC, r=dougt@netscape.com 2000-04-21 14:10:23 +00:00
svn%xmlterm.org 6d93a02c1b xmlterm changes only.
Changed true to PR_TRUE and false to PR_FALSE to compile on native Solaris
compilers. Patch provided by Ashutosh.Kulkarni@eng.sun.com
2000-04-21 14:01:43 +00:00
dcone%netscape.com 8f2c23675b Took out a call for drawTile.. so the implementation will be used (parent classes method) 2000-04-21 13:40:19 +00:00
svn%xmlterm.org b0e7263a58 xmlterm changes only.
Changed XMLterm escape sequence string terminator from ^G to CRLF to allow use with buffered STDOUT.
2000-04-21 13:10:44 +00:00
svn%xmlterm.org f66d59919f xmlterm changes only.
Clipboard paste fix (still doesn't work properly).
2000-04-21 13:06:28 +00:00
svn%xmlterm.org 804e34f633 xmlterm changes only.
Chrome restructuring: xmlterm extension is not part of communicator and needs to have top level chrome (like chatzilla).
2000-04-21 13:04:45 +00:00
Peter.VanderBeken%pandora.be 7730e52385 First checkin of Mac project for Transformiix. Not part of build yet. a=leaf 2000-04-21 12:23:23 +00:00
cls%seawood.org 97e1ec3ad7 Fixed typo. 2000-04-21 11:02:21 +00:00
scc%netscape.com 85d063e9ec making string conversions explicit 2000-04-21 10:28:04 +00:00
ben%netscape.com c0a5f9d6d6 stylesheet load correction 2000-04-21 10:22:47 +00:00
ben%netscape.com 1e92460051 correcting stylesheet load 2000-04-21 10:21:47 +00:00