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

63255 Коммитов

Автор SHA1 Сообщение Дата
ben%netscape.com b64d712a88 text changes 2000-06-02 03:50:42 +00:00
waterson%netscape.com 2781519620 Bug 41182. Set the resource channel's original URI to the 'chrome:' URI that spawned us. r=warren 2000-06-02 03:47:49 +00:00
ben%netscape.com bab282a3bf fix a js error and make handling for the no-fonts-for-lang case (slightly) more elegant 2000-06-02 03:38:50 +00:00
mcafee%netscape.com 8fea413bce Fixing copy link/image context menu to also copy selection to clipboard (Unix/X11 needs this). (39055) r=pavlov 2000-06-02 03:13:35 +00:00
sspitzer%netscape.com 0180ae30be added files: mozilla/netwerk/base/public/nsIAuthenticator.idl 2000-06-02 03:08:40 +00:00
sspitzer%netscape.com 1338d24776 we can't use the localized pretty name for "Local Folders" for the
the hostname of the "Local Folders" server, or for the name of the
directory on disk.  if we did, as soon as someone localized "Local Folders"
migration would break.  while I'm here, only hard code these strings
once.  to allow people to build without mailnews, hard code them in nsIPrefMigration.idl

r=alecf
2000-06-02 02:49:06 +00:00
wtc%netscape.com 8eafdae117 Bugzilla bug #40778: added new function PR_ConnectContinue and new
I/O method connectcontinue.  Deprecate PR_GetConnectStatus and define
it in terms of PR_ConnectContinue.
Modified files: prio.h, prfile.c, priometh.c, prlayer.c, prpolevt.c,
prsocket.c, ptio.c
2000-06-02 02:07:56 +00:00
mkaply%us.ibm.com c45b91dd46 # 37239
r = mkaply, a = brendan
OS/2 bringup - Need charsets to bring the browser up
2000-06-02 01:58:50 +00:00
rjc%netscape.com 8b9fe3f837 Small search fix: r=ben a=don (Past of last search checkin) 2000-06-02 01:56:04 +00:00
mcgreer%netscape.com 7d43393e89 more performance testing
* timing of context creation for ciphers
* provide system information
2000-06-02 01:40:29 +00:00
rjc%netscape.com 8a626724d9 Fix PDT bug # 40369 & 39029: search UI changes to enable mode switching, and proper alias resolution. r=pavlov, a=dveditz,don 2000-06-02 01:40:20 +00:00
hyatt%netscape.com 90ed0df505 Make XBL props enumerable. r=brendan, a=brendan 2000-06-02 01:19:15 +00:00
pavlov%netscape.com b276827681 fix for dogfood+ bug 41124. event queues suck ass. i hate them. make them die. r=nisheeth 2000-06-02 01:14:35 +00:00
attinasi%netscape.com d13ceddebb New script for down-and-dirty collection of performance data (author:waterson). 2000-06-02 00:53:52 +00:00
attinasi%netscape.com f8e845d1ad New daily run numbers. not part of build 2000-06-02 00:53:07 +00:00
sfraser%netscape.com 45a6cc31f6 Build script cleanup, adding ability to control plugin building. r=beard 2000-06-02 00:51:09 +00:00
shaver%mozilla.org c72090b18d use NS_METHOD to match _stdcall signature (I love you, Win32) 2000-06-02 00:50:16 +00:00
alecf%netscape.com b1234482e7 put printf inside NOISY_FONTS to quiet down startup 2000-06-02 00:40:37 +00:00
alecf%netscape.com da9ec32b29 remove duplicate string from properties file, was causing warning on console at startup 2000-06-02 00:39:16 +00:00
alecf%netscape.com 18481f3d3b quiet down the profile startup (only affects printfs in DEBUG builds!) 2000-06-02 00:36:24 +00:00
alecf%netscape.com 0ac89a6feb remove duplicate string from properties file (no reviewer, very simple!) 2000-06-02 00:29:09 +00:00
shaver%mozilla.org 0d14cb0f41 make HTTP auth pluggable (#39781), r=gagan 2000-06-02 00:23:56 +00:00
wtc%netscape.com efb5741989 Added #include <string.h> for memset. 2000-06-02 00:23:12 +00:00
wtc%netscape.com 9cdde5355f Added #include <string.h> for strcmp and memset. 2000-06-02 00:21:37 +00:00
sspitzer%netscape.com 119bf509db forgot to package editor.js on win32.
thanks to dveditz for point this out.
2000-06-02 00:20:39 +00:00
wtc%netscape.com 6324ab32fb Added parentheses to remove nested if-else ambiguity. 2000-06-02 00:20:31 +00:00
brendan%mozilla.org a9f1d30ada Fix ECMA DontDelete compliance problems, which create getter/setter security holes (40760, r=shaver). 2000-06-02 00:02:46 +00:00
mstoltz%netscape.com 4fb40b43eb Added default pref to turn off URI security checks. Bug 16858 r=warerson a=beard. See also 40538 2000-06-02 00:00:12 +00:00
mstoltz%netscape.com ab8668d6b4 Fix for 16858 w/o breaking directory browser. r=waterson a=beard 2000-06-01 23:57:48 +00:00
edburns%acm.org ef111eb035 Added processing of "END_DOCUMENT_LOAD" and MouseExited events. 2000-06-01 23:42:35 +00:00
nboyd%atg.com 5580e3ec96 Fix "in" operator for compiled mode. 2000-06-01 23:40:29 +00:00
jst%netscape.com 4185f0098f Fixing nsbeta2+ bug 40197, a typo caused the doctype in a document to be found only found if it was the first child in the document. r=vidur, a=nisheeth 2000-06-01 23:40:26 +00:00
alecf%netscape.com ea00b36837 fix for #40385 - filters were not saving to disk because servers sometimes leak. Instead of relying on servers not leaking,
we will save the current filter list everytime you hit ok in the filters dialog (much like how the prefs window works)
r=sspitzer
a=putterman
2000-06-01 23:35:38 +00:00
attinasi%netscape.com 2646040b24 Floated elements now get their display type set to a block, in compliance with the CSS1 specification. Also, positioned elements get their float property cleared. b=32200 r=karnaze a=karnaze 2000-06-01 23:31:00 +00:00
cata%netscape.com e5d8f7c177 Fixing bug #36954. r=erik a=ftang. 2000-06-01 23:21:22 +00:00
erik%netscape.com 5171a2129b bug 32206; become an observer of nsIDocument's charset changes; r=buster;
a=ftang
2000-06-01 23:12:26 +00:00
erik%netscape.com 6e4f58c9c4 bug 32206; add charset observer methods; r=buster; a=ftang 2000-06-01 23:11:40 +00:00
erik%netscape.com a258aa2914 bug 32206; add notifiers for charset changes; r=buster; a=ftang 2000-06-01 23:10:44 +00:00
edburns%acm.org 90a65190a8 Added StatusBar for URL messages. 2000-06-01 23:10:33 +00:00
endico%mozilla.org e802a42934 added comment to value_quote referencing bugs with quoting linebreaks 2000-06-01 23:09:14 +00:00
sspitzer%netscape.com fe5949b6e0 turn off mjudge's printf for everyone but mjudge 2000-06-01 23:04:46 +00:00
jst%netscape.com ab03b1c7a8 Fixing dogfood+ bug 40571, various problems with multiple form objects with the same name. r=vidur 2000-06-01 22:55:19 +00:00
sfraser%netscape.com 29551522ce Fix for 41006 -- fix for overlapping text when drawing text runs. r=ftang 2000-06-01 22:54:49 +00:00
sfraser%netscape.com d7af0d4a3a Fix for bug 39811 -- make font prefs work for non-unicode text drawing. r=ftang. 2000-06-01 22:53:47 +00:00
sspitzer%netscape.com 0054860e90 move the string parsing into the imap server code, since right now, it is only
needed for imap.  r=mscott.
2000-06-01 22:49:46 +00:00
ruslan%netscape.com 14a825e586 Fix 39941; a=gagan 2000-06-01 22:47:53 +00:00
sfraser%netscape.com 1b6ab928f6 Fix the headers output file. r=hyatt. 2000-06-01 22:44:12 +00:00
edburns%acm.org f1fe7b92ae If BAL_INTERFACE is defined in the build environment, produce
webclient_bal.{lib,dll} instead of webclient.{lib,dll}.
2000-06-01 22:41:31 +00:00
sfraser%netscape.com d815b1f3f6 Adding bin\components\raptor.xpt to fix 41214. r=hyatt. 2000-06-01 22:38:46 +00:00
idk%eng.sun.com f7a65d71bf DOM viewer enhancement
a=sdv@sparc.spb.su
r=idk@eng.sun.com
2000-06-01 20:42:29 +00:00