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

61772 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com c2a106982e Fix for bug 38775. Don't use an id for the popup menu else we wont be able to deal with multiple autocomplete fields on the same window. 2000-05-15 20:52:21 +00:00
rhp%netscape.com 4129cad9e7 NOT PART OF THE BUILD 2000-05-15 20:50:31 +00:00
rickg%netscape.com 0ec45c6b56 removed warnings 2000-05-15 20:49:38 +00:00
ssu%netscape.com f60a35efa1 fixing bug 37910 and 39105 2000-05-15 20:42:12 +00:00
rhp%netscape.com 280eef88b1 Fix for memory leak - Bug #35801 - r: jefft 2000-05-15 20:40:07 +00:00
roeber%netscape.com a7aa365f98 First checkin of database module 2000-05-15 20:39:58 +00:00
ducarroz%netscape.com f7833f73d2 Force close the popup menu when we finnish to autocomplete (typically after the user press return). Also did some cleanup 2000-05-15 20:39:25 +00:00
rickg%netscape.com 6e17360823 fixed edge case in entity reduction code 2000-05-15 20:37:01 +00:00
mscott%netscape.com beed496dc8 Bug #31058 --> get the folder charset from the url if it supports nsImsgI18NUrl and use this charset as the default charset for the current
message we are trying to display.
2000-05-15 20:36:28 +00:00
jdunn%netscape.com 08b3f85d54 adding -lXt to LDOPTS for platforms that define MOZ_MONOLITHIC_TOOLKIT 2000-05-15 20:36:05 +00:00
mscott%netscape.com 131750319f Bug #31058 -->synch with api change for get URI 2000-05-15 20:35:17 +00:00
mscott%netscape.com 96ffe5e9c2 Bug #31058 -->Add nsIMsgI18NUrl and Get/Set URI support.
set the URI for the imap url if we have one.
2000-05-15 20:34:54 +00:00
rods%netscape.com 617ab9fdd9 remoaved button 2000-05-15 20:34:42 +00:00
mscott%netscape.com 5832bb244e Bug #31058 -->Add nsIMsgI18NUrl and Get/Set URI support. 2000-05-15 20:34:33 +00:00
mscott%netscape.com 45fe377eaa Bug #31058 -->Add nsIMsgI18NUrl and Get/Set URI support.
set the URI for the url.
2000-05-15 20:34:18 +00:00
rods%netscape.com 3fef8765f0 added nsSVGPathFrame 2000-05-15 20:34:00 +00:00
mscott%netscape.com 637189ac78 Bug #31058 --> add a new I18N url interface for storing charset information.
modify nsIMsgMesageURI to allow you to set a URI for a url.
2000-05-15 20:33:37 +00:00
jst%netscape.com a29b0b6f25 Checking in DOM Level 2 version of the DOM interface Element. 2000-05-15 20:31:55 +00:00
alecf%netscape.com 4a7bde5aac fix typo which was preventing new search terms from being appended 2000-05-15 20:29:38 +00:00
jdunn%netscape.com 583f2d4666 adding -lXt to the LDOPTS since we need to resolve Xt calls
AIX requires this!
2000-05-15 20:29:22 +00:00
alecf%netscape.com 1871c14f4c fix typo which was preventing search rows without associated searchterms from saving 2000-05-15 20:28:52 +00:00
sfraser%netscape.com 1428e91de0 Make XBL work for HTML elements. r=hyatt 2000-05-15 20:25:02 +00:00
brendan%mozilla.org 74b92d79e0 Common a string literal (js_call_str; r=shaver). 2000-05-15 20:21:05 +00:00
erik%netscape.com 91af5159ce bug 27378; be more specific when selecting fonts by including the foundry
field (and charset fields)
2000-05-15 20:16:52 +00:00
erik%netscape.com 7f4b35fffc bugs 20959, 27378, 30856, 31013; make font selection more specific by
including the foundry field (and charset fields); try names like "Times
New Roman" first, before aliasing it to "times"
2000-05-15 20:15:55 +00:00
mscott%netscape.com a8a4394c4a Bug #37509 --> if a folder doesn't have a charset, then get it from
the pref: mailnews.view_default_charset
2000-05-15 20:11:28 +00:00
erik%netscape.com 8726699c59 added some lang groups that were missing 2000-05-15 20:07:42 +00:00
jefft%netscape.com 745a810ac4 added empty trash on exit pref for pop3 server 2000-05-15 20:07:08 +00:00
erik%netscape.com b8053aaff3 removing unused file 2000-05-15 20:06:02 +00:00
erik%netscape.com ec69ade4e5 removing unneeded "Unicode" and "Bitstream Cyberbit" aliases (there is no
font called "Unicode" anyway)
2000-05-15 20:05:06 +00:00
brendan%mozilla.org 11f2b967f5 Remove deadwood brought to my attention by tlundeen@webcrossing.com (r=shaver). 2000-05-15 20:04:41 +00:00
brendan%mozilla.org 66f16c7662 Fix stupid 0-for-enumerator-equal-to-0 warning (r=shaver). 2000-05-15 20:03:13 +00:00
nhotta%netscape.com 53d25a3df7 Revert the last change (1.62) of striping off TAB which should not be done in MIME decoder, MIME_StripContinuations does this instead. 2000-05-15 20:03:04 +00:00
dougt%netscape.com 9a19e941a2 First Checked In. 2000-05-15 19:59:01 +00:00
dougt%netscape.com 6d3423dd89 Updating project file. NOT IN BUILD. 2000-05-15 19:42:19 +00:00
erik%netscape.com b2cbabf31d bug 27164; need to multiply line-height by font's em square height, not
bounding box height; r=buster
2000-05-15 19:40:42 +00:00
rayw%netscape.com 9ad7507320 Added an observer to autoregistration, which allows a callback during that
part of startup to advance a progress display, per bug 35866.

I did not get the code actually reviewed, but I discussed it, and tested it
for breakage.  Other developers must register for the observer before it can
be ascertained whether it performs as advertized.
2000-05-15 19:28:12 +00:00
jst%netscape.com acf1d8d069 Fixing build bustage if PR_LOGGING was defined. 2000-05-15 19:15:14 +00:00
waterson%netscape.com aef23fb1f5 Bug 39305. Do not add 'xmlns=' and 'xmlns:foo=' as properties to the RDF graph. 2000-05-15 19:12:14 +00:00
slamm%netscape.com cf064a1331 fix typo. 2000-05-15 19:04:27 +00:00
tor%cs.brown.edu c137c5a43d SUNWspro4.2 bustage: move CElement::GetElement() definition
before its use so the compiler doesn't choke trying to inline it.
Bug 39294. r=bruce
2000-05-15 19:03:25 +00:00
jst%netscape.com ba15afe1a0 Adding support for document.createElementNS() for XUL documents. 2000-05-15 19:02:30 +00:00
sfraser%netscape.com b9d618368d Fix warnings. 2000-05-15 19:00:55 +00:00
tor%cs.brown.edu 8d8e918649 SUNWspro5.0 bustage fix: add "const" in a couple places to keep
the compiler happy.  Patch from tomi.leppikangas@oulu.fi, r=tor
2000-05-15 19:00:43 +00:00
sfraser%netscape.com bb2d018e47 Fix typo -- "public:;" 2000-05-15 19:00:32 +00:00
morse%netscape.com ab6b6c9207 fix clipping problem of OK/Cancel buttons 2000-05-15 19:00:05 +00:00
slamm%netscape.com ad5b255048 Change the main regex to a multline regex with comments (using m{}x). Allow for no space between '(' and means. 2000-05-15 18:10:46 +00:00
mscott%netscape.com 681e89f874 backing out rayw's checkin because the tree WAS CLOSED! Shame on you =). 2000-05-15 18:07:36 +00:00
modgock%eng.sun.com 62ff8adcfa fix for bug #39221 2000-05-15 17:46:53 +00:00
rayw%netscape.com 62565a9c19 I needed to add a better comment for the prior version I checked in.
Bug 3690, I added the native character writing / escaping logic to
the javascript components as it was added to native components.

r=dveditz
2000-05-15 17:29:20 +00:00