Commit Graph

46620 Commits

Author SHA1 Message Date
pavlov%netscape.com
bd55669dd7 More work on making widget idlified. merged from branch. (not built) r=travis 1999-11-16 05:03:09 +00:00
bienvenu%netscape.com
2c273657df fix build warning 1999-11-16 04:55:37 +00:00
sspitzer%netscape.com
e6da063538 fix for #18940. don't define the default home page in the dtd. this is already
set in all.js.

the bug was caused by code in navigator.js that got this attribute from the
home button, and tried to set the pref!

r=mozilla@bucksch.org (benb)
1999-11-16 04:50:32 +00:00
pavlov%netscape.com
957a1ae5e3 you are going to a branch, not HEAD 1999-11-16 04:49:59 +00:00
bienvenu%netscape.com
c9db8a0d0c fix build warning 1999-11-16 04:48:51 +00:00
pavlov%netscape.com
a90db69ba1 merge from head 1999-11-16 04:47:00 +00:00
bienvenu%netscape.com
60c867f37a fix 18925,r=sspitzer, mozilla status flags broken 1999-11-16 04:35:29 +00:00
cls%seawood.org
04f881af0d Set appropriate debug flags. 1999-11-16 04:21:08 +00:00
idk%eng.sun.com
100ca0becf Fix for bug 15217
r = akhil.arora@eng.sun.com, netscape.public.mozilla.java, netscape.public.mozilla.plugins
Added hook for pluglet-engine.
In case there are no handlers for some MIME type this hook would be using.
This fix does not create any dependencies on java-plugin module.
1999-11-16 04:18:59 +00:00
fur%netscape.com
f65b44dcd9 Fix build bustage 1999-11-16 03:50:56 +00:00
fur%netscape.com
9b4f4a91c4 I screwed up the checkin message log, here's the real changes in revision
3.5 of this file.  These changes are in support of bug #8305 (Cache implementation):
r: dougt

+ Fixed off-by-one value in enumerating either forwards or backwards, such
  that the last element is never enumerated.

+ Fixed return values of IsDone() to conform to unusual nsIEnumerator definition

+ Fixed declarations so public methods can be called outside DLL
1999-11-16 03:23:10 +00:00
varada%netscape.com
2c47774272 copying customCD shell contents onto the config CD directory 1999-11-16 03:14:56 +00:00
varada%netscape.com
304617ac88 removing CreateRshell from wizardmachine.cpp 1999-11-16 03:14:13 +00:00
fur%netscape.com
17737c7b25 In support of #8305 (Implementing cache), allow storing of NUL characters
in string streams. r: dougt
1999-11-16 03:13:49 +00:00
varada%netscape.com
1a82ddc6fa adding part1.ini and part2.ini to ccktools directory 1999-11-16 03:13:37 +00:00
fur%netscape.com
67b239942c In support of bug #8305 (Cache implementation), added new type of hash-table
key, an array of opaque data, not owned by the key. r: dougt
1999-11-16 03:10:54 +00:00
fur%netscape.com
8dc3eec4c8 Fixed a problem with the NS_GENERIC_FACTORY_CONSTRUCTOR_INIT() macro.
If the Init() routine happens to perform a balanced AddRef/Release,
the instance will be prematurely destroyed when Release() is called.
The change is to do the AddRef() before calling the initialization
routine to stabilize the instance's ref-count.

r: dp, putterman
1999-11-16 03:05:36 +00:00
bienvenu%netscape.com
b2272803f5 fix double headers on local filter moves, r=jefft 18733 1999-11-16 02:51:56 +00:00
rchen%netscape.com
fbd357b7e9 Add L10N notes 1999-11-16 02:48:47 +00:00
bienvenu%netscape.com
b18dd910ba fix memory leak in canonical folder path, r=jefft 1999-11-16 02:43:50 +00:00
bienvenu%netscape.com
58ef34a7cf fix problem with not reporting server error messages, r=jefft 11970 1999-11-16 02:43:17 +00:00
brendan%mozilla.org
19d94f3391 Fix exception bytecodes to use script->main (18926, r=jband@netscape.com). 1999-11-16 02:15:22 +00:00
varada%netscape.com
3086df2ec9 adding rshell creation feature 1999-11-16 02:09:40 +00:00
varada%netscape.com
4676b60892 adding two parts of the rshell.ini 1999-11-16 02:08:47 +00:00
rchen%netscape.com
bdf87b834e Add L10N Notes 1999-11-16 02:03:08 +00:00
slamm%netscape.com
f66b0b874e Simple warning fix. Change loop index to unsigned (It starts at zero and is always incremented.) 1999-11-16 02:02:59 +00:00
waterson%netscape.com
5c3b70e316 Fix exec() and kill() stuff. 1999-11-16 01:54:12 +00:00
dveditz%netscape.com
7cfd752d34 added Bloaty instrumentation 1999-11-16 01:52:29 +00:00
pavlov%netscape.com
280c3bd3b3 make nsFilePicker inherit from nsBaseFilePicker and add it to the build r=smfr 1999-11-16 01:52:19 +00:00
pavlov%netscape.com
3842ca1f17 add nsBaseFilePicker and have it built on unix r=smfr 1999-11-16 01:51:39 +00:00
warren%netscape.com
e126986a82 Fix socket transport deadlock (affecting imap thread). Bug #18201 and regression bug 14612. r=rpotts 1999-11-16 01:25:46 +00:00
hangas%netscape.com
344df71cb3 Added some user-focus styles following saari's focus checkins, r=saari. Fixed 17947, 17780, 16483, 16601 which were related to focus issues. Some New Skin adjustments (menu color and 15219), r=german 1999-11-16 01:21:22 +00:00
pollmann%netscape.com
aef9c79358 Fix typo during typo during previous checkin. 1999-11-16 01:20:04 +00:00
tonyr%fbdesigns.com
f079a40fab Added Eudora mail import module 1999-11-16 01:17:56 +00:00
pollmann%netscape.com
b64383029b Bug 15204: Allow getting text value in uninitialized textarea - GetText works with text inputs AND textareas. r=harishd 1999-11-16 01:17:54 +00:00
brendan%mozilla.org
caf7e19ede Fix stupid logic bug (13163, r=sfraser@netscape.com). 1999-11-16 01:15:05 +00:00
nhotta%netscape.com
27a1f550a6 Putting a debug printf so the tester can see the real locale used for the sorting, bug 18338, r=tao. 1999-11-16 01:12:47 +00:00
danm%netscape.com
9083dc5eb0 update rev 1.166 to handle stacks of modal dialogs. r:pavlov@netscape.com 1999-11-16 01:10:46 +00:00
varada%netscape.com
1fec93ad50 fix for bug#18911 1999-11-16 01:04:03 +00:00
tbogard%aol.net
0e82732097 Changed nsDocLoader to get Container by asking nsIWebShell rather than nsIContentViewerContainer. 1999-11-16 01:03:57 +00:00
tbogard%aol.net
0145acf6d4 Moved GetContainer() from nsIContentViewerContainer to nsIWebShell. r=pavlov 1999-11-16 01:02:17 +00:00
sspitzer%netscape.com
795862a046 ignore the created executables 1999-11-16 00:42:06 +00:00
sspitzer%netscape.com
b2af7730f6 ignore generated Makefile 1999-11-16 00:41:01 +00:00
sspitzer%netscape.com
1a4372f04c changes from german@netscape.com to make the profile xul look better and look
more like the rest of the chrome.  r=sspitzer@netscape.com
1999-11-16 00:38:16 +00:00
saari%netscape.com
233ce14385 Bring back, bring back, bring back the caret to me, to me...
The return of the text caret. Simple change, start dispatching content
focus events to the window (what I checked in) *and* the document (the
way it worked before, what editor relied upon). Discussed with joki, but not
technically reviewed.
1999-11-16 00:04:55 +00:00
waterson%netscape.com
2d47d12a89 Initial revision. 1999-11-15 23:56:58 +00:00
tbogard%aol.net
30c87ee660 Changed GetContainer to be performed off the nsIDocShell parent rather than try to QI to nsIContentViewerContainer. 1999-11-15 23:48:27 +00:00
tbogard%aol.net
e34b530b18 Fixed ambigous cast. 1999-11-15 23:26:50 +00:00
waterson%netscape.com
ac59a831d6 Add MPL. 1999-11-15 23:15:49 +00:00
slamm%netscape.com
44c25c47f1 Add the MPL. 1999-11-15 23:09:58 +00:00