Commit Graph

80738 Commits

Author SHA1 Message Date
pinkerton%netscape.com
ac624ba634 don't include needless header, fix type error under gcc. r=saari/sr=hyatt. bug#75653 2001-04-16 23:02:42 +00:00
pinkerton%netscape.com
4e1463c1a0 Include the OSX version of nsDeviceContextSpec for carbon. r=saari/sr=hyatt. bug# 75653 2001-04-16 23:01:07 +00:00
dbaron%fas.harvard.edu
5d43a6148e Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by changing mime to mimetype in REQUIRES. 2001-04-16 22:55:25 +00:00
pinkerton%netscape.com
87bdc43443 Export nsIPrintingContext.h for osx r=saari/sr=hyatt, bug# 75653 2001-04-16 22:47:33 +00:00
bnesse%netscape.com
5cedb5aa04 Fixed bad JS_Request stuff in openPrefFile. [Not part of the build]. 2001-04-16 22:34:30 +00:00
law%netscape.com
3774c93378 More refinements for bug 52454, et al 2001-04-16 22:04:24 +00:00
akkana%netscape.com
c702439ead 74169: Enable controls on image animation in libpr0n. r=pavlov,saari sr=sfraser 2001-04-16 22:02:39 +00:00
erik%netscape.com
4f129c60af fixing build bustage in IBMBIDI ifdef on Mac 2001-04-16 21:53:21 +00:00
scc%mozilla.org
65b906300d [documentation], _never_ part of a build. fixing the title to be a little less misleading 2001-04-16 21:47:49 +00:00
erik%netscape.com
b9c0d17102 fixing build bustage in IBMBIDI ifdef on Mac 2001-04-16 21:32:19 +00:00
av%netscape.com
1a251e82a3 Fixing 76116 -- crash on File->Exit with plugin on page, ra=av, sr=waterson 2001-04-16 21:26:28 +00:00
av%netscape.com
505552ebf2 Fixing 75682 -- file leaf name comparison xp'ed in nsPluginHostImpl.cpp, r=peterl, a=av, sr=attinasi 2001-04-16 21:21:11 +00:00
peterv%netscape.com
99570d2693 Fix View->Use Stylesheet. r=jag, sr=alecf. 2001-04-16 21:15:51 +00:00
curt%scruznet.com
c9d1fd3afa *** empty log message *** 2001-04-16 21:13:41 +00:00
valeski%netscape.com
6cd03e0901 sr=vidur, r=dbaron. fixing leak and updating hashtables to newer, better, versions. 75337 2001-04-16 21:11:20 +00:00
ashuk%eng.sun.com
bfbf350e33 Bug=74742
author=ashuk
ra=idk

This patch allows BlackConnect to build with Forte Compilers. It
fixes some syntactical errors in the xpidl_idl.c and xpidl_java.c
files where C++ style syntax was being used in a C file and some
implicit illegal typecasts were being made.

_Ashu
2001-04-16 21:11:08 +00:00
dcone%netscape.com
f20ac0b838 new print preview navigation idl for embedding. Does not effect the build. 2001-04-16 21:06:55 +00:00
jgmyers%netscape.com
ddc11fc7e7 rename tls sockets to starttls: bug 74387 r=javi r=darin sr=mscott 2001-04-16 21:01:29 +00:00
sdagley%netscape.com
241b099532 Increasing memory partition (20MB minimum, 28MB preferred) so we can load something more complex than mozilla.org before hitting tempmem. Ostensibly for #65884 but I'm thinking that Shockwave might need a significantly larger partition (at least SW 8.0, SW8.5 reportedly behaves itself better). r=bnesse,sr=sfraser 2001-04-16 20:50:37 +00:00
bbaetz%cs.mcgill.ca
fbd2e44f06 Bug 76069 - fix rdf:httpindex (such as ftp bookmarks)
r=dougt, sr=waterson
2001-04-16 20:45:26 +00:00
dcone%netscape.com
20400169c5 b=36796 r=peterl sr=attinasi. 2001-04-16 20:41:24 +00:00
javi%netscape.com
3a4e4fe5c1 Cause this to build the PSM 2.0 directory now instead. 2001-04-16 20:41:00 +00:00
javi%netscape.com
28524c7c07 Backing out my change since leaf will provide a "better" fix. 2001-04-16 20:40:16 +00:00
morse%netscape.com
a3300caf35 bug 75661, crash when image-manager alert box appears, r=kmcclusk, sr=roc+moz 2001-04-16 20:40:08 +00:00
hwaara%chello.se
4e1c241b36 Implement date&time support in reply-headers, like:
"On <date & time>, <author> wrote:"
For now, this is optional (set mailnews.reply_header_type to '2' in prefs.js), we will default to only show "<author> wrote:", as usual.  This is due to some l10n issues which are part of bug 75377. The date&time format is hard-coded to be en-US if set, again, bug 75377.
bug 23615. r=disttsc@bart.nl, sr=sspitzer@netscape.com

Fix a bunch of leaks (15 of them) in addressbook, addressbook-sync and import-mail code. None of the callers to GetUserProfileDirectory() deallocated their nsFileSpec.
bug 75332. r=chuang@netscape.com, sr=bienvenu@netscape.com
2001-04-16 20:40:07 +00:00
darin%netscape.com
07b749308f Fixes bug 75354 "https content is being cached on disk!!" r=bbaetz, sr=dougt 2001-04-16 20:39:10 +00:00
javi%netscape.com
9b0101f776 Fix for Bug 76179 patch provided by leaf, r=javi, sr=cls
Don't build the Makefile in security as part of PSM 2 builds.  That
  build drives the PSM1 build process.
2001-04-16 20:37:57 +00:00
danm%netscape.com
12351aa372 hooking up windowwatcher active window. bug 44809,76011 r=hyatt,saari 2001-04-16 20:35:46 +00:00
danm%netscape.com
e6b69cc664 hooking up windowwatcher active window. bug 44809,76011 r=chak,hyatt,saari 2001-04-16 20:34:33 +00:00
morse%netscape.com
44efea8c08 bug 27417, select new cookie/password when previous one is deleted, r=dbragg, sr=alecf 2001-04-16 20:32:17 +00:00
rginda%netscape.com
82a9aed823 - not built -
Mac warning fixes by peterv
comment fixed
2001-04-16 20:22:42 +00:00
pinkerton%netscape.com
ade95ce32b Fix up to actually build the correct files. r=pchen/sr=hyatt. bug# 75653 2001-04-16 20:21:37 +00:00
chak%netscape.com
1a90cb3c8f Fix for bug#66334 - Viewsource needs to be a protocol handler
Changes to make the mozilla to use viewsource: URL
r=valeski,sr=rpotts
2001-04-16 20:19:44 +00:00
chak%netscape.com
959f4ba1b8 Fix for bug#66334 - Viewsource needs to be a protocol handler
Changes to make the mfcembed to use viewsource: URL
r=valeski,sr=rpotts
2001-04-16 20:19:00 +00:00
chak%netscape.com
81071aca50 Fix for bug#66334 - Viewsource needs to be a protocol handler
Changes to make the viewer to use viewsource: URL
r=valeski,sr=rpotts
2001-04-16 20:18:30 +00:00
chak%netscape.com
b9342d088b Fix for bug#66334 - Viewsource needs to be a protocol handler
r=valeski,sr=rpotts
2001-04-16 20:17:36 +00:00
pchen%netscape.com
2c58e0142a bug 49758, r=alecf, sr=sfraser, added string for external protocol not handled on mac error dialog 2001-04-16 20:17:02 +00:00
pchen%netscape.com
1624c3a8ac bug 49758, r=alecf, sr=sfraser, implement hasProtocolHandler method which calls Internet Config to look for protocol handler. Returns NS_ERROR_NOT_AVAILABLE if the app signature of the protocol handler is the same as the running application utilizing this code 2001-04-16 20:16:51 +00:00
pchen%netscape.com
5739a1c18e bug 49758, r=alecf, sr=sfraser, fix protocal misspelling 2001-04-16 20:16:49 +00:00
pchen%netscape.com
bb513f39f4 bug 49758, r=alecf, sr=sfraser, implement nsOSHelperAppService::ExternalProtocolHandlerExists() and implement nsOSHelperAppService::LoadURL() for mac 2001-04-16 20:16:41 +00:00
ccarlen%netscape.com
f1b7600dc5 Bug 66334 - Checking in Mac projects for chak@netscape.com. r=valeski@netscape.com, sr=rpotts@netscape.com 2001-04-16 20:15:08 +00:00
varada%netscape.com
0712752de9 fix for bug#73672;Msgpane collapse not reloading messages;r=putterman;sr=mscott; 2001-04-16 20:08:13 +00:00
javi%netscape.com
7e2698e1e7 Fix for Bug 76141.
Don't hardcode the width and height attributes.  Causes the
  text at bottom of window to not show up on some displays.
2001-04-16 20:02:36 +00:00
chak%netscape.com
69c02d8e7b Fix for bug#66334 - Viewsource needs to be a protocol handler
r=valeski,sr=rpotts
Not part of the build yet(pending some mac changes by ccarlen)
2001-04-16 20:00:20 +00:00
dougt%netscape.com
45d8a3f0f0 Fixes bug 64686. Simple impl of ReadSegments. r=gagan@netscape.com, sr=darin@netscape.com. 2001-04-16 19:59:36 +00:00
darin%netscape.com
0a83d6b079 Fixes bug 76064 "nsSocketBOS::Write does not initialize return value"
patch=rginda, sr=darin
2001-04-16 19:57:38 +00:00
nboyd%atg.com
39f51f6c80 Subject:
Rhino: patch for IdScriptable.java and question about useDynamicScope
        Date:
             Mon, 16 Apr 2001 17:55:19 +0200
       From:
             Igor Bukanov <igor.bukanov@windriver.com>
 Organization:
             Wind River
         To:
             Norris Boyd <nboyd@atg.com>




Hi, Norris!

Here is a patch to IdScriptable.java that fixes sealed semantic and
makes Something.prototype.constructor to behave just as having DONTENUM
attribute, not DONTENUM|READONLY|PERMANENT. It also renames
seal_function to sealFunctions.

I also have a following question. I added nextInstanceCheck to
IdScriptable.java and its usage in realThis in NativeDate to emulate
code from FunctionObject where it looks up prototype in search for
NativeSomething instance if useDynamicScope is true. But could you
describe why it is necessary? I can understand why doing something like

var proto = new Date();
function Test() { }
Test.prototype = proto;
var test = new Test();
print(test.getDay()); // same as proto.getDay()

would be useful in ceratain situations, but what it has to do with
shared scopes?

Regards, Igor
2001-04-16 19:29:48 +00:00
karnaze%netscape.com
eebb386227 fix build bustage. 2001-04-16 15:53:23 +00:00
neeti%netscape.com
275dfd3fc6 checking in patch for bug 58034 - Accept-Language header needs q values. r=neeti, sr=darin 2001-04-16 14:56:21 +00:00
karnaze%netscape.com
ce8ef82ad1 bug 59280 - better splitting of row groups/rows with rowspans. r=dcone. 2001-04-16 14:51:52 +00:00