waterson%netscape.com
153b47e512
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
c678c050c9
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
386d4a7d9b
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
ed72e7a86b
added files: mozilla/netwerk/base/public/nsIAuthenticator.idl
2000-06-02 03:08:40 +00:00
sspitzer%netscape.com
744d6240b4
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
d356e7e7a7
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
4bea386192
# 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
d2acff6427
Small search fix: r=ben a=don (Past of last search checkin)
2000-06-02 01:56:04 +00:00
mcgreer%netscape.com
10d32a14b9
more performance testing
...
* timing of context creation for ciphers
* provide system information
2000-06-02 01:40:29 +00:00
rjc%netscape.com
9ecd834e1a
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
e21020f389
Make XBL props enumerable. r=brendan, a=brendan
2000-06-02 01:19:15 +00:00
pavlov%netscape.com
3fccb947d1
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
27d3151649
New script for down-and-dirty collection of performance data (author:waterson).
2000-06-02 00:53:52 +00:00
attinasi%netscape.com
d97b5af233
New daily run numbers. not part of build
2000-06-02 00:53:07 +00:00
sfraser%netscape.com
3e28d4dbfd
Build script cleanup, adding ability to control plugin building. r=beard
2000-06-02 00:51:09 +00:00
shaver%mozilla.org
90c78bdde8
use NS_METHOD to match _stdcall signature (I love you, Win32)
2000-06-02 00:50:16 +00:00
alecf%netscape.com
af0274c3bf
put printf inside NOISY_FONTS to quiet down startup
2000-06-02 00:40:37 +00:00
alecf%netscape.com
33b28246ad
remove duplicate string from properties file, was causing warning on console at startup
2000-06-02 00:39:16 +00:00
alecf%netscape.com
f34d3bc458
quiet down the profile startup (only affects printfs in DEBUG builds!)
2000-06-02 00:36:24 +00:00
alecf%netscape.com
f7c400e077
remove duplicate string from properties file (no reviewer, very simple!)
2000-06-02 00:29:09 +00:00
shaver%mozilla.org
e21b687d60
make HTTP auth pluggable ( #39781 ), r=gagan
2000-06-02 00:23:56 +00:00
wtc%netscape.com
e8f60812d6
Added #include <string.h> for memset.
2000-06-02 00:23:12 +00:00
wtc%netscape.com
402aa8d557
Added #include <string.h> for strcmp and memset.
2000-06-02 00:21:37 +00:00
sspitzer%netscape.com
6a5f6ff46b
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
5ddfa20021
Added parentheses to remove nested if-else ambiguity.
2000-06-02 00:20:31 +00:00
brendan%mozilla.org
6ca20f928f
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
ad38ae671a
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
e0c61ab51a
Fix for 16858 w/o breaking directory browser. r=waterson a=beard
2000-06-01 23:57:48 +00:00
edburns%acm.org
8605f7ca5a
Added processing of "END_DOCUMENT_LOAD" and MouseExited events.
2000-06-01 23:42:35 +00:00
nboyd%atg.com
faea4ed119
Fix "in" operator for compiled mode.
2000-06-01 23:40:29 +00:00
jst%netscape.com
8ef5a6fcfd
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
7e8a127697
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
99c115a7e6
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
811ba647e9
Fixing bug #36954 . r=erik a=ftang.
2000-06-01 23:21:22 +00:00
erik%netscape.com
c4a95c3643
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
c23d6c3503
bug 32206; add charset observer methods; r=buster; a=ftang
2000-06-01 23:11:40 +00:00
erik%netscape.com
a2ce4fa1be
bug 32206; add notifiers for charset changes; r=buster; a=ftang
2000-06-01 23:10:44 +00:00
edburns%acm.org
2da1ed8ea1
Added StatusBar for URL messages.
2000-06-01 23:10:33 +00:00
endico%mozilla.org
4b5a4cd8a1
added comment to value_quote referencing bugs with quoting linebreaks
2000-06-01 23:09:14 +00:00
sspitzer%netscape.com
1d1c974367
turn off mjudge's printf for everyone but mjudge
2000-06-01 23:04:46 +00:00
jst%netscape.com
2950aca9c3
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
c775131c74
Fix for 41006 -- fix for overlapping text when drawing text runs. r=ftang
2000-06-01 22:54:49 +00:00
sfraser%netscape.com
9a0e9e7de4
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
f8d8906090
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
91dd05b139
Fix 39941; a=gagan
2000-06-01 22:47:53 +00:00
sfraser%netscape.com
74fea21bd1
Fix the headers output file. r=hyatt.
2000-06-01 22:44:12 +00:00
edburns%acm.org
d1d0791b35
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
122a619499
Adding bin\components\raptor.xpt to fix 41214. r=hyatt.
2000-06-01 22:38:46 +00:00
idk%eng.sun.com
f89e0cd0b3
DOM viewer enhancement
...
a=sdv@sparc.spb.su
r=idk@eng.sun.com
2000-06-01 20:42:29 +00:00
cathleen%netscape.com
61f98fa8a5
missed a few files for dogfood bug 38603 r=dveditz a=dveditz
2000-06-01 20:08:09 +00:00